﻿/*--------------Somar Bold ------------------ */
@font-face {
    font-family: 'som-b';
    src: url('../fonts/som-b.woff2') format('woff2'), url('../fonts/som-b.woff') format('woff');
    font-weight: bold; /* Assuming bold is what is meant here */
    font-style: normal;
    font-display: swap; /* Optional: Improves loading experience */
}

/*--------------Somar Medium ------------------ */
@font-face {
    font-family: 'som-m';
    src: url('../fonts/som-m.woff2') format('woff2'), url('../fonts/som-m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional: Improves loading experience */
}

/***************************************************/

#numbers-summary {
    min-height: 150px;
}

.btn {
    border-radius: 0.6rem;
    transition: all 0.3s ease-in; 
}

.btn-light, .btn-info, .btn-success, .btn-dark, .btn-primary, .btn-danger, .btn-warning {
    box-shadow: none;
}

.btn:hover:not(.btn-icon-only) {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    transform: scale(1);
}

table.nowrap td, .table.nowrap td {
    white-space: normal !important;
}

.table thead th {
    font-family: var(--bs-font-som-b) !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
}

#logo-image {
    width: 100%;
    max-width: 200px;
}

@media (max-width: 575.98px) {

    #logo-image {
        max-width: 170px;
    }
}

.font-m {
    font-family: som-m !important;
}

.font-b {
    font-family: som-b !important;
}

#navigation .nav-link {
    font-size: 1.4rem;
}

#password-eye {
    display: none;
    position: relative;
    top: -35px;
    cursor: pointer;
    left: 12px;
    float: left;
}

.navbar .sidenav-toggler-inner {
    width: 28px;
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
    margin-bottom: 6px;
}

.g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:first-child, .g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:last-child {
    width: 22px;
}

svg {
    margin-top: -4px;
}


.nav-tabs button svg {
    margin-top: -8px;
}

.icon-xs svg {
    margin-top: 0px;
}

.sidenav .icon.icon-shape svg {
    margin: 0;
    top: 1px;
}

.ltr {
    direction: ltr !important;
}

.tab-content > .active {
    display: flex;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 6px 12px;
    height: 46px;
}

.btn-md, .btn-group-md > .btn {
    padding: 6px 12px;
    height: 50px;
}

.btn-sm i {
    font-size: 1rem;
}

.assign-btn {
    display: inline-block;
    font-size: 1rem;
    margin-top: 4px;
    margin-right: 5px;
    height: 40px;
    line-height: 1;
    min-width: 80px;
}

.assign-btn .spinner-border {
    font-size: 10px !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: -1px !important;
    margin-bottom: 0px !important;
}

.grid-div table th {
    padding-left: 5px;
}

.grid-div table th a {
    width: 90% !important;
    display: inline-block;
    padding-left: 15px;
    padding-left: 22px;
}

table.sticky-header thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f9f9f9;
    border-bottom: 2px solid #eee;
    box-shadow: 0 2px 9px -5px rgba(0, 0, 0, 0.15);
}

.table-arrow {
    max-width: 10px;
    margin-right: -10px;
}

