@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url("../../fonts/DroidArabicKufiRegular.ttf");
    /* font-family: 'calibri';
    src: url("../../fonts/calibriRegular.ttf"); */
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'DroidArabicKufiRegular';
}

#logo {
    height: 48px;
  }

#brand a{
    float: right;
}

#download{
    direction: rtl;
    text-align: right;
}


.btn{
    font-size: 16px;
    font-weight: bold;
}

.modal-dialog{
    max-width: 90%;
}

.modal-body{
    direction: rtl;
    text-align: right;
}

#msg{
    direction: rtl;
    text-align: right;
    color: red;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

#congrat {
    position: absolute;
    top: 0;
    left: 0;
    width: 512px;
    height: 512px;
    opacity: 0;
    z-index: -1;
}


.select2-container .select2-selection--single {
    height: 40px;
    min-width: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
}

.select2-results__option {
    padding: 8px;
}

.select2-results__options {
    min-height: 500px;
    overflow-y: auto;
    direction: rtl;
    text-align: right;
}


.card-header{
    background-color: #0079c9;
}

.card-header .title{
    display: inline;
    justify-content: center;
    align-items: center;
}

.card-header .title, .rotate-icon{
    font-size: 17px;
    color: #fff;
    justify-content: center;
    align-items: center;    
}

.card-header .accicon {
    float: left;
    font-size: 20px;  
    width: 1.2em;
}

.card-header{
    cursor: pointer;
    border-bottom: none;
}

.card{
    border-radius: 5px;
    /* border: 2px solid #0079c9; */
}

.card-body{
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

#login-btn, #logout-btn{
    font-size: 12px;
    font-weight: 500;
}

#navbarIcon {
    display: none;
}

@media screen and (max-width: 768px) {

    .login-form{
        width: 100%;
    }

    #content {
        margin-right: 0px;
        padding: 4px;
    }

    #content.active {
        margin-right: 0px;
    }

    #navbarIcon {
        display: block;
    }
    
    #user-info {
        display: none;
    }

    #sidebar {
        transform: translateX(100%);
    }

    #sidebar.active {
        transform: translateX(0%);
    }
}