/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #DBDBDB;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #4D4D4D;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #fff;
    width: 4px;
    border-radius: 20px;
}

body {
    font-family: 'Public Sans', sans-serif;
}

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 24px;
}

.app-brand-logo.demo svg {
    width: 35px;
    height: 24px;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

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

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 45px !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: left !important;
    direction: ltr !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: 254px;
        position: relative;
    }

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

/*
* 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;
}

ul.text-sm.text-red-600.space-y-1.mt-2.invalid-feedback {
    margin: 0;
    padding: 0;
}

ul.text-sm.text-red-600.space-y-1.mt-2.invalid-feedback li {
    list-style: none;
}

.form-group.custom-input-group {
    margin-bottom: 15px;
}

/* table td,
table th {
    padding: 3px !important;
} */

.dtr-column th {
    padding: 0px !important;
}

.select2-button button#inputGroup {
    border-radius: 0px 0.375rem 0.375rem 0px !important;
    height: calc(1.625em + 0.852rem + calc(var(--bs-border-width) * 2));
}

.select2-button span.select2-selection.select2-selection--single {
    border-radius: 0.375rem 0px 0px 0.375rem !important;
}

button.btn:focus {
    border: 1px #7367f0 solid !important;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:focus,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:focus {
    background: rgba(47, 43, 61, 0.1);
}

.card-body {
    padding: 10px;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper .dataTables_filter {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

/* Style for collapsible submenus */
.menu-item.has-submenu>a {
    cursor: pointer;
}

.menu-item.has-submenu>.submenu {
    display: none;
    padding-left: 20px;
}

.menu-item.has-submenu>a .submenu-toggle {
    float: right;
}

.menu-item.has-submenu.open>.submenu {
    display: block;
}

.menu-item.has-submenu.open>a .submenu-toggle {
    transform: rotate(180deg);
}

.address-table tr td {
    padding: 1px !important;
    vertical-align: top;
}

.avatar-group .avatar {
    width: 1.4rem;
    height: 1.4rem;
}

.tagify__tag__removeBtn::after {
    content: "×" !important;
}

.list-none {
    list-style: none;
}

body {
    overflow-x: hidden;
}

.d-flex .select2-container--default .select2-selection {
    border-radius: 0rem 0.375rem 0.375rem 0rem !important;
}

.d-flex .border-end-0 {
    border-radius: 0.375rem 0rem 0rem 0.375rem !important;
}

/* start datatable fix column */
.fix-col {
    z-index: 10;
    background-color: #ececec !important;
    /* background-color: #afafaf !important */
}

.bg-label-primary {
    background-color: #ececec !important;
    /* background-color: #afafaf !important */
}

.table thead tr th {
    padding-block: 0.5rem 0.3rem;
    padding-inline-end: 0.5rem;
}

.table th {
    color: var(--bs-heading-color);
    font-size: 0.80rem;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.table td {
    padding: 6px 8px !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 {
    top: -0.1rem !important;
}

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 {
    top: 43%;
}

.form-control {
    padding-block: calc(0.326rem - var(--bs-border-width));
    padding-inline: calc(0.8375rem - var(--bs-border-width));
}

.form-control:focus,
.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.is-valid {
    border-width: 2px;
    padding-block: calc(0.326rem - 2px);
    padding-inline: calc(0.8375rem - 2px);
}

.select2-container {
    --bs-select-height: 2.174rem;
    font-size: 14px;
}

.page-link {
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
}

.page-link,
.page-link>a {
    min-block-size: calc(1.8rem + calc(1px * 2));
    min-inline-size: calc(1.8rem + calc(1px * 2));
}

/* Fixed LEFT columns */
table.dataTable td.dtfc-fixed-left,
table.dataTable th.dtfc-fixed-left {
    z-index: 10;
    background-color: #ececec !important;
    /* background-color: #afafaf !important; */
}

/* Fixed RIGHT columns */
table.dataTable td.dtfc-fixed-right,
table.dataTable th.dtfc-fixed-right {
    z-index: 10;
    background-color: #ececec !important;
    /* background-color: #afafaf !important; */
}

table.dataTable thead th.dtfc-fixed-left,
table.dataTable thead th.dtfc-fixed-right {
    z-index: 15;
}

table.dataTable tbody tr:hover td.dtfc-fixed-left,
table.dataTable tbody tr:hover td.dtfc-fixed-right {
    background-color: #ececec !important;
    /* background-color: #afafaf !important; */
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
    vertical-align: middle;
}

table.dataTable th {
    text-align: center;
}

/* end datatable fix column */


/* Lead Show */
.step {
    padding: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}

.current {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.lead-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lead-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(312deg, #c1c1c1, #595959);
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.lead-card-title {
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.lead-card-subtitle {
    font-weight: 600;
    margin: 12px 0;
    color: #555;
}

.icon-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.icon-info i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #f1f5ff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-info span {
    width: 90px;
    color: #777;
    font-size: 13px;
}

.icon-info strong {
    font-weight: 600;
    color: #222;
}

.info-tile {
    background: #f8fafc;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
}

.info-tile i {
    font-size: 20px;
    color: #4f46e5;
}

.info-tile span {
    display: block;
    font-size: 12px;
    color: #777;
}

.data-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
}

.status-chip {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.status-chip.primary {
    background: #eef2ff;
    color: #4338ca;
}

.status-chip.success {
    background: #ecfdf5;
    color: #047857;
}

.timeline-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4f46e5;
    margin-top: 4px;
}

.address-line {
    margin-bottom: 4px;
    color: #444;
}

/* / Lead Show */

.text-muted.d-block p {
    margin-bottom: 0px !important;
}
