﻿/*theme color*/
.theme-color {
    --white-color: #fff;
    /*Primary Color*/
    --primary-color: #894DEA;
    /*Secondary Color*/
    --secondary-color: #0BA0FB;
    /*Additional Color1*/
    --additional-color1: #37AA63;
    /*Additional Color*2*/
    --additional-color2: #FFA143;
    /*Secondary Color*/
    --secondary-color-rgb: 11, 160, 251;
    /*Error Color*/
    --border-grey-color: #E5E7EB;
    --danger-color: #F42F2F;
    --error-color: #F42F2F;
    /*Error Color*/
    --black-color: #121212;
    --grey-color: #637381;
    --grey-color-rgb: 99, 115, 129;
    --grey50-color: #D6D7D9;
    --grey100-color: #B8BBBF;
    --grey200-color: #898F98;
    --grey300-color: #484D57;
    --grey400-color: #2E323A;
    --grey500-color: #1A1C21;
    /*Card Color*/
    --purple-color: #894DEA;
    --purple-color-rgb: 137, 77, 234;
    --purple-light-color: #EBDEFF;
    --blue-color: #0BA0FB;
    --blue-light-color: #DDF2FF;
    --green-color: #37AA63;
    --green-light-color: #E4FFEF;
    --yellow-color: #C89500;
    --yellow-light-color: #FFF7E0;
    --yellow-color-rgb: 200, 149, 0;
}

/*theme color*/
body {
    background: #F9F9F9;
    font-family: 'Inter';
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
}

.padding-15 {
    padding: 20px 0px;
}

.primary-color {
    background-color: var(--primary-color);
}

.secondary-color {
    background-color: var(--secondary-color);
}

.additional-color-1 {
    background-color: var(--additional-color1);
}

.additional-color-2 {
    background-color: var(--additional-color2);
}

.subtle-text {
    color: #6c757d !important;
    text-align: justify !important;
}

/*theme header start css*/
/*Btn theme Color*/
.btn {
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.5s;
    padding: 8px 12px;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
}

.btn-icon svg,
.btn-icon img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.btn-primary svg {
    fill: var(--white-color);
}

.btn-primary:hover,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: 0 0 0 rgba(var(--primary-color-rgb), 0.5);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--primary-color-rgb), 0.5);
}

.btn-secondary {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.btn-secondary svg {
    fill: var(--white-color);
}

.btn-secondary:hover,
.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
    box-shadow: 0 0 0 rgba(var(--secondary-color-rgb), 0.5);
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--secondary-color-rgb), 0.5);
}

.btn-white {
    color: var(--secondary-color);
    background-color: var(--white-color);
}

.btn-white svg {
    fill: var(--white-color);
}

.btn-white:hover,
.btn-check:active+.btn-white,
.btn-check:checked+.btn-white,
.btn-white .active,
.btn-white:active,
.show>.btn-white .dropdown-toggle {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--secondary-color);
}

.btn-white:hover svg,
.btn-check:active+.btn-white svg,
.btn-check:checked+.btn-white svg,
.btn-white .active svg,
.btn-white :active svg,
.show>.btn-white .dropdown-toggle {
    fill: var(--grey400-color);
}

.btn-check:focus+.btn-white,
.btn-white:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.btn-grey {
    background: #F9F9F9;
    border-color: #F9F9F9;
    color: var(--secondary-color);
}

.btn-light-primary {
    background: rgba(var(--primary-color-rgb), 0.2);
    border-color: rgba(var(--primary-color-rgb), 0.2);
    color: rgba(var(--primary-color-rgb), 1);
}

.btn-light-primary svg {
    fill: var(--primary-color-rgb);
}

.btn-light-primary:hover,
.btn-check:active+.btn-light-primary,
.btn-check:checked+.btn-light-primary,
.btn-light-primary.active,
.btn-light-primary:active,
.show>.btn-light-primary.dropdown-toggle {
    background: rgba(var(--primary-color-rgb), 1);
    border-color: rgba(var(--primary-color-rgb), 1);
    color: var(--white-color);
}

.btn-check:focus+.btn-light-primary,
.btn-light-primary:focus {
    background: rgba(var(--primary-color-rgb), 0.8);
    border-color: var(--primary-color-rgb);
    color: var(--white-color);
    box-shadow: 0 0 0 rgba(var(--primary-color-rgb), 0.5);
}

