button:not(#lang-btn, #login-btn, #login-btn-mobile) {
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 25px;
}
.icon-flag {
    height: 14px !important;
    width: 20px !important;
    display: inline-block;
}

section {
  max-width: 100%!important;
}

#menu {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    height: auto;
    top: auto;
    right: 10%;
    color: white; 
    background: #1E1E1E;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0 0;
    padding: 0.5rem;
    min-width: 172px!important;
}

#dropdown-menu {
    /* overflow: scroll;*/
    overflow: auto!important;
    scrollbar-color: #bdb1b1 black;
    scrollbar-width: thin;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#menu-buttom button {
    font-size: 14px !important;
}

.iti__flag.iti__us {
    height: 11px !important;
}

@media only screen and (max-width: 600px) {

    div:not(.main-form-body *, #mid, .dropdown-menu) {
        padding: 0.4rem !important;
    }

    #review>* {
        display: flex !important;
        flex-direction: column !important;
    }
    section {
        padding: 0.8rem !important;
        display: flex;
        flex-direction: column;
    }
    .w-1\/2 {
        width: 100% !important;
        margin: 0 !important;
    }
}