/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.font-weight-bold {
    font-family: ContentBold;
}

.font-weight-regular {
    font-family: ContentRegular;
}

.font-weight-Medium {
    font-family: ContentMedium;
}

.font-weight-thin {
    font-family: ContentThin;
}

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

.font-xl {
    font-size: 17px;
}

.font-2xl {
    font-size: 19px;
}

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

body {
    font-family: ContentRegular;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: TitleBold;
}


.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 100%;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: right !important;
    direction: rtl !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 231px;
        position: relative;
    }

    .content-wrapper {
        margin-bottom: 100px !important;
    }

    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }

    nav#header-navigation {
        width: 100% !important;
    }

    .profile-container--setting {
        display: none;
    }

    .profile-container--notify {
        display: none;
    }

    .container-xxl.card-columns.flex-grow-1.container-p-y {
        padding: 1.9rem;
    }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.menu--text {
    position: relative;
    right: 30px;
}

.menu-item--container {
    margin: .7rem auto;
}

.menu-item--container li {
    margin: 5px 0;
}

.menu-item--container > li > a {
    padding: 1rem 0 !important;
}

a.menu-link.sub-active {
    background: var(--theme-secondary-light) !important;

}

li.menu-header.small.text-uppercase {
    height: 0;
}


i.tf-icons.bx {
    opacity: .75;
    margin-left: 3px !important;
    font-size: 1.3rem;
}

.menu-profile-dropdown {
    margin: 0 1rem 2rem 1rem;
    border-radius: 0.8rem;
}

.menu-profile-dropdown > a:first-child {
    background: rgba(67, 89, 113, 0.04);
    padding: .7rem;
    border-radius: 10px;
}

.dropdown-item {
    text-align: right;
}

.layout-page {
    background: transparent;
}

.sc-head > * {
    color: var(--themme-dark-color) !important;
}

.wave-hand {
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 70% 70%;
    /* Pivot around the bottom-left palm */
    display: inline-block;
}

.text-fixer {
    position: relative;
    top: 3px;
}

.fixer-2 {
    position: relative;
    top: 2px;
}

.fixer-3 {
    position: relative;
    top: 3px;
}

.text-fixer-1 {
    position: relative;
    top: 1px;
}

.bg-danger {
    background: var(--theme-red) !important;
}

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

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

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

.badge {
    cursor: default !important;
}

.dashboard-badge {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
}

.badge-danger-shadow {
    box-shadow: 0px 14px 11px -12px var(--theme-red);
}

.badge-info-shadow {
    box-shadow: 0px 14px 11px -12px var(--theme-blue);
}

.badge-primary-shadow {
    box-shadow: 0px 14px 11px -12px var(--theme-primary-color);
}

.badge-warning-shadow {
    box-shadow: 0px 14px 11px -12px var(--theme-warning);
}

.badge-violet-shadow {
    box-shadow: 0px 14px 11px -12px var(--theme-primary);
}

.card-header-liq {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    /*margin-right: var(--theme-card-cap-padding-x);*/
}

.liq-secondary {
    background: var(--theme-secondary);
}

.lig-primary {
    background: var(--theme-primary-color);

}

.card-header--fix {
    padding: var(--theme-fix-card-cap-padding-y);
    padding-top: var(--theme-card-cap-padding-x);
    padding-bottom: var(--theme-card-cap-padding-x);
}

.dashboard-status {
    height: 100%;
    width: 7px;
}

.apexcharts-tooltip {
    font-family: ContentRegular;
}

.dashboard-tooltip {
    padding: .7rem 1rem;
    border-radius: 4px;
}

.apexcharts-canvas * {
    font-family: ContentRegular;
}

span.apexcharts-legend-text {
    font-family: ContentMedium !important;
    padding: 0 10px;
    font-size: 15px !important;
}

.apexcharts-legend-marker {
    border-radius: 2px !important;
}

.apexcharts-tooltip {
    font-family: ContentRegular !important;
}

.table--head {
    background: var(--theme-background-color);
    font-family: ContentBold;
    color: var(--theme-darker-color);
    line-height: 40px;
    border-radius: 20px;
}

