/* Add here all your CSS customizations */


.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#am_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 100000;
    text-align:center;
}

    #am_loader > .body-loader {
        color: #FFF !important;
        position: relative;
        top: 50%;
        
    }

#social_top a { color:unset !important
}

.mada-img{
    width:45px;
    height:25px;
    border-radius:2px
}

.jsgrid-grid-body, .jsgrid-grid-header {
    overflow: unset !important
}

.modal-open {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.spinner-border {
    width: 1rem !important;
    height: 1rem !important
}
label.required:after{color:red !important}


.card-body {
    padding: 1rem !important
}
h3,
.btn-modern,
.page-header .breadcrumb > li,
#header .header-nav-main nav > ul > li > a {
    text-transform: unset !important
}
.float-ico {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 5000
}

/*Start Toggle Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*End Toggle Switch*/
.my-float-ico {
    margin-top: 8px;
}

.en-font-bold {
    font-family: got-bold !important
}

.en-font-light {
    font-family: got-light !important
}

.en-font-med {
    font-family: got-book !important
}

.arb-font-bold {
    font-family: GE-SS-bold !important
}

.arb-font-light {
    font-family: GE-SS-light !important
}

.arb-font-med {
    font-family: GE-SS-medium !important
}

.float-ico:hover {
    color: #FFF !important
}
/***********English fonts**************/
@font-face {
    src: url(../fonts/eng/Gotham-Bold.otf);
    font-family: got-bold;
}

@font-face {
    src: url(../fonts/eng/Gotham-Light.otf);
    font-family: got-light;
}

@font-face {
    src: url(../fonts/eng/GothamBook.ttf);
    font-family: got-book;
}

/***********Arabic fonts**************/
@font-face {
    src: url(../fonts/arb_new/MarkaziText-SemiBold.ttf);
    font-family: GE-SS-bold;
}

@font-face {
    src: url('../fonts/arb_new/MarkaziText-Regular.ttf');
    font-family: GE-SS-light;
}

@font-face {
    src: url('../fonts/arb_new/MarkaziText-Medium.ttf');
    font-family: GE-SS-medium;
}