@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap"); /* If you need to use the main color in RGBA format, you will need this color code. */
:root {
    /**
  @font family declaration
  */
    --bd-ff-body: 'Roboto', sans-serif;
    --bd-ff-heading: 'Roboto', sans-serif;
    --bd-ff-fontawesome: "Font Awesome 6 Pro";
    --bd-ff-icomoon: "icomoon";
    /**
  @color declaration
  */
    --clr-common-white: #FFFFFF;
    --clr-common-lightest: #99A5B5;
    --clr-common-medium: #424242;
    --clr-common-dark: #2E2E2E;
    --clr-common-black: #362a2a;
    --clr-common-placeholder: #acaab1;
    --clr-heading-primary: #444050;
    --clr-text-body: #878a99;
    --clr-text-label: #495057;
    --clr-text-muted: #acaab1;
    --clr-text-taxonomy: #A9ABB6;
    --clr-text-secondary: #525252;
    --clr-text-rating: #EC8D1D;
    --clr-theme-primary: #6C5FFC;
    --clr-theme-secondary: #1ABC9C;
    --clr-theme-tertiary: #ABA3FD;
    --clr-action-danger: #FF3A29;
    --clr-action-info: #80CAFF;
    --clr-action-link: #9747FF;
    --clr-action-success: #34B53A;
    --clr-action-warning: #FFB200;
    --clr-bg-primary: #6C5FFC;
    --clr-bg-secondary: #1ABC9C;
    --clr-bg-body: #f8f8fb;
    --clr-bg-card: #FFFFFF;
    --clr-bg-label: #f8f9fd;
    --clr-bg-light: #B8B8B8;
    --clr-alert-success: #d1e7dd;
    --clr-alert-danger: #f8d7da;
    --clr-alert-warning: #fff3cd;
    --clr-alert-info: #cff4fc;
    --clr-alert-light: #efefef;
    --clr-alert-dark: #ced4da;
    --clr-border-1: #EAEAEA;
    --clr-border-2: #404040;
    --clr-border-3: #CECECE;
    --clr-chart-1: #7A7A7A;
    --clr-chart-2: #262a2a;
    --clr-footer-1: #878787;
    --clr-gradient-1: linear-gradient(90deg, #6C5FFC 0%, #003cff 100%);
    --clr-gradient-2: linear-gradient(90deg, #FF6339 0%, #FF2259 100%);
    /**
  @font weight declaration
  */
    --bd-fw-normal: normal;
    --bd-fw-thin: 100;
    --bd-fw-elight: 200;
    --bd-fw-light: 300;
    --bd-fw-regular: 400;
    --bd-fw-medium: 500;
    --bd-fw-sbold: 600;
    --bd-fw-bold: 700;
    --bd-fw-ebold: 800;
    /**
  @font size declaration
  */
    --bd-fs-body: 14px;
    --bd-fs-p: 14px;
    --bd-fs-h1: 42px;
    --bd-fs-h2: 34px;
    --bd-fs-h3: 30px;
    --bd-fs-h4: 24px;
    --bd-fs-h5: 20px;
    --bd-fs-h6: 16px;
}

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

/*---------------------------------
    Typography css start
---------------------------------*/
body {
    font-family: var(--bd-ff-body);
    font-size: var(--bd-fs-body);
    font-weight: normal;
    color: var(--clr-text-body);
    line-height: 22px;
}



::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #12C36A;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
    background: #FF5B5B !important;
}


/*////Custom CSS ENDS*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bd-ff-heading);
    color: var(--clr-heading-primary);
    font-weight: var(--bd-fw-bold);
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 0;
}

h1 {
    font-size: var(--bd-fs-h1);
}

@media (max-width: 575px) {
    h1 {
        font-size: 22px;
    }
}

h2 {
    font-size: var(--bd-fs-h2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    h2 {
        font-size: 16px;
    }
}

h3 {
    font-size: var(--bd-fs-h3);
}

h4 {
    font-size: var(--bd-fs-h4);
}

h5 {
    font-size: var(--bd-fs-h5);
}

h5.small {
    font-size: 15px;
}

h6 {
    font-size: var(--bd-fs-h6);
}

h6.large {
    font-size: 16px;
}

h6.small {
    font-size: 13px;
}

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

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

.fs-13 {
    font-size: 13px;
}

.fs-15 {
    font-size: 15px;
}

.fw-300 {
    font-weight: var(--bd-fw-light);
}

.fw-400 {
    font-weight: var(--bd-fw-regular);
}

.fw-500 {
    font-weight: var(--bd-fw-medium);
}

.fw-600 {
    font-weight: var(--bd-fw-sbold);
}

.fw-700 {
    font-weight: var(--bd-fw-bold);
}

.fw-800 {
    font-weight: var(--bd-fw-ebold);
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: var(--bd-fs-p);
    font-weight: var(--bd-fw-normal);
    color: var(--clr-text-body);
    margin-bottom: 15px;
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a,
.btn,
button,
span,
svg,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

label {
    display: inline-block;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

textarea:focus,
input:focus {
    outline: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 6px;
}

*::-moz-selection {
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-shadow: none;
}

::selection {
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--clr-common-placeholder);
    opacity: 1;
    font-size: 16px;
}

*::placeholder {
    color: var(--clr-common-placeholder);
    opacity: 1;
    font-size: 14px;
}

/*----------------------------------------
    Nice select
-----------------------------------------*/
.nice-select::after {
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    inset-inline-end: 25px;
    content: "\f107";
    font-family: var(--bd-ff-fontawesome);
    transform-origin: center;
    font-weight: 500;
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 16px;
    color: var(--clr-common-white);
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

/*----------------------------------------
   Gutter customize
-----------------------------------------*/
.gy-10 {
    --bs-gutter-y: 10px;
}

.g-20 {
    --bs-gutter-x: 20px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.g-60 {
    --bs-gutter-x: 60px;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
    --bs-gutter-y: 30px;
}

/*---------------------------------
    common classes css start
---------------------------------*/
.w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include__bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hr-1 {
    border-top: 1px solid rgb(232, 232, 232);
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}

/*----------------------------------------
   Basic-pagaination
-----------------------------------------*/
.basic__pagination {
    padding: 20px 0 0 0;
    border-top: 1px solid var(--clr-border-1);
}

.basic__pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .basic__pagination ul {
        justify-content: start;
    }
}

.basic__pagination ul li {
    list-style: none;
}

.basic__pagination ul li:last-child {
    margin-inline-start: 15px;
}

.basic__pagination ul li a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: var(--clr-text-body);
    inset-inline-end: 0;
    top: 50%;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--clr-bg-body);
    overflow: hidden;
    z-index: 5;
}

.basic__pagination ul li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--clr-gradient-1);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.basic__pagination ul li a:hover {
    border-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
}

.basic__pagination ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.basic__pagination ul li span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    inset-inline-end: 0;
    top: 50%;
    font-weight: var(--bd-fw-sbold);
    font-size: 16px;
    background: var(--clr-gradient-1);
    overflow: hidden;
    color: var(--clr-common-white);
    z-index: 5;
}

.pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination ul {
        justify-content: start;
    }
}

.pagination ul li {
    list-style: none;
}

.pagination ul li:last-child {
    width: inherit;
    height: inherit;
}

.pagination ul li a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    inset-inline-end: 0;
    top: 50%;
    font-size: 14px;
    overflow: hidden;
    font-weight: var(--bd-fw-sbold);
    color: var(--clr-text-body);
    border: 1px solid var(--clr-border-3);
    z-index: 5;
}

.pagination ul li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--clr-gradient-1);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pagination ul li a:hover {
    border-color: transparent;
    color: var(--clr-common-black);
}

.pagination ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.pagination ul li span {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    inset-inline-end: 0;
    top: 50%;
    font-weight: var(--bd-fw-sbold);
    font-size: 16px;
    background: var(--clr-gradient-1);
    overflow: hidden;
    color: var(--clr-common-black);
    z-index: 5;
    font-weight: var(--bd-fw-sbold);
}

input[type=file] {
    color: var(--clr-text-body);
}

/*----------------------------------------*/
/*  BACKGROUND COLOR CSS START
/*----------------------------------------*/
.white-bg {
    background-color: var(--clr-common-black);
}

.black-bg {
    background-color: var(--clr-common-black) !important;
}

.dark-bg {
    background-color: var(--clr-heading-primary);
}

.grey-bg {
    background-color: var(--clr-bg-gray-1);
}

.footer-bg {
    background-color: var(--clr-bg-footer);
}

.card-bg {
    background: var(--clr-bg-card);
}

.card-bg-sec {
    background: rgba(108, 95, 252, 0.1) !important;
}

.theme-bg {
    background: var(--clr-theme-primary) !important;
}

.alert-bg-1 {
    background: #FFF0F0;
}

.alert-bg-2 {
    background: #FFF7EA;
}

.alert-bg-3 {
    background: #FAFFF8;
}

.bg-primary {
    background-color: var(--clr-theme-primary) !important;
}

.bg-secondary {
    background-color: var(--clr-theme-secondary) !important;
}

.bg-success {
    background-color: var(--clr-action-success) !important;
}

.bg-info {
    background-color: var(--clr-action-info) !important;
}

.bg-warning {
    background-color: var(--clr-action-warning) !important;
}

.bg-danger {
    background-color: var(--clr-action-danger) !important;
}

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

.bg-dark {
    background-color: var(--clr-common-dark) !important;
}

/*----------------------------------------*/
/*  BUTTON CSS START
/*----------------------------------------*/
.btn {
    font-size: 16px;
    border-radius: 6px;
    padding: 6px 24px;
    box-shadow: none;
    font-weight: 400;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-xxl {
    padding: 32px 48px;
}

.btn.btn-xl {
    padding: 20px 40px;
}

.btn.btn-lg {
    padding: 16px 32px;
}

.btn.btn-md {
    padding: 10px 18px;
}

.btn.btn-sm {
    padding: 4px 12px;
}

.btn i {
    margin-inline-end: 8px;
}

[dir=rtl] .btn i {
    margin-inline-start: 8px;
}

/* primary button css start */
.btn-primary {
    background-color: var(--clr-theme-primary);
    color: #FFFFFF;
    border: none;
}

.btn-primary:hover {
    background-color: rgba(108, 95, 252, 0.8);
    color: #FFFFFF;
}

.btn-secondary {
    background-color: var(--clr-theme-secondary);
    color: #FFFFFF;
    border: none;
}

.btn-secondary:hover {
    background-color: rgba(26, 188, 156, 0.8);
    color: #FFFFFF;
}

.btn-success {
    background-color: var(--clr-action-success);
    color: #FFFFFF;
    border: none;
}

.btn-success:hover {
    background-color: rgba(52, 181, 58, 0.8);
}

.btn-danger {
    background-color: var(--clr-action-danger);
    color: #FFFFFF;
    border: none;
}

.btn-danger:hover {
    background-color: rgba(255, 58, 41, 0.8);
}

.btn-warning {
    background-color: var(--clr-action-warning);
    color: #FFFFFF;
    border: none;
}

.btn-warning:hover {
    background-color: rgba(255, 178, 0, 0.8);
    color: #FFFFFF;
}

.btn-info {
    background-color: var(--clr-action-info);
    color: #FFFFFF;
    border: none;
}

.btn-info:hover {
    background-color: rgba(13, 202, 240, 0.8);
    color: #FFFFFF;
}

.btn-light {
    background-color: var(--clr-bg-light);
    color: var(--clr-common-black);
    border: none;
}

.btn-light:hover {
    background-color: rgba(184, 184, 184, 0.8);
}

.btn-dark {
    background-color: var(--clr-common-dark);
    color: #FFFFFF;
    border: none;
}

.btn-dark:hover {
    background-color: rgba(46, 46, 46, 0.8);
}

.btn-white {
    background-color: var(--clr-common-white);
    color: var(--clr-common-black);
    border: none;
}

[bd-theme=bd-theme-dark] .btn-white {
    background-color: var(--clr-common-black);
    color: var(--clr-common-white);
}

.btn-white:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

[bd-theme=bd-theme-dark] .btn-white:hover {
    background-color: var(--clr-common-black);
    opacity: 0.99;
}

.btn-outline-primary {
    background-color: transparent;
    color: var(--clr-theme-primary);
    border: 1px solid #6C5FFC;
    border-radius: 6px;
}

.btn-outline-primary:hover {
    background-color: var(--clr-theme-primary);
    color: #FFFFFF;
}

.btn-outline-secondary {
    background-color: transparent;
    color: var(--clr-theme-secondary);
    border: 1px solid #1ABC9C;
}

.btn-outline-secondary:hover {
    background-color: var(--clr-theme-secondary);
    color: #FFFFFF;
}

.btn-outline-success {
    background-color: transparent;
    color: var(--clr-action-success);
    border: 1px solid #34B53A;
}

.btn-outline-success:hover {
    background-color: var(--clr-action-success);
    color: #FFFFFF;
}

.btn-outline-danger {
    background-color: transparent;
    color: var(--clr-action-danger);
    border: 1px solid #FF3A29;
}

.btn-outline-danger:hover {
    background-color: var(--clr-action-danger);
    color: #FFFFFF;
}

.btn-outline-warning {
    background-color: transparent;
    color: var(--clr-action-warning);
    border: 1px solid #FFB200;
}

.btn-outline-warning:hover {
    background-color: var(--clr-action-warning);
    color: #FFFFFF;
}

.btn-outline-info {
    background-color: transparent;
    color: var(--clr-theme-primary);
    border: 1px solid #0dcaf0;
}

.btn-outline-info:hover {
    background-color: var(--clr-action-info);
    color: #FFFFFF;
}

.btn-outline-light {
    background-color: transparent;
    color: var(--clr-common-black);
    border: 1px solid var(--clr-bg-light);
}

.btn-outline-light:hover {
    background-color: var(--clr-bg-light);
}

.btn-outline-dark {
    background-color: transparent;
    color: var(--clr-common-dark);
    border: 1px solid #2E2E2E;
}

.btn-outline-dark:hover {
    background-color: var(--clr-common-dark);
    color: #FFFFFF;
}

.btn-outline-theme-border {
    background-color: transparent;
    color: var(--clr-text-body);
    border: 1px solid var(--clr-border-1);
}

.btn-outline-theme-border:hover {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
    color: #FFFFFF;
}

.btn-primary-light {
    background-color: rgba(108, 95, 252, 0.1);
    color: var(--clr-theme-primary);
    border: none;
}

.btn-primary-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
}

.btn-secondary-light {
    background-color: rgba(26, 188, 156, 0.1);
    color: var(--clr-theme-secondary);
    border: none;
}

.btn-secondary-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-theme-secondary);
}

.btn-success-light {
    background-color: rgba(52, 181, 58, 0.1);
    color: var(--clr-action-success);
    border: none;
}

.btn-success-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-action-success);
}

.btn-danger-light {
    background-color: rgba(255, 58, 41, 0.1);
    color: var(--clr-action-danger);
    border: none;
}

.btn-danger-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-action-danger);
}

.btn-warning-light {
    background-color: rgba(255, 178, 0, 0.1);
    color: var(--clr-action-warning);
    border: none;
}

.btn-warning-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-action-warning);
}

.btn-info-light {
    background-color: rgba(13, 202, 240, 0.1);
    color: var(--clr-action-info);
    border: none;
}

.btn-info-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-action-info);
    color: #FFFFFF;
}

.btn-light-light {
    background-color: rgba(184, 184, 184, 0.1);
    color: var(--clr-bg-light);
    border: none;
}

.btn-light-light:hover {
    color: var(--clr-common-black);
    background-color: var(--clr-bg-light);
}

.btn-dark-light {
    background-color: rgba(46, 46, 46, 0.1);
    color: var(--clr-common-dark);
    border: none;
}

.btn-dark-light:hover {
    color: #FFFFFF;
    background-color: var(--clr-common-dark);
}

.btn-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
    padding: 6px;
    flex-shrink: 0;
}

.btn-icon i {
    margin-inline-end: 0px;
}

.btn-icon.btn-outline-primary:hover {
    border-color: var(--clr-theme-primary);
}

.btn-icon.btn-outline-secondary:hover {
    border-color: var(--clr-theme-secondary);
}

.btn-icon.btn-outline-success:hover {
    border-color: var(--clr-action-success);
}

.btn-icon.btn-outline-danger:hover {
    border-color: var(--clr-action-danger);
}

.btn-icon.btn-outline-warning:hover {
    border-color: var(--clr-action-warning);
}

.btn-icon.btn-outline-info:hover {
    border-color: var(--clr-action-info);
}

.btn-icon.btn-outline-light:hover {
    border-color: var(--clr-bg-light);
}

.btn-icon.btn-outline-dark:hover {
    border-color: var(--clr-common-dark);
}

.btn-icon.btn-xxl {
    width: 72px;
    height: 72px;
    font-size: 28px;
    padding: 12px;
}

.btn-icon.btn-xl {
    width: 60px;
    height: 60px;
    font-size: 24px;
    padding: 10px;
}

.btn-icon.btn-lg {
    width: 48px;
    height: 48px;
    font-size: 20px;
    padding: 8px;
}

.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 4px;
}

.btn-icon.btn-xs {
    width: 24px;
    height: 24px;
    font-size: 10px;
    padding: 2px;
}

.btn-loader {
    pointer-events: none;
    display: flex;
    align-items: center;
}

.btn-loader.btn {
    position: relative;
}

.btn-loader i {
    animation: loader 1000ms infinite linear;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
}

.label-btn {
    position: relative;
    padding-inline-start: 50px;
}

.label-btn-icon {
    position: absolute;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background-color: var(--clr-common-lightest);
    border-radius: 6px 0 0 6px;
    margin-right: 15px;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.round-btn {
    height: 50px;
    padding: 0 40px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--clr-common-black);
    display: inline-flex;
    background: var(--clr-common-white);
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.round-btn:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-secondary);
}

.round-btn.border {
    background: transparent;
    border: 1px solid var(--clr-border-2);
    padding: 0 20px;
    height: 32px;
}

.round-btn.border:hover {
    color: var(--clr-common-white);
    background: var(--clr-theme-primary);
}