.table--row {
    /*background: var(--theme-background-color);*/
    line-height: 40px;
}

.table--row th:first-child {
    padding-right: 20px;
}

.table:not(.table-dark) th {
    color: var(--themme-dark-color);
    font-family: 'TitleBold';
}

.table th {
    font-size: 1rem;
}

.table--row td {
    font-family: ContentMedium;
    color: var(--theme-darker-color);
    border-bottom: 1px solid var(--theme-background-color);
    padding-top: 0;
    padding-bottom: 0;
}

.table--head th:last-child {
    border-bottom-left-radius: 10px !important;
}

.table--head th:first-child {
    border-bottom-right-radius: 10px !important;
}

.table--head th:first-child {
    border-top-right-radius: 10px !important;
}

.table--head th:last-child {
    border-top-left-radius: 10px !important;
}

.table-inline {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.row.make-columns {
    -moz-column-width: 19em;
    -webkit-column-width: 19em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.row.make-columns > div {
    display: inline-block;
    padding: .5rem;
    width: 100%;
}

.btn-title {
    font-family: TitleBold !important;
}

.signing-sticky-footer button {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.bottom-navigation-sticky{
    position: fixed;
    /*width: 1270px;*/
    /*right: 16rem;*/
    bottom: 0px;
}
.btn-full {
    width: 100%;
}
#bottom-nav .card{
    box-shadow: 0px -5px 18px -12px rgba(13, 13, 13, .5);

}
.btn-round {
    border-radius: 20px;
}

.signing-sticky-footer {
    width: 100%;
    height: 100px;
    text-align: center;
    alignment-baseline: middle;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

/* demo only* */
.panel {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.col-nobreak {
    clear: none !important;
}

.dot {
    background: var(--theme-gray-dark);
    opacity: .4;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.ul.nav.nav-pills {
    background: white !important;
}

.iziToast-message {
    font-family: ContentBold !important;
}

.iziToast-title {
    font-family: ContentBold !important;
}

.iziToast-texts {
    display: flex !important;
    flex-direction: column;
    font-family: ContentBold !important;
}

.menu-link > svg {
    width: 2.2rem;
    padding: 0 0 0 10px;

}

.menu-link > svg > g {
    fill: var(--theme-darker-color);
}

.bottom-navbar {
    position: fixed;
    bottom: 0px;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    padding: 10px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05);
    z-index: 1;
    display: none;
}


.bottom-navbar button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background: transparent;
    border-radius: 20px;
    transition: all .25s ease;
    padding-top: 1rem;
    width: 3rem;
}

.bottom-navbar::after {
    content: "";
    background: var(--theme-gray);
    width: 48px;
    height: 5px;
    position: absolute;
    /* left: 0; */
    bottom: 9px;
    margin: auto;
    text-align: center;
    display: flex;
    /*margin-left: 1rem;*/
    border-radius: 15px;

}

.bottom-navbar button svg {
    width: 1.6rem;
}

.bottom-navbar button svg g {
    fill: var(--theme-primary-color-black);
}

.bottom-navbar button.float {
    width: 50px;
    padding-top: 0rem;

    margin-top: -40px;
    background: var(--theme-primary-color);
    color: #fff;
    border-radius: 10px;
    height: 50px;
    box-shadow: 0px 10px 20px 0px rgba(16, 172, 115, .3)
}

button.float > svg {
    width: 2rem;
}

button.float > svg g {
    fill: white;
}

.bottom-navbar button.active {
    color: var(--theme-primary-color);
}

.bottom-navbar button svg {
    font-size: 1.5rem;
    pointer-events: none;
}

.con-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect {
    width: 60px;
    height: 50px;
    position: absolute;
    left: 13px;
    border-radius: 18px;
}

.icon-sm {
    width: 22px;
}

.notify-icon {
    background: white;
    padding: 8px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 14px 24px;
    transform: scale(1.1);
}

.table-card {
    width: 100%;

}

.table-responsive::-webkit-scrollbar {
    width: 100px;
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: var(--theme-secondary-light);
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #D5D5D6;
    border-radius: 10px;

}

.table-icon {
    width: 1.2rem;
}

.td-lg {
    width: 30%;
}

.modal-close {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    overflow: hidden;
    outline: none;
}

.modal-close > svg {
    width: 1.8rem;
}

@media (max-width: 590px) {
    .td-lg {
        width: 300px;
    }
}

@media (max-width: 1200px) {
    .tab-bar {
        display: flex !important;
    }

    .td-lg {
        width: 50%;
    }

    .bg-glass {
        display: flex !important;
    }

    .layout-menu {
        position: fixed !important;
        top: 0 !important;
        height: 100% !important;
        right: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: translate3d(100%, 0, 0);
        will-change: transform, -webkit-transform;
        background: white !important;
    }

    .app-brand .layout-menu-toggle {
        position: absolute;
        right: 16rem;
        border-radius: 50%;
        opacity: 1;
    }

    .panel-phone {
        display: none;
    }

    /*#layout-menu {*/
    /*    display: none;*/
    /*}*/
    /*.layout-menu-toggle.navbar-nav.align-items-xl-center.me-3.me-xl-0.d-xl-none {*/
    /*    display: none;*/
    /*}*/
}

.dropdown-item .icon-sm {
    margin-left: 10px;
}

.show-always {
    display: block !important;
}

.form-control.error {
    border-color: var(--theme-red);
    background: var(--theme-red-light);
}

form .error:not(li):not(input) {
    color: var(--theme-red-darker) !important;
    font-family: ContentMedium;
    font-size: 13px;
    padding-top: .5rem;
    display: flex;
    margin-top: 0;
}

.form-control.error:hover {
    border-color: var(--theme-red-darker) !important;;
    background: var(--theme-red-light);
    box-shadow: none !important;
}

.form-danger {
    border-color: var(--theme-red);
    background: var(--theme-red-light);
}

.form-danger:hover {
    border-color: var(--theme-red-darker) !important;;
    background: var(--theme-red-light);
    box-shadow: none !important;
}

label#name-error {
    color: var(--theme-red-darker) !important;
    font-family: ContentMedium;
    font-size: 14px;
    padding-top: 3px;
}

.form-footer {

}

.form-check {
    background: var(--theme-secondary-light);
    padding: 1rem 1rem 1rem 0;
    border-radius: .5rem;
    cursor: pointer;
    border: 2px solid var(--theme-gray);
}

.form-check label {
    color: var(--theme-secondary) !important;
}

.form-check {
    transition: all ease-in-out .2s;
}

.form-check.active {
    border: 2px solid var(--theme-primary-color);
    transition: all ease-in-out .2s;
}

.form-check.active label {
    color: var(--theme-primary-color) !important;
}

.mbsc-windows.mbsc-calendar-day-inner {
    display: block;
    font-family: 'ContentBold';
}

.mbsc-windows.mbsc-popup-button.mbsc-font {
    font-family: 'ContentBold';
}

.mbsc-calendar-title {
    font-family: 'ContentBold';

}

.mbsc-calendar-month, .mbsc-calendar-year {
    font-family: ContentBold;
}

/*animations*/

.input-group-icon {
    display: inline-flex;
}

.input-group-icon input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none !important;
    border-right: 1px solid #d9dee3;
    border-top: 1px solid #d9dee3;
    border-bottom: 1px solid #d9dee3;
}

.input-group-icon span {
    background: var(--theme-background-color-light);
    border-left: 1px solid #d9dee3;
    border-top: 1px solid #d9dee3;
    border-bottom: 1px solid #d9dee3;
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;

}

.card-border {
    border: 1px solid var(--theme-gray);
    border-radius: 20px;
}

.box-border {
    border: 1px solid var(--theme-gray);
    border-radius: 20px;
}

.accordion-body {
    margin-top: 1rem;
}

.box--top-container {
    background: var(--theme-secondary-light);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    place-content: center;
    overflow: hidden;

}

.box--top-container img {
    width: 70%;
    position: relative;
    padding: 20px;
    top: 2rem;
    transition: top .4s ease-in-out;
}

.document-item {
    cursor: pointer;
}

.document-item:hover .box--top-container > img {
    top: 0rem;
    transition: top .4s ease-in-out;

}

.no-shadow {
    box-shadow: none !important;
    text-shadow: none !important;
}

.fn-sig {
    font-family: Arslan;
}

.form-control--sig {
    background: white;
}

.tab-content--modal {
    padding: 1rem 0 !important;
}

.card-body {
}

.dropdown-xl {
    width: 17rem;
}

.btn-screen {
    width: 100%;
}

.btn-link-secondary {
    color: var(--theme-secondary) !important;
}

.filter-container svg {
    margin-left: .3rem;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0.0deg)
    }

    10% {
        transform: rotate(14.0deg)
    }

    /* The following five values can be played with to make the waving more or less extreme */
    20% {
        transform: rotate(-8.0deg)
    }

    30% {
        transform: rotate(14.0deg)
    }

    40% {
        transform: rotate(-4.0deg)
    }

    50% {
        transform: rotate(10.0deg)
    }

    60% {
        transform: rotate(0.0deg)
    }

    /* Reset for the last half to pause */
    100% {
        transform: rotate(0.0deg)
    }
}

