[data-bs-theme=light] {
    /* --bs-page-bg: #FFFAFA; */
    --bs-page-bg: #ffffff;
    --bs-danger-text: #e42135;
    --bs-primary-inverse: #fff;
    --bs-primary-light: #fff7f3;
}

a {
    color: #e65100;
}

a:hover {
    color: #b3363b;
}

[data-bs-theme=dark] a {
    color: #f57936;
}

[data-bs-theme=dark] a:hover {
    color: #ff9c67;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 100% !important;
}

.form-control {
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem !important;
}

.form-control.form-control-solid {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #5e6278;
}

.form-control.form-control-solid .select2-container .select2-selection {
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
    color: #5e6278;
}

[data-bs-theme=dark] .form-control.form-control-solid,
[data-bs-theme=dark] .select2-container--bootstrap5.select2-container--disabled .form-select {
    background-color: #1e1e2d !important;
    border-color: #323248 !important;
}

.form-select {

    padding: 0.5rem 3rem 0.5rem 1rem !important;
    border-radius: 0.5rem !important;
}

.btn-outline-primary {
    /* border-color: var(--bs-primary) !important; */
    border: 1px solid #e65100 !important;
    color: #e65100 !important;
}

[data-bs-theme=dark] .btn-outline-primary {
    /* border-color: var(--bs-primary) !important; */
    border: 1px solid #f57936 !important;
    color: #f57936 !important;
}

.btn-outline-primary i {
    color: #e65100 !important;
}

[data-bs-theme=dark] .btn-outline-primary i {
    color: #f57936 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:hover i {
    color: #fff !important;
}

/* .btn:not(.btn-outline){
    border: 1px solid !important;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
} */
:root,
[data-bs-theme=light] {
    --bs-link-color: rgb(255 198 11) !important;
}

.table.gy-5 th,
.table.gy-5 td {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.filter .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.2) !important;
}

.stopwatch_card {
    background: linear-gradient(112.14deg, #00D2FF 0%, #3A7BD5 100%);
}

.stopwatch_card .btn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.stopwatch_card .btn:hover {
    background: #0098da !important;
    color: #fff;
}

#stopWatch {
    position: relative;
    top: 9%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

#stopWatch #continue {
    display: none;
}

#stopWatch .btn {
    /* border-radius: 10px; 
    margin-top: 5rem;
    margin-bottom: 10px;*/
    text-align: center;
    /* position: relative;
    left: 50%;
    transform: translateX(-50%); */
}

#stopWatch #timer span {
    /* background-color: rgb(221, 221, 221);
    padding: 5px;
    border-radius: 5px; */

}

.menu-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
}

/* .timer-area .notice{
    position: relative;
    top: -7px;
}
.header-fixed[data-kt-sticky-header=on] .header .timer-area{
    top: 12px;
} */
.header .user-details {
    position: absolute;
    right: 30px;
    top: 25%;
}

.priority-card .nav-line-tabs {
    margin-bottom: 0 !important;
    border-bottom: 0;
    margin-top: 5px;
}

.priority-card .nav-line-tabs li a {
    font-size: 1.25rem;
    font-weight: 600;
}

.priority-card .nav-line-tabs .nav-item .nav-link.active,
.priority-card .nav-line-tabs .nav-item.show .nav-link,
.priority-card .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    color: #000;
    border-bottom: 3px solid #e65100;
}

.priority-card .search-buttons {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
}

.bs-yellow-light {
    background: #f4faca;
}

[data-bs-theme=dark] .bs-yellow-light {
    /* background: #f4faca20; */
    background: #f4faca40;
}

.text-yellow {
    color: #b2be54;
}

.svg-icon.svg-icon-muted {
    color: #404040;
}

.signin-img {
    margin-top: -2rem;
}

.content {
    padding-top: 5px !important;
}

.attendence-links .nav-item a {
    color: #404040;
}

.select2-container--bootstrap5.select2-container--disabled .form-select {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #5e6278;
    transition: color 0.2s ease;
}