.btn-text {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btn-text i {
    color: var(--clr-common-black);
}

[dir=rtl] .btn-text i {
    transform: rotate(-180deg);
}

.btn-text:hover {
    color: var(--clr-theme-primary);
}

.btn-text:hover i {
    color: var(--clr-theme-primary);
}

.btn-text span {
    margin-inline-start: 5px;
}

.fill__btn {
    font-size: 16px;
    color: var(--clr-common-white);
    font-weight: var(--bd-fw-medium);
    background: var(--clr-gradient-1);
    padding: 0px 20px 0px 40px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    align-items: center;
    height: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 5;
}

.fill__btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--clr-gradient-1);
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.fill__btn i {
    opacity: 0;
    margin-inline-start: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.fill__btn:hover {
    color: var(--clr-common-white);
    padding: 0 30px;
}

.fill__btn:hover::before {
    opacity: 1;
    visibility: visible;
}

.fill__btn:hover i {
    opacity: 1;
}

.input__btn {
    font-size: 16px;
    background: var(--clr-gradient-1);
    color: var(--clr-common-white);
    font-weight: var(--bd-fw-medium);
    border: 0;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 55px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-position: 100% 100%;
    background-size: 300% 100%;
    z-index: 5;
}

.input__btn:hover {
    color: var(--clr-common-white);
    background-position: 0 100%;
}

.slider__btn > a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    padding: 23px 48px 23px 40px;
    display: inline-block;
    background: linear-gradient(90deg, #f87a58 -2.56%, #6C5FFC 100%);
    -webkit-background-clip: text;
    color: var(--clr-common-white);
    background-clip: text;
}

.slider__btn > a .reg-hover-color {
    opacity: 0;
}

.slider__btn > a:hover {
    -webkit-text-fill-color: transparent;
}

.slider__btn > a:hover .reg-hover-color-none {
    opacity: 0;
}

.slider__btn > a:hover .reg-hover-color {
    opacity: 1;
}

.slider__btn > a:hover .btn-svg-border2 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.slider__btn .btn-svg-border1 {
    position: absolute;
    content: "";
    transform: rotate(0deg);
    top: -8px !important;
    inset-inline-start: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.slider__btn .btn-svg-border2 {
    position: absolute;
    transform: rotate(15deg);
    content: "";
    top: -8px;
    inset-inline-start: -6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

.video__play-btn {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: var(--clr-common-white);
    font-weight: var(--bd-fw-medium);
}

.video__play-btn i {
    font-size: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.video__play-btn:focus {
    color: var(--clr-common-white);
}

.video__play-btn:after {
    position: absolute;
    content: "";
    height: 200px;
    width: 200px;
    border: 1px solid var(--clr-common-white);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.video__play-btn::before {
    position: absolute;
    content: "";
    width: 152px;
    height: 152px;
    border-radius: 50%;
    font-size: 14px;
    background: var(--clr-common-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.video__play-btn:hover {
    color: var(--clr-common-black);
}

.video__play-btn:hover i {
    color: var(--clr-theme-primary);
}

.video__play-btn:hover:after {
    height: 186px;
    width: 186px;
}

.video__play-btn:hover::before {
    opacity: 1;
    visibility: visible;
}

.pricing__btn {
    background-color: var(--clr-common-dark);
    height: 70px;
    color: var(--clr-common-white);
    font-weight: var(--bd-fw-medium);
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.pricing__btn::before {
    position: absolute;
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    inset-inline-start: 6px;
    z-index: -1;
    background: var(--clr-gradient-1);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    opacity: 0;
}

.pricing__btn::after {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--clr-common-white);
    border: 1px solid var(--clr-theme-primary);
    top: 0;
    inset-inline-start: 0;
    z-index: -2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    opacity: 0;
}

.breadcrum__btn {
    height: 40px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--clr-theme-primary);
    padding: 0 20px;
    font-size: 14px;
    font-weight: var(--bd-fw-medium);
    color: var(--clr-theme-primary);
    position: relative;
    z-index: 5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.breadcrum__btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--clr-gradient-1);
    top: 0;
    inset-inline-start: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.breadcrum__btn:hover {
    border-color: transparent;
    color: var(--clr-common-white);
}

.breadcrum__btn:hover i {
    background-color: transparent;
}

.breadcrum__btn:hover::before {
    visibility: visible;
    opacity: 1;
}

.breadcrum__btn i {
    background: var(--clr-common-white);
    width: 20px;
    height: 17.78px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.unfield__input-btn {
    height: 55px;
    border: 1px solid var(--clr-border-1);
    background: var(--clr-common-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 5;
}

.unfield__input-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--clr-gradient-1);
    opacity: 0;
    z-index: -1;
    inset-inline-start: 0;
    top: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.unfield__input-btn:hover {
    color: var(--clr-common-white);
    border-color: transparent;
}

.unfield__input-btn:hover::after {
    opacity: 1;
}

.chatbox__submit-btn {
    position: absolute;
    inset-inline-end: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: var(--clr-gradient-1);
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.gamil__sign-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--clr-common-white);
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    height: 55px;
}

#more {
    display: none;
}

.read__more-btn {
    font-size: 16px;
    color: var(--clr-theme-primary);
    transition: all 0.3s ease;
}

.read__more-btn:hover {
    color: var(--clr-theme-secondary);
}

.elements-button-gap button:not(:first-child) {
    margin-inline-start: 15px;
}

/*----------------------------------------*/
/* OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__close button {
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-common-white);
    font-size: 18px;
    background-color: var(--clr-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.offcanvas__close button i {
    color: var(--clr-common-white);
}

.offcanvas__info {
    background: var(--clr-common-black) none repeat scroll 0 0;
    border-left: 2px solid var(--clr-theme-primary);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info ::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .offcanvas__info {
        width: 300px;
    }
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 180px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.offcanvas__top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--clr-border-2);
}

.offcanvas__color {
    margin-bottom: 40px;
}

.offcanvas__color h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.offcanvas__color input {
    display: none;
}

.offcanvas__color label {
    width: 100%;
    height: 60px;
    background-color: var(--clr-theme-primary);
}

.offcanvas__color label:hover {
    cursor: pointer;
}

.offcanvas__color-2 label {
    background-color: var(--bd-theme-2);
}

.offcanvas__search {
    position: relative;
}

.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--clr-border-2);
    font-size: 16px;
    color: var(--clr-common-white);
}

.offcanvas__search input::placeholder {
    color: var(--clr-common-white);
}

.offcanvas__search input:focus {
    border-color: var(--clr-common-white);
}

.offcanvas__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--clr-common-white);
}

.offcanvas__search button:hover {
    color: var(--clr-theme-primary);
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: var(--bd-fw-bold);
    color: var(--clr-common-white);
}

.offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.offcanvas__contact ul li:hover i {
    color: var(--clr-common-white);
    border-color: var(--clr-theme-primary);
    background-color: var(--clr-theme-primary);
}

.offcanvas__contact-icon i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    border: 1px solid var(--clr-border-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    color: var(--clr-common-white);
    position: relative;
    z-index: 5;
}

.offcanvas__contact-text a {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-common-white);
}

.offcanvas__contact-text a:hover {
    color: var(--clr-theme-primary);
}

.offcanvas__social {
    margin-bottom: 30px;
}

.offcanvas__social ul li {
    display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
}

.offcanvas__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--clr-border-1);
    color: var(--clr-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background-color: transparent;
}

.offcanvas__social ul li a:hover {
    color: var(--clr-common-white);
    border: 1px solid var(--clr-theme-primary);
    background-color: var(--clr-theme-primary);
}

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--clr-common-white);
    position: relative;
}

.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--clr-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--clr-common-white);
    text-align: center;
}

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--clr-common-white);
    font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
    color: var(--clr-theme-primary);
}

.offcanvas__notification-text p a {
    color: var(--clr-theme-primary);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--clr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

.offcanvas .signin-area.open {
    opacity: 0.6;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar__toggle {
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app__offcanvas-overlay.overlay-open {
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10;
    }
}

.offcanvas__contact-icon {
    margin-inline-end: 15px;
}

/*----------------------------------------*/
/*  BREAADCRUMB CSS START
/*----------------------------------------*/
/* Breadcrumb style */
.breadcrumb__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.breadcrumb__wrapper {
    border-bottom: 1px solid var(--clr-border-3);
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.breadcrumb__menu ul {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    gap: 30px;
    justify-content: center;
}

.breadcrumb__menu ul li {
    list-style: none;
    position: relative;
    line-height: 1;
}

.breadcrumb__menu ul li:not(:last-child):after {
    display: inline-block;
    content: "/";
    position: absolute;
    inset-inline-end: -18px;
    top: 50%;
    font-family: var(--bd-ff-fontawesome);
    font-size: 14px;
    transform: translateY(-50%) rotateY(40deg);
    color: var(--clr-text-secondary);
}

.breadcrumb__menu ul li.active span {
    color: var(--clr-theme-primary);
}

.breadcrumb__menu ul li span {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: var(--bd-fw-medium);
    color: var(--clr-text-secondary);
}

.breadcrumb__menu ul li span a {
    font-weight: var(--bd-fw-regular);
}

.breadcrumb__menu ul li span a:hover {
    color: var(--clr-theme-primary);
}

.breadcrumb__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb__icon i {
    color: var(--clr-text-label);
}

/* Breadcrumb tab */
.breadcrumb-item {
    font-size: 16px;
}

.breadcrumb-item.active {
    color: var(--clr-common-black);
    font-weight: 500;
}

.breadcrumb-item a {
    color: var(--clr-theme-primary);
}

.breadcrumb-item::before {
    color: var(--cle-text-muted);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "\e95f");
    font-family: "icomoon" !important;
    color: var(--clr-common-black);
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    transform: rotate(-180deg);
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-colored {
    padding: 12px 16px;
    border-radius: 4px;
}

.breadcrumb-colored li.active {
    color: #FFFFFF;
    opacity: 0.7;
    font-weight: 300;
}

.breadcrumb-colored .breadcrumb-item a {
    color: #FFFFFF;
}

.breadcrumb-colored .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.85);
}

/*----------------------------------------*/
/*  ANIMATION CSS START
/*----------------------------------------*/
.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes btn_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(85, 174, 251);
        box-shadow: 0 0 0 0 rgb(85, 174, 251);
    }
    70% {
        -moz-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes scaleUpUser {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.scaleup__animation {
    animation-name: scaleUpUser;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*======================================
	Footer Line
========================================*/
@-webkit-keyframes footerLine {
    0% {
        inset-inline-start: 17px;
    }
    50% {
        inset-inline-start: 0;
    }
    100% {
        inset-inline-start: 17px;
    }
}

@keyframes footerLine {
    0% {
        inset-inline-start: 20px;
    }
    50% {
        inset-inline-start: 0;
    }
    100% {
        inset-inline-start: 17px;
    }
}

/*======================================
	Line animation
========================================*/
@keyframes scroll1 {
    0% {
        top: 0px;
        opacity: 1;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 100%;
        opacity: 1;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0px;
    }
    50% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
        opacity: 1;
    }
}

/*======================================
	Diot pluse animation
========================================*/
@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}

@-webkit-keyframes bdrotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes bdrotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes bdrotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes bdrotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bdtranslateY {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@-moz-keyframes bdtranslateY {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@-ms-keyframes bdtranslateY {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes bdtranslateY {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@-webkit-keyframes bdtranslateX2 {
    0% {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-moz-keyframes bdtranslateX2 {
    0% {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-ms-keyframes bdtranslateX2 {
    0% {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes bdtranslateX2 {
    0% {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes bdtranslateX {
    0% {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
    }
    100% {
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@-moz-keyframes bdtranslateX {
    0% {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
    }
    100% {
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@-ms-keyframes bdtranslateX {
    0% {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
    }
    100% {
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bdtranslateX {
    0% {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
    }
    100% {
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.panel {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panel 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes panel {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes panelTop {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

@keyframes panelBottom {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }
    99% {
        -webkit-animation-play-state: paused;
    }
    100% {
        opacity: 1;
    }
}

/*----------------------------------------*/
/*  preloader CSS START
/*----------------------------------------*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background-color: var(--clr-common-white);
    z-index: 100000000000000000;
}

[bd-theme=bd-theme-dark] .preloader {
    background-color: var(--clr-common-dark);
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    gap: 6px;
    height: 100px;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.loading span {
    width: 4px;
    height: 50px;
    background: var(--clr-theme-primary);
    animation: scale 0.9s ease-in-out infinite;
}

.loading span:nth-child(2) {
    background: var(--clr-theme-secondary);
    animation-delay: -0.8s;
}

.loading span:nth-child(3) {
    background: var(--clr-action-danger);
    animation-delay: -0.7s;
}

.loading span:nth-child(4) {
    background: var(--clr-action-success);
    animation-delay: -0.6s;
}

.loading span:nth-child(5) {
    background: var(--clr-action-warning);
    animation-delay: -0.5s;
}

@keyframes scale {
    0%, 40%, 100% {
        transform: scaleY(0.05);
    }
    20% {
        transform: scaleY(1);
    }
}

.progress-wrap {
    position: fixed;
    inset-inline-end: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "\f176";
    font-family: var(--bd-ff-fontawesome);
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--clr-theme-primary);
    inset-inline-start: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--clr-theme-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*----------------------------------------*/
/*  Theme Settings
/*----------------------------------------*/
.bd-theme-settings-area {
    position: fixed;
    top: 50%;
    inset-inline-end: 0px;
    width: 240px;
    background-color: var(--clr-common-white);
    border: 1px solid var(--clr-border-1);
    -webkit-transform: translateY(-50%) translateX(100%);
    -moz-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    -o-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    z-index: 991;
    border-bottom-right-radius: 4px;
}

[bd-theme=bd-theme-dark] .bd-theme-settings-area {
    background-color: var(--clr-bg-card);
}

[dir=rtl] .bd-theme-settings-area {
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    left: 0px;
    right: auto;
}

.bd-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.bd-theme-settings-area.settings-opened .bd-theme-settings-gear {
    opacity: 0;
}

.bd-theme-settings-area.settings-opened .bd-theme-settings-close {
    opacity: 1;
}

.bd-theme-settings-open {
    position: absolute;
    top: -1px;
    inset-inline-end: 100%;
}

.bd-theme-settings-open button {
    background-color: var(--clr-common-white);
    border: 1px solid var(--clr-border-1);
    border-inline-end: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    color: var(--clr-common-black);
    position: relative;
    border-start-start-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[bd-theme=bd-theme-dark] .bd-theme-settings-open button {
    background-color: var(--clr-bg-card);
}

.bd-theme-settings-gear {
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bd-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.bd-theme-header-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.bd-theme-wrapper {
    padding: 20px 30px 30px;
}

.bd-theme-toggle {
    text-align: center;
}

.bd-theme-toggle-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: var(--clr-text-taxonomy);
    padding: 4px;
    border-radius: 20px;
}

[bd-theme=bd-theme-dark] .bd-theme-toggle-main {
    background-color: var(--clr-bg-label);
}

.bd-theme-toggle-light, .bd-theme-toggle-dark {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.bd-theme-toggle input {
    display: none;
}

.bd-theme-toggle:hover {
    cursor: pointer;
}

.bd-theme-toggle label {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.bd-theme-toggle label:hover {
    cursor: pointer;
}

.bd-theme-toggle #bd-theme-toggler {
    display: none;
}

.bd-theme-toggle #bd-theme-toggler:checked + i {
    inset-inline-end: calc(50% - 4px);
}

.bd-theme-toggle-slide {
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--clr-common-black);
    background-color: var(--clr-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

[bd-theme=bd-theme-dark] .bd-theme-toggle-slide {
    background-color: var(--clr-bg-card);
}

.bd-theme-dir {
    text-align: center;
}

.bd-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: var(--clr-text-taxonomy);
    padding: 4px;
    border-radius: 20px;
}

[bd-theme=bd-theme-dark] .bd-theme-dir-main {
    background-color: var(--clr-bg-label);
}

.bd-theme-dir-ltr, .bd-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.bd-theme-dir input {
    display: none;
}

.bd-theme-dir:hover {
    cursor: pointer;
}

.bd-theme-dir label {
    color: var(--clr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.bd-theme-dir label:hover {
    cursor: pointer;
}

.bd-theme-dir #bd-dir-toggler {
    display: none;
}

.bd-theme-dir #bd-dir-toggler:checked + i {
    inset-inline-end: calc(50% - 4px);
}

.bd-theme-dir-slide {
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--clr-common-black);
    background-color: var(--clr-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

[bd-theme=bd-theme-dark] .bd-theme-dir-slide {
    background-color: var(--clr-bg-card);
}

.bd-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible;
}

.bd-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.bd-theme-color-btn::before {
    position: absolute;
    content: "\f00c";
    font-weight: 600;
    font-family: var(--bd-ff-fontawesome);
    color: var(--clr-common-white);
    font-size: 16px;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    opacity: 0;
    visibility: hidden;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#6C5FFC"] {
    background-color: #6C5FFC;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#008080"] {
    background-color: #008080;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#F31E5E"] {
    background-color: #F31E5E;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76;
    color: black;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#4353FF"] {
    background-color: #4353FF;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#3661FC"] {
    background-color: #3661FC;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#F87A58"] {
    background-color: #F87A58;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#03041C"] {
    background-color: #03041C;
}

.bd-theme-color-btn.bd-color-settings-btn[data-color="#ED212C"] {
    background-color: #ED212C;
}

.bd-theme-color-input {
    margin-top: 15px;
}

.bd-theme-color-input h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bd-theme-color-input label {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--bd-theme-1);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.bd-theme-color-input label:hover {
    cursor: pointer;
}

.bd-theme-color-input input {
    display: none;
}

.me-2 {
    margin-inline-end: 0.5rem !important;
}

.me-3 {
    margin-inline-end: 1rem !important;
}

.flex-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.w-30 {
    width: 30px;
}

.img-24 {
    width: 24px !important;
}

.img-30 {
    width: 30px !important;
}

.img-36 {
    width: 36px !important;
}

.img-40 {
    width: 40px !important;
}

.img-48 {
    width: 48px !important;
}

@media (max-width: 575px) {
    .img-48 {
        width: 36px !important;
    }
}

.img-50 {
    width: 50px !important;
}

.img-55 {
    width: 55px !important;
}

.img-60 {
    width: 60px !important;
}

.img-70 {
    width: 70px !important;
}

.img-80 {
    width: 80px !important;
}

.img-90 {
    width: 90px !important;
}

.img-100 {
    width: 100px !important;
}

.img-110 {
    width: 110px !important;
}

.img-120 {
    width: 120px !important;
}

.img-130 {
    width: 140px !important;
}

.img-160 {
    width: 160px !important;
}

.w-100 {
    width: 100%;
}

.h-30 {
    height: 30px;
}

.h-55 {
    height: 55px;
}

.lh-105 {
    line-height: 1.5;
}

.border-none {
    border: none !important;
}

.border-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.card-border {
    border: 1px solid var(--clr-border-1);
    border-radius: 5px;
    border: 1px solid var(--clr-border-1);
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

[bd-theme=bd-theme-dark] .card-border {
    box-shadow: none;
}

.border-right-none {
    border-right: none;
}

.border-left-none {
    border-left: none;
}

.border-top-none {
    border-top: none;
}

.border-bottom-none {
    border-bottom: none;
}

.chart-spacing {
    padding: 0 15px 0 0;
}

.sells-space {
    padding: 0 20px 20px;
}

.card-grid-style {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 20px;
}

.g-3 {
    gap: 3px;
}

.g-5 {
    gap: 5px;
}

.gap-8 {
    gap: 8px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

@media (max-width: 575px) {
    .gap-20 {
        gap: 10px;
    }
}

.gap-150 {
    gap: 30px;
}

@media (max-width: 575px) {
    .gap-150 {
        gap: 10px;
    }
}

.gap-sm {
    gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gap-sm {
        gap: 10px;
    }
}

.dac-text-end {
    text-align: end;
}

@media (max-width: 575px) {
    .dac-text-end {
        text-align: start;
    }
}

.resize-textarea {
    resize: vertical !important;
}

.cursor {
    cursor: pointer;
}

.list__dot ul li {
    padding-left: 15px;
    position: relative;
}

.list__dot ul li:not(:last-child) {
    margin-bottom: 10px;
}

.list__dot ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--clr-common-black);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.grid-showcase span {
    display: block;
    border: 1px solid var(--clr-border-1);
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .grid-showcase span {
    background: var(--clr-bg-label);
}

.position-sticky {
    position: sticky !important;
    top: 100px !important;
}

/*----------------------------------------*/
/*  FORMS CSS START
/*----------------------------------------*/
.input-d-none {
    display: none;
}

.form__input .form_control {
    outline: none;
    background-color: transparent;
    height: 60px;
    width: 100%;
    font-size: 16px;
    color: rgba(124, 126, 130, 0.69);
    border: none;
    border: 1px solid var(--clr-border-1);
    padding: 0 25px;
    color: var(--clr-common-black);
}

.form__input .form_control:focus {
    border-color: var(--clr-theme-primary);
}

.from-grid {
    display: flex;
    justify-content: space-between;
    grid-gap: 50px;
}

.from-grid .form__input-title {
    width: 140px;
}

.from-grid .form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.from__input-box:not(:last-child) {
    margin-bottom: 15px;
}

.from__input-box.has-icon .form__input {
    position: relative;
}

.from__input-box.has-icon .form__input span {
    position: absolute;
    display: inline-block;
}

.from__input-box.has-icon.input-icon-left .form__input input,
.from__input-box.has-icon.input-icon-left .form__input textarea {
    padding-inline-start: 45px !important;
}

.from__input-box.has-icon .input-icon-right .form__input input,
.from__input-box.has-icon .input-icon-right .form__input textarea {
    padding-inline-end: 45px !important;
}

.from__input-box.has-icon.input-icon-left .form__input span {
    inset-inline-start: 20px !important;
    top: 18px;
    transform: translateY(-50%);
}

.from__input-box.has-icon.input-icon-right .form__input span {
    inset-inline-end: 20px !important;
    top: 10px;
}

.from__input-box .form__input span {
    display: none;
}

.from__input-box.label-hidden label {
    display: none;
}

.form__input {
    position: relative;
}

.form__input-title label {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
    display: block;
    color: var(--clr-text-label);
    font-weight: 500;
}

.form__input-title label span {
    color: var(--clr-action-danger);
    margin-inline-start: 5px;
    display: inline-block;
    font-size: 18px;
}

.form__input textarea {
    height: 100px;
    padding: 10px 15px !important;
    resize: none;
    width: 100%;
    border-radius: 10px;
}

.form__select.nice-select {
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    display: flex;
    align-items: center;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form__select.nice-select.open {
    font-size: 16px;
}

.form__select.nice-select.open .list {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    box-shadow: 0 0 0 1px rgb(56, 56, 56);
}

.form__select.nice-select .current {
    text-align: left;
    font-size: 16px;
    position: relative;
}

.form__select.nice-select .list {
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -moz-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    width: 100%;
    padding: 10px 0;
    background: var(--clr-bg-2);
}

.form__select.nice-select::after {
    color: var(--clr-text-body);
    font-size: 18px;
    inset-inline-end: 23px;
    width: 8px;
    height: 8px;
}

.form__select.nice-select .option {
    font-size: 16px;
}

.form__select.nice-select .option:hover {
    background-color: var(--clr-bg-1);
}

.form__select.nice-select .option.focus {
    background-color: var(--clr-bg-1);
}

.form__select.nice-select .option.selected.focus {
    background-color: var(--clr-bg-1);
}

.from__input-box.from-flex {
    display: flex;
    gap: 0 10px;
}

@media (max-width: 575px) {
    .from__input-box.from-flex {
        flex-direction: column;
    }
}

.form__input {
    position: relative;
    flex-grow: 14;
}

.form__input .pass-icon {
    position: absolute;
    inset-inline-end: 15px;
    font-size: 16px;
    top: 20px;
    opacity: 0.5;
    cursor: pointer;
    transform: translateY(-50%);
}

.form__input .pass-icon:hover {
    opacity: 1;
}

.floating__form-input {
    position: relative;
}

.floating__form-input input {
    background-color: transparent;
}

.floating__form-input input:focus ~ .floating-label {
    top: 0;
    inset-inline-start: 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    padding: 0px 4px;
}

.floating__form-input input:not(:focus):valid ~ .floating-label {
    top: 0;
    inset-inline-start: 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    padding: 0px 4px;
}

.floating__form-input .floating-label {
    position: absolute;
    pointer-events: none;
    inset-inline-start: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    background-color: transparent;
}

.floating__form-input textarea {
    height: 100px;
    padding: 22px 20px;
    resize: none;
    background: transparent;
}

.floating__form-input textarea:focus ~ .floating-label-two {
    top: -12px;
    inset-inline-start: 15px;
    padding: 0px 4px;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
}

.floating__form-input textarea:not(:focus):valid ~ .floating-label-two {
    top: -12px;
    inset-inline-start: 20px;
    padding: 0px 4px;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
}

.floating__form-input .floating-label-two {
    position: absolute;
    pointer-events: none;
    inset-inline-start: 20px;
    top: 20px;
    transition: 0.2s ease all;
    background-color: transparent;
}

input[type=checkbox] {
    margin-inline-start: 0 !important;
}

input[type=checkbox] ~ label {
    position: relative;
    padding-inline-start: 10px;
    cursor: pointer;
}

input[type=radio] {
    cursor: pointer;
}

input[type=radio] ~ label {
    position: relative;
    padding-inline-start: 10px;
    cursor: pointer;
}

[dir=rtl] input[type=radio] ~ label {
    padding-inline-start: 30px;
}

.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
}

.switch-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch.round {
    border-radius: 34px;
}

.switch.round:before {
    border-radius: 50%;
}

.switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid var(--clr-border-1);
}

.switch:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    inset-inline-start: 3px;
    bottom: 3px;
    background-color: var(--clr-common-black);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .switch {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

input:checked + .switch:before {
    transform: translateX(16px);
    background-color: var(--clr-common-white);
}

.form-check {
    min-height: 0;
    padding-inline-start: 0;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    padding-left: 0;
}

.form-range {
    width: 100%;
    height: 0.85rem;
    padding: 0;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(75, 70, 92, 0.1), 0 0.31rem 1.25rem 0 rgba(75, 70, 92, 0.4);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(75, 70, 92, 0.1), 0 0.31rem 1.25rem 0 rgba(75, 70, 92, 0.4);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.3125rem;
    appearance: none;
    background-color: var(--clr-common-white);
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: var(--clr-theme-primary);
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.125rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: rgba(75, 70, 92, 0.2);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 0.75rem;
    height: 0.75rem;
    appearance: none;
    background-color: var(--clr-theme-primary);
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: var(--clr-theme-primary);
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.125rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--clr-border-1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--clr-text-label);
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--clr-text-label);
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--clr-text-body);
    background-color: transparent;
    background-size: 20px 20px;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

[dir=rtl] .form-select {
    background-position: left 0.875rem center;
    padding-inline-end: 0.875rem;
    padding-inline-start: 2.45rem;
}

.form-select-lg {
    padding-top: 0.594rem;
    padding-bottom: 0.594rem;
    padding-inline-start: 1rem;
    font-size: 1.125rem;
    border-radius: 6px;
}

.form-floating > label {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.form-select-sm {
    padding-top: 0.266rem;
    padding-bottom: 0.266rem;
    padding-inline-start: 0.625rem;
    font-size: 0.8125rem;
    border-radius: 6px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 15px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--clr-text-body);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir=rtl] .form-control {
    border-radius: 0 0 0 0;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.form-control:focus {
    color: var(--clr-text-body);
    background-color: transparent;
    border-color: var(--clr-theme-primary);
    outline: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}

.form-control::placeholder {
    color: var(--clr-common-placeholder);
    opacity: 1;
}

.form-control:disabled {
    background-color: rgba(75, 70, 92, 0.08);
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.422rem 0.875rem;
    margin: -0.422rem -0.875rem;
    margin-inline-end: 0.875rem;
    color: var(--clr-common-black);
    background-color: var(--clr-common-white);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--clr-common-black);
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.422rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
    outline: 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-inline-end: 0;
    padding-inline-start: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.532rem + var(--bs-border-width) * 2);
    padding: 0.266rem 0.625rem;
    font-size: 0.8125rem;
    border-radius: 0;
}

.form-control-sm::file-selector-button {
    padding: 0.266rem 0.625rem;
    margin: -0.266rem -0.625rem;
    margin-inline-end: 0.625rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1.188rem + var(--bs-border-width) * 2);
    padding: 0.594rem 1rem;
    font-size: 1.125rem;
    border-radius: 0;
}

.form-control-lg::file-selector-button {
    padding: 0.594rem 1rem;
    margin: -0.594rem -1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.844rem + var(--bs-border-width) * 2);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.532rem + var(--bs-border-width) * 2);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1.188rem + var(--bs-border-width) * 2);
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.844rem + var(--bs-border-width) * 2);
    padding: 0.422rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.532rem + var(--bs-border-width) * 2);
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1.188rem + var(--bs-border-width) * 2);
}

.form-select:focus {
    border-color: var(--clr-theme-primary);
    outline: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--clr-common-black);
    text-align: center;
    white-space: nowrap;
    background-color: var(--clr-border-1);
    border: 1px solid var(--clr-border-1);
    border-radius: 6px 6px;
}

[dir=rtl] .input-group-text {
    border-radius: 0 6px 6px 0;
}

.form-check-input:focus {
    border-color: var(--clr-theme-primary);
    outline: 0;
    box-shadow: none;
}

.form-check-inline {
    display: inline-block;
    margin-inline-end: 1rem;
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.form-check-secondary .form-check-input:checked,
.form-check-secondary .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-theme-secondary);
    border-color: var(--clr-theme-secondary);
}

.form-check-success .form-check-input:checked,
.form-check-success .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-action-success);
    border-color: var(--clr-action-success);
}

.form-check-danger .form-check-input:checked,
.form-check-danger .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-action-danger);
    border-color: var(--clr-action-danger);
}

.form-check-warning .form-check-input:checked,
.form-check-warning .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-action-warning);
    border-color: var(--clr-action-warning);
}

.form-check-info .form-check-input:checked,
.form-check-info .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-action-info);
    border-color: var(--clr-action-info);
}

.form-check-link .form-check-input:checked,
.form-check-link .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-action-link);
    border-color: var(--clr-action-link);
}

.form-check-dark .form-check-input:checked,
.form-check-dark .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-common-black);
    border-color: var(--clr-common-black);
}

.form-check .form-check-input {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid var(--clr-theme-primary);
    margin-left: 0 !important;
}

[dir=rtl] .form-check .form-check-input {
    float: right;
}

.clr_style_two {
    height: 36px;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.fa-spinner {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 5s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
    animation-direction: alternate;
}

.form__custom {
    padding-inline-start: 0;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
}

.form__custom .form-check-input {
    margin-inline-start: -25px !important;
}

.form__custom-content {
    padding: 10px 20px 10px 40px;
    cursor: pointer;
    width: 100%;
}

[dir=rtl] .form__custom-content {
    padding: 10px 40px 10px 20px;
}

.form-custom-content {
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    width: 100%;
}

[dir=rtl] .form-custom-content {
    padding: 10px 40px 10px 20px;
}

.form__custom-address {
    font-size: 16px;
    margin-bottom: 0;
}

.form__custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.form-check-bg {
    background-color: rgba(108, 95, 252, 0.15);
}

.checked {
    border: 1px solid var(--clr-theme-primary) !important;
}

.box_icon .form__custom-content {
    text-align: center;
    padding: 1.07em;
}

.box_icon .form__custom-body {
    display: block;
    margin-bottom: 0.5rem;
}

.box_icon .form__custom-body span {
    font-size: 30px;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    background-color: rgba(108, 95, 252, 0.1);
    display: inline-flex;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--clr-theme-primary);
}

.box_icon .form-check-input {
    float: none !important;
    margin: 0 !important;
}

.custom-option.form__custom-thumb {
    border: 1px solid transparent;
    border-radius: 6px;
}

.form__custom-thumb .form__custom-content {
    padding: 0;
}

.form__custom-thumb .form__custom-body img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

.form__custom-thumb.radio-thumb .form-check-input {
    display: none;
}

.form__custom-thumb.form__custom-thumb-check {
    position: relative;
}

.form__custom-thumb.form__custom-thumb-check .form-check-input {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    margin: 0;
    border: 0;
    opacity: 0;
    z-index: 9;
}

[dir=rtl] .form__custom-thumb.form__custom-thumb-check .form-check-input {
    inset-inline-start: 16px;
}

.form__custom-thumb.form__custom-thumb-check .form-check-input:checked {
    opacity: 1;
}

.form__custom-name {
    font-size: 16px;
    color: var(--clr-common-black);
    font-weight: 600;
}

.form-check-input:checked,
.form-check-input[type=radio]:indeterminate {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.form-check-input:checked.form-check-primary,
.form-check-input[type=radio]:indeterminate.form-check-primary {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary) !important;
}

.form-check-input:checked.form-check-secondary,
.form-check-input[type=radio]:indeterminate.form-check-secondary {
    background-color: var(--clr-theme-secondary);
    border-color: var(--clr-theme-secondary) !important;
}

.form-check-input:checked.form-check-success,
.form-check-input[type=radio]:indeterminate.form-check-success {
    background-color: var(--clr-action-success);
    border-color: var(--clr-action-success) !important;
}

.form-check-input:checked.form-check-info,
.form-check-input[type=radio]:indeterminate.form-check-info {
    background-color: var(--clr-action-info);
    border-color: var(--clr-action-info) !important;
}

.form-check-input:checked.form-check-warning,
.form-check-input[type=radio]:indeterminate.form-check-warning {
    background-color: var(--clr-action-warning);
    border-color: var(--clr-action-warning) !important;
}

.form-check-input:checked.form-check-danger,
.form-check-input[type=radio]:indeterminate.form-check-danger {
    background-color: var(--clr-action-danger);
    border-color: var(--clr-action-danger) !important;
}

.form-check-input:checked.form-check-link,
.form-check-input[type=radio]:indeterminate.form-check-link {
    background-color: var(--clr-action-link);
    border-color: var(--clr-action-link) !important;
}

.form-check-input:checked.form-check-dark,
.form-check-input[type=radio]:indeterminate.form-check-dark {
    background-color: var(--clr-common-black);
    border-color: var(--clr-common-black) !important;
}

.form-check-primary .form-check-input {
    border-color: var(--clr-theme-primary);
}

.form-check-secondary .form-check-input {
    border-color: var(--clr-theme-secondary);
}

.form-check-success .form-check-input {
    border-color: var(--clr-action-success);
}

.form-check-info .form-check-input {
    border-color: var(--clr-action-info);
}

.form-check-warning .form-check-input {
    border-color: var(--clr-action-warning);
}

.form-check-danger .form-check-input {
    border-color: var(--clr-action-danger);
}

.form-check-link .form-check-input {
    border-color: var(--clr-action-link);
}

.form-check-dark .form-check-input {
    border-color: var(--clr-common-black);
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.form-check-input:checked.form-check-primary,
.form-check-input[type=checkbox]:indeterminate.form-check-primary {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary) !important;
}

.form-check-input:checked.form-check-secondary,
.form-check-input[type=checkbox]:indeterminate.form-check-secondary {
    background-color: var(--clr-theme-secondary);
    border-color: var(--clr-theme-secondary) !important;
}

.form-check-input:checked.form-check-success,
.form-check-input[type=checkbox]:indeterminate.form-check-success {
    background-color: var(--clr-action-success);
    border-color: var(--clr-action-success) !important;
}

.form-check-input:checked.form-check-info,
.form-check-input[type=checkbox]:indeterminate.form-check-info {
    background-color: var(--clr-action-info);
    border-color: var(--clr-action-info) !important;
}

.form-check-input:checked.form-check-warning,
.form-check-input[type=checkbox]:indeterminate.form-check-warning {
    background-color: var(--clr-action-warning);
    border-color: var(--clr-action-warning) !important;
}

.form-check-input:checked.form-check-danger,
.form-check-input[type=checkbox]:indeterminate.form-check-danger {
    background-color: var(--clr-action-danger);
    border-color: var(--clr-action-danger) !important;
}

.form-check-input:checked.form-check-link,
.form-check-input[type=checkbox]:indeterminate.form-check-link {
    background-color: var(--clr-action-link);
    border-color: var(--clr-action-link) !important;
}

.form-check-input:checked.form-check-dark,
.form-check-input[type=checkbox]:indeterminate.form-check-dark {
    background-color: var(--clr-common-black);
    border-color: var(--clr-common-black) !important;
}

.form-check-primary .form-check-input {
    border-color: var(--clr-theme-primary);
}

.form-check-secondary .form-check-input {
    border-color: var(--clr-theme-secondary);
}

.form-check-success .form-check-input {
    border-color: var(--clr-action-success);
}

.form-check-info .form-check-input {
    border-color: var(--clr-action-info);
}

.form-check-warning .form-check-input {
    border-color: var(--clr-action-warning);
}

.form-check-danger .form-check-input {
    border-color: var(--clr-action-danger);
}

.form-check-link .form-check-input {
    border-color: var(--clr-action-link);
}

.form-check-dark .form-check-input {
    border-color: var(--clr-common-black);
}

.label-title {
    font-size: 14px;
    color: var(--clr-common-black);
    font-weight: 700;
}

.form__edit-view .form__input textarea {
    height: 140px;
    resize: vertical;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

[bd-theme=bd-theme-dark] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent !important;
}

.form-control[type=file]:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

[bd-theme=bd-theme-dark] .form-control[type=file]:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent !important;
}

[bd-theme=bd-theme-dark] .form-control[type=file]:not([readonly])::file-selector-button {
    background-color: transparent;
}

/* Specific styles for date input */
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.5;
    filter: invert(0.6);
}

input[type=date]::-webkit-calendar-picker-indicator:hover,
input[type=time]::-webkit-calendar-picker-indicator:hover,
input[type=datetime-local]::-webkit-calendar-picker-indicator:hover,
input[type=week]::-webkit-calendar-picker-indicator:hover,
input[type=month]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.onhover-show-div {
    position: absolute;
    width: 120px;
    inset-inline-start: unset;
    inset-inline-end: 0;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.onhover-show-div ul li {
    padding: 1px 10px;
    border-bottom: 1px solid rgba(30, 47, 101, 0.1);
    font-size: 12px;
    background: var(--clr-common-white);
}

.onhover-show-div ul li:hover a {
    color: var(--clr-theme-primary);
}

.timeline__item {
    position: relative;
}

.timeline__item:not(:last-child) {
    margin-bottom: 31px;
}

.timeline__item:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    inset-inline-start: 19px;
    transform: translateX(-50%);
    top: 45px;
    border-inline-end: 2px dashed var(--clr-border-1);
}

[dir=rtl] .timeline__item:not(:last-child)::before {
    inset-inline-start: 14px;
}

.timeline__icon span {
    width: 38px;
    height: 38px;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
}

[bd-theme=bd-theme-dark] .timeline__icon span {
    color: var(--clr-common-black);
}

.timeline__thumb {
    position: relative;
}

.timeline__thumb img {
    max-width: 48px;
    height: 48px;
    object-fit: cover;
}

.timeline__news-thumb {
    position: relative;
}

.timeline__news-thumb img {
    max-width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
}

.timeline__content-title {
    line-height: 1.3;
}

.timeline__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .timeline.style_two .timeline__item {
        flex-wrap: wrap;
    }
}

.timeline.style_two .timeline__item:not(:last-child) {
    margin-bottom: 25px;
}

@media (max-width: 450px) {
    .timeline.style_two .timeline__item::before {
        display: none;
    }
}

.avatar {
    position: relative;
}

.avatar ul li {
    display: inline-block;
}

.avatar ul li img {
    border: 2px solid var(--clr-border-1);
    transition: all 0.5s ease-in-out;
}

.avatar ul li img:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.avatar ul li + li {
    margin-inline-start: -15px;
}

.avatar ul li .avatar-bg {
    width: 36px;
    height: 36px;
    border: 2px solid var(--clr-border-1);
    background-color: var(--clr-theme-primary);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .avatar ul li .avatar-bg {
    color: var(--clr-common-black);
}

.avatar ul li .avatar-bg.avatar-bg-xxl {
    width: 100px;
    height: 100px;
    font-size: 20px;
}

.avatar ul li .avatar-bg.avatar-bg-xl {
    width: 80px;
    height: 80px;
    font-size: 18px;
}

.avatar ul li .avatar-bg.avatar-bg-lg {
    width: 60px;
    height: 60px;
    font-size: 16px;
}

.avatar ul li .avatar-bg.avatar-bg-md {
    width: 50px;
    height: 50px;
    font-size: 16px;
}

.avatar ul li .avatar-bg.avatar-bg-sm {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.avatar ul li .avatar-bg.avatar-bg-xs {
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.avatar-status {
    position: absolute;
    height: 12%;
    width: 12%;
    background-color: var(--clr-action-success);
    border-radius: 100%;
    bottom: 12%;
    inset-inline-end: 4%;
}

.traders li:not(:last-child) {
    margin-bottom: 14px;
}

.traders li .traders-assets {
    text-align: end;
}

@media (max-width: 450px) {
    .traders li .traders-assets {
        text-align: start;
    }
}

.language ul li {
    display: inline-block;
}

.language ul li img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 450px) {
    .language ul li img {
        width: 30px;
        height: 30px;
    }
}

.language ul li img:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.language ul li + li {
    margin-inline-start: -15px;
}

.chat-dot {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 4px;
}

.chat-dot span {
    display: block;
    width: 6px;
    height: 6px;
    background-color: rgba(108, 95, 252, 0.1);
    border-radius: 50%;
}

.price-up {
    border-radius: 30px;
    background-color: rgba(52, 181, 58, 0.1);
    color: var(--clr-action-success);
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 600;
}

.price-up.style_two {
    background-color: rgba(53, 190, 94, 0.1);
}

.price-increase {
    color: var(--clr-action-success);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
}

.price-down {
    border-radius: 30px;
    background-color: rgba(255, 58, 41, 0.1);
    color: var(--clr-action-danger);
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 600;
}

.price-decrease {
    color: var(--clr-action-danger);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}

.dot {
    position: relative;
    margin-inline-start: 10px;
}

.dot::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--clr-theme-primary);
    border-radius: 50%;
    top: 50%;
    inset-inline-start: -10px;
    transform: translateY(-50%);
}

.dot.down {
    position: relative;
    margin-inline-start: 10px;
}

.dot.down::before {
    position: absolute;
    content: "";
    background-color: var(--clr-theme-secondary);
}

.dot.success {
    position: relative;
    margin-inline-start: 10px;
}

.dot.success::before {
    position: absolute;
    content: "";
    background-color: var(--clr-action-success);
}

.dot.alert-danger {
    position: relative;
    margin-inline-start: 10px;
}

.dot.alert-danger::before {
    position: absolute;
    content: "";
    background-color: var(--clr-action-danger);
}

.dot.alert-info {
    position: relative;
    margin-inline-start: 10px;
}

.dot.alert-info::before {
    position: absolute;
    content: "";
    background-color: var(--clr-alert-info);
}

.body-text {
    color: var(--clr-text-body);
}

.text-label {
    color: var(--clr-text-label);
}

.text-black {
    color: var(--clr-common-black) !important;
}

.text-white {
    color: var(--clr-common-white) !important;
}

.text-theme {
    color: var(--clr-theme-primary) !important;
}

.text-theme-sec {
    color: var(--clr-theme-secondary) !important;
}

.text-primary {
    color: var(--clr-theme-primary) !important;
}

.text-secondary {
    color: var(--clr-theme-secondary) !important;
}

.text-info {
    color: var(--clr-action-info) !important;
}

.text-link {
    color: var(--clr-action-link) !important;
}

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

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

.text-warning {
    color: var(--clr-action-warning) !important;
}

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

.text-dark {
    color: var(--clr-common-dark) !important;
}

.text-lightest {
    color: var(--clr-common-lightest) !important;
}

.text-muted {
    color: var(--clr-text-body) !important;
}

.bg_success {
    background-color: rgba(52, 181, 58, 0.1) !important;
}

.bg_theme {
    background-color: rgba(108, 95, 252, 0.1) !important;
}

.bg_secondary {
    background-color: rgba(26, 188, 156, 0.1) !important;
}

.bg_danger {
    background-color: rgba(255, 58, 41, 0.1) !important;
}

.bg_info {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

.bg_warning {
    background-color: rgba(255, 178, 0, 0.1) !important;
}

.text-link-hover a {
    transition: all 0.3s linear;
}

.text-link-hover a:hover {
    color: var(--clr-theme-primary);
}

.box-spacing {
    padding: 20px 20px;
}

@media (max-width: 450px) {
    .box-spacing {
        padding: 10px 10px;
    }
}

.input__option {
    position: absolute;
    inset-inline-end: 20px;
    bottom: 0;
    height: 26px;
    border: 0;
    padding: 0 5px;
    background: transparent;
    transform: translateY(-50%);
}

.card__input input {
    position: relative;
    width: 100%;
    height: 50px;
    border: 2px solid var(--clr-border-1);
    padding: 0 20px;
    outline: none;
    background-color: transparent;
}

.dc-input-field {
    margin-bottom: 10px;
    position: relative;
}

.dc-input-field select {
    color: var(--clr-text-body);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.dc-input-field input {
    margin: 0;
    color: var(--clr-common-black);
    font-size: 20px;
    font-weight: 700;
    line-height: inherit;
}

.dc-input-field span {
    font-size: 12px;
    font-weight: 500;
    color: var(--clr-text-body);
    margin-bottom: 5px;
}

.dc-input-field.amount input {
    padding: 0 100px 0px 20px;
}

.world {
    width: 100%;
    height: 165px;
    margin: 0 auto;
}

.custom-scrollbar {
    overflow-x: scroll;
    -ms-overflow-style: thin;
    /* for Internet Explorer, Edge */
    scrollbar-width: thin;
    /* for Firefox */
    /* Set the width of the scrollbar */
    /* Set the color of the scrollbar thumb (the draggable part) */
    /* Set the color of the scrollbar track when the thumb is being dragged */
    /* Set the color of the scrollbar track (the area the thumb moves on) */
    /* Set the border-radius of the scrollbar thumb */
}

.custom-scrollbar::-webkit-scrollbar-width {
    scrollbar-width: thin;
    /* for Chrome, Safari, and Opera */
}

.custom-scrollbar::-webkit-scrollbar {
    width: 50px !important;
    /* Adjust as needed */
    height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #A6A6A6;
    /* Adjust as needed */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #606060;
    /* Adjust as needed */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Adjust as needed */
}

.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    border-radius: 2px;
    /* Adjust as needed */
}

.dataTables_scrollBody {
    -ms-overflow-style: thin;
    /* for Internet Explorer, Edge */
    scrollbar-width: thin;
    /* for Firefox */
    /* Set the width of the scrollbar */
    /* Set the color of the scrollbar thumb (the draggable part) */
    /* Set the color of the scrollbar track when the thumb is being dragged */
    /* Set the color of the scrollbar track (the area the thumb moves on) */
    /* Set the border-radius of the scrollbar thumb */
}

.dataTables_scrollBody::-webkit-scrollbar-width {
    scrollbar-width: thin;
    /* for Chrome, Safari, and Opera */
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 50px !important;
    /* Adjust as needed */
    height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #A6A6A6;
    /* Adjust as needed */
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background-color: #606060;
    /* Adjust as needed */
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Adjust as needed */
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:vertical {
    border-radius: 2px;
    /* Adjust as needed */
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #1abc9c;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #1abc9c;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #1abc9c;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #1abc9c;
}

.tooltip .tooltip-inner {
    background-color: #1abc9c;
    color: #FFFFFF;
}

body.dark-only .tooltip .tooltip-inner {
    background-color: var(--clr-common-black);
    color: var(--clr-common-white);
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    background-color: var(--clr-common-white);
}

.tox .tox-menubar {
    background-color: var(--clr-common-white);
}

.tox .tox-editor-container {
    z-index: 1 !important;
}

.tox .tox-statusbar {
    display: none !important;
}

.tox-tinymce {
    border: 2px solid var(--clr-border-1);
    border-radius: 6px !important;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: var(--bd-ff-body) !important;
    overflow: hidden;
    position: relative;
    visibility: inherit !important;
}

.tox .tox-mbtn {
    color: var(--clr-heading-primary);
    height: 25px !important;
    margin: 5px 1px 6px 0;
    padding: 0 8px !important;
}

.modal-content {
    background-color: var(--clr-bg-body);
    padding: 25px 25px;
    border-radius: 10px;
    border: none;
}

.modal-header {
    padding: 0;
    padding-bottom: 0;
    border: none;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    padding: 0;
    padding-top: 15px;
}

.bd-btn-close i {
    font-size: 16px;
    color: var(--clr-common-black);
}

[bd-theme=bd-theme-dark] .bd-btn-close i {
    color: var(--clr-common-black);
}

.bd-example-row [class^=col],
.bd-example-cols [class^=col] > *,
.bd-example-cssgrid [class*=grid] > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(108, 95, 252, 0.1);
    border: 1px solid rgba(var(--clr-theme-primary), 0.3);
}

.modal-btn-showcase button {
    margin-bottom: 10px;
}

.modal-btn-showcase button:not(:last-child) {
    margin-inline-end: 10px;
}

.popover {
    border: none;
    -webkit-box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.popover-header {
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-common-black);
    background-color: rgba(108, 95, 252, 0.3);
}

.modal-open.body-area {
    padding-inline-end: 0 !important;
}

.modal {
    z-index: 99999 !important;
}

.clearfix fieldset {
    display: none;
}

.clearfix .hidden-true {
    display: none;
}

.clearfix .glyph {
    display: inline-flex;
    margin-inline-end: 30px;
    font-size: 26px;
    color: var(--clr-common-black);
}

.clearfix .glyph .mls {
    color: var(--clr-text-label);
}

img {
    max-width: 100%;
    object-fit: cover;
}

.label__subtitle {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    color: var(--clr-common-medium);
}

.label__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--clr-common-black);
}

.label__content-wrapper p {
    border: 1px solid var(--clr-border-1);
    padding: 15px 15px;
}

/*----------------------------------------*/
/*  contact CSS START
/*----------------------------------------*/
.contact__list:not(:last-child) {
    margin-bottom: 12px;
}

.contact__list.style_two:not(:last-child) {
    margin-bottom: 10px;
}

.contact__list-icon span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.contact__list-icon span:nth-child(1) {
    color: var(--clr-action-success);
    background-color: rgba(52, 181, 58, 0.1);
}

.contact__list-icon span:nth-child(2) {
    color: var(--clr-action-danger);
    background-color: rgba(255, 58, 41, 0.1);
}

/*----------------------------------------*/
/*  HEADER CSS START
/*----------------------------------------*/
.header__title {
    font-size: 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__title {
        font-size: 16px;
        margin-inline-start: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__title span {
        display: none;
    }
}

.app__header__area {
    background-color: var(--clr-common-white);
    position: fixed;
    transition: 0.5s;
    top: 0;
    z-index: 10;
    inset-inline-start: 255px;
    width: calc(100% - 255px);
}

[bd-theme=bd-theme-dark] .app__header__area {
    background-color: var(--clr-bg-card);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app__header__area {
        width: 100%;
        inset-inline-start: 0px;
    }
}

.app__header-toggle i {
    font-size: 30px;
}

.app__header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .app__header-left {
        margin-inline-start: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app__header-left {
        gap: 5px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .app__herader-input {
        display: none;
    }
}

.app__herader-input input {
    width: 255px;
    height: 40px;
    background: transparent;
    padding-inline-start: 22px;
    padding-inline-end: 52px;
    font-size: 14px;
    color: var(--clr-text-secondary);
    border: 1.5px solid var(--clr-border-1);
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -o-border-radius: 54px;
    -ms-border-radius: 54px;
    border-radius: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .app__herader-input input {
        width: 200px;
    }
}

.app__herader-input button {
    position: absolute;
    inset-inline-end: 25px;
    font-size: 18px;
    color: #A1A1A1;
    top: 50%;
    transform: translateY(-50%);
}

.app__header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 13px 30px;
    transition: 0.3s;
    height: 70px;
    align-items: center;
    column-gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app__header-inner {
        padding: 13px 10px;
    }
}

.app__header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    column-gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app__header-right {
        column-gap: 10px;
    }
}

.app__header-action > ul {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    align-items: center;
    gap: 25px;
}

@media (max-width: 450px) {
    .app__header-action > ul {
        gap: 10px;
    }
}

.app__header-action > ul li {
    list-style: none;
}

.app__header-action > ul > li {
    list-style: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app__header-action > ul > li:nth-child(2) {
        display: none;
    }
}

.user__portfolio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 575px) {
    .user__portfolio {
        gap: 0;
    }
}

