

div#modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 95%;
    height: 85%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#main_modal {
    margin-left: 1px;
    width: 50%;
    height: 80%;
    
}

div#modal_label {
    background-color: #646c9a;
    height:10%;
    border: 10px solid #646c9a;
    border-radius: 5px 5px 0px 0px;
}

div#modal_label_content {
    padding-top: 2%;
    font-weight: 600;
    font-size: 22px;
    color: white;
}

div#modal_body {
    background-color: white;
    max-width: 99%;
    max-height: 85%;
    height: 100%;
    padding-left: 1%;
    padding-top: 1%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 5px 5px;
}

div#modal_text_content {
    font-weight: 600;
    font-size: 22px;
    color: #444;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
}

div#modal_inner_content {
    background-color: #646c9a;
    max-height: 100%;
    margin-right: 1%;
    border: solid #646c9a;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

img#modal_spinner {
    width: 5%;
    margin-left: 95%;
    margin-top: -5%;
}

img#modal_surly_turtle {
    width: 75%;
    margin-left: 10%;
}

div#storage {
    background-color: #646c9a;
}

