@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&display=swap');

/*updated css content 25-07-23*/
.treebox {
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    margin-bottom: 40px;
    margin: 50px 100px;
}
/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.stats-item {
position: relative;
padding-right: 20px;
}

.stats-item::after {
    content: "";
    position: absolute;
    top: 28%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: #ccc;
}

.stats-item.no-border1::after {
    display: block;
}

.stats-item.no-border2::after {
    display: none;
}

.stats-item.no-border1::after {
    display: block;
}

.stats-item::after {
    content: "";
    position: absolute;
    top: 28%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: #ccc;
}
.stats-counter .stats-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.stats-counter .stats-item i {
  line-height: 0;
  margin-right: 10px;
  color: #f68723;
  width: 70px;
}
.stats-counter .stats-item i img{
width: 100%;
}
.stats-counter .stats-item {
  font-size: 1.1vw;
  font-weight: 500;
  color: #fff;
}
.stats-counter .stats-item span {
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1vw;
  color: #000;
  white-space: nowrap;
}


    .modiji-comma img {
        width: 40px;
    }

.stats-counter .stats-item span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    white-space: normal;
}

/*-----------------------------------------*/
.counter-box {
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
}

    .counter-box:last-child {
        border-right: none;
    }

.counter-icon {
    font-size: 2rem;
    color: #679326;
    margin-bottom: 10px;
}

.counter-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}

.counter-label {
    font-size: .90rem;
    color: #444;
}

.counter-group {
    /*background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/
    padding: 0;
    max-width:100%;
    margin:0 auto;
}


/*-------------------------------------*/

.structure-box {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    margin: 10px;
    flex: 0 1 280px; /* allows wrapping with responsive width */
}

.structure-icon {
    font-size: 1.8rem;
    color: #fba153;
    margin-bottom: 0.5rem;
}

.structure-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    line-height: 1.4;
}

.structure-subtitle {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.3;
}

.structure-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; /* adds space between items on wrap */
    padding-bottom: 2.5rem;
}

/* Arrow connector */
.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fba153;
    margin: 10px;
}



@media (max-width: 768px) {
    .structure-flow {
        flex-direction: column;
    }

    .arrow-right {
        transform: rotate(90deg);
        margin: 15px 0;
    }
}


/*------------------------------------------*/

/*------------------------------------------*/

.facts h5 {
    margin: 2rem 0 1rem;
}
ul.list1 {
    line-height: 27px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0;
    list-style: none;
}

    ul.list1 li {
    padding-left: 35px;
    padding-bottom: .5rem;
    }

    ul.list1 li::before {
    content: "";
    height: 25px;
    width: 25px;
    mask: url(../img/brand-loom.svg);
    z-index: 1;
    position: absolute;
    margin-top: 3px;
    margin-left: -35px;
    background-color: #2a9f53; /* Desired color */
    -webkit-mask: url(../img/brand-loom.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    }


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #2d2d2d;
}
.navbar-brand img {

    padding: 10px 0 12px;
    margin: 0;
}

/*--------------------------------------------------------------
# Key funtionaries Section
--------------------------------------------------------------*/

.mobile-app-title {
    margin-bottom: 2.2rem;
}


/*updated css content 25-07-23*/

.form-check-label2 {
    cursor: pointer;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
}

.otp-border {
    border: 1px solid #dee2e6;
    height: 2rem;
    width: 2rem;
    text-align: center;
    font-size: 12px;
}

.auth-form-transparent label {
    line-height: normal;
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    margin-right: 0px;
}

.form-check-label.text-small {
    font-size: .9rem;
}

.form-control {
    font-size: .9rem !important;
}

.form-select {
    font-size: .9rem;
    padding: .475rem 2.25rem .375rem .75rem !important;
    line-height: 1.6 !important;
}

.reg-tab .tab-pane h5 {
    padding: 13px 15px 10px !important;
    font-size: 15px !important;
    margin: 5px 11px;
    background-color: #ECECEC;
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
    width: 98%;
}

.verify-btn {
    font-size: 14px;
    background-color: #f08800;
    border: 0px;
    color: #fff;
    outline: 0;
    border: 0px;
    border-radius: 4px;
    padding: 10px 12px 8px;
    margin-left: 13px;
    font-size: 11px;
    white-space: nowrap;
    line-height: normal;
}

    .verify-btn:hover {
        color: #fff
    }

.resend-btn {
    text-align: left;
    display: block;
    padding-right: 8px;
    color: #6276dc;
    font-weight: 500;
    font-size: 11px;
    margin-top: 2px;
    text-decoration: underline;
}

legend {
    font-size: .9rem;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
    outline: 0;
}

.card-icon-card .card-icon img, .card-icon-card .card-icon svg {
    min-height: 75px;
}

.card-icon-card {
    display: inline-flex;
    justify-content: flex-start;
}

    .card-icon-card .card-icon {
        display: flex;
        text-align: center;
        max-width: 50%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .card-icon-card p {
        font-size: 1.2rem;
    }

/*Application form*/





.nav-border-top .nav-link {
    border-top: 3px solid transparent
}

    .nav-border-top .nav-link.active {
        border-top-color: #25a0e2
    }

.nav-border-top-primary .nav-link.active {
    color: #25a0e2;
    border-top-color: #25a0e2
}

.nav-border-top-secondary .nav-link.active {
    color: #878a99;
    border-top-color: #878a99
}

.nav-border-top-success .nav-link.active {
    color: #00bd9d;
    border-top-color: #00bd9d
}

.nav-border-top-info .nav-link.active {
    color: #32ccff;
    border-top-color: #32ccff
}

.nav-border-top-warning .nav-link.active {
    color: #ffbc0a;
    border-top-color: #ffbc0a
}

.nav-border-top-danger .nav-link.active {
    color: #f06548;
    border-top-color: #f06548
}

.nav-border-top-light .nav-link.active {
    color: #f3f6f9;
    border-top-color: #f3f6f9
}

.nav-border-top-dark .nav-link.active {
    color: #343a40;
    border-top-color: #343a40
}

.nav-custom {
    background-color: #25a0e2;
    border-radius: var(--vz-border-radius)
}

    .nav-custom .nav-item .nav-link {
        color: rgba(255, 255, 255, .75)
    }

        .nav-custom .nav-item .nav-link.active {
            color: #fff;
            background-color: rgba(255, 255, 255, .1)
        }

    .nav-custom.nav-custom-light .nav-item .nav-link {
        color: rgba(var(--vz-body-rgb), .75)
    }

        .nav-custom.nav-custom-light .nav-item .nav-link.active {
            color: #f3f6f9;
            background-color: #25a0e2
        }

.nav-custom-primary {
    background-color: #25a0e2
}

.nav-custom-secondary {
    background-color: #878a99
}

.nav-custom-success {
    background-color: #00bd9d
}

.nav-custom-info {
    background-color: #32ccff
}

.nav-custom-warning {
    background-color: #ffbc0a
}

.nav-custom-danger {
    background-color: #f06548
}

.nav-custom-light {
    background-color: #f3f6f9
}

.nav-custom-dark {
    background-color: #343a40
}

.nav-custom-light {
    background-color: var(--vz-light)
}

.nav-primary .nav-link.active {
    color: #fff;
    background-color: #25a0e2
}

.nav-primary.nav-tabs .nav-link.active {
    color: #25a0e2;
    background-color: var(--vz-secondary-bg)
}

.nav-primary.nav-tabs-custom .nav-link.active {
    color: #25a0e2;
    background-color: var(--vz-secondary-bg)
}

    .nav-primary.nav-tabs-custom .nav-link.active::after {
        background-color: #25a0e2
    }

.nav-primary.arrow-navtabs .nav-link.active::before {
    border-top-color: #25a0e2
}

.nav-primary.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #25a0e2
}

.nav-secondary .nav-link.active {
    color: #fff;
    background-color: #878a99
}

.nav-secondary.nav-tabs .nav-link.active {
    color: #878a99;
    background-color: var(--vz-secondary-bg)
}

.nav-secondary.nav-tabs-custom .nav-link.active {
    color: #878a99;
    background-color: var(--vz-secondary-bg)
}

    .nav-secondary.nav-tabs-custom .nav-link.active::after {
        background-color: #878a99
    }

.nav-secondary.arrow-navtabs .nav-link.active::before {
    border-top-color: #878a99
}

.nav-secondary.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #878a99
}

.nav-success .nav-link.active {
    color: #fff;
    background-color: #00bd9d
}

.nav-success.nav-tabs .nav-link.active {
    color: #00bd9d;
    background-color: var(--vz-secondary-bg)
}

.nav-success.nav-tabs-custom .nav-link.active {
    color: #00bd9d;
    background-color: var(--vz-secondary-bg)
}

    .nav-success.nav-tabs-custom .nav-link.active::after {
        background-color: #00bd9d
    }

.nav-success.arrow-navtabs .nav-link.active::before {
    border-top-color: #00bd9d
}

.nav-success.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #00bd9d
}

.nav-info .nav-link.active {
    color: #fff;
    background-color: #32ccff
}

.nav-info.nav-tabs .nav-link.active {
    color: #32ccff;
    background-color: var(--vz-secondary-bg)
}

.nav-info.nav-tabs-custom .nav-link.active {
    color: #32ccff;
    background-color: var(--vz-secondary-bg)
}

    .nav-info.nav-tabs-custom .nav-link.active::after {
        background-color: #32ccff
    }

.nav-info.arrow-navtabs .nav-link.active::before {
    border-top-color: #32ccff
}

.nav-info.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #32ccff
}

.nav-warning .nav-link.active {
    color: #fff;
    background-color: #ffbc0a
}

.nav-warning.nav-tabs .nav-link.active {
    color: #ffbc0a;
    background-color: var(--vz-secondary-bg)
}

.nav-warning.nav-tabs-custom .nav-link.active {
    color: #ffbc0a;
    background-color: var(--vz-secondary-bg)
}

    .nav-warning.nav-tabs-custom .nav-link.active::after {
        background-color: #ffbc0a
    }

.nav-warning.arrow-navtabs .nav-link.active::before {
    border-top-color: #ffbc0a
}

.nav-warning.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #ffbc0a
}

.nav-danger .nav-link.active {
    color: #fff;
    background-color: #f06548
}

.nav-danger.nav-tabs .nav-link.active {
    color: #f06548;
    background-color: var(--vz-secondary-bg)
}

.nav-danger.nav-tabs-custom .nav-link.active {
    color: #f06548;
    background-color: var(--vz-secondary-bg)
}

    .nav-danger.nav-tabs-custom .nav-link.active::after {
        background-color: #f06548
    }

.nav-danger.arrow-navtabs .nav-link.active::before {
    border-top-color: #f06548
}

.nav-danger.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #f06548
}

.nav-light .nav-link.active {
    color: #fff;
    background-color: #f3f6f9
}

.nav-light.nav-tabs .nav-link.active {
    color: #f3f6f9;
    background-color: var(--vz-secondary-bg)
}

.nav-light.nav-tabs-custom .nav-link.active {
    color: #f3f6f9;
    background-color: var(--vz-secondary-bg)
}

    .nav-light.nav-tabs-custom .nav-link.active::after {
        background-color: #f3f6f9
    }

.nav-light.arrow-navtabs .nav-link.active::before {
    border-top-color: #f3f6f9
}

.nav-light.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #f3f6f9
}

.nav-dark .nav-link.active {
    color: #fff;
    background-color: #343a40
}

.nav-dark.nav-tabs .nav-link.active {
    color: #343a40;
    background-color: var(--vz-secondary-bg)
}

.nav-dark.nav-tabs-custom .nav-link.active {
    color: #343a40;
    background-color: var(--vz-secondary-bg)
}

    .nav-dark.nav-tabs-custom .nav-link.active::after {
        background-color: #343a40
    }

.nav-dark.arrow-navtabs .nav-link.active::before {
    border-top-color: #343a40
}

.nav-dark.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #343a40
}

.reg-tab {
    margin-bottom: 3rem;
}

    .reg-tab .tab-pane h5 {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        display: inline-block;
        font-size: 18px;
    }

        .reg-tab .tab-pane h5 span {
            color: #e87118;
        }

    .reg-tab .tab-pane h6 {
        padding: 12px 20px;
        font-size: 14px;
        margin-bottom: 1rem;
        background-color: #e87118;
        border-radius: 5px;
        color: #fff;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        font-weight: 500;
    }

        .reg-tab .tab-pane h6 i {
            font-size: 18px;
            margin-right: 5px
        }

.form-control, .form-select {
    border-radius: 5px;
}

    .form-control:focus, .form-select:focus {
        border-color: #fbcbcf;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .25rem rgba(var(--vz-primary-rgb),.25);
        box-shadow: none;
    }

