/* Fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Fonts */
/* Root CSS Start */
:root {
    --white: #FFFFFF;
    --main-1: #43C8E9;
    --main-2: #0CA763;
    --main-3: #0CA763;
    --main-4: #0ABDE3;
    --main-5: #86CB92;
    --light-1: #F1E5FE;
    --light-2: #E8E8E8;
    --light-3: #E4E4E4;
    --light-4: #D9D9D9;
    --light-5: #757575;
    --light-6: #636363;
    --body-light: #F5F5F5;
    --main-dark-1: #140A1F;
    --main-dark-2: #1B0D2B;
    --effect-color: #211034;
    --effect-color-light: #21103498;
    --black: #000000;
    --red: #FB3640;
    --blue: #007AFF;
    --purple: #6833A5;
    --light-active: #45216c28;
    --success: #41973C;
    --shadow-sm: 0 0 6px 0 rgb(0, 0, 0, 10%);
    --shadow-sm-w: 0 0 6px 0 var(--white);
    --main-gradient-1: linear-gradient(to right, var(--main-1), var(--main-2), var(--main-3));
    --main-gradient-2: linear-gradient(to right, var(--main-4), var(--main-5));
    --main-gradient-bottom: linear-gradient(to bottom, var(--main-4), var(--main-5));
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

button {
    border: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    scroll-behavior: smooth;
    background-color: var(--body-light);
}

/* Root CSS End */
/* font size */
.fs-8 {
    font-size: 8px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

/* font size */
/* Comman CSS Start */
.bg-main {
    background-color: var(--purple) !important;
}

.bg-light {
    background-color: var(--light-1) !important;
}

.bg-light-body {
    background-color: #FAFAFA !important;
}

.bg-purple {
    background-color: var(--purple) !important;
}

.bg-light-purple {
    background-color: rgba(211, 208, 208, 1) !important;
}

.bg-dark-purple {
    background: var(--effect-color) !important;
}

.border-dark-purple {
    border-color: var(--effect-color) !important;
}

.border-info {
    border: 1px solid;
    border-color: #067A93 !important;
}

.text-dark-purple {
    color: var(--effect-color) !important;
}

.text-dark-info {
    color: #067A93 !important;
}

.text-danger {
    color: var(--red) !important;
}

.bg-light-danger {
    background-color: #F69898 !important;
}

.bg-light-warning {
    background-color: #ffd65caa !important;
}

.text-light {
    color: var(--light-5) !important;
}

.text-light-2 {
    color: var(--light-2) !important;
}

.text-dark-light {
    color: #757575 !important;
}

.text-success {
    color: var(--success) !important;
}

.w-fit {
    width: fit-content !important;
}

.h-fit {
    height: fit-content !important;
}

.star-size {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.bg-dark-light {
    background-color: var(--light-4) !important;
}

.comman-heading {
    font-size: 48px;
    line-height: 50px;
    color: var(--main-dark-2);
    font-weight: bold;
}

.comman-heading-sm {
    font-size: 32px;
    line-height: 33px;
    color: var(--black);
    font-weight: bolder;
}

.comman-heading-border {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    position: relative;
    padding-bottom: 10px;
}

.comman-heading-border::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 4px;
    background-color: var(--main-1);
    bottom: 0;
    left: 0;
}

.border {
    border-color: var(--light-5) !important;
}

.text-gradien-color {
    background: var(--main-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-text {
    font-size: 20px;
    color: var(--light-5);
    line-height: 24px;
}

.arrow-button-right img {
    transition: all .3s ease-in-out;
}

.arrow-button-right:hover img {
    padding-left: 10px;
}

.btn {
    background: var(--main-gradient-1);
    width: fit-content;
    padding: 0 32px;
    color: var(--white);
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
}

.btn:hover {
    color: var(--white);
    box-shadow: var(--shadow-sm-w);
    animation: floatGradient 2s ease infinite;
}

@keyframes floatGradient {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.btn.toggle {
    padding-right: 50px;
}

.btn.toggle::after,
.dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    background-image: url(../img/icon/angel-down.svg);
    background-size: 10px 5px;
    width: 10px;
    height: 5px;
    border: 0;
    border-color: transparent;
}

.comman-section-p-sm {
    padding: 3rem 0;
}

.text-sm {
    font-size: 12px;
    margin-top: .25rem;
    font-weight: 500;
    line-height: 15.5px;
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.form-control,
.form-select {
    height: 48px;
    line-height: 48px;
    border: 1px solid var(--light-4);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--light-3);
    color: var(--light-6);
}

input[type="file"] {
    line-height: 35px;
}

.form-select {
    line-height: 35px;
    color: var(--light-6);
}

.form-group {
    margin: .75rem 0;
}

.form-radio {
    width: 24px;
    height: 24px;
    accent-color: var(--black);
}

/* Comman CSS End */
/* Sidebar Start */
.sidebar {
    width: 23%;
    flex: 0 0 auto;
}

.sidebar-header {
    height: 120px;
    line-height: 120px;
}

.sidebar-header .logo {
    width: 162px;
    height: 56px;
    margin-left: 2rem;
}

.sidebar-header .logo img {
    object-fit: contain;
    width: 100%;
}

.sidebar-content {
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 1.5rem;
}

.sidebar-item {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 1rem;
    border-radius: 25px;
    border: 1px solid transparent;
    /* margin-bottom: 1rem; */
}

.sidebar-item .icon {
    display: inline-block;
    margin-right: 10px;
}

.sidebar-item .icon i {
    font-size: 14px;
    color: var(--light-6);
}

.sidebar-item .icon img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(0.5);
}

.sidebar-item .text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: var(--light-6);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-item.active {
    background-color: var(--light-active);
    border: 1px solid var(--purple);
}

.sidebar-item.active .icon img {
    filter: none;
}

.sidebar-item.active .text,
.sidebar-item.active .icon i {
    color: var(--purple);
}

/* Sidebar Start */
/* Content Start */
.contentpart {
    width: 77%;
    flex: 0 0 auto;
    height: 100vh;
    overflow-y: auto;
    position: relative;
}

.content-header {
    height: 80px;
    line-height: 80px;
}

.content-header .search-area {
    height: 40px;
    line-height: 40px;
    width: 428px;
    position: relative;
}

.content-header .search-area .search {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding-left: 40px;
    font-size: 12px;
    color: var(--light-4);
    background-color: var(--white);
}

.content-header .search-area img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.user-profile {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.goback {
    width: 48px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    background-color: var(--light-active);
}

.contentpart .content {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1.25rem;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: var(--light-5);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--light-2);
    border-radius: 5px;
}

/* Content End */
/* statics-card */
.statics-card {
    background-color: var(--white);
    border-radius: 23px;
    padding: 1.5rem 2.25rem;
}

/* statics-card */
/* Tabel Start */
.table-responsive {
    border-radius: 40px;
    background-color: var(--white);
}

.table thead tr th {
    font-size: 18px;
    font-weight: 500;
    padding: 0 1rem;
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    background-color: #e6e5e5;
}

.table tbody tr td {
    padding: 0;
    height: 64px;
    padding: 0 1rem;
    font-size: 14px;
    color: var(--light-5);
    vertical-align: middle;
}

.table-img {
    width: 44px;
    height: 44px;
    padding: .5rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--light-3);
}

.table-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: var(--white);
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.table-icon:hover {
    opacity: 60%;
    transform: scale(0.9);
}

/* Tabel END */

/* Breadcrumb Start */
.custom-pagination .page-link:first-child,
.custom-pagination .page-link:last-child {
    width: auto;
}

.custom-pagination .page-link {
    color: var(--black);
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin: 0 .5rem;
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--black);
    color: var(--white);
    border-radius: 0.5rem;
}

.custom-pagination .page-item.disabled .page-link {
    color: var(--light-5);
    pointer-events: none;
}

.custom-pagination .page-item.disabled .page-link img {
    filter: brightness(0) invert(0.5);
    margin: 0 .5rem;
}

.custom-pagination .page-link:focus {
    box-shadow: none;
}

/* Breadcrumb Start */
/* comman-design Start */
.comman-design {
    padding: 1.25rem;
    background-color: var(--white);
    border-radius: 40px;
}

.comman-design-header {
    height: 30px;
    line-height: 30px;
}

.heading-card {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-dark-1);
}