.table.large-tds tbody td {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.table p {
    white-space: nowrap;
}

.paging-footer td {
    padding-top: 20px;
    font-size: 20px;
    color: #344767;
}

.paging-footer a, .paging-footer span.current {
    display: inline-block;
    color: #8392ab;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    padding: 7px 4px;
    width: 38px;
    height: 38px;
    line-height: 1;
    font-family: som-m;
    margin: 0 1px;
    text-align: center;
}

.paging-footer a:hover {
    color: #000;
    background-color: #e9ecef;
}

.large-footer.paging-footer td {
    padding-top: 40px !important;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.875rem 1rem;
}

.btn-label i {
    vertical-align: middle;
    font-size: 1.2rem;
    margin: -6px 6px 0;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-ttop {
    vertical-align: text-top !important;
}

.valign-tbottom {
    vertical-align: text-bottom !important;
}

.info-horizontal {
    text-align: right !important;
}

    .info-horizontal .icon {
        float: right;
    }

hr.vertical {
    right: auto;
    left: 0;
}

.waves {
    min-height: 60px !important;
}

.btn .bi, button .bi, a .bi, .badge .bi, i.bi {
    margin-left: 0.3rem;
    position: relative;
    top: 1px;
    font-size: 18px;
}

.btn-icon-only .bi {
    margin-left: 0;
    position: relative;
    top: 0;
    top: 3px;
    font-size: 22px;
}

.btn-sm.btn-icon-only .bi {
    top: 2px;
    font-size: 20px;
}

i.bi {
    margin-left: 0.3rem;
    position: relative;
    top: 3px;
    top: 2px;
}

.text-sm i.bi {
    font-size: 1.2rem;
}

i.bi.text-xxs {
    top: 1px;
}

.btn-link .bi {
    top: 2px;
}

.btn-xs .bi {
    top: 3px;
}

.ni.icon-lg {
    font-size: 1.4rem;
    top: 21px !important;
    opacity: 1;
}

.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.2rem;
    line-height: 1.4rem;
    background-position: left 0.75rem center;
    min-width: 120px;
    padding: 0.82rem 0.75rem; /* large */
}

.form-control-lg.form-select {
    min-height: 54px !important;
}

.form-select-sm {
    font-size: 1.1rem;
    line-height: 1rem;
    height: 40px;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

.form-floating > label {
    left: auto;
    right: 0;
    padding: 0.72rem 0.5rem;
    color: var(--bs-gray);
    z-index: 1;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"], .form-check:not(.form-switch) .form-check-input[type="radio"] {
    margin-top: 1px;
}

.form-check .form-check-input {
    float: right;
    margin-left: 0.5em;
    margin-right: 3px;
}

.form-check-inline {
    margin-right: 0;
    margin-left: 0;
}

.text-0 {
    font-size: 0 !important;
}

td.active {
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
    text-shadow: unset;
}

.alert-dismissible {
    padding-left: 1rem;
    padding-right: 2rem;
}

    .alert-dismissible .btn-close {
        right: unset;
        left: 0;
        padding: 4px 10px 0;
        font-size: 30px;
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    direction: rtl;
}

a.nav-link {
    display: flex;
    align-items: center;
}

.nav-link i.bi {
    font-size: 18px;
    top: 2px;
}

.toload {
    height: 100%;
    min-height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

#DeleteAllCheck {
    margin-left: 6px !important;
    margin-right: 20px;
    margin-top: 3px;
}

#uploaded-files-box {
    margin-left: 10px !important;
    margin-right: 20px !important;
}

.lg-toolbar .lg-icon {
    color: #e7e7e7 !important;
}

    .page-item .page-link, .page-item span {
    font-size: 1.1rem;
}

#image {
    background-position-x: center;
}

.page-item.active .page-link {
    background-color: #AA076B;
    border-color: #61045F;
    background-image: linear-gradient(310deg, #61045F 0%, #AA076B 100%);
}

.navbar-vertical .navbar-nav .nav-link, .page-item .page-link, .page-item span {
    color: #344767;
}

.page-link {
    border: 1px solid #ccc;
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
    margin-right: auto;
    margin-left: unset;
    font-size: 16px;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link:before, 
.navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link:before {
    left: auto;
    right: 0;
}

.navbar-vertical .navbar-nav .nav-link .icon {
    padding: 5px;
}

.dropdown .dropdown-menu:before {
    left: 13px !important;
    top: -12px !important;
}

.dropdown .dropdown-menu {
    box-shadow: 0 -1px 17px -2px rgba(20, 20, 20, 0.25), 0 9px 12px -2px rgba(20, 20, 20, 0.10) !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

.select-sm {
    height: 40px;
    padding: 0.1rem 0.6rem 0.1rem 0.4rem;
    font-size: 1rem;
}

.border-radius-circle {
    border-radius: 100% !important;
}

.number-badge {
    padding: 3px 5px;
    min-width: 20px;
    height: 20px;
    font-family: 'som-m';
    border-radius: 30px;
}

.number-badge-md {
    padding: 3px 0px;
    width: 24px;
    height: 24px;
    font-size: 16px;
}

.number-badge-lg {
    padding: 3px 6px;
    min-width: 25px;
    height: 25px;
    font-size: 18px !important;
    font-family: 'som-m';
    border-radius: 50px;
}

#msg-form-submit {
    border-radius: 8px 0 0 8px;
}

#MsgBody {
    resize: none;
    border-radius: 0px 8px 8px 0px !important;
    height: 80px;
}

.tab-dot {
    margin-right: -10px;
    margin-right: -15px;
    margin-top: -1px;
}

#nav-bar-dot {
    margin-right: 5px;
    margin-top: -3px;
}