.user__portfolio {
    position: relative;
    direction: ltr;
}

.user__portfolio:after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    inset-inline-end: 0;
    transform: rotate(-135deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    transition: all 0.3s ease-out;
    border-color: var(--clr-text-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .user__portfolio:after {
        display: none;
    }
}

.user__content h5 {
    font-size: 16px;
    font-weight: var(--bd-fw-medium);
    position: relative;
    padding-inline-end: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .user__content h5 {
        display: none;
    }
}

.user__content span {
    position: relative;
    padding-inline-start: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .user__content span {
        display: none;
    }
}

.user__content span::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--clr-action-success);
    inset-inline-start: 0;
    top: 50%;
}

.header__action-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 70px;
}

.user__portfolio-thumb img {
    width: 40px;
    border-radius: 50%;
}

.bar-icon {
    width: 36px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.bar-icon span {
    width: 100%;
    height: 2px;
    background: var(--clr-common-white);
    display: inline-block;
}

.bar-icon span:nth-child(2) {
    margin-inline-start: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bar-icon span:nth-child(3) {
    margin-inline-start: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bar-icon:hover span:nth-child(2) {
    margin-inline-start: 10px;
}

.bar-icon:hover span:nth-child(3) {
    margin-inline-start: 0;
}

.bar-icon-2 {
    width: 20px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
}

.bar-icon-2 span {
    width: 100%;
    height: 2px;
    background: var(--clr-text-body);
    display: inline-block;
}

.bar-icon-2 span:nth-child(2) {
    margin-inline-start: -10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bar-icon-2:hover span:nth-child(2) {
    margin-inline-start: 0;
}

.humbager__icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: var(--clr-common-black);
    box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.header__toggle-text {
    font-weight: 500;
    font-size: 14px;
    color: var(--clr-heading-primary);
}

.bar-icon-3 {
    display: none;
}

.Manez__sidebar.collapsed .bar-icon-3 {
    display: block;
}

/*----------------------------------------*/
/*  SIDEBAR CSS START
/*----------------------------------------*/
.app__slide-wrapper {
    min-height: 775px;
}

.page__body-wrapper {
    position: absolute;
    inset-inline-end: 0;
    width: calc(100% - 280px);
    transition: all 0.5s ease;
    top: 100px;
    padding: 0px 25px 0px 0px;
}

[dir=rtl] .page__body-wrapper {
    padding: 0px 0px 0px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .page__body-wrapper {
        width: calc(100% - 20px);
    }
}

.header-logo img {
    height: 100%;
    width: 150px;
}

[bd-theme=bd-theme-dark] .header-logo .main-logo {
    display: none;
}

.header-logo .dark-logo {
    display: none;
}

[bd-theme=bd-theme-dark] .header-logo .dark-logo {
    display: block;
}

.app-sidebar {
    width: 256px;
    height: 100%;
    background-color: var(--clr-common-white);
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 103;
    transition: all 0.3s ease-in-out;
}

[bd-theme=bd-theme-dark] .app-sidebar {
    background-color: var(--clr-bg-card);
}

.app-sidebar .main-sidebar-header {
    height: 70px;
    width: 256px;
    position: fixed;
    display: flex;
    background-color: var(--clr-common-white);
    z-index: 9;
    align-items: center;
    justify-content: start;
    padding: 10px 20px;
    transition: all 0.05s ease;
    border-inline-end: 1px solid var(--clr-border-1);
    border-bottom: 1px solid var(--clr-border-1);
}

[bd-theme=bd-theme-dark] .app-sidebar .main-sidebar-header {
    background-color: var(--clr-bg-card);
}

.app-sidebar .sidebar-menu.child1 .sidebar__menu-item:hover,
.app-sidebar .sidebar-menu.child2 .sidebar__menu-item:hover,
.app-sidebar .sidebar-menu.child3 .sidebar__menu-item:hover {
    color: var(--clr-theme-primary);
}

.app-sidebar .sidebar__menu-category {
    color: var(--clr-text-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
}

.app-sidebar .sidebar__menu-item {
    padding: 12px 20px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: var(--clr-text-body);
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 6px;
}

.app-sidebar .sidebar__menu-item.active {
    color: var(--clr-theme-primary);
}

.app-sidebar .sidebar__menu-item.active .sidebar__menu-label,
.app-sidebar .sidebar__menu-item.active .side-menu__angle {
    color: var(--clr-theme-primary);
}

.app-sidebar .sidebar__menu-item.active .side-menu__icon {
    color: var(--clr-theme-primary);
}

.app-sidebar .sidebar__menu-item:hover {
    background-color: rgba(184, 184, 184, 0.05);
}

.app-sidebar .sidebar-menu.child1 .sidebar__menu-item, .app-sidebar .sidebar-menu.child2 .sidebar__menu-item, .app-sidebar .sidebar-menu.child3 .sidebar__menu-item {
    background-color: transparent !important;
}

.app-sidebar .sidebar-menu.child1 .sidebar__menu-item.active, .app-sidebar .sidebar-menu.child2 .sidebar__menu-item.active, .app-sidebar .sidebar-menu.child3 .sidebar__menu-item.active {
    background-color: transparent !important;
}

.app-sidebar .sidebar-menu {
    padding: 0;
}

.app-sidebar .sidebar-menu.child1 .sidebar__menu-item, .app-sidebar .sidebar-menu.child2 .sidebar__menu-item {
    padding: 6px 6px;
}

.app-sidebar .sidebar-menu.child1 .sidebar__menu-item:before, .app-sidebar .sidebar-menu.child2 .sidebar__menu-item:before, .app-sidebar .sidebar-menu.child3 .sidebar__menu-item:before {
    position: absolute;
    content: "\e404";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    inset-inline-start: -10px;
    opacity: 0.8;
}

.app-sidebar .sidebar-menu.child1 li, .app-sidebar .sidebar-menu.child2 li, .app-sidebar .sidebar-menu.child3 li {
    padding: 0;
    position: relative;
}

.app-sidebar .sidebar-menu.child1 li {
    padding-inline-start: 56px;
}

.app-sidebar .sidebar-menu.child2 li {
    padding-inline-start: 12px;
}

.app-sidebar .sidebar-menu.child3 li {
    padding-inline-start: 16px;
}

.app-sidebar .sidebar__menu-label {
    white-space: nowrap;
    color: var(--clr-text-body);
    position: relative;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 700;
}

.app-sidebar .side-menu__icon {
    margin-inline-end: 10px;
    line-height: 0;
    font-size: 14px;
    text-align: center;
    color: var(--clr-text-body);
    border-radius: 4px;
}

.app-sidebar .side-menu__angle {
    transform-origin: center;
    position: absolute;
    inset-inline-end: 20px;
    line-height: 1;
    font-size: 14px;
    color: var(--clr-text-body);
    transition: all 0.05s ease;
    opacity: 0.8;
}

.slide.has-sub .sidebar-menu {
    transform: translate(0, 0) !important;
    visibility: visible !important;
}

.nav ul li {
    list-style-type: none;
}

.nav > ul {
    padding-inline-start: 0px;
}

.sidebar-menu {
    display: none;
}

.slide.has-sub {
    display: grid;
}

.slide.has-sub.open > .sidebar__menu-item .side-menu__angle {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .main-menu {
        margin: 0 !important;
    }
}

.sidebar-left,
.sidebar-right {
    display: none;
}

.main-menu > .slide.active .sidebar-menu .sidebar__menu-item:hover .side-menu__angle, .main-menu > .slide:hover .sidebar-menu .sidebar__menu-item:hover .side-menu__angle {
    color: var(--clr-theme-primary) !important;
}

.nav ul li {
    list-style-type: none;
}

.nav > ul {
    padding-inline-start: 0px;
}

.sidebar-menu {
    display: none;
}

.slide.has-sub {
    display: grid;
}

.slide.has-sub.open > .sidebar__menu-item .side-menu__angle {
    transform: rotate(180deg);
}

.app-sidebar.collapsed ~ .page__body-wrapper .app__header__area {
    inset-inline-start: 0;
    width: 100%;
}

.app-sidebar.collapsed ~ .page__body-wrapper .app__header__area .app__header-inner {
    width: 100% !important;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .app-sidebar.collapsed ~ .page__body-wrapper .app__header__area {
        width: calc(100% - 0px) !important;
    }
}

.app-sidebar.collapsed ~ .page__body-wrapper {
    width: calc(100% - 20px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .app-sidebar {
        inset-inline-start: -300px;
    }
}

.app-sidebar.collapsed {
    inset-inline-start: -300px;
}

.app-sidebar.collapsed .page__body-wrapper {
    width: calc(100% - 80px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .close_sidebar.app-sidebar {
        inset-inline-start: 0px;
    }
}

.sidebar-bg {
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
    margin-top: 50px;
}

.sidebar__thumb-content {
    padding: 30px 25px 25px 25px;
    background-size: cover;
}

.sidebar__thumb-title {
    color: var(--clr-common-white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

[bd-theme=bd-theme-dark] .sidebar__thumb-title {
    color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  ACCORDION CSS START
/*----------------------------------------*/
.form__accordion .accordion-item {
    background-color: var(--clr-bg-body);
    border: none;
    margin-bottom: 25px;
    border-radius: 10px;
}

[bd-theme=bd-theme-dark] .form__accordion .accordion-item {
    background: var(--clr-bg-label);
}

.form__accordion .accordion-button {
    background-color: var(--clr-bg-body);
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    color: var(--clr-heading-primary);
    font-weight: 500;
    border-radius: 10px;
}

[bd-theme=bd-theme-dark] .form__accordion .accordion-button {
    background: var(--clr-bg-label);
}

.form__accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

[bd-theme=bd-theme-dark] .form__accordion .accordion-button:not(.collapsed) {
    background: var(--clr-bg-label);
}

.form__accordion .accordion-button:focus {
    z-index: 3;
    border-color: 0;
    outline: 0;
    box-shadow: none;
}

.form__accordion .accordion-button::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0;
    height: 0;
    margin-inline-start: auto;
    content: "+";
    font-family: var(--bd-ff-fontawesome);
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    inset-inline-end: 35px;
    top: 21px;
    transform: translateY(-50%);
}

.form__accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: var(--bd-ff-fontawesome);
}

.form__accordion .accordion-button span {
    font-size: 20px;
    font-weight: var(--bd-fw-medium);
    color: var(--clr-theme-primary);
    margin-inline-end: 5px;
}

.form__accordion .accordion-body {
    padding: 0 40px 20px 20px;
    font-size: 16px;
    color: var(--clr-common-black);
}

[bd-theme=bd-theme-dark] .form__accordion .accordion-body {
    color: var(--clr-text-body);
}

.form__accordion .accordion-body p {
    font-size: 16px;
    color: var(--clr-common-black);
}

.form__accordion .accordion-body ul {
    margin: 20px 0;
}

.form__accordion .accordion-body ul li {
    font-size: 16px;
    color: var(--clr-chart-1);
    position: relative;
    padding-inline-start: 15px;
}

.accordion-style .accordion {
    --bs-accordion-border-color: var(--clr-border-1);
}

.accordion-style .accordion.accordion-border-primary .accordion-item {
    border: 1px solid var(--clr-theme-primary);
}

.accordion-style .accordion.accordion-border-primary .accordion-button {
    background-color: transparent;
    color: var(--clr-theme-primary);
    border-block-end: 0px;
}

.accordion-style .accordion.accordion-border-primary .accordion-button:not(.collapsed) {
    border-block-end: 1px solid var(--clr-theme-primary);
}

.accordion-style .accordion.accordions-items-separate .accordion-item {
    border-block-start: 1px solid var(--clr-theme-primary);
    border-radius: 0.3rem;
    overflow: hidden;
}

.accordion-style .accordion.accordions-items-separate .accordion-item:not(:first-of-type) {
    margin-block-start: 0.5rem;
}

.accordion-style .accordion.accordion-icon .accordion-button span {
    color: var(--clr-theme-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(108, 95, 252, 0.1);
    text-align: center;
    border-radius: 50%;
    margin-inline-end: 15px;
}

.accordion-style .accordion.accordion-icon .accordion-button span i {
    font-size: 30px;
}

.accordion-style .accordion.accordion-icon .accordion-button:not(.collapsed) span {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
}

.accordion-style .accordion.accordion-icon .accordion-button:after {
    top: 40px;
}

.accordion-style .accordion-button {
    border-radius: 0;
    color: var(--clr-common-black);
    background-color: var(--clr-bg-body);
}

.accordion-style .accordion-button:not(.collapsed) {
    color: var(--clr-common-black);
    background-color: var(--clr-bg-body);
    box-shadow: none;
}

.accordion-style .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-style .accordion-button::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-inline-start: auto;
    content: "\e95d";
    font-family: var(--bd-ff-icomoon);
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    inset-inline-end: 30px;
    top: 23px;
    transform: translateY(-50%);
    background-image: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.accordion-style .accordion-button:not(.collapsed)::after {
    content: "\e965";
    font-family: var(--bd-ff-icomoon);
}

.accordion-style .accordion-body {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
    color: var(--clr-common-black);
    background-color: var(--clr-bg-body);
}

.accordion-primary .accordion-button:not(.collapsed) {
    background-color: var(--clr-theme-primary);
    color: #FFFFFF;
}

.accordion-primary .accordion-button:not(.collapsed)::after {
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid var(--clr-border-1);
}

.accordion-primary .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
}

.accordion-secondary .accordion-button:not(.collapsed) {
    background-color: rgba(26, 188, 156, 0.1);
    color: var(--clr-theme-secondary);
}

.accordion-secondary .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-theme-secondary);
}

.accordion-success .accordion-button:not(.collapsed) {
    background-color: rgba(52, 181, 58, 0.1);
    color: var(--clr-action-success);
}

.accordion-success .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-action-success);
}

.accordion-danger .accordion-button:not(.collapsed) {
    background-color: rgba(255, 58, 41, 0.1);
    color: var(--clr-action-danger);
}

.accordion-danger .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-action-danger);
}

.accordion-warning .accordion-button:not(.collapsed) {
    background-color: rgba(255, 178, 0, 0.1);
    color: var(--clr-action-warning);
}

.accordion-warning .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-action-warning);
}

.accordion-light .accordion-button:not(.collapsed) {
    background-color: rgba(184, 184, 184, 0.1);
    color: var(--clr-bg-light);
}

.accordion-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-bg-light);
}

.accordion-dark .accordion-button:not(.collapsed) {
    background-color: rgba(46, 46, 46, 0.1);
    color: var(--clr-common-dark);
}

.accordion-dark .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-common-dark);
}

.accordion-primary-light .accordion-button:not(.collapsed) {
    background-color: rgba(108, 95, 252, 0.1);
    color: var(--clr-theme-primary);
}

.accordion-primary-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
}

.accordion-secondary-light .accordion-button:not(.collapsed) {
    background-color: rgba(26, 188, 156, 0.1);
    color: var(--clr-theme-secondary);
}

.accordion-secondary-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-theme-secondary);
}

.accordion-success-light .accordion-button:not(.collapsed) {
    background-color: rgba(52, 181, 58, 0.1);
    color: var(--clr-action-success);
}

.accordion-success-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-action-success);
}

.accordion-danger-light .accordion-button:not(.collapsed) {
    background-color: rgba(255, 58, 41, 0.1);
    color: var(--clr-action-danger);
}

.accordion-danger-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-action-danger);
}

.accordion-warning-light .accordion-button:not(.collapsed) {
    background-color: rgba(255, 178, 0, 0.1);
    color: var(--clr-action-warning);
}

.accordion-warning-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-action-warning);
}

.accordion-light-light .accordion-button:not(.collapsed) {
    background-color: rgba(184, 184, 184, 0.1);
    color: var(--clr-bg-light);
}

.accordion-light-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-bg-light);
}

.accordion-dark-light .accordion-button:not(.collapsed) {
    background-color: rgba(46, 46, 46, 0.1);
    color: var(--clr-common-dark);
}

.accordion-dark-light .accordion-button::after {
    color: #FFFFFF;
    background-color: var(--clr-common-dark);
}

/*----------------------------------------*/
/*  BLOG CSS START
/*----------------------------------------*/
.bd-blog-wrapper {
    position: relative;
}

.bd-blog-wrapper:hover .btn-text-icon span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.bd-blog-wrapper:hover .bd-blog-thumb a img {
    transform: scale(1.2);
}

.bd-blog-thumb {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.bd-blog-thumb img {
    width: 100%;
    min-height: 260px;
}

.bd-blog-title {
    line-height: 1.2;
    margin-bottom: 15px;
}

.bd-blog-title:hover {
    color: var(--clr-theme-primary);
}

.bd-blog-content {
    padding: 25px 25px 25px 25px;
    border-radius: 0 0 8px 8px;
    background-color: var(--clr-common-white);
    box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.08);
}

[bd-theme=bd-theme-dark] .bd-blog-content {
    background-color: var(--clr-bg-card);
}

.bd-blog-content p {
    margin-bottom: 15px;
}

.bd-blog-meta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.bd-blog-meta-item {
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
}

.bd-blog-meta-item:not(:last-child) {
    margin-right: 25px;
}

.bd-blog-meta-item .meta-icon {
    color: var(--clr-theme-primary);
}

.bd-blog-meta-item .meta-text {
    color: var(--clr-text-secondary);
}

.post-details-thumb img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.post-details-meta ul {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 575px) {
    .post-details-meta ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.post-details-meta ul li {
    list-style: none;
}

.post-details-meta ul li:not(:last-child) {
    margin-right: 20px;
}

.post-details-meta ul li a {
    color: var(--bd-text-tag);
}

.post-details-meta ul li img {
    width: 40px;
    height: auto;
    border-radius: 139px;
    margin-right: 10px;
}

.post-details-meta ul li span {
    color: var(--bd-gray);
}

.post-details-meta ul li i {
    color: var(--clr-theme-primary);
    margin-right: 2px;
}

.post-details-blockquote {
    background-color: var(--clr-bg-body);
    padding: 30px 30px;
    border-radius: 8px;
    position: relative;
}

[bd-theme=bd-theme-dark] .post-details-blockquote {
    background-color: var(--clr-bg-label);
}

.post-details-blockquote::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: var(--clr-theme-primary);
    border-radius: 8px 0 0 8px;
}

.post-details-blockquote blockquote {
    position: relative;
}

.post-details-blockquote blockquote::before {
    content: '"';
    position: static;
    font-family: "Font Awesome 6 Pro";
    font-size: 70px;
    color: var(--clr-theme-primary);
    line-height: 1;
    display: inline-block;
}

.post-details-blockquote blockquote .blockquote-title {
    margin-bottom: 15px;
}

.post-details-blockquote blockquote span {
    position: relative;
}

.post-details-blockquote blockquote span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--clr-bg-label);
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.post-details-list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 12px;
    font-weight: var(--bd-fw-medium);
    list-style: none;
}

.post-details-list ul li:not(:last-child) {
    margin-bottom: 17px;
}

.post-details-list ul li .list-icon {
    width: 22px;
    height: 22px;
    background: var(--clr-theme-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .post-details-list ul li .list-icon {
    color: var(--clr-common-black);
}

.post-details-tag .tagcloud a {
    margin-bottom: 0;
}

.post-details-tag .theme-social a {
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.post-comment-form textarea {
    height: 270px;
}

.post-comment {
    border-bottom: 1px solid var(--clr-border-1);
    padding-bottom: 15px;
    padding-top: 20px;
}

.post-comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.post-comment .media {
    display: flex;
    align-items: start;
}

@media (max-width: 575px) {
    .post-comment .media {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.post-comment .thumbnail a {
    display: inline-block;
}

.post-comment .thumbnail a img {
    display: inline-block;
    max-height: 83px;
    min-width: 83px;
    object-fit: cover;
    border-radius: 100%;
}

.post-comment .media-body {
    padding-left: 20px;
    width: 100%;
}

@media (max-width: 575px) {
    .post-comment .media-body {
        padding-left: 0;
    }
}

.post-comment .author-info .title {
    margin-bottom: 5px;
}

.post-comment .author-info .title:hover i {
    color: var(--clr-theme-primary);
}

.post-comment .author-info .title i {
    color: rgba(129, 129, 129, 0.5);
    transition: all 0.2s linear;
}

.post-comment .bd-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post-comment .has-seperator {
    position: relative;
}

.post-comment .has-seperator::before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 14px;
    right: -10px;
    top: 50%;
    background: rgba(129, 129, 129, 0.2);
    transform: translateY(-50%);
}

.post-comment .bd-meta li {
    list-style: none;
    font-size: 14px;
    color: var(--clr-text-taxonomy);
    margin-right: 20px;
}

.post-comment .rating a i {
    color: var(--clr-text-rating);
}

.post-comment .description {
    margin-bottom: 10px;
    margin-top: 10px;
}

.post-comment .reply-button a {
    font-size: 16px;
    color: var(--clr-common-black);
    transition: all 0.2s ease-in-out 0s;
}

.post-comment .reply-button a:not(:last-child) {
    margin-right: 20px;
}

.post-comment .reply-button a i {
    margin-right: 5px;
}

.post-comment .reply-button a:hover {
    color: var(--clr-theme-primary);
}

.post-comment .reply-comment {
    border-top: 1px solid var(--clr-border-1);
    margin-top: 15px;
    padding-top: 20px;
}

.post-comment .reply-comment.post-comment {
    border-bottom: none;
}

.btn-text-icon {
    display: inline-block;
}

.btn-text-icon:hover a span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    color: var(--clr-theme-primary);
}

.btn-text-icon:hover a i {
    color: var(--clr-theme-primary);
}

.btn-text-icon a {
    font-weight: 600;
    font-size: 16px;
    color: var(--clr-common-black);
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    overflow: hidden;
}

.btn-text-icon a span {
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.btn-text-icon a i {
    color: var(--clr-common-black);
}

.has-seperator {
    position: relative;
}

.has-seperator::before {
    position: absolute;
    content: " ";
    width: 2px;
    height: 15px;
    right: -18px;
    top: 50%;
    background: rgba(129, 129, 129, 0.2);
    transform: translateY(-50%);
}

.sidebar-widget-divider {
    padding-top: 30px;
    border-bottom: 1px solid var(--clr-border-1);
    margin-bottom: 20px;
}

.sidebar-widget .recent-post {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 575px) {
    .sidebar-widget .recent-post {
        flex-direction: column;
        align-items: start;
    }
}

.sidebar-widget .recent-post:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-widget .recent-post-title {
    margin-bottom: 5px;
}

.sidebar-widget .recent-post-thumb {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.sidebar-widget .recent-post-thumb:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.sidebar-widget .recent-post-thumb::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar-widget .recent-post-thumb {
        width: 150px;
        height: 110px;
        min-width: 150px;
    }
}

@media (max-width: 575px) {
    .sidebar-widget .recent-post-thumb {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.sidebar-widget .recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-widget .recent-post-date span {
    color: var(--clr-theme-primary);
    margin-right: 2px;
}

.sidebar-widget .recent-post-price {
    color: var(--clr-theme-primary);
}

.sidebar-widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-widget.widget_categories ul li a {
    color: var(--clr-text-body);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.sidebar-widget.widget_categories ul li a:hover {
    color: var(--clr-theme-primary);
}

.sidebar-widget-thumb {
    position: relative;
    border-radius: 8px;
}

.sidebar-widget-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--clr-common-black);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    right: 0;
}

[bd-theme=bd-theme-dark] .sidebar-widget-thumb::before {
    background-color: var(--clr-common-white);
}

.sidebar-widget-thumb img {
    border-radius: 8px;
}

.sidebar-widget-content {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
}

.sidebar-widget-content p {
    color: var(--clr-action-warning);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar-widget-content h5 {
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .sidebar-widget-content h5 {
    color: var(--clr-common-black);
}

.sidebar-widget-content h5:hover {
    color: var(--clr-theme-secondary);
}

.sidebar-widget-title {
    position: relative;
}

.sidebar-widget-title::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    inset-block-end: -5px;
    width: 50px;
    height: 2px;
    background-color: var(--clr-theme-primary);
}

.tagcloud a {
    font-size: 16px;
    color: var(--clr-text-body);
    font-weight: 500;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
    display: inline-block;
    padding: 7px 24px;
    margin-bottom: 10px;
    margin-inline-end: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.tagcloud a:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .tagcloud a:hover {
    color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  CARD CSS START
/*----------------------------------------*/
.card-body {
    background: var(--clr-bg-card);
    padding: 25px 25px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.card-body .color-name {
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 18px;
}

.card-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .card-flex {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card__sub-title {
    color: var(--clr-text-body);
}

.card__sub-title-2 {
    color: var(--clr-text-body);
    font-size: 13px;
    font-weight: 400;
}

.card__title-wrap span {
    display: block;
}

.card__desc {
    display: inline-block;
}

.card__desc.style_two {
    color: var(--clr-text-muted);
}

.card__link {
    position: relative;
}

.card__link span {
    font-size: 12px;
    color: var(--clr-text-secondary);
    margin-inline-start: 30px;
}

@media (max-width: 575px) {
    .card__link span {
        margin-inline-start: 20px;
    }
}

.card__link i {
    position: absolute;
    top: 54%;
    inset-inline-start: 0px;
    transform: translateY(-50%);
    color: var(--clr-theme-primary);
    font-size: 16px;
}

.card__box {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .card__box {
        grid-template-columns: auto;
    }
}

.card__icon span {
    color: var(--clr-theme-primary);
    background: rgba(108, 95, 252, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.card__icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.card__rating-box {
    background-color: rgba(108, 95, 252, 0.1);
    padding: 31px 30px;
    text-align: center;
}

.card__rating-icon {
    color: var(--clr-text-rating);
    font-size: 20px;
}

.card__slide-top {
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
    z-index: 2;
}

.card__slide-top span {
    color: var(--clr-common-black);
}

.card__slide-title {
    color: var(--clr-common-white);
}

.card__slide-bottom {
    position: absolute;
    bottom: 20px;
    inset-inline-start: 20px;
}

.card__slide-bottom h5 {
    color: var(--clr-common-white);
}

.card__slide-bottom span {
    color: var(--clr-common-white);
}

.card__slide-bottom span span {
    color: var(--clr-text-taxonomy);
    text-decoration: line-through;
}

.card__slide-thumb {
    position: relative;
    width: 100%;
    height: 492px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.card__slide-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0.5) 100%);
}

.card__review {
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card__review-wrapper.style_two {
        height: 395px;
    }
}

.card__review-wrapper.style_three {
    height: 335px;
}

.card__admin-box.style_two {
    width: calc(100% - 220px);
}

.card__chat-user-text {
    padding: 14px 14px;
    display: inline-block;
    border-radius: 8px 0px 8px 8px;
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}

[bd-theme=bd-theme-dark] .card__chat-user-text {
    color: var(--clr-common-black);
}

.card__chat-user-box.style_two {
    width: calc(100% - 220px);
}

.card__chat-text {
    display: inline-block;
    border-radius: 0px 8px 8px 8px;
    background: rgba(56, 96, 226, 0.1);
    padding: 14px 14px;
    position: relative;
}

.card__chat-footer {
    position: relative;
    padding-top: 10px;
}

.card__chat-footer::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: var(--clr-bg-body);
    width: calc(100% + 40px);
    top: 0;
    inset-inline-start: -20px;
}

.card__thumb-content {
    max-width: 450px;
}

@media (max-width: 575px) {
    .card__thumb-content {
        max-width: 100%;
    }
}

.card__thumb-title {
    color: var(--clr-theme-primary);
    line-height: 1.35;
}

.card__thumb-subtitle {
    font-size: 16px;
    color: var(--clr-common-white);
    text-decoration: underline;
}

[bd-theme=bd-theme-dark] .card__thumb-subtitle {
    color: var(--clr-common-black);
}

.card__footer a {
    color: var(--clr-theme-primary);
}

.card__noticeboard-box {
    background: var(--clr-bg-body);
    padding: 20px 20px;
    border-radius: 6px;
}

[bd-theme=bd-theme-dark] .card__noticeboard-box {
    background: var(--clr-bg-label);
}

.card__noticeboard-box span {
    margin-bottom: 15px;
    display: inline-block;
    color: var(--clr-text-taxonomy);
}

.card__noticeboard-box span:last-child {
    margin-bottom: 0;
}

.card__review-content span {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--clr-text-taxonomy);
}

.body__card-wrapper {
    background: var(--clr-common-white);
    box-shadow: 0px 4px 8px rgba(247, 66, 111, 0.03);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 30px 30px;
}

@media (max-width: 450px) {
    .body__card-wrapper {
        padding: 20px 20px 20px;
    }
}

.card__inner {
    padding-inline-end: 15px;
}

.card__wrapper {
    background: var(--clr-bg-card);
    padding: 25px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
    position: relative;
}

[bd-theme=bd-theme-dark] .card__wrapper {
    box-shadow: none;
}

@media (max-width: 450px) {
    .card__wrapper {
        padding: 15px 15px;
    }
}

.card__wrapper.style_two {
    padding: 20px 20px 0 20px;
    background: transparent;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}

.card__wrapper.style_three {
    padding: 20px 20px 0 20px;
    background: transparent;
    border: none;
    margin-bottom: 20px;
}

.card__wrapper.style_four {
    background: var(--clr-bg-card);
    padding: 20px 0 20px 0;
    border: 1px solid var(--clr-border-1);
    margin-bottom: 20px;
    position: relative;
}

.card__sm-wrapper {
    background: var(--clr-common-white);
    padding: 20px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
}

@media (max-width: 575px) {
    .card__sm-wrapper {
        padding: 25px 20px;
    }
}

.card__header-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--clr-border-1);
    padding-bottom: 19px;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.card__header-icon {
    font-size: 20px;
    color: #F87A58;
}

.card__header-icon svg * {
    fill: #F87A58;
}

.card__header-iconi {
    top: 4px;
    position: relative;
}

.card__header-title h4 {
    font-size: 20px;
    color: var(--clr-text-secondary);
}

@media (max-width: 575px) {
    .card__header-title h4 {
        font-size: 18px;
    }
}

.card__header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 45px;
}

@media (max-width: 575px) {
    .card__header-right {
        justify-content: space-between;
    }
}

.card__title-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 10px;
    align-items: center;
}

.card__header-calendar span select {
    border: 1px solid var(--clr-border-1);
    padding: 0px 26px 0 9px;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    background: var(--clr-common-white);
    color: var(--clr-text-body);
    display: inline-block;
}

@media (max-width: 450px) {
    .card__header-calendar span select {
        margin-bottom: 10px;
    }
}

.bank__card img {
    width: 100%;
}

.tricket__sold-item {
    display: grid;
    grid-template-columns: 1fr 130px;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid var(--clr-border-1);
}

.tricket__sold-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

@media (max-width: 575px) {
    .tricket__sold-item {
        grid-template-columns: 1fr;
    }
}

.sold__progress-item {
    margin-top: 20px;
}

.sold__progress .progress {
    height: 6px;
    border-radius: 4.5px;
    background-color: var(--clr-common-black);
}

.sold__progress .progress .progress-bar {
    background: var(--clr-gradient-1);
    border-radius: 4.5px;
}

.sold__bar-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 7px;
    justify-content: end;
    margin-bottom: 15px;
}

.sold__bar-top span {
    font-size: 14px;
    color: rgb(157, 157, 157);
    font-weight: var(--bd-fw-sbold);
}

.sold__bar-top .active {
    color: var(--clr-text-secondary);
}

.height-318 {
    height: 318px;
}

.widget-timeline {
    position: relative;
}

#scroll-h-1 {
    height: 298px;
}

#scroll-h-2 {
    height: 281px;
}

#scroll-h-3 {
    height: 382px;
}

#scroll-h-4 {
    height: 375px;
}