.attendence-links .btn-active-danger:hover,
.attendence-links .btn-active-danger.active {
    color: #fff !important;
}

.attendence-links .btn-active-primary:hover,
.attendence-links .btn-active-primary.active {
    color: #fff !important;
}

.to-do-table tbody tr {
    cursor: pointer;
}

.home-separator.separator.separator-content.border-dark::before {
    width: 0%;
    margin-right: 10px;
}

.home-separator.separator.separator-content.border-dark::after {
    width: 90%;
}

.home-separator.separator.separator-content.timer.border-dark::after {
    width: 15%;
}

.total-separator.separator.separator-content.border-dark::before {
    width: 0%;
    margin-right: 10px;
}

.total-separator.separator.separator-content.border-dark::after {
    width: 70%;
}

.working-popup .modal-body {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.working-popup p.info {
    border: 2px solid #e65100;
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 25px;
    color: #e65100;
    line-height: 1;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

.working-popup button {
    margin-top: 30px;
}

.search-user-input {
    padding-left: 3.5rem !important;
}

table.table-row-dashed tbody tr:hover {
    background-color: #fff7f3 !important;
}

[data-bs-theme=dark] table.table-row-dashed tbody tr:hover {
    background-color: #1b1b29 !important;
}

[data-bs-theme=dark] .bg-dark {
    background-color: #1b1b29 !important;
}

[data-bs-theme=dark] #kt_sign_in_form input {
    background-color: #1b1b29 !important;
    border-color: #1b1b29 !important;
}

[data-bs-theme=dark] .priority-card .nav-line-tabs .nav-item .nav-link.active,
.priority-card .nav-line-tabs .nav-item.show .nav-link,
.priority-card .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    color: #e65100;
}

[data-bs-theme=dark] .svg-icon.svg-icon-muted {
    color: #dcdcdc;
}

[data-bs-theme=dark] .fc .fc-col-header {
    background-color: #151521;
}

.reports-filter {
    height: 450px;
}

.chips-full-list {
    display: grid;
    grid-template: "a a a a a a";
}

table thead th {
    vertical-align: top;
}

.chip {
    position: relative;
    display: inline-table;
    margin-right: 4px;
    font-family: sans-serif;
    font-size: 12.5px;
    line-height: 26px;
    padding: 5px;
    background: #f9f9f9;
    color: #7e8299;
    border-radius: 2.5rem;
    margin-bottom: 4px;
    overflow: hidden;
    animation: fadeIn ease 0.6s;
    transition: background-color 0.8s;
}

.chip input {
    position: absolute;
    left: -1000px;
}

.chip .zap,
.chip span {
    display: table-cell;
    padding: 0;
    vertical-align: top;
}

.chip span {
    padding: 0 0 0 12px;
}

.chip span select .selection {
    padding: 0 !important;
}

.chip span .form-select {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.chip .zap {
    background: transparent;
    border: 0;
    padding: 0;
    opacity: 0.3;
    font-family: 'Material Icons';
    line-height: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 26px;
    width: 26px;
    text-align: center;
}

.chip .zap.zap1 i {
    margin-top: 11px;
}

.chip .zap:hover {
    opacity: 1;
}

.column-dropdown {
    height: 400px;
}

.filter-buttons a:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-buttons a.save-template {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}

.filter-dropdown .menu-item {
    font-size: 13px;
}

.column-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filter-dropdown {
    border-radius: 1.15rem !important;
}

.create-new-data {
    display: none;
}

#create-new .menu-arrow {
    position: absolute;
    right: 2rem;
}

#create-new .menu-arrow.show i {
    transform: rotate(180deg);
    transition: 0.2s;
}

