body {
    overflow-x: hidden;
}

.app-sidebar .main-sidebar-header {
    border-bottom-color: rgb(0 0 0 / 10%);
    backdrop-filter: none !important;
}

[data-menu-styles=dark] .app-sidebar {
    border-color: rgb(0 0 0 / 10%);
    background-color: rgb(255 255 255);
}

.app-sidebar .side-menu__label {
    color: var(--default-text-color);
}

.app-sidebar .side-menu__icon {
    fill: var(--default-text-color);
    color: var(--default-text-color);
}

.app-sidebar .side-menu__item {
    color: var(--default-text-color);
}

.app-sidebar .slide__category {
    color: rgb(27 27 27);
}

.app-sidebar .side-menu__item.active {
    background-color: #2f528a;
}

.app-sidebar .side-menu__item.active:hover {
    background-color: #2f528a;
}

.app-sidebar .side-menu__item:hover {
    background-color: #cad5e7;
}

.task-tabs-container .box {
    margin-bottom: 0;
}

.app-sidebar .side-menu__item:hover .side-menu__icon {
    color: var(--default-text-color);
}

.app-sidebar .side-menu__item:hover .side-menu__label,
.app-sidebar .side-menu__item:hover .side-menu__angle {
    color: var(--default-text-color);
}

.app-sidebar .side-menu__item:hover {
    color: var(--default-text-color);
}

.app-sidebar .slide-menu.child1 .side-menu__item:hover,
.app-sidebar .slide-menu.child2 .side-menu__item:hover,
.app-sidebar .slide-menu.child3 .side-menu__item:hover {
    color: var(--default-text-color);
}

.app-sidebar .side-menu__item.active:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custome-radio .form-check-input[type=radio] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.custome-checkbox.form-check,
.custome-radio.form-check {
    height: 100%;
}

.custome-checkbox.form-check .form-check-label,
.custome-radio.form-check .form-check-label {
    padding-inline-start: 0.5rem;
    padding: 10px;
    border: 1px dashed #c2c2c2;
    border-radius: 5px;
    width: 100%;
    /* flex-wrap: wrap; */
    padding-left: 35px;
    align-items: center;
    height: 100%;
}

.custome-checkbox .form-check-input:checked+label,
.custome-radio .form-check-input:checked+label {
    border: 1px dashed rgb(var(--primary));
    background-color: rgb(var(--primary) / 10%);
    font-weight: 500;
}

.custome-checkbox .form-check .form-check-label i,
.custome-radio .form-check .form-check-label i {
    font-size: 20px;
}

.area .form-check .form-check-label,
.part-of-area .form-check .form-check-label,
.department .form-check .form-check-label {
    flex-wrap: wrap;
    justify-content: center;
}

.area .form-check .form-check-label img,
.part-of-area .form-check .form-check-label img,
.department .form-check .form-check-label img {
    width: 35%;
    margin-bottom: 5px;
    margin: 0px auto 10px;
}