.bb-0 {
    border-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0;
}

/*----------------------------------------*/
/*  CALENDER CSS START
/*----------------------------------------*/
.calendar-wrapper #miniCalendar.fc .fc-daygrid-day-number, .calendar-wrapper #miniCalendar2.fc .fc-daygrid-day-number {
    color: var(--clr-text-label);
    padding: 10px 10px 10px 10px;
    font-size: 20px;
}

.fc-col-header-cell-cushion {
    color: var(--clr-text-label);
    font-size: 16px;
    padding: 5px 10px !important;
}

@media (max-width: 575px) {
    .fc-col-header-cell-cushion {
        font-size: 12px;
        padding: 5px 6px !important;
    }
}

.fc .fc-daygrid-day-number {
    color: var(--clr-common-black);
    padding: 30px 10px 10px 10px;
    font-size: 20px;
}

.fc a[data-navlink]:hover {
    text-decoration: none;
    color: var(--clr-theme-primary);
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid var(--clr-border-1);
    border: 1px solid var(--clr-border-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .fc .fc-toolbar {
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
}

.calendar-bg {
    background-color: var(--clr-common-black);
}

.calendar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar ul.style_two {
    margin-left: -20px;
}

.calendar li {
    color: var(--clr-text-secondary);
    width: 14.2857142857%;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 450px) {
    .calendar li {
        font-size: 14px;
    }
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin: 18px 0;
}

.calendar__wrapper {
    width: 100%;
}

.calendar__header {
    margin-top: 35px;
    margin-bottom: 45px;
}

.calendar__month {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}

.calendar__month p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: var(--bd-fw-sbold);
    color: var(--clr-text-secondary);
}

@media (max-width: 450px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .calendar__month p {
        font-size: 18px;
    }
}

.calendar__button {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    align-items: center;
    justify-content: center;
    color: var(--clr-text-secondary);
    background-color: var(--clr-common-medium);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.calendar__button:hover {
    background-color: var(--clr-text-body);
    color: var(--clr-common-white);
}

.calendar__button.active {
    background-color: var(--clr-text-body);
    color: var(--clr-common-white);
}

.calendar__button.prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

@media (max-width: 450px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .calendar__button.prev {
        left: 0;
    }
}

.calendar__button.prev.style_two {
    position: unset;
    top: 50%;
    left: 0px;
    transform: translateY(0%);
}

.calendar__button.next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

@media (max-width: 450px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .calendar__button.next {
        right: 0;
    }
}

.calendar__button.next.style_two {
    position: unset;
    top: 50%;
    right: 0px;
    transform: translateY(0%);
}

.style_two.calendar__header {
    margin-top: 0;
    margin-bottom: 0;
}

.style_two .calendar__month p {
    color: var(--clr-common-white);
}

.style_two.calendar li {
    color: var(--clr-common-white);
}

.days li:hover {
    color: var(--clr-common-white);
}

.days li.inactive {
    color: var(--clr-text-body);
}

.days li.inactive:hover {
    color: var(--clr-common-white);
}

.days li.active {
    color: var(--clr-common-white);
}

.days li.active::before {
    background: var(--clr-theme-primary);
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
    .days li::before {
        height: 40px;
        width: 40px;
    }
}

.days li:not(.active):hover::before {
    background: var(--clr-theme-primary);
}

.map__wrapper iframe {
    width: 100%;
    min-height: 450px;
}

/*----------------------------------------*/
/* ATTENDENT CSS START
/*----------------------------------------*/
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .attendant__wrapper {
        overflow-x: scroll;
    }
}

.attendant__action {
    padding-inline-start: 15px;
}

.attendant__seminer span {
    color: var(--clr-common-black);
    font-weight: var(--bd-fw-medium);
}

.attendant__seminer span a:hover {
    color: var(--clr-theme-primary);
}

.attendant__time {
    color: var(--clr-heading-primary);
}

.attendant__date span {
    color: var(--clr-heading-primary);
}

.attendant__action span {
    color: var(--clr-common-lightest);
}

.attendant__wrapper table {
    width: 100%;
    border-spacing: 0px 10px;
    border-collapse: separate;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .attendant__wrapper table {
        width: 1350px;
    }
}

.attendant__wrapper table thead {
    background-color: var(--clr-bg-label);
}

.attendant__wrapper table thead tr th {
    font-size: 15px;
    font-weight: 600;
    color: var(--clr-common-black);
    padding: 15px 20px;
}

.attendant__wrapper table > :not(caption) > * > * {
    padding: 10.5px 20px;
    border-radius: 4px;
    background-clip: padding-box;
}

.attendant__wrapper .table td {
    padding: 0.73rem;
}

.attendant__wrapper tbody tr {
    background-color: var(--clr-common-white);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

[bd-theme=bd-theme-dark] .attendant__wrapper tbody tr {
    background: var(--clr-bg-label);
}

.attendant__wrapper tbody tr:hover {
    background-color: rgba(108, 95, 252, 0.1);
}

.attendant__dot {
    stroke: var(--clr-common-lightest);
}

.attendant__speakers-thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.attendant__speakers-thumb img {
    margin-inline-end: -20px;
    max-width: 38px;
}

.attendant__meta-count {
    width: 40px;
    height: 40px;
    background: var(--clr-common-white);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: var(--bd-fw-sbold);
}

.attendant__location span {
    color: var(--clr-heading-primary);
}

.registration__user-thumb img {
    max-width: 40px;
}

.event__information-title {
    font-size: 18px;
    color: var(--clr-text-secondary);
    font-weight: var(--bd-fw-sbold);
    text-transform: capitalize;
}

.attendants-table table.dataTable thead > tr > th.sorting {
    cursor: default;
}

.attendants-table table.dataTable thead > tr > th.sorting::before {
    display: none;
}

.attendants-table table.dataTable thead > tr > th.sorting::after {
    display: none;
}

/*----------------------------------------*/
/*  DROPDOWN CSS START
/*----------------------------------------*/
.dropdown button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--clr-theme-primary);
    background: rgba(108, 95, 252, 0.1);
}

.dropdown button i {
    color: var(--clr-text-body);
    font-size: 18px;
    margin-inline-end: 0px;
}

.dropdown.style_two {
    display: inline-block;
}

.dropdown.style_two button::after {
    display: none;
}

.dropdown__item {
    font-size: 16px;
    padding: 8px 16px;
    display: block;
    color: var(--clr-text-secondary);
    transition: all 0.3s ease-in-out;
    text-align: start;
}

.dropdown__item:hover {
    color: var(--clr-theme-primary);
    background-color: rgba(108, 95, 252, 0.15);
}

.dropdown-list {
    background: var(--clr-bg-body);
    border: 1px solid var(--clr-border-1);
    z-index: 100;
    position: absolute;
    inset-inline-end: 0;
    min-width: 12rem;
    padding: 0.4rem 0;
    display: none;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.07);
}

[bd-theme=bd-theme-dark] .dropdown-list {
    background: var(--clr-bg-label);
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-toggle::after {
    margin-top: -0.28em;
    margin-inline-start: 10px;
    width: 0.45em;
    height: 0.45em;
    border: 1px solid;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg);
    color: var(--clr-theme-primary);
}

.dropdown-toggle:hover::after {
    color: var(--clr-common-white);
}

.dropdown-basic {
    margin-bottom: -10px;
}

.dropdown-basic .btn-group {
    margin-inline-end: 18px;
}

.dropdown-basic .btn-group .btn-round {
    border-radius: 50px;
}

.dropdown-basic .separated-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
}

[dir=rtl] .dropdown-basic .separated-btn .btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-basic .separated-btn .btn .dropdown-content {
    display: none;
    position: absolute;
    inset-inline-end: 0;
    background-color: var(--clr-common-white);
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11;
    inset-inline-start: -45px;
    top: 45px;
}

.dropdown-basic button {
    color: var(--clr-common-white);
    max-height: 36px;
    height: 36px;
    border-radius: 6px;
}

[dir=rtl] .dropdown-basic button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.dropdown-basic button.rounded-pill {
    border-radius: 50rem !important;
}

.dropdown-basic .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown-basic .dropdown .dropbtn {
    color: var(--clr-common-black);
    padding: 12px 35px;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 36px;
    border-radius: 6px;
    font-weight: 500;
}

.dropdown-basic .dropdown .dropbtn:hover {
    color: var(--clr-common-white);
}

.dropdown-basic .dropdown .dropbtn:hover span i {
    color: var(--clr-common-white);
}

.dropdown-basic .dropdown .dropbtn span {
    display: flex;
    align-items: center;
    margin-inline-start: 10px;
}

.dropdown-basic .dropdown .dropbtn span i {
    color: var(--clr-common-black);
}

.dropdown-basic .dropdown.separated-btn .dropdown-content {
    inset-inline-end: 0;
    inset-inline-start: unset;
}

.dropdown-basic .dropdown .dropdown-content {
    display: none;
    position: absolute;
    inset-inline-end: 0;
    background-color: var(--clr-common-white);
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11;
    inset-inline-start: 0;
    top: 45px;
}

[bd-theme=bd-theme-dark] .dropdown-basic .dropdown .dropdown-content {
    background-color: var(--clr-common-black);
}

.dropdown-basic .dropdown .dropdown-content a {
    color: var(--clr-common-black);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

[bd-theme=bd-theme-dark] .dropdown-basic .dropdown .dropdown-content a {
    color: var(--clr-common-white);
}

.dropdown-basic .dropdown .dropdown-content .dropdown-header {
    padding: 12px 16px;
}

.dropdown-basic .dropdown-content a:hover {
    background-color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .dropdown-basic .dropdown-content a:hover {
    background-color: var(--clr-common-black);
}

.dropdown-basic .dropdown:hover .dropdown-content {
    display: block;
}

.dropup-basic .dropup {
    position: relative;
    display: inline-block;
}

.dropup-basic .dropup .dropbtn {
    color: var(--clr-common-white);
    padding: 12px;
    border: none;
}

.dropup-basic .dropup .dropup-content {
    display: none;
    position: absolute;
    background-color: var(--clr-common-white);
    min-width: 170px;
    bottom: 45px;
    z-index: 999;
    inset-inline-start: 0;
}

.dropup-basic .dropup .dropup-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropup-basic .dropup .dropup-content a:hover {
    background-color: var(--clr-common-white);
}

.dropup-basic .dropup:hover .dropup-content {
    display: block;
}

.dropup-basic .dropup:hover .dropup-content a.active {
    background-color: var(--clr-common-white);
}

/*----------------------------------------*/
/*  SCROLLBAR CSS START
/*----------------------------------------*/
.scrollbar-track-y {
    width: 7px !important;
}

[dir=rtl] .scrollbar-track-y {
    right: auto !important;
    left: 0 !important;
}

.scrollbar-thumb {
    width: 7px !important;
}

.scrollbar-track {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.height-318 {
    height: 318px;
}

.widget-timeline {
    position: relative;
}

.scroll-h-1 {
    height: 299px;
}

.scroll-h-2 {
    height: 295px;
}

.scroll-h-3 {
    height: 325px;
}

.scroll-h-4 {
    height: 335px;
}

.scroll-h-5 {
    height: 400px;
}

.scroll-h-6 {
    height: 345px;
}

.scroll-h-7 {
    height: 580px;
}

.scroll-h-8 {
    height: 512px;
}

.scroll-h-9 {
    height: 575px;
}

.table-height {
    height: 148px;
}

.table-height-2 {
    height: 320px;
}

.table-height-3 {
    height: 250px;
}

.table-height-4 {
    height: 177px;
}

/**=====================
    Scrollbar CSS Start
==========================**/
[data-simplebar] {
    position: unset;
}

.simplebar-mask {
    top: 80px;
}

.simplebar-track {
    right: -2px;
}

.simplebar-track.simplebar-vertical {
    top: 100px;
    width: 10px;
}

.simplebar-track.simplebar-horizontal {
    visibility: hidden !important;
}

.simplebar-scrollbar:before {
    background: rgba(108, 95, 252, 0.2);
}

/**=====================
     Scrollbar CSS Ends
==========================**/
.scrollbar-thumb {
    background: var(--clr-bg-body) !important;
}

[dir=rtl] .scrollbar-thumb {
    left: auto;
    right: 0;
}

/*----------------------------------------*/
/*  DARK LIGHT CSS START
/*----------------------------------------*/
:root[bd-theme=bd-theme-dark] {
    --clr-common-white: #362a2a;
    --clr-common-lightest: #6B7280;
    --clr-common-medium: #E5E7EB;
    --clr-common-dark: #F9FAFB;
    --clr-common-black: #FFFFFF;
    --clr-common-placeholder: #9CA3AF;
    --clr-heading-primary: #D1D5DB;
    --clr-text-body: #9CA3AF;
    --clr-text-label: #C6C8CC;
    --clr-text-muted: #7C838F;
    --clr-text-taxonomy: #9CA3AF;
    --clr-text-secondary: #9CA3AF;
    --clr-bg-primary: #1F2937;
    --clr-bg-secondary: #374151;
    --clr-bg-body: #111827;
    --clr-bg-card: #1F2937;
    --clr-bg-label: #374151;
    --clr-bg-light: #6B7280;
    --clr-border-1: #374151;
    --clr-border-2: #4B5563;
    --clr-border-3: #6B7280;
    --clr-chart-1: #9CA3AF;
    --clr-chart-2: #D1D5DB;
    --clr-footer-1: #6B7280;
    --clr-gradient-1: linear-gradient(90deg, #4C51BF 0%, #2C5282 100%);
    --clr-gradient-2: linear-gradient(90deg, #D53F8C 0%, #B83280 100%);
}

.body-area {
    background: var(--clr-bg-body);
}

/*----------------------------------------*/
/*  SCHEDULE CSS START
/*----------------------------------------*/
#scheduleTable > thead {
    vertical-align: middle;
}

.date-box {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.date-box .date {
    font-size: 30px;
    font-weight: 700;
}

.date-box .date span {
    font-size: 13px;
    font-weight: 500;
    color: var(--clr-text-body);
    display: inline-block;
    position: absolute;
    top: 5px;
}

.date-box p {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-text-label);
    margin-bottom: 0;
}

.date-box p span {
    color: var(--clr-text-body);
    margin-inline-start: 5px;
}

.schedule-box {
    background-color: var(--clr-theme-primary);
    padding: 10px 10px;
    color: var(--clr-common-white);
    border-radius: 6px;
}

[bd-theme=bd-theme-dark] .schedule-box {
    color: var(--clr-common-black);
}

.schedule-box h6 {
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .schedule-box h6 {
    color: var(--clr-common-black);
}

.schedule-box-top {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 5px;
}

.schedule-box-top h6 {
    line-height: 1;
}

.schedule-box-top span {
    line-height: 1;
}

.schedule-box-top .early-dot {
    position: relative;
    margin-inline-start: 15px;
}

.schedule-box-top .early-dot::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--clr-theme-primary);
    inset-inline-start: -15px;
    top: 7px;
    transform: translateY(-50%);
}

.schedule-box.theme-sec-bg {
    background-color: var(--clr-theme-secondary);
}

.schedule-box.success-bg {
    background-color: var(--clr-action-success);
}

.schedule-box.warning-bg {
    background-color: var(--clr-action-warning);
}

.schedule-box.danger-bg {
    background-color: var(--clr-action-danger);
}

.schedule-box.info-bg {
    background-color: var(--clr-action-info);
}

.schedule-box.link-bg {
    background-color: var(--clr-action-link);
}

.schedule__blog-item {
    padding: 30px 30px 30px;
    background: var(--clr-common-white);
    box-shadow: 0px 4px 8px rgba(247, 66, 111, 0.03);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 450px) {
    .schedule__blog-item {
        padding: 30px 20px 30px;
    }
}

.schedule__blog-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.schedule__blog-title {
    margin-bottom: 20px;
    color: var(--clr-text-secondary);
    font-size: 20px;
    font-weight: var(--bd-fw-sbold);
    line-height: 1.5;
}

@media (max-width: 450px) {
    .schedule__blog-title {
        font-size: 18px;
    }
}

.schedule__blog-title a:hover {
    color: var(--clr-theme-primary);
}

.schedule__blog-location {
    padding-top: 15px;
    border-top: 1px solid var(--clr-border-1);
}

.schedule__blog-thumb {
    margin-top: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.schedule__tag-post {
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

.schedule__meta-thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: absolute;
    inset-inline-start: 35px;
    bottom: 20px;
}

.schedule__meta-thumb img {
    max-width: 40px;
    margin-inline-start: -15px;
}

.schedule__meta-count {
    width: 40px;
    height: 40px;
    background: var(--clr-common-white);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: var(--bd-fw-sbold);
    margin-inline-start: -15px;
}

.event__tag-item span {
    background: var(--clr-common-white);
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: var(--bd-fw-sbold);
}

.event__tag-item span a:hover {
    color: var(--clr-theme-primary);
}

.speaker__list-item {
    padding: 30px 30px 25px;
    background: var(--clr-common-white);
    box-shadow: 0px 4px 8px rgba(247, 66, 111, 0.03);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.speaker__list-thumb {
    margin-bottom: 25px;
}

.speaker__list-thumb img {
    width: 100%;
}

.speaker__list-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 6px;
}

.speaker__list-social a {
    width: 30px;
    height: 30px;
    background: var(--clr-common-black);
    border-radius: 50%;
    color: var(--clr-common-white);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.speaker__list-social a:hover {
    background-color: var(--clr-theme-primary);
}

.speaker__list-content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 575px) {
    .speaker__list-content-inner {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.speaker__author-title {
    font-weight: var(--bd-fw-bold);
    margin-bottom: 5px;
    color: var(--clr-text-secondary);
    font-size: 18px;
}

.speaker__author-title a:hover {
    color: var(--clr-theme-primary);
}

.speaker__author-info {
    color: var(--clr-text-label);
}

.speaker__author-info span {
    color: var(--clr-text-taxonomy);
    font-size: 14px;
}

/*----------------------------------------*/
/*  CHART CSS START
/*----------------------------------------*/
.card__chart {
    padding-right: 10px;
    margin-left: -10px;
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid var(--clr-border-1);
    background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    border-bottom: 1px solid var(--clr-border-1);
    background: var(--clr-common-white) !important;
    color: var(--clr-text-body) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid var(--clr-border-1);
    background: rgba(255, 255, 255, 0.96);
}

.apexcharts-legend {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden !important;
    padding: 0 10px;
}

[bd-theme=bd-theme-dark] .apexcharts-menu {
    background: var(--clr-bg-body) !important;
    border-color: var(--clr-border-1) !important;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
    color: var(--clr-theme-primary);
    background-color: rgba(108, 95, 252, 0.15) !important;
}

/*----------------------------------------*/
/*  CHATBOX CSS START
/*----------------------------------------*/
.chatbox__main-wrapper {
    display: grid;
    background: var(--clr-bg-card);
    grid-template-columns: 350px auto;
    border: 1px solid var(--clr-border-1);
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chatbox__main-wrapper {
        grid-template-columns: 320px auto;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .chatbox__main-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.chatbox__inbox-wrapper {
    min-width: 330px;
    background: var(--clr-common-white);
    border-inline-end: 1px solid var(--clr-border-1);
}

[bd-theme=bd-theme-dark] .chatbox__inbox-wrapper {
    background: var(--clr-bg-card);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .chatbox__inbox-wrapper {
        min-width: 100%;
    }
}

.chatbox__inbox-inner {
    padding: 20px 20px;
}

@media (max-width: 575px) {
    .chatbox__inbox-inner {
        padding: 30px 20px;
    }
}

.chatbox__author-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
    max-width: 240px;
}

.chatbox__author-info h5 {
    font-size: 14px;
    font-weight: var(--clr-fw-sbold);
    margin-bottom: 3px;
    color: var(--clr-text-secondary);
}

.chatbox__author-info span {
    font-size: 12px;
    font-weight: var(--clr-fw-sbold);
    color: var(--clr-text-taxonomy);
}

.chatbox__author-info p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

.chatbox__author-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chatbox__author-item.is-active .chatbox__author-info h5 {
    color: var(--clr-text-secondary);
    font-size: 16px;
    margin-bottom: 0;
}

.chatbox__author-item:last-child {
    margin-bottom: 0;
}

.chatbox__author-thumb img {
    max-width: 60px;
    border-radius: 50%;
}

.chatting__user-thumb img {
    max-width: 60px;
    border-radius: 50%;
}

.chatbox__inbox-input {
    position: relative;
}

.chatbox__inbox-input input {
    width: 100%;
    height: 45px;
    padding-inline-start: 22px;
    padding-inline-end: 52px;
    border-radius: 30px;
    background: transparent;
    color: var(--clr-text-secondary);
    border: 1px solid var(--clr-border-1);
}

.chatbox__inbox-btn {
    position: absolute;
    inset-inline-end: 25px;
    font-size: 18px;
    color: #A1A1A1;
    top: 50%;
    transform: translateY(-50%);
}

.chatbox__inbox-search {
    border-bottom: 1px solid var(--clr-border-1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.chatbox__notification {
    text-align: end;
    min-width: 55px;
}

.chatbox__notification .time {
    display: block;
    font-size: 10px;
    color: var(--clr-text-body);
}

.chatbox__notification .text__number {
    width: 15px;
    height: 15px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    color: var(--clr-common-white);
    background: #34b53a;
}

.chatbox__notification .text__number.active {
    background: var(--clr-theme-primary);
}

.chatbox__chatting-wrapper {
    width: 100%;
    background: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .chatbox__chatting-wrapper {
    background: var(--clr-bg-card);
}

.chatbox__chatting-top {
    padding: 20px 65px 60px 20px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .chatbox__chatting-top {
        padding: 20px 30px 60px 30px;
    }
}

@media (max-width: 450px) {
    .chatbox__chatting-top {
        padding: 20px 20px 60px 20px;
    }
}

.chatting__user-info {
    color: var(--clr-text-secondary);
}

.chatbox__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--clr-border-1);
    gap: 20px;
    flex-wrap: wrap;
}

.chatbox__header-notification {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 15px;
}

.chatbox__header-notification i {
    font-size: 20px;
    color: var(--clr-common-black);
    transition: all 0.3s ease;
}

.chatbox__header-notification i:hover {
    color: var(--clr-theme-primary);
}

.chatting__user {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
}

.chatting__user:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: var(--clr-action-success);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.chat__message-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: end;
    gap: 10px;
}

.chat__message-item.is-right {
    flex-direction: row-reverse;
}

.chat__message-item.is-right .chat__message-title {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    border-radius: 10px 10px 0px 10px;
}

.chat__message-item.is-right .chat__message-title p {
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .chat__message-item.is-right .chat__message-title p {
    color: var(--clr-common-black);
}

.chat__message-item.is-time {
    display: block;
    text-align: center;
    margin: 16px 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.chat__message-item.is-time::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 600px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -21;
    background: var(--clr-border-1);
}

.chat__message-item.is-time span {
    padding: 0 10px;
    background: var(--clr-common-white);
    color: var(--clr-text-body);
}

.chat__message-title {
    background-color: rgba(108, 95, 252, 0.1);
    padding: 10px 10px;
    border-radius: 8px 8px 8px 0px;
}

.chat__message-title p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--clr-common-black);
    line-height: 18.15px;
}

.chat__message-thumb img {
    max-width: 25px;
    border-radius: 50%;
}

.chat__message-item-pdf .chat__message-title {
    border-radius: 0;
}

.chat__message-item-pdf {
    border-radius: 10px 10px 10px 0px;
    overflow: hidden;
}

.chatbox__footer-input {
    position: relative;
}

.chatbox__footer-input > input {
    height: 45px;
    width: 100%;
    border: 0;
    padding-inline-end: 170px;
    padding-inline-start: 25px;
    background-color: transparent;
    color: var(--clr-common-black);
}

@media (max-width: 450px) {
    .chatbox__footer-input > input {
        padding: 0 110px 0px 45px;
    }
}

.chatbox__input-voice {
    position: absolute;
    top: 8px;
}

.chatbox__chatting-footer {
    background: transparent;
    margin-inline-end: 25px;
    padding-top: 28px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    border-top: 1px solid var(--clr-border-3);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .chatbox__chatting-footer {
        margin: 0;
    }
}

@media (max-width: 450px) {
    .chatbox__chatting-footer {
        padding: 28px 20px 26px 20px;
    }
}

.search__option {
    position: absolute;
    text-align: right;
    top: 10px;
    inset-inline-end: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

.search__option div {
    position: relative;
    display: inline-block;
    margin: 0 1px;
    cursor: pointer;
}

.search__option div input {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    opacity: 0.01;
    cursor: pointer;
}

.search__option div label {
    display: block;
    cursor: pointer;
}

.search__option div svg {
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.search__option div:hover svg {
    opacity: 1;
}

.chatbox__edit {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--clr-theme-primary);
    background: rgba(108, 95, 252, 0.1);
}

/*----------------------------------------*/
/*  SIGN CSS START
/*----------------------------------------*/
.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

.authentication-wrapper.basic-authentication {
    align-items: center;
    justify-content: center;
}

.authentication-wrapper.cover-authentication {
    align-items: flex-start;
}

.authentication-wrapper.cover-authentication .authentication-inner {
    width: 100%;
    height: 100%;
    margin: auto 0;
}

.authentication-wrapper.cover-authentication .authentication-inner .authentication-image {
    width: 100%;
    margin: 32px 0 32px 32px;
    height: 100vh;
    height: calc(100vh - 4rem);
    position: relative;
}

.authentication-inner .card__wrapper {
    width: 400px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .authentication-inner .card__wrapper {
        width: 100%;
    }
}

.authentication-logo {
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

.authentication-logo img {
    max-width: 160px;
}

.authentication-logo.logo-white img {
    display: none;
}

[bd-theme=bd-theme-dark] .authentication-logo.logo-white img {
    display: block;
}

[bd-theme=bd-theme-dark] .authentication-logo.logo-black img {
    display: none;
}

.coming-soon-form {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 0 10px;
}

@media (max-width: 575px) {
    .coming-soon-form {
        flex-wrap: wrap;
    }

    .coming-soon-form button {
        width: 100%;
        margin-top: 10px;
    }
}

.coming-soon-form .form-control {
    width: 360px;
}

.countdown {
    margin-bottom: 30px;
}

.countdown-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--clr-common-black);
}

@media (max-width: 575px) {
    .countdown-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.countdown span {
    font-size: 50px;
    font-weight: 500;
    color: var(--clr-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .countdown span {
        font-size: 30px;
    }
}

.coming-soon .card__wrapper {
    width: 100%;
}

/*----------------------------------------*/
/*  NOTIFACTION CSS START
/*----------------------------------------*/
.notification__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--clr-border-3);
}

.notification__inner span {
    color: var(--clr-text-body);
}

.notification__inner h5 {
    font-weight: var(--bd-fw-medium);
    color: var(--clr-text-secondary);
}

.notification__thumb img {
    max-width: 68px;
    border-radius: 50%;
}

.notification__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid var(--clr-border-3);
}

@media (max-width: 450px) {
    .notification__item {
        flex-wrap: wrap;
    }
}

.notification__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.notification__content > a {
    margin-bottom: 5px;
    font-weight: var(--bd-fw-medium);
    font-size: 14px;
    color: var(--clr-common-black);
}

@media (max-width: 450px) {
    .notification__content > a {
        margin-bottom: 10px;
    }
}

.notification__time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.notification__time span {
    font-size: 14px;
    font-weight: var(--bd-fw-medium);
    color: var(--clr-text-body);
}

.notification__time span.status {
    position: relative;
    padding-inline-start: 5px;
}

.notification__time span.status:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--clr-text-7);
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: -9px;
    border-radius: 50%;
}

.notification__card {
    height: 420px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-inline-end: 6px;
    margin-inline-start: 20px;
    padding-inline-end: 20px;
}

.email__dropdown,
.notification__dropdown {
    position: absolute;
    top: 60px;
    inset-inline-end: -100px;
    z-index: 9;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    background: var(--clr-common-white);
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 320px;
    display: none;
}

[bd-theme=bd-theme-dark] .email__dropdown,
[bd-theme=bd-theme-dark] .notification__dropdown {
    background: var(--clr-bg-label);
}

@media (max-width: 450px) {
    .email__dropdown,
    .notification__dropdown {
        inset-inline-end: -70px;
        width: 300px;
    }
}

@media (max-width: 450px) {
    .email__dropdown.email-enable,
    .notification__dropdown.email-enable {
        inset-inline-end: -80px;
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .email__dropdown.item-two,
    .notification__dropdown.item-two {
        inset-inline-end: -65px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .email__dropdown.item-two,
    .notification__dropdown.item-two {
        inset-inline-end: -45px;
    }
}

@media (max-width: 575px) {
    .email__dropdown.item-two,
    .notification__dropdown.item-two {
        inset-inline-end: -35px;
    }
}

@media (max-width: 450px) {
    .email__dropdown.item-two,
    .notification__dropdown.item-two {
        inset-inline-end: -50px;
        width: 300px;
    }
}

.user__dropdown {
    position: absolute;
    top: 58px;
    inset-inline-end: 0px;
    z-index: 9;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
    background: var(--clr-common-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
    width: 180px;
}

[bd-theme=bd-theme-dark] .user__dropdown {
    background: var(--clr-bg-label);
}

.user__dropdown ul li {
    list-style: none;
    padding: 10px;
    line-height: 1;
    border-bottom: 1px solid var(--clr-border-1);
}

.user__dropdown ul li:last-child {
    border-bottom: 0;
}

.user__dropdown ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--clr-text-body);
}

[bd-theme=bd-theme-dark] .user__dropdown ul li a {
    color: var(--clr-common-black);
}

.user__dropdown ul li a svg * {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

[bd-theme=bd-theme-dark] .user__dropdown ul li a svg * {
    fill: var(--clr-common-black);
}

.user__dropdown ul li a:hover {
    color: var(--clr-theme-primary);
}

.user__dropdown ul li a:hover svg * {
    fill: var(--clr-theme-primary);
}

#langdropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

#langdropdown svg path {
    fill: var(--clr-text-body);
}

.lang__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

.language-text {
    color: var(--clr-text-label);
}

@media (max-width: 450px) {
    .language-text {
        display: none;
    }
}

.lang__dropdown {
    position: absolute;
    top: 58px;
    inset-inline-start: 0px;
    z-index: 9;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
    background: var(--clr-common-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
    width: 180px;
}

[bd-theme=bd-theme-dark] .lang__dropdown {
    background: var(--clr-bg-label);
}

@media (max-width: 575px) {
    .lang__dropdown {
        width: 150px;
    }
}

@media (max-width: 450px) {
    .lang__dropdown {
        width: 150px;
        inset-inline-start: -30px;
    }
}

.lang__dropdown > ul > li {
    list-style: none;
    border-bottom: 1px solid var(--clr-border-1);
}

.lang__dropdown > ul > li:last-child {
    border-bottom: 0;
}

.lang__dropdown > ul > li a {
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    color: var(--clr-text-body);
    font-weight: 500;
}

.lang__dropdown > ul > li a:hover {
    color: var(--clr-theme-primary);
}

.notification__icon svg path {
    fill: var(--clr-text-body);
}

.body__overlay {
    display: none;
    position: fixed;
    top: 0px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.lang-enable,
.email-enable,
.user-enable,
.notifydropdown-enable {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.notifydropdown-enable,
.user-enable,
.email-enable,
.lang__dropdown.lang-enable {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 8;
}

.lang__overlay.lang-enable,
.notification.lang-enable,
.lang__overlay.lang-enable,
.email__overlay.email-enable,
.user__overlay.lang-enable {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.body__overlay.notifydropdown-enable, .body__overlay.user-enable, .body__overlay.email-enable, .body__overlay.lang-enable {
    display: block;
}

/*----------------------------------------*/
/*  FOOTER CSS START
/*----------------------------------------*/
.footer {
    background-color: transparent;
    padding: 15px 30px;
    width: 100%;
}

.card__footer p {
    margin-bottom: 0;
}

/*----------------------------------------*/
/*  Tab CSS START
/*----------------------------------------*/
.card__tab .nav {
    background-color: transparent;
    border: 1px solid var(--clr-border-1);
    border-radius: 50px;
    padding: 0 4px;
    direction: ltr;
}

.card__tab .nav-item {
    padding: 3px 0;
}

.card__tab .nav-pills .nav-link {
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 50px;
    border: 0;
    width: 32px;
    height: 22px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: var(--clr-common-black);
    border-radius: 50px;
    padding: 0px 8px;
}

.card__tab .nav-pills .nav-link.active {
    color: var(--clr-common-white);
    background-color: var(--clr-common-black);
}

[bd-theme=bd-theme-dark] .card__tab .nav-pills .nav-link.active {
    color: var(--clr-common-white);
}

.form__card-content {
    max-width: 650px;
}

.form__card-content .form__input-title {
    width: 120px;
}

.form__card-tab .nav-pills .nav-link.active,
.form__card-tab .nav-pills .show > .nav-link {
    color: var(--clr-theme-primary);
    background-color: transparent;
}

.form__card-tab .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-common-black);
    padding: 0 15px 0 0;
}

.form__nav-wrapper .tab-content {
    padding-top: 20px;
}

.form__nav {
    border-bottom: 2px solid var(--clr-border-1);
}

.form__nav .nav-pills .nav-link.active,
.form__nav .nav-pills .show > .nav-link {
    color: var(--clr-theme-primary);
    background-color: transparent;
    box-shadow: 0 -2px 0 var(--clr-theme-primary) inset;
    border-radius: 0;
}

.form__nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-common-black);
    padding: 20px 20px;
    padding-top: 0;
}

.form__nav .nav-link:first-child {
    padding-inline-start: 0;
}

.payment__card-tab .nav-pills {
    justify-content: space-between;
}

@media (max-width: 575px) {
    .payment__card-tab .nav-pills {
        gap: 10px;
    }
}

.payment__card-tab .nav-pills .nav-link.active,
.payment__card-tab .nav-pills .show > .nav-link {
    color: var(--clr-theme-primary);
    background-color: rgba(108, 95, 252, 0.1);
}

.payment__card-tab .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-common-black);
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.crm__tab .nav-pills {
    display: block;
}

.crm__tab .nav-link {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-secondary);
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    width: 100%;
    height: 50px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[bd-theme=bd-theme-dark] .crm__tab .nav-link {
    color: var(--clr-common-black);
}

.crm__tab .nav-item:not(:last-child) {
    margin-bottom: 10px;
}

.crm__tab .nav-pills .nav-link.active,
.crm__tab .nav-pills .show > .nav-link {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

.draggable__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--clr-bg-body);
    margin-bottom: 10px;
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
    border-radius: 6px;
}

.draggable__item:hover {
    background-color: rgba(108, 95, 252, 0.2);
}

.draggable__item-title {
    display: flex;
    align-items: center;
}

.draggable__item-title span {
    margin-inline-end: 10px;
    font-size: 20px;
    line-height: 30px;
}

.search__result-tab .search-list {
    margin-bottom: 30px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: none;
    margin-inline-start: auto;
    margin-inline-end: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search__result-tab .nav-item {
    background-color: var(--clr-bg-card);
    color: var(--clr-common-black);
}

.search__result-tab .nav-item:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.search__result-tab .nav-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search__result-tab .nav-item.active {
    border-radius: 6px;
    color: var(--clr-common-black);
    background-color: var(--clr-theme-primary);
}

.search__result-tab .nav-link {
    display: block;
    padding: 0 24px;
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    color: var(--clr-common-black);
    text-decoration: none;
    background: 0 0;
    border: 0;
    height: 36px;
}

.nav-tabs {
    border-bottom-color: var(--clr-border-1);
}

.nav-tabs .nav-bottom .nav-item .nav-link.active {
    border-color: var(--clr-border-1);
}

.nav-tabs .nav-item.show .nav-link {
    font-weight: 500;
}

.nav-tabs .nav-link {
    color: var(--clr-common-dark);
}

.nav-tabs .nav-link.active {
    font-weight: 500;
}

.nav-tabs.nav-bottom .nav-item .nav-link.active {
    border-color: var(--clr-border-1) var(--clr-border-1) var(--clr-common-white);
}

.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-link {
    font-size: 16px;
    color: var(--clr-theme-primary);
}

.nav-link i {
    margin-inline-end: 10px;
}

[dir=rtl] .nav-link i {
    margin-inline-start: 10px;
    transform: rotate(-180deg);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .nav-pills .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-primary .nav-link.active,
.nav-primary .show > .nav-link,
.nav-pills.nav-primary .nav-link.active,
.nav-pills.nav-primary .show > .nav-link {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    border: none;
    border-radius: 6px;
}

[bd-theme=bd-theme-dark] .nav-primary .nav-link.active,
[bd-theme=bd-theme-dark] .nav-primary .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-primary .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-primary .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-primary .nav-link,
.nav-pills.nav-primary .nav-link {
    color: var(--clr-heading-primary);
    border-radius: 6px;
}

.nav-secondary .nav-link.active,
.nav-secondary .show > .nav-link,
.nav-pills.nav-secondary .nav-link.active,
.nav-pills.nav-secondary .show > .nav-link {
    background-color: var(--clr-theme-secondary);
    color: var(--clr-common-white);
    border: none;
}

[bd-theme=bd-theme-dark] .nav-secondary .nav-link.active,
[bd-theme=bd-theme-dark] .nav-secondary .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-secondary .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-secondary .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-secondary .nav-link,
.nav-pills.nav-secondary .nav-link {
    color: var(--clr-theme-secondary);
}

.nav-success .nav-link.active,
.nav-success .show > .nav-link,
.nav-pills.nav-success .nav-link.active,
.nav-pills.nav-success .show > .nav-link {
    background-color: var(--clr-action-success);
    color: var(--clr-common-white);
    border: none;
}

[bd-theme=bd-theme-dark] .nav-success .nav-link.active,
[bd-theme=bd-theme-dark] .nav-success .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-success .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-success .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-success .nav-link,
.nav-pills.nav-success .nav-link {
    color: var(--clr-action-success);
}

.nav-info .nav-link.active,
.nav-info .show > .nav-link,
.nav-pills.nav-info .nav-link.active,
.nav-pills.nav-info .show > .nav-link {
    background-color: var(--clr-action-info);
    color: var(--clr-common-white);
    border: none;
}

[bd-theme=bd-theme-dark] .nav-info .nav-link.active,
[bd-theme=bd-theme-dark] .nav-info .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-info .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-info .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-info .nav-link,
.nav-pills.nav-info .nav-link {
    color: var(--clr-action-info);
}

.nav-warning .nav-link.active,
.nav-warning .show > .nav-link,
.nav-pills.nav-warning .nav-link.active,
.nav-pills.nav-warning .show > .nav-link {
    background-color: var(--clr-action-warning);
    color: var(--clr-common-white);
    border: none;
}

[bd-theme=bd-theme-dark] .nav-warning .nav-link.active,
[bd-theme=bd-theme-dark] .nav-warning .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-warning .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-warning .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-warning .nav-link,
.nav-pills.nav-warning .nav-link {
    color: var(--clr-action-warning);
}

.nav-danger .nav-link.active,
.nav-danger .show > .nav-link,
.nav-pills.nav-danger .nav-link.active,
.nav-pills.nav-danger .show > .nav-link {
    background-color: var(--clr-action-danger);
    color: var(--clr-common-white);
    border: none;
}

[bd-theme=bd-theme-dark] .nav-danger .nav-link.active,
[bd-theme=bd-theme-dark] .nav-danger .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-danger .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-danger .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-danger .nav-link,
.nav-pills.nav-danger .nav-link {
    color: var(--clr-action-danger);
}

.nav-light .nav-link.active,
.nav-light .show > .nav-link,
.nav-pills.nav-light .nav-link.active,
.nav-pills.nav-light .show > .nav-link {
    background-color: var(--clr-bg-light);
    color: var(--clr-common-black);
    border: none;
}

[bd-theme=bd-theme-dark] .nav-light .nav-link.active,
[bd-theme=bd-theme-dark] .nav-light .show > .nav-link,
[bd-theme=bd-theme-dark] .nav-pills.nav-light .nav-link.active,
[bd-theme=bd-theme-dark] .nav-pills.nav-light .show > .nav-link {
    color: var(--clr-common-black);
}

.nav-light .nav-link,
.nav-pills.nav-light .nav-link {
    color: var(--clr-common-black);
}

.nav-dark .nav-link,
.nav-pills.nav-dark .nav-link {
    color: var(--clr-heading-primary);
    border-radius: 6px;
}

.nav-dark .nav-link.active,
.nav-dark .show > .nav-link,
.nav-pills.nav-dark .nav-link.active,
.nav-pills.nav-dark .show > .nav-link {
    background-color: var(--clr-heading-primary);
    color: var(--clr-common-white);
    border-radius: 6px;
}

/*----------------------------------------*/
/*  PROGRESS CSS START
/*----------------------------------------*/
.progress,
.progress-stacked {
    height: 5px !important;
    font-size: var(--bs-progress-font-size) !important;
    background-color: rgba(108, 95, 252, 0.1) !important;
}

.progress-showcase .progress:not(:last-child) {
    margin-bottom: 10px;
}

.mz-progress-bar {
    overflow: hidden;
}

.mz-progress-bar .progress {
    height: 10px !important;
    overflow: visible;
}

.mz-progress-bar .progress .progress-bar {
    background-color: var(--clr-theme-primary);
    border-radius: 10px;
    position: relative;
    overflow: visible !important;
}

.mz-progress-bar .progress .progress-bar.bg-2 {
    background-color: var(--clr-theme-secondary);
}

.mz-progress-bar .progress .progress-bar.bg-3 {
    background-color: var(--clr-action-success);
}

.mz-progress-bar .progress .progress-bar.bg-4 {
    background-color: var(--clr-action-warning);
}

.mz-progress-bar .progress .progress-bar.bg-5 {
    background-color: var(--clr-action-info);
}

.mz-progress-bar .progress .progress-bar.bg-6 {
    background-color: var(--clr-action-danger);
}

.mz-progress-bar .progress .progress-bar.bg-6 {
    background-color: var(--clr-action-link);
}

.mz-progress-bar.lg-progress-bar .progress {
    height: 15px !important;
}

.mz-progress-bar.sm-progress-bar .progress {
    height: 5px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .mz-progress-bar {
        padding-left: 0 !important;
    }
}

.mz-progress-bar.multi-progress-bar .progress-bar {
    border-radius: 0;
}

.mz-progress.style_two .mz-progress-wrapper:not(:last-child) {
    margin-bottom: 11px;
}

.mz-progress-wrapper:not(:last-child) {
    margin-bottom: 17px;
}

.mz-progress-wrapper.space-bottom:not(:last-child) {
    margin-bottom: 14px;
}

.mz-progress-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-text-label);
}

.mz-progress-title span {
    color: var(--clr-text-body);
    font-size: 16px;
    font-weight: 500;
}

.mz-progress-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.mz-progress-percentage {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-text-body);
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: -1rem;
    }
}

