﻿.open-accessibility {
    left: 30px !important;
    right: initial !important;
    display: flex !important;
    justify-content: end !important;
    direction: rtl !important;
    top: 70px !important;
    min-width: initial !important;
}

.signIn {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.signUp {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#changeLangDiv {
    margin: 0 20px;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

    #changeLangDiv select {
        background: #f3f8fb;
        border-radius: 80px;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        color: #333;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        width: 48px;
        height: 48px;
        cursor: pointer;
        padding: 0 12px;
    }

@media screen and (max-width:600px) {
    .fa-bars {
        float: right;
        font-size: 26px;
    }

    #changeLangDiv select {
        height: 30px;
        border-radius: initial;
    }



    #logo_img {
        float: left !important;
    }
}

@media screen and (max-width:350px) {
    .col-sm-hilix-350 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .fixed-height-400 {
        height: 400px;
    }
}

@media screen and (max-width:780px) {
    .open-accessibility {
        left: 0px !important;
        z-index: 10000;
        top: 70px;
    }

        .open-accessibility.open-accessibility-collapsed .open-accessibility-container {
            border-radius: 0% 50% 50% 0%;
        }
}
