/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: auto;
}

.app-brand-logo.demo svg {
    width: 35px;
    height: auto;
}

.customizer-hide .app-brand-logo.demo {
    width: 84px;
    height: auto;
}

.customizer-hide .app-brand-logo.demo svg {
    width: 85px;
    height: auto;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}
.layout-navbar-fixed
.layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
.layout-page {
    padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir="rtl"] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }
    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}
.layout-demo-placeholder img {
    width: 900px;
}
.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

/* Alhula */

.app-brand-logo.demo img {
    width: 100%;
}

.app-brand-text.demo {
    position: relative;
    width: 135px;
}

.app-brand-text.demo img {
    width: 100%;
}

.customizer-hide .app-brand-text.demo {
    position: relative;
    width: 185px;
}

/***/

.stretch-group-h {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.stretch-group-h .stretch-side {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.stretch-group-v {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

.stretch-group-v .stretch-side {
    position: relative;
    flex: 1 1 auto;
    height: 1%;
    min-height: 0;
}

/***/
/*
.bg-label-secondary{
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-bottom: 1px solid #dbdade;
  backdrop-filter: saturate(200%) blur(6px);
}*/

.table th {
    letter-spacing: normal;
}

.number-unicode {
    unicode-bidi: plaintext;
    text-align: right;
}

.number-unicode div {
    unicode-bidi: plaintext;
    text-align: right;
}

.number-unicode div,
.number-unicode div span,
.number-unicode div small {
    unicode-bidi: plaintext;
    text-align: right;
}

.name-mw {
    min-width: 165px;
}

.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}
.z-5 {
    z-index: 5 !important;
}
.z-6 {
    z-index: 6 !important;
}

.none-sort::before,
.none-sort::after {
    display: none !important;
}

tr.first-row.active > *,
tr.second-row.active > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075) !important;
}

table.dataTable tr.dtrg-group th {
    background-color: rgba(224, 224, 224, 0) !important;
    text-align: left;
}

.light-style table.dataTable tr.dtrg-group.dtrg-level-0 th {
    border-color: rgba(219, 218, 222, 0) !important;
}

.dt-hasChild td {
    border-bottom: none !important;
}

table.dataTable.table-hover > tbody > tr.dt-hasChild:hover + tr > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075) !important;
}

table.seminars-dt.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.03) !important;
}

.slim-col {
    width: 1% !important;
}

.offcanvas-backdrop {
    z-index: 1090;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1091;
}

span.note-number {
    display: inline-block;
    margin-right: -5px;
}

td.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; /* Extend the cell as much as possible */
    max-width: 0; /* Avoid resizing beyond table width */
    min-width: calc(100% - 21px);
}

/*
.offcanvas.offcanvas-end {
  width: 600px;
}
*/
.offcanvas-size-xxl {
    --bs-offcanvas-width: min(95vw, 1000px) !important;
}

.offcanvas-size-xl {
    --bs-offcanvas-width: min(95vw, 800px) !important;
}
.offcanvas-size-md {
    /* add Responsivenes to default offcanvas */
    --bs-offcanvas-width: min(95vw, 600px) !important;
}
.offcanvas-size-sm {
    --bs-offcanvas-width: min(95vw, 400px) !important;
}

.hidden-details {
    display: none;
}

.light-style .auth-cover-bg-color {
    background-color: rgba(177, 217, 231, 0.65) !important;
}

/* firas custom*/

.authentication-wrapper.authentication-basic .card-body {
    max-height: 550px;
    min-height: 520px;
}
.authentication-wrapper.authentication-cover
.authentication-inner
.auth-multisteps-bg-height {
    height: 125vh !important;
}
.authentication-wrapper.authentication-cover
.authentication-inner
.auth-multisteps-bg-height2 {
    height: 25vh !important;
    min-height: 120px;
}
.authentication-wrapper.authentication-cover .authentication-inner {
    margin: 0 !important;
}

.justify-content-between {
    width: 100%;
}
.mt-n1 {
    padding-top: 20px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/colorful-loading.gif") 50% 50% no-repeat
        rgb(249, 249, 249);
    opacity: 0.8;
}
.bs-table-color {
    --bs-table-bg: #277c96;
}
.table:not(.table-dark) thead:not(.table-dark) th {
    color: #ffffff;
}
.login-body {
    overflow: hidden;
}
.app-brand-custom {
    line-height: 2;
}
.first-color {
    color: #00526b !important;
}
.secend-color {
    color: #f1a292 !important;
}
.card[class*="card-border-shadow-"] {
    min-height: 150px;
}
.offcanvas-header-edit {
    padding-top: 100px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(67, 89, 113, 0.2);
    border-radius: 0.5rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 0.25rem;
    border-bottom: 0px solid #d9dee3;
    border-top-left-radius: calc(0.5rem - 0px);
    border-top-right-radius: calc(0.5rem - 0px);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-header,
.card-footer {
    border-color: #d9dee3;
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 50px;
}

/*
#img_loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
  width: 30%;
  animation-delay: 80s;
}*/

#img_loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    width: 30%;
    animation-delay: 80s;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.password-rules {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.password-rule {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}
[data-field="password"][data-validator="regexp"] {
    display: none !important;
}