.mobile_modes_list_title {
    display: none;
}

.dropdown___container .options__list {
    bottom: -150px !important;
}

.dropdown___container .options__list {
    min-width: 250px !important;
}

.rotate180 {
    transform: rotate(0deg);
}

.loader {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top-color: #3498db;
    /*Adjustcolorasneeded*/
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    -webkit-animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* .tool_options{
    margin-right: 10px;
} */

.mobile_modes_list {
    align-items: center;
}


@media (max-width: 770px) {
    .mobile_modes_list_title {
        display: flex;
    }

    .language-switcher {
        max-height: 100% !important;
        flex-direction: column;
    }

    .popup-trigger.rotate180 {
        width: 25px;
    }

    .selected__option__container.popup-trigger {
        font-size: 14px;
        padding: 5px;

    }

}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    max-height: 45px;
}

.dropdown-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    /* gap: 1rem; */
    /* background: rgba(249, 249, 249, 1); */
    background: linear-gradient(180deg, #EDEDED 0%, #F6F6F6 53%, #EDEDED 100%);
    border-radius: 35px;
    padding: 4px;
    /* padding: 6px 0px 10px 16px; */
    /* padding-left: 15px; */
}

.dropdown___container {
    background: rgba(255, 255, 255, 1);
    padding: 5px 15px;
    border-radius: 35px;
    min-width: 200px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.dropdown___container .selected__option__container {
    background: none !important;
}

.dropdown-wrapper label {
    padding: 0px 16px 0px 16px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(141, 143, 148, 1);
}

.dropdown-wrapper select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.switch-button {
    /* padding: 10px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    & img {
        width: 40px;
        height: 40px;
    }
}

.tool-section .controls {
    align-items: center;
}

.selected__option {
    min-width: 85px;
}


@media (max-width: 1145px) and (min-width: 1024px) {
    .dropdown-container-lang1 {
        right: -75px !important;
    }
}
