﻿.masar-logo {
    width: 90px;
    /*padding: 15px;*/
}

.width-auto {
    width: auto;
}

.pointer {
    cursor: pointer;
}

.header-logo-lang {
    justify-content: center;
}

.rtl {
    direction: rtl;
}

.masar-header-logo {
    width: 60px !important;
    margin: 50px;
}

.margin-0-auto {
    margin: 0px auto;
}

.btn-ar {
    cursor: pointer;
    margin-right: 5px;
    width: 75px;
}

.btn-en {
    cursor: pointer;
    margin-left: 5px;
    width: 75px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    .dropbtn:hover {
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /* background-color: #2980b9;*/
}
.text-gray-500 {
    background: white !important;
}