.seller__progress .progress {
    background: transparent;
    overflow: visible;
}

.seller__progress .progress-bar {
    background-color: var(--clr-theme-primary);
    border-radius: 50px;
    height: 8px;
}

.seller__progress .progress-bar.bg-2 {
    background-color: var(--clr-theme-secondary);
}

.seller__progress .progress-bar.bg-3 {
    background-color: var(--clr-action-success);
}

.work-progress .progress__item {
    margin-bottom: 15px;
}

.work-progress .progress__item p {
    margin-bottom: 10px;
}

.work-progress .progress {
    height: 15px !important;
    font-size: 12px !important;
    background-color: rgba(108, 95, 252, 0.1) !important;
}

.work-progress .progress-bar {
    background-color: var(--clr-theme-primary);
}

.work-progress .progress-bar.bg-2 {
    background-color: var(--clr-theme-secondary);
}

.work-progress .progress-bar.bg-3 {
    background-color: var(--clr-action-success);
}

.work-progress .progress-bar.bg-4 {
    background-color: var(--clr-action-danger);
}

.work-progress .progress-bar.bg-5 {
    background-color: var(--clr-action-info);
}

.work-progress .progress-bar.bg-6 {
    background-color: var(--clr-action-link);
}

.work-progress .progress-bar.bg-6 {
    background-color: var(--clr-action-warning);
}

#toaster-container {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
}

.toaster {
    display: block;
    position: fixed;
    padding: 10px;
    background-color: var(--clr-common-black);
    color: var(--clr-common-white);
    border-radius: 5px;
    z-index: 1000;
    opacity: 0.9;
    pointer-events: auto;
    margin: 10px;
}

.top-left {
    top: 20px;
    left: 20px;
}

.top-right {
    top: 20px;
    right: 20px;
}

.top-center {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-left {
    bottom: 20px;
    left: 20px;
}

.bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-right {
    bottom: 20px;
    right: 20px;
}

.toast-placement .toast:not(.show) {
    display: block;
}

.toast-placement .bd-example-toasts {
    min-height: 360px;
}

.toast-placement .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--clr-bg-body) !important;
}

/*----------------------------------------*/
/*  TABLES CSS START
/*----------------------------------------*/
.table > :not(caption) > * > * {
    padding: 0.9rem 0.75rem !important;
}

.table > :not(caption) > * > * {
    padding: 0.9rem 0.75rem !important;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--clr-text-body);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table {
    color: var(--clr-text-body);
}

.table-active {
    --bs-table-accent-bg: var(--clr-text-body);
    color: var(--clr-common-black);
}

.table.table-bordered {
    border-color: var(--clr-border-1);
}

.style_two .table {
    border-color: var(--clr-border-1);
}

.table__wrapper.style_three th {
    padding: 10px 10px;
}

.table__wrapper.style_three td {
    padding: 15px 10px;
}

.table__title th {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-common-black);
    padding: 8px 10px;
}

.table__title.bg-title {
    background-color: var(--clr-bg-label);
}

.table__title__checkbox {
    text-align: center;
}

.table__body tr {
    vertical-align: middle;
}

.table__body td {
    white-space: nowrap;
    padding: 9px 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .table__body td {
        padding: 10px 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .table__body td {
        padding: 10px 4px;
    }
}

.table-thumb img {
    width: 36px;
    border-radius: 50%;
    height: 36px;
    object-fit: cover;
    min-width: 36px;
}

.table__coin img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
}

.table__coin span {
    font-weight: 600;
    margin-left: 5px;
}

.table__icon {
    color: var(--clr-common-white);
    padding: 2px 7px !important;
    transition: all 0.3s linear;
    border-radius: 6px !important;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table__icon.download {
    color: var(--clr-theme-primary);
    background: rgba(108, 95, 252, 0.1);
}

.table__icon.download:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .table__icon.download:hover {
    color: var(--clr-common-black);
}

.table__icon.edit {
    color: var(--clr-theme-secondary);
    background: rgba(26, 188, 156, 0.1);
}

.table__icon.edit:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-secondary);
}

[bd-theme=bd-theme-dark] .table__icon.edit:hover {
    color: var(--clr-common-black);
}

.table__icon.delete {
    color: var(--clr-action-danger);
    background: rgba(255, 58, 41, 0.15);
}

.table__icon.delete:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-action-danger);
}

[bd-theme=bd-theme-dark] .table__icon.delete:hover {
    color: var(--clr-common-black);
}

.table__icon.reply {
    color: var(--clr-action-link);
    background: rgba(151, 71, 255, 0.15);
}

.table__icon.reply:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-action-link);
}

[bd-theme=bd-theme-dark] .table__icon.reply:hover {
    color: var(--clr-common-black);
}

.table__course {
    text-align: center;
}

.table__complete {
    text-align: center;
}

.table__enroll {
    text-align: center;
}

.table__duration {
    text-align: center;
}

.table__status {
    text-align: center;
}

.table__chart {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0;
}

.table__meta-location {
    color: var(--clr-common-dark);
    font-size: 14px;
}

.table__sl-number {
    text-align: center;
}

.table__btn i {
    color: var(--clr-common-black);
}

.table.style_four .table__title th {
    padding: 11px 10px;
}

.table.style_five .table__body td {
    padding: 5px 10px;
}

.table.style_six .table__body td {
    color: var(--clr-text-body);
    padding: 5px 10px;
}

.table.style_seven .table__title th {
    padding: 11px 10px;
}

.table.style_seven .table__body td {
    color: var(--clr-text-body);
    padding: 10px 10px;
}

.table.style_seven .table__body tr:hover {
    background-color: rgba(108, 95, 252, 0.1);
}

.rating__star i {
    color: var(--clr-text-label);
}

.rating__select.filled i {
    color: var(--clr-text-rating);
}

.table__sort .no-sort.sorting::before {
    display: none;
}

.table__sort .no-sort.sorting::after {
    display: none;
}

.default__file {
    font-size: 14px;
    color: var(--clr-common-black);
    margin-bottom: 0;
}

.meeting-table thead th {
    border-bottom: 1px solid var(--clr-border-1);
    font-size: 14px;
    color: var(--clr-text-label);
    background: var(--clr-bg-label);
    text-transform: capitalize;
}

.table thead th {
    background-color: var(--clr-bg-label);
}

.table > thead > tr th {
    color: var(--clr-text-label);
    font-size: 14px;
    font-weight: 500;
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
    box-shadow: none;
    box-shadow: none;
    background-color: var(--clr-bg-label);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
    box-shadow: none;
    box-shadow: none;
    background-color: var(--clr-bg-label);
}

.table > thead {
    vertical-align: middle;
}

.table > tbody {
    vertical-align: middle;
}

.credit-card__logo {
    position: absolute;
    top: 20px;
    right: 15px;
    transform: translateY(-50%);
}