.filter-buttons .filter {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.template .template-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.location-nav.nav-line-tabs .nav-item .nav-link,
.location-nav.nav-line-tabs .nav-item .nav-link,
.location-nav.nav-line-tabs .nav-item .nav-link {
    font-weight: 600;
}

/* .location-nav.nav-line-tabs .nav-item .nav-link.active, 
.location-nav.nav-line-tabs .nav-item.show .nav-link, 
.location-nav.nav-line-tabs .nav-item .nav-link:hover:not(.disabled){
    color: #e65100;
    border-bottom: 0;
} */
.location-nav.nav-line-tabs .nav-item .nav-link.active,
.location-nav.nav-line-tabs .nav-item.show .nav-link,
.location-nav.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    color: #7e630c;
    border-bottom: 0;
    background-color: var(--bs-primary-light);
    border-radius: 5px;
}

.location-nav.nav-line-tabs .nav-item .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-bottom: 0;
}

.location-nav.nav-line-tabs .nav-item .nav-link.active svg,
.location-nav.nav-line-tabs .nav-item.show .nav-link svg,
.location-nav.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) svg {
    color: #7e630c;
}

.auditor-filter-change {
    height: 500px;
}

.action-button {
    display: none;
}

.action-button.show {
    display: block;
}

.previous-location-checkbox {
    position: relative;
}

.previous-location-checkbox label.form-check-custom {
    position: absolute;
    right: 0;
}

.minimize {
    cursor: pointer;
}

.chart-filter {
    /* height: 500px; */
    min-height: 500px;
}

.Product-filter {
    /* height: 500px; */
    max-height: 500px;
}

/* .previous-location-checkbox .form-check.form-check-custom .form-check-input:not(:checked){
    background-color: #fff;
} */
/* media query */
@media (max-width: 768px) {
    .chart-filter {
        height: 500px;
    }

    .Product-filter {
        height: 500px;
    }

    .signin-img {
        margin-top: 2rem;
    }

    .sidebar.sidebar-mini {
        /* display: none; */
    }

    .sidebar.open {
        display: block;
    }

    #kt_header_container {
        /* display: none !important; */
    }

    #kt_content_container .page-title.flex-column {
        flex-direction: inherit !important;
    }

    #kt_content_container .page-title.justify-content-center {
        justify-content: flex-start !important;
    }

    #kt_content_container .user-details {
        position: absolute;
        right: 2rem;
        top: 2.2rem;
    }

    .chart-details-tabs .form-control,
    .chart-details-tabs .form-select {
        margin-bottom: 20px;
    }

    .chart-details-tabs .gap-md-7,
    .chart-details-tabs .gap-md-5 {
        gap: 0 !important;
    }

    .chart-details-tabs .mt-6 {
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .symbol.symbol-md-40px>a>img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .reports-link .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
        padding: 6px 10px;
    }

    .chips-full-list {
        display: grid;
        grid-template: "a a";
    }

    .menu-sub-dropdown {
        width: 350px !important;
        right: -30px !important;

    }

    .card .card-header ul.nav.nav-tabs {
        margin-bottom: 20px !important;
    }

    .sidebar.sidebar-mini {
        /* display: none; */
        width: 100% !important;
    }
}

.w-85 {
    width: 85% !important;
}

.milestone_border {
    border: 2px solid #00000015;
}

[data-bs-theme=dark] .milestone_border {
    border: 2px solid #ffffff33;
}


.filter_base .select2-selection {
    border: 1px solid #e1e3ea;
    background-color: transparent;
}

.filter_base .flatpickr-input {
    border: 1px solid #e1e3ea;
    background-color: transparent;
}

.bg-unallocated {
    background-color: #f1416c96 !important;
}

.previous-location-checkbox label.form-check-custom {
    position: absolute;
    right: 20px;
}



.menu-state-bg-light-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: var(--bs-text-gray-700);
}

[data-bs-theme=light] {
    --bs-yellow: #b2be54 !important;
    --bs-yellow-rgb: rgb(178, 190, 84) !important;
}

.bg-yellow {
    --bs-bg-rgb-color: var(--bs-yellow-rgb);
    background-color: var(--bs-yellow) !important;
}

.powered-image img {
    /* filter: saturate(0); */
    filter: opacity(50%);
}

