﻿/*
@font-face {
    font-family: 'amiriregular';
    src: url('../fonts/Almarai/Almarai-Regular.ttf');
}
*/



.offcanvas-top.show {
    height: 75vh;
    overflow-y: auto;
}

@font-face {
    font-family: 'amiriregular';
    src: url('../fonts/almarai/almarai-regular.ttf') format('truetype');
}


* {
    /*font-family: "amiri", sans-serif;*/
    font-family: 'amiriregular' !important;
}

: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: 'amiriregular' !important;
}

.ar {
    font-family: 'amiriregular' !important;
    direction: rtl;
    text-align: right !important;
}
.en {
    /*font-family: 'amiriregular' !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-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;
}

.sindibad_slider_image{
    width:100% !important;
    height:500px !important;
}
.sindibad_Layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.text-green {
    color: rgb(112,173,71) !important;
}
.bg-green {
    background-color: rgb(112,173,71) !important;
    color:white;
}







/*   ----------------------------------
        for sllides and Carosel   
     ----------------------------------  */


/*
<style type="text/css" >
 html, body {
            margin: 0;
            padding: 0;
        }

        * {
            box-sizing: border-box;
        }*/
.slider {
    width: 100%;
    margin: 50px auto;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
    font-size: 20px !important;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1; /*.2;*/
}

.slick-active {
    opacity: 1; /*.5;*/
}

.slick-current {
    opacity: 1;
}

/*</style >*/







#divLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

.divLoadingInnerDiv {
    display: flex;
    margin: 0 auto;
}





















.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;
}









.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;
}