﻿/*
@font-face {
    font-family: 'almarai';
    src: url('../fonts/Almarai/Almarai-Regular.ttf');
}
*/



.offcanvas-top.show {
    height: 75vh;
    overflow-y: auto;
}


/*:root {*/
    /*background-color: var(--falcon-body-bg);*/

    /*--falcon-body-bg: white;
    --falcon-bg-navbar-glass: white;*/
    /*--falcon-navbar-dark-color: rgb(20 19 19 / 55%);*/
    /*--falcon-navbar-dark-color: #fff !important;

    --falcon-accordion-button-active-bg: #fff !important;
    
}*/


.amiri {
    font-family: 'almarai' !important;
}

.ar {
    font-family: 'almarai' !important;
    direction: rtl;
    text-align: right !important;
}
.en {
    /*font-family: 'almarai' !important;*/
    direction: ltr;
    text-align: left !important;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.uppercase {
    text-transform: uppercase !important;
}

.bg-yellow {
    background-color: #f6b024 !important;
}

.bg-yellow2 {
    background-color: #fbfbee !important;
}

.bg-violet {
    background-color: blueviolet !important; /*#FF00FF*/
}


.bg-brand {
    background: rgba(5, 87, 158, 0.9) !important;
}
.text-brand {    color: rgba(5, 87, 158, 0.9) !important;
}

.bg-brand2 {
    background: #29a2da !important;
}

.text-brand2 {
    color: #29a2da !important;
}

.bg-brand3 {
    /*background: #bbc3c9 !important;*/
    background: #e7e7e7 !important;
}

.text-brand3 {
    color: #353637 !important;
}

.bg-yellow3{
    background-color: #fbfbee !important;
}

.bg-brand4 {
    background: linear-gradient(to right, #29a2da 0%, rgba(5, 87, 158, 0.9) 90%) !important;
}

.text-brand4 {
    color: linear-gradient(to right, #29a2da 0%, rgba(5, 87, 158, 0.9) 90%) !important;
}

.bg-lightblue {
    background: #0dcaf0 !important;
}

.glassy {
    background: rgba(0, 0, 0, 0.05);
}


.iCoreCap {
    text-transform: uppercase !important;
}

.b {
    font-weight: 700 !important;
}

.text-green {
    color: rgb(112,173,71) !important;
}
.bg-green {
    background-color: rgb(112,173,71) !important;
    color:white;
}









#divLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

.divLoadingInnerDiv {
    display: flex;
    margin: 0 auto;
}



.glassy {
    background: rgba(0, 0, 0, 0.05);
}

.login-bg {
    background-image: url('../Themes/assets/img/KuwaitCity.jpg');
    /*background-image: url('assets/img/KuwaitCity2.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

















.menu-icon-size0 {
    font-size: 0.5rem !important;
}


.menu-icon-size1{
font-size: 1rem !important;
}

.menu-icon-size2 {
    font-size: 2rem !important;
}
.menu-icon-size25 {
    font-size: 2.5rem !important;
}




.fsrem1 {
    font-size: 1rem !important;
}


.fsrem85 {
    font-size: 0.85rem !important;
}

.fsrem75 {
    font-size: 0.75rem !important;
}

.fsrem60 {
    font-size: 0.60rem !important;
}
.fsrem50 {
    font-size: 0.5rem !important;
}

.fsrem25 {
    font-size: 0.25rem !important;
}



/*.login-bg {*/
    /*background-image: url('../images/bg.jpg');*/
    /*background-image: url('../images/ClinicHospital3.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}*/
/*
.disabled .spin-span {
    display: block
}

.disabled .label-span {
    display: none
}



.label-span {
    display: block;
}

.spin-span {
    display: none;
}

.login-btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 15px !important;
    font-weight: 600;
}




.sidebar-nav .nav-content a{
    font-weight:100;
}*/