.powered-image img:hover {
    /* filter: saturate(1); */
    filter: opacity(100%);
}



.category-separator.separator.separator-content.border-dark::before {
    width: 0%;
    margin-right: 10px;
}

.category-separator.separator.separator-content.border-dark::after {
    width: 87%;
}

.category-separator.separator.separator-content.timer.border-dark::after {
    width: 15%;
}


[data-bs-theme=dark] .stopwatch_card {
    background: linear-gradient(112.14deg, #00d2ff2b 0%, #3a7bd575 100%);
}

[data-bs-theme=dark] .stopwatch_card .btn:hover {
    background: #016c9a !important;
}

[data-bs-theme=dark] .apexcharts-xaxis-title text,

[data-bs-theme=dark] .apexcharts-yaxis-title text,

[data-bs-theme=dark] .apexcharts-xaxis text,

[data-bs-theme=dark] .apexcharts-yaxis-texts-g text {
    fill: var(--bs-text-gray-800);
}


[data-bs-theme=dark] .chart_card {
    /* color: #e65100; 
    color: #f57936;*/
    color: #d8d8d8;
}

[data-bs-theme=dark] .flatpickr-input::placeholder {
    color: var(--bs-text-gray-800);
}

.w-114px {
    width: 114px;
}

[data-bs-theme=dark] table thead {
    color: #92929F;
}

[data-bs-theme=dark] table tbody {
    color: #CDCDDE !important;
}

[data-bs-theme=dark] table tbody .d-flex span {
    color: #86869c !important;
}

[data-bs-theme=dark] .text-gray-500 {
    color: #808090 !important;
}

[data-bs-theme=dark] .form-control.form-control-solid {
    color: #CDCDDE;
}

.completion-date {
    display: none;
}

.completion-date.show {
    display: block;
}

.apexcharts-text .apexcharts-xaxis-title-text {
    border: 1px solied red !important;
    padding-bottom: 10px !important;
}

.report-temp-save-as input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}

.report-temp-save-as button {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    width: auto !important;
    padding: 10px !important;
}

.report-temp-save {
    border-right: 1px dashed #e65100;
    height: fit-content;
}

.btn.btn-light-primary {
    color: #7e630c;
}

.btn.btn-light-primary i {
    color: #7e630c;
}

[data-bs-theme=dark] .btn.btn-light-primary {
    color: #c7c7c7;
}

[data-bs-theme=dark] .btn.btn-light-primary i {
    color: #c7c7c7 !important;
}

table#example thead tr th {
    vertical-align: baseline;
}

.btn-customize {
    color: #7e630c;
    background-color: #fff7f3;
    border: 1px dashed #7e630c40 !important;
}

.btn-customize:hover {
    color: #7e630c;
    background-color: #f9efda;
    border: 1px dashed #7e630c40 !important;
}

.btn-customize:active {
    color: #7e630c;
    background-color: #f0e7d3 !important;
    border: 1px dashed #7e630c40 !important;
}

.btn-customize:focus {
    color: #7e630c;
    background-color: #f0e7d3 !important;
    border: 1px dashed #7e630c40 !important;
}

.btn-customize:checked+.btn,
:not(.btn-customize)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    background-color: #f0e7d3 !important;
}

.btn-customize .svg-icon {
    line-height: 1;
    color: #a78143;
}

[data-bs-theme=dark] .btn-customize {
    color: #e65100;
    background-color: #464656;
}

[data-bs-theme=dark] .btn-customize:checked+.btn,
:not(.btn-customize)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: #464656 !important;
    background-color: #e65100 !important;
}

[data-bs-theme=dark] .btn-customize:hover {
    background-color: #e65100 !important;
    color: #464656;
}

[data-bs-theme=dark] .btn-customize:focus {
    background-color: #e65100 !important;
    color: #464656;
}

[data-bs-theme=dark] .btn-customize .svg-icon {
    color: #e65100 !important;
}

[data-bs-theme=dark] .btn-customize:hover .svg-icon {
    color: #464656 !important;
}