.lang-flag1 {
    width: 23px;
    margin-top: -3px;
    border-radius: 30px;
    height: 23px;
}

.lang-flag {
    width: 32px;
    /* margin-top: -3px; */
    /* border-radius: 30px; */
    height: 25px;
}

.error-toast-text .validation-summary-errors {
    margin-top: -20px;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    padding-left: 10px;
    cursor: pointer;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    box-shadow: none;
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #d2d6da !important;
    }

/* select validation */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    background-position: left 0.75rem center, center left 1.85rem;
    padding-right: 0.75rem !important;
    background-size: 16px 12px, 0;
    border-width: 1px;
}

/* textarea validation */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-valid {
    padding-right: 0.75rem !important;
    border-color: #d2d6da;
    background-position: top 0.75rem left 0.75rem;
    background-size: 0px;
}

/* checkbox validation */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: inherit !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: rgb(219 35 52 / 74%) !important;
    border: 3px solid rgb(154 31 99 / 40%) !important;
    background-size: 0;
}

.pre-line {
    white-space: pre-line;
}

.modal {
    -webkit-backdrop-filter: saturate(100%) blur(3px);
    backdrop-filter: saturate(100%) blur(3px);
}

#img-to-preview {
    max-height: 600px;
    width: auto;
    height: auto;
    max-width: 100%;
}

.backdrop-blur {
    -webkit-backdrop-filter: saturate(100%) blur(3px);
    backdrop-filter: saturate(100%) blur(3px);
}

.modal-backdrop {
    opacity: 0.3 !important;
}

.modal-header {
    padding: 0.7rem 1rem;
}

.modal-header .btn-close {
    padding: 1rem 0.5rem;
    margin: -1.7rem auto 0rem -0.5rem;
    font-size: 42px;
    background: none;
}

.modal-footer {
    padding: 0.2rem 0.75rem;
}

.moving-tab {
    transition: none !important;
}

.nav-tabs .nav-link {
    font-size: 1.2rem;
    border: 0px solid transparent;
    border-radius: 10px;
    margin: 0 5px;
    height: 45px;
}

@media (max-width: 767px) { /*510*/

    .nav-tabs .nav-link {
        width: 45%;
        margin: 2px 2%;
        padding: 0;
        font-size: 1.2rem;
        height: 50px;
    }

    .nav-tabs .nav-link.small {
        font-size: 20px;
        font-family: som-b;
        text-align: center;
        width: 23%;
        margin: 10px 1% 0;
        height: 60px;
        padding: 12px 3px 10px;
        height: 70px;
    }

    .nav-link.small > svg, .nav-link.small > i {
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 4px;
        font-size: 18px;
    }

    .nav-tabs .nav-link.third {
        font-size: 17px;
        font-family: som-b;
        text-align: center;
        width: 33%;
        padding: 10px 4px 10px;
        margin: 0;
        height: 40px;
        height: 60px;
    }

    .nav-link.third.hide-svg > svg {
        display: none;
    }

    .nav-link.third.hide-svg > svg {
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    .tab-dot {
        margin-right: -22px;
        margin-right: -25px;
    }

}

    .nav-tabs .nav-link.active {
        box-shadow: 3px 3px 20px 4px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
        box-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
    }


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #e9ecef;
    --bs-table-accent-bg: #f8f9fa;
}

#lightgallery .thumbnail {
    width: 22%;
    padding: 5px;
    margin: 1%;
    display: inline-block;
    height: 120px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden;
    background-color: #e9ecef !important;
}

    #lightgallery .thumbnail div {
        display: inline-block;
    }

.file-name {
    background: rgba(255,255,255,0.6);
    font-size: 14px;
    position: relative;
    top: 80%;
    display: none;
}

.file-name-alert {
    display: block;
    overflow: hidden;
    max-width: 100%;
    color: #ffffff;
    white-space: nowrap;
}

.btn-white, .tab-link {
    border-radius: 0.5rem;
    background-color: #ffffff;
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
}

*::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

*::-webkit-scrollbar-track {
    background: #e0e0e0;
}