.hide {
    display: none !important;
}

.wizard-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px); /* Adjust the blur radius as needed */
    background: rgba(255, 255, 255, 0.01); /* Adjust the background color and opacity as needed */
    pointer-events: none;
    z-index: 1;
    place-content: center;

}

.form-check.control-radio {
    margin-block-end: 10px;
}


/*infinite bar*/
.loading-bar-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    min-height: 100vh;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.01);
    z-index: 9999;
}

.loading-bar {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: 0px solid transparent;
    position: fixed;
    z-index: 9999;
    top: 0px;
}

.loading-bar .loading-bar--loader {
    position: absolute;
    border-radius: 20%;
    height: 7px;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: var(--theme-primary-color);
    width: 0;
    animation: borealisBar 1s linear infinite;
}


/* tab bar start*/
.bg-glass {
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.49);
    border: 0px solid rgba(255, 255, 255, 0.125);
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: none;
    flex-grow: 1;
    height: 70px;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 98;
    left: 0;
    right: 0;
    margin: auto;
}

.form-control {
    border-color: #c7cdd4;
}

.tab-bar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: none;
    flex-grow: 1;
    height: 70px;
    max-width: 100%;
    border-radius: 10px;
    overflow: visible;
    background-color: transparent;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;

}

.demo-inline-spacing {
    z-index: 0;
}