.nexttab {
    background-color: #6CB540;
    border: 1px solid #6CB540;
    border-radius: 5px;
    width: 220px;
    padding: 12px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

    .nexttab:hover {
        color: #fff;
        background-color: #6CB540;
        border: 1px solid #6CB540;
    }

.previestab {
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    width: 220px;
    padding: 12px 10px;
    color: #474747;
    font-weight: 500;
    font-size: 14px;
}

    .previestab:hover {
        background-color: #F5F5F5;
        border: 1px solid #F5F5F5;
        color: #474747;
    }

.progress-nav {
    position: relative;
    margin-right: -1.5rem;
    margin-top: -1.5rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
    background: url("../images/reg-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 1rem 12rem;
}

    .progress-nav .progress {
        position: absolute;
        left: 0%;
        right: 0%;
        top: 30%;
        /* -webkit-transform: translateY(-50%); */
        /* transform: translateY(-50%); */
        width: 71%;
        margin: auto;
    }

.progress-bar {
    background-color: #e87118;
}

.progress-nav .nav {
    margin-right: -1rem;
    margin-left: -1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.progress-nav .nav-item {
    text-align: center
}

    .progress-nav .nav-item h3 {
        font-size: 14px;
        margin: 0px;
        margin-top: 10px;
    }

.progress-nav .nav .nav-link {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #A69D9E;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    margin: auto;
}

    .progress-nav .nav .nav-link.active, .progress-nav .nav .nav-link.done {
        background-color: #e87118;
        color: #fff;
    }

        .progress-nav .nav .nav-link.active:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 13px 10px 0 10px;
            border-color: #e87118 transparent transparent transparent;
            position: absolute;
            margin-top: 3px;
            margin-left: 0px;
            bottom: -55px;
            left: 0px;
            right: 0px;
            margin: auto;
        }

.progress, .progress-stacked {
    background-color: #d3d4d4;
}

.step-arrow-nav .nav {
    background-color: var(--vz-light)
}

    .step-arrow-nav .nav .nav-link {
        border-radius: 0;
        position: relative;
        font-weight: 500;
        color: var(--vz-body-color)
    }

        .step-arrow-nav .nav .nav-link::before {
            content: "";
            position: absolute;
            border: 7px solid transparent;
            right: -14px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .step-arrow-nav .nav .nav-link.done {
            background-color: rgba(37, 160, 226, .05);
            color: #25a0e2
        }

            .step-arrow-nav .nav .nav-link.done::before {
                border-left-color: transparent
            }

        .step-arrow-nav .nav .nav-link.active {
            background-color: rgba(37, 160, 226, .1);
            color: #25a0e2;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .step-arrow-nav .nav .nav-link.active::before {
                border-left-color: rgba(37, 160, 226, .1)
            }

    .step-arrow-nav .nav .nav-item:last-child .nav-link:before {
        display: none
    }

.vertical-navs-step .nav {
    gap: 16px
}

    .vertical-navs-step .nav .nav-link {
        text-align: left;
        background-color: rgba(var(--vz-light-rgb), .4);
        border: 1px solid var(--vz-border-color);
        color: var(--vz-body-color)
    }

        .vertical-navs-step .nav .nav-link .step-title {
            font-weight: 600
        }

        .vertical-navs-step .nav .nav-link .step-icon {
            color: #f06548;
            vertical-align: middle;
            font-weight: 500;
            float: left
        }

        .vertical-navs-step .nav .nav-link.active .step-icon, .vertical-navs-step .nav .nav-link.done .step-icon {
            color: #00bd9d
        }

            .vertical-navs-step .nav .nav-link.active .step-icon:before, .vertical-navs-step .nav .nav-link.done .step-icon:before {
                content: "\eb80"
            }

        .vertical-navs-step .nav .nav-link.active {
            border-color: #25a0e2
        }

        .vertical-navs-step .nav .nav-link.done {
            border-color: #00bd9d
        }

.nav-custom-outline.nav .nav-link {
    border: 1px solid transparent;
    border-bottom: 2px solid transparent
}

    .nav-custom-outline.nav .nav-link.active {
        border-color: #25a0e2;
        background-color: transparent;
        color: #25a0e2
    }

.nav-primary.nav-custom-outline .nav-link.active {
    color: #25a0e2;
    border-color: #25a0e2
}

.nav-secondary.nav-custom-outline .nav-link.active {
    color: #878a99;
    border-color: #878a99
}

.nav-success.nav-custom-outline .nav-link.active {
    color: #00bd9d;
    border-color: #00bd9d
}

.nav-info.nav-custom-outline .nav-link.active {
    color: #32ccff;
    border-color: #32ccff
}

.nav-warning.nav-custom-outline .nav-link.active {
    color: #ffbc0a;
    border-color: #ffbc0a
}

.nav-danger.nav-custom-outline .nav-link.active {
    color: #f06548;
    border-color: #f06548
}

.nav-light.nav-custom-outline .nav-link.active {
    color: #f3f6f9;
    border-color: #f3f6f9
}

.nav-dark.nav-custom-outline .nav-link.active {
    color: #343a40;
    border-color: #343a40
}

.nav-customs.nav {
    padding-left: 34px;
    overflow: hidden
}

    .nav-customs.nav .nav-link {
        position: relative;
        display: block;
        float: right;
        background-color: var(--vz-tertiary-bg);
        margin-right: 46px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

        .nav-customs.nav .nav-link::after, .nav-customs.nav .nav-link::before {
            display: block;
            content: " ";
            position: absolute;
            top: -1px;
            bottom: -1px;
            width: 37px;
            background-color: var(--vz-tertiary-bg);
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

        .nav-customs.nav .nav-link::before {
            border-radius: 0 8px 0 0;
            right: -24px;
            -webkit-transform: skew(30deg, 0deg);
            transform: skew(30deg, 0deg)
        }

        .nav-customs.nav .nav-link::after {
            border-radius: 8px 0 0 0;
            left: -24px;
            -webkit-transform: skew(-30deg, 0deg);
            transform: skew(-30deg, 0deg)
        }

        .nav-customs.nav .nav-link.active, .nav-customs.nav .nav-link.active:after, .nav-customs.nav .nav-link.active:before {
            background-color: #25a0e2;
            color: #fff
        }

        .nav-customs.nav .nav-link.active {
            z-index: 1
        }

.table > thead {
    border-color: var(--vz-border-color)
}

.table > :not(:first-child) {
    border-top-width: var(--vz-border-width)
}

.table-nowrap td, .table-nowrap th {
    white-space: normal
}

.table-card {
    margin: -1rem -1rem
}

    .table-card td:first-child, .table-card th:first-child {
        padding-left: 16px
    }

    .table-card td:last-child, .table-card th:last-child {
        padding-right: 16px
    }

    .table-card .table > :not(:first-child) {
        border-top-width: var(--vz-border-width)
    }

.border-primary.table > thead {
    border-color: #25a0e2 !important
}

.table-primary.table > thead {
    border-bottom-color: #52b4e8 !important
}

.border-secondary.table > thead {
    border-color: #878a99 !important
}

.table-secondary.table > thead {
    border-bottom-color: #a3a5b0 !important
}

.border-success.table > thead {
    border-color: #00bd9d !important
}

.table-success.table > thead {
    border-bottom-color: #00f0c7 !important
}

.border-info.table > thead {
    border-color: #32ccff !important
}

.table-info.table > thead {
    border-bottom-color: #65d9ff !important
}

.border-warning.table > thead {
    border-color: #ffbc0a !important
}

.table-warning.table > thead {
    border-bottom-color: #ffca3d !important
}

.border-danger.table > thead {
    border-color: #f06548 !important
}

.table-danger.table > thead {
    border-bottom-color: #f48d77 !important
}

.border-light.table > thead {
    border-color: #f3f6f9 !important
}

.table-light.table > thead {
    border-bottom-color: #fff !important
}

.border-dark.table > thead {
    border-color: #343a40 !important
}

.table-dark.table > thead {
    border-bottom-color: #4b545c !important
}

.table > :not(caption) > * > * {
    color: var(--vz-table-color-state), var(--vz-table-color-type, var(--vz-table-color))
}

.table .form-check {
    padding-left: 0;
    margin-bottom: 0
}

    .table .form-check .form-check-input {
        margin-left: 0;
        margin-top: 0;
        float: none;
        vertical-align: middle
    }

.table .sort {
    position: relative
}

    .table .sort::before {
        content: "\f035d";
        position: absolute;
        right: .5rem;
        top: 18px;
        font-size: .8rem;
        font-family: "Material Design Icons"
    }

    .table .sort::after {
        position: absolute;
        right: .5rem;
        content: "\f0360";
        font-family: "Material Design Icons";
        font-size: .8rem;
        top: 12px
    }

.modal-title {
    font-weight: 600
}

.modal-dialog:not(.modal-dialog-scrollable) .modal-header {
    padding-bottom: 0
}

    .modal-dialog:not(.modal-dialog-scrollable) .modal-header .btn-close {
        margin-top: -1.25rem 1.25rem
    }

.modal-dialog:not(.modal-dialog-scrollable) .modal-footer {
    padding-top: 0
}

.modal.fadeInRight .modal-dialog {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modal.fadeInRight.show .modal-dialog {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal.fadeInLeft .modal-dialog {
    -webkit-animation: fadeInLeft .3s ease-in-out;
    animation: fadeInLeft .3s ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal.fadeInLeft.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.fadeInUp .modal-dialog {
    -webkit-animation: fadeInUp .3s ease-in-out;
    animation: fadeInUp .3s ease-in-out;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%)
}

.modal.fadeInUp.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.flip {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

    .modal.flip .modal-dialog {
        opacity: 0;
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .modal.flip.show .modal-dialog {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

.modal.zoomIn .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.modal.zoomIn.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-dialog-right {
    margin-right: 1.75rem
}

.modal-dialog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: calc(100% - 1.75rem)
}

@media (min-width:576px) {
    .modal-dialog-bottom {
        min-height: calc(100% - 3.5rem)
    }
}

.modal-dialog-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: calc(100% - 1.75rem);
    margin-right: 1.75rem
}

@media (min-width:576px) {
    .modal-dialog-bottom-right {
        min-height: calc(100% - 3.5rem)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.login-modal {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1016%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(64%2c 81%2c 137%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c650.704C122.328%2c648.746%2c159.175%2c473.043%2c255.674%2c397.837C339.724%2c332.333%2c461.529%2c324.924%2c526.449%2c240.421C598.428%2c146.73%2c655.546%2c24.847%2c631.015%2c-90.726C606.666%2c-205.444%2c482.926%2c-263.497%2c401.565%2c-347.958C325.215%2c-427.217%2c275.543%2c-549.012%2c167.826%2c-571.563C60.344%2c-594.065%2c-27.703%2c-482.932%2c-135.163%2c-460.325C-256.336%2c-434.833%2c-401.929%2c-509.651%2c-497.972%2c-431.495C-592.807%2c-354.321%2c-579.865%2c-206.886%2c-595.603%2c-85.635C-611.133%2c34.016%2c-656.761%2c169.183%2c-588.884%2c268.934C-520.854%2c368.909%2c-362.458%2c340.324%2c-260.989%2c406.106C-158.875%2c472.306%2c-121.679%2c652.651%2c0%2c650.704' fill='%2333416e'%3e%3c/path%3e%3cpath d='M1440 995.672C1519.728 984.741 1563.12 899.779 1626.466 850.1469999999999 1682.6390000000001 806.135 1756.261 782.602 1791.2939999999999 720.431 1827.571 656.052 1835.537 577.6610000000001 1820.814 505.247 1806.518 434.933 1753.2640000000001 383.16999999999996 1710.941 325.228 1664.475 261.614 1634.992 175.16000000000003 1560.657 149.07999999999998 1485.96 122.87299999999999 1402.146 155.543 1332.03 192.289 1269.541 225.038 1232.754 287.251 1189.969 343.347 1149.925 395.849 1115.781 448.9 1089.96 509.672 1056 589.599 988.9680000000001 671.1659999999999 1015.557 753.837 1041.91 835.774 1142.714 863.61 1217.498 906.22 1288.388 946.611 1359.167 1006.755 1440 995.672' fill='%234d61a4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1016'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-position: center
}

.pagination-separated .page-item .page-link {
    margin-left: .35rem;
    border-radius: var(--vz-border-radius)
}

.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px !important;
    border: none;
    min-width: 32px;
    min-height: 32px;
    text-align: center
}

.pagination-rounded.pagination-sm .page-link {
    min-width: 25px;
    min-height: 25px
}

.page-item.active .page-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-sm {
    height: 5px
}

.progress-lg {
    height: 12px
}

.progress-xl {
    height: 16px
}

.custom-progess {
    position: relative
}

    .custom-progess .progress-icon {
        position: absolute;
        top: -12px
    }

        .custom-progess .progress-icon .avatar-title {
            background: var(--vz-secondary-bg)
        }

.animated-progress {
    position: relative
}

    .animated-progress .progress-bar {
        position: relative;
        border-radius: 6px;
        -webkit-animation: animate-positive 2s;
        animation: animate-positive 2s
    }

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.custom-progress {
    height: 15px;
    padding: 4px;
    border-radius: 30px
}

    .custom-progress .progress-bar {
        position: relative;
        border-radius: 30px
    }

        .custom-progress .progress-bar::before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            background-color: #fff;
            border-radius: 7px;
            right: 2px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.progress-label {
    overflow: visible
}

    .progress-label .progress-bar {
        position: relative;
        overflow: visible
    }

        .progress-label .progress-bar .label {
            position: absolute;
            top: -25px;
            right: -9px;
            background-color: #25a0e2;
            color: #fff;
            display: inline-block;
            line-height: 18px;
            padding: 0 4px;
            border-radius: 4px
        }

            .progress-label .progress-bar .label:after {
                content: "";
                position: absolute;
                border: 4px solid transparent;
                border-top-color: #25a0e2;
                bottom: -7px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%)
            }

.progress-step-arrow {
    height: 3.25rem
}

    .progress-step-arrow .progress-bar {
        position: relative;
        overflow: initial;
        font-size: .875rem;
        color: #fff
    }

        .progress-step-arrow .progress-bar::after {
            content: "";
            position: absolute;
            border: 10px solid transparent;
            bottom: 15px;
            right: -20px;
            z-index: 1
        }

.progress-primary .progress-bar {
    background-color: #25a0e2
}

    .progress-primary .progress-bar::after {
        border-left-color: #25a0e2
    }

    .progress-primary .progress-bar:nth-child(2) {
        background-color: rgba(37, 160, 226, .1) !important;
        color: #25a0e2 !important
    }

        .progress-primary .progress-bar:nth-child(2)::after {
            border-left-color: rgba(37, 160, 226, .1)
        }

.progress-secondary .progress-bar {
    background-color: #878a99
}

    .progress-secondary .progress-bar::after {
        border-left-color: #878a99
    }

    .progress-secondary .progress-bar:nth-child(2) {
        background-color: rgba(135, 138, 153, .1) !important;
        color: #878a99 !important
    }

        .progress-secondary .progress-bar:nth-child(2)::after {
            border-left-color: rgba(135, 138, 153, .1)
        }

.progress-success .progress-bar {
    background-color: #00bd9d
}

    .progress-success .progress-bar::after {
        border-left-color: #00bd9d
    }

    .progress-success .progress-bar:nth-child(2) {
        background-color: rgba(0, 189, 157, .1) !important;
        color: #00bd9d !important
    }

        .progress-success .progress-bar:nth-child(2)::after {
            border-left-color: rgba(0, 189, 157, .1)
        }

.progress-info .progress-bar {
    background-color: #32ccff
}

    .progress-info .progress-bar::after {
        border-left-color: #32ccff
    }

    .progress-info .progress-bar:nth-child(2) {
        background-color: rgba(50, 204, 255, .1) !important;
        color: #32ccff !important
    }

        .progress-info .progress-bar:nth-child(2)::after {
            border-left-color: rgba(50, 204, 255, .1)
        }

.progress-warning .progress-bar {
    background-color: #ffbc0a
}

    .progress-warning .progress-bar::after {
        border-left-color: #ffbc0a
    }

    .progress-warning .progress-bar:nth-child(2) {
        background-color: rgba(255, 188, 10, .1) !important;
        color: #ffbc0a !important
    }

        .progress-warning .progress-bar:nth-child(2)::after {
            border-left-color: rgba(255, 188, 10, .1)
        }

.progress-danger .progress-bar {
    background-color: #f06548
}

    .progress-danger .progress-bar::after {
        border-left-color: #f06548
    }

    .progress-danger .progress-bar:nth-child(2) {
        background-color: rgba(240, 101, 72, .1) !important;
        color: #f06548 !important
    }

        .progress-danger .progress-bar:nth-child(2)::after {
            border-left-color: rgba(240, 101, 72, .1)
        }

.progress-light .progress-bar {
    background-color: #f3f6f9
}

    .progress-light .progress-bar::after {
        border-left-color: #f3f6f9
    }

    .progress-light .progress-bar:nth-child(2) {
        background-color: rgba(243, 246, 249, .1) !important;
        color: #f3f6f9 !important
    }

        .progress-light .progress-bar:nth-child(2)::after {
            border-left-color: rgba(243, 246, 249, .1)
        }

.progress-dark .progress-bar {
    background-color: #343a40
}

    .progress-dark .progress-bar::after {
        border-left-color: #343a40
    }

    .progress-dark .progress-bar:nth-child(2) {
        background-color: rgba(52, 58, 64, .1) !important;
        color: #343a40 !important
    }

        .progress-dark .progress-bar:nth-child(2)::after {
            border-left-color: rgba(52, 58, 64, .1)
        }

.popover {
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12)
}

.custom-blockquote.blockquote {
    padding: 16px;
    border-left: 3px solid
}

    .custom-blockquote.blockquote.blockquote-outline {
        background-color: var(--vz-secondary-bg) !important;
        border: 1px solid;
        border-left: 3px solid
    }

    .custom-blockquote.blockquote.blockquote-primary {
        border-color: var(--vz-primary);
        background-color: var(--vz-primary-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-primary .blockquote-footer {
            color: var(--vz-primary-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-primary {
        border-color: var(--vz-primary)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-primary .blockquote-footer {
            color: var(--vz-primary-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-secondary {
        border-color: var(--vz-secondary);
        background-color: var(--vz-secondary-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-secondary .blockquote-footer {
            color: var(--vz-secondary-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-secondary {
        border-color: var(--vz-secondary)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-secondary .blockquote-footer {
            color: var(--vz-secondary-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-success {
        border-color: var(--vz-success);
        background-color: var(--vz-success-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-success .blockquote-footer {
            color: var(--vz-success-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-success {
        border-color: var(--vz-success)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-success .blockquote-footer {
            color: var(--vz-success-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-info {
        border-color: var(--vz-info);
        background-color: var(--vz-info-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-info .blockquote-footer {
            color: var(--vz-info-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-info {
        border-color: var(--vz-info)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-info .blockquote-footer {
            color: var(--vz-info-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-warning {
        border-color: var(--vz-warning);
        background-color: var(--vz-warning-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-warning .blockquote-footer {
            color: var(--vz-warning-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-warning {
        border-color: var(--vz-warning)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-warning .blockquote-footer {
            color: var(--vz-warning-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-danger {
        border-color: var(--vz-danger);
        background-color: var(--vz-danger-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-danger .blockquote-footer {
            color: var(--vz-danger-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-danger {
        border-color: var(--vz-danger)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-danger .blockquote-footer {
            color: var(--vz-danger-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-light {
        border-color: var(--vz-light);
        background-color: var(--vz-light-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-light .blockquote-footer {
            color: var(--vz-light-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-light {
        border-color: var(--vz-light)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-light .blockquote-footer {
            color: var(--vz-light-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-dark {
        border-color: var(--vz-dark);
        background-color: var(--vz-dark-bg-subtle)
    }

        .custom-blockquote.blockquote.blockquote-dark .blockquote-footer {
            color: var(--vz-dark-text-emphasis)
        }

    .custom-blockquote.blockquote.blockquote-outline.blockquote-dark {
        border-color: var(--vz-dark)
    }

        .custom-blockquote.blockquote.blockquote-outline.blockquote-dark .blockquote-footer {
            color: var(--vz-dark-text-emphasis)
        }

.form-check {
    position: relative;
    text-align: left
}

    .form-check .form-check-input {
        cursor: pointer
    }

    .form-check label {
        cursor: pointer
    }

.form-check-primary .form-check-input:checked {
    background-color: #25a0e2;
    border-color: #25a0e2
}

.form-radio-primary .form-check-input:checked {
    border-color: #25a0e2;
    background-color: #25a0e2
}

    .form-radio-primary .form-check-input:checked:after {
        background-color: #25a0e2
    }

.form-check-secondary .form-check-input:checked {
    background-color: #878a99;
    border-color: #878a99
}

.form-radio-secondary .form-check-input:checked {
    border-color: #878a99;
    background-color: #878a99
}

    .form-radio-secondary .form-check-input:checked:after {
        background-color: #878a99
    }

.form-check-success .form-check-input:checked {
    background-color: #00bd9d;
    border-color: #00bd9d
}

.form-radio-success .form-check-input:checked {
    border-color: #00bd9d;
    background-color: #00bd9d
}

    .form-radio-success .form-check-input:checked:after {
        background-color: #00bd9d
    }

.form-check-info .form-check-input:checked {
    background-color: #32ccff;
    border-color: #32ccff
}

.form-radio-info .form-check-input:checked {
    border-color: #32ccff;
    background-color: #32ccff
}

    .form-radio-info .form-check-input:checked:after {
        background-color: #32ccff
    }

.form-check-warning .form-check-input:checked {
    background-color: #ffbc0a;
    border-color: #ffbc0a
}

.form-radio-warning .form-check-input:checked {
    border-color: #ffbc0a;
    background-color: #ffbc0a
}

    .form-radio-warning .form-check-input:checked:after {
        background-color: #ffbc0a
    }

.form-check-danger .form-check-input:checked {
    background-color: #f06548;
    border-color: #f06548
}

.form-radio-danger .form-check-input:checked {
    border-color: #f06548;
    background-color: #f06548
}

    .form-radio-danger .form-check-input:checked:after {
        background-color: #f06548
    }

.form-check-light .form-check-input:checked {
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.form-radio-light .form-check-input:checked {
    border-color: #f3f6f9;
    background-color: #f3f6f9
}

    .form-radio-light .form-check-input:checked:after {
        background-color: #f3f6f9
    }

.form-check-dark .form-check-input:checked {
    background-color: #343a40;
    border-color: #343a40
}

.form-radio-dark .form-check-input:checked {
    border-color: #343a40;
    background-color: #343a40
}

    .form-radio-dark .form-check-input:checked:after {
        background-color: #343a40
    }

.form-check-label {
    cursor: pointer;
    margin-bottom: 0
}

.form-check-right {
    padding-left: 0;
    display: inline-block
}

    .form-check-right .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.6em
    }

    .form-check-right .form-check-label {
        display: block
    }

    .form-check-right.form-switch .form-check-input {
        margin-right: -2.56em
    }

.form-check-outline.form-check-primary .form-check-input:checked[type=checkbox] {
    color: #25a0e2;
    background-color: transparent;
    border-color: #25a0e2
}

.form-check-outline.form-check-secondary .form-check-input:checked[type=checkbox] {
    color: #878a99;
    background-color: transparent;
    border-color: #878a99
}

.form-check-outline.form-check-success .form-check-input:checked[type=checkbox] {
    color: #00bd9d;
    background-color: transparent;
    border-color: #00bd9d
}

.form-check-outline.form-check-info .form-check-input:checked[type=checkbox] {
    color: #32ccff;
    background-color: transparent;
    border-color: #32ccff
}

.form-check-outline.form-check-warning .form-check-input:checked[type=checkbox] {
    color: #ffbc0a;
    background-color: transparent;
    border-color: #ffbc0a
}

.form-check-outline.form-check-danger .form-check-input:checked[type=checkbox] {
    color: #f06548;
    background-color: transparent;
    border-color: #f06548
}

.form-check-outline.form-check-light .form-check-input:checked[type=checkbox] {
    color: #f3f6f9;
    background-color: transparent;
    border-color: #f3f6f9
}

.form-check-outline.form-check-dark .form-check-input:checked[type=checkbox] {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}

.form-check-outline .form-check-input {
    position: relative
}

    .form-check-outline .form-check-input:checked[type=checkbox] {
        background-image: none
    }

        .form-check-outline .form-check-input:checked[type=checkbox]::before {
            content: "\f012c";
            font-family: "Material Design Icons";
            top: -2px;
            position: absolute;
            font-weight: 700;
            font-size: 11px;
            left: 1px
        }

.form-radio-outline.form-radio-primary .form-check-input:checked[type=radio] {
    color: #25a0e2;
    background-color: transparent;
    border-color: #25a0e2
}

.form-radio-outline.form-radio-secondary .form-check-input:checked[type=radio] {
    color: #878a99;
    background-color: transparent;
    border-color: #878a99
}

.form-radio-outline.form-radio-success .form-check-input:checked[type=radio] {
    color: #00bd9d;
    background-color: transparent;
    border-color: #00bd9d
}

.form-radio-outline.form-radio-info .form-check-input:checked[type=radio] {
    color: #32ccff;
    background-color: transparent;
    border-color: #32ccff
}

.form-radio-outline.form-radio-warning .form-check-input:checked[type=radio] {
    color: #ffbc0a;
    background-color: transparent;
    border-color: #ffbc0a
}

.form-radio-outline.form-radio-danger .form-check-input:checked[type=radio] {
    color: #f06548;
    background-color: transparent;
    border-color: #f06548
}

.form-radio-outline.form-radio-light .form-check-input:checked[type=radio] {
    color: #f3f6f9;
    background-color: transparent;
    border-color: #f3f6f9
}

.form-radio-outline.form-radio-dark .form-check-input:checked[type=radio] {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}

.form-radio-outline .form-check-input {
    position: relative
}

    .form-radio-outline .form-check-input:checked[type=radio] {
        background-image: none
    }

        .form-radio-outline .form-check-input:checked[type=radio]::before {
            content: "\f0765";
            font-family: "Material Design Icons";
            top: 0;
            position: absolute;
            font-size: 8px;
            left: 2.2px
        }

.form-switch-md {
    padding-left: 2.5rem;
    min-height: 22px;
    line-height: 22px
}

    .form-switch-md .form-check-input {
        width: 40px;
        height: 20px;
        left: -.5rem;
        position: relative
    }

    .form-switch-md .form-check-label {
        vertical-align: middle
    }

.form-switch-lg {
    padding-left: 2.75rem;
    min-height: 28px;
    line-height: 28px
}

    .form-switch-lg .form-check-input {
        width: 48px;
        height: 24px;
        left: -.75rem;
        position: relative
    }

.input-group-text {
    margin-bottom: 0
}

.form-switch-primary .form-check-input:checked {
    background-color: #25a0e2;
    border-color: #25a0e2
}

.form-switch-custom.form-switch-primary .form-check-input:checked::before {
    color: #25a0e2
}

.form-switch-secondary .form-check-input:checked {
    background-color: #878a99;
    border-color: #878a99
}

.form-switch-custom.form-switch-secondary .form-check-input:checked::before {
    color: #878a99
}

.form-switch-success .form-check-input:checked {
    background-color: #00bd9d;
    border-color: #00bd9d
}

.form-switch-custom.form-switch-success .form-check-input:checked::before {
    color: #00bd9d
}

.form-switch-info .form-check-input:checked {
    background-color: #32ccff;
    border-color: #32ccff
}

.form-switch-custom.form-switch-info .form-check-input:checked::before {
    color: #32ccff
}

.form-switch-warning .form-check-input:checked {
    background-color: #ffbc0a;
    border-color: #ffbc0a
}

.form-switch-custom.form-switch-warning .form-check-input:checked::before {
    color: #ffbc0a
}

.form-switch-danger .form-check-input:checked {
    background-color: #f06548;
    border-color: #f06548
}

.form-switch-custom.form-switch-danger .form-check-input:checked::before {
    color: #f06548
}

.form-switch-light .form-check-input:checked {
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.form-switch-custom.form-switch-light .form-check-input:checked::before {
    color: #f3f6f9
}

.form-switch-dark .form-check-input:checked {
    background-color: #343a40;
    border-color: #343a40
}

.form-switch-custom.form-switch-dark .form-check-input:checked::before {
    color: #343a40
}

.form-switch-custom .form-check-input {
    position: relative;
    background-image: none
}

    .form-switch-custom .form-check-input::before {
        content: "\f0765";
        font-family: "Material Design Icons";
        top: -9px;
        position: absolute;
        font-size: 20px;
        left: -3px;
        color: var(--vz-secondary-color);
        -webkit-transition: background-position .15s ease-in-out;
        transition: background-position .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-switch-custom .form-check-input::before {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch-custom .form-check-input:checked {
    background-image: none;
    background-color: var(--vz-input-bg-custom);
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch-custom .form-check-input:checked {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch-custom .form-check-input:checked::before {
    right: -3px;
    left: auto
}

.form-switch-custom .form-check-input:focus {
    background-image: none
}

.form-switch-right {
    display: inline-block;
    padding-right: .8em;
    margin-bottom: 0;
    padding-left: 0 !important
}

    .form-switch-right .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.6em;
        margin-top: .1em !important
    }

    .form-switch-right label {
        margin-bottom: 0;
        margin-right: 1rem
    }

.card-radio {
    padding: 0
}

    .card-radio .form-check-label {
        background-color: var(--vz-secondary-bg);
        border: 1px solid var(--vz-border-color);
        border-radius: .25rem;
        padding: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        position: relative;
        padding-right: 32px
    }

        .card-radio .form-check-label:hover {
            cursor: pointer
        }

    .card-radio .form-check-input {
        display: none
    }

        .card-radio .form-check-input:checked + .form-check-label {
            border-color: #25a0e2 !important
        }

            .card-radio .form-check-input:checked + .form-check-label:before {
                content: "\eb80";
                font-family: remixicon;
                position: absolute;
                top: 2px;
                right: 6px;
                font-size: 16px;
                color: #25a0e2
            }

    .card-radio.dark .form-check-input:checked + .form-check-label:before {
        color: #fff
    }

.form-icon {
    position: relative
}

    .form-icon .form-control-icon {
        padding-left: calc(.9rem * 3);
        position: relative
    }

    .form-icon i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-icon.right .form-control-icon {
        padding-right: calc(.9rem * 3);
        padding-left: .9rem;
        position: relative
    }

    .form-icon.right i {
        left: auto;
        right: 18px
    }

.list-group-fill-primary.list-group-item {
    color: #fff;
    background-color: var(--vz-primary) !important;
    border-color: var(--vz-primary)
}

.list-group-fill-secondary.list-group-item {
    color: #fff;
    background-color: var(--vz-secondary) !important;
    border-color: var(--vz-secondary)
}

.list-group-fill-success.list-group-item {
    color: #fff;
    background-color: var(--vz-success) !important;
    border-color: var(--vz-success)
}

.list-group-fill-info.list-group-item {
    color: #fff;
    background-color: var(--vz-info) !important;
    border-color: var(--vz-info)
}

.list-group-fill-warning.list-group-item {
    color: #fff;
    background-color: var(--vz-warning) !important;
    border-color: var(--vz-warning)
}

.list-group-fill-danger.list-group-item {
    color: #fff;
    background-color: var(--vz-danger) !important;
    border-color: var(--vz-danger)
}

.list-group-fill-light.list-group-item {
    color: #000;
    background-color: var(--vz-light) !important;
    border-color: var(--vz-light)
}

.list-group-fill-dark.list-group-item {
    color: #fff;
    background-color: var(--vz-dark) !important;
    border-color: var(--vz-dark)
}

.list-group-item {
    margin-bottom: 0
}

    .list-group-item .list-text {
        color: var(--vz-secondary-color)
    }

    .list-group-item.active {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .list-group-item.active .list-title {
            color: #fff
        }

        .list-group-item.active .list-text {
            color: rgba(255, 255, 255, .5)
        }

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}

    .simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none
    }

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    --ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    --ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: #a2adb7;
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

[data-simplebar-track=primary] .simplebar-scrollbar:before {
    background: #25a0e2
}

[data-simplebar-track=secondary] .simplebar-scrollbar:before {
    background: #878a99
}

[data-simplebar-track=success] .simplebar-scrollbar:before {
    background: #00bd9d
}

[data-simplebar-track=info] .simplebar-scrollbar:before {
    background: #32ccff
}

[data-simplebar-track=warning] .simplebar-scrollbar:before {
    background: #ffbc0a
}

[data-simplebar-track=danger] .simplebar-scrollbar:before {
    background: #f06548
}

[data-simplebar-track=light] .simplebar-scrollbar:before {
    background: #f3f6f9
}

[data-simplebar-track=dark] .simplebar-scrollbar:before {
    background: #343a40
}

code[class*=language-], pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    --moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

    code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
        text-shadow: none;
        background: #b3d4fc
    }

    code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
        text-shadow: none;
        background: #b3d4fc
    }

    code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
        text-shadow: none;
        background: #b3d4fc
    }

@media print {
    code[class*=language-], pre[class*=language-] {
        text-shadow: none
    }
}

pre[class*=language-] {
    padding: 1em;
    margin: 0;
    overflow: auto
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: var(--vz-light) !important
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.token.namespace {
    opacity: .7
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
    color: #f06548
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color: #690
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    color: #9a6e3a;
    background: hsla(0, 0%, 100%, .5)
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a
}

.token.class-name, .token.function {
    color: #dd4a68
}

.token.important, .token.regex, .token.variable {
    color: #e90
}

.token.bold, .token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: #eff2f7
}

code[class*=language-], pre[class*=language-] {
    color: #878a99;
    text-shadow: none
}

.language-markup::-webkit-scrollbar {
    -webkit-appearance: none
}

    .language-markup::-webkit-scrollbar:vertical {
        width: 10px
    }

    .language-markup::-webkit-scrollbar:horizontal {
        height: 10px
    }

.language-markup::-webkit-scrollbar-thumb {
    background-color: rgba(var(--vz-body-color-rgb), .1);
    border-radius: 10px;
    border: 2px solid var(--vz-light)
}

.language-markup::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--vz-light)
}

#scroll-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 65px;
    right: 30px;
    background: #343a40;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn-clipboard {
    position: absolute !important;
    right: 15px !important;
    z-index: 1 !important
}

div.code-toolbar > .toolbar {
    opacity: 1 !important
}

    div.code-toolbar > .toolbar button {
        display: inline-block !important;
        margin: .375rem .5rem !important;
        padding: .25rem .75rem !important;
        -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
        border-radius: .2rem !important;
        border: 1px solid rgba(37, 160, 226, .35) !important;
        background-color: transparent;
        color: #25a0e2 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

        div.code-toolbar > .toolbar button:focus {
            outline: 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        div.code-toolbar > .toolbar button:hover {
            background-color: #25a0e2 !important;
            color: #fff !important
        }

.swal2-container .swal2-title {
    padding: 24px 24px 0;
    font-size: 20px;
    font-weight: 500
}

.swal2-popup {
    padding-bottom: 24px;
    border-radius: var(--vz-border-radius-lg);
    background-color: var(--vz-secondary-bg);
    color: var(--vz-body-color)
}

    .swal2-popup .swal2-title {
        color: var(--vz-heading-color)
    }

    .swal2-popup .swal2-html-container {
        color: var(--vz-body-color)
    }

.swal2-footer {
    border-top: 1px solid var(--vz-border-color);
    color: var(--vz-body-color)
}

.swal2-html-container {
    font-size: 16px
}

.swal2-icon.swal2-question {
    border-color: #32ccff;
    color: #32ccff
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #00bd9d
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(0, 189, 157, .3)
}

.swal2-icon.swal2-warning {
    border-color: #ffbc0a;
    color: #ffbc0a
}

.swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.swal2-loader {
    border-color: #25a0e2 transparent #25a0e2 transparent
}

.swal2-timer-progress-bar {
    background-color: rgba(0, 189, 157, .4)
}

.swal2-progress-steps .swal2-progress-step {
    background: #25a0e2
}

    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #25a0e2
    }

        .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
            background: rgba(37, 160, 226, .3)
        }

.swal2-progress-steps .swal2-progress-step-line {
    background: #25a0e2
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-left-color: #25a0e2 !important;
    border-right-color: #25a0e2 !important
}

.swal2-file, .swal2-input, .swal2-textarea {
    border: 1px solid var(--vz-input-border-custom)
}

    .swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: var(--vz-primary-border-subtle)
    }

.swal2-input {
    height: auto;
    display: block;
    padding: .5rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg-custom);
    background-clip: padding-box;
    border: var(--vz-border-width) solid var(--vz-input-border-custom)
}

.swal2-close {
    font-family: var(--vz-font-sans-serif);
    font-weight: 300;
    font-size: 28px
}

    .swal2-close:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .swal2-close:hover {
        color: #25a0e2
    }

.swal2-validation-message {
    background-color: transparent
}

.dropzone {
    min-height: 230px;
    border: 2px dashed var(--vz-border-color);
    background: var(--vz-secondary-bg);
    border-radius: 6px
}

    .dropzone .dz-message {
        font-size: 24px;
        width: 100%;
        margin: 1em 0
    }

.noUi-connect {
    background: #00bd9d
}

.noUi-handle {
    background: #00bd9d;
    border: 2px solid var(--vz-card-bg);
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-horizontal {
    height: 4px
}

    .noUi-horizontal .noUi-handle {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        right: -10px !important;
        top: -7px
    }

        .noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
            display: none
        }

        .noUi-horizontal .noUi-handle:focus {
            outline: 0
        }

.noUi-pips-horizontal {
    height: 50px
}

.noUi-tooltip {
    padding: .4rem .7rem;
    border-color: var(--vz-border-color);
    border-radius: var(--vz-border-radius);
    background-color: var(--vz-secondary-bg);
    color: var(--vz-body-color)
}

.noUi-vertical {
    width: 4px
}

    .noUi-vertical .noUi-handle {
        height: 16px;
        width: 16px;
        right: -8px;
        top: -12px;
        left: auto;
        border-radius: 50%
    }

        .noUi-vertical .noUi-handle::after, .noUi-vertical .noUi-handle::before {
            display: none
        }

        .noUi-vertical .noUi-handle:focus {
            outline: 0
        }

    .noUi-vertical .noUi-origin {
        top: 0
    }

.noUi-value {
    font-size: 12px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 12px
}

.noUi-value-horizontal {
    padding-top: 4px
}

.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--vz-light);
    border-color: var(--vz-light)
}

.noUi-touch-area:focus {
    outline: 0
}

#blue, #green, #red {
    margin: 10px;
    display: inline-block;
    height: 200px
}

#colorpicker {
    height: 240px;
    width: 310px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid var(--vz-border-color)
}

#result {
    margin: 60px 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--vz-border-color);
    -webkit-box-shadow: 0 0 3px;
    box-shadow: 0 0 3px;
    border-radius: 7px
}

#red .noUi-connect {
    background: #f06548
}

#green .noUi-connect {
    background: #00bd9d
}

#blue .noUi-connect {
    background: #25a0e2
}

.form-control.keyboard {
    max-width: 340px !important
}

.example-val {
    font-size: 12px;
    color: var(--vz-secondary-color);
    display: block;
    margin: 15px 0
}

    .example-val:before {
        content: "Value: ";
        font-size: 12px;
        font-weight: 600
    }

.noUi-tooltip {
    display: none
}

.noUi-active .noUi-tooltip {
    display: block
}

.c-1-color {
    background: #f06548
}

.c-2-color {
    background: #ffbc0a
}

.c-3-color {
    background: #00bd9d
}

.c-4-color {
    background: #25a0e2
}

.c-5-color {
    background: #8772f9
}

#slider-toggle {
    height: 50px
}

    #slider-toggle.off .noUi-handle {
        border-color: #f06548
    }

.noUi-marker {
    background-color: var(--vz-border-color)
}

.noUi-pips {
    color: var(--vz-body-color)
}

[data-slider-color=primary] .noUi-connect {
    background: #25a0e2
}

[data-slider-color=primary] .noUi-handle {
    background: #25a0e2
}

[data-slider-color=primary][data-slider-style=border] .noUi-handle, [data-slider-color=primary][data-slider-style=square] .noUi-handle {
    border-color: #25a0e2
}

[data-slider-color=secondary] .noUi-connect {
    background: #878a99
}

[data-slider-color=secondary] .noUi-handle {
    background: #878a99
}

[data-slider-color=secondary][data-slider-style=border] .noUi-handle, [data-slider-color=secondary][data-slider-style=square] .noUi-handle {
    border-color: #878a99
}

[data-slider-color=success] .noUi-connect {
    background: #00bd9d
}

[data-slider-color=success] .noUi-handle {
    background: #00bd9d
}

[data-slider-color=success][data-slider-style=border] .noUi-handle, [data-slider-color=success][data-slider-style=square] .noUi-handle {
    border-color: #00bd9d
}

[data-slider-color=info] .noUi-connect {
    background: #32ccff
}

[data-slider-color=info] .noUi-handle {
    background: #32ccff
}

[data-slider-color=info][data-slider-style=border] .noUi-handle, [data-slider-color=info][data-slider-style=square] .noUi-handle {
    border-color: #32ccff
}

[data-slider-color=warning] .noUi-connect {
    background: #ffbc0a
}

[data-slider-color=warning] .noUi-handle {
    background: #ffbc0a
}

[data-slider-color=warning][data-slider-style=border] .noUi-handle, [data-slider-color=warning][data-slider-style=square] .noUi-handle {
    border-color: #ffbc0a
}

[data-slider-color=danger] .noUi-connect {
    background: #f06548
}

[data-slider-color=danger] .noUi-handle {
    background: #f06548
}

[data-slider-color=danger][data-slider-style=border] .noUi-handle, [data-slider-color=danger][data-slider-style=square] .noUi-handle {
    border-color: #f06548
}

[data-slider-color=light] .noUi-connect {
    background: #f3f6f9
}

[data-slider-color=light] .noUi-handle {
    background: #f3f6f9
}

[data-slider-color=light][data-slider-style=border] .noUi-handle, [data-slider-color=light][data-slider-style=square] .noUi-handle {
    border-color: #f3f6f9
}

[data-slider-color=dark] .noUi-connect {
    background: #343a40
}

[data-slider-color=dark] .noUi-handle {
    background: #343a40
}

[data-slider-color=dark][data-slider-style=border] .noUi-handle, [data-slider-color=dark][data-slider-style=square] .noUi-handle {
    border-color: #343a40
}

[data-slider-size=lg].noUi-horizontal {
    height: 12px
}

    [data-slider-size=lg].noUi-horizontal .noUi-handle {
        width: 24px;
        height: 24px
    }

[data-slider-size=md].noUi-horizontal {
    height: 8px
}

    [data-slider-size=md].noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px
    }

[data-slider-size=sm].noUi-horizontal {
    height: 4px
}

    [data-slider-size=sm].noUi-horizontal .noUi-handle {
        width: 16px;
        height: 16px
    }

[data-slider-style=line].noUi-horizontal .noUi-handle {
    width: 8px;
    border-radius: 4px;
    right: -8px
}

[data-slider-style=line].noUi-vertical .noUi-handle {
    height: 8px;
    border-radius: 4px;
    top: -3px
}

[data-slider-style=border] .noUi-handle {
    border-color: #00bd9d;
    background-color: var(--vz-secondary-bg)
}

[data-slider-style=square] .noUi-handle {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    top: -4px;
    border-color: #00bd9d;
    background-color: var(--vz-secondary-bg)
}

.nested-list .list-group-item {
    background-color: rgba(37, 160, 226, .05);
    border-color: rgba(37, 160, 226, .05)
}

.nested-1, .nested-2, .nested-3, .nested-list {
    margin-top: 5px
}

.nested-sortable-handle .handle {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: -webkit-grab;
    cursor: grab
}

.nested-sortable-handle .list-group-item {
    padding-left: 42px
}

.shepherd-element {
    background: var(--vz-secondary-bg);
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15)
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background-color: var(--vz-light);
    padding: .5rem .75rem
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
    color: rgba(var(--vz-body-color-rgb), .75)
}

    .shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
        color: rgba(var(--vz-body-color-rgb), 1)
    }

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
    background-color: var(--vz-light)
}

.shepherd-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--vz-body-color)
}

.shepherd-text {
    padding: .75rem;
    font-size: .875rem;
    color: var(--vz-body-color)
}

.shepherd-button.btn-success:not(:disabled):hover {
    background: #00b092;
    color: #fff
}

.shepherd-button.btn-light:not(:disabled):hover {
    background: rgba(var(--vz-light-rgb), .75);
    color: var(--vz-body-color)
}

.shepherd-button.btn-primary:not(:disabled):hover {
    background: #1d9add;
    color: #fff
}

.shepherd-footer {
    padding: 0 .75rem .75rem
}

.shepherd-arrow, .shepherd-arrow:before {
    content: "\ea75";
    font-family: remixicon;
    font-size: 24px;
    z-index: 1;
    background-color: transparent !important;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--vz-primary)
}

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
    top: -18px
}

.shepherd-button {
    margin-right: .5rem
}

.swiper-button-next, .swiper-button-prev {
    height: 32px;
    width: 32px;
    background-color: rgba(37, 160, 226, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 8px
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-family: remixicon;
        font-size: 28px;
        color: #25a0e2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .swiper-button-prev::after {
        content: "\ea64" !important
    }

    .swiper-button-next::after {
        content: "\ea6e" !important
    }

.swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .swiper-pagination-bullet .swiper-pagination-bullet-active {
        opacity: 1
    }

.dynamic-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .dynamic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        width: 20px
    }

.swiper-pagination-fraction {
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.pagination-custom .swiper-pagination-bullet {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 8px;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #878a99;
        opacity: 1
    }

.swiper-pagination-progressbar {
    height: 6px !important;
    background-color: rgba(0, 189, 157, .25)
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background-color: #00bd9d
    }

.swiper-scrollbar {
    background-color: rgba(255, 255, 255, .35);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 1.2px;
    height: 6px !important
}

    .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #fff
    }

.swiper-pagination-dark .swiper-pagination-bullet {
    background-color: #878a99
}

.swiper-pagination-dark .dynamic-pagination .swiper-pagination-bullet {
    background-color: #878a99
}

.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet {
    color: #fff
}

    .swiper-pagination-dark.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1
    }

.swiper-pagination-dark.swiper-scrollbar {
    background-color: rgba(52, 58, 64, .35)
}

.multi-wrapper {
    border: none;
    position: relative
}

    .multi-wrapper::before {
        content: "\ea61";
        position: absolute;
        font-family: remixicon;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 86px;
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        border-radius: 50%;
        color: var(--vz-secondary-color);
        background-color: var(--vz-light);
        z-index: 1
    }

    .multi-wrapper .non-selected-wrapper {
        border: 1px solid var(--vz-input-border-custom);
        background-color: var(--vz-input-bg-custom);
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

        .multi-wrapper .non-selected-wrapper::-webkit-scrollbar, .multi-wrapper .selected-wrapper::-webkit-scrollbar {
            -webkit-appearance: none
        }

            .multi-wrapper .non-selected-wrapper::-webkit-scrollbar:vertical, .multi-wrapper .selected-wrapper::-webkit-scrollbar:vertical {
                width: 10px
            }

            .multi-wrapper .non-selected-wrapper::-webkit-scrollbar:horizontal, .multi-wrapper .selected-wrapper::-webkit-scrollbar:horizontal {
                height: 9px
            }

        .multi-wrapper .non-selected-wrapper::-webkit-scrollbar-thumb, .multi-wrapper .selected-wrapper::-webkit-scrollbar-thumb {
            background-color: rgba(var(--vz-dark-rgb), .2);
            border-radius: 10px;
            border: 2px solid var(--vz-input-bg-custom)
        }

        .multi-wrapper .non-selected-wrapper::-webkit-scrollbar-track, .multi-wrapper .selected-wrapper::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: var(--vz-input-bg-custom)
        }

    .multi-wrapper .item-group .group-label {
        font-size: 12px
    }

    .multi-wrapper .item {
        color: var(--vz-body-color)
    }

        .multi-wrapper .item:hover {
            background-color: rgba(37, 160, 226, .1)
        }

    .multi-wrapper .selected-wrapper {
        border: 1px solid var(--vz-input-border-custom);
        background: var(--vz-input-bg-custom);
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .multi-wrapper .search-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: .5rem .9rem;
        font-size: .875rem;
        color: var(--vz-body-color);
        background-color: var(--vz-input-bg-custom);
        border: var(--vz-border-width) solid var(--vz-input-border-custom);
        border-radius: var(--vz-border-radius);
        margin-bottom: 16px
    }

        .multi-wrapper .search-input::-webkit-input-placeholder {
            color: var(--vz-secondary-color)
        }

        .multi-wrapper .search-input::-moz-placeholder {
            color: var(--vz-secondary-color)
        }

        .multi-wrapper .search-input:-ms-input-placeholder {
            color: var(--vz-secondary-color)
        }

        .multi-wrapper .search-input:-ms-input-placeholder {
            color: var(--vz-secondary-color)
        }

        .multi-wrapper .search-input::placeholder {
            color: var(--vz-secondary-color)
        }

    .multi-wrapper .header {
        font-weight: 600;
        color: var(--vz-gray-600)
    }

.pcr-app {
    background: var(--vz-secondary-bg);
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    border-radius: 4px;
    border: 1px solid var(--vz-border-color)
}

.pickr .pcr-button {
    border: 4px solid var(--vz-secondary-bg);
    -webkit-box-shadow: 0 0 0 2px var(--vz-border-color);
    box-shadow: 0 0 0 2px var(--vz-border-color);
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .pickr .pcr-button::after, .pickr .pcr-button::before {
        border-radius: 50%
    }

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
    margin-right: .75em;
    margin-left: 0
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
    margin-left: .75em;
    margin-right: 0
}

.pcr-app[data-theme=monolith] .pcr-result {
    min-width: 100%
}

.pcr-app .pcr-interaction .pcr-type.active {
    background: #25a0e2
}

.pcr-app .pcr-interaction .pcr-result {
    background-color: var(--vz-input-bg-custom);
    color: var(--vz-body-color);
    border: 1px solid var(--vz-input-border-custom);
    border-radius: var(--vz-border-radius)
}

.pcr-app .pcr-interaction input {
    border-radius: var(--vz-border-radius) !important
}

    .pcr-app .pcr-interaction input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: var(--vz-input-bg-custom);
        border-color: var(--vz-primary-border-subtle)
    }

.pcr-app .pcr-interaction .pcr-save {
    background: #00bd9d !important
}

.pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
    background: #f06548 !important
}

.filepond--root {
    margin-bottom: 0
}

    .filepond--root[data-style-panel-layout ~=circle] .filepond--drop-label label {
        font-size: 14px
    }

.filepond--panel-root {
    border: 2px dashed var(--vz-border-color);
    background: var(--vz-secondary-bg)
}

.filepond--drop-label {
    color: var(--vz-body-color)
}

    .filepond--drop-label label {
        font-weight: 500
    }

.filepond--credits {
    display: none
}

.filepond--item-panel {
    background-color: #25a0e2 !important
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    height: auto
}

.input-step {
    border: 1px solid var(--vz-input-border-custom);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    height: 37.5px;
    border-radius: var(--vz-border-radius);
    background: var(--vz-input-bg-custom);
    padding: 4px
}

    .input-step input {
        width: 4em;
        height: 100%;
        text-align: center;
        border: 0;
        background: 0 0;
        color: var(--vz-body-color);
        border-radius: var(--vz-border-radius)
    }

        .input-step input:focus-visible {
            outline: 0
        }

    .input-step button {
        width: 1.4em;
        font-weight: 300;
        height: 100%;
        line-height: .1em;
        font-size: 1.4em;
        padding: .2em !important;
        background: var(--vz-light);
        color: var(--vz-body-color);
        border: none;
        border-radius: var(--vz-border-radius)
    }

    .input-step.light {
        background: var(--vz-light)
    }

        .input-step.light button {
            background-color: var(--vz-input-bg-custom)
        }

    .input-step.light-input {
        background: var(--vz-light)
    }

        .input-step.light-input input {
            background-color: var(--vz-input-bg-custom)
        }

    .input-step.full-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

        .input-step.full-width button {
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

        .input-step.full-width input {
            -webkit-box-flex: 1;
            --ms-flex-positive: 1;
            flex-grow: 1
        }

    .input-step.step-primary button {
        background-color: #25a0e2;
        color: #fff
    }

    .input-step.step-secondary button {
        background-color: #878a99;
        color: #fff
    }

    .input-step.step-success button {
        background-color: #00bd9d;
        color: #fff
    }

    .input-step.step-info button {
        background-color: #32ccff;
        color: #fff
    }

    .input-step.step-warning button {
        background-color: #ffbc0a;
        color: #fff
    }

    .input-step.step-danger button {
        background-color: #f06548;
        color: #fff
    }

    .input-step.step-light button {
        background-color: #f3f6f9;
        color: #fff
    }

    .input-step.step-dark button {
        background-color: #343a40;
        color: #fff
    }

.ck {
    font-family: var(--vz-font-sans-serif) !important
}

    .ck.ck-reset_all, .ck.ck-reset_all * {
        color: var(--vz-body-color) !important
    }

    .ck.ck-toolbar {
        background: rgba(var(--vz-light-rgb), .75) !important
    }

    .ck p {
        margin-bottom: 0
    }

    .ck.ck-toolbar {
        border: 1px solid var(--vz-input-border-custom) !important
    }

        .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important
        }

        .ck.ck-toolbar .ck.ck-toolbar__separator {
            background: 0 0 !important
        }

    .ck.ck-editor__main > .ck-editor__editable {
        border-top: 0 !important;
        background-color: var(--vz-secondary-bg) !important;
        border-color: var(--vz-input-border-custom) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .ck.ck-dropdown__panel {
        background: var(--vz-secondary-bg) !important;
        -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
        box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
        -webkit-animation-name: DropDownSlide;
        animation-name: DropDownSlide;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        border-radius: var(--vz-border-radius-lg)
    }

    .ck.ck-list {
        background: var(--vz-secondary-bg) !important
    }

    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
        left: 0;
        right: auto !important
    }

    .ck.ck-editor__editable_inline[dir=ltr] {
        text-align: left !important
    }

    .ck.ck-dropdown__panel {
        -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12) !important;
        box-shadow: 0 5px 10px rgba(30, 32, 37, .12) !important;
        border-radius: var(--vz-border-radius-lg) !important;
        border: 1px solid var(--vz-border-color) !important
    }

    .ck.ck-button:active, .ck.ck-button:focus, a.ck.ck-button:active, a.ck.ck-button:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid var(--vz-light) !important
    }

    .ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
        background: var(--vz-light) !important
    }

    .ck.ck-button.ck-on, a.ck.ck-button.ck-on {
        background: var(--vz-light) !important
    }

    .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
        border-radius: .25rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
        border-radius: .25rem !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

.ck-editor__editable {
    min-height: 245px !important
}

.ck[class*=ck-heading_heading] {
    font-weight: 500 !important
}

.ck.ck-button.ck-on:not(.ck-disabled):active, .ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):active, a.ck.ck-button.ck-on:not(.ck-disabled):hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ck.ck-tooltip .ck-tooltip__text {
    background: #343a40 !important;
    color: #f3f6f9 !important
}

.ck.ck-input-text {
    background: var(--vz-input-bg-custom) !important;
    border: 1px solid var(--vz-input-border-custom) !important
}

    .ck.ck-input-text:focus {
        border: 1px solid var(--vz-primary-border-subtle) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.ck.ck-balloon-panel {
    background: var(--vz-secondary-bg) !important;
    border: 1px solid var(--vz-border-color) !important
}

    .ck.ck-balloon-panel[class*=arrow_n]:after {
        border-bottom-color: var(--vz-secondary-bg) !important
    }

    .ck.ck-balloon-panel[class*=arrow_n]::before {
        border-bottom-color: var(--vz-border-color) !important
    }

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
    background: var(--vz-secondary-bg) !important
}

.ck-editor-reverse .ck-editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.ck-editor-reverse .ck.ck-editor__main > .ck-editor__editable {
    border: 1px solid var(--vz-input-border-custom) !important;
    border-bottom: 0 !important
}

    .ck-editor-reverse .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck-editor-reverse .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
        border-radius: .25rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

.ck-editor-reverse .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck-editor-reverse .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-radius: .25rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

[dir=rtl] .ck.ck-toolbar > .ck-toolbar__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ql-editor {
    text-align: left
}

    .ql-editor ol, .ql-editor ul {
        padding-left: 1.5em;
        padding-right: 0
    }

    .ql-editor li:not(.ql-direction-rtl)::before {
        margin-left: -1.5em;
        margin-right: .3em;
        text-align: right
    }

.ql-container {
    font-family: var(--vz-font-sans-serif)
}

    .ql-container.ql-snow {
        border-color: var(--vz-input-border-custom);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

.ql-bubble {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    border-radius: var(--vz-border-radius)
}

.ql-toolbar {
    font-family: var(--vz-font-sans-serif) !important
}

    .ql-toolbar span {
        outline: 0 !important;
        color: var(--vz-body-color)
    }

        .ql-toolbar span:hover {
            color: #25a0e2 !important
        }

    .ql-toolbar.ql-snow {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-color: var(--vz-input-border-custom)
    }

        .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
            border-color: transparent
        }

        .ql-toolbar.ql-snow .ql-picker-options {
            -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
            box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
            border-radius: var(--vz-border-radius-lg)
        }

.ql-snow .ql-script, .ql-snow .ql-strike svg, .ql-snow .ql-stroke {
    stroke: var(--vz-body-color)
}

.ql-snow .ql-fill {
    fill: var(--vz-body-color)
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    right: 0;
    left: auto
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: var(--vz-secondary-color)
}

.ql-snow .ql-picker-options {
    background-color: var(--vz-secondary-bg);
    border-color: var(--vz-border-color) !important
}

.gridjs-container {
    color: var(--vz-body-color);
    padding: 0;
    display: block
}

.gridjs-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--vz-border-color);
    border-radius: 0
}

    .gridjs-wrapper::-webkit-scrollbar {
        -webkit-appearance: none
    }

        .gridjs-wrapper::-webkit-scrollbar:vertical {
            width: 12px
        }

        .gridjs-wrapper::-webkit-scrollbar:horizontal {
            height: 12px
        }

    .gridjs-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(var(--vz-dark-rgb), .075);
        border-radius: 10px;
        border: 2px solid var(--vz-secondary-bg)
    }

    .gridjs-wrapper::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: var(--vz-secondary-bg)
    }

.gridjs-footer {
    border: none !important;
    padding: 12px 0 0
}

.gridjs-table {
    width: 100%
}

.gridjs-tbody, td.gridjs-td {
    background-color: transparent
}

td.gridjs-td, th.gridjs-th {
    border: 1px solid var(--vz-border-color);
    padding: .75rem .6rem
}

th.gridjs-th {
    border-top: 0;
    color: var(--vz-body-color);
    background-color: rgba(var(--vz-light-rgb), .75)
}

th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
    background-color: rgba(var(--vz-light-rgb), .85)
}

.gridjs-head {
    padding-top: 0
}

.gridjs-footer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--vz-border-color);
    border-top: 0;
    background-color: transparent
}

.gridjs-summary {
    color: var(--vz-secondary-color);
    margin-top: 8px !important
}

.gridjs-pagination .gridjs-pages button {
    margin-left: .3rem;
    border-radius: .25rem !important;
    border: 1px solid var(--vz-border-color);
    background-color: var(--vz-secondary-bg);
    color: var(--vz-link-color)
}

    .gridjs-pagination .gridjs-pages button:last-child {
        border-right: 1px solid var(--vz-border-color)
    }

    .gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
        color: var(--vz-secondary-color);
        background-color: var(--vz-secondary-bg)
    }

    .gridjs-pagination .gridjs-pages button:hover {
        background-color: var(--vz-tertiary-bg);
        color: var(--vz-link-hover-color)
    }

    .gridjs-pagination .gridjs-pages button:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .gridjs-pagination .gridjs-pages button:first-child:hover, .gridjs-pagination .gridjs-pages button:last-child:hover {
        background-color: transparent
    }

    .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
        background-color: #25a0e2;
        color: #fff;
        border-color: #25a0e2;
        font-weight: 500
    }

.gridjs-search {
    position: relative;
    float: left
}

    .gridjs-search::before {
        content: "\f0d1";
        font-family: remixicon;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
        font-size: 14px;
        color: var(--vz-secondary-color)
    }

input.gridjs-input {
    border-color: var(--vz-input-border-custom);
    background-color: var(--vz-input-bg-custom);
    color: var(--vz-body-color);
    line-height: 1.5;
    padding: .5rem .9rem .5rem 2.025rem;
    border-radius: var(--vz-border-radius);
    font-size: .875rem
}

    input.gridjs-input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: var(--vz-primary-border-subtle);
        background-color: var(--vz-input-bg-custom)
    }

    input.gridjs-input::-webkit-input-placeholder {
        color: var(--vz-secondary-color)
    }

    input.gridjs-input::-moz-placeholder {
        color: var(--vz-secondary-color)
    }

    input.gridjs-input:-ms-input-placeholder {
        color: var(--vz-secondary-color)
    }

    input.gridjs-input:-ms-input-placeholder {
        color: var(--vz-secondary-color)
    }

    input.gridjs-input::placeholder {
        color: var(--vz-secondary-color)
    }
/*Application form*/

/*inner banner*/
.bg-inner-header {
    position: relative;
    background-size: cover !important;
    height: 250px;
}

    .bg-inner-header .inner-head-left {
        display: flex;
        height: 250px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .bg-inner-header h2 {
        font-size: 27px;
        font-weight: 700;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .bg-inner-header .inner-head-left ol {
        margin-top: 7px;
        margin-bottom: 0px;
    }

    .bg-inner-header .inner-head-left li a, .bg-inner-header .inner-head-left li {
        font-size: 11px;
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

.bg-inner-header .inner-head-left li a, .bg-inner-header .inner-head-left li {
    font-size: 11px;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

/*inner banner*/


.azadi-logo {
    position: relative;
    padding: 27px 0px;
    float: right;
    max-width: 50%;
}
/*byanujgupta*/
.display-6 {
    font-size: 1.8rem;
}
/*byanujgupta*/
body {
    font-family: 'Poppins', sans-serif;
    color: #544837;
    font-size: 14px;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1200px;
}

.inner-page-scheme {
    padding-bottom: 12rem;
}

.back-btn {
    background-color: #593495;
    padding: 34px 8px 8px 8px;
    display: block;
    width: 99px;
    height: 60px;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-top: 0px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    position: relative;
    margin-top: -26px;
}

    .back-btn:before {
        content: "";
        position: absolute;
        left: -19px;
        top: 1px;
        border-top: 25px solid transparent;
        border-bottom: 34px solid transparent;
        border-right: 19px solid #593495;
        height: 59px;
    }

    .back-btn:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -1px;
        border-top: 23px solid transparent;
        border-bottom: 35px solid transparent;
        border-right: 14px solid #ffecf6;
        height: 60px;
    }

    .back-btn:hover {
        color: #fff;
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 10px 0px;
    background-color: #e87118;
    border-color: #e87118;
    color: #fff;
    text-align: center;
}

    .back-to-top:hover {
        color: #fff;
    }
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.btn-primary {
    color: #fff;
    background-color: #ff5400;
    border-color: #ff5400;
}
    /*** Button ***/
    .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.btn {
    transition: .5s;
    font-size: 13px;
}

    .btn.btn-primary, .btn.btn-outline-primary:hover, .btn.btn-secondary, .btn.btn-outline-secondary:hover {
        color: #FFFFFF;
    }

        .btn.btn-primary:hover {
            background: aliceblue;
            border-color: #e87118;
        }

        .btn.btn-secondary:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.btn-square {
    width: 35px;
    height: 35px;
    background-color: #1DA0F1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #fff;
    border-radius: 100px;
    margin-top: 20px;
}

    .btn-square:nth-child(1) {
        background-color: #3A5897;
    }

    .btn-square:nth-child(2) {
        background-color: #0A66C2;
    }

    .btn-square:nth-child(3) {
        background-color: #1877F2;
    }

    .btn-square:nth-child(4) {
        background-color: #00acee;
    }

    .btn-square:nth-child(5) {
        background-color: #C4302B;
    }

    .btn-square:hover {
        color: #fff;
        transform: scale(1.1);
    }

.sticky-top {
    position: sticky;
    top: 0px;
    z-index: 9;
    padding: 0px 0%;
    /* border-top: #ffffff 1px solid; */
    /* border-bottom: #d5d5d5 1px solid; */
    background-color: #3a3a3a !important;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 16%);
}

.logo-foot-img {
    display: block;
    margin-top: -5px;
}

    .logo-foot-img img {
        max-width: 400px;
    }
/*** Navbar ***/
.navbar.shadow-sm .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: 12px;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    margin-top: -6px;
}

    .navbar.shadow-sm .navbar-brand img {
    }

.toplogo-brand {
    display: flex;
}

.navbar-brand {
    padding: 25px 0px;
    transition: .5s;
    z-index: 1;
    position: relative;
    padding-left: 1rem;
}

    .navbar-brand img {
/*        display: block;*/
    }

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand .logo-desktop {
    max-height: 70px;
}

.navbar .navbar-brand .logo-mobile {
    display: none;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    background-color: #e87118;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
    background-color: #e87118;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        /* transition: .5s; */
        left: 0px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        left: 0px;
        border-radius: 0px;
        background-color: #ffffff;
        padding: 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
        border: 1px solid #e5e5e5;
    }

    .navbar .dropdown-menu a {
    }

    .navbar .nav-item:hover .dropdown-menu a {
        display: block;
        width: 100%;
        padding: 10px 15px;
        clear: both;
        font-weight: 500;
        color: #000000;
        text-align: inherit;
        background-color: transparent;
        border: 0;
        font-size: 13px;
        border-bottom: 1px solid rgb(235 235 235 / 12%);
        border-bottom: 1px solid #e5e5e5;
    }

        .navbar .nav-item:hover .dropdown-menu a:hover {
            color: #000000;
            background: #efefef;
        }

        .navbar .nav-item:hover .dropdown-menu a:last-child {
            border-bottom: 0px
        }
}
/*** Header ***/
a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carousel-caption-text {
    margin-top: -5rem;
}

    .carousel-caption-text > h1 {
        text-align: left;
        line-height: 28px;
        font-size: 40px;
        color: #fff;
        margin: 0px;
    }

    .carousel-caption-text > p {
        font-size: 18px;
    }

.carousel-caption-text1 {
    /* margin-top: -100px; */
    padding-right: 5rem;
}

    .carousel-caption-text1 > h1 {
        text-align: left;
        line-height: 28px;
        font-size: 40px;
        color: #fff;
        margin: 0px;
    }

    .carousel-caption-text1 > p {
        font-size: 18px;
    }

    .carousel-caption-text1 > h1 > span {
        font-weight: 700;
        color: #ffc266;
    }

    .carousel-caption-text1 > h5 {
        text-align: center;
        padding: 15px 0px;
    }

    .carousel-caption-text1 > h6 {
        font-size: 13px;
        text-align: center;
        line-height: 21px;
    }

    .carousel-caption-text1 > h5 > img {
        height: 30px;
    }

.carousel-caption-text2 {
    text-align: center;
    margin-top: -50px;
}

    .carousel-caption-text2 > h1 {
        text-align: center;
        line-height: 40px;
        font-weight: 800;
        font-size: 36px;
    }

.carousel-caption-text3 {
    text-align: center;
    margin-top: -50px;
}

    .carousel-caption-text3 > h1 {
        text-align: center;
        color: #fff;
        font-size: 35px;
        margin-bottom: 1rem !important;
        font-weight: 700;
    }

        .carousel-caption-text3 > h1 > b {
            font-weight: 700;
            font-size: 50px;
        }

        .carousel-caption-text3 > h1 > span {
            font-size: 40px;
            font-weight: 700;
            color: #1dd3eb;
        }

    .carousel-caption-text3 > p {
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        font-size: 18px;
    }

.carousel-caption-text2 > h1 > span {
    font-weight: 700;
    color: #ff5400;
}

.carousel-caption-text2 > a {
    background: #32146c;
    color: #fff;
    padding: 13px 20px;
    border-radius: 5px;
    display: inline-block;
}

    .carousel-caption-text2 > a:hover {
        background: #ff5400;
        color: #fff;
    }

.modiji-caption-text1 {
    text-align: left;
    line-height: 32px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 33%;
    margin-left: -1rem;
}

    .modiji-caption-text1 > span {
        font-weight: 700;
        color: #ffc266;
    }

.modiji-comma {
    position: absolute;
    top: 106px;
    z-index: 0;
    margin-left: -4rem;
}

    .modiji-comma > img {
    }

.btn-carousel {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

    .btn-carousel:hover, .btn-carousel:focus {
        color: #fff;
        background: #3a3a3a;
        border-color: #3a3a3a;
        outline: 0;
    }

.btn-carousel2 {
    color: #fff;
    background-color: #179724;
    border-color: #179724;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

    .btn-carousel2:hover, .btn-carousel2:focus {
        color: #fff;
        background: #e87118;
        border-color: #e87118;
        outline: 0;
    }

.top-btn-center {
    position: relative;
    text-align: right;
    float: right;
    top: 30%;
    padding-right: 3%;
}

.btn-Login {
    color: #fff;
    background-color: #ff5400;
    border-color: #ff5400;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    display: inline-table;
}

    .btn-Login:hover, .btn-Login:focus {
        color: #fff;
        background: #5F60E7;
        border-color: #5F60E7;
        outline: 0;
    }

.btn-Find-Schemes {
    color: #fff;
    background: #3a3a3a;
    border-color: #3a3a3a;
    padding: 6px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    display: inline-table;
    margin-right: 10px;
}

    .btn-Find-Schemes:hover, .btn-Find-Schemes:focus {
        color: #fff;
        background-color: #e87118;
        border-color: #e87118;
        outline: 0;
    }

.btn-reg {
    color: #fff;
    background-color: #e87118;
    border-color: #e87118;
    padding: 13px 28px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

    .btn-reg:hover, .btn-reg:focus {
        color: #fff;
        background: #3a3a3a;
        border-color: #3a3a3a;
        outline: 0;
    }

.marquee-title {
    position: relative;
    z-index: 2;
    width: 100%;
    right: 0px;
    margin-top: -76px;
    background: #fff;
    color: #000;
    padding: 0px 26px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    margin-bottom: 2rem;
}

    .marquee-title > span {
        background: #e87118;
        color: #fff;
        border-radius: 5px;
        padding: 4px 14px;
        font-size: 15px;
        font-weight: 500;
        position: absolute;
        left: 24px;
        z-index: 1;
        top: -21px;
    }

.marquee-scroll {
    color: #000;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}

.about-tax {
    text-align: left
}

    .about-tax p {
        text-align: left;
        line-height: 25px;
        text-align: justify;
        padding-right: 5rem;
    }

    .about-tax h2 {
        font-size: 20px;
        margin-bottom: 1rem;
        margin-top: 2rem;
        display: block;
    }

    .about-tax .row-benefits {
        margin-top: 2rem;
    }

        .about-tax .row-benefits a {
            background-color: #3a3a3a;
            display: inline-block;
            padding: 0px 20px;
            line-height: 42px;
            color: #fff;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 500;
            width: 100%;
        }

            .about-tax .row-benefits a:hover {
                background-color: #e87118;
                color: #fff;
            }

            .about-tax .row-benefits a:last-child {
                background-color: #179724;
                color: #fff;
                /*margin-left: 10px;*/
            }

                .about-tax .row-benefits a:last-child:hover {
                    background: #e87118;
                    color: #fff;
                }

            .about-tax .row-benefits a img {
                height: 26px;
            }

            .about-tax .row-benefits a i {
                font-size: 21px;
                padding-right: 7px;
                position: relative;
                top: 2px;
            }

.mb-5 {
    margin-bottom: 4rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.center-title {
    font-size: 28px;
    margin-bottom: 2.3rem;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 700;
}

    .center-title > span {
    }

.right-img {
    position: absolute;
    bottom: 0px;
    height: 500px;
    margin-left: 13rem;
}

.left-img3 {
    position: absolute;
    bottom: 90px;
    height: 430px;
}

.left-img {
    position: absolute;
    bottom: 0px;
    height: 500px;
    margin-left: 13rem;
}

.rigthyogiji-img {
    position: absolute;
    bottom: 0px;
    height: 380px;
    margin-left: -100px;
}

.facts-counter {
    background-color: #fff;
    padding: 10px 0px;
    padding-left: 23px;
    border-radius: 10px;
    /* box-shadow: 0px 8px 40px #dfdede; */
    position: relative;
    margin-top: -81px;
    border: 1px solid #dcdcdc;
    height: 79px;
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}

    .facts-counter ul {
        display: flex;
        padding: 0px;
        margin: 0px;
    }

        .facts-counter ul li {
            list-style: none;
            width: 33%;
            margin: 0px;
            padding: 0px;
            border-right: 1px solid rgb(0 0 0 / 25%);
            margin-left: 15px;
            padding-right: 15px;
        }

            .facts-counter ul li:last-child {
                border-right: 0px;
            }

            .facts-counter ul li:first-child {
                margin-left: 0px;
            }

            .facts-counter ul li h1 {
                font-size: 23px;
                font-weight: 700;
                line-height: 28px;
                color: #681484;
                margin: 0px;
                padding: 0px;
            }

            .facts-counter ul li p {
                font-size: 12px;
                font-weight: 500;
                line-height: 15px;
                margin-bottom: 3px;
                color: #2e2e2e;
            }

.carousel-item {
    height: 600px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
    padding: 0px;
    height: 550px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    /* background-color: var(--primary); */
    /* border: 15px solid var(--primary); */
    border-radius: 50px;
    color: #000308;
    font-size: 40px;
    background-image: none;
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

    .page-header .breadcrumb-item, .page-header .breadcrumb-item a {
        font-weight: 500;
    }

        .page-header .breadcrumb-item a, .page-header .breadcrumb-item + .breadcrumb-item::before {
            color: #696E77;
        }

            .page-header .breadcrumb-item a:hover, .page-header .breadcrumb-item.active {
                color: var(--primary);
            }
/*** Facts ***/
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0px;
        padding: 11px 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        height: 44px;
        font-weight: 500;
        outline: none;
        color: #fff;
        border-right: 1px solid #5b5b5b;
    }

        .navbar .navbar-nav .nav-link:last-child {
            border-right: 0px
        }

    .slide-carousel .owl-nav {
        display: none !important;
    }

    .container.facts {
        max-width: 100% !important;
    }

        .container.facts .facts-text {
            padding-left: calc(((100% - 960px) / 2) + .75rem);
        }

        .container.facts .facts-counter {
            padding-right: calc(((100% - 960px) / 2) + .75rem);
        }
}

@media (min-width: 1200px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

    .container.facts .facts-text .h-100, .container.facts .facts-counter .h-100 {
        padding: 6rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
/*** benefits-show ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.benefits-left, .benefits-right {
    position: relative;
}

    .benefits-left img, .benefits-right img {
        position: absolute;
        padding: 5px;
        border: 1px dashed var(--primary);
        border-radius: 10px;
    }

        .benefits-left img:nth-child(1), .benefits-right img:nth-child(3) {
            width: 70px;
            height: 70px;
            top: 10%;
            left: 50%;
            transform: translateX(-50%);
        }

        .benefits-left img:nth-child(2), .benefits-right img:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
        }

        .benefits-left img:nth-child(3), .benefits-right img:nth-child(1) {
            width: 50px;
            height: 50px;
            bottom: 10%;
            right: 10%;
        }

.benefits-carousel {
    margin: 0px;
    margin-top: -30px;
    padding: 0px 10px;
}

    .benefits-carousel .owl-item img {
        height: 110px;
        margin: auto;
        width: 110px;
        border: 1px solid #e1e1e1;
        border-radius: 100px;
        background-color: #fff;
    }

    .benefits-carousel .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .benefits-carousel .owl-dot {
        display: block;
        justify-content: center;
        background: #9AA4FF;
        height: 15px;
        width: 15px;
        border-radius: 100px;
        margin: 0px 3px;
    }

        .benefits-carousel .owl-dot.active {
            background: #3D3EB9;
            height: 15px;
            width: 15px;
            border-radius: 100px;
            margin: 0px 3px;
        }

    .benefits-carousel .benefits-item {
        margin: 25px 15px;
    }

        .benefits-carousel .benefits-item .benefits-back {
            /* border-radius: 10px; */
            /* box-shadow: 0px 10px 10px rgb(221 221 221 / 47%); */
            padding: 25px 20px;
            background: #f5f5f5;
            margin-bottom: 0px;
            border: 1px solid #e1e1e1;
            display: block;
            color: #3a3a3a;
            /* background: rgb(255,103,31); */
            /* background: linear-gradient(197deg, rgba(255,103,31,1) 0%, rgba(255,207,184,1) 20%, rgba(255,236,227,1) 32%, rgba(255,255,255,1) 50%, rgba(235,243,239,1) 65%, rgba(181,211,196,1) 80%, rgba(4,106,56,1) 100%); */
        }

            .benefits-carousel .benefits-item .benefits-back:hover {
                box-shadow: 0px 0px 14px rgb(0 0 0 / 15%);
                background-color: #fff;
            }

        .benefits-carousel .benefits-item h3 {
            font-size: 16px;
            margin-top: 8px;
            line-height: 24px;
            color: #000;
        }

        .benefits-carousel .benefits-item h4 {
            font-size: 13px;
            color: #2F281E;
            background-color: #EBE8FE;
            font-weight: 500;
            padding: 6px 40px;
            border-radius: 100px;
            display: inline-block;
        }

        .benefits-carousel .benefits-item p {
            font-size: 12px;
            color: #2F281E;
            min-height: 100px;
        }

    .benefits-carousel .owl-nav {
        position: absolute;
        top: -40px;
        right: 20px;
        display: flex;
    }

        .benefits-carousel .owl-nav .owl-prev {
            width: 30px;
            height: 30px;
            background-color: #f5f5f5;
            text-align: center;
            color: #000;
            line-height: 29px;
            margin-right: 3px;
            border-radius: 0px;
            font-size: 12px;
            border: 1px solid #e1dfdf;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

            .benefits-carousel .owl-nav .owl-prev:hover {
                background-color: #3a3a3a;
                color: #fff;
                border: 1px solid #3a3a3a;
            }

        .benefits-carousel .owl-nav .owl-next {
            width: 30px;
            height: 30px;
            background-color: #fff;
            text-align: center;
            color: #585858;
            line-height: 29px;
            margin-right: 3px;
            border-radius: 0px;
            font-size: 12px;
            border: 1px solid #e1e1e1;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

            .benefits-carousel .owl-nav .owl-next:hover {
                background-color: #3a3a3a;
                color: #fff;
                border: 1px solid #3a3a3a;
            }


.btn-back {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    padding: 13px 28px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-left: 10px;
}

    .btn-back:hover, .btn-back:focus {
        color: #fff;
        background: #e87118;
        border-color: #e87118;
        outline: 0;
    }


.btn-Launched {
    background-color: transparent;
    border: 1px solid #979797;
    color: #544837;
    display: inline-block;
    font-size: 11px;
    border-radius: 100px;
    padding: 6px 30px;
    font-weight: 500;
}

    .btn-Launched:hover, .btn-Launched:focus {
        background-color: #5F60E7;
        border: 1px solid #5F60E7;
        color: #fff;
    }
/*** Benefits-youth ***/
/*** Benefits-youth ***/
/*** Testimonial ***/
.testimonial-bg {
    position: relative;
    padding: 5rem 0;
}

.animated.pulse {
    animation-duration: 1.5s;
}

.display-7 {
    font-size: 30px;
    font-weight: 700;
}

.testimonial-item p {
    color: #415e78;
    padding: 0px 30px;
}

.testimonial-item h5 {
}

.testimonial-left, .testimonial-right {
    position: relative;
}

    .testimonial-left img, .testimonial-right img {
        position: absolute;
        /* padding: 5px; */
        /* border: 1px dashed var(--primary); */
        border-radius: 100%;
    }

        .testimonial-left img:nth-child(1), .testimonial-right img:nth-child(3) {
            width: 70px;
            height: 70px;
            top: 10%;
            left: 50%;
            transform: translateX(-50%);
        }

        .testimonial-left img:nth-child(2), .testimonial-right img:nth-child(2) {
            width: 70px;
            height: 70px;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
        }

        .testimonial-left img:nth-child(3), .testimonial-right img:nth-child(1) {
            width: 70px;
            height: 70px;
            bottom: 10%;
            right: 10%;
        }

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
        margin: 0 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: #ff5400;
        border-radius: 30px;
        font-size: 14px;
        transition: .5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
            background: #3d3eb9;
        }
/*** Footer ***/
.footer {
    border-top: 0;
    background: url("../img/foot-bg.jpg") no-repeat center center;
    background-size: cover;
    background-color: #3a3a3a;
    padding-top: 5rem;
}

    .footer p {
        color: #eee;
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
    }

    .footer h5 {
        color: #eee;
        font-size: 20px;
        line-height: normal;
    }

    .footer h4 {
        color: #eee;
        font-size: 14px;
        line-height: normal;
        font-weight: 600;
    }

    .footer .form-control {
        font-size: 12px;
        border-radius: 5px;
        border: 0;
        padding: 10px 20px;
        float: left;
        width: 78%;
        height: 43px;
    }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #c3c3c3;
        font-weight: normal;
        text-transform: capitalize;
        transition: .3s;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        padding: 2px 0px;
    }

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/* .footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "FontAwesome";

    font-weight: 900;

    color: #A7A8B4;

    margin-right: 10px;

} */
.footer .btn.btn-link:hover {
    color: #e87118;
    box-shadow: none;
}

.copyedby {
    display: block;
    text-align: left;
}

.poweredby {
    display: block;
    text-align: right;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 13px;
    border-top: rgb(144 166 191 / 29%) 1px solid;
    margin-top: 20px;
    color: #adadad;
}

    .footer .copyright a {
        color: #e87118;
    }

        .footer .copyright a:hover {
            color: #FFFFFF;
        }

.section-header {
    text-align: center;
    padding-bottom: 30px;
}

    .section-header h2 {
        font-size: 24px;
        font-weight: 800;
        position: relative;
        color: #2e3135;
    }

.constructions .card-item {
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}

    .constructions .card-item .card-bg {
    }

        .constructions .card-item .card-bg img {
            background: #fba153;
            display: block;
            margin: auto;
            width: 100%;
            /* margin-bottom: -1px; */
        }

    .constructions .card-item .card-body {
        padding: 14px 5px;
        background: #ffffff;
        text-align: center;
        height: 68px;
    }

    .constructions .card-item h4 {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
        white-space: nowrap;
    }

    .constructions .card-item p {
        margin: 0px;
        font-size: 12px;
        white-space: nowrap;
        font-weight: 600;
    }

.programmes-icon-box {
    display: inline-block;
    padding: 24px 12px;
    text-align: center;
    /* border: 1px solid #3a3a3a ; */
    /* background: #3a3a3a ; */
    width: 32%;
    float: left;
    margin-right: 10px;
    /* height: 265px; */
    transition: 0.3s;
    border-radius: 10px;
}

    .programmes-icon-box span {
        background: #ffffff;
        width: 163px;
        height: 163px;
        padding: 20px 0px;
        border: 1px solid #e7e7e7;
        overflow: hidden;
        display: inline-block;
        border-radius: 100%;
        transition: 1s;
        margin-bottom: -6px;
    }

    .programmes-icon-box spanimg {
        transition: .5s;
        transform: rotateY(0deg);
    }

    .programmes-icon-box:hover span {
        transform: rotateY(360deg);
    }

    .programmes-icon-box h4 {
        color: #000;
        font-size: 14px;
        margin: 0px;
        line-height: normal;
        font-weight: 600;
        padding: 10px 24px;
        background: #fbfbfb;
        border-radius: 100px;
        border: 1px solid #ccc;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    }

    .programmes-icon-box:hover h4 {
        color: #fff;
        background: #e87118;
        border: 1px solid #e87118;
    }

.partner-bg {
    display: inline-block;
    width: 100%;
    padding: 5rem 0rem;
}

.partnershadow {
    overflow: hidden;
    height: 11px;
    background-color: #f5f5f5;
    box-shadow: none !important;
    width: 190px;
    margin: auto;
    margin-bottom: 10px;
}

    .partnershadow:after {
        content: '';
        display: block;
        margin: -25px auto 0;
        width: 100%;
        height: 25px;
        border-radius: 125px/12px;
        box-shadow: 0 0 3px black;
    }

.event-inner .carousel-item {
    height: 291px;
    border: 1px solid #ababab;
    overflow: hidden;
    border-radius: 3px;
}

.slide {
}

    .slide .event-inner-prev {
        background-color: #fff;
        height: 30px;
        width: 30px;
        top: 50%;
        left: 2px;
    }

    .slide .event-inner-next {
        background-color: #fff;
        height: 30px;
        width: 30px;
        top: 50%;
        right: 2px;
    }

        .slide .event-inner-prev .carousel-control-prev-icon, .slide .event-inner-next .carousel-control-next-icon {
            width: 3rem;
            height: 3rem;
            /* background-color: var(--primary); */
            /* border: 15px solid var(--primary); */
            border-radius: 50px;
            color: #000;
            font-size: 29px;
            background-image: none;
            line-height: 45px;
        }

.normal, .hover {
    flex: 1;
    padding: 0 25px;
}

.demo-title {
    color: #666;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.module {
    min-width: 100%;
    height: 470px;
    transition: all 0.3s linear 0s;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

    .module:hover {
        box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
    }

.thumbnail {
    position: relative;
    overflow: hidden;
    background: black;
}

    .thumbnail img {
        width: 120%;
        transition: all 0.3s;
    }

.module:hover .thumbnail img {
    transform: scale(1.1);
    opacity: 0.6;
}

.thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e96220;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
}

.date div:first-child {
    font-size: 18px;
    line-height: 1.2;
}

.content {
    position: absolute;
    width: 100%;
    height: 178px;
    bottom: 0;
    background: #fff;
    padding: 30px;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.module:hover .content {
    height: 470px;
    background: rgb(255 255 255 / 98%);
}

.content .category {
    position: absolute;
    top: -41px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    background: #e87118;
    padding: 10px 15px;
    font-weight: bold;
}

.title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.description {
    color: #666666;
    font-size: 13px;
    line-height: normal;
    height: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module:hover .description {
    height: 100px;
}

.meta {
    margin: 20px 0 0;
    color: #999999;
}

    .meta .timestamp {
        font-size: 12px;
        color: #9d9999;
    }

    .meta .comments {
        font-size: 12px;
        margin-left: 10px;
        color: #9d9999;
    }

.news_box {
    background: #f2f3f7;
    padding: 30px 30px;
    display: inline-block;
    border-radius: 5px;
}

.ticker {
    overflow: auto;
    position: relative;
    border: none;
    height: 210px;
    padding: 0px;
    margin: 0px;
}

    .ticker li {
        display: block;
        font-size: 13px;
        border-bottom: 1px solid #d7d7d7;
        padding: 10px 0px;
    }

        .ticker li aside {
            background: #e87118;
            float: left;
            padding: 5px;
            width: 60px;
            border-radius: 5px;
            text-align: center;
            margin-right: 11px;
        }

            .ticker li aside h2 {
                color: #fff;
                font-weight: 700;
                margin: 0px;
                font-size: 20px;
            }

            .ticker li aside span {
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
            }

        .ticker li article p {
        }

        .ticker li article span {
            font-size: 12px;
            color: #000;
        }

.newsmore {
    float: right;
}

.news-more-btn {
    display: block;
    text-align: center;
    float: none;
    color: #e87118;
    font-weight: 400;
    margin: auto;
    padding: 5px 0px;
    border-radius: 3px;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 24px;
}

    .news-more-btn:hover {
        color: #000;
    }

.pull-right-play {
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: #f2f3f7;
    padding: 5px;
    height: 34px;
    width: 33px;
    text-align: center;
    border-radius: 3px;
}


/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.counter-grid {
    padding-right: 5rem;
    padding-top: 2rem;
}

.counter-box {
    display: block;
    background: #f4f1de;
    padding: 20px 20px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #e6e2cb;
    transition: 0.3s;
}

    .counter-box:hover {
        transform: scale(1.1);
        background: #ecebb8;
    }

    .counter-box img {
        height: auto;
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 1rem;
        width: 50px;
    }

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #4c4c4c;
        font-size: 14px;
        font-weight: 500;
    }


.counter {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 28px;
}



.rightbar-btn {
    background: #3a3a3a;
    padding: 20px 20px;
    border-radius: 6px;
    margin: 25px 0;
}

    .rightbar-btn .btn-primary {
        border-color: #afafaf;
        border-radius: 6px;
        padding: 8px 0;
        padding-left: 50px;
        text-align: left;
        font-size: 19px;
        width: 100%;
        font-weight: 500;
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 9px;
        background: url(../img/btn-arrow.png) no-repeat left;
        background-position: 18px 14px;
    }

        .rightbar-btn .btn-primary:hover, .rightbar-btn .btn-primary:focus {
            border-color: #e87118 !important;
            color: #fff !important;
            background: url(../img/btn-arrow-w.png) #e87118 no-repeat left;
            background-position: 12px 14px;
        }


.left-menu-contant {
    padding-right: 5rem;
    padding-top: 2rem;
}

    .left-menu-contant > h6 {
        font-size: 20px;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    .left-menu-contant > p {
        font-size: 14px;
        padding-bottom: 1rem;
        margin: 0px;
        line-height: 26px;
    }

    .left-menu-contant > ul {
        padding-bottom: 2rem;
        margin: 0px;
    }

        .left-menu-contant > ul > li {
            padding: 10px 0px;
            border-bottom: 1px solid #efefef;
        }

            .left-menu-contant > ul > li:last-child {
                border-bottom: 0px;
            }

            .left-menu-contant > ul > li::marker {
                color: #e87118;
                font-size: 16px;
            }
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 20px 0 30px 0;
}

    .contact .info-item i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 76px;
        height: 76px;
        font-size: 36px;
        line-height: 0;
        color: #e87118;
        border-radius: 50%;
        border: 2px dotted #e87118;
        margin-bottom: 15px;
    }

    .contact .info-item h3 {
        font-size: 18px;
        color: #3a3a3a;
        font-weight: 600;
        margin: 10px 0;
    }

    .contact .info-item p {
        padding: 0;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        text-align: center;
    }

.contact .php-email-form {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

    .contact .php-email-form .form-group {
        padding-bottom: 20px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #df1529;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #059652;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #059652;
            border-top-color: #fff;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form select, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form select:focus, .contact .php-email-form textarea:focus {
            border-color: #f68723;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form select {
        height: 44px;
        background-color: #fff;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #f68723;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 5px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: rgba(254, 185, 0, 0.8);
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.accordion-item:first-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item:first-of-type .accordion-button {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    box-shadow: 0px 8px 40px #dfdede;
}

    .accordion-item h2 {
        font-size: 14px;
        font-weight: 600
    }

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    font-weight: 600;
}

.accordion-body:not(.collapsed) {
    text-align: justify;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f3f3f3;
}

#sticky {
    width: 100%;
}

    #sticky.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 375px;
    }




/*anujgupta07-07-2023*/
