@font-face {
    font-family: "HelveticaNeueLTArabic-Bold_2";
    src: url(./fonts/HelveticaNeueLTArabic-Bold_2.ttf);
}
@font-face {
    font-family: "HelveticaNeueLTArabic-Light_0";
    src: url(./fonts/HelveticaNeueLTArabic-Light_0.ttf);
}
@font-face {
    font-family: "HelveticaNeueLTArabic-Roman_0";
    src: url(./fonts/HelveticaNeueLTArabic-Roman_0.ttf);
}
body {
    margin: 0;

    font-family: "HelveticaNeueLTArabic-Roman_0";
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#loading-bg {
    position: absolute;
    display: block;
    background: var(--initial-loader-bg, #fff);
    block-size: 100%;
    inline-size: 100%;
    text-align: center;
}

.loading-logo {
    position: absolute;
    inset-block-start: 40%;
    inset-inline-start: calc(50% - 70px);
}

.loading {
    position: absolute;
    box-sizing: border-box;
    border: 3px solid transparent;
    block-size: 55px;
    border-radius: 50%;
    inline-size: 55px;
    inset-block-start: 50%;
    inset-inline-start: calc(50% - 35px);
}

.loading .effect-1,
.loading .effect-2,
.loading .effect-3 {
    position: absolute;
    box-sizing: border-box;
    border: 3px solid transparent;
    block-size: 100%;
    border-inline-start: 3px solid var(--initial-loader-color, #eee);
    border-radius: 50%;
    inline-size: 100%;
}

.loading .effect-1 {
    animation: rotate 1s ease infinite;
}

.loading .effect-2 {
    animation: rotate-opacity 1s ease infinite 0.1s;
}

.loading .effect-3 {
    animation: rotate-opacity 1s ease infinite 0.2s;
}

.loading .effects {
    transition: all 0.3s ease;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate-opacity {
    0% {
        opacity: 0.1;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(1turn);
    }
}

.v-theme--dark .app-logo svg path,
.v-theme--dark .v-card-text .mb-6 svg path {
    fill: #fff;
}

.role-box label {
    cursor: pointer;
    position: relative;
    margin-inline-end: 1rem;
    padding-inline-start: 30px;
}
.role-box input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.role-box label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #999;
}
.role-box label::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    margin: auto;
    width: 12px;
    height: 6px;
    transform: rotate(-45deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.role-box input:checked + label::before {
    border-color: green;
    background-color: green;
}
[dir="rtl"] .role-box label::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .role-box label::after {
    left: auto;
    right: 5px;
}
.error .v-field {
    border: 1px solid red;
}
.nav-item-title {
    font-weight: 600;
    font-size: 14px;
}
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > th {
    user-select: none;
    font-size: 1rem;
}
/*
.flatpickr-calendar {
  background-color: transparent !important;
  box-shadow: none !important;
} */

.v-card .v-card-title {
    line-height: 2rem !important;
    font-weight: 800;
}
[dir="rtl"] .v-btn {
    line-height: 1;
    padding-top: 0;
}
.v-btn.v-btn--density-default,
.v-btn__content {
    text-transform: capitalize !important;
}
.v-avatar {
    border: 1px solid #eee;
}

.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > th {
    font-size: 1rem !important;
}
.v-table > .v-table__wrapper > table > tbody > tr > td,
.v-table > .v-table__wrapper > table > thead > tr > td,
.v-table > .v-table__wrapper > table > tfoot > tr > td {
    font-size: 14px !important;
}
.text-base {
    font-size: 14px;
}

@font-face {
    font-family: "Almarai-Regular";
    src: url(/../fonts/Almarai-Regular.ttf);
}
* {
    font-family: "Almarai", sans-serif !important;
}
[dir="rtl"] * {
    letter-spacing: 0 !important;
}
table .text-base,
table .font-weight-semibold {
    font-weight: 500 !important;
}
.v-card .v-card-title {
    font-weight: 500;
    font-size: 1rem;
}
.v-alert-title {
    font-weight: 500;
}
.v-card-text .v-btn {
    min-width: 180px !important;
}
.remove-min-width .v-btn {
    min-width: unset !important;
}
.v-pagination__list .v-btn {
    min-width: auto !important;
}
.v-pagination__list li .v-btn {
    min-width: auto !important;
}

@media (max-width: 1400px) {
    .v-card-text .v-btn {
        min-width: 120px !important;
    }
}

.v-img__img--contain {
    object-fit: cover !important;
}

.text-body-3 {
    font-weight: normal;
    font-weight: 400;
    line-height: 1.5;
}

/*

*/

.task-preview .title span.label-side {
    width: 16px;
    height: 32px;
    background: rgb(var(--v-theme-primary));
    border-radius: 4px;
    display: inline-block;
    margin-inline-end: 1rem;
}
.task-preview .title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    margin-bottom: 20px;
}
.task-preview .sub-title {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
.v-expansion-panels {
    margin: 1rem 0;
}
.v-expansion-panel {
    background: #fafafa;
    border-radius: 12px;
    margin-bottom: 16px;
    border-top: none;
    box-shadow: none;
}
.v-expansion-panel .v-expansion-panel__shadow {
    display: none;
}
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
    opacity: 0;
}
.v-expansion-panel-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #2a313c;
}
.courese-info-card table {
    line-height: 2;
}
.courese-info-card table td,
.courese-info-card table th {
    padding: 10px 0;
}
.courese-info-card table td {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #718096;
    text-transform: capitalize;
}
.courese-info-card table th {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #2a313c;
}
.courese-info-card table th svg {
    min-width: 20px;
}
.courese-info-card .v-table {
    background: transparent;
}
.courese-info-card .label-counrse-name {
    margin: 1rem 0;
    position: relative;
    padding-inline-start: 30px;
}
.courese-info-card .label-counrse-name::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.2px solid #dddddd;
}
[dir="rtl"] .courese-info-card .label-counrse-name::before {
    left: auto;
    right: 0;
}
.text-caption {
    font-family: inherit !important;
}