.tab-bar .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
}

.tab-bar .menu-item:focus, .menu-item:hover {
    outline: none;
}

.tab-bar svg {
    width: 30px;
}

.tab-bar svg g {
    fill: var(--theme-dark)
}

.tab-bar .menu-item-label {
    display: block;
    font-size: 13px;
    color: var(--theme-dark);
    transition: 0.25s ease;
    padding-top: 5px;
    font-weight: bold;
    font-family: TitleRegular;
}

.input-code-group {
    place-content: center;
}

.input-code-group input {
    width: 4rem;
}

.link-disabled {
    color: #8e9baa !important;
    cursor: none !important;
}

.link-disabled:hover {
    color: #8e9baa !important;
    cursor: none !important;
}

/*timeline start*/
.timeline-with-icons {
    border-right: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    right: -56px;
    background-color: var(--theme-primary-color);
    color: white;
    box-shadow: 0px 14px 11px -12px var(--theme-primary-color);
    border-radius: 20%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*timeline end*/

/*uploader*/
.uploader {
    background: var(--theme-secondary-light);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px dotted var(--theme-gray);
    cursor: pointer;
}

.uploader-icon svg {
    width: 180px;
}

.uploader-icon svg path {
    fill: var(--theme-gray) !important;
}

.no-radius {
    border-radius: 0 !important;
}

.signature-item {
    cursor: pointer;
}

.signature-item--active {
    border: 2px solid var(--theme-info);
}

.avatar-letter {
    background: rgba(34, 206, 149, 0.1);
    width: 100%;
    height: 110%;
    justify-content: center;
    border-radius: 5px;
    text-align: -webkit-center;
}

.avatar-letter span {
    color: var(--theme-primary-color);
}

#notifyBadge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 11px;
}