.ti-form-select {
    border-color: rgb(var(--input-border));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mb-0 {
    margin-bottom: 0px !important;
}


.dropzone {
    border-width: unset !important;
    border-style: unset !important;
    border-color: unset !important;
    min-height: auto !important;
}

.dropzone.dz-clickable * {
    cursor: pointer !important;
}

.output {
    display: none;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    /* background-color: rgb(255 255 255 / var(--tw-bg-opacity)); */
    font-size: 0.813rem;
    color: rgb(var(--default-text-color));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 1.25rem;
}

.tabulator .tabulator-row .tabulator-cell:nth-child(9) {
    border-inline-end-width: 1px !important;
}

.tabulator .tabulator-header .tabulator-col:nth-child(9) {
    border-inline-end-width: 1px !important;
}

.tabulator .tabulator-row .tabulator-cell:nth-last-child(2) {
    border-inline-end-width: 0px !important;
}

.tabulator .tabulator-header .tabulator-col:nth-last-child(2) {
    border-inline-end-width: 0px !important;
}

/* custome checkbox */
.custome-checkbox .form-check-input[type=radio] {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    border-color: #c2c2c2;
}

.custome-checkbox .form-check-label {
    padding-top: 1.5rem !important;
    padding-left: 10px !important;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

.custome-checkbox span {
    padding: 5px 15px;
    background: #e8e8e8;
    border-radius: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.custome-checkbox .form-check-input:checked+label {
    background-color: rgb(var(--primary) / 5%);
}

.custome-checkbox .form-check-input:checked+label span {
    background-color: rgb(var(--primary));
    color: #fff;
}

.custome-checkbox .form-check-input {
    height: 2rem;
    width: 2rem;
    border-radius: 50% !important;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.task-pending-card {
    border-color: rgb(var(--warning) / 0.4) !important;
}

.task-card .large-icon {
    height: 50px;
    width: 50px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-right: 10px;
}

.task-card .small-icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.app-sidebar .slide-menu.child1 .side-menu__item.active,
.app-sidebar .slide-menu.child2 .side-menu__item.active,
.app-sidebar .slide-menu.child3 .side-menu__item.active {
    background-color: #2f528aa3;
}

.avatar.avatar-md {
    font-size: 1.25rem;
}

.ecommerce-icon i {
    border-radius: 0.5rem;
    padding: 0.35rem;
    color: #fff;
    font-size: 16px;
    height: 1.75rem;
    width: 1.75rem;
    display: block;
    line-height: 1;
}

.basic-subscription:before {
    background-color: rgb(var(--warning));
}

.pro-subscription:before {
    background-color: rgb(var(--success));
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    justify-content: space-between !important;
}

.apexcharts-menu-icon {
    display: none;
}

.crm-deals-status li.pink:before {
    background-color: rgb(var(--pink));
}

.crm-deals-status li.purple:before {
    background-color: rgb(var(--purple));
}

.crm-deals-status li.orange:before {
    background-color: rgb(var(--orange));
}

.area-icon {
    padding: 1rem;
    background: rgb(104 104 104 / 10%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-button {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.background {
    background-image: url('../images/media/office-background.jpg');
    background-size: cover;
    background-position: center;
}

.box-input {
    height: 100%;
    width: 100%;
}

.box-input input {
    height: 100%;
    width: 100%;
    border: 1px dashed gray;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.box-input input:focus {
    border: 1px dashed rgb(var(--info)) !important;
    background-color: rgb(var(--info) / 0.1);
}

.login-bg {
    position: relative;
}

.login-bg:before {
    content: '';
    background-image: url('../images/media/login-screen.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(4px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.accordion-body {
    color: rgb(var(--default-text-color));
}

.top-scroll-section {
    display: flex;
    justify-content: start;
    align-items: start;
    overflow-x: auto;
}

.scroll-section {
    display: flex;
    justify-content: start;
    align-items: start;
    overflow-x: auto;
}

.scroll-section .scroll-box {
    width: 70px;
    margin: 0 12px;
    position: relative;
    transition: all .3s linear;
    position: relative;
    top: 0;
    display: block;
}

.top-scroll-section .left-section {
    width: 80px;
    text-align: center;
}

.top-scroll-section .right-section {
    width: calc(100% - 80px);
}

.section-remove-btn,.section-edit-btn {
    height: 20px;
    width: 20px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(var(--danger) / 0.1);
    color: rgb(var(--danger));
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.section-edit-btn{
    color: rgb(var(--success));
    background-color: rgb(var(--success) / 0.1);
}

.profile-pic img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.text-truncate{
    white-space: normal;
}


@media screen and (max-width: 1050px) {
    .products-navigation {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        z-index: 1;
        background-color: #000000b3;
        height: calc(100vh - 60px);
        transition: all .5s linear;
    }

    .products-navigation.open {
        right: 0;
    }

    .products-navigation-card {
        width: 50%;
        margin-left: auto;
        border-radius: 0;
        overflow: auto;
        padding-bottom: 80px;
        position: relative;
    }

    .products-navigation-card .box-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        box-shadow: 0 0 5px #d9d9d9;
        background: #fff;
    }
    .product-checkout a{
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-checkout a i{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .output {
        position: fixed;
        top: -60px;
        width: 100%;
        height: 40px;
        overflow: hidden;
        left: 0rem;
        background: #fff;
        padding: 10px 10px;
        box-shadow: 0px 5px 10px #e4e4e4;
        transition: all .3s linear;
        display: block;
        border-radius: 0;
    }

    .value {
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    .toggle-arrow {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 18px;
        color: rgb(var(--info));
    }

    .top-section .avatar {
        margin: auto;
        margin-bottom: 10px;
    }

    .top-section {
        text-align: center;
    }

    .tab-pane .ti-btn {
        width: 100%;
    }

    .scroll-section .scroll-box {
        width: 70px;
        margin: 0 8px;
    }

    .products-navigation-card {
        width: 100%;
    }

}
@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
}


/* error style */
.error {
    color: rgb(var(--danger));
    font-size: 0.9em;
    margin-top: 5px;
}
.choices{
    margin-bottom: 0 !important;
}
.is-invalid {
    border: 1px solid rgb(var(--danger));
}

.view-btn .layout-btn.active{
    background-color: rgb(var(--primary)) !important;
    color: rgb(255 255 255) !important;
}
:disabled {
    opacity: .5;
  }