.credit-card__logo i {
    font-size: 30px;
    color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  EMAIL CSS START
/*----------------------------------------*/
.email__left-sidebar .main-menu > li {
    width: 100%;
    text-align: left;
    border-radius: 6px;
}

.email__left-sidebar .main-menu > li a {
    color: var(--clr-common-black);
    margin: 10px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
    z-index: 0;
}

.email__left-sidebar .main-menu > li a i {
    margin-inline-end: 10px;
}

.email__left-sidebar .main-menu > li a.active > a {
    color: var(--clr-common-dark);
}

.email__left-sidebar .main-menu > li a:hover > .title {
    color: var(--clr-theme-primary);
}

.email__left-sidebar .main-menu > li:hover {
    background-color: rgba(108, 95, 252, 0.1);
    text-decoration: none;
}

.email__left-sidebar .main-menu > li.active {
    background-color: var(--clr-theme-primary);
}

.email__left-sidebar .main-menu > li.active a {
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .email__left-sidebar .main-menu > li.active a {
    color: var(--clr-common-black) !important;
}

.email__left-sidebar ul li a {
    display: flex;
    margin-inline-start: 18px;
    align-items: center;
}

.email__left-sidebar ul li a > .title {
    width: 100%;
    text-align: start;
    font-size: 14px;
}

.email__left-meta {
    color: var(--clr-common-black);
    font-weight: 700;
}

.email-right-aside .email-body .modal-content .btn-close {
    top: 30px;
    inset-inline-end: 25px;
}

.email-right-aside .email-body .email__inbox {
    overflow: auto;
    overflow-x: hidden;
}

.email-right-aside .email-body .email__inbox .media {
    position: relative;
}

.email-right-aside .email-body .email__inbox .media .media-body span {
    position: absolute;
    inset-inline-end: 20px;
}

.email-right-aside .email-body .email__inbox i {
    width: 18px;
    margin-inline-end: 10px;
    margin-inline-start: 10px;
    color: var(--clr-text-rating);
    cursor: pointer;
}

.email-right-aside .email-body .email__inbox .media-size-email {
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-right-aside .email-body .email__inbox .media-body {
    display: flex;
}

.email-right-aside .email-body .email__inbox img {
    height: 20px;
}

.email-right-aside .email-body .email__inbox .media {
    padding: 14px 20px 14px 20px;
    transition: all 0.3s ease-in-out;
}

.email-right-aside .email-body .email__inbox .media:hover {
    background-color: rgba(108, 95, 252, 0.1);
}

.email-right-aside .email-body .attachment {
    margin-top: 10px;
}

.email-right-aside .email-body .attachment ul li {
    display: inline-block;
}

.email-right-aside .email-body .attachment ul li img {
    width: 90px;
    height: 90px;
}

.email-right-aside .email-body .attachment ul li a {
    color: var(--clr-common-dark);
    font-size: 20px;
}

.email-right-aside .email-body .attachment a {
    font-size: 18px;
}

.email-right-aside .email-body .attachment a:hover {
    color: var(--clr-theme-primary);
}

.email-right-aside .email__profile .email__inbox p {
    color: var(--clr-text-body);
    font-weight: 500;
    display: inline-block;
    width: calc(100% - 200px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-inline-start: 15px;
    max-width: 850px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .email-right-aside .email__profile .email__inbox p {
        max-width: 370px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .email-right-aside .email__profile .email__inbox p {
        max-width: 400px;
    }
}

.email-right-aside .email__profile > div .email-reload {
    margin-inline-end: 10px;
}

.email-right-aside .email__profile > div .email-reload:hover span {
    background-color: rgba(108, 95, 252, 0.1);
    color: var(--clr-theme-primary);
}

.email-right-aside .email__profile > div .email-reload span {
    color: var(--clr-text-body);
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.email-right-aside .email__profile > div:first-child .email-top .email-chek {
    margin-inline-end: 20px;
}

.email-right-aside .email__profile > div:first-child .email-top .checkbox_animated:after {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 4px;
}

.email-right-aside .email__profile > div:first-child .email-top .checkbox_animated:before {
    inset-inline-start: 0.4rem;
    top: 0.55rem;
    width: 1.1rem;
    height: 0.5rem;
}

.media-body h6 {
    margin-bottom: 2px;
    margin-top: 3px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

.media-body h6 span {
    font-weight: 600;
}

.media-body h6 small span {
    color: var(--clr-text-body);
}

.email-top h5 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.email-top .email-right {
    padding: 13px 0;
    display: flex;
    justify-content: flex-end;
}

.email-wrapper h5 {
    margin-bottom: 20px;
}

.email-wrapper .emailread-group:nth-child(n+2) {
    border-top: 1px solid var(--clr-border-1);
    padding-top: 20px;
    margin-top: 20px;
}

.email-wrapper .emailread-group h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.email-wrapper .emailread-group h6 {
    font-size: 14px;
}

.email-wrapper .emailread-group .read-group:nth-child(n+2) {
    margin-top: 15px;
}

.email-wrapper .emailread-group textarea {
    text-transform: capitalize;
    padding: 15px;
}

.email-wrapper h6 {
    margin-bottom: 10px;
    float: left;
}

.email-wrapper .right-download {
    float: right;
}

.action-wrapper {
    margin-top: 15px;
}

.email-content .email-top .user-emailid:after {
    content: "";
    position: relative;
    height: 20px;
    width: 1px;
    inset-inline-end: 0;
    top: 3px;
    z-index: 2;
    border: 1px solid var(--clr-border-1);
    float: right;
    padding: 0;
    margin: 0 20px;
}

.email-body .attachment ul li img {
    width: 80px;
    height: 80px;
}

.email-body .attachment ul li:nth-child(n+2) {
    margin-inline-start: 10px;
}

@media (max-width: 575px) {
    .email-body .attachment ul li:nth-child(n+2) {
        margin-inline-start: 0;
        margin-bottom: 10px;
    }
}

.email-body .email-compose .email-top h4 {
    margin-bottom: 0;
    font-size: 24px;
}

.email-body .email-compose .email-top .btn {
    z-index: 0;
}

.email-body .email-compose .compose-border .btn-middle {
    padding-top: 5px;
}

.email-body .email-compose .compose-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.email-body .email-compose .dropzone i {
    display: block;
    margin-bottom: 10px;
}

.email-body .email-compose .dropzone h6 {
    float: unset;
    font-weight: 600;
}

.email-body .email-compose .dropzone .needsclick {
    display: block;
    margin: 0;
}

.actions {
    text-align: right;
}

@media (max-width: 575px) {
    .actions {
        text-align: start;
    }
}

.actions li {
    display: inline-block;
}

.actions li:nth-child(n+2) {
    margin-inline-start: 15px;
}

@media (max-width: 575px) {
    .actions li:nth-child(n+2) {
        margin-inline-start: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width: 450px) {
    .actions li:nth-child(n+2) {
        margin-inline-start: 10px;
        margin-bottom: 15px;
    }

    .actions li:nth-child(n+2):last-child {
        margin-inline-start: 0;
    }
}

.email__toggle-btn {
    text-transform: capitalize;
    display: none;
}

.email__btn-wrap {
    margin-top: 20px;
}

.divider {
    border-bottom: 1px solid var(--clr-border-1);
    width: 100%;
    padding-top: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .email-wrapper h6 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .email__section .email__left-sidebar .main-menu > li a {
        line-height: 30px;
    }

    .email__section .email-right-aside .tab-content .email-wrapper .right-download {
        font-size: 12px;
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.email__section .media-body h6 {
    margin-bottom: 2px;
    color: var(--clr-theme-primary);
    margin-top: 3px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

.card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .email__section .email-right-aside .email-body {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .email__section .email-right-aside .email-body .b-r-light {
        border-right: none !important;
    }

    .email__section .email-right-aside .radius-left {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .email__section .email__toggle-btn {
        display: block;
    }

    .email__section .email__sidebar {
        position: relative;
    }

    .email__section .email__sidebar .email__toggle-btn {
        margin-bottom: 20px;
        width: fit-content;
        z-index: 0;
        display: inline-flex;
    }

    .email__section .email__sidebar .email__left-side {
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        width: 280px;
        transition: all 0.5s ease;
    }

    .email__section .email__sidebar .email__left-side.open {
        visibility: visible;
        opacity: 1;
    }

    [bd-theme=bd-theme-dark] .email__section .email__sidebar .email__left-side .card__wrapper {
        background: var(--clr-bg-label);
    }

    .product-page-details {
        margin-top: 30px;
    }

    .product-wrapper-grid.list-view .product-box .product-img {
        width: 32%;
    }

    .md-sidebar.job-sidebar .md-sidebar-aside.job-left-aside {
        top: 40% !important;
    }
}

@media only screen and (max-width: 767px) {
    .email__section .email-right-aside .email__profile {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 767px) {
    .email__section .email-right-aside .email__profile .email__inbox {
        width: 850px;
    }
}

.email-form label {
    font-weight: 500;
    color: var(--clr-common-black);
    margin-bottom: 10px;
    display: block;
}

.email-form input {
    border-color: var(--clr-border-1);
    font-size: 14px;
    color: var(--clr-text-body);
}

/*----------------------------------------*/
/*  DROPZONE CSS START
/*----------------------------------------*/
.dropzone {
    min-height: 200px;
    background: var(--clr-bg-body);
    padding: 20px 20px;
    border: 2px dashed var(--clr-border-2);
    border-radius: 10px;
}

[bd-theme=bd-theme-dark] .dropzone {
    background: var(--clr-bg-label);
}

.dropzone i {
    font-size: 50px;
    color: var(--clr-theme-primary);
    margin-bottom: 20px;
}

.dropzone h6 {
    margin-bottom: 10px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 8px;
    overflow: hidden;
    width: 175px;
    height: 175px;
    position: relative;
    display: block;
    z-index: 5;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dz-remove {
    color: var(--clr-common-black);
    transition: all 0.3s linear;
    margin-top: 5px;
    font-size: 18px !important;
}

.dz-remove:hover {
    color: var(--clr-action-danger);
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone .dz-preview .dz-progress {
    background: var(--clr-action-success);
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: none;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 0;
    background: #FFFFFF !important;
}

/*----------------------------------------*/
/*  tagify CSS START
/*----------------------------------------*/
.tagify__wrapper:not(:last-child) {
    margin-bottom: 15px;
}

.tagify__wrapper label {
    margin-bottom: 5px;
    display: inline-block;
}

/* Suggestions items */
.tagify__dropdown.users-list .tagify__dropdown__item {
    padding: 0.5em 0.7em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name" "avatar email";
}

.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap {
    transform: scale(1);
}

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap {
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--clr-theme-primary);
    transition: 0.1s ease-out;
}

.tagify__dropdown.users-list img {
    width: 100%;
    vertical-align: top;
}

.tagify__dropdown.users-list strong {
    grid-area: name;
    width: 100%;
    align-self: center;
}

.tagify__dropdown.users-list span {
    grid-area: email;
    width: 100%;
    font-size: 0.9em;
    opacity: 0.6;
}

.tagify__dropdown.users-list .tagify__dropdown__item__addAll {
    border-bottom: 1px solid #DDD;
    gap: 0;
    display: block;
}

.tagify__tag {
    font-size: 14px;
}

/* Tags items */
.user__list .tagify__tag {
    white-space: nowrap;
}

.user__list .tagify__tag:hover .tagify__tag__avatar-wrap {
    transform: scale(1) translateX(0);
}

.user__list .tagify__tag .tagify__tag__avatar-wrap {
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: 0.12s ease-out;
}

.user__list .tagify__tag img {
    width: 100%;
    vertical-align: top;
    pointer-events: none;
}

.user__list .tags-look .tagify__dropdown__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0.3em 0.5em;
    border: 1px solid var(--clr-border-1);
    background: var(--clr-common-white);
    margin: 0.2em;
    font-size: 0.85em;
    color: var(--clr-common-black);
    transition: 0s;
}

.user__list .tags-look .tagify__dropdown__item--active {
    color: var(--clr-common-black);
}

.user__list .tags-look .tagify__dropdown__item:hover {
    background: rgba(255, 178, 0, 0.08);
    border-color: var(--clr-action-warning);
}

.user__list .tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: 0.3em 0;
    margin: 0.2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

.tagify__tag > div > * {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    min-width: var(--tag--min-width);
    max-width: var(--tag--max-width);
    transition: 0.8s ease, 0.1s color;
}

.tagify__tag:hover .tagify__tag__avatar-wrap {
    transform: scale(1) translateX(0);
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
    --tag-bg-inset: 0 !important;
    --tag-bg: var(--tag-hover);
}

.user-tag {
    display: inline-flex;
}

.customLook {
    --tag-bg: var(--clr-theme-primary);
    --tag-hover: var(--clr-theme-secondary);
    --tag-text-color: var(--clr-common-white);
    --tags-border-color: var(--clr-theme-primary);
    --tag-border-radius: 25px;
    --tag-text-color--edit: var(--clr-common-black);
    --tag-remove-bg: var(--tag-hover);
    --tag-pad: .6em 1em;
    --tag-inset-shadow-size: 1.35em;
    --tag-remove-btn-bg--hover: var(--clr-common-black);
    display: inline-block;
    min-width: 0;
    border: none;
}

.customLook .tagify__tag {
    margin-top: 0;
}

/* Do not show the "remove tag" (x) button when only a single tag remains */
.customLook .tagify__tag:only-of-type .tagify__tag__removeBtn {
    display: none;
}

.customLook .tagify__tag__removeBtn {
    opacity: 0;
    transform: translateX(-6px) scale(0.5);
    margin-left: -3ch;
    transition: 0.12s;
}

.customLook .tagify__tag:hover .tagify__tag__removeBtn {
    transform: none;
    opacity: 1;
    margin-left: -1ch;
}

.customLook + button {
    color: var(--clr-theme-primary);
    font: bold 1.4em/1.65 Arial;
    border: 0;
    background: none;
    box-shadow: 0 0 0 2px inset currentColor;
    border-radius: 50%;
    width: 1.65em;
    height: 1.65em;
    cursor: pointer;
    outline: none;
    transition: 0.1s ease-out;
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customLook .tagify__input {
    display: none;
}

.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
    --tags-border-color: var(--clr-theme-primary);
}

.tagify--outside {
    border: 0;
}

.tagify--outside .tagify__input {
    order: -1;
    flex: 100%;
    border: 1px solid var(--tags-border-color);
    margin-bottom: 5px;
    transition: 0.1s;
    line-height: 28px;
    border-radius: 6px;
}

.tagify--outside .tagify__input:hover {
    border-color: var(--tags-hover-border-color);
}

.tagify--outside.tagify--focus .tagify__input {
    transition: 0s;
    border-color: var(--tags-focus-border-color);
}

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    transform: scale(0.75);
    margin-right: 5px;
    border-radius: 2px;
    transition: 0.12s ease-out;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
    transform: none;
    margin-right: 12px;
}

.tagify.countries .tagify__input {
    min-width: 175px;
}

.tagify.countries tag {
    white-space: nowrap;
}

.tagify.countries tag img {
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    border-radius: 2px;
    pointer-events: none;
}

.tagify {
    --tag-pad: 3px 15px !important;
    border-radius: 6px;
}

.tagify.form-control {
    padding: 0px 0px;
}

.tagify.form__tags {
    --tag-pad: 0.156em 0.5em !important;
}

.tagify__dropdown {
    z-index: 999999 !important;
}

.tagify__email-list {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tagify__email-list .tagify__tag {
    margin: 0;
}

.tagify__email-list .tagify__tag > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    text-align: center;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
    -webkit-animation: none;
    animation: none;
}

.tagify__input::before {
    color: var(--clr-common-placeholder);
}

.tagify__input::after {
    color: var(--clr-common-placeholder);
}

/*----------------------------------------*/
/*  Typeahead CSS START
/*----------------------------------------*/
.twitter-typeahead {
    display: block !important;
}

.twitter-typeahead .tt-menu {
    float: left;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    display: none;
    z-index: 999999 !important;
}

[dir=rtl] .twitter-typeahead .tt-menu {
    float: right;
    left: auto !important;
    right: 0 !important;
    text-align: right;
}

.twitter-typeahead .tt-menu .tt-suggestion {
    text-align: inherit;
    border: 0;
    width: 100%;
    display: block;
    white-space: nowrap;
    background: none;
    clear: both;
    cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-suggestion p {
    margin: 0;
}

.twitter-typeahead .tt-menu .tt-suggestion .tt-highlight {
    font-weight: 500;
}

.twitter-typeahead .tt-hint {
    color: var(--clr-text-body);
}

[dir=rtl] .twitter-typeahead .tt-input {
    direction: rtl;
}

.twitter-typeahead .tt-menu {
    min-width: 10rem;
    padding: 0.5rem 0.5rem;
    font-size: 0.9375rem;
    z-index: 1000;
    margin: 0.25rem 0;
    color: var(--clr-text-label);
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
    background-color: var(--clr-common-white);
    border-radius: 0.375rem;
}

.twitter-typeahead .tt-hint {
    color: var(--clr-text-label);
}

.twitter-typeahead .tt-suggestion {
    font-weight: 400;
    color: var(--clr-text-label);
    padding: 0.42rem 1rem;
}

.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus {
    text-decoration: none;
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary) !important;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid var(--clr-borer-2);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: var(--clr-common-white);
    border-bottom: 1px solid var(--clr-borer-2);
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: var(--clr-bg-light);
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: var(--clr-theme-primary) !important;
    color: var(--clr-common-white);
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

/*----------------------------------------*/
/*  select2 CSS START
/*----------------------------------------*/
.select2__dropdown .form-control-primary {
    border-color: var(--clr-theme-primary);
    color: var(--clr-theme-primary);
}

.select2__dropdown .form-control-secondary {
    border-color: var(--clr-theme-secondary);
    color: var(--clr-theme-secondary);
}

.select2__dropdown .form-control-success {
    border-color: var(--clr-action-success);
    color: var(--clr-action-success);
}

.select2__dropdown .form-control-info {
    border-color: var(--clr-action-info);
    color: var(--clr-action-info);
}

.select2__dropdown .form-control-warning {
    border-color: var(--clr-action-warning);
    color: var(--clr-action-warning);
}

.select2__dropdown .form-control-danger {
    border-color: var(--clr-action-danger);
    color: var(--clr-action-danger);
}

.select2__dropdown .form-control-danger {
    border-color: var(--clr-action-link);
    color: var(--clr-action-link);
}

.select2__dropdown .form-control-inverse {
    border-color: var(--clr-common-black);
    color: var(--clr-common-black);
}

.select2__dropdown .form-control-primary-fill {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-secondary-fill {
    background-color: var(--clr-theme-secondary);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-success-fill {
    background-color: var(--clr-action-success);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-info-fill {
    background-color: var(--clr-action-info);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-warning-fill {
    background-color: var(--clr-action-warning);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-danger-fill {
    background-color: var(--clr-action-danger);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-link-fill {
    background-color: var(--clr-action-link);
    color: var(--clr-common-white);
}

.select2__dropdown .form-control-inverse-fill {
    background-color: var(--clr-common-black);
    color: var(--clr-common-white);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 0;
    padding-right: 5px;
    color: var(--clr-common-white);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: var(--clr-common-white);
    cursor: pointer;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: var(--clr-text-label);
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--clr-theme-primary);
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: var(--clr-theme-primary) !important;
    color: var(--clr-common-white) !important;
}

.select2-results {
    display: block;
}

.select2-form-label {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    display: block;
    color: var(--clr-common-medium);
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container {
    z-index: 999;
}

.select2-container--open {
    z-index: 9999999;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-text-body);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 25px;
}

.select2-results__option {
    padding: 0;
    padding-left: 15px;
    padding-right: 25px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-text-body);
    transition: all 0.3s linear;
}

[bd-theme=bd-theme-dark] .select2-results__option {
    color: var(--clr-common-black);
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .select2-container--default .select2-results__option--selected {
    color: var(--clr-common-black);
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 5px;
}

.select2-dropdown {
    background-color: var(--clr-common-white);
    border: 1px solid var(--clr-border-1);
}

/*----------------------------------------*/
/*  flatpickr  CSS START
/*----------------------------------------*/
.flatpickr-calendar {
    z-index: 99999999;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    cursor: pointer;
    outline: 0;
    color: var(--clr-common-white);
    background: var(--clr-theme-primary);
    border-color: transparent;
}

[bd-theme=bd-theme-dark] .flatpickr-day.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.prevMonthDay.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.nextMonthDay.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.today.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.prevMonthDay.today.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.nextMonthDay.today.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day:hover,
[bd-theme=bd-theme-dark] .flatpickr-day.prevMonthDay:hover,
[bd-theme=bd-theme-dark] .flatpickr-day.nextMonthDay:hover,
[bd-theme=bd-theme-dark] .flatpickr-day:focus,
[bd-theme=bd-theme-dark] .flatpickr-day.prevMonthDay:focus,
[bd-theme=bd-theme-dark] .flatpickr-day.nextMonthDay:focus,
[bd-theme=bd-theme-dark] .flatpickr-day.today:hover,
[bd-theme=bd-theme-dark] .flatpickr-day.today:focus {
    color: var(--clr-common-black);
}

.flatpickr-day.today {
    color: var(--clr-common-white);
    background: var(--clr-theme-primary);
    border-color: transparent;
}

[bd-theme=bd-theme-dark] .flatpickr-day.today {
    color: var(--clr-common-black);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--clr-common-white);
    background: var(--clr-theme-primary);
    border-color: transparent;
}

[bd-theme=bd-theme-dark] .flatpickr-day.selected,
[bd-theme=bd-theme-dark] .flatpickr-day.startRange,
[bd-theme=bd-theme-dark] .flatpickr-day.endRange,
[bd-theme=bd-theme-dark] .flatpickr-day.selected.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.startRange.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.endRange.inRange,
[bd-theme=bd-theme-dark] .flatpickr-day.selected:focus,
[bd-theme=bd-theme-dark] .flatpickr-day.startRange:focus,
[bd-theme=bd-theme-dark] .flatpickr-day.endRange:focus,
[bd-theme=bd-theme-dark] .flatpickr-day.selected:hover,
[bd-theme=bd-theme-dark] .flatpickr-day.startRange:hover,
[bd-theme=bd-theme-dark] .flatpickr-day.endRange:hover,
[bd-theme=bd-theme-dark] .flatpickr-day.selected.prevMonthDay,
[bd-theme=bd-theme-dark] .flatpickr-day.startRange.prevMonthDay,
[bd-theme=bd-theme-dark] .flatpickr-day.endRange.prevMonthDay,
[bd-theme=bd-theme-dark] .flatpickr-day.selected.nextMonthDay,
[bd-theme=bd-theme-dark] .flatpickr-day.startRange.nextMonthDay,
[bd-theme=bd-theme-dark] .flatpickr-day.endRange.nextMonthDay {
    color: var(--clr-common-black);
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 var(--clr-theme-primary);
    box-shadow: -10px 0 0 var(--clr-theme-primary);
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    color: var(--clr-common-white);
    background: var(--clr-theme-primary);
}

.numInputWrapper span:hover {
    background: var(--clr-common-dark);
}

.flatpickr-time .numInputWrapper span.arrowUp::after {
    border-bottom-color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .flatpickr-time .numInputWrapper span.arrowUp::after {
    border-bottom-color: var(--clr-common-black);
}

.flatpickr-time .numInputWrapper span.arrowDown::after {
    border-top-color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .flatpickr-time .numInputWrapper span.arrowDown::after {
    border-top-color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  STEPS CSS START
/*----------------------------------------*/
.step-active {
    color: #6C5FFC !important;
}

.steps__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--clr-common-black);
}

.steps__title:hover {
    color: var(--clr-theme-primary);
}

.steps__form {
    display: table;
    width: 100%;
    position: relative;
}

.steps__row::before {
    top: 50%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 99%;
    height: 2px;
    background-color: var(--clr-bg-light);
    z-index: 1;
    left: 2px;
    transform: translateY(-50%);
}

.steps__row.style_two::before {
    display: none;
}

.steps__step {
    text-align: center;
    position: relative;
    z-index: 9;
}

.steps__step.style_two {
    display: block;
    text-align: start;
}

.steps__step.style_two:not(:last-child) {
    margin-bottom: 20px;
}

.step-active span {
    background-color: var(--clr-theme-primary);
    color: #FFFFFF;
    border-color: var(--clr-theme-primary);
}

.step-grid {
    display: grid;
    grid-template-columns: 350px auto;
    align-items: center;
    gap: 30px;
}

.bg-steps {
    padding: 10px 0px;
}

.btn-blue-grey {
    background-color: rgba(108, 95, 252, 0.15);
    padding: 10px 10px;
}

.btn-blue-grey.step-active-bg {
    background-color: var(--clr-theme-primary);
    color: #FFFFFF !important;
}

.setup-panel-4 {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .setup-panel-4 {
        display: block;
    }
}

.setup-panel-4.steps__row::before {
    display: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .setup-panel-4 .steps__step {
        display: grid;
        text-align: center;
    }

    .setup-panel-4 .steps__step:not(:last-child) {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .setup-panel-4 .steps__step {
        display: grid;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.setup-panel-4 .steps__title {
    color: var(--clr-common-black);
}

.setup-panel-4 .steps__title:hover {
    color: var(--clr-common-black);
}

.step__btn-end {
    text-align: end;
}

@media (max-width: 575px) {
    .step__btn-end {
        text-align: start;
    }
}

.step-circle span {
    width: 70px;
    height: 70px;
    font-size: 22px;
    color: var(--clr-theme-primary);
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--clr-border-1);
}

.step-circle.step-active span {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.steps-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.steps-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.steps-item {
    position: relative;
    padding: 12px 20px;
    margin: 0;
    font-size: inherit;
    color: var(--clr-text-label);
    vertical-align: top;
    background-color: rgba(108, 95, 252, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.steps-item.current {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
}

.steps-item.current .steps-number {
    color: var(--clr-theme-primary);
    background-color: #FFFFFF;
}

.steps-item.current .steps-title {
    color: #FFFFFF;
}

.steps-item.current p {
    color: #FFFFFF;
}

.steps-item.done {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
}

.steps-item.done .steps-number {
    color: var(--clr-theme-primary);
    background-color: #FFFFFF;
}

.steps-item.done .steps-title {
    color: #FFFFFF;
}

.steps-item.done p {
    color: #FFFFFF;
}

.steps-item.error {
    color: #FFFFFF;
    background-color: var(--clr-action-warning);
}

.steps-item.error .steps-number {
    color: var(--clr-action-warning);
    background-color: #FFFFFF;
}

.steps-item.error .steps-title {
    color: #FFFFFF;
}

.steps-item.error p {
    color: #FFFFFF;
}

.steps-item.active {
    color: #FFFFFF;
    background-color: var(--clr-action-success);
}

.steps-item.active .steps-number {
    color: var(--clr-action-success);
    background-color: #FFFFFF;
}

.steps-item.active .steps-title {
    color: #FFFFFF;
}

.steps-item.active p {
    color: #FFFFFF;
}

.steps-item.disabled {
    color: #FFFFFF;
    pointer-events: none;
    cursor: auto;
}

.steps-number {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
    background: #6C5FFC;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.steps-content {
    min-height: 40px;
    margin-left: 50px;
    text-align: left;
}

.steps-title {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--clr-text-label);
    font-weight: 600;
}

/*----------------------------------------*/
/*  DATA TABLES CSS START
/*----------------------------------------*/
.dt-button {
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0.25rem;
    color: white;
    padding: 0px 24px;
    height: 36px;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-flex;
    z-index: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

[bd-theme=bd-theme-dark] .dt-button {
    color: var(--clr-common-black);
}

.dt-button:not(:last-child) {
    margin-inline-end: 10px;
}

.dt-button.buttons-print {
    padding: 0 20px !important;
    font-weight: var(--bd-fw-regular) !important;
}

div.dt-buttons {
    position: absolute;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    div.dt-buttons {
        position: inherit;
        text-align: start;
        margin-bottom: 20px;
    }
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.active > .page-link:hover,
.page-link.active:hover {
    color: var(--clr-common-black);
    background-color: var(--clr-theme-secondary);
    border-color: var(--clr-theme-secondary);
}

div.dt-button-background {
    display: none !important;
}

div.DTS div.dataTables_scrollBody table {
    z-index: 1;
}

#auto-generate-content_wrapper.dataTables_wrapper button {
    background-color: white;
    border: 1px solid var(--clr-theme-primary);
    color: var(--clr-theme-primary);
}

.dataTables_wrapper {
    padding: 0;
    width: 100%;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid var(--clr-border-1);
}

.dataTables_wrapper .dt-buttons .btn {
    border-radius: 0 !important;
}

.dataTables_wrapper .btn-group button {
    margin-inline-end: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dataTables_wrapper .btn-group button {
        margin-bottom: 15px !important;
    }
}

.dataTables_wrapper + .dataTables_wrapper {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 10px;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: var(--clr-theme-primary);
    color: white !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 30px;
    width: 75px;
    display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dataTables_wrapper .dataTables_length {
        margin-bottom: 20px;
    }
}

.dataTables_wrapper .dataTables_length select {
    color: var(--clr-text-body);
    padding: 0 0 0 10px;
    margin: 0 10px;
    height: 2.7142em;
    background-color: transparent;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
}

[dir=rtl] .dataTables_wrapper .dataTables_length select {
    padding: 0 10px 0 0;
}

.dataTables_wrapper table.dataTable {
    border: 1px solid var(--clr-border-1);
    border-bottom: 0;
}

.dataTables_wrapper table.dataTable tbody td.select-checkbox,
.dataTables_wrapper table.dataTable tbody th.select-checkbox {
    padding-inline-end: 40px !important;
}

.dataTables_wrapper table.dataTable tbody td.select-checkbox:before,
.dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
    right: 20px;
    top: 22px;
    left: unset;
}

.dataTables_wrapper table.dataTable tbody td.select-checkbox:after,
.dataTables_wrapper table.dataTable tbody th.select-checkbox:after {
    margin-top: -5px;
    margin-inline-start: 21px;
}

.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
    border-bottom: 1px solid var(--clr-border-1);
}

.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
    padding: 0.75rem;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 25px;
    margin-inline-start: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 20px;
        margin-inline-start: 0px;
        margin-top: 0;
    }
}

.dataTables_wrapper .dataTables_filter input[type=search] {
    border: 1px solid var(--clr-border-1);
    color: var(--clr-text-body);
    padding: 0 10px;
    margin-inline-start: 10px;
    height: 36px;
    border-radius: 6px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0;
}

[dir=rtl] .dataTables_wrapper .dataTables_info {
    float: right;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.toolbar {
    padding: 5px 15px;
    background-color: var(--clr-theme-primary);
    display: inline-block;
    color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-inline-end: 15px;
}

.dt-ext .dataTables_wrapper .page-item.active .page-link {
    background-color: var(--clr-theme-primary) !important;
    border-color: var(--clr-theme-primary) !important;
    color: white;
}

.dt-ext .dataTables_wrapper .dataTables_paginate {
    border: none;
}

.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
}

.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active {
    border: none !important;
}

.dt-ext .dataTables_wrapper .dataTables_paginate .page-link {
    margin-inline-start: 0px;
    color: var(--clr-theme-primary);
}

.dt-ext .dataTables_wrapper button.dt-button,
.dt-ext .dataTables_wrapper div.dt-button,
.dt-ext .dataTables_wrapper a.dt-button,
.dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled),
.dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled),
.dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled),
.dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled),
.dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled),
.dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled),
.dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled),
.dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled),
.dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
    border-radius: 2px;
    color: white;
    background-image: none;
    font-size: 14px;
}

.dt-ext .dataTables_wrapper button.dt-button.btn-success,
.dt-ext .dataTables_wrapper div.dt-button.btn-success,
.dt-ext .dataTables_wrapper a.dt-button.btn-success {
    background-color: var(--clr-action-success);
    border-color: var(--clr-action-success);
}

.dt-ext .dataTables_wrapper button.dt-button.btn-primary,
.dt-ext .dataTables_wrapper div.dt-button.btn-primary,
.dt-ext .dataTables_wrapper a.dt-button.btn-primary {
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.dt-ext .dataTables_wrapper button.dt-button.btn-danger,
.dt-ext .dataTables_wrapper div.dt-button.btn-danger,
.dt-ext .dataTables_wrapper a.dt-button.btn-danger {
    background-color: var(--clr-action-danger);
    border-color: var(--clr-action-danger);
}

.dt-ext .dataTables_wrapper table.dataTable th.focus,
.dt-ext .dataTables_wrapper table.dataTable td.focus {
    outline: 3px solid var(--clr-theme-primary);
}

.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected > .sorting_1,
.dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    background-color: white;
}

.dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd.selected,
.dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd > .selected,
.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected,
.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd > .selected {
    background-color: white;
}

.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.even.selected > .sorting_1,
.dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: white;
}

.dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected,
.dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
    background-color: white;
}

.dataTables_scroll ~ .dataTables_paginate {
    margin-top: 20px !important;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
    background-color: rgba(108, 95, 252, 0.1);
}

.custom-data {
    float: left !important;
    text-align: left !important;
    margin-inline-start: 0 !important;
}

.custom-data tr td {
    display: flex;
    align-items: center;
}

.custom-data tr td label {
    margin-bottom: 0;
    width: 150px;
    text-align: left;
}

table.dataTable thead > tr > th.sorting::after,
table.dataTable thead > tr > th.sorting_asc::after,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > th.sorting_asc_disabled::after,
table.dataTable thead > tr > th.sorting_desc_disabled::after,
table.dataTable thead > tr > td.sorting::after,
table.dataTable thead > tr > td.sorting_asc::after,
table.dataTable thead > tr > td.sorting_desc::after,
table.dataTable thead > tr > td.sorting_asc_disabled::after,
table.dataTable thead > tr > td.sorting_desc_disabled::after {
    font-size: 12px;
    color: var(--clr-common-dark) !important;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    font-size: 12px !important;
    line-height: 1 !important;
    color: var(--clr-common-black) !important;
}

table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
    border-top: 1px solid var(--clr-border-1);
    border-right: 1px solid var(--clr-border-1);
}

td input,
td select {
    padding: 0 20px;
    width: 100%;
}

#demo-output {
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--clr-common-black);
    font-weight: 600;
}

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
    -webkit-box-shadow: inset 0 0 0 9999px var(--clr-theme-primary);
    box-shadow: inset 0 0 0 9999px var(--clr-theme-primary);
    -webkit-box-shadow: inset 0 0 0 9999px var(--clr-theme-primary);
    box-shadow: inset 0 0 0 9999px var(--clr-theme-primary);
}

.data__table {
    margin-bottom: 15px;
}

.dataTables_scroll {
    margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    float: left;
    text-align: left;
    margin-bottom: 0;
    color: var(--clr-text-label);
}

div.dataTables_wrapper div.dataTables_length select {
    vertical-align: middle;
    min-height: 2.7142em;
    color: var(--clr-heading-primary);
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter label {
    float: right;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-text-label);
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: flex;
}

.dt-button.buttons-print {
    padding: 10px 20px;
    background-color: var(--clr-theme-primary);
    color: var(--clr-common-white);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    position: relative;
    display: inline-block;
    z-index: 1;
}

[bd-theme=bd-theme-dark] .dt-button.buttons-print {
    color: var(--clr-common-black);
}

.dt-button.buttons-print:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
    background-color: var(--clr-theme-secondary);
    transition: all 0.4s ease-in-out;
}

.dt-button.buttons-print:hover {
    color: var(--clr-common-black);
}

.dt-button.buttons-print:hover:after {
    inset-inline-start: 0;
    inset-inline-end: auto;
    width: 100%;
}

.page-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: var(--clr-common-black);
    text-decoration: none;
    background-color: rgba(108, 95, 252, 0.1);
    border: 1px solid var(--clr-theme-primary);
    transition: all 0.3s ease-in-out;
}

.page-link:focus {
    z-index: 3;
    color: var(--clr-theme-primary);
    background-color: rgba(108, 95, 252, 0.1);
    outline: 0;
    box-shadow: none;
}

.page-link:hover {
    z-index: 2;
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 16px;
    padding: 6px 24px;
    box-shadow: none;
    font-weight: 400;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--clr-theme-primary) !important;
    border: 1px solid var(--clr-theme-primary);
    border-radius: 6px;
    margin: 0 5px;
    min-width: auto !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--clr-common-white) !important;
    border: 1px solid var(--clr-theme-primary) !important;
    background: var(--clr-theme-primary) !important;
}

[bd-theme=bd-theme-dark] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--clr-common-black) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 1px solid var(--clr-theme-primary) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    font-size: 16px;
    padding: 6px 24px;
    box-shadow: none;
    font-weight: 400;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--clr-theme-primary) !important;
    border: 1px solid var(--clr-theme-primary);
    border-radius: 6px;
    cursor: not-allowed !important;
}

@media (max-width: 575px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        margin-bottom: 10px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: var(--clr-common-white) !important;
    border: 1px solid var(--clr-theme-primary) !important;
    background: var(--clr-theme-primary) !important;
}

[bd-theme=bd-theme-dark] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: var(--clr-common-black) !important;
}

#productTable_wrapper .row:nth-child(3n), #productTable_wrapper .row:nth-child(1n) {
    display: flex;
    align-content: center;
    text-align: center;
    align-items: center;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 30px;
    color: var(--clr-text-label);
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 20px;
}

[dir=rtl] .dataTables_wrapper .dataTables_paginate {
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dataTables_wrapper .dataTables_paginate {
        padding-top: 10px;
        float: right !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-inline-end: -5px;
    }
}

td input,
td select {
    padding: 0;
    width: auto;
}

table.dataTable.no-footer:last-child {
    border-bottom: none;
}

.table {
    border-color: 1px solid rgba(0, 0, 0, 0.3);
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--clr-text-body);
    background-color: transparent;
    border-bottom-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table__body .even:last-child {
    border-bottom: transparent;
}

table.dataTable tbody tr:last-child {
    border-bottom: var(--clr-border-1) !important;
}

.table {
    border-color: var(--clr-border-1) !important;
}

[dir=rtl] table.dataTable thead > tr > th.sorting,
[dir=rtl] table.dataTable thead > tr > th.sorting_asc,
[dir=rtl] table.dataTable thead > tr > th.sorting_desc,
[dir=rtl] table.dataTable thead > tr > th.sorting_asc_disabled,
[dir=rtl] table.dataTable thead > tr > th.sorting_desc_disabled,
[dir=rtl] table.dataTable thead > tr > td.sorting,
[dir=rtl] table.dataTable thead > tr > td.sorting_asc,
[dir=rtl] table.dataTable thead > tr > td.sorting_desc,
[dir=rtl] table.dataTable thead > tr > td.sorting_asc_disabled,
[dir=rtl] table.dataTable thead > tr > td.sorting_desc_disabled {
    text-align: start;
}

[dir=rtl] table.dataTable thead > tr > th.sorting::before,
[dir=rtl] table.dataTable thead > tr > th.sorting::after,
[dir=rtl] table.dataTable thead > tr > th.sorting_asc::before,
[dir=rtl] table.dataTable thead > tr > th.sorting_asc::after,
[dir=rtl] table.dataTable thead > tr > th.sorting_desc::before,
[dir=rtl] table.dataTable thead > tr > th.sorting_desc::after,
[dir=rtl] table.dataTable thead > tr > th.sorting_asc_disabled::before,
[dir=rtl] table.dataTable thead > tr > th.sorting_asc_disabled::after,
[dir=rtl] table.dataTable thead > tr > th.sorting_desc_disabled::before,
[dir=rtl] table.dataTable thead > tr > th.sorting_desc_disabled::after,
[dir=rtl] table.dataTable thead > tr > td.sorting::before,
[dir=rtl] table.dataTable thead > tr > td.sorting::after,
[dir=rtl] table.dataTable thead > tr > td.sorting_asc::before,
[dir=rtl] table.dataTable thead > tr > td.sorting_asc::after,
[dir=rtl] table.dataTable thead > tr > td.sorting_desc::before,
[dir=rtl] table.dataTable thead > tr > td.sorting_desc::after,
[dir=rtl] table.dataTable thead > tr > td.sorting_asc_disabled::before,
[dir=rtl] table.dataTable thead > tr > td.sorting_asc_disabled::after,
[dir=rtl] table.dataTable thead > tr > td.sorting_desc_disabled::before,
[dir=rtl] table.dataTable thead > tr > td.sorting_desc_disabled::after {
    right: auto;
    left: 10px;
}

/* Remove default appearance */
.dataTables_wrapper .dataTables_length select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid var(--clr-border-1);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--clr-text-body);
    outline: none;
}

/* Add custom arrow */
.dataTables_wrapper .dataTables_length select {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px;
    min-width: 70px;
}

[bd-theme=bd-theme-dark] .dataTables_wrapper .dataTables_length select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.dataTables_wrapper .dataTables_length select:focus {
    background-color: var(--clr-bg-body);
    border-color: var(--clr-border-1);
    outline: none;
}

