/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

@font-face {
    font-family: 'madafont';
    font-style: normal;
    src: url("../fonts/DINNextLTArabic-Regular.ttf");
    /* Legacy iOS */ }


body, html {
    font-family: madafont, Vazir, Tahoma, Arial;
    font-size: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.dark-mode * {
    background-color: #000000; /* Dark background color */
    color: #f6ed1b !important; /* Yellow text color */
}
body.dark-mode .select2-container .select2-selection--multiple,
body.dark-mode .select2-container .select2-selection--single {
    background-color: #000000; /* Dark background color */
    color: #f6ed1b !important; /* Yellow text color */
}

body.dark-mode .card{
    border-style: solid;
    border-width: 1px;
    border-color: #f6ed1b;
}

:focus {
    outline: 2px solid #000000 !important; /* Change the color as needed */
}

html[lang="ar"]{
    text-align: right;
}

html[lang="en"]{
    text-align: left;
}

body[lang="ar"]{
    text-align: right;
}

body[lang="en"]{
    text-align: left;
}
    /*# sourceMappingURL=custom.css.map */
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #016272;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.loader2 {
    border: 4px solid #016272;
    border-radius: 50%;
    border-top: 4px solid #f3f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}

.w-85{
    width: 85% !important;
    max-width: 85% !important;
}
.w-45{
    width: 45% !important;
    max-width: 45% !important;
}
.w-70{
    width: 70% !important;
    max-width: 70% !important;
}
.w-90{
    width: 90% !important;
    max-width: 90% !important;
}
.w-15{
    width: 15% !important;
    max-width: 15% !important;
}
.w-10{
    width: 10% !important;
    max-width: 10% !important;
}

.w-93{
    width: 93% !important;
    max-width: 93% !important;
}
.w-7{
    width: 7% !important;
    max-width: 7% !important;
}
.note-toolbar-wrapper{
    min-height: 70px;
}


.label-danger{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}


.session-table-tr{
    border-bottom: 1px;border-style: none none inset;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.evaluation-card{
    border-radius: 10px;
    padding: 15px;
    margin: 20px 10px 20px 0px;
    box-shadow: 9px 1px 35px -17px rgba(0,0,0,0.53);
    -webkit-box-shadow: 9px 1px 35px -17px rgba(0,0,0,0.53);
    -moz-box-shadow: 9px 1px 35px -17px rgba(0,0,0,0.53);
    background-color: #f4f4f4ab;
}
.option-lable{
    font-size: 1rem;
    font-weight: 700;
    color: black;
}











.footer-menu{
    color: #a4a3a3;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*@media (max-width: 1327px) {*/
/*    .footer-menu{*/
/*        justify-content: start;*/
/*    }*/
/*}*/
.footer-menu .footer-menu-item{
    max-width: 23%;

    min-width: 250px;
}


.footer-menu-title{
    color: white;
    border-color: #e8cf80 !important;
    border-bottom: solid;
    border-width: 2px;
    margin-bottom: 15px;

    padding-bottom: 5px;
}
.footer-menu .footer-menu-item a{
    color: #a4a3a3;
}
.footer-menu .footer-menu-item a:hover{
    color: #a4a3a3;
    text-decoration: underline;
}
.footer-menu .footer-menu-item .search-field{
    padding-left: 1rem;
    min-height: 30px;
    z-index: 0;
    background-color: #282829;
    float: left;
    width: 88%;
    margin-top: 3px;
    border: none;
    outline: none;
    color: #a4a3a3;

}
.footer-menu .footer-menu-item .search-submit{
    float: right;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    min-height: 40px;
    color: rgba(255,255,255,.37);
}
.footer-menu .footer-menu-item .search-field:focus{
    outline: none !important;
}
.search-box{
    border: 1px solid;
    border-color: rgba(255,255,255,.37)!important;
    min-height: 40px;
}
.footer-menu .footer-menu-item li{
    display: flex;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-color: #a4a3a35e;
    border-width: 1px;
    margin-left: -18px;
}
.col-md-12.site-footer-area-inner.site-info-inner {
    background-color: #2e2e2e;
    display: flex;
    justify-content: start;
    min-height: 40px;
    align-items: center;
    padding-left: 100px;
}
.site-info{
    color: #a4a3a3 ;
}
.imp_link{
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    min-width: 95%;
    margin-top: 40px;

}
.social-links-items{
    color: #a4a3a3 ;
}
.social-links-items i{
    color: #ead181 ;
    font-size: 15px;
}
li.menu-social-links-item {
    display: inline;
    margin-right: 10px;
}
li.menu-item {
    display: inline;
}
li.link-menu-item a {
    color: white;
}
li.link-menu-item a:hover {
    color: #ead181 !important;
}
.link-menu-item{
    display: inline;
    margin-right: 10px;
}
li.link-menu-item {
    padding-left: 3px;
    font-size: 15px;
}
ul.social-links-items.menu {
    list-style-type: none;
}
.social-links{
    max-height: 20px;
    margin-right: 60px;
}
.menu-useful-links-container.menu{
    padding-inline-start: 20px !important;
}
.home-bg{
    background-image: url(/ControlPanel/assets/img/home-bg-1.png);
    /*background-color: #f0f1f5 !important;;*/

    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100%;
    height: 36vh;
}

@include media-breakpoint-down(md) {
    #top-footer .social {
        text-align: left;

        .plugins_standard_footer_html {
            padding-left: 1rem;
        }
    }
}



.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.lang-menu {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dark-footer-bg{
    margin: 0 0px;
    background-color: #282829;
    color: #fff;
}

.main-sidebar .sidebar-menu li a:hover{
    text-decoration: underline !important;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}




