
:root, [data-bs-theme=light] {
    --bs-light-rgb: 231, 236, 242;
    --cus-button-bg-rgb: 16, 16, 16;
    --cus-button-border-rgb: 243, 243, 243;
}
body, html {
  width: 100%;
  height: 100%
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}
p, li, a, label, button, div {
  font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 300
}
.bg-secondary{
	background-color: #333333 !important;
}

html[dir="rtl"] .cal i.bi {
    position: absolute;
    right: auto;
    top: 55%;
    left: 1rem;
}
html[dir="rtl"] body, 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"] p, html[dir="rtl"] li, html[dir="rtl"] a, html[dir="rtl"]  label, html[dir="rtl"] button, html[dir="rtl"] div
{
    font-family:  "Tajawal", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4
{
    font-family: "Lemonada";
     font-weight: 700;
}
html[dir="rtl"] strong
{
     font-weight: 700;
}
footer a {
    color: #fff !important;
}
footer .lay_list.soc-ic a {
    color: #000 !important;
}
@keyframes bgWhiteToRed {
  from {background-color: #fff;}
  to {background-color: #d0212a;}
}
@keyframes colorBlackToWhite {
  from {color: #000;}
  to {color: #fff;}
}
@keyframes colorBlackToRed {
  from {color: #000;}
  to {color: #d0212a;}
}
.h1, h1 {
    font-size: 1.25rem;
}
.h2, h2 {
    font-size: 1.1rem;
}
.h3, h3 {
    font-size: 1.0rem;
}
.buttons .btn-lg {
    padding: 15px 12px 5px 12px;
    width: 100%;
}
.btn-default {
    color: #ffffff;
    background-color: #000;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #000;
    border-color: #000;
}
.buttons .btn-lg span.network-name {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
.hero img{max-width: 100%; width: 100%; height: auto;}
.copyright {
    line-height: 100%;
    display: inline;
    align-self: center;
}
.lay_list.soc-ic a {
    color: #000;
    text-decoration: none;
    font-size: 19px;
    background: #fff;
    border-radius: 21px;
    padding: 5px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
    width: 38px;
}
.lay_list.soc-ic a:hover {
    background: #707070 !important;
    color: #fff;
    animation: bgWhiteToRed 1s infinite alternate, colorBlackToWhite 1s infinite alternate;
    
}
a.email {
    color: #000;
    font-size: 1.0rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    height: 51px;
    line-height: 51px;
}
a.email:hover {
    color:#000;
    animation: colorBlackToRed 1s infinite alternate;
}
header.logoAndTactical {
    border-bottom: 1px solid #ccc;
}
.logoSec{    filter: grayscale(100%);}

.logoSec:hover{    filter: grayscale(0);}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #707070;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #525658;
}
.ui-datepicker {
    width: 25em;
    max-width: 100%;
}
.ui-widget-header {
    background: #6c757d;
    color: #ffffff;
    font-weight: 300;
}
.ui-datepicker th {
    font-weight: normal;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .6em;
}
.cal i.bi {
    position: absolute;
    right: 13px;
    top: 55%;
}


img.logo {
    max-width: 100%;
}

ul.ui-timepicker-viewport {
    text-align: left;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
    background: #ced4da;
}
.ui-timepicker-viewport li.ui-menu-item {
        width: 20% !important;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border: 1px solid #ced4da;
    border-collapse: collapse;
    border-width: 1px 1px 0 0;
    background: #fff;
}
.ui-timepicker-standard a, .ui-timepicker-standard a:hover {
    border: none;
    color: #282c30;
    display: block;
    padding: .5em .4em;
    text-decoration: none;
}
.ui-timepicker-standard a:hover {
    background: #000;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}
.cal p.text-warning {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    background: #000;
}
li.ui-menu-item.disabled {
    background: #ccc;
    cursor: not-allowed;
}
.ui-timepicker-standard a.disabled:hover {
    background: #ccc;
    cursor: not-allowed;
}
section.main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.overlay.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: rgb(4 4 4 / 65%);
    z-index: 10;
    height: 100%;
}
.overlay .container {
    height: 100%; position: relative;
}
.overlay .container .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center; width: 100%;
}
.overlay .container .content p.icon {
    color: #000;
    font-size: 64px;-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
p.success {
    font-size: 64px;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #dc5057;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
    background: #ffc107;
    color: black;
}
div#dialog-confirm i.bi.bi-calendar2-x {
    display: block;
    color: #dc5057;
    font-size: 32px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.floatingNav .list-group {
flex-direction: row;}
.floatingNav {
    position: fixed;
    bottom: 0;
    width: 100%; 
}
.floatingNav li{
    
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s;
}
.floatingNav  a.btn.btn-default{
    border-radius: 0;
    border-bottom: none; border-left: none;
}

.floatingNav li span{display: none}
.floatingNav li:hover {
    max-width: 409px;
}
.grecaptcha-badge {
    bottom: 90px !important;
}
.copyright a {
    display: block;
    color: #000;
    text-decoration: none;
}
.app-download p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: right;
    font-weight: 300;
    font-size: 15px;
}
.app-download{
    text-align: right;
}
.row.app-banner {
    position: relative;
}
.download_button {
    position: absolute;
    width: 140px;
    border: 0;
    padding: 0.7rem 0;
    background: #000;
    color: #fff;
    border-radius: 7px;
    right: 2rem;
    top: 5rem;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
    box-shadow: 0px 4px 20.64px 3.36px rgba(254, 45, 45, 0.4);
}
.hero{
    position: relative;
}
.download-button{
    position: absolute;
    bottom: 1rem;
    left: 3.7rem;
}
.download-button img {
    width:170px;
    padding: 0 3px;
}
.download-button img:hover {
    box-shadow: 0 6px 20px -8px rgb(237 26 47) !important
}
img.qr-code {
    width: 95px;
}

.band a {
    display: inline-block;
}
.band a img {
    width: 70px;
    max-width: 100%;
}
.card-body h5, .card-body p, .terms p, .terms li{font-weight: 300;;}
p.card-text strong {
    font-weight: 600;
    font-size: 2rem;
}
.bg-denso{background: #000; color: #fff;}
p {
    font-weight: 300;
}

@media (max-width: 768px){
    .download-button img {
        width:100px;
    }
    .download-button{
        bottom: 0.5rem;
        left: 1.3rem;
    }
    img.qr-code {
        display: none;
    }
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
@media (min-width: 1024px){
    .band a img {
    width: 120px;
}
    .ui-datepicker {
    width: 25em;
}
    
    .floatingNav .list-group {
flex-direction: column;border-radius: 0;}
    .floatingNav {
        bottom: auto;
    top: 50%;
    transform: translateY(-50%);width: auto; 
}
    .floatingNav li{
    width: auto;
    max-width: 53px;
}
.floatingNav li:last-child a.btn.btn-default{border-bottom: 1px solid #ccc;}
    .floatingNav li span{display: inline-block}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.75rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xl {
    max-width: 1024px;
}}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xl {
        max-width: 1280px !important;
    }
}
@media (max-width: 768px){
    .app-download p {
        text-align: center;
    }
    .app-download {
        text-align: center;
    }
}