/* Additional styling for the surrounding elements */
.dataTables_length {
    display: flex;
    align-items: center;
}

.dataTables_length label {
    font-size: 14px;
    color: var(--clr-text-body);
}

.dataTables_length select {
    margin-left: 5px;
}

/*----------------------------------------*/
/*  FULL CALENDER CSS START
/*----------------------------------------*/
.fc .fc-toolbar-title {
    font-size: 18px;
    margin: 0;
}

.fc .fc-button {
    border-radius: 0;
    font-size: 16px;
}

.fc .fc-button-group {
    gap: 10px;
}

.fc-toolbar-chunk {
    gap: 10px;
    display: inline-flex;
}

.fc .fc-button-primary {
    font-size: 16px;
    padding: 6px 24px;
    box-shadow: none;
    font-weight: 400;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--clr-theme-primary) !important;
    border: 1px solid var(--clr-theme-primary);
    border-radius: 6px;
}

.fc .fc-button-primary.fc-prev-button {
    padding: 6px 6px;
}

.fc .fc-button-primary.fc-next-button {
    padding: 6px 6px;
    margin-inline-start: 20x;
}

.fc .fc-button-primary:disabled {
    color: var(--clr-common-white) !important;
    border: 1px solid var(--clr-theme-primary) !important;
    background: var(--clr-theme-primary) !important;
    opacity: 1;
}

[bd-theme=bd-theme-dark] .fc .fc-button-primary:disabled {
    color: var(--clr-common-black) !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    color: var(--clr-common-white) !important;
    border: 1px solid var(--clr-theme-primary) !important;
    background: var(--clr-theme-primary) !important;
}

[bd-theme=bd-theme-dark] .fc .fc-button-primary:not(:disabled).fc-button-active, [bd-theme=bd-theme-dark] .fc .fc-button-primary:not(:disabled):active {
    color: var(--clr-common-black) !important;
}

.fc .fc-button-primary:hover {
    color: var(--clr-common-white) !important;
    border: 1px solid var(--clr-theme-primary) !important;
    background: var(--clr-theme-primary) !important;
}

[bd-theme=bd-theme-dark] .fc .fc-button-primary:hover {
    color: var(--clr-common-black) !important;
}

.fc .fc-button-primary:focus {
    box-shadow: none;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.fc-license-message {
    display: none;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.mini__calendar.fc .fc-daygrid-day-number {
    color: var(--clr-common-black);
    padding: 10px 10px 10px 10px;
    font-size: 20px;
}

.mini__calendar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 0;
}

.mini__calendar.fc .fc-button {
    padding: 2px 6px;
    line-height: 1.6;
}

[bd-theme=bd-theme-dark] .mini__calendar.fc .fc-button {
    border-color: transparent;
}

.mini__calendar.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0px !important;
}

.mini__calendar.fc .fc-button .fc-icon {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--clr-border-1);
    border: 1px solid var(--clr-border-1);
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0;
}

.fc-today-button {
    margin-left: 10px !important;
}

.fc .fc-non-business {
    background: var(--clr-bg-label) !important;
}

/*----------------------------------------*/
/*  INVOICES CSS START
/*----------------------------------------*/
.invoice-line {
    border-top: 1px solid var(--clr-border-1);
    padding-top: 25px;
    margin-top: 25px;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.input-step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    height: 37.5px;
    border-radius: 0;
    background: transparent;
    padding: 4px;
}

.input-step button {
    width: 1.4em;
    font-weight: 300;
    height: 100%;
    line-height: 0.1em;
    font-size: 1.4em;
    padding: 0.2em !important;
    background: gray;
    color: red;
    border: none;
    border-radius: 0;
}

.product__removal-btn span {
    display: inline-flex;
    width: 36px;
    color: var(--clr-common-black);
    background-color: rgba(255, 58, 41, 0.5);
    height: 36px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.product__removal-btn span:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-action-danger);
}

[bd-theme=bd-theme-dark] .invoice__logo .light-logo {
    display: none;
}

[bd-theme=bd-theme-dark] .invoice__logo .dark-logo {
    display: block;
}

.invoice__logo .dark-logo {
    display: none;
}

.invoice__logo img {
    max-width: 200px;
}

.invoice__payment-details span {
    color: var(--clr-text-body);
    font-weight: 400;
}

.invoice__address span {
    color: var(--clr-text-body);
    font-weight: 400;
}

.invoice__address p {
    color: var(--clr-text-label);
    font-weight: 500;
}

.invoice__address p:not(:last-child) {
    margin-bottom: 5px;
}

.invoice__print {
    min-width: 960px !important;
    font-size: 12px !important;
}

.invoice__payment-details p {
    color: var(--clr-text-label);
    font-weight: 500;
}

.invoice__payment-details p:not(:last-child) {
    margin-bottom: 5px;
}

/*----------------------------------------*/
/*  steps CSS START
/*----------------------------------------*/
.working-clock__info {
    background: var(--clr-common-white);
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 15px;
    padding: 20px 20px;
    border: 1px solid var(--clr-border-1);
}

.working-clock__list ul li {
    background: var(--clr-bg-card);
    padding: 15px 30px;
    text-align: center;
    box-shadow: 0 4px 24px 0 rgba(188, 188, 188, 0.2509803922);
}

.employee-bg {
    background-repeat: no-repeat !important;
    background-position: right !important;
    height: 185px;
    padding: 0 25px;
    position: relative;
    border-radius: 5px;
    background-color: var(--clr-theme-secondary);
}

[dir=rtl] .employee-bg {
    background-position: left !important;
}

.employee__single-box {
    background: var(--clr-bg-card);
    padding: 20px 20px;
    border: 1px solid var(--clr-border-1);
    position: relative;
}

.employee__search-box {
    background: var(--clr-bg-card);
    padding: 20px 20px;
    border: 1px solid var(--clr-border-1);
    position: relative;
}

.employee__thumb img {
    max-width: 100px;
    border-radius: 50%;
}

.employee__digi {
    color: var(--clr-text-body);
    font-size: 14px;
    font-weight: 400;
}

.attendant__info-icon {
    display: inline-flex;
    gap: 10px;
    position: relative;
    padding: 0 10px;
    align-items: center;
}

.attendant__info-icon:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--clr-common-medium);
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
}

.attachment__info-arrow {
    font-size: 14px;
}

[dir=rtl] .attachment__info-arrow i {
    transform: rotate(-180deg);
}

.employee__nav {
    border-bottom: 2px solid var(--clr-border-1);
}

.employee__nav .nav-pills .nav-link.active,
.employee__nav .nav-pills .show > .nav-link {
    color: var(--clr-theme-primary);
    background-color: transparent;
    box-shadow: 0 -2px 0 var(--clr-theme-primary) inset;
    border-radius: 0;
}

.employee__nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-common-black);
    padding: 20px 20px;
    padding-top: 0;
}

.employee__nav .nav-link:first-child {
    padding-inline-start: 0;
}

.employee-edit-space {
    padding-top: 30px;
    padding-inline-end: 30px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
}

.profile-view {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.profile-view .profile-img {
    width: 120px;
    height: 120px;
}

.profile-img-wrap {
    height: 120px;
    width: 120px;
}

.profile-img-wrap img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.profile-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.profile-info li .title {
    color: var(--clr-common-medium);
    font-weight: 600;
    width: 30%;
}

.profile-info li .text {
    color: var(--clr-text-body);
    display: block;
    overflow: hidden;
    width: 70%;
}

.edit-icon {
    color: var(--clr-theme-primary);
    background: rgba(108, 95, 252, 0.1);
    font-size: 12px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.edit-icon:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

.employee__profile-chnage {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.employee__adhar-chnage {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.employee__profile-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.employee__profile-edit input {
    display: none;
}

.employee__profile-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--clr-common-white);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
}

.employee__profile-edit input + label:hover {
    background: var(--clr-theme-primary);
}

.employee__profile-edit input + label:hover::after {
    color: var(--clr-common-white);
}

.employee__profile-edit input + label:after {
    content: "\f040";
    font-family: var(--bd-ff-fontawesome);
    color: var(--clr-common-black);
    position: absolute;
    top: 45%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.employee__profile-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.employee__profile-preview-box {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*MUKHTAR 2*/

.employee__adhar-preview-box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.emergency-contact .personal-info li .title {
    width: 50%;
}

.personal-info li {
    margin-bottom: 8px;
}

.personal-info li .title {
    font-size: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.education__box {
    position: relative;
}

.education__list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.education__list li {
    position: relative;
}

.education__user {
    background: var(--clr-common-white);
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
}

.education__content {
    margin-bottom: 15px;
    margin-inline-start: 30px;
    padding: 0;
    position: relative;
}

.education__content .timeline-content .name {
    color: var(--clr-text-label);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.education__content .degree {
    color: var(--clr-text-taxonomy);
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.education__content .year {
    color: var(--clr-text-body);
    display: block;
    font-size: 12px;
    line-height: 1;
}

.before__circle {
    background-color: var(--clr-theme-primary);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 4px;
}

.bank__account .personal-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bank__account .personal-info li .title {
    width: 50%;
}

.contacts__thumb-wrapper .employee__profile-chnage {
    max-width: 130px;
    margin: 0;
}


.contacts__thumb-wrapper .employee__profile-preview {
    width: 120px;
    height: 120px;
}
/*MUKHTAR1 */
.employee__adhar-preview {
    width: 320px;
    height: 220px;
    border:2px dashed teal;
}

.contacts__thumb-wrapper .employee__profile-edit {
    right: 20px;
    top: 0px;
}

/* MUKHTAR */
 .employee__adhar-edit {
   /* right: 40px;
    top: 0px;*/
}

/*----------------------------------------*/
/*  PAYSLIP CSS START
/*----------------------------------------*/
.payslip-line {
    border-top: 1px solid var(--clr-border-1);
    padding-top: 25px;
    margin-top: 25px;
}

.input-step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    height: 37.5px;
    border-radius: 0;
    background: transparent;
    padding: 4px;
}

.input-step button {
    width: 1.4em;
    font-weight: 300;
    height: 100%;
    line-height: 0.1em;
    font-size: 1.4em;
    padding: 0.2em !important;
    background: gray;
    color: var(--clr-action-danger);
    border: none;
    border-radius: 0;
}

.payslip__office-address p:not(:last-child) {
    margin-bottom: 5px;
}

.payslip__serial-number span {
    font-size: 14px;
}

.product__removal-btn span {
    display: inline-flex;
    width: 36px;
    color: var(--clr-common-black);
    background-color: rgba(255, 58, 41, 0.5);
    height: 36px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

.product__removal-btn span:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-action-danger);
}

[bd-theme=bd-theme-dark] .product__removal-btn span:hover {
    color: var(--clr-common-black);
}

[bd-theme=bd-theme-dark] .payslip__logo .light-logo {
    display: none;
}

[bd-theme=bd-theme-dark] .payslip__logo .dark-logo {
    display: block;
}

.payslip__logo .dark-logo {
    display: none;
}

.payslip__logo img {
    max-width: 200px;
}

.payslip__employee-address p:not(:last-child) {
    margin-bottom: 5px;
}

.payslip__print {
    min-width: 960px !important;
    font-size: 12px !important;
}

.payslip__payment-details p:not(:last-child) {
    margin-bottom: 5px;
}

.payslip__table .table__title th {
    font-size: 16px;
    background-color: var(--clr-border-1);
}

.payslip__table .payslip-amount {
    font-weight: 600;
    font-size: 16px;
}

.payslip__table .payslip-total td {
    color: var(--clr-common-black);
    font-weight: 700;
    font-size: 16px;
}

.b-bottom-transparent {
    border-bottom: transparent !important;
}

/*----------------------------------------*/
/*  sweetsAlert2 CSS START
/*----------------------------------------*/
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 0 !important;
    background: var(--clr-common-white) !important;
    color: var(--clr-heading-primary) !important;
    font-family: inherit;
    font-size: 1rem;
}

[bd-theme=bd-theme-dark] .swal2-popup {
    background-color: var(--clr-bg-card) !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    background-color: var(--clr-theme-primary) !important;
    color: var(--clr-common-white) !important;
    font-size: 16px !important;
    transition: all 0.3s linear;
}

[bd-theme=bd-theme-dark] .swal2-styled.swal2-confirm {
    color: var(--clr-common-black) !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-color: var(--clr-theme-secondary) !important;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: none !important;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    background-color: var(--clr-action-danger) !important;
    color: var(--clr-common-white) !important;
    font-size: 16px !important;
}

[bd-theme=bd-theme-dark] .swal2-styled.swal2-cancel {
    color: var(--clr-common-black) !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow 0.1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500;
}

.swal2-styled {
    margin: 0.3125em;
    transition: box-shadow 0.1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500;
    height: 36px !important;
    padding: 0px 20px !important;
}

.swal2-title {
    color: var(--clr-heading-primary) !important;
}

.swal2-html-container {
    color: var(--clr-text-body) !important;
}

/*----------------------------------------*/
/*  DROPDOWN CSS START
/*----------------------------------------*/
.company__thumb img {
    width: 24px;
    height: 24px;
    max-width: 24px;
    object-fit: cover;
}

.company__contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: var(--clr-text-body);
    transition: all 0.3s linear;
}

.company__contact a:hover {
    color: var(--clr-theme-primary);
}

.company__rating {
    color: var(--clr-text-rating);
}

.company__logo {
    margin-bottom: 20px;
}

.company__logo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.company__info-list:not(:last-child) {
    margin-bottom: 20px;
}

.company__info-list ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 26px;
}

.company__info-list ul li:not(:last-child) {
    margin-bottom: 14px;
}

.company__info-list ul li span {
    font-weight: 600;
}

.company__info-list ul li span i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--clr-border-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.2s ease;
}

.company__info-list ul li span i:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.company__info-list ul li a {
    transition: all 0.3s linear;
}

.company__info-list ul li a:hover {
    color: var(--clr-theme-primary);
}

.company__info-list ul li:hover i {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .company__info-list ul li:hover i {
    color: var(--clr-common-black);
}

.company__info-list.style-two ul li:not(:last-child) {
    margin-bottom: 6px;
}

.company__info-list.style-two ul li span {
    width: 105px;
}

.company__info-list.style-three ul li:not(:last-child) {
    margin-bottom: 6px;
}

.company__info-list.style-three ul li span {
    width: 65px;
}

.company__info-list-title {
    margin-bottom: 10px;
}

.company__social {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.company__social-icon {
    font-size: 15px;
    color: var(--clr-common-black);
    transition: all 0.3s linear;
    width: 30px;
    height: 30px;
    border: 1px solid var(--clr-border-1);
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.company__social-icon:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .company__social-icon:hover {
    color: var(--clr-common-black);
}

.company__social .table__icon {
    border-radius: 50% !important;
}

.company__tab .nav-pills {
    gap: 10px;
}

.company__tab .nav-pills .nav-link {
    border-radius: 6px;
    padding: 0px 20px;
    height: 36px;
    background-color: transparent;
    color: var(--clr-common-black);
    font-size: 16px;
    font-weight: 500;
}

.company__tab .nav-pills .nav-link.active {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .company__tab .nav-pills .nav-link.active {
    color: var(--clr-common-black);
}

.company__details-single-item {
    border: 1px solid var(--clr-border-1);
    padding: 15px;
    display: flex;
    align-items: start;
    gap: 0 20px;
    border-radius: 6px;
}

.company__details-single-item:not(:last-child) {
    margin-bottom: 20px;
}

.company__details-single-item-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: var(--clr-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-common-white);
    font-size: 20px;
    border-radius: 6px;
}

[bd-theme=bd-theme-dark] .company__details-single-item-icon {
    color: var(--clr-common-black);
}

.company__details-single-item-content .title {
    margin-bottom: 8px;
}

.company__details-single-item-content p {
    margin-bottom: 2px;
}

/*----------------------------------------*/
/*  Clients CSS START
/*----------------------------------------*/
.client__thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.client__meta span {
    display: block;
    font-size: 16px;
    color: var(--clr-common-medium);
    margin-bottom: 5px;
}

.client__meta p {
    margin-bottom: 15px;
    font-size: 14px;
}

/*----------------------------------------*/
/*  Project CSS
/*----------------------------------------*/
.project__top-content span {
    color: var(--clr-common-black);
}

.project__top-content i {
    font-size: 10px;
}

.project__meta-title {
    color: var(--clr-common-black);
    font-weight: var(--bd-fw-medium);
    display: block;
}

.project-table-file {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.project-table-file-icon {
    font-size: 22px;
    width: 48px;
    height: 48px;
    color: var(--clr-theme-primary);
    background-color: var(--clr-bg-label);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[bd-theme=bd-theme-dark] .project-table-file-icon {
    background-color: var(--clr-bg-label);
}

.project-table-file-icon.mp4 {
    color: var(--clr-theme-secondary);
}

.project-table-file-icon.foleder {
    color: var(--clr-action-warning);
}

.project-table-file-icon.doc {
    color: var(--clr-action-info);
}

.project-table-file-icon.excel {
    color: var(--clr-action-success);
}

.project-table-file-icon.image {
    color: var(--clr-action-danger);
}

.project-table-file-icon.figma {
    color: var(--clr-action-link);
}

.project-grid {
    display: grid;
    gap: 30px 50px;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
}

/* Project Milestones */
.milestones__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.milestones__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--clr-border-1);
}

.milestones__item:last-child {
    border-bottom: none;
}

.milestones__item p {
    margin: 0;
    flex-grow: 1;
}

.milestones__icon {
    font-size: 20px;
    color: var(--clr-theme-primary);
    margin-right: 10px;
}

.milestones__date {
    font-size: 14px;
    color: var(--clr-text-taxonomy);
}

/* Team Discussions */
.discussions__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.discussions__item {
    padding: 10px 0;
    border-bottom: 1px solid var(--clr-border-1);
}

.discussions__item:last-child {
    border-bottom: none;
}

.discussions__item h6 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: var(--clr-text-label);
}

.discussions__item p {
    margin: 0;
    font-size: 14px;
    color: var(--clr-text-taxonomy);
}

.discussions__item p a {
    color: var(--clr-theme-primary);
    text-decoration: none;
}

.discussions__item p a:hover {
    text-decoration: underline;
}

/* Project Milestones */
.milestone__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.milestone__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--clr-border-1);
}

.milestone__item:last-child {
    border-bottom: none;
}

.milestone__item p {
    margin: 0;
    flex-grow: 1;
}

.milestone__icon {
    font-size: 20px;
    color: var(--clr-theme-primary);
    margin-right: 10px;
}

.milestone__date {
    font-size: 14px;
    color: var(--clr-text-label);
}

/* Team Discussions */
.discussion__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.discussion__item {
    padding: 15px 0;
    border-bottom: 1px solid var(--clr-border-1);
}

.discussion__item:last-child {
    border-bottom: none;
}

.discussion__item h6 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: var(--clr-text-label);
}

.discussion__item p {
    margin: 0;
    font-size: 14px;
    color: var(--clr-text-taxonomy);
}

.discussion__item a {
    color: var(--clr-theme-primary);
    text-decoration: none;
}

.discussion__item a:hover {
    text-decoration: underline;
}

/*----------------------------------------*/
/*  Swiper CSS START
/*----------------------------------------*/
.swiper-navigation-btn button {
    position: absolute;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    top: 50%;
    inset-inline-start: 24px;
    transform: translateY(-50%);
    z-index: 55;
    border-radius: 50%;
    color: var(--clr-common-white);
    background: var(--clr-theme-primary);
    transition: all 0.3s linear;
}

[bd-theme=bd-theme-dark] .swiper-navigation-btn button {
    color: var(--clr-common-black);
}

.swiper-navigation-btn button:hover {
    background-color: var(--clr-theme-secondary);
}

.swiper-navigation-btn .swiper-button_next {
    inset-inline-start: auto !important;
    inset-inline-end: 24px;
}

.bd-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    bottom: 8px;
    top: auto;
    left: 0;
    width: 100%;
}

.bd-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 0;
    background-color: rgba(108, 95, 252, 0.3);
    opacity: 1;
    border-radius: 10px;
}

.bd-pagination .swiper-pagination-bullet-active {
    background: var(--clr-theme-primary);
    margin: 0 5px;
}

.bd-pagination .swiper-pagination-total {
    color: var(--clr-theme-secondary);
    font-size: 18px;
    font-weight: 600;
}

.bd-pagination .swiper-pagination-current {
    font-size: 20px;
    color: var(--clr-theme-primary);
}

.bd-pagination-custom .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: var(--clr-common-white);
    opacity: 1;
    background-color: var(--clr-theme-secondary);
}

.bd-pagination-custom .swiper-pagination-bullet-active {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

.bd-pagination-scrollbar .swiper-scrollbar {
    border-radius: 10px;
    background: var(--clr-theme-secondary);
    height: 8px;
}

.bd-pagination-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: var(--clr-theme-primary);
    left: 0;
    top: 0;
}

.swiper-slide img {
    border-radius: 10px;
}

.swiperVertical {
    height: 410px;
    width: 100%;
}

.bd-pagination-vertical .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 0;
    background-color: rgba(108, 95, 252, 0.3);
    opacity: 1;
    border-radius: 10px;
}

.bd-pagination-vertical .swiper-pagination-bullet-active {
    background: var(--clr-theme-primary);
    margin: 0 5px;
}

.swiperSlidesEffectCards {
    height: 460px;
    width: 380px;
}

.swiperSlidesEffectCards .swiper-slide img {
    object-fit: cover;
    height: 460px;
    width: 380px;
}

.swiperThumbsGallery {
    height: 680px;
    margin-bottom: 20px;
}

.swiperThumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.swiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiperAutoplayProgress {
    height: 680px;
}

.swiperAutoplayProgress .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-common-white);
}

.swiperAutoplayProgress .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--clr-common-white);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/*----------------------------------------*/
/*  Terms and Policy CSS START
/*----------------------------------------*/
.policy-title {
    margin-bottom: 8px;
}

.policy-item:not(:last-child) {
    margin-bottom: 20px;
}

.policy-item ul li {
    font-size: 16px;
    position: relative;
    padding-inline-start: 15px;
    list-style: none;
}

.policy-item ul li::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: var(--clr-theme-primary);
    border-radius: 50%;
}

.policy-item ul li:not(:last-child) {
    margin-bottom: 5px;
}

.policy-subitem {
    margin-inline-start: 40px;
}

.policy-subitem:not(:last-child) {
    margin-bottom: 20px;
}

.policy-contact ul {
    margin-bottom: 10px;
}

.policy-contact ul li {
    list-style: none;
    font-size: 16px;
    color: var(--clr-common-black);
}

.policy-address p {
    font-size: 16px;
    line-height: 1.5;
}

/*----------------------------------------*/
/*  EVENT CSS START
/*----------------------------------------*/
.error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.error-content {
    max-width: 650px;
}

.error-content h2 {
    margin-bottom: 20px;
    font-size: 48px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .error-content h2 {
        font-size: 32px;
    }
}

.error-content p {
    font-size: 20px;
    font-weight: var(--bd-fw-medium);
    margin-bottom: 30px;
}

/*----------------------------------------*/
/*  social CSS START
/*----------------------------------------*/
.common-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.common-social a {
    color: var(--clr-common-black);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(108, 95, 252, 0.1);
    font-size: 16px;
    border-radius: 50%;
}

.common-social a:hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-primary);
}