.btn-check:active+.btn-light-primary:focus,
.btn-check:checked+.btn-light-primary:focus,
.btn-light-primary.active:focus,
.btn-light-primary:active:focus,
.show>.btn-light-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--primary-color-rgb), 0.5);
}

.btn-light-primary:hover svg,
.btn-check:active+.btn-light-primary svg,
.btn-check:checked+.btn-light-primary svg,
.btn-light-primary.active svg,
.btn-light-primary:active svg,
.show>.btn-light-primary.dropdown-toggle {
    fill: var(--white-color);
}


.btn-light-secondary {
    background: rgba(var(--secondary-color-rgb), 0.2);
    border-color: rgba(var(--secondary-color-rgb), 0.2);
    color: rgba(var(--secondary-color-rgb), 1);
}

.btn-light-secondary svg {
    fill: rgba(var(--secondary-color-rgb), 1);
}

.btn-light-secondary:hover,
.btn-check:active+.btn-light-secondary,
.btn-check:checked+.btn-light-secondary,
.btn-light-secondary.active,
.btn-light-secondary:active,
.show>.btn-light-secondary.dropdown-toggle {
    background: rgba(var(--secondary-color-rgb), 1);
    border-color: rgba(var(--secondary-color-rgb), 1);
    color: var(--white-color);
}

.btn-check:focus+.btn-light-secondary,
.btn-light-secondary:focus {
    background: rgba(var(--secondary-color-rgb), 0.8);
    border-color: var(--secondary-color);
    color: var(--white-color);
    box-shadow: 0 0 0 rgba(var(--secondary-color-rgb), 0.5);
}

.btn-check:active+.btn-light-secondary:focus,
.btn-check:checked+.btn-light-secondary:focus,
.btn-light-secondary.active:focus,
.btn-light-secondary:active:focus,
.show>.btn-light-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--secondary-color-rgb), 0.5);
}

.btn-light-secondary:hover svg,
.btn-check:active+.btn-light-secondary svg,
.btn-check:checked+.btn-light-secondary svg,
.btn-light-secondary.active svg,
.btn-light-secondary:active svg,
.show>.btn-light-secondary.dropdown-toggle {
    fill: var(--white-color);
}

.btn-light-purple {
    background: rgba(var(--purple-color-rgb), 0.2);
    border-color: rgba(var(--purple-color-rgb), 0.2);
    color: rgba(var(--purple-color-rgb), 1);
}

.btn-light-purple svg {
    fill: var(--purple-color);
}

.btn-light-purple:hover,
.btn-check:active+.btn-purple,
.btn-check:checked+.btn-purple,
.btn-light-purple.active,
.btn-light-purple:active,
.show>.btn-light-purple.dropdown-toggle {
    background: rgba(var(--purple-color-rgb), 1);
    border-color: rgba(var(--purple-color-rgb), 1);
    color: var(--white-color);
}

.btn-light-purple:hover svg,
.btn-check:active+.btn-light-purple svg,
.btn-check:checked+.btn-light-purple svg,
.btn-light-purple.active svg,
.btn-light-purple:active svg,
.show>.btn-light-purple.dropdown-toggle {
    fill: var(--white-color);
}

.btn-check:focus+.btn-light-purple,
.btn-light-purple:focus {
    background: rgba(var(--purple-color-rgb), 0.8);
    border-color: var(--purple-color);
    color: var(--white-color);
    box-shadow: 0 0 0 rgba(var(--purple-color-rgb), 0.5);
}

.btn-check:active+.btn-light-purple:focus,
.btn-check:checked+.btn-light-purple:focus,
.btn-light-purple.active:focus,
.btn-light-purple:active:focus,
.show>.btn-light-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--purple-color-rgb), 0.5);
}

.btn-outline-dark {
    color: var(--grey-color);
    border-color: var(--grey50-color);
}

.btn-outline-dark svg {
    fill: var(--grey-color);
}

.btn-outline-dark:hover,
.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark .active,
.btn-outline-dark :active,
.show>.btn-outline-dark .dropdown-toggle {
    background: var(--grey-color);
    border-color: var(--grey-color);
    color: var(--white-color);
}

