nav {
    display: flex;
    justify-content: center;
    background-color: transparent;
    height: 64px;
    z-index: 2;
    position: relative;
    webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-wrapper {
    width: 100%;
    padding: 10px 35px;
    background: #3d366d;
    height: 64px !important;
}

.nav-wrapper ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.nav-wrapper > ul > li {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.navbar-diagnostic-test {
    background: #ffffff50;
    border-radius: 150px;
    margin: 0;
    height: 44px !important;
    padding: 0 15px;
    text-decoration: none !important;
}

.navbar-diagnostic-test-new {
    position: relative;
}


/*.navbar-diagnostic-test-new::after {*/
/*    content: "жаңа";*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    right: -10px;*/
/*    background-color: #f5921e;*/
/*    color: #ffffff;*/
/*    font-size: 10px;*/
/*    font-weight: bold;*/
/*    padding: 2px 5px;*/
/*    border-radius: 10px;*/
/*    white-space: nowrap;*/
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    animation: pulse 2s infinite;*/
/*    z-index: 1;*/
/*}*/

#weekly_planner_header {
    padding: 0 10px;
}

#weekly_planner_header span {
    padding: 0;
    font-size: 25px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.nav-wrapper > ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-size: larger;
    width: max-content;
    line-height: 1;
    text-align: center;
    height: 64px;
}

.nav-banner-mode {
    background: transparent;
}

.nav-banner-mode > ul > li a {
    text-decoration: underline solid #000;
    color: black !important;
}

.nav-wrapper > ul > li span {
    font-size: 16px;
    padding-right: 10px;
}

.background {
    background-color: #666;
}

.background img {
    opacity: 0.8;
}

.website-languages {
    margin-left: 5px;
}

#locales {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    cursor: pointer;
    margin: 0 !important;
    color: black !important;
    border-radius: 5px !important;
    background-color: #fff;
}

#locales:hover {
    background-color: #f1f1f1;
}

#locales:focus {
    outline:none;
}

#locales > option {
    outline:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #2e2e2e;
}

#locales_mobile {
    display: flex;
    width: 100%;
    padding-left: 30px;
    background-color: #fff;
    border: none;
    color: #000;
    font-family: "Roboto", sans-serif;
    /*text-shadow: 0 4px 4px rgb(10 10 10 / 25%);*/
    text-shadow: none !important;
}

#locales_mobile:focus {
    outline:none;
}

#dropdown_header_name {
    width: max-content !important;
    min-width: max-content !important;
    background-color: #f7931e;
    margin: 0;
}

#dropdown_profile {
    display: none;
}

.user-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px !important;
}

.balance-mobile-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3d366d !important;
    padding: 5px 10px !important;
    border-radius: 8px;
    height: min-content !important;
    line-height: 1;
}

.website-languages > select > option {
    background: #fff !important;
    color: #000000 !important;
    border: 1px solid #ddd !important;
    padding: 5px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.sidenav > li > a {
    display: flex!important;
    gap: 20px !important;
    color: black !important;
}

.sidenav > li > a > i {
    color: black !important;
}

.sidenav-trigger {
    line-height: 1 !important;
    height: 44px !important;
    width: 44px !important;
}

.sidenav-trigger i {
    line-height: 1 !important;
    padding: 10px;
    background: #ffffff50;
    border-radius: 50%;
    height: 44px !important;
    width: 44px !important;
    transition: 0.5s;
}

.sidenav-trigger i:hover {
    background: #00000050;
}

.modal-text-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 20px;
    padding: 100px 0;
}

.modal-refresh-to-continue {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: start;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 100px 0;
    line-height: 1;
}

.modal-refresh-to-continue button {
    background: #f7931e;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .nav-wrapper {
        width: 100%;
    }
}