.select-menu {
    width: 100%;
    /* padding: 1rem 1.25rem; */
    /* padding: 1rem; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.icon-arrow {
    transition: transform 0.3s ease;
}

.fa-chevron-up {
    transform: rotate(180deg);
}

.select-menu .select-btn {
    display: flex;
    height: 40px !important;
    background: white;
    /* width: 120px; */
    color: #092540;
    /* padding: 1rem 1.25rem; */padding: 0 20px; 
    font-size: 0.95rem;
    font-family: 'Gotham-Medium';
    font-weight: 400;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
    border: 1px solid #babec0;
    justify-content: space-between;
    box-shadow: rgba(234, 234, 250, 0.5) 0px 0px 0px 2px inset;
    z-index: 1030;
    position: relative;
}

.select-btn i {
    font-size: 16px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: fixed;
    padding: 20px;
    margin-top: 4px;
    border-radius: 8px;
    background: white;
    box-shadow: rgba(0, 0, 0, .26) 0px 2px 8px;
    display: none;
    border: 1px solid #babec0;
}

.translation-top .select-menu .options {
    top: 60px;
}


.select-menu.active .options {
    display: block;
    position: fixed;
    width: 140px;
    z-index: 1025;
    overflow: auto;
}

.options .option {
    display: flex;
    height: 35px;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    background: white;
    padding: 0.65rem 1.2rem;
    color: #092540;
    font-size: 13px;
    font-family: 'Gotham-Book';
    border-bottom: solid 1px #f4f4f0;
}

.options .option:hover {
    background: whitesmoke;
}

.option i {
    font-size: 25px;
    margin-right: 12px;
}

#year-select>div>span {
    margin-right: 10px;
}

/* .translation-bottom {
    display: none;
} */

@media screen and (min-width: 769px) and (max-width: 1024px) {


    .translation-top .select-menu.active .options {
        top: 60px !important;
    }
    .translation-bottom .select-menu.active .options {
        top: unset !important;
        bottom: -6px !important;
    }
   
    .translation-bottom .select-menu.active .options {
        display: block;
        position: fixed;
        width: 100px;
        z-index: 1025;
        overflow: auto;
    }

    .translation-bottom {
        display: block;
    }

    .translation-bottom .select-menu .select-btn {
        width: 116px !important;
        font-size: 0.95rem;
        margin: 0 auto;
    }

    .translation-top {
        display: none;
    }

    .options .option {
        display: flex;
        height: 40px;
        cursor: pointer;
        padding: unset !important;
        color: #092540;
        font-family: 'Gotham-Medium';
        border-radius: 8px;
        align-items: center;
        background: white;
        padding-top: 40px;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
    .translation-top .select-menu.active .options {
        top: 60px !important;
    }
    .translation-bottom .select-menu.active .options {
        top: unset !important;
        bottom: -6px !important;
    }

    .translation-bottom .select-menu.active .options {
        display: block;
        position: fixed;
        width: 100px;
        z-index: 1025;
        overflow: auto;
    }

    .translation-bottom {
        display: block;
    }

    .translation-bottom .select-menu .select-btn {
        width: 116px !important;
        font-size: 0.95rem;
        margin: 0 auto;
    }

    .translation-top {
        display: none;
    }
    
}
@media only screen and (max-width: 600px) {
    .translation-bottom {
        display: block;
    }

    .translation-top {
        display: none;
    }
    

    .btn-mobile-section {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
        flex-direction: column;
    }
    .translation-bottom .select-menu .select-btn {
        font-size: 10.6px;
        margin: 0 auto;
        width: 116px;
        padding : 0 20px   !important; 
    }
    .options .option {
        font-size : 12px ; 
        padding : unset !important
    }
    .select-menu.active .options {
        margin: 0 auto;
        margin-top :6px ; 
        width: 116px;
        position : unset !important ; 
    }
    
    .head-btn {
        font-size  : 10.4px !important 
    }
}


@media screen and (min-width : 1024px) {
    .translation-top .select-menu.active .options {
        top: 60px !important;
        width: 120px;
        padding: 0 !important;

    }

    .translation-top .select-menu .select-btn {
        width: auto!important;
        font-size: 0.95rem;
    }


}