.comman-design-body {
    margin-top: 1rem;
}

/* comman-design End */
.btn-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--light-5);
}

.user-profile-b {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.user-profile-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Statics Start */
.fs-14 {
    font-size: 14px;
}

.icon-box {
    font-size: 22px;
    transition: transform 0.6s ease;
}

.stat-card:hover .icon-box {
    transform: rotate(360deg);
}

.icon-1 i {
    color: var(--main-2);
}

.icon-2 i {
    color: var(--light-6);
}

.icon-3 i {
    color: var(--purple);
}

.icon-4 i {
    color: var(--main-1);
}

/* Statics Start */
.apexcharts-legend.apexcharts-align-right {
    top: -36px !important;
}

.otp-box .form-control {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--white);
    background-color: var(--purple);
}

.product-details-wrapper .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
}

.product-details-wrapper .nav-item .nav-link.active {
    border-bottom: 2px solid var(--purple) !important;
}

.form-switch .form-check-input {
    width: 40px;
    height: 20px;
    background-color: var(--light-active);
}

.form-switch .form-check-input:checked {
    background-color: var(--purple);
}

/* comman-tabs */
.comman-tabs .nav-pills .nav-item .nav-link {
    color: var(--purple);
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 20px;
}

.comman-tabs .nav-pills .nav-item .nav-link.active {
    color: var(--purple);
    font-weight: 600;
    background-color: var(--light-active);
    border: 1px solid var(--purple);
}

/* comman-tabs */