[bd-theme=bd-theme-dark] .common-social a:hover {
    color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  ribbon CSS START
/*----------------------------------------*/
.ribbon__wrapper {
    margin-bottom: 20px;
}

.ribbon {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    clear: left;
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    color: var(--clr-common-white);
    z-index: 2;
}

[bd-theme=bd-theme-dark] .ribbon {
    color: var(--clr-common-black);
}

.ribbon-clip {
    inset-inline-start: -14px;
}

.ribbon-clip:before {
    position: absolute;
    top: 30px;
    inset-inline-start: 0;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid transparent;
    border-top-color: var(--clr-theme-primary);
    border-right-color: var(--clr-theme-primary);
}

.ribbon-clip.ribbon-primary:before {
    border-top-color: var(--clr-theme-primary);
    border-right-color: var(--clr-theme-primary);
}

.ribbon-clip.ribbon-secondary:before {
    border-top-color: var(--clr-theme-secondary);
    border-right-color: var(--clr-theme-secondary);
}

.ribbon-clip.ribbon-success:before {
    border-top-color: var(--clr-action-success);
    border-right-color: var(--clr-action-success);
}

.ribbon-clip.ribbon-info:before {
    border-top-color: var(--clr-action-info);
    border-right-color: var(--clr-action-info);
}

.ribbon-clip.ribbon-warning:before {
    border-top-color: var(--clr-action-warning);
    border-right-color: var(--clr-action-warning);
}

.ribbon-clip.ribbon-danger:before {
    border-top-color: var(--clr-action-danger);
    border-right-color: var(--clr-action-danger);
}

.ribbon-clip.ribbon-light:before {
    border-top-color: var(--clr-bg-light);
    border-right-color: var(--clr-bg-light);
}

.ribbon-clip.ribbon-dark:before {
    border-top-color: var(--clr-common-dark);
    border-right-color: var(--clr-common-dark);
}

.ribbon-bookmark:before {
    position: absolute;
    top: 0;
    inset-inline-start: 100%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 15px solid var(--clr-theme-primary);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-primary:before {
    border-color: var(--clr-theme-primary);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-secondary:before {
    border-color: var(--clr-theme-secondary);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-success:before {
    border-color: var(--clr-action-success);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-info:before {
    border-color: var(--clr-action-info);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-warning:before {
    border-color: var(--clr-action-warning);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-danger:before {
    border-color: var(--clr-action-danger);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-light:before {
    border-color: var(--clr-bg-light);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-dark:before {
    border-color: var(--clr-common-dark);
    border-inline-end: 10px solid transparent;
}

.ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
    top: 100%;
    inset-inline-start: 0;
    margin-top: -14px;
    border-inline-end: 15px solid red;
    border-bottom: 10px solid transparent;
}

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

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

.ribbon-success {
    background-color: var(--clr-action-success);
}

.ribbon-info {
    background-color: var(--clr-action-info);
}

.ribbon-warning {
    background-color: var(--clr-action-warning);
}

.ribbon-danger {
    background-color: var(--clr-action-danger);
}

.ribbon-light {
    background-color: var(--clr-bg-light);
}

.ribbon-dark {
    background-color: var(--clr-common-dark);
}

/*----------------------------------------*/
/*  Pagination CSS START
/*----------------------------------------*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-primary .page-link {
    color: var(--clr-theme-primary);
}

.pagination-primary .page-link:hover {
    color: var(--clr-theme-primary);
    background-color: rgba(108, 95, 252, 0.1);
    border-color: var(--clr-theme-primary);
}

.pagination-secondary .page-link {
    color: var(--clr-theme-secondary);
}

.pagination-secondary .page-link:hover {
    color: var(--clr-theme-secondary);
    background-color: rgba(26, 188, 156, 0.1);
    border-color: var(--clr-theme-secondary);
}

.pagination-success .page-link {
    color: var(--clr-action-success);
}

.pagination-success .page-link:hover {
    color: var(--clr-action-success);
    background-color: rgba(52, 181, 58, 0.1);
    border-color: var(--clr-action-success);
}

.pagination-info .page-link {
    color: var(--clr-action-info);
}

.pagination-info .page-link:hover {
    color: var(--clr-action-info);
    background-color: rgba(13, 202, 240, 0.1);
    border-color: var(--clr-action-info);
}

.pagination-warning .page-link {
    color: var(--clr-action-warning);
}

.pagination-warning .page-link:hover {
    color: var(--clr-action-warning);
    background-color: rgba(255, 178, 0, 0.1);
    border-color: var(--clr-action-warning);
}

.pagination-danger .page-link {
    color: var(--clr-action-danger);
}

.pagination-danger .page-link:hover {
    color: var(--clr-action-danger);
    background-color: rgba(255, 58, 41, 0.1);
    border-color: var(--clr-action-danger);
}

.pagination-light .page-link {
    color: var(--clr-bg-light);
}

.pagination-light .page-link:hover {
    color: var(--clr-bg-light);
    background-color: rgba(184, 184, 184, 0.1);
    border-color: var(--clr-bg-light);
}

.pagination-dark .page-link {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .pagination-dark .page-link {
    color: var(--clr-common-white);
}

.pagination-dark .page-link:hover {
    color: var(--clr-common-dark);
    background-color: rgba(46, 46, 46, 0.1);
    border-color: var(--clr-common-dark);
}

.pagination-lg .page-link {
    padding: 15px 24px;
    font-size: 20px;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

[dir=rtl] .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

[dir=rtl] .pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 4px 8px;
    font-size: 14px;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-link {
    position: relative;
    display: block;
    color: var(--clr-theme-primary);
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid var(--clr-border-1);
    padding: 6px 12px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: var(--clr-theme-primary);
    background-color: rgba(108, 95, 252, 0.1);
    border-color: var(--clr-theme-primary);
}

.page-item:first-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

[dir=rtl] .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

[dir=rtl] .page-item:last-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #FFFFFF;
    background-color: var(--clr-theme-primary);
    border-color: var(--clr-theme-primary);
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/*----------------------------------------*/
/*  Range Slider CSS
/*----------------------------------------*/
.irs--flat .irs-min, .irs--flat .irs-max {
    top: 0;
    padding: 2px 6px;
    color: var(--clr-common-white);
    font-size: 14px;
    line-height: initial;
    text-shadow: none;
    background-color: var(--clr-theme-primary) !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.irs--flat .irs-line {
    height: 10px;
    background-color: rgba(108, 95, 252, 0.1) !important;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    height: 10px;
    background-color: var(--clr-theme-primary) !important;
}

.irs--flat .irs-handle {
    top: 20px;
}

.irs--flat .irs-handle > i:first-child {
    background-color: var(--clr-theme-primary) !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 2px 6px;
    background-color: var(--clr-theme-primary) !important;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    top: -10px;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    bottom: -10px;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: var(--clr-theme-primary) !important;
}

.irs-grid-text {
    font-size: 10px;
    color: var(--clr-common-black);
}

.irs--flat .irs-grid-text {
    color: var(--clr-bg-light);
}

/*----------------------------------------*/
/*  SIGN CSS START
/*----------------------------------------*/
.bd-timeline-wrapper {
    display: flex;
    justify-content: center;
}

.bd-timeline-item {
    padding: 0 2px;
    position: relative;
}

.bd-timeline-item:hover .bd-timeline-icon i {
    background: var(--clr-theme-secondary);
}

.bd-timeline-item:hover .bd-timeline-icon:before {
    background: var(--clr-theme-secondary);
}

.bd-timeline-item:hover .border {
    background: var(--clr-theme-secondary);
}

.bd-timeline-item:hover .bd-timeline-content {
    background: var(--clr-theme-secondary);
}

.bd-timeline-item:hover .title {
    color: var(--clr-common-white);
}

.bd-timeline-item:hover .description {
    color: var(--clr-common-white);
}

.bd-timeline-item .border {
    height: 15px;
    background: var(--clr-theme-primary);
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.bd-timeline-item:nth-child(2n) .bd-timeline-icon {
    padding: 55px 0 20px 0;
}

.bd-timeline-item:nth-child(2n) .bd-timeline-icon:before {
    bottom: auto;
    top: 0;
}

.bd-timeline-item:nth-child(2n) .border {
    margin: 38px 0 0 0;
}

.bd-timeline-item:first-child .border {
    border-radius: 4px 0 0 4px;
}

.bd-timeline-item:last-child.border {
    border-radius: 0 4px 4px 0;
}

.bd-timeline-icon {
    display: block;
    text-align: center;
    padding: 20px 0 55px 0;
    z-index: 1;
    position: relative;
}

.bd-timeline-icon:before {
    content: "";
    width: 1px;
    height: 75%;
    background: var(--clr-theme-primary);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.bd-timeline-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: var(--clr-theme-primary);
    font-size: 14px;
    color: var(--clr-common-white);
    transition: all 0.3s ease 0s;
}

[bd-theme=bd-theme-dark] .bd-timeline-icon i {
    color: var(--clr-common-black);
}

.bd-timeline-content {
    padding: 15px;
    border: 1px solid var(--clr-border-1);
    background: var(--clr-common-white);
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

[bd-theme=bd-theme-dark] .bd-timeline-content {
    background: var(--clr-bg-label);
}

.bd-timeline-content .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--clr-theme-primary);
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
}

.bd-timeline-content .description {
    font-size: 14px;
    color: var(--clr-text-body);
    margin: 0;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 990px) {
    .bd-timeline-item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .bd-timeline-icon {
        padding-top: 0;
    }

    .bd-timeline-item:nth-child(2n) .bd-timeline-icon {
        padding-bottom: 0;
    }

    .border {
        margin-bottom: 10px;
    }

    .bd-timeline-item:nth-child(2n) .border {
        margin: 10px 0 0 0;
    }

    .bd-timeline-content {
        text-align: center;
    }
}

/* timeline 2 */
.bd-timeline-item-2:not(:last-child) {
    margin-bottom: 30px;
}

.bd-timeline-item-2:nth-child(4n+2) .bd-timeline-content-2 {
    border-color: var(--clr-theme-secondary);
}

.bd-timeline-item-2:nth-child(4n+2) .bd-timeline-content-2:before {
    border-color: var(--clr-theme-secondary);
}

.bd-timeline-item-2:nth-child(4n+2) .bd-timeline-step {
    color: var(--clr-theme-secondary);
}

.bd-timeline-item-2:nth-child(4n+2) .bd-timeline-icon-2 {
    color: var(--clr-theme-secondary);
}

.bd-timeline-item-2:nth-child(4n+3) .bd-timeline-content-2 {
    border-color: var(--clr-action-warning);
}

.bd-timeline-item-2:nth-child(4n+3) .bd-timeline-content-2:before {
    border-color: var(--clr-action-warning);
}

.bd-timeline-item-2:nth-child(4n+3) .bd-timeline-step {
    color: var(--clr-action-warning);
}

.bd-timeline-item-2:nth-child(4n+3) .bd-timeline-icon-2 {
    color: var(--clr-action-warning);
}

.bd-timeline-item-2:nth-child(4n+4) .bd-timeline-content-2 {
    border-color: var(--clr-action-success);
}

.bd-timeline-item-2:nth-child(4n+4) .bd-timeline-content-2:before {
    border-color: var(--clr-action-success);
}

.bd-timeline-item-2:nth-child(4n+4) .bd-timeline-step {
    color: var(--clr-action-success);
}

.bd-timeline-item-2:nth-child(4n+4) .bd-timeline-icon-2 {
    color: var(--clr-action-success);
}

.bd-timeline-content-2 {
    color: var(--clr-text-body);
    background: var(--clr-common-white);
    text-align: center;
    min-height: 140px;
    padding: 40px 120px;
    border: 12px solid var(--clr-theme-primary);
    border-top: none;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.5) inset;
    display: block;
    position: relative;
}

[bd-theme=bd-theme-dark] .bd-timeline-content-2 {
    background: var(--clr-bg-label);
}

.bd-timeline-content-2:hover {
    text-decoration: none;
}

.bd-timeline-content-2:before {
    content: "";
    border: 3px dashed var(--clr-theme-primary);
    border-top: none;
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 0;
    inset-inline-start: 5px;
    inset-inline-end: 5px;
    bottom: 4px;
}

.bd-timeline-content-2 .title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.bd-timeline-content-2 .description {
    font-size: 16px;
    margin: 0;
}

.bd-timeline-icon-2 {
    color: var(--clr-theme-primary);
    font-size: 50px;
    line-height: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    inset-inline-start: 35px;
}

.bd-timeline-step {
    color: var(--clr-theme-primary);
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    inset-inline-end: 35px;
}

.bd-timeline-step span {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 576px) {
    .bd-timeline-item-2 .bd-timeline-content-2,
    .bd-timeline-item-2:nth-child(even) .bd-timeline-content-2 {
        padding: 110px 25px 25px;
    }

    .bd-timeline-icon-2 {
        transform: translateY(0);
        top: 32px;
    }

    .bd-timeline-step {
        transform: translateY(0);
        top: 17px;
    }

    .title {
        font-size: 22px;
    }
}

/* timeline 3 */
.bd-timeline-3 {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.bd-timeline-container {
    position: relative;
    width: 100%;
}

.bd-timeline-start,
.bd-timeline-year,
.bd-timeline-end {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.bd-timeline-start p,
.bd-timeline-year p,
.bd-timeline-end p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: var(--clr-theme-primary);
    border-radius: 100px;
    color: var(--clr-common-white);
    font-size: 14px;
    text-transform: uppercase;
}

[bd-theme=bd-theme-dark] .bd-timeline-start p,
[bd-theme=bd-theme-dark] .bd-timeline-year p,
[bd-theme=bd-theme-dark] .bd-timeline-end p {
    color: var(--clr-common-black);
}

.bd-timeline-year {
    margin: 30px 0;
}

.bd-timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.bd-timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    inset-inline-start: 50%;
    margin-inline-start: -1px;
    background: var(--clr-theme-primary);
}

.bd-timeline-left,
.bd-timeline-right .bd-timeline-date {
    text-align: right;
}

[dir=rtl] .bd-timeline-left,
[dir=rtl] .bd-timeline-right .bd-timeline-date {
    text-align: left;
}

.bd-timeline-right,
.bd-timeline-left .bd-timeline-date {
    text-align: left;
}

[dir=rtl] .bd-timeline-right,
[dir=rtl] .bd-timeline-left .bd-timeline-date {
    text-align: right;
}

.bd-timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
    position: relative;
}

.bd-timeline-date::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    background: var(--clr-theme-primary);
    border-radius: 15px;
    z-index: 1;
}

.bd-timeline-left .bd-timeline-date::after {
    inset-inline-start: -20px;
}

.bd-timeline-right .bd-timeline-date::after {
    inset-inline-end: -20px;
}

.bd-timeline-box {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid var(--clr-border-1);
    border-radius: 6px;
    background: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .bd-timeline-box {
    background: var(--clr-bg-label);
}

.bd-timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.bd-timeline-launch .bd-timeline-text {
    width: 100%;
}

.bd-timeline-launch .bd-timeline-box::after,
.bd-timeline-launch .bd-timeline-box::before {
    inset-inline-start: 50%;
    margin-inline-start: -10px;
    border-color: var(--clr-border-1) transparent transparent transparent;
    top: 80px;
}

.bd-timeline-box::after,
.bd-timeline-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.bd-timeline-left .bd-timeline-box::after,
.bd-timeline-left .bd-timeline-box::before {
    inset-inline-start: 100%;
}

.bd-timeline-right .bd-timeline-box::after,
.bd-timeline-right .bd-timeline-box::before {
    inset-inline-end: 100%;
}

.bd-timeline-box::after {
    top: 26px;
    border-color: transparent transparent transparent var(--clr-common-white);
    border-width: 10px;
}

[dir=rtl] .bd-timeline-box::after {
    border-color: transparent var(--clr-common-white) transparent transparent;
}

.bd-timeline-box::before {
    top: 25px;
    border-color: transparent transparent transparent var(--clr-border-1);
    border-width: 11px;
}

[dir=rtl] .bd-timeline-box::before {
    border-color: transparent var(--clr-border-1) transparent transparent;
}

.bd-timeline-right .bd-timeline-box::after {
    border-color: transparent var(--clr-common-white) transparent transparent;
}

[dir=rtl] .bd-timeline-right .bd-timeline-box::after {
    border-color: transparent transparent transparent var(--clr-common-white);
}

.bd-timeline-right .bd-timeline-box::before {
    border-color: transparent var(--clr-border-1) transparent transparent;
}

[dir=rtl] .bd-timeline-right .bd-timeline-box::before {
    border-color: transparent transparent transparent var(--clr-border-1);
}

.bd-timeline-icon-3 {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
}

[dir=rtl] .bd-timeline-icon-3 {
    float: right;
}

.bd-timeline-icon-3 i {
    font-size: 25px;
    color: var(--clr-theme-primary);
}

.bd-timeline-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
}

[dir=rtl] .bd-timeline-text {
    float: right;
}

.bd-timeline-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.bd-timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bd-timeline-continue::after {
        left: 40px;
    }

    .bd-timeline-end,
    .bd-timeline-start,
    .bd-timeline-year,
    .bd-timeline-left,
    .bd-timeline-right .bd-timeline-date,
    .bd-timeline-right,
    .bd-timeline-left .bd-timeline-date,
    .bd-timeline-launch {
        text-align: left;
    }

    .bd-timeline-left .bd-timeline-date::after,
    .bd-timeline-right .bd-timeline-date::after {
        inset-inline-start: 47px;
    }

    .bd-timeline-box,
    .bd-timeline-right .bd-timeline-date,
    .bd-timeline-left .bd-timeline-date {
        margin-inline-start: 55px;
    }

    .bd-timeline-launch .bd-timeline-box {
        margin-inline-start: 0;
    }

    .bd-timeline-left .bd-timeline-box::after {
        inset-inline-start: -20px;
        border-color: transparent var(--clr-common-white) transparent transparent;
    }

    .bd-timeline-left .bd-timeline-box::before {
        inset-inline-start: -22px;
        border-color: transparent var(--clr-border-1) transparent transparent;
    }

    .bd-timeline-launch .bd-timeline-box::after,
    .bd-timeline-launch .bd-timeline-box::before {
        inset-inline-start: 30px;
        margin-inline-start: 0;
    }
}

.success {
    background: #34B53A !important;
}

#bdTimeline .bd-timeline-item-4:after,
#bdTimeline .bd-timeline-item-4:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

#bdTimeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#bdTimeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: var(--clr-theme-primary);
    inset-inline-start: 50%;
    top: 0;
    position: absolute;
}

#bdTimeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#bdTimeline .bd-timeline-item-4 {
    margin-bottom: 50px;
    position: relative;
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-icon-4 {
    background: var(--clr-theme-primary);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    inset-inline-start: 50%;
    overflow: hidden;
    margin-inline-start: -23px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-icon-4 svg,
#bdTimeline .bd-timeline-item-4 .bd-timeline-icon-4 i {
    position: relative;
    top: 13px;
    font-size: 24px;
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] #bdTimeline .bd-timeline-item-4 .bd-timeline-icon-4 svg,
[bd-theme=bd-theme-dark] #bdTimeline .bd-timeline-item-4 .bd-timeline-icon-4 i {
    color: var(--clr-common-black);
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 {
    width: 45%;
    background: var(--clr-common-white);
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

[bd-theme=bd-theme-dark] #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 {
    background: var(--clr-bg-label);
    box-shadow: none;
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 h2 {
    padding: 15px;
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 22px;
}

[bd-theme=bd-theme-dark] #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 h2 {
    color: var(--clr-common-black);
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 p {
    padding-top: 10px;
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-content-4:before {
    content: "";
    position: absolute;
    inset-inline-start: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-inline-start: 7px solid var(--clr-theme-primary);
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-content-4.right {
    float: right;
}

[dir=rtl] #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4.right {
    float: left;
}

#bdTimeline .bd-timeline-item-4 .bd-timeline-content-4.right:before {
    content: "";
    inset-inline-end: 45%;
    inset-inline-start: inherit;
    border-inline-start: 0;
    border-inline-end: 7px solid var(--clr-theme-primary);
}

@media screen and (max-width: 768px) {
    #bdTimeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

    #bdTimeline:before {
        inset-inline-start: 0;
    }

    #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 {
        width: 90%;
        float: right;
    }

    [dir=rtl] #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4 {
        float: left;
    }

    #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4:before,
    #bdTimeline .bd-timeline-item-4 .bd-timeline-content-4.right:before {
        inset-inline-start: 10%;
        margin-inline-start: -6px;
        border-inline-start: 0;
        border-inline-end: 7px solid var(--clr-theme-primary);
    }

    #bdTimeline .bd-timeline-item-4 .bd-timeline-icon-4 {
        inset-inline-start: 0;
    }
}

/* Animation CSS */
/* icon animation */
.bd-timeline-icon-4.is-hidden {
    visibility: hidden;
}

.bd-timeline-icon-4.animate-it {
    visibility: visible;
    -webkit-animation: bounce-1 0.6s;
    -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
}

/* content block animation */
.bd-timeline-content-4.is-hidden {
    visibility: hidden;
}

.bd-timeline-content-4.animate-it {
    visibility: visible;
    -webkit-animation: bounce-2 0.6s;
    -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
}

@media only screen and (min-width: 769px) {
    /* Inverse bounce effect on even content blocks */
    .bd-timeline-content-4.right.animate-it {
        -webkit-animation: bounce-2-inverse 0.6s;
        -moz-animation: bounce-2-inverse 0.6s;
        animation: bounce-2-inverse 0.6s;
    }
}

@media only screen and (max-width: 768px) {
    /* Inverse bounce effect on all content blocks */
    .bd-timeline-content-4.animate-it,
    .bd-timeline-content-4.right.animate-it {
        animation: bounce-2-inverse 0.6s;
    }
}

/* ALL animation types called */
@-webkit-keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}

/*----------------------------------------*/
/*  Tab CSS START
/*----------------------------------------*/
.team-thumb {
    border-radius: 10px;
}

.team-member-designation {
    font-size: 16px;
}

.team-style-one {
    text-align: center;
}

.team-style-one:hover .team-social {
    opacity: 1;
}

.team-style-one:hover .team-social .icon-one {
    transform: translateY(-40px);
    opacity: 1;
}

.team-style-one:hover .team-social .icon-two {
    transform: translateY(-40px);
    opacity: 1;
}

.team-style-one:hover .team-social .icon-three {
    transform: translateY(-40px);
    opacity: 1;
}

.team-style-one:hover .team-social .icon-four {
    transform: translateY(-40px);
    opacity: 1;
}

.team-style-one:hover .team-thumb a::before {
    opacity: 1;
}

.team-style-one .team-thumb-wrap {
    position: relative;
    margin-bottom: 15px;
}

.team-style-one .team-social {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    display: flex;
    gap: 10px;
}

.team-style-two {
    position: relative;
}

.team-style-two:hover .team-thumb a::before {
    opacity: 1;
}

.team-style-two:hover .team-social .icon-one {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-two:hover .team-social .icon-one {
        transform: translateX(0px);
    }
}

.team-style-two:hover .team-social .icon-two {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-two:hover .team-social .icon-two {
        transform: translateX(0px);
    }
}

.team-style-two:hover .team-social .icon-three {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-two:hover .team-social .icon-three {
        transform: translateX(0px);
    }
}

.team-style-two:hover .team-social .icon-four {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-two:hover .team-social .icon-four {
        transform: translateX(0px);
    }
}

.team-style-two .team-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.team-style-two .team-member-name {
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .team-style-two .team-member-name {
    color: var(--clr-common-black);
}

.team-style-two .team-member-designation {
    color: rgba(255, 255, 255, 0.9);
}

[bd-theme=bd-theme-dark] .team-style-two .team-member-designation {
    color: rgba(255, 255, 255, 0.7);
}

.team-style-two .team-social {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-two .team-social {
        bottom: 35%;
    }
}

.team-style-three {
    position: relative;
}

.team-style-three:hover .team-thumb a::before {
    opacity: 1;
}

.team-style-three:hover .team-social .icon-one {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-three:hover .team-social .icon-one {
        transform: translateX(0px);
    }
}

.team-style-three:hover .team-social .icon-two {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-three:hover .team-social .icon-two {
        transform: translateX(0px);
    }
}

.team-style-three:hover .team-social .icon-three {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-three:hover .team-social .icon-three {
        transform: translateX(0px);
    }
}

.team-style-three:hover .team-social .icon-four {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-three:hover .team-social .icon-four {
        transform: translateX(0px);
    }
}

.team-style-three .team-member-designation {
    color: rgba(255, 255, 255, 0.9);
}

.team-style-three .team-social {
    margin-left: -25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-style-three .team-social {
        margin-left: 0;
    }
}

.team-style-three .team-social .icon-one {
    transform: translateY(0px);
}

.team-style-three .team-social .icon-two {
    transform: translateY(0px);
}

.team-style-three .team-social .icon-three {
    transform: translateY(0px);
}

.team-style-three .team-social .icon-four {
    transform: translateY(0px);
}

.team-social {
    display: flex;
    gap: 10px;
}

.team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--clr-theme-secondary);
    font-size: 16px;
    border-radius: 50%;
    color: var(--clr-common-white);
}

[bd-theme=bd-theme-dark] .team-social a {
    color: var(--clr-common-black);
}

.team-social a:hover {
    background-color: var(--clr-theme-primary);
}

.team-social .icon-one {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-social .icon-one {
        opacity: 1;
    }
}

.team-social .icon-two {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-social .icon-two {
        opacity: 1;
    }
}

.team-social .icon-three {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-social .icon-three {
        opacity: 1;
    }
}

.team-social .icon-four {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.6s ease-in-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-social .icon-four {
        opacity: 1;
    }
}

.image-overly {
    position: relative;
    overflow: hidden;
}

.image-overly a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(108, 95, 252, 0) 17.61%, #6C5FFC 100%);
}

.image-overly a:hover::before {
    opacity: 0;
}

/**=====================
     15. Alert CSS start
==========================**/
.alert {
    padding: 10px 16px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-radius: 6px;
}

.alert i {
    margin-inline-end: 5px;
    font-size: 14px;
}

.alert p {
    margin-bottom: 0;
}

.alert .close {
    opacity: 1;
}

.alert .close span {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    border-radius: 3px;
    text-shadow: none;
    padding: 0 5px;
    padding-inline-end: 0;
}

.alert-dismissible .close {
    padding: 10px 20px;
    top: 4px;
    padding-inline-end: 13px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.alert-dismissible .close:hover {
    transition: all 0.3s ease;
    opacity: 1;
    color: inherit;
}

.card__wrapper button:focus {
    outline: none;
}

.card__wrapper .alert:last-child {
    margin-bottom: 0;
}

.card__wrapper .alert i {
    width: 14px;
    height: 14px;
    margin-inline-end: 4px;
    position: absolute;
    top: 13px;
}

.card__wrapper .alert i ~ p {
    padding-inline-start: 20px;
}

strong {
    display: inline-block;
}

strong ~ p {
    display: inline-block;
}

.alert-primary {
    background-color: #6c5ffc;
    border-color: #6c5ffc;
    color: #FFFFFF;
}

.alert-primary p {
    color: #FFFFFF;
}

.alert-primary .btn-close {
    filter: brightness(1) invert(1);
}

.alert-primary .alert-link {
    color: #6C5FFC;
}

.alert-primary hr {
    border-top-color: #6C5FFC;
}

.alert-primary.outline,
.alert-primary.outline-2x {
    background-color: transparent;
    border-color: #6C5FFC;
    color: #6C5FFC;
}

.alert-primary.outline p,
.alert-primary.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-primary.outline p,
[bd-theme=bd-theme-dark] .alert-primary.outline-2x p {
    color: var(--clr-common-black);
}

.alert-primary.outline .btn-close,
.alert-primary.outline-2x .btn-close {
    filter: unset;
}

.alert-primary.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #6C5FFC;
    color: var(--clr-action-danger);
}

.alert-primary.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-primary.inverse p {
    color: var(--clr-common-black);
}

.alert-primary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #6C5FFC;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-primary.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-primary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #6C5FFC;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-primary.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-primary.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-secondary {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #FFFFFF;
}

.alert-secondary p {
    color: #FFFFFF;
}

.alert-secondary .btn-close {
    filter: brightness(1) invert(1);
}

.alert-secondary .alert-link {
    color: #1ABC9C;
}

.alert-secondary hr {
    border-top-color: #1ABC9C;
}

.alert-secondary.outline,
.alert-secondary.outline-2x {
    background-color: transparent;
    border-color: #1ABC9C;
    color: #1ABC9C;
}

.alert-secondary.outline p,
.alert-secondary.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-secondary.outline p,
[bd-theme=bd-theme-dark] .alert-secondary.outline-2x p {
    color: var(--clr-common-black);
}

.alert-secondary.outline .btn-close,
.alert-secondary.outline-2x .btn-close {
    filter: unset;
}

.alert-secondary.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #1ABC9C;
    color: var(--clr-action-danger);
}

.alert-secondary.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-secondary.inverse p {
    color: var(--clr-common-black);
}

.alert-secondary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #1ABC9C;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-secondary.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-secondary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #1ABC9C;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-secondary.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-secondary.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-success {
    background-color: #34b53a;
    border-color: #34b53a;
    color: #FFFFFF;
}

.alert-success p {
    color: #FFFFFF;
}

.alert-success .btn-close {
    filter: brightness(1) invert(1);
}

.alert-success .alert-link {
    color: #34B53A;
}

.alert-success hr {
    border-top-color: #34B53A;
}

.alert-success.outline,
.alert-success.outline-2x {
    background-color: transparent;
    border-color: #34B53A;
    color: #34B53A;
}

.alert-success.outline p,
.alert-success.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-success.outline p,
[bd-theme=bd-theme-dark] .alert-success.outline-2x p {
    color: var(--clr-common-black);
}

.alert-success.outline .btn-close,
.alert-success.outline-2x .btn-close {
    filter: unset;
}

.alert-success.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #34B53A;
    color: var(--clr-action-danger);
}

.alert-success.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-success.inverse p {
    color: var(--clr-common-black);
}

.alert-success.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #34B53A;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-success.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-success.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #34B53A;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-success.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-success.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-danger {
    background-color: #ff3a29;
    border-color: #ff3a29;
    color: #FFFFFF;
}

.alert-danger p {
    color: #FFFFFF;
}

.alert-danger .btn-close {
    filter: brightness(1) invert(1);
}

.alert-danger .alert-link {
    color: #FF3A29;
}

.alert-danger hr {
    border-top-color: #FF3A29;
}

.alert-danger.outline,
.alert-danger.outline-2x {
    background-color: transparent;
    border-color: #FF3A29;
    color: #FF3A29;
}

.alert-danger.outline p,
.alert-danger.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-danger.outline p,
[bd-theme=bd-theme-dark] .alert-danger.outline-2x p {
    color: var(--clr-common-black);
}

.alert-danger.outline .btn-close,
.alert-danger.outline-2x .btn-close {
    filter: unset;
}

.alert-danger.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #FF3A29;
    color: var(--clr-action-danger);
}

.alert-danger.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-danger.inverse p {
    color: var(--clr-common-black);
}

.alert-danger.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #FF3A29;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-danger.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-danger.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #FF3A29;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-danger.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-danger.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-warning {
    background-color: #ffb200;
    border-color: #ffb200;
    color: #FFFFFF;
}

.alert-warning p {
    color: #FFFFFF;
}

.alert-warning .btn-close {
    filter: brightness(1) invert(1);
}

.alert-warning .alert-link {
    color: #FFB200;
}

.alert-warning hr {
    border-top-color: #FFB200;
}

.alert-warning.outline,
.alert-warning.outline-2x {
    background-color: transparent;
    border-color: #FFB200;
    color: #FFB200;
}

.alert-warning.outline p,
.alert-warning.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-warning.outline p,
[bd-theme=bd-theme-dark] .alert-warning.outline-2x p {
    color: var(--clr-common-black);
}

.alert-warning.outline .btn-close,
.alert-warning.outline-2x .btn-close {
    filter: unset;
}

.alert-warning.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #FFB200;
    color: var(--clr-action-danger);
}

.alert-warning.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-warning.inverse p {
    color: var(--clr-common-black);
}

.alert-warning.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #FFB200;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-warning.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-warning.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #FFB200;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-warning.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-warning.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #FFFFFF;
}

.alert-info p {
    color: #FFFFFF;
}

.alert-info .btn-close {
    filter: brightness(1) invert(1);
}

.alert-info .alert-link {
    color: #0dcaf0;
}

.alert-info hr {
    border-top-color: #0dcaf0;
}

.alert-info.outline,
.alert-info.outline-2x {
    background-color: transparent;
    border-color: #0dcaf0;
    color: #0dcaf0;
}

.alert-info.outline p,
.alert-info.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-info.outline p,
[bd-theme=bd-theme-dark] .alert-info.outline-2x p {
    color: var(--clr-common-black);
}

.alert-info.outline .btn-close,
.alert-info.outline-2x .btn-close {
    filter: unset;
}

.alert-info.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #0dcaf0;
    color: var(--clr-action-danger);
}

.alert-info.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-info.inverse p {
    color: var(--clr-common-black);
}

.alert-info.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #0dcaf0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-info.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-info.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #0dcaf0;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-info.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-info.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-light {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #FFFFFF;
    color: var(--clr-common-dark);
    background-color: var(--clr-bg-light);
}

.alert-light p {
    color: #FFFFFF;
}

.alert-light .btn-close {
    filter: brightness(1) invert(1);
}

.alert-light .alert-link {
    color: #B8B8B8;
    color: var(--clr-common-dark);
}

.alert-light p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-light p {
    color: var(--clr-common-black);
}

.alert-light .btn-close {
    filter: unset;
}

.alert-light hr {
    border-top-color: #B8B8B8;
}

.alert-light.outline,
.alert-light.outline-2x {
    background-color: transparent;
    border-color: #B8B8B8;
    color: #B8B8B8;
    color: var(--clr-common-dark);
}

.alert-light.outline p,
.alert-light.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-light.outline p,
[bd-theme=bd-theme-dark] .alert-light.outline-2x p {
    color: var(--clr-common-black);
}

.alert-light.outline .btn-close,
.alert-light.outline-2x .btn-close {
    filter: unset;
}

.alert-light.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #B8B8B8;
    color: var(--clr-action-danger);
}

.alert-light.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-light.inverse p {
    color: var(--clr-common-black);
}

.alert-light.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #B8B8B8;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-light.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-light.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #B8B8B8;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-light.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-light.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.alert-dark {
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    color: #FFFFFF;
}

.alert-dark p {
    color: #FFFFFF;
}

.alert-dark .btn-close {
    filter: brightness(1) invert(1);
}

.alert-dark .alert-link {
    color: #2E2E2E;
}

.alert-dark hr {
    border-top-color: #2E2E2E;
}

.alert-dark.outline,
.alert-dark.outline-2x {
    background-color: transparent;
    border-color: #2E2E2E;
    color: #2E2E2E;
}

.alert-dark.outline p,
.alert-dark.outline-2x p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-dark.outline p,
[bd-theme=bd-theme-dark] .alert-dark.outline-2x p {
    color: var(--clr-common-black);
}

.alert-dark.outline .btn-close,
.alert-dark.outline-2x .btn-close {
    filter: unset;
}

.alert-dark.inverse {
    background-color: transparent;
    padding: 13px 20px 13px 65px;
    border-color: #2E2E2E;
    color: var(--clr-action-danger);
}

.alert-dark.inverse p {
    color: var(--clr-common-dark);
}

[bd-theme=bd-theme-dark] .alert-dark.inverse p {
    color: var(--clr-common-black);
}

.alert-dark.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    inset-inline-start: 50px;
    width: 0;
    height: 0;
    border-inline-start: 7px solid #2E2E2E;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

[dir=rtl] .alert-dark.inverse {
    padding: 13px 65px 13px 30px;
}

.alert-dark.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #2E2E2E;
    color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.alert-dark.inverse .btn-close {
    filter: unset;
    top: 50%;
    transform: translateY(-50%);
}

.alert-dark.inverse .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.dismiss-text .alert .btn-close {
    background: unset;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 15px;
    width: fit-content;
    height: fit-content;
    padding: 0;
}

[dir=rtl] .dismiss-text .alert .btn-close {
    left: 10px !important;
}

.dismiss-text .alert .btn-close span {
    display: inline-block;
    border-radius: 3px;
    text-shadow: none;
    padding: 0 5px;
    color: #FFFFFF;
}

.outline-2x {
    border-width: 2px;
    padding: 11px 20px;
}

.alert-img {
    display: flex;
    align-items: center;
}

.alert-img img {
    border-radius: 50%;
}

.alert-img .btn-close {
    top: auto;
}

.alert-avatar {
    position: relative;
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 50%;
}

.alert-avatar.avatar-xs {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.alert-avatar.avatar-sm {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
}

.alert-avatar.avatar-md {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.alert-avatar.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1rem;
}

.alert-avatar.avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
}

.btn-close {
    width: 40px;
    height: 40px;
    padding: 0 0 !important;
}

[dir=rtl] .btn-close {
    left: 0 !important;
    right: auto !important;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/*----------------------------------------*/
/*  Badge CSS START
/*----------------------------------------*/
.bd-badge {
    font-size: 12px;
    font-weight: var(--bd-fw-regular);
    padding: 4px 10px 4px 10px;
    color: var(--clr-common-white);
    height: 26px;
    min-width: 75px;
    display: inline-flex;
    text-align: center;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

[bd-theme=bd-theme-dark] .bd-badge {
    color: var(--clr-common-black);
}

.bd-badge.border-none {
    border-radius: 0 !important;
}

.bd-badge.badge-circle {
    padding: 0 0;
    width: 25px;
    height: 25px;
    min-width: auto;
    border-radius: 50%;
    margin-inline-start: 10px;
    color: var(--clr-common-black);
}

.bd-badge.badge-circle i {
    font-size: 14px;
    margin-inline-end: 0;
}

.bd-badge.bg-success {
    background-color: var(--clr-action-success) !important;
}

.bd-badge.bg-theme {
    background-color: var(--clr-theme-primary) !important;
}

.bd-badge.bg-secondary {
    background-color: var(--clr-theme-secondary) !important;
}

.bd-badge.bg-danger {
    background-color: var(--clr-action-danger) !important;
}

.bd-badge.bg-info {
    background-color: var(--clr-action-info) !important;
}

.bd-badge.bg-link {
    background-color: var(--clr-action-link) !important;
}

.bd-badge.bg-warning {
    background-color: var(--clr-action-warning) !important;
}

.bd-badge.bg-white {
    background-color: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.bd-badge.bg-light {
    background-color: var(--clr-bg-light) !important;
}

.bd-badge.bg-white {
    background-color: var(--clr-common-white);
}

.bd-badge.bg-dark {
    background-color: var(--clr-common-dark) !important;
}

/* alert-badge */
.alert-badge {
    font-size: 12px;
    font-weight: var(--bd-fw-regular);
    padding: 4px 10px 4px 10px;
    color: var(--clr-common-black);
    height: 26px;
    min-width: 75px;
    display: inline-flex;
    text-align: center;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

.alert-badge.border-none {
    border-radius: 0 !important;
}

.alert-badge.bg-success {
    background-color: var(--clr-alert-success) !important;
}

.alert-badge.bg-theme {
    background-color: rgba(108, 95, 252, 0.5) !important;
}

.alert-badge.bg-secondary {
    background-color: var(--clr-theme-secondary) !important;
}

.alert-badge.bg-danger {
    background-color: var(--clr-alert-danger) !important;
}

.alert-badge.bg-info {
    background-color: var(--clr-alert-info) !important;
}

.alert-badge.bg-link {
    background-color: var(--clr-alert-link) !important;
}

.alert-badge.bg-warning {
    background-color: var(--clr-alert-warning) !important;
}

.alert-badge.bg-light {
    background-color: var(--clr-alert-light) !important;
}

.alert-badge.bg-dark {
    background-color: var(--clr-alert-dark) !important;
}

/* tag badge */
.tag-badge {
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    line-height: 1;
    color: var(--clr-common-black);
    background-color: var(--clr-alert-light) !important;
    display: inline-flex;
    min-width: 86px;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
}

[bd-theme=bd-theme-dark] .tag-badge {
    color: var(--clr-common-white);
}

.tag-badge.bg-success {
    background-color: var(--clr-alert-success) !important;
}

.tag-badge.bg-theme {
    background-color: var(--clr-theme-primary) !important;
    color: var(--clr-common-white);
}

.tag-badge.bg-secondary {
    background-color: var(--clr-theme-secondary) !important;
}

.tag-badge.bg-danger {
    background-color: var(--clr-alert-danger) !important;
}

.tag-badge.bg-info {
    background-color: var(--clr-alert-info) !important;
}

.tag-badge.bg-link {
    background-color: var(--clr-alert-link) !important;
}

.tag-badge.bg-warning {
    background-color: var(--clr-alert-warning) !important;
}

.tag-badge.bg-light {
    background-color: var(--clr-alert-light) !important;
}

.tag-badge.bg-dark {
    background-color: var(--clr-alert-dark) !important;
}

/*# sourceMappingURL=../maps/main.css.map */