*::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    outline: 0px solid slategrey;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
}

div::-webkit-scrollbar-track, .select2-results__options::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.select2-results__options::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.select2-results__options:hover::-webkit-scrollbar {
    width: 0.3em !important;
    height: 0.3em !important;
}

.select2.disabled + span.select2-container {
    opacity: 0.7;
}

.select2.disabled + span.select2-container .select2-selection--single {
    background-color: #e9ecef;
}

.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #d2d6da;
}

.form-select.select-action:not([disabled]):not(.disabled) {
    border: 2px solid #21a6fe !important;
    color: #21a6fe !important;
    font-family: som-b;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2321a6fe' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.input-highlight {
    border: 2px solid #21a6fe !important;
    color: #21a6fe !important;
    font-family: som-b !important;
}

.input-highlight:disabled {
    border: 2px solid #21a6fe !important;
    color: #21a6fe !important;
    font-family: som-b !important;
}

.form-select.select-action:disabled {
    opacity1: 0.7;
    background-color1: #eaf5f9;
    border-width1: 2px;
    font-family1: som-b;
}

.icon-move-left i, .icon-move-right i {
    position: relative;
    top: 2px;
    font-size: 16px !important;
}

.btn-sm.icon-move-left i, .btn-sm.icon-move-right i {
    top: 0px;
    font-size: 12px !important;
}

.compact {
    letter-spacing1: -0.1rem;
}

.upper {
    text-transform: uppercase;
}

.multiselect-items {
    background: #e2e6eb;
    margin-left: 6px;
    padding: 5px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
}

.client-table.large-tds td {
    padding-top: 1rem !important;
    padding-bottom: 0.5rem !important;
}

.messages-body {
    word-break: break-word;
}

/*************************** SPINNER _ LOADER _ CSS *************************/
.lds-spinner {
    display: inline-block;
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    right: 50%;
    margin-top: -31px;
    margin-right: -31px;
    padding: 12px;
    background: rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.02);
    border-radius: 20%;
}

.lds-spinner div {
    transform-origin: 20px 20px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 19px;
    left: 29px;
    width: 6px;
    height: 18px;
    width: 9px;
    height: 3px;
    border-radius: 20%;
    background: #fff;
    background: #666;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#loader-content, .loader-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-backdrop-filter: saturate(100%) blur(2px);
    backdrop-filter: saturate(100%) blur(2px);
}

#loading-animation {
    background: #0e142e;
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
}

#loading-animation > div {
    display: inline-block;
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    right: 50%;
    margin-top: -64px;
    margin-right: -64px;
    text-align: center;
}

#ajax-section-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-backdrop-filter: saturate(100%) blur(2px);
    backdrop-filter: saturate(100%) blur(2px);
    z-index: 3;
    border-radius: 20px;
}

.position-relative {
    position: relative !important;
}

.popover-body {
    padding: 8px;
    color: #67748e;
    font-size: 16px;
}


/*********** offset RTL *************/


.offset-1 {
    margin-right: 8.333333%;
    margin-left: 0;
}

.offset-2 {
    margin-right: 16.666667%;
    margin-left: 0;
}

.offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

.offset-4 {
    margin-right: 33.333333%;
    margin-left: 0;
}

.offset-5 {
    margin-right: 41.666667%;
    margin-left: 0;
}

.offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

.offset-7 {
    margin-right: 58.333333%;
    margin-left: 0;
}

.offset-8 {
    margin-right: 66.666667%;
    margin-left: 0;
}

.offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

.offset-10 {
    margin-right: 83.333333%;
    margin-left: 0;
}