.btn-outline-dark:hover svg,
.btn-check:active+.btn-outline-dark svg,
.btn-check:checked+.btn-outline-dark svg,
.btn-outline-dark .active svg,
.btn-outline-dark :active svg,
.show>.btn-outline-dark .dropdown-toggle {
    fill: var(--white-color);
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--grey-color-rgb), 0.25);
}

.btn-light-yellow {
    background: rgba(var(--yellow-color-rgb), 0.2);
    border-color: rgba(var(--yellow-color-rgb), 0.2);
    color: rgba(var(--yellow-color-rgb), 1);
}

.btn-light-yellow svg {
    fill: var(--yellow-color-rgb);
}

.btn-light-yellow:hover,
.btn-check:active+.btn-light-yellow,
.btn-check:checked+.btn-light-yellow,
.btn-light-yellow.active,
.btn-light-yellow:active,
.show>.btn-light-yellow.dropdown-toggle {
    background: rgba(var(--yellow-color-rgb), 1);
    border-color: rgba(var(--yellow-color-rgb), 1);
    color: var(--white-color);
}

.btn-light-yellow:hover svg,
.btn-check:active+.btn-light-yellow svg,
.btn-check:checked+.btn-light-yellow svg,
.btn-light-yellow.active svg,
.btn-light-yellow:active svg,
.show>.btn-light-yellow.dropdown-toggle {
    fill: var(--white-color);
}

.btn-check:focus+.btn-light-yellow,
.btn-light-yellow:focus {
    background: rgba(var(--yellow-color-rgb), 0.8);
    border-color: var(--yellow-color-rgb);
    color: var(--white-color);
    box-shadow: 0 0 0 rgba(var(--yellow-color-rgb), 0.5);
}


.btn-outline-white {
    color: var(--white-color);
    border-color: var(--white-color);
}

.btn-outline-white svg {
    fill: var(--white-color);
}

.btn-outline-white:hover,
.btn-check:active+.btn-outline-white,
.btn-check:checked+.btn-outline-white,
.btn-outline-white .active,
.btn-outline-white :active,
.show>.btn-outline-white .dropdown-toggle {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--grey400-color);
}

.btn-outline-white:hover svg,
.btn-check:active+.btn-outline-white svg,
.btn-check:checked+.btn-outline-white svg,
.btn-outline-white .active svg,
.btn-outline-white :active svg,
.show>.btn-outline-white .dropdown-toggle {
    fill: var(--grey400-color);
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

/*Btn theme Color*/
/*Table Theme Start*/

.form-check {
    display: inline-flex;
    align-items: center;
    padding-left: 0em;
}

.form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin: 0px;
    border-width: 2px;
    border-color: #cbcbcb;
}

.form-check-input:disabled {
    background: #f2f2f2;
}

.form-check .form-check-label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--black-color);
    flex: 1;
    margin: 0px 0px 0px 8px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .25rem rgba(var(--primary-color-rgb), 0.25);
}

.table-main {
    border: solid 1px #ddd;
    border-radius: 10px;
    width: 100%;
    overflow: auto;
    background: #fff;
}

.table-main .table-theme {
    margin: 0px;
}

.table-theme thead tr th {
    background-color: #f3f3f3;
    color: var(--grey500-color);
    font-weight: 700;
    border-bottom-color: var(--border-grey-color) !important;
    padding: 15px 20px;
    border-right: solid 2px #fff;
    position: relative;
}

.table-theme thead tr th,
.table-theme tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    line-height: 16px;
}

.table-theme thead tr th:last-child {
    border-right: 0px;
    border-top-right-radius: 10px;
}

.table-theme thead tr th:first-child {
    border-top-left-radius: 10px;
}

.table-theme tbody tr td {
    padding: 12px 20px;
    font-weight: 500;
}

.table-theme>tbody>tr:last-child>* {
    border-bottom: none;
}

.table-theme .more-icon {
    border: 0px;
    padding: 1px 10px;
    font-size: 20px;
    color: var(--grey200-color);
    transition: 0.5s;
    background: transparent;
}

.table-theme .more-icon {
    border: 0px;
    padding: 1px 10px;
    font-size: 20px;
    color: var(--grey200-color);
    transition: 0.5s;
    background: transparent;
}

.table-theme .dropdown {
    display: inline-block;
    width: auto;
}

.table-theme .more-icon:focus,
.table-theme .more-icon:hover {
    color: var(--secondary-color);
}

.table-theme .more-icon.dropdown-toggle::after {
    display: none;
}

