/* Overwrite CSS */
.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
    z-index: 1055;
}

.navbar-expand-xl .navbar-nav .dropdown-menu{
    right :0;
}

/* BOX VALUE TYPE 1 \/\/\/ */
.custom-box-value {
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 7rem;
    color: #697a8d;
    background-color: #fff;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    position: relative;
    padding: 1.25rem 1.25rem;
    word-wrap: break-word;

}

.custom-box-value>.inner {
    flex: 1 1 auto;
}

.custom-box-value>.inner .box-value {
    font-size: 1.5rem;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.custom-box-value>.inner .box-icon {
    position: absolute;
    top: 15%;
    right: 7%;
    background-color: #ECEEF0;
    padding: 0.65rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.45rem;
    font-size: 1.35rem;
}

.custom-box-value>.inner .box-label {
    font-size: 1rem
}

/* BOX VALUE TYPE 1 /\/\/\ */

.download-csv-btn:hover {
    color: #fff !important;

    transform: translateY(-1px) !important;
    background-color: #047259 !important;
    border-color: #047259 !important;
}

.download-csv-btn:active {
    color: #fff !important;
    background-color: #047259 !important;
    border-color: #047259 !important;

}

.download-csv-btn {
    color: #fff;
    background-color: #009C77;
    border: #009C77;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(113, 221, 55, 0.4)
}

.table-data-product-list {
    list-style: square;
}

.download-csv-btn:hover {
    color: #fff !important;

    transform: translateY(-1px) !important;
    background-color: #047259 !important;
    border-color: #047259 !important;
}

.download-csv-btn:active {
    color: #fff !important;
    background-color: #047259 !important;
    border-color: #047259 !important;

}

.table-data-product-list {
    list-style: square;
}

/* BOX VALUE TYPE 2 \/\/\/ */
.terrace-custom-box-value {
    font-size: 0;
}

.terrace-custom-box-value>.outer {
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    position: relative;
    padding: 1.25rem 1.25rem;
    word-wrap: break-word;
    flex: 1;
    background-color: #fff;
    border: 0 solid #d9dee3;
    border-radius: 0;
    width: 25%;
    font-size: 0.9375rem;
    border-top: solid 1px rgba(67, 89, 113, 0.12);
    border-bottom: solid 1px rgba(67, 89, 113, 0.12);
    /* box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12); */
}

.terrace-custom-box-value>.outer:first-of-type {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-left: solid 1px rgba(67, 89, 113, 0.12);
    border-top: solid 1px rgba(67, 89, 113, 0.12);
    border-bottom: solid 1px rgba(67, 89, 113, 0.12);
    /* box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12); */
}

.terrace-custom-box-value>.outer:last-of-type {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    border-right: solid 1px rgba(67, 89, 113, 0.12) !important;
    border-top: solid 1px rgba(67, 89, 113, 0.12);
    border-bottom: solid 1px rgba(67, 89, 113, 0.12);
    /* box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12); */
}


.terrace-custom-box-value>.outer>.inner .box-value {
    font-size: 1.5rem;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.terrace-custom-box-value>.outer:not(:last-of-type)::after {
    content: "";
    position: absolute;
    height: 4.5rem;
    width: 1px;
    background: #D9DEE2;
    top: 15%;
    right: 0;
    display: block;
}

.terrace-custom-box-value>.outer>.inner .box-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    right: 7%;
    background-color: #ECEEF0;
    /* padding: 0.65rem; */
    width: 3rem;
    height: 3rem;
    border-radius: 0.45rem;
    font-size: 1.35rem;
}

.terrace-custom-box-value>.outer>.inner .box-label {
    font-size: 1rem
}

/* BOX VALUE TYPE 2 /\/\/\ */

.action-btn {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.85rem;
    padding: 0.5rem;
    margin: 0px .25rem
}

ul.table-data-progress {
    display: flex;
    list-style: none;
}

ul.table-data-progress>li:first-of-type {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

ul.table-data-progress>li:last-of-type {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

ul.table-data-progress>li {
    position: relative;
    background-color: #C4C9D1;
    width: 1.5rem;
    height: 1rem;
    margin: 1px;
}

ul.table-data-progress>li.active {
    background-color: #009C77;
}

ul.table-data-progress>li.active::after {
    content: "\f00c";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: white;
    font-size: 0.75rem;
}

/* Custom Radio */
.custom-radio {
    display: inline-block;
    min-width: 5rem;
}

.custom-radio input[type='radio'] {
    display: none;
}

.custom-radio input[type='radio']:hover {
    border: 1px solid #343434;
}

.custom-radio input[type='radio']+label {
    margin: 0.2em 0;
    cursor: pointer;
    text-align: left;
    color: #343434;
    font-weight: 400;
}

.custom-radio label {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a2a0a0;
}

.custom-radio input[type="radio"]:checked+label {
    color: #EE6B0B;
    background-color: #E7E7E7;
    border: 2px solid #EE6B0B;
    transition: all 0.2s linear;
}


/* Custom Checkbox */
.custom-check-item input[type="checkbox"]+label {
    margin: 0.2em 0;
    cursor: pointer;
    text-align: left;
    color: #343434;
    font-weight: 400;
}

.custom-check-item input[type="checkbox"] {
    display: none;
}


.custom-check-item input[type="checkbox"]+label:active:before {
    transform: scale(0);
    color: #EE6B0B;
}

.custom-check-item input[type="checkbox"]:checked+label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #EE6B0B;
}

.custom-check-item input[type="checkbox"]:checked+label {
    color: #EE6B0B;
    background-color: #E7E7E7;
    border: 2px solid #EE6B0B;
    transition: all 0.2s linear;
}

/* SLIDE UP AND DOWN */
.slide-up {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 300ms ease-out;
    /* Adjust the duration and easing as needed */
}

.slide-down {
    overflow-y: hidden;
    transition: max-height 300ms ease-out;
    /* Adjust the duration and easing as needed */
}



@media screen and (max-width:567px) {

    .card-body {
        padding: 1rem;
    }

    .terrace-custom-box-value>.outer {
        width: 100%;
        font-size: 0.9375rem;
        margin: 0.5rem 0rem;
        border: 1px solid rgba(67, 89, 113, 0.12) !important;
        border-radius: 5px;
    }

    .custom-card-header button span:first-of-type {
        margin-right: 0 !important;
        font-size: 0.75rem;
    }

    .custom-card-header button span:last-of-type {
        display: none;
    }

    .layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
    .layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
    .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
        z-index: 1100;
    }

}

@media screen and (min-width:567px) and (max-width:768px) {}

@media screen and (min-width:768px) and (max-width:991px) {}

@media screen and (min-width:991px) {}

@media screen and (min-width:1200px) {}