/* [data-bs-theme=dark] .btn-customize:active .svg-icon {
    color: #464656 !important;
}
[data-bs-theme=dark] .btn-customize:focus .svg-icon {
    color: #464656 !important;
} */
[data-bs-theme=dark] .btn-customize:checked+.btn,
:not(.btn-customize)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show .svg-icon {
    color: #ffffff !important;
    background-color: #e65100 !important;
}

.sidebar.open .logo-collapsed {
    display: none;
}

#kt_wrapper.show .home-separator.separator.separator-content.timer.border-dark::after {
    width: 5%;
}

.btn-outline-danger {
    border: 1px solid #f1416c !important;
}

[data-bs-theme=dark] .nav-link.active {
    color: #e65100 !important;
}

[data-bs-theme=dark] .nav-link:hover {
    color: #e65100 !important;
}

[data-bs-theme=dark] .nav-link.active svg {
    color: #e65100 !important;
}

[data-bs-theme=dark] .nav-link:hover svg {
    color: #e65100 !important;
}

#filter-option.hide {
    display: none;
}

/* 8 july 2023 */
.stopwatch_button {
    border-radius: 4rem;
    position: relative;
    padding: 0px 25px !important;
}

.stopwatch_button p.coding-status {
    margin-bottom: -10px !important;
}

.stopwatch_button .fa-arrow-right {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 1.5rem;
}

.chart-timer {
    justify-content: end;
}

.chart-timer .timer {
    width: 85%;
}

@media (max-width: 1024px) {
    .chart-timer .timer {
        width: 100%;
    }

    .stopwatch_button p.coding-status {
        font-size: 20px !important;
    }

    .stopwatch_button p#timer {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .stopwatch_button.ms-4 {
        margin-left: 0 !important;
    }

    .stopwatch_button .text-center.me-5 {
        margin-right: 5px !important;
    }

    .stopwatch_button .d-flex.flex-center.flex-column.me-5 {
        margin-right: 5px !important;
    }

    .stopwatch_button .d-flex.flex-center.flex-column.ms-5 {
        margin-left: 5px !important;
    }
}

@media (max-width: 576px) {
    .progress-button {
        display: block !important;
    }

    .stopwatch_button {
        justify-content: space-between !important;
    }

    .chart-timer .timer {
        width: 70%;
    }
}

@media(max-width: 375px) {
    .chart-timer .timer {
        width: 85%;
    }
}

.wrapper {
    /* padding-left: 80px; */
}

.header {
    box-shadow: 0 1px 0 #dbdade;
    /* height: auto; */
    height: 65px;
}

[data-bs-theme=dark] .header {
    box-shadow: 0 1px 0 #434353;
    /* height: auto; */
    height: 65px;
}

.btn {
    --bs-btn-line-height: 1.0;
    --bs-btn-border-radius: 0.5rem;
}

.ps-14 {
    padding-left: 3.5rem !important;
}

.card {
    /* --bs-card-border-radius: 0.375rem; */
    /* box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1); */
    border: 1px solid #ededed;
}

[data-bs-theme=dark] .card {
    border: 1px solid #434353;
}

.ease {
    background-color: #fff7f3;
}

[data-bs-theme=dark] .ease {
    background-color: #282834;
}

.btn.active i {
    color: #ffffff;
}

.modify-button {
    position: absolute;
    right: 1rem;
    top: 2.2rem;

}


.dropdown-el {
    display: inline-block;
}

.dropdown-el .dropdown-head {
    /* border: 1px solid black; */
    cursor: pointer;
    position: relative;
    background-color: #ffe9ea;
    color: #e65100;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 8px;
    width: 75px;
}

.dropdown-el .dropdown-body,
.dropdown-el .dropdown-head {
    /* padding: 10px 70px 10px 10px; */
}

.dropdown-el .dropdown-body {
    position: relative;
}

