@media only screen and (max-width: 760px) {
    .modal-dialog {
        margin: 0px 65px !important;
    }
}


.Drop {
    position: relative;
}

    .Drop label {
        cursor: pointer;
        display: inline-block;
        transition: all 0.3s ease;
        width: 100%;
        height: 100%;
    }

    .Drop input {
        display: none;
    }


.space1 {
    display: inline-block;
    width: 1em;
}
.space2 {
    display: inline-block;
    width: 2em;
}


@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url(../lib/material-symbols.woff2) format('woff');
}


.msicon {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; 
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    -webkit-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale; 
    font-feature-settings: 'liga'; 
}