.table-theme .dropdown-menu {
    border: 0px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.table-theme .dropdown-menu .dropdown-item {
    line-height: normal;
    padding: 8px 16px;
    border-bottom: solid 1px #d7d7d7;
}

.table-theme .dropdown-menu li:last-child .dropdown-item {
    border: 0px;
}

.table-theme .dropdown-menu .dropdown-item:hover,
.table-theme .dropdown-menu .dropdown-item:focus {
    background: var(--secondary-color);
    color: var(--white-color);
}

.dt-columnorder {
    position: absolute;
    right: 10px;
    display: flex;
    flex-flow: column;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.dt-columnorder .orderable-asc,
.dt-columnorder .orderable-desc {
    border: 0px;
    padding: 0px;
    background: transparent;
    display: inline-flex;
    width: 100%;
    font-size: 9px;
    line-height: 10px;
    opacity: 0.3;
    transition: 0.5s;
}

.dt-columnorder .orderable-asc:hover,
.dt-columnorder .orderable-asc:focus,
.dt-columnorder .orderable-desc:hover,
.dt-columnorder .orderable-asc:hover {
    opacity: 1;
}

/*Table Theme Start*/

.theme-header {
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 0px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.theme-header .navbar-brand {
    padding: 0px;
    margin-right: 40px;
}

.theme-header .navbar-brand img {
    max-width: 100%;
    max-height: 50px;
}

.theme-header .navbar-nav .nav-item {
    margin-right: 5px;
}

.theme-header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #4B5675;
    padding: 6px 15px;
    transition: 0.5s;
}

.theme-header .navbar-nav .nav-item .nav-link:hover,
.theme-header .navbar-nav .nav-item .nav-link:focus,
.theme-header .navbar-nav .nav-item .nav-link.active {
    background: #F9F9F9;
    color: var(--secondary-color);
}

.theme-header .right-list {
    display: flex;
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 100%;
}

.theme-header .right-list li {
    display: inline-flex;
    width: auto;
    align-items: center;
}

.theme-header .right-list li .notification,
.theme-header .right-list li .user-dropdown {
    margin-left: 10px;
}

.theme-header .right-list li.notification {
    padding: 5px 15px;
    position: relative;
}

.notification .notification-count {
    position: absolute;
    top: 4px;
    right: 12px;
    background: #F66658;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.theme-header .right-list li .list-link svg {
    fill: var(--grey-color);
    transition: 0.5s;
}

.theme-header .right-list li .list-link:hover svg,
.theme-header .right-list li .list-link:focus svg {
    fill: var(--secondary-color)
}

.theme-header .right-list .user-dropdown .dropdown-toggle {
    display: inline-flex;
    height: 100%;
    align-items: center;
}

.theme-header .right-list .user-dropdown .dropdown-toggle img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    object-fit: cover;
}

.theme-header .right-list .user-dropdown .dropdown-toggle::after {
    display: none;
}

.theme-header .dropdown-menu {
    border: 0px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.theme-header .right-list .user-dropdown li {
    display: inline-block;
    width: 100%;
    background: var(--white-color);
}

.theme-header .right-list .user-dropdown li.user-details {
    padding: 10px;
    align-content: normal;
    background: #F9F9F9;
    border-bottom: solid 1px #ddd;
}

.user-details .user-name {
    font-size: 16px;
    color: var(--secondary-color);
}

.user-details .user-info {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
}

.theme-header .right-list .user-dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

.theme-header .right-list .user-dropdown .dropdown-item:hover,
.theme-header .right-list .user-dropdown .dropdown-item:focus {
    background: var(--secondary-color);
    color: var(--white-color);
}

@media screen and (max-width: 992px) {
    .theme-header .navbar-collapse {
        position: fixed;
        right: -500px;
        background-color: #fff;
        top: 73px;
        z-index: 5;
        width: 330px;
        height: calc(100% - 73px) !important;
        transition: transform 0.2s ease-in;
        transition: 0.5s;
        padding: 20px 15px 15px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .theme-header .navbar-collapse.show {
        height: 100%;
        right: 0px;
    }

    .theme-header .navbar .navbar-nav .nav-link {
        padding: 10px;
        margin: 0px;
    }

    .theme-header .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 15px;
    }

    .theme-header .navbar-brand {
        margin-right: 0px;
    }

    .theme-header .navbar-toggler {
        padding: 5px 8px;
        fill: #5c5c5c;
    }

    .theme-header .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .theme-header .navbar-brand img {
        max-height: 40px;
    }

    .theme-header .right-list .user-dropdown .dropdown-toggle img {
        width: 40px;
        height: 40px;
    }

    .theme-header .right-list li.notification {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 400px) {
    .theme-header .navbar-brand img {
        max-height: 35px;
    }

    .theme-header .right-list .user-dropdown .dropdown-toggle img {
        width: 35px;
        height: 35px;
    }
}

/*theme header end css*/
/*Welcome Card Css Start*/
.card-welcome {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-image: url('../images/landing-img.png');
}

.card-welcome .bg-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.card-welcome .card-body {
    padding: 65px 60px;
    position: relative;
    z-index: 1;
}

.card-welcome .welcome-title {
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-welcome .small-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.client-description {
    text-align: center;
    margin: 15px 0px;
}

.client-description .small-info {
    font-size: 16px;
    line-height: 20px;
    color: #252F4A;
    font-weight: 600;
    margin: 0 auto;
    max-width: 80%;
}

/*Welcome Card Css End*/
/*Offer Card Css Start*/

.slider {
    --slider-column-gap: 1rem;
    --slide-width: 100%;
    --slide-min-width: 15rem;
    position: relative;
    overflow: hidden;
}

.slider__track {
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding-inline: var(--slider-padding);
    scroll-behavior: smooth;
    list-style-type: none;
    padding: 0;
    scrollbar-width: none;
    margin: 0px;
}

.slider__track>* {
    flex: 0 0 var(--slide-width);
    min-width: var(--slide-min-width);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 0px 50px;
}

.client-offer-slider .offer-option {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    background-image: url('../images/shap-offer.png');
    background-size: cover;
    background-position: 50%;
}

.offer-option {
    background-color: var(--primary-color);
}

.client-offer-slider .offer-header {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #E5E5E5;
    padding: 8px 30px;
}

.client-offer-slider .offer-header .main-title {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}

.client-offer-slider .card-body {
    padding: 10px 50px;
}

.client-offer-slider .offer-row {
    padding: 10px 0px;
    border-bottom: 2px solid #E5E5E5;
    align-items: center;
}

.client-offer-slider .offer-row:last-child {
    border-bottom: 0px;
}

.client-offer-slider .offer-row .offer-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.client-offer-slider .offer-row .offer-small {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

.client-offer-slider .offer-row .offer-big {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.client-offer-slider .offer-row .btn-bar {
    display: flex;
    justify-content: flex-end;
}

.client-offer-slider .offer-row .btn-bar .btn {
    margin-left: 5px;
}

.client-offer .slide-icon {
    display: flex;
    align-items: center;
    width: 40px;
    position: relative;
}

.client-offer-slider .slider__button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    position: relative;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.client-offer-slider .slider__buttons [disabled] {
    background: #99A1B7;
}

.client-offer-slider .slider__buttons [data-slider-prev] {
    left: 0px;
}

.client-offer-slider .slider__buttons [data-slider-next] {
    right: 0px;
}

/*Offer Card Css End*/
/*Offer Card Css Start*/
.card-theme {
    border: 0px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

.card-theme .card-header {
    border-radius: 20px 20px 0px 0px;
    background: var(--white-color);
    border-bottom-color: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    min-height: 60px;
}

.card-theme .card-header .title {
    font-size: 18px;
    color: #252F4A;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 0px;
}

.card-theme .card-header .btn {
    padding: 8px 15px;
    line-height: 19px;
}

.card-theme .card-body {
    padding: 10px 20px;
}

.card-customer .customer-list {
    margin: 6px 0px;
}

.card-customer .customer-list .customer-label {
    font-size: 15px;
    color: #637381;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 5px;
}

.card-customer .customer-list .customer-output {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #252F4A;
}

.customer-image {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
}

.customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-charges {
    margin-top: 10px;
}

.services-charges .title {
    font-size: 16px;
    font-weight: 600;
    color: #252F4A;
}

.services-charges .services-list {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 16px;
    margin-bottom: 10px;
}

.services-charges .services-list .customer-label,
.services-charges .services-list .customer-output {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.your-loan-details {
    display: flex;
    flex-flow: inherit;
}

.your-loan-details .interest-list {
    width: 30%;
    padding: 30px 25px;
}

.your-loan-details .small-card {
    padding: 15px;
    border-radius: 12px;
    background: #DCFCE7;
    color: #1C934A;
    margin-bottom: 15px;
}

.your-loan-details .small-card:last-child {
    margin-bottom: 0px;
}

.your-loan-details .small-card .label {
    font-size: 20px;
    color: #313A54;
    line-height: 26px;
    font-weight: 500;
}

.your-loan-details .small-card .output {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

.your-loan-details .loan-inner {
    width: 70%;
}

.your-loan-details .card-header {
    padding-left: 0px;

}

.your-loan-details .loan-inner .card-body {
    padding: 10px 0px;
}

.your-loan-details .customer-list {
    margin: 10px 0px;
}

.your-loan-details .customer-list .customer-label {
    font-size: 14px;
    color: #313A54;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 5px;
}

.your-loan-details .customer-list .customer-output {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #1F273C;
}

/*Offer Card Css End*/
/*loan Applications Css Start*/
.loan-customer-main .card-theme {
    height: calc(100% - 20px);
    margin: 10px 0px;
}

.loan-applications {
    margin-top: 15px;
    margin-bottom: 15px;
}

.loan-applications .card {
    border-radius: 20px;
    border: 0px;
    margin: 10px 0px;
    height: calc(100% - 20px);
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.loan-applications .card .card-overlay {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.20;
}

.loan-applications .card .card-body {
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

.loan-applications .icon {
    display: flex;
    width: 62px;
    height: 62px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.loan-applications .title {
    font-size: 20px;
    font-weight: 500;
    color: #191E21;
    margin-bottom: 30px;
}

.loan-applications .header-top {
    margin-bottom: 15px;
}

.loan-applications .small-text {
    font-size: 16px;
    font-weight: 600;
    color: #1F273C;
}

.card-loan .loan-img {
    display: flex;
    width: 100%;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}

.card-loan .loan-img img {
    max-width: 100%;
}

.card-loan .loan-details {
    padding: 20px 0px;
}

.card-loan .loan-details .client-name {
    color: #252F4A;
    font-weight: 600;
}

.card-loan .loan-details .client-name,
.card-loan .loan-details .client-number {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: normal;
}

.card-loan .loan-details .client-number {
    color: #4B5675;
    font-weight: 700;
}

.card-loan .loan-details .client-id,
.card-loan .loan-details .client-email {
    font-size: 16px;
    font-weight: 500;
    color: #4B5675;
    margin-bottom: 5px;
}

.card-loan .loan-details .company-name {
    font-size: 16px;
    font-weight: 700;
    color: #4B5675;
}

.card-loan .loan-details .company-email {
    font-size: 16px;
    font-weight: 400;
    color: #4B5675;
}

.card-loan .loan-details .loan-image {
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
    padding: 0px;
    list-style: none;
}

.card-loan .loan-details .loan-image li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.card-loan .loan-details .loan-image li:last-child {
    margin-right: 0px;
}

.card-loan .loan-details .loan-image li img {
    max-width: 100%;
    max-height: 40px;
}

/*loan Applications Css End*/
/*Message Section Css Start*/
.message-section {
    display: flex;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.message-section .message-icon {
    margin-right: 15px;
}

.message-section .message-details {
    flex: 1 auto;
}

.message-section .message-details .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.message-section .message-details .small-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}

.approved {
    background-color: #CBE8A2;
    color: #42690A;
}

/*Message Section Css End*/
/*Inner Section Css Start*/
.inner-section .card-theme .card-header .title {
    font-size: 20px;
}

.inner-section .card-theme {
    border: 1px solid var(--border-grey-color);
    box-shadow: inherit;
    height: calc(100% - 20px);
    margin: 10px 0px;
}

.inner-section .card-theme .status {
    padding: 7px 10px;
    margin-left: 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

.inner-section .card-theme .small-title {
    font-size: 18px;
    color: #637381;
    font-weight: 600;
    margin: 20px 0px;
}

.progress-listing {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style: none;
}

.progress-listing .list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.progress-listing .list:last-child {
    margin-bottom: 0px;
}

.progress-listing .list:last-child::after {
    display: none;
}

.progress-listing .list::after {
    content: '';
    position: absolute;
    left: 15px;
    width: 2px;
    height: 35px;
    background: #A1AEBE;
}

.progress-listing .list .progress-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: solid 2px #A1AEBE;
    border-radius: 50px;
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
}

.progress-listing .list .progress-details {
    width: 85%;
    flex: 1 auto;
}

.progress-listing .list .progress-details .small-text {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.progress-listing .list .progress-details p {
    font-size: 14px;
    font-weight: 400;
    color: #475A6B;
    margin-bottom: 0px;
}

.progress-listing .list.active .progress-count {
    background: var(--primary-color);
    border-color: var(--primary-color);
    fill: #fff;
    color: #fff;
}

.progress-listing .list.active .progress-details .small-text {
    color: var(--primary-color);
    font-weight: 600;
}

.progress-listing .list.active::after {
    background: var(--primary-color);
}

.team-member .customer-list {
    margin: 20px 0px;
}

.team-member .customer-list .customer-label {
    font-size: 18px;
    color: #000;
    line-height: normal;
    margin-bottom: 2px;
    font-weight: 600;
}

.team-member .customer-list .customer-output {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

.customer-info .customer-list {
    margin: 10px 0px;
}

.customer-info .userName {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

/*Inner Section Css End*/
@media screen and (max-width: 1150px) {
    .padding-15 {
        padding: 30px 0px;
    }

    .card-welcome .card-body {
        padding: 30px 30px;
    }

    .card-welcome,
    .client-offer-slider .offer-option,
    .card-theme,
    .loan-applications .card {
        border-radius: 10px;
    }

    .card-welcome .welcome-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .card-welcome .small-text {
        font-size: 15px;
        line-height: 24px;
    }

    .client-description .small-info {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }

    .client-offer-slider .offer-header {
        padding: 8px 20px;
    }

    .client-offer-slider .offer-header .main-title {
        font-size: 28px;
    }

    .client-offer-slider .card-body {
        padding: 10px 20px;
    }

    .client-offer-slider .offer-row .offer-big {
        font-size: 28px;
        line-height: 34px;
    }

    .client-offer-slider .offer-row .col-md-6 {
        margin: 5px 0px;
    }

    .client-offer-slider .offer-row {
        padding: 5px 0px;
        border-bottom: 1px solid #E5E5E5;
    }

    .card-theme .card-header {
        padding: 10px 15px;
        min-height: 50px;
    }

    .card-theme .card-header .title {
        font-size: 18px;
    }

    .loan-applications .card .card-body {
        padding: 20px;
    }

    .loan-applications .icon {
        margin-bottom: 20px;
    }

    .loan-applications .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .card-loan .loan-details .client-name, .card-loan .loan-details .client-number {
        font-size: 18px;
    }

    .card-loan .loan-details .client-id, .card-loan .loan-details .client-email {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .card-loan .loan-details .loan-image li img {
        max-height: 30px;
    }

    .card-loan .loan-img {
        height: auto;
    }

    .loan-applications .card {
        margin: 10px 0px;
        height: calc(100% - 20px);
    }

    .client-offer .slide-icon a {
        width: 30px;
        height: 30px;
    }

    .your-loan-details .card-header {
        padding-left: 0px;
    }

    .your-loan-details .interest-list {
        padding: 30px 15px;
    }

    .your-loan-details .small-card .label {
        font-size: 18px;
        line-height: 18px;
    }

    .your-loan-details .small-card .output {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .slider__track>* {
        padding: 0px;
    }

    .client-offer-slider .slider__button {
        top: 0px;
        bottom: inherit;
    }

    .client-offer-slider .slider__buttons [data-slider-prev] {
        left: inherit;
        right: 50px;
    }

    .client-offer .slide-icon {
        width: auto;
        position: absolute;
        right: 0px;
    }

    .client-offer-slider {
        padding-top: 45px;
    }

    .client-offer-slider .offer-row .btn-bar {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .client-offer-slider .offer-row .btn-bar .btn {
        margin-left: 0px;
        margin-right: 5px;
    }

    .your-loan-details {
        flex-flow: column;
    }

    .your-loan-details .interest-list {
        width: 100%;
        padding: 20px 20px;
    }

    .your-loan-details .loan-inner {
        width: 100%;
    }

    .your-loan-details .card-header {
        padding-left: 15px;
    }

    .your-loan-details .loan-inner .card-body {
        padding: 10px 15px;
    }
}