﻿body,
html {
    color: var(--layout-dark-primary-color);
}

/* new stepper*/
.steps {
    margin-left: 5px;
    margin-right: 0;
    padding: 0.1rem 0.55rem !important;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    background-color: #dbdbdb;
}

    .steps.active-step {
        background-color: #e0cf97 !important;
    }

    .steps.finished-step {
        background-color: var(--layout-primary-color) !important;
    }

.steps-text {
    color: #dbdbdb;
}

    .steps-text.active-step {
        color: #02363d;
    }

    .steps-text.finished-step {
        color: var(--layout-primary-color);
    }
/*end new stepper*/

.form-group label {
    margin-bottom: 0.1rem;
    color: #849395;
}

.card-header.najiz-panel-header {
    padding: 0.35rem 1.25rem;
    background-color: var(--layout-primary-5-color);
    border-bottom: 1px solid #dbdbdb;
}

    .card-header.najiz-panel-header a {
        outline: unset;
        box-shadow: unset;
    }

        .card-header.najiz-panel-header a .rotate-icon {
            transition: all 0.2s ease;
        }

        .card-header.najiz-panel-header a[aria-expanded="true"] .rotate-icon {
            transform: rotate(180deg);
        }

.footer-hr {
    border-top: 1px solid #e0cf97;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.required-astrisk {
    color: orangered;
    margin-right: 5px;
}

a.btn-primary {
    color: #ffffff !important;
}

.normal-line-height {
    line-height: normal;
}

.list-group a {
    color: var(--dark) !important;
}

a.list-group-item.category-active {
    background: #008f5b19;
    color: var(--layout-primary-color) !important;
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0px rgb(0 0 0 / 12%) !important;
    border: 1px solid #e4e5e6;
}

.dd-calendar .dd-switch-aligned {
    margin-top: -8px !important;
}

.dd-calendar .v-input__icon.v-input__icon--append {
    margin-top: -10px;
}

.alert-info {
    background: #4166951a 0% 0% no-repeat padding-box !important;
    border-radius: 5px !important;
    opacity: 1 !important;
    border-color: white !important;
    color: #416695 !important;
}

.height-scroll {
    height: 70vh;
    overflow: auto;
}

.control-highlight {
    background: #e2c26015 0% 0% no-repeat padding-box;
    border-right: 2px solid #e2c260;
}

.control-highlight-error {
    background-color: #ae351c0d;
    border-right: 2px solid #ae351c;
}

.v-application p {
    line-height: 1.8rem;
}
/*.v-application a {
    color: var(--layout-primary-color) !important;
}*/

/*******************************************************
* Contract Template
********************************************************/
.cond-chip {
    background-color: #fdf392;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    color: var(--layout-dark-primary-color) !important;
}

.cond-chip-disabled {
    background-color: #efefef;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    color: #343a40 !important;
}

.cond-chip-highlighted {
    background: #d49e3c26;
    border: 1px dashed #d49e3c;
}

.cond-chip-error {
    background-color: #ffe2e2;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    color: var(--layout-dark-primary-color) !important;
}

.cond-chip-success {
    background-color: #d8eee6;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    color: var(--layout-dark-primary-color) !important;
}

.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.otp-input {
    direction: ltr !important;
}

.modal-content {
    border-radius: 0.8rem;
}

.modal-body {
    padding: 0rem !important;
}

.modal-header {
    padding: 1.5rem 2rem !important;
    border-bottom: 0px solid #dee2e6 !important;
}

.modal-footer {
    padding: 1.5rem 2rem !important;
    border-top: 0px solid #dee2e6 !important;
}

.fa.fa-times {
    font-weight: 100;
}

.modal-close {
    border: 1px solid #99999970;
    padding: 0.5rem 0.9rem;
    color: inherit !important;
}

.tab-inactive {
    border: 1.5px solid var(--layout-dark-primary-color);
    background: #fff;
    height: 50px;
    color: var(--layout-dark-primary-color) !important;
    opacity: 0.4;
}

