.datatable-search label,
.datatable-search input {
    width: 100% !important;
}

.select2-container--default.select2-container--open {
    z-index: 999999;
}

.text-mowrap {
    white-space: nowrap;
}

[dir=rtl].light-style.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    box-shadow: 0 0.25rem 0.5rem -0.25rem rgba(38, 43, 67, 0.42);
    padding: 0 1.5rem;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

[dir=rtl].dark-style.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    box-shadow: 0 0.25rem 0.5rem -0.25rem rgba(38, 43, 67, 0.42);
    padding: 0 1.5rem;
    background-color: rgba(48, 51, 78, 0.9) !important;
}
/* 
.light-style body {
    background-color: #dfe1fa;
}

.light-style .form-floating>.form-control:focus~label:after,
.light-style .form-floating>.form-control:not(:placeholder-shown)~label:after,
.light-style .form-floating>.form-control-plaintext:focus~label:after,
.light-style .form-floating>.form-control-plaintext:not(:placeholder-shown)~label:after,
.light-style .form-floating>.form-select:focus~label:after,
.light-style .form-floating>.form-select:not(:placeholder-shown)~label:after {
    background-color: #dfe1fa !important;
} */

.client-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.client-countdown p {
    margin: 0;
}

.client-countdown .number-subtitle {
    font-weight: 600;
    font-size: 18px;
}

.client-countdown .number-title {
    display: flex;
    gap: 8px;
}
.client-countdown .number-title .countdown_number {
    display: flex;
    align-items: center;
    gap: 4px;
}
.client-countdown .number-title .count {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    /* box-shadow: 0 0 5px rgba(0,0,0,.2); */
    border: 1px solid rgba(38, 43, 67, 0.075);
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url("../fonts/cairo/Cairo-Regular.ttf") format('woff2');
}
.invalid-feedback{
    position: absolute !important;
}

small, .small {
    font-size: 1.2em;
  }
  