.dropdown-body-inner {
    position: absolute;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    /* border-top: none; */
    width: auto;
    box-sizing: border-box;
    display: none;
    border-radius: 5px;
    font-size: 12px;
    background-color: #fff;
    z-index: 9;
}

.dropdown-item {
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    transition: all .55s ease-in-out;
    /* background: white; */
}

.dropdown-item:hover {
    transition: all .0s ease-in-out;
    background: #ffe9ea;
    color: #e65100;
}


.dropdown-item:nth-last-child(1) {
    padding-bottom: 2px;
}

.dropdown-head .fa-chevron-down {
    font-size: 9px;
    position: absolute;
    z-index: 9;
    right: 6px;
}

.product-status.dropdown-el .dropdown-head {
    color: #404040;
    background-color: transparent;
    font-size: 14.95px;
    padding-left: 0;
    width: 100px;
}

.product-assignees {
    position: relative;
}

.product-assignees .assignee-list {
    cursor: pointer;
    width: 100px;
    position: relative;
}

.product-assignees .assignee-list .fa-chevron-down {
    font-size: 9px;
    position: absolute;
    z-index: 9;
    right: 4px;
}

.product-assignees .assignee-dropdown .dropdown-body-inner {
    width: 100px;
    position: absolute;
    top: 2rem;
}

.grid-list .btn {
    background-color: transparent !important;
    border: 1px solid#484848 !important;
    color: #484848 !important;
}

[data-bs-theme=dark] .grid-list .btn {
    background-color: transparent !important;
    /* border: 1px solid #92929F !important; */
    color: #92929F !important;
}

.grid-list .btn i {
    color: #484848 !important;
}

.grid-list .btn.active,
.grid-list .btn:first-child:active {
    background-color: #484848 !important;
    border: 1px solid#484848 !important;
    color: #fff !important;
}

.grid-list .btn.active i,
.grid-list .btn:first-child:active i {
    color: #fff !important;
}

.select2-selection.select2-selection--single {
    background-color: #fff;
    /* border: 1px solid #e1e3ea; */
    border: 1px solid var(--bs-gray-300);
    padding: 0.5rem 1rem !important;
    border-radius: 0.8rem !important;
    height: 36px;
}

[data-bs-theme=dark] .select2-selection.select2-selection--single {
    background-color: transparent;
    border: 1px solid var(--bs-gray-300);
}

[data-id="_todo"] {
    /* background-color: #fdf8f8 !important; */
    background-color: #ffd6d62a !important;
}

[data-id="_working"] {
    /* background-color: #fffcf1 !important; */
    background-color: #ffe99926 !important;
}

[data-id="_done"] {
    /* background-color: #f5fbf8 !important; */
    background-color: #9bf3c717 !important;
}

.btn-secondary {
    border: 1px solid !important;
    border-color: var(--bs-secondary) !important;
}

.btn-outline-secondary {
    border: 1px solid #484848 !important;
    background-color: transparent;
    color: #484848;
}

[data-bs-theme=dark] .btn-outline-secondary {
    border: 1px solid #1f1f2c !important;
    background-color: transparent;
    color: #92929F;
}

[data-bs-theme=dark] .btn-outline-secondary:hover {
    border: 1px solid #1f1f2c !important;
    background-color: #383846;
    color: #92929F;
}

.btn-outline-secondary:active {
    border: 1px solid #484848 !important;
    background-color: #d3d3d3 !important;
    color: #484848 !important;
}

.btn-outline-secondary i {
    color: #484848;
}

.sub-level table {
    display: none;
}

table.table-row-dashed tbody tr.sub-level:hover {
    /* background-color: transparent !important; */
}

.sub-level {
    background-color: #fdf4f4;
}

[data-bs-theme=dark] .sub-level {
    background-color: #373748;
}

.sub-level table.table-row-dashed tr:hover {
    background-color: #fff !important;
}

.header-level {
    cursor: pointer;
}

.top-buttons {
    z-index: 99;
}

.modify-button button.btn-outline-secondary {
    width: 20rem;
}

.project-templates .card {
    cursor: pointer;
}

