@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);

@font-face {
    font-family: openSans-bold;
    src: url(../assets/fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: openSans-regular;
    src: url(../assets/fonts/OpenSans-Regular.ttf);
}



body {
    font-family: openSans-regular;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #eff2f7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: openSans-bold;
}

form label{
    font-size: 18px;
    font-family: openSans-bold;
    margin-bottom: 5px;
}

.form-control{
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-color: #999;
}


.form-control:focus{
    border-color: #d6be84;
}

.navbar {
    background-color: #202b4a;
}


.simplebar-offset{
    top: 80px;
}
.navbar-header{
    height: 105px;
}

.navbar-logo-box img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    padding: 10px;
}

.page-wrapper {
    margin-top: 90px;
}
.datepicker table tr td.today, .datetimepicker table tr td.today,.datepicker table tr td.day.active, .datepicker table tr td.day:active, .datetimepicker table tr td.day.active, .datetimepicker table tr td.day:active,.datepicker table tr td.day.active:hover, .datepicker table tr td.day:active:hover, .datetimepicker table tr td.day.active:hover, .datetimepicker table tr td.day:active:hover,.datepicker table tr td.day:hover, .datetimepicker table tr td.day:hover{
    color: #000 !important;
    background: #d6be84ee !important;
}





.mm-active ,.mm-active .active,.mm-active .active i,.mm-active>a i {
    color: #d6be84 !important;
}

.sidebar-left {
    background: #000;
}

#sidebar-menu ul li a,.menu-title,#sidebar-menu ul li a i{
    color:#fff;
}


#sidebar-menu ul li a:hover ,#sidebar-menu ul li a:hover i{
    color: #d6be84;
}


.mm-active>a {
    border-left: 4px solid #d6be84;
    border-radius: 2px;
    color: #d6be84 !important;
}


#sidebar-menu .has-arrow:after {
    position: absolute;
    top: 10px;
    right: 15px;
}

#page-topbar,.navbar-logo-box{
    background:#000;
}

.top-icon:active, .top-icon:hover {
    background-color: #d6be84;
}

.sign-out{
    padding:10px 25px;
}
.btn{
    background:#d6be84;
    color:#000;
    border:none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: openSans-bold;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


.btn:hover,.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,.btn:first-child:active:focus-visible {
    color:#fff;
    text-decoration: none;
    background-color: #d6be84;
    box-shadow: none;
}

.form-select:focus {
    border-color: #d6be84;
    box-shadow: none;
}

::selection {
    background-color: #d6be84;
    color: #000;
}

.select2-container--default .select2-results_option[aria-selected=true],.select2-container--default .select2-resultsoption[aria-selected=true]:hover,.select2-container--default .select2-results_option--highlighted[aria-selected] {
    background-color: #d6be84;
    color: #000;
}

.welcome-name{
    color:#fff;
}
.add-products-card{
    width: 95%;
    margin: 40px auto;
}

.add-products-card .card-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-radius: 25px;
}


.add-products-card .card-image{

    flex:1 0 40%;
    /*padding: 25px;*/
}

.add-products-card .card-image img{
    object-fit: cover;
    object-position: center;
    text-align: center;
}
.products-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 25px;
}

.products-content .card-title{
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}


a{
    color:#000;
}

.dataTables_paginate span{
    margin: 0 20px;
}

.mm-active>i {
    color: #d6be84 !important;
}

div.dt-buttons{
    float:none;
    margin: 25px auto 50px;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button{
    background: #d6be84;
    color: #000;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: openSans-bold;
    padding: 8px 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), input.dt-button:hover:not(.disabled){
    background: #d6be84;
    color: #fff;
    border: none;
}


.main-content .content {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover,.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #d6be84;
    color: #000;
}

table .btn{
    font-size: 12px;
     margin-bottom: 10px;
    width: 100%;
}
table{
    table-layout: auto;
}
th, td {

    border: 1px solid #000;

}


html[dir="rtl"] body{
    text-align: right;
     font-family:cairo;

}




html[dir="rtl"] .h1,html[dir="rtl"] .h2, html[dir="rtl"] .h3, html[dir="rtl"] .h4, html[dir="rtl"] .h5, html[dir="rtl"] .h6, html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4, html[dir="rtl"] h5, html[dir="rtl"] h6{
  font-family:cairo;
     font-weight: bold;
}

html[dir="rtl"] form label{
   font-family:cairo;
   font-weight: bold;
}

  html[dir="rtl"] #sidebar-menu ul li a{
       font-family:cairo;
   font-weight: bold;
  }

html[dir="rtl"] button.dt-button,html[dir="rtl"]  div.dt-button, html[dir="rtl"] a.dt-button,html[dir="rtl"]  input.dt-button, html[dir="rtl"] .btn{
     font-family:cairo;
        font-weight: bold;
}


html[dir="rtl"] .form-check {
    position: relative;
    text-align: right;
    /* vertical-align: middle; */
    margin-right: 0;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

html[dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-left: 0.5em;
    margin-right: 0 !important;
    margin-top: .25em;
}


.form-check-input:checked {
    background-color: #d6be84;
    border-color: #d6be84;
}
.form-check-input:focus {
    border-color: #d6be84;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem #d6be84aa;
    box-shadow: 0 0 0 .25rem #d6be84aa);
}

.form-check-input {
    --bs-form-check-bg: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d6be84;
}


.footer{
    left: 0;
    background-color:#000;
    color: #fff;
}


.landing-banner{
    background: url('../assets/images/a1c2d9a883.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    background-blend-mode: overlay;
}

.modal.show .modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.landing-banner h2{
    color: #fff;
}


@media (max-width: 991.98px) {
    .sidebar-left {
        display: block;
    }
       .navbar-logo-box {
        width: 100px !important;
        padding: 0;
    }

    .navbar-header h3{
        font-size: 16px;
    }

    .add-products-card{
    width: 100%;
    margin: 40px auto;
}

.add-products-card .card-body {
    flex-direction: column-reverse;

}

.add-products-card:first-child .card-body {

    flex-direction: column;
}
 }

 .btn-ar{
    font-family: cairo;
    font-weight: bold;

 }

html[dir="rtl"] .ms-auto{
    margin-right:auto !important;
    margin-left:0 !important;
}