.tab-active {
    border: 1.5px solid var(--layout-primary-color);
    color: var(--layout-primary-color) !important;
    background: #008f5b0d;
    height: 50px;
}

.btn-accept {
    background: #008f5b19 0% 0% no-repeat padding-box;
    border: 1px solid #008f5b;
    opacity: 1;
}

.btn-cancel {
    background: #ae351c1a 0% 0% no-repeat padding-box;
    border: 1px solid #ae351c;
    opacity: 1;
}

.request-number {
    background: #faf9f4 0% 0% no-repeat padding-box;
    border-left: 1px solid #e4e5e6;
}

.request-row {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e4e5e6;
    opacity: 1;
}

.contract-status-pending {
    color: #dd9d17;
}

.contract-status-cancelled {
    color: #999999;
}

.contract-status-rejected {
    color: var(--layout-error-color) !important;
}

.contract-status-valid {
    text-align: right;
    letter-spacing: 0px;
    color: #008f5b;
    opacity: 1;
}

.contract-status-expired {
    text-align: right;
    letter-spacing: 0px;
    color: #999999;
    opacity: 1;
}

.contract-status-closed {
    color: #999999;
}

.success-approval-status {
    text-align: center;
    letter-spacing: 0px;
    color: #158e8d;
    opacity: 1;
}

.pending-approval-status {
    color: #dd9d17;
    text-align: center;
    letter-spacing: 0px;
    color: #dd9d17;
    opacity: 0.8;
}

.greg-hijri-time {
    text-align: right;
    letter-spacing: 0px;
    color: #949494;
    opacity: 1;
}

.track-partners-background {
    background: #faf9f4 0% 0% no-repeat padding-box;
    opacity: 1;
}

a.request-number:hover i {
    background: #dfcf97;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    left: 22px;
    position: absolute;
    transition: transform 0.5s ease-out;
    transform: translateX(-100%);
}

/*******************************************************
* Timeline
********************************************************/

.theme--light.v-timeline:before {
    border: 1px dashed #fff;
}

.v-timeline {
    padding-top: 0px !important;
}

.theme--light.v-timeline .v-timeline-item__dot {
    box-shadow: 0 0 0 !important;
}

.v-timeline-item__dot--small .v-timeline-item__inner-dot {
    height: 15px !important;
    width: 15px !important;
}

.v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse):before {
    right: 15px !important;
    height: 100% !important;
}

.v-timeline--dense .v-timeline-item__body {
    max-width: calc(100% - 35px) !important;
}

.v-timeline-item__divider {
    min-width: 35px !important;
}

.v-timeline-item__dot.v-timeline-item__dot--small .v-timeline-item__inner-dot.warning {
    background-color: #dfcf97 !important;
}

.v-timeline-item:last-of-type {
    padding-bottom: 0 !important;
}

.v-timeline-item__inner-dot {
    margin-right: 5px;
}

    .v-timeline-item__inner-dot.error {
        background-color: #d70015 !important;
    }

    .v-timeline-item__inner-dot.outline-dark {
        background-color: #fff !important;
        border: 2px solid #02363d !important;
    }

.v-timeline .v-timeline.inner-timeline::before {
    content: none;
}

.v-timeline.inner-timeline > .v-timeline-item > .v-timeline-item__divider::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(-1.5rem / -2.5);
    right: -19px;
    width: calc(1.5rem + 2px);
    border: 1px dashed #fff;
    background: rgba(0, 0, 0, 0.12);
}

.nav-item.category a {
    background: #e6f4ef;
    border-radius: 5rem;
    padding: 0.5rem 1.5rem;
    margin: 1rem 0.3rem;
}

    .nav-item.category a.nav-link.active {
        color: #fff !important;
    }

    .nav-item.category a.active {
        background: #008f5b;
    }

.v-sheet.v-card {
    border-radius: 8px !important;
}