.symbol-status {
    border-radius: 0.35rem !important;
}

.warning-modal .info p {
    border: 2px solid #ffc700;
    font-size: 45px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 34px 20px;
    line-height: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.warning-modal p {
    text-align: center;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 400px;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

.scrollbar1 {
    margin-left: 0px;
    float: left;
    height: 250px;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

.scrollbar::-webkit-scrollbar-track,
.scrollbar1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    border-radius: 6px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar,
.scrollbar1::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb .scrollbar1::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #e65100;
}

.template-fileds .card {
    border-color: #e4e4e4 !important;
}

.task-fields.bg-light {
    background-color: #ececec !important;
    border-radius: 0.5rem;
    padding: 10px;
}

.task-fields.bg-light input {
    background-color: transparent !important;
}

.task-fields.bg-light .btn:first-child:active {
    background-color: transparent !important;
}


.table-outer-wrapper {
    /* border: 1px solid #ccc;
    max-width: 700px; */
}

.table-outer-wrapper th {
    padding-right: 20px !important;
}

.scrolling-lock-table-wrapper {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
    /* padding-left: 320px; */
    position: relative;
}

.table-outer-wrapper td,
.table-outer-wrapper th {
    padding: 5px 20px;
    text-align: left;
    white-space: nowrap;
}

.table-outer-wrapper th:nth-of-type(1),
.table-outer-wrapper td:nth-of-type(1) {
    position: sticky;
    left: 0;
    width: 80px;
    background-color: #fbfbfb;
    padding-left: 20px !important;
}

.table-outer-wrapper th:nth-of-type(2),
.table-outer-wrapper td:nth-of-type(2) {
    position: sticky;
    left: 80px;
    width: 300px;
    background-color: #fbfbfb;
}

/* .table-outer-wrapper th:nth-of-type(3),
.table-outer-wrapper td:nth-of-type(3) {
    position: sticky;
    left: 180px;
    width: 100px;
    background-color: #fff;
}
.table-outer-wrapper th:nth-of-type(4),
.table-outer-wrapper td:nth-of-type(4) {
    position: sticky;
    left: 260px;
    width: 100px;
    background-color: #fff;
    padding-right: 20px !important;
} */
.edit-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.back-button-1 {
    position: absolute;
    top: 5.3rem;
    left: 3rem;
}

.back-button-2 {
    position: absolute;
    top: 10px;
    left: 10px;
}

.btn.btn-sm.btn-block.border.border-dashed {
    border-color: #e4e4e4 !important;
}

#addtemplate {
    cursor: pointer;
}

@media (max-width: 480px) {
    .modify-button {
        position: relative;
        top: -0.8rem;
    }

    .card .card-header .card-title {
        display: block !important;
    }

    .status-cards {
        display: grid !important;
        grid-template: "a a";
    }

    .header-buttons {
        margin-top: 15px;
    }

    .wrapper {
        padding-left: 0px;
    }
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #e6510070 !important;
}

.border-warning {
    border-color: #e1af00 !important;
}

.text-warning {
    color: #e1af00 !important;
}

.badge-light-warning {
    color: #e1af00 !important;
    /* background-color: #fff8dd; */
}

/* .btn.btn-icon {
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
} */
#kt_ecommerce_sales_table tbody tr {
    cursor: pointer;
}

/* .btn.btn-light-primary {
    background-color: #fff7f3;
    color: #383838;
} */

/*-- 18 apr 24 ----*/
.btn.btn-light:active:not(.btn-active),
.btn.btn-light.active,
.btn.btn-light.show,
.show>.btn.btn-light {
    color: var(--bs-light-inverse) !important;
}

.btn-primary {
    border: 1px solid #e65100 !important;
}

[data-bs-theme=dark] .btn-primary {
    border: 1px solid #e17235 !important;
}

[data-bs-theme=dark] .text-primary {
    color: #e17235 !important;
}

[data-bs-theme=dark] p.h4 {
    color: #d8d8d8 !important
}