.v-theme--dark table svg path {
    stroke: #f1f1f1;
}

.v-theme--dark .lessone-card .name,
.v-theme--dark .courese-info-card table td,
.v-theme--dark .courese-info-card table th {
    color: #f1f1f1;
}

.v-avatar {
    border: none;
}
.reset-password .v-field__field input {
    text-align: start !important;
}
[dir="rtl"] .flatpickr-rContainer {
    direction: rtl;
}
[dir="rtl"] .flatpickr-calendar .flatpickr-weekday {
    font-size: 0.7rem;
}
[dir="rtl"] .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: auto !important;
}
.flatpickr-day.today.inRange {
    /* background-color: transparent !important;
  border-radius: 50px !important;
  border: 1px solid  rgb(var(--v-theme-primary)) !important;
  color: rgb(var(--v-theme-primary)) !important; */
}
[dir="rtl"] .flatpickr-day.today.selected.startRange {
    border-radius: 0px 50px 50px 0px !important;
}
[dir="rtl"] .flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 0px 50px 50px 0px;
}
[dir="rtl"] .flatpickr-day.startRange:hover .flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 0px 50px 50px 0px !;
}

[dir="rtl"] .flatpickr-day.selected.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 50px 0px 0px 50px;
}
[dir="rtl"] .flatpickr-day.endRange:hover {
    border-radius: 50px 0px 0px 50px;
}
/* .otp .v-field__field input{
  text-align: center !important;
} */

/* .v-field__field input{
  text-align: start !important;
}
[dir="rtl"] .v-field__field input{
  text-align: end !important;
} */
@media (max-width: 1399px) {
    .task-preview .sub-title {
        font-size: 13px;
    }
    .task-preview span {
        font-size: 13px;
    }
}
.group-risk-score-percent .shap {
    position: relative;
    width: 48px;
    height: 176px;
    background: linear-gradient(180deg, #87c461 0%, #f97179 100%);
    border-radius: 8px;
    border: 4px solid #eaf3ff;
}
.group-risk-score-percent {
    display: flex;
    gap: 0rem;
    justify-content: center;
    align-items: center;
}
.group-risk-score-percent .shap .indicator {
    position: absolute;
    width: 52px;
    height: 5px;
    background: #ffffff;
    border: 0.4px solid #95a3b1;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.outer-shap:before {
    content: "";
    width: 66px;
    height: 190px;
    border-radius: 20px;
    /* border-radius: 50%; */
    position: absolute;
    margin-top: -8px;
    border: 4px solid #eaf3ff;
    animation: pulse 2s infinite;
}
.outer-shap:after {
    content: "";
    width: 80px;
    height: 200px;
    border-radius: 20px;
    /* border-radius: 50%; */
    position: absolute;
    margin-top: -13px;
    border: 4px solid #eaf3ff;
    opacity: 0.5;
    animation: pulse 2s infinite;
}
.outer-shap {
    /* 	design the circle */
    width: 48px;
    height: 176px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    /*  box-shadow: 0 0 8px 0 #aaa;*/
    /* 	set its position as relative so that the inner green scanner can be positioned absolute */
    position: relative;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(var(--v-theme-primary), 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0.4);
        box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(var(--v-theme-primary), 0);
        box-shadow: 0 0 0 10px rgba(var(--v-theme-primary), 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0);
        box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0);
    }
}