.offset-11 {
    margin-right: 91.666667%;
    margin-left: 0;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-sm-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-sm-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-sm-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-sm-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-sm-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-sm-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-sm-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-sm-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-sm-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-sm-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-right: 0;
    }

    .offset-md-1 {
        margin-right: 8.333333%;
    }

    .offset-md-2 {
        margin-right: 16.666667%;
    }

    .offset-md-3 {
        margin-right: 25%;
    }

    .offset-md-4 {
        margin-right: 33.333333%;
    }

    .offset-md-5 {
        margin-right: 41.666667%;
    }

    .offset-md-6 {
        margin-right: 50%;
    }

    .offset-md-7 {
        margin-right: 58.333333%;
    }

    .offset-md-8 {
        margin-right: 66.666667%;
    }

    .offset-md-9 {
        margin-right: 75%;
    }

    .offset-md-10 {
        margin-right: 83.333333%;
    }

    .offset-md-11 {
        margin-right: 91.666667%;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-right: 0;
    }

    .offset-lg-1 {
        margin-right: 8.333333%;
    }

    .offset-lg-2 {
        margin-right: 16.666667%;
    }

    .offset-lg-3 {
        margin-right: 25%;
    }

    .offset-lg-4 {
        margin-right: 33.333333%;
    }

    .offset-lg-5 {
        margin-right: 41.666667%;
    }

    .offset-lg-6 {
        margin-right: 50%;
    }

    .offset-lg-7 {
        margin-right: 58.333333%;
    }

    .offset-lg-8 {
        margin-right: 66.666667%;
    }

    .offset-lg-9 {
        margin-right: 75%;
    }

    .offset-lg-10 {
        margin-right: 83.333333%;
    }

    .offset-lg-11 {
        margin-right: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-xl-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-xl-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-xl-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-xl-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-xl-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-xl-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-xl-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-xl-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-xl-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-xl-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    .offset-xxl-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-right: 8.333333%;
        margin-left: 0;
    }

    .offset-xxl-2 {
        margin-right: 16.666667%;
        margin-left: 0;
    }

    .offset-xxl-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .offset-xxl-4 {
        margin-right: 33.333333%;
        margin-left: 0;
    }

    .offset-xxl-5 {
        margin-right: 41.666667%;
        margin-left: 0;
    }

    .offset-xxl-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .offset-xxl-7 {
        margin-right: 58.333333%;
        margin-left: 0;
    }

    .offset-xxl-8 {
        margin-right: 66.666667%;
        margin-left: 0;
    }

    .offset-xxl-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .offset-xxl-10 {
        margin-right: 83.333333%;
        margin-left: 0;
    }

    .offset-xxl-11 {
        margin-right: 91.666667%;
        margin-left: 0;
    }
}

/*********** .end offset RTL *************/



/********************************************** Success Check Animation Pure CSS  *******************************************/

svg.animated-svg {
    width: 140px;
    display: block;
    margin: auto;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.circle {
        -webkit-animation: dash 1.9s ease-in-out;
        animation: dash 1.9s ease-in-out;
    }

    .path.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 1.9s .35s ease-in-out forwards;
        animation: dash 1.9s .35s ease-in-out forwards;
    }

    .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 2.9s .35s ease-in-out forwards;
        animation: dash-check 2.9s .35s ease-in-out forwards;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}


/* -------------------------------- 
    Submit Effects
    -------------------------------- */

#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    background: rgba(47,48,52,0.35);
    background: rgba(255,255,255,0.3);
}

#page-block {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255,255,255,0);
    cursor: progress;
}

#form-loading {
    position: fixed;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    z-index: 10;
    background: rgb(96,125,139,0.36);
    border-radius: 15px;
}

    #form-loading:after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 36px;
        height: 36px;
        margin-top: -17px;
        margin-left: -17px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        border-top-color: #31b0d5;
        animation: spinner .7s linear infinite;
    }

#content-loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background: rgba(255,255,255,0.4);
}

#ajax-loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background: rgba(255,255,255,0.4);
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

#loading:after, #ajax-loading:after, #content-loading:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -10px;
    margin-left: -20px;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
    border-top-color: #07d;
    animation: spinner .8s linear infinite;
}

.fa-spin {
    animation: spinner .7s linear infinite;
}
/* -------------------------------- 
    ./ Submit Effects
    -------------------------------- */

#page-block {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255,255,255,0);
    cursor: progress;
}

/********************** Star Rating **************************************************/

.rating {
    border: none;
    direction: ltr;
}

.myratings {
    font-size: 85px;
    color: green
}

.rating > [id^="star"] {
    display: none
}

.rating > label:before {
    font-size: 1.8rem;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    content: "\f005"
}

.rating > .half:before {
    content: "\f089";
    position: absolute
}

.rating > label {
    color: #ddd;
    font-size: 1rem;
    margin: 0;
    cursor: pointer;
}

.rating > [id^="star"]:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FBC02D;
}