[data-bs-theme=dark] .text-hover-primary:hover {
    color: #e17235 !important;
}

[data-bs-theme=dark] .table-outer-wrapper th:nth-of-type(1),
[data-bs-theme=dark] .table-outer-wrapper td:nth-of-type(1) {

    background-color: #383846;
}

[data-bs-theme=dark] .table-outer-wrapper th:nth-of-type(2),
[data-bs-theme=dark] .table-outer-wrapper td:nth-of-type(2) {

    background-color: #383846;
}

[data-bs-theme=dark] {
    --bs-scrollbar-color: #e17235;
    --bs-scrollbar-hover-color: #c25317;
    --bs-secondary: #1f1f2c;
    --bs-secondary-active: #383846;
}

/* [data-bs-theme=dark] .kanban-container .kanban-board .kanban-drag .kanban-item {
    background: #ff00cc;
} */
[data-bs-theme=dark] .is-moving {
    border-radius: 1.15rem;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
    background: #151521 !important;
}
.symbol.symbol-25px .symbol-label.solid,
.symbol.symbol-35px .symbol-label.solid,
.symbol.symbol-50px .symbol-label.solid{
    background-color: #4899BD !important;
    color: #fff !important;
    border: 1px solid#4899BD !important;
}
.symbol.symbol-25px .symbol-label.solid span,
.symbol.symbol-35px .symbol-label.solid span,
.symbol.symbol-50px .symbol-label.solid span{
    color: #fff !important;
}
.symbol.symbol-25px .symbol-label.outline,
.symbol.symbol-50px .symbol-label.outline,
.symbol.symbol-35px .symbol-label.outline{
    border: 1px solid#4899BD !important;
    background-color: #fff !important;
    color: #4899BD !important;
}
.symbol.symbol-25px .symbol-label.outline span,
.symbol.symbol-50px .symbol-label.outline span{
    color: #4899BD !important;
}
.symbol-group .symbol-label.solid:after{
    border: 0 !important;
}
.modal .identity {
    position: relative;
}
.modal .identity .field-icon {
    position: absolute;
    bottom: 11px;
    right: 15px;
}
.delete .info p {
    border: 2px solid #ED0A51;
    font-size: 45px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 34px 20px;
    line-height: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .delete p {
    text-align: center;
  }

  /* loader */
  #flexbox {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #9595956e;
    
  }
  
  /* NO BORDER SPINNER */
  .nb-spinner {
    width: 50px;
    height: 50px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #e65100;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
  }
  
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-@keyframes spin {
    -webkit-from {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    -webkit-to {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .d-flex.flex-column.flex-root.blur-bg{
    filter: blur(3px);
  -webkit-filter: blur(3px);
  }

/* custom CSS */
/* kanban board */
.task-id{
    color: #e65100;
    font-size: 15px;
    font-weight: 700;
}
.task-assignee{
    font-size: 12px;
    color: #be4d50;
}
.task-assignee a{
    color: #be4d50;
}
[data-bs-theme=dark] .task-card{
    background-color: #2d2d39 !important;
    color: #fff !important;
}
.todoBg,
.inProgressBg,
.completedBg
{
    margin-bottom: 1.25rem !important;
    border-radius: 1.15rem !important;
    border-color: #16132100 !important;
}
.todoBg{
    background-color: #ffd6d62a !important;
}
.inProgressBg{
    background-color: #ffe99926 !important;
}
.completedBg{
    background-color: #9bf3c717 !important;
}
/* kanban board */

/* Notification Menu Custom css */
.hoverNotification {
    background-color: inherit; /* default background color */
  }
  
.hoverNotification:hover {
background-color: var(--bs-light); /* background color on hover */
}

/* custom CSS */

.shake:hover {
    animation: shake 0.5s ease-in-out;
  }
  
  @keyframes shake {
    0%, 100% {
      transform: translateX(0);
    }
    20%, 60% {
      transform: translateX(-5px);
    }
    40%, 80% {
      transform: translateX(5px);
    }
  }