html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    direction: rtl;
}

body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 300;
}

@media (max-width: 992px) {
    body {
        font-size: 1rem !important;
    }
}

@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
}

/* @media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1480px;
    }
} */

/* @media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
} */

a {
    color: #ba9247;
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    color: #967b48;
    text-decoration: none;
    transition: all 0.2s;
}

.dropdown-menu[data-mdb-popper] {
    left: 0;
    right: unset;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.text-gold {
    color: #ba9247;
}

.text-gold-light {
    color: #d9bf94;
}

.text-light {
    color: #d3d3d3;
}

.bg-gold {
    background-color: #b9924a;
}

.bg-dark {
    background-color: #333533 !important;
}

.bg-dark-50 {
    background-color: #2a2b2987;
}

.bg-dark-75 {
    background-color: #0000003d;
}

.bg-darker {
    background-color: #2a2b29 !important;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #ffffff;
}

.form-outline .form-control {
    background: #ffffff;
}

.form-label {
    /* color:#d9bf94; */
    color: #d3d3d3;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input[type=checkbox]:checked {
    background-color: #94773d;
}

.form-check-input[type=checkbox]:checked:focus {
    background-color: #94773d;
}

.form-check-input:checked {
    border-color: #94773d;
}

.form-check-input:checked:focus {
    border-color: #94773d;
}

.form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #94773d;
    box-shadow: 0 0 0 13px #94773d;
}

.btn-gold {
    color: #fff;
    background-color: #94773d;
}

.btn-gold.focus, .btn-gold:focus, .btn-gold:hover {
    color: #fff;
    background-color: #816630;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(185 146 68 / 7%);
}

.btn-check:active+.btn-gold, .btn-check:checked+.btn-gold, .btn-gold.active, .btn-gold:active, .show>.btn-gold.dropdown-toggle {
    color: #fff;
    background-color: #816630;
}

.btn-check:active+.btn-gold:focus, .btn-check:checked+.btn-gold:focus, .btn-gold.active:focus, .btn-gold:active:focus, .show>.btn-gold.dropdown-toggle:focus {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.btn-gold.disabled, .btn-gold:disabled {
    color: #fff;
    background-color: #74623e;
}

.section-title hr {
    height: 2px;
    width: 15%;
    margin-right: auto;
    margin-left: auto;
}


.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bd9447;
    -webkit-box-shadow: 0 0 1px 1px #bf9547;
    box-shadow: 0 0 1px 1px #bf9547;
}

.required:after {
    content: ' *';
    /* color: rgb(241 8 8 / 68%); */
    color: #d9bf94;
}

/***************************************
*     # Header
****************************************/

header {
    height: 100%;
    width: 100%;

}

#header-card {
    z-index: 99;
}

#main-navbar {
    transition: all 0.3s;
}

#main-navbar .navbar-brand {
    transition: all 0.3s;
}

#main-navbar .navbar-brand img {
    width: 10rem;
}

#main-navbar .nav-link:focus, #main-navbar .nav-link:hover {
    color: #b9924a !important;
    text-decoration: none;
    transition: all 0.2s;
}

#main-navbar .nav-link {
    font-weight: 400;
    color: #ffffff;
}

#main-navbar .dropdown-item {
    font-size: 0.875rem;
}

#main-navbar .dropdown-item.active, #main-navbar .dropdown-item:active {
    background-color: #b9924a;
}

#main-navbar .nav-link.dropdown-toggle {
    font-size: 0.9rem;
}

.text-sm {
    font-size: 0.875rem;
}

/***************************************
*     # Header
****************************************/
header {
    /* background-image: url("../images/home.jpg"); */
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
    header {
        background-size: cover;
    }
}

#header-card {
    background-color: #2f312f99;
    text-align: center;
}

@media (min-width:992px) {
    #about-us img {
        width: 10rem;
    }
}

@media (max-width:992px) {
    #about-us img {
        width: 8rem;
    }
}


/* #header-card .btn-scroll {
    position: relative;
    width: 100px;
    height: 100px;
}

#header-card .btn-scroll span {
    z-index: 999;
    height: 3px;
    margin: 1px;
    width: 30px;
    background: #fff;
    transition: 0.4s ease;
}

#header-card .btn-scroll span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 23%;
    bottom: 37%;
}

#header-card .btn-scroll span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 43%;
    bottom: 37%;
}

#header-card .btn-scroll span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 23%;
    bottom: 45%;
}

#header-card .btn-scroll span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 43%;
    bottom: 45%;
}

#header-card .btn-scroll:hover span:nth-child(1) {
    transform: rotate(-135deg);
}

#header-card .btn-scroll:hover span:nth-child(2) {
    transform: rotate(135deg);
}

#header-card .btn-scroll:hover span:nth-child(3) {
    transform: rotate(225deg);
}

#header-card .btn-scroll:hover span:nth-child(4) {
    transform: rotate(-225deg);
}
 */

.page-header {
    /* background: linear-gradient(rgb(49 49 49), rgb(34 34 34 / 68%)), url(../images/login.jpg); */
    background: linear-gradient(#000000e0, rgb(0 0 0 / 42%)), url('../images/login.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

#patient-dashboard-menu .list-group-item{
    background-color:transparent;
}

#patient-dashboard-menu .list-group-item.active {
    background-color: #b9924a;
    border-color: #b9924a;
}
#patient-dashboard-menu .list-group-item:hover {
    background-color: #b9924a;
    border-color: #b9924a;
}

.form-check-input:focus {
    border-color: #b9924a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(148 119 61 / 0.123);
}

#loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

#loading-overlay.is-active {
    display: flex;
}

.sam-custom-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.sam-custom-radio label {
    display: inline-block;
    background-color: transparent;
    padding: 0.35rem 0.5rem;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #a98a4e63;
    border-radius: 0.25rem;
    transition: 0.1s all;
}

.sam-custom-radio label:hover {
    background-color: #a98a4e;
    color: #ffffff;
    transition: 0.1s all;
    cursor: pointer;
}

.sam-custom-radio input[type="radio"]:focus+label {
    border: 1px solid #a98a4e;
}

.sam-custom-radio input[type="radio"]:checked+label {
    background-color: #a98a4e;
    border-color: #a98a4e;
    color: #ffffff;
    transition: 0.1s all;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #94773d;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: unset !important;
    outline: unset !important;
    outline-offset: 0 !important;
}

.form-select:focus {
    border-color: #b99145;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(179 140 68 / 25%);
}

.form-select {
    padding: 0.475rem 0.75rem 0.475rem 2.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

.table th {
    font-weight: 500;
}


/* Purple */
.btn-purple {
    background-color: #6f42c1;
    color: #fff;
}

.btn-purple:after {
    border-color: #6f42c1;
}

.btn-purple:hover, .btn-purple:focus {
    background-color: #5d37a5;
    color: #fff;
}

.text-justify{
    text-align: justify;
}