.rating > [id^="star"]:checked + label:hover,
.rating > [id^="star"]:checked ~ label:hover,
.rating > label:hover ~ [id^="star"]:checked ~ label,
.rating > [id^="star"]:checked ~ label:hover ~ label {
    color: #FFD700;
}

.star {
    margin: 0;
    color: #ddd;
}

.star.text-xxs {
    font-size: 0.7rem !important;
    margin-left: -2px !important; 
}

.star.text-xs, .star {
    margin-left: -2px !important; 
}


.star.checked {
    color: #FBC02D !important;
}

.star.checked.text-body {
    color: #67748e !important;
}


.fa-star-half-alt {
    color: #FBC02D;
}


/* ------------- Ringing Bell Anmation ------------------------- */

.ring {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/************************ Radio Button Style ***************************/


.radio-tile-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.radio-input-container {
    position: relative;
    height: 6.4rem;
    width: 48%;
    display: inline-block;
}

.radio-button {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #d2d6da;
    border-radius: 5px;
    padding: 10px 0 0 0;
    transition: all .1s ease-in;
}

.radio-icon svg {
    fill: #3A416F;
    transition: all .1s ease-in;
}

.radio-icon img {
    width: 56px;
}

.radio-button:checked + .radio-tile svg {
    fill: #ffffff;
}

.radio-button:checked + .radio-tile .radio-tile-label {
    color: #ffffff;
}

.radio-tile-label {
    color: #3A416F;
}

.radio-button:checked + .radio-tile {
    background-image1: linear-gradient(310deg, #141727 0%, #3A416F 100%);
    background-color: #3A416F;
    border: 2px solid #3A416F;
    color: #ffffff;
}

.radio-button:checked + .radio-tile img {
    filter: brightness(0) invert(1) grayscale(100%) brightness(2);
}

.accordion-button:not(.collapsed) {
    color: #21a6fe;
}

.accordion-button.dark.collapsed {
    color: #eeeeee;
}

.accordion-button:not(.collapsed) .collapse-close:before {
    content: "";
}

.accordion-button.collapsed .collapse-open:before {
    content: "";
}

.field-blur {
    background-color: #f7f8f9;
    border: 0px solid #d2d6da;
    font-size: 1.2rem;
}

.field-blur:focus {
    background-color: white;
    border: 1px solid #d2d6da;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.pagination-tab-section {
    display: none;
}

.pagination-tab-section.active {
    display: block;
}

.accordion-header .dropdown-toggle::after {
    display: none;
}

#case-messages .card {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.flex-direction-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-150 {
    min-width: 150px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-250 {
    min-width: 250px;
}

.min-width-300 {
    min-width: 300px;
}

textarea.highlighted {
    border1: 0px solid #ffffff;
    padding1: 0px;
    opacity1: 1 !important;
    background1: transparent !important;
    color: #344767 !important;
}

.form-control:disabled, .form-control.disabled, .form-control[readonly],
.select2-container--bootstrap-5.select2-container--disabled .select2-selection,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
    opacity: 1;
    color: #344767 !important;
    background-color: #f2f5f7 !important;
}

.sar-primary {
    fill: #9d1f64;
}

.sar-body {
    fill: #67748e;
}

.sar-dark {
    fill: #344767;
}

.sar-green {
    fill: #38ae04;
}

.sar-red {
    fill: #231f20;
}

.sar-white {
    fill: #ffffff;
}

.sar-info {
    fill: #21a6fe;
}

/* ============== AI Text Animation ====================== */
/* AI-themed gradient text */
.ai-text,
.ai-icon {
    /* Fallback solid color */
    color: #00ffc8; /* neon cyan fallback */
    /* Gradient background */
    background: linear-gradient(105deg, #00ffc8, #ff00ff, #8000ff);
    background-size: 200% 200%;
    /* Gradient text setup */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Animate gradient position */
    animation: gradient-move 2s ease-in-out infinite;
}

@keyframes gradient-move {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ======================================================= */


.ai-lottie {
    margin: -29px -22px -22px 0;
}

.ai-color {
    color: #857ddc;
}

.riyal {
    margin-top: -4px;
    margin-right: 3px;
    margin-left: 0;
    max-width: 15px;
}

.riyal.max-width-35 {
    margin-top: -14px;
}