/*uploader*/

/* tab bar end*/
@keyframes borealisBar {
    0% {
        left: 0%;
        right: 100%;
        width: 0%;
    }
    10% {
        left: 0%;
        right: 75%;
        width: 25%;
    }
    90% {
        right: 0%;
        left: 75%;
        width: 25%;
    }
    100% {
        left: 100%;
        right: 0%;
        width: 0%;
    }
}

/* header navigation start*/
#header-navigation {
    display: flex;
    flex-direction: row;
    padding: 1.2rem;
    place-content: space-between;
}

.avatar-holder {
    background: var(--theme-white);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 3px;
    border-radius: 4px;

}

.avatar-holder img {
    width: 35px;
    height: 35px;
}

.avatar-holder img {
    border-radius: 3px;
}

.avatar-icon {
    background: var(--theme-background-color);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    place-content: center;
    border-radius: 4px;
}

.avatar-holder .badge {
    position: absolute;
    bottom: 20px;
    right: -12px;
    font-family: ContentRegular;
}

.dropdown-item--icon {
    width: 22px;
    margin-left: 5px;
}

.dropdown-item--icon path {
    fill: var(--theme-darker-color) !important;
}

.user-profile-dropdown {
    width: 15rem;
}

#project_popup {
    display: block !important;
    visibility: visible !important;
}

.dropdown-thead {
    border-bottom: 1px solid var(--theme-background-color);
    padding: 10px 0;
    width: 100%;
    position: relative;
    right: 10px;
}

.dropdown-tr {
    padding: 10px 0;
    border-bottom: 1px solid var(--theme-background-color);
}

/* header navigation end*/


/*customize dropdown start*/
.e-input-group.e-control-wrapper.e-ddl.e-lib.e-keyboard.e-valid-input {
    padding: 5px 5px;
}

.e-input-group.e-control-wrapper.e-ddl.e-lib.e-keyboard {
    padding: 5px;
}

/*customize dropdown end*/

/* auth pages start*/
.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

.authentication-wrapper.authentication-cover {
    align-items: flex-start;
}

.light-style .authentication-wrapper .authentication-bg {
    background-color: #fff;
    height: 100vh;
}

.authentication-inner--img {
    width: 55%;
}

.authentication-wrapper.authentication-cover .authentication-inner {
    height: 100vh;
}

.authentication-wrapper .authentication-inner {
    width: 100%;
}

/* auth pages end*/


/* kab start*/
.box {
    border: 1px solid var(--theme-background-color);
    padding: 1rem;
}

.box .dropdown-toggle::after {
    display: none;
}

/* kab end*/
.sub-menu-container {
    width: 17.813rem;
    padding: 0 25px;
    margin: 2rem auto;
}

.sub-menu-container .btn-dark {
    padding: 12px 0;
}

.sub-menu-container .progress {
    height: 7px !important;
    box-shadow: none !important;
}

.menu-item a:hover {
    color: var(--theme-darker-color) !important;;
}

.dropdown-item:hover {
    color: var(--theme-darker-color) !important;;

}

.fs-7 {
    font-size: .9rem;
}

li.page-item.first {
    margin-left: 3px;
}

.page-link:hover {
    color: var(--theme-darker-color) !important;
}

li.page-item.active .page-link:hover {
    color: var(--theme-white) !important;
}

.btn-filter {
    padding: 10px 20px;
}

.btn-filter svg {
    width: 20px;
}

.btn-filter svg path {
    fill: white;
}

.filter-dropdown {
    padding: 1rem;
    text-align: right;
}

.nav-pills a.nav-link:hover {
    color: var(--theme-darker-color) !important;
}

.nav-pills a.nav-link {
    padding: 10px !important;
}

.nav-pills {
    padding: 0;
}

.no-border {
    border: none;
}

a.menu-link.sub-active {
    background: var(--theme-light-bg) !important;
}

.dashboard-badge-container {
    height: 257px;
    width: 234px;
    padding: 20px 20px 0 20px;
    place-content: space-between;

}