.v-dialog {
    border-radius: 8px !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.v-application .timeline-dot-gray {
    background-color: #999999 !important;
    border-color: #999999 !important;
}

.v-application .timeline-dot-danger {
    background-color: #ae351c !important;
    border-color: #ae351c !important;
}

.search-box {
    position: relative;
}

    .search-box input[type="text"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .search-box .filter-icon {
        position: absolute;
        top: 50%;
        left: 1em;
        transform: translateY(-50%);
        color: #999;
    }

        .search-box .filter-icon .fa-circle {
            font-size: 0.4rem;
            color: #ae351c;
            position: absolute;
            top: -0.2em;
            right: -0.1em;
        }

            .search-box .filter-icon .fa-circle:before {
                position: absolute;
            }

    .search-box .clear-icon {
        position: absolute;
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
        color: #999;
    }

    .search-box .right-icon {
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        color: #999;
    }

.filter-container-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    /* position: relative; */
}

.primary-color {
    color: var(--layout-primary-color) !important;
}

.dark-color {
    color: #02363d !important;
}

.v-progress-circular__info {
    display: block !important;
    text-align: center;
}

.servicesButton__seeMore:after {
    color: var(--layout-dark-primary-color) !important;
    padding: 11px 18px !important;
    transition: 0.5s !important;
}

.inquery-item-id a:hover .servicesButton__seeMore:after {
    color: #fff !important;
}

.nav-link.requests {
    color: var(--layout-dark-primary-color) !important;
}

a.nav-link.requests.active {
    color: var(--layout-primary-color) !important;
    border-bottom: 2px solid var(--layout-primary-color);
}

.filter-text-padding {
    padding: 12px 7px 12px 13px;
}

.dir-rtl {
    direction: rtl;
}

/*******************************************************
* Filter box
********************************************************/

.filter-container-box {
    position: relative;
    overflow: hidden;
}

    .filter-container-box label.text-primary.font-weight-bold {
        font-size: 0.95rem;
    }

.slide-enter-active {
    animation: slide 500ms;
}

.slide-leave-active {
    animation: slide 500ms reverse;
}

.slide-enter,
.slide-leave-to {
    opacity: 0;
}

@keyframes slide {
    0% {
        opacity: 0;
        margin-top: -500px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

/*******************************************************
* Header
********************************************************/
.dashboardActionHeading__steps li {
    padding: 0 12px;
    font-size: 0.9rem;
}

.dashboardActionHeading:before {
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
}

/*******************************************************
* Bootstrap Overrides
********************************************************/

.text-dark {
    color: var(--layout-dark-primary-color);
}

/*******************************************************
* Contract Verification
********************************************************/
.contract-verification > .v-card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 4px !important;
}

    .contract-verification > .v-card > .v-card__title {
        font-size: 1.5rem;
        line-height: 1.75;
        letter-spacing: normal;
    }

    .contract-verification > .v-card > .v-card__subtitle {
        font-size: 1.1rem;
    }

    .contract-verification > .v-card .input-wraper {
        align-items: start;
        border: 1px solid #e4e5e6;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0.7em 1em;
        width: 100%;
    }

        .contract-verification > .v-card .input-wraper input {
            width: 100%;
        }

    .contract-verification > .v-card .form-group {
        margin: 0;
    }

    .contract-verification > .v-card .v-card__actions {
        padding-top: 0;
        padding-bottom: 0;
    }

        .contract-verification > .v-card .v-card__actions > .v-btn {
            padding: 1.5em 1.5em;
            border-radius: 0;
            width: 11.5em;
            justify-content: space-between;
            height: auto;
        }

            .contract-verification > .v-card .v-card__actions > .v-btn .v-icon {
                font-size: 2rem;
            }

.contract-verification-result .card.najiz-card-panel {
    padding: 0;
}

/*******************************************************
* Media Queries
********************************************************/
@media (max-width: 480px) {
    .card.najiz-card-panel,
    html[dir="rtl"] .card {
        padding: 0px !important;
    }
}


.contract-end-date {
    margin-right: 20%;
}

.cutom-box-shadow {
    box-shadow: 0px 4px 10px -10px rgba(0, 0, 0, 0.50);
}