.dashboard-badge-primary {
    background: url("../img/backgrounds/bg-orange.svg");
    background-repeat: no-repeat;
}

.dashboard-badge-gray {
    background: url("../img/backgrounds/bg-gray.svg");
    background-repeat: no-repeat;
}

.dashboard-badge-green {
    background: url("../img/backgrounds/bg-green.svg");
    background-repeat: no-repeat;
}

.dashboard-badge-blue {
    background: url("../img/backgrounds/bg-blue.svg");
    background-repeat: no-repeat;
}

.btn-circle-full {
    border-radius: 100%;
}

.dashboard-badge-button {
    width: 48px;
    height: 48px;
    position: relative;
    top: -3px;
    left: -3px;
}

.dashboard-badge-button svg {
    width: 15px;
    height: 15px;
    transform: scale(2) rotate(270deg);

}

.tabbar-single-icon {
    background: var(--theme-primary-color);
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 23px 35px -15px rgba(255, 142, 60, 1);
    position: absolute;
    top: -20px;

}

.icon-svg-info {
    fill: var(--theme-info) !important;
}

.icon-svg-info path {
    fill: var(--theme-info) !important;
}

.tabbar-single-icon svg {

}

@media (max-width: 720px) {
    .table--row td:first-child {
        padding-right: 20px;
        padding-left: 40px;
    }

    .dashboard-badge-container {
        height: 180px;
        width: 170px;
        padding: 20px 20px 0 20px;
        place-content: space-between;
        background-size: cover;
    }

    .dashboard-badge-button {
        /* width: 35px; */
        /* height: 39px; */
        position: relative;
        top: 3px;
        left: -16px;
        transform: scale(.8);
    }

    label#name-error {
        color: var(--theme-red-darker) !important;
        font-family: ContentMedium;
        font-size: 12px;
        padding-top: 3px;
    }

    form .error:not(li):not(input) {
        color: var(--theme-red-darker) !important;
        font-family: ContentMedium;
        font-size: 12px;
        padding-top: 3px;
        display: flex;
        margin-top: 0;
    }
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Webkit */
    margin: 0; /* Remove margin */
}
.title {
    font-family: TitleBold !important;
}

.row.page-header {
    padding: 1.4rem 1rem;
}
.check-radio-sm{
    padding: .4rem !important;
}
.check-radio-sm .form-check-input{
    margin-top: 10px;
}
.label-input{
    border-right: 1px solid #d9dee3;
    border-bottom: 1px solid #d9dee3;
    border-top: 1px solid #d9dee3;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left:none;
}
.label-input--mask{
    background-color: var(--theme-background-color-light);
    border-left: 1px solid #d9dee3;
    border-right: none;
    border-bottom: 1px solid #d9dee3;
    border-top: 1px solid #d9dee3;
    border-top-left-radius:0.375rem;
    border-bottom-left-radius: 0.375rem;
    padding: 0 10px;
    font-family: ContentMedium;
}
.form-switch{
    background: transparent;
    border-radius: 0;
    border: none;
}
.form-switch .form-check-input{
    margin-right: 0;
    margin-left:0;
    order-radius:0px !important;
    margin-top: 10px;
}
.form-check-input-switch:checked, .form-check-input-switch[type=checkbox]:indeterminate{
}

label.form-check-label-switch  {
    padding-right: 8px;
    padding-top: 2px;
    font-family: ContentBold;  
    color: var(--theme-darker-color) !important; ;

}
.btn-secondary-spinner.btn-minus {
}
    td {
        font-family: ContentMedium;
        color: var(--theme-darker-color) ;
    }
/*tabbar start*/


.package-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(45deg, var(--theme-primary-color), var(--theme-lighten-primary-color));
    color: var(--theme-button-text);
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(var(--theme-dark-rgb), 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.package-badge strong {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 0px;
    animation: pulse 2s infinite;
}

.package-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(var(--theme-dark-rgb), 0.25);
}

.package-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(var(--theme-white-rgb), 0.2) 0%, transparent 70%);
    animation: shine 4s infinite linear;
    z-index: 0;
    pointer-events: none;
}

@keyframes shine {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}
