﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
*/
html {
    position: relative;
    min-height: 100%;
}

#main_body nav {
    direction: ltr;
}

#main_body.rtl nav {
    direction: rtl !important;
}

#main_body .table {
    direction: ltr;
}

#main_body.rtl .table {
    direction: rtl !important;
}

body {
    margin-bottom: 60px;
}

.logo {
    width: 60%;
}

.paginate_button .page-link {
    border-radius: 0.25rem !important;
}


.table thead th {
    color: #495057 !important;
    background-color: #e9ecef;
    border-color: #e9ecef;
    border-top: 0;
}

    .table thead th:first-child,
    .table thead th:first-child {
        border-radius: 8px 0 0 0;
    }

    .table thead th:last-child,
    .table thead th:last-child {
        border-radius: 0 8px 0 0;
    }

.table .thead-dark th {
    color: white !important;
}

.table {
    width: 100%;
    overflow-x: auto;
}

    .table th {
        white-space: nowrap; /* Prevent text wrapping */
        overflow: hidden; /* Hide overflowed content */
        text-overflow: ellipsis; /* Optionally, add ellipsis for overflowed content */
    }
    /* Optional: Style for the table header */
    .table thead {
        width: 100%; /* Ensure header takes full width */
    }

    /* Optional: Make the table header bold */
    .table th {
        font-weight: bold;
    }

#dataTable_wrapper > div:nth-child(2) {
    /*overflow-x: auto;*/
}

body.rtl .select2-container--bootstrap4 .select2-search--inline {
    float: right !important;
}

.disable_div {
    opacity: 0.5;
    pointer-events: none;
}




.alert_popup::after {
    display: none !important;
}
/* =========== DRAWFLOW CSS ===========*/
:root {
    --border-color: #cacaca;
    --background-color: #ffffff;
    --background-box-title: #f7f7f7;
}

html, body {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

body {
    direction: ltr;
}

header {
    height: 66px;
    border-bottom: 1px solid var(--border-color);
    padding-left: 20px;
}

    header h2 {
        margin: 0px;
        line-height: 66px;
    }

    header a {
        color: black;
    }

.them-edit-link {
    position: absolute;
    top: 10px;
    right: 100px;
    color: black;
    font-size: 40px;
}

    .them-edit-link a {
        text-decoration: none;
    }

.fs-1 { font-size: 1px !important; }
.fs-2 { font-size: 2px !important; }
.fs-3 { font-size: 3px !important; }
.fs-4 { font-size: 4px !important; }
.fs-5 { font-size: 5px !important; }
.fs-6 { font-size: 6px !important; }
.fs-7 { font-size: 7px !important; }
.fs-8 { font-size: 8px !important; }
.fs-9 { font-size: 9px !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-26 { font-size: 26px !important; }
.fs-27 { font-size: 27px !important; }
.fs-28 { font-size: 28px !important; }
.fs-29 { font-size: 29px !important; }
.fs-30 { font-size: 30px !important; }
.fs-31 { font-size: 31px !important; }
.fs-32 { font-size: 32px !important; }
.fs-33 { font-size: 33px !important; }
.fs-34 { font-size: 34px !important; }
.fs-35 { font-size: 35px !important; }
.fs-36 { font-size: 36px !important; }
.fs-37 { font-size: 37px !important; }
.fs-38 { font-size: 38px !important; }
.fs-39 { font-size: 39px !important; }
.fs-40 { font-size: 40px !important; }
.fs-41 { font-size: 41px !important; }
.fs-42 { font-size: 42px !important; }
.fs-43 { font-size: 43px !important; }
.fs-44 { font-size: 44px !important; }
.fs-45 { font-size: 45px !important; }
.fs-46 { font-size: 46px !important; }
.fs-47 { font-size: 47px !important; }
.fs-48 { font-size: 48px !important; }

.github-link {
    position: absolute;
    top: 10px;
    right: 20px;
    color: black;
}

.wrapper_drawFlow {
    width: 100%;
    height: calc(100vh - 67px);
    display: flex;
}

.col {
    overflow: auto;
    width: 300px;
    height: 100%;
    border-right: 1px solid var(--border-color);
}

.drag-drawflow {
    line-height: 50px;
    border-bottom: 1px solid var(--border-color);
    padding-left: 20px;
    cursor: move;
    user-select: none;
}

.menu {
    position: absolute;
    height: 40px;
    display: block;
    background: white;
    width: 100%;
}

    .menu ul {
        padding: 0px;
        margin: 0px;
        line-height: 40px;
    }

        .menu ul li {
            display: inline-block;
            margin-left: 10px;
            border-right: 1px solid var(--border-color);
            padding-right: 10px;
            line-height: 40px;
            cursor: pointer;
        }

            .menu ul li.selected {
                font-weight: bold;
            }

.btn-export {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-weight: bold;
    border: 1px solid #0e5ba3;
    background: #4ea9ff;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
}

.btn-clear {
    float: right;
    position: absolute;
    top: 10px;
    right: 85px;
    color: white;
    font-weight: bold;
    border: 1px solid #96015b;
    background: #e3195a;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
}

.btn-addNode {
    float: right;
    position: absolute;
    top: 10px;
    right: 154px;
    color: white;
    font-weight: bold;
    border: 1px solid #c78b09;
    background: #eea303;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
}

}

.swal-wide {
    width: 80% !important;
}

.btn-lock {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 140px;
    display: flex;
    font-size: 24px;
    color: white;
    padding: 5px 10px;
    background: #555555;
    border-radius: 4px;
    border-right: 1px solid var(--border-color);
    z-index: 5;
    cursor: pointer;
}

.bar-zoom {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    font-size: 24px;
    color: white;
    padding: 5px 10px;
    background: #555555;
    border-radius: 4px;
    border-right: 1px solid var(--border-color);
    z-index: 5;
}

    .bar-zoom svg {
        cursor: pointer;
        padding-left: 10px;
    }

        .bar-zoom svg:nth-child(1) {
            padding-left: 0px;
        }

#drawflow {
    position: relative;
    width: calc(100vw - 301px);
    height: calc(100% - 50px);
    top: 40px;
    background: var(--background-color);
    background-size: 25px 25px;
    background-image: linear-gradient(to right, #f1f1f1 1px, transparent 1px), linear-gradient(to bottom, #f1f1f1 1px, transparent 1px);
}

@media only screen and (max-width: 768px) {
    .col {
        width: 50px;
    }

        .col .drag-drawflow span {
            display: none;
        }

    #drawflow {
        width: calc(100vw - 51px);
    }
}



/* Editing Drawflow */

.drawflow .drawflow-node {
    background: var(--background-color);
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0 2px 15px 2px var(--border-color);
    box-shadow: 0 2px 15px 2px var(--border-color);
    padding: 0px;
    width: 200px;
}

    .drawflow .drawflow-node.selected {
        background: white;
        border: 1px solid #4ea9ff;
        -webkit-box-shadow: 0 2px 20px 2px #4ea9ff;
        box-shadow: 0 2px 20px 2px #4ea9ff;
    }

        .drawflow .drawflow-node.selected .title-box {
            color: #22598c;
            /*border-bottom: 1px solid #4ea9ff;*/
        }

.drawflow .connection .main-path {
    stroke: #4ea9ff;
    stroke-width: 3px;
}

.drawflow .drawflow-node .input, .drawflow .drawflow-node .output {
    height: 15px;
    width: 15px;
    border: 2px solid var(--border-color);
}

    .drawflow .drawflow-node .input:hover, .drawflow .drawflow-node .output:hover {
        background: #4ea9ff;
    }

.drawflow .drawflow-node .output {
    right: 10px;
}

.drawflow .drawflow-node .input {
    left: -10px;
    background: white;
}

.drawflow > .drawflow-delete {
    border: 2px solid #43b993;
    background: white;
    color: #43b993;
    -webkit-box-shadow: 0 2px 20px 2px #43b993;
    box-shadow: 0 2px 20px 2px #43b993;
}

.drawflow-delete {
    border: 2px solid #4ea9ff;
    background: white;
    color: #4ea9ff;
    -webkit-box-shadow: 0 2px 20px 2px #4ea9ff;
    box-shadow: 0 2px 20px 2px #4ea9ff;
}

.drawflow-node .title-box {
    height: 50px;
    line-height: 50px;
    background: var(--background-box-title);
    border-bottom: 1px solid #e9e9e9;
    border-radius: 4px 4px 0px 0px;
    padding-left: 10px;
}

.drawflow .title-box svg {
    position: initial;
}

.drawflow-node .box {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
    color: #555555;
}

    .drawflow-node .box p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.drawflow-node.welcome {
    width: 250px;
}

.drawflow-node.slack .title-box {
    border-radius: 4px;
}

.drawflow-node input, .drawflow-node select, .drawflow-node textarea {
    border-radius: 4px;
    border: 1px solid var(--border-color);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 158px;
    color: #555555;
}

.drawflow-node textarea {
    height: 100px;
}


.drawflow-node.personalized {
    background: red;
    height: 200px;
    text-align: center;
    color: white;
}

    .drawflow-node.personalized .input {
        background: yellow;
    }

    .drawflow-node.personalized .output {
        background: green;
    }

    .drawflow-node.personalized.selected {
        background: blue;
    }

.drawflow .connection .point {
    stroke: var(--border-color);
    stroke-width: 2;
    fill: white;
    transform: translate(-9999px, -9999px);
}

    .drawflow .connection .point.selected, .drawflow .connection .point:hover {
        fill: #4ea9ff;
    }

.drawflow_content_node {
    padding-right: 10px;
    padding-left: 10px;
}
/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

    /*.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;*/ /* 15% from the top and centered */
    /*padding: 20px;
    border: 1px solid #888;
    width: 400px;*/ /* Could be more or less, depending on screen size */
    /*}*/

    /* The Close Button */
    .modal .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }

@media only screen and (max-width: 768px) {
    .modal-content {
        /*width: 80%;*/
    }
}





/* =========== DATATABEL STYLES ===========*/
table {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_filter {
    float: right !important;
}

.dt-buttons {
    float: left;
}
/* =========== DATATABEL STYLES ===========*/

.pluse-icon {
    padding-top: .7rem;
    padding-right: .7rem;
    display: none
}

.w-80 ~ .select2-container {
    width: 80% !important;
}

.select2-container--open {
    z-index: 9999;
}

/*//////////////////////*/
#map {
    height: 40vh;
}


.flex-rtl {
    display: flex;
    flex-direction: row-reverse;
}
/*.flex-rtl {
    display: flex;
}*/


.thead-light tr th {
    font-weight: bold;
    text-transform: capitalize;
}

.capitalize {
    text-transform: capitalize;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .table {
        /*display: block;*/
        overflow: visible;
        /*overflow-x: auto;*/
    }
}

.table.table-hover, thead tr {
    overflow: visible;
    overflow-x: auto;
}
/*.table.table-hover thead{
    display: table;
}*/


span[aria-labelledby=select2-customers_drp-container] {
    border: 1px solid #1b68ff !important;
}

span[aria-labelledby=select2-products_drp-container] {
    border: 1px solid #1b68ff !important;
}

label, .invalid-feedback {
    text-transform: capitalize;
}

::placeholder {
    text-transform: capitalize;
}
/*.dropdown-item {
    display: initial !important;
}*/
thead th {
    text-transform: capitalize;
}

.select2-container--bootstrap4 .select2-selection__clear {
    color: #ff9948 !important;
    position: absolute;
    top: 5.3px;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.56em;
}

    .select2-container--bootstrap4 .select2-selection__clear:hover {
        background-color: #dae0e5;
    }

#alert_Drp {
    height: 300px;
    overflow-y: auto;
}

.dropdown-item {
    width: auto;
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #ffffff;
        text-decoration: none;
        background-color: #e5e5e5;
    }

.error {
    color: #ff0000 !important;
    font-size: 12px !important;
}

.required::before {
    content: '*';
    color: #ff0000;
    padding-inline-end: 5px;
}

.loading_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffb3;
    z-index: 999999;
    backdrop-filter: blur(4px);
}

    .loading_wrapper img {
        width: 100px;
    }

.chat_container {
    height: 83vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.chat_wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background-image: url("../assets/images/fur_img.jpg");
    background-color: #ffffffeb;
    background-blend-mode: overlay;
    overflow-y: auto;
}

.card-body {
    flex: 1 1 auto;
    /*overflow-y: auto;*/
    padding: 1rem;
}

.bubble {
    background: #e0f9ff;
    padding: 22px;
    border-radius: 10px;
}

.bubble_comment {
    background: #f5f5f5;
    padding: 22px;
    border-radius: 10px;
    margin-top: 10px;
    width: fit-content;
}

.comment_input_wrapper {
    position: absolute;
    bottom: 0%;
    left: 50%;
    right: 0;
    width: 94%;
    transform: translate(-50%, -50%);
    border: 2px solid #dddddd;
    border-radius: 7px;
    height: 45px;
}

.comment_input {
    flex: 1 1 auto;
    height: 100%;
    border: none;
    outline: none;
}

.submit_comment {
    border: none;
    background: none;
    padding: 0 10px;
}

.chat_wrapper button {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    font-size: x-small;
}

.chat_wrapper .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

@media (max-width: 380px) {

    .chat_container {
        height: 82vh;
    }
}

/*///////////REACTION STYLE/////////////*/

.reaction-btn {
    font-size: 1.5rem;
    /*margin-right: 10px;*/
    cursor: pointer;
}

.reaction-panel {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 250px;
}

.reaction-hover-wrapper {
    position: relative;
    display: inline-block;
}

    .reaction-hover-wrapper:hover .reaction-panel {
        display: block;
    }


.reaction-list {
    margin-bottom: 0;
}


.reaction_badge {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 2px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 0.95rem;
}

.reactions_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 950px) {
    .reaction_badge {
        font-size: 0.85rem;
    }

    .post_wrapper {
        flex-direction: column;
    }

    .file_attachment {
        margin-top: 5px;
        margin-left: auto;
    }
}


/*
////////////////////////*/

.vertical .main-content, .vertical.hover .main-content, .narrow.open .main-content {
    min-height: auto;
}

.print-section {
    border: 2px solid #000;
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 6px;
}


/*//////////////////////////*/

.noty_theme__metroui.noty_bar .noty_body {
    text-align: left !important;
}
/*/////////*/

.alert_badge {
    position: absolute;
    top: -2px;
    right: 1px;
}
/*///////////////////////////*/

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 85% !important;
    }
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 800px;
    }
}

.avatar-sm img {
    width: 45px !important;
    height: 45px !important;
}


/*//////////////////*/

.base_shape {
    background: red;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 100px;
}

    .base_shape:before {
        border-left: 44px solid red;
        border-bottom: 25px solid transparent;
        border-top: 25px solid transparent;
        content: "";
        left: 99%;
        right: 0;
        position: absolute;
        top: 50%;
        width: 0;
        transform: translateY(-50%);
    }

.bottomNavBar {
    padding: 1.2rem;
    background: #FFF;
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 40px 40px 0 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

.arrow_icon {
    transition: 0.5s ease-in-out;
}

.bottomNav_btn {
    position: absolute;
    bottom: 100%;
    right: 2%;
    transform: translateX(-50%);
    background: #ffffff;
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 8px 45px;
    cursor: pointer;
    z-index: 10000;
    border: 2px solid #ededed;
    border-bottom: none;
}

/*.active .bs-stepper-circle {
    background-color: #007bff !important;
}*/

.vertical .main-content, .vertical.hover .main-content, .narrow.open .main-content {
    overflow: visible;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #1b68ff !important;
}

.dataTables_filter input {
    width: 30vw !important; /* make it wider */
    font-size: 16px; /* make the text bigger */
    padding: 6px 12px; /* adjust padding */
    border-color: #1b68ff;
}

@media (max-width: 445px) {
    .dataTables_filter input {
        width: 200px !important; /* make it wider */
    }
}

/*////////////////*/


.docket-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: 600px;
}

.docket-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
    border-radius: 6px;
}

@media(max-width:780px) {
    .docket-row {
        flex-direction: column;
    }
}

.item-info {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.signature-track {
    flex: 2;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 5px 0;
    width: 100%;
}

.signature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    flex-shrink: 0;
}

.status-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #999;
    margin-bottom: 4px;
}

    .status-circle.signed {
        background-color: green;
        border-color: green;
    }

    .status-circle.unsigned {
        background-color: white;
    }

.sig-label {
    font-size: 12px;
    color: #444;
    text-align: center;
    line-height: 1.4;
}

.sig-date {
    font-size: 11px;
    color: #888;
}

.signature-track::-webkit-scrollbar {
    height: 6px;
}

.signature-track::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

/*////////////*/

/* Make the ColVis collection always appear below the button */
.dt-button-collection {
    position: absolute !important;
    top: auto !important; /* let JS handle initial position */
    left: auto !important; /* let JS handle initial position */
    transform: none !important;
    margin-top: 0.25rem; /* small spacing under button */
    z-index: 1050; /* above the table */
    display: flex !important;
    flex-direction: column !important; /* stack vertically */
}

.dt-button.buttons-columnVisibility {
    border: none !important;
    background-color: #b4b4b4b5 !important;
    color: #484848 !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 3px !important;
    margin-bottom: 2px !important;
    padding: 3px 7px;
}

    .dt-button.buttons-columnVisibility.active {
        background-color: #1b68ffcf !important;
        color: white !important;
    }

.form-check-input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: grid;
    place-content: center;
    transition: all 0.2s ease-in-out;
    margin-top: 0;
}

    .form-check-input:checked {
        background-color: #007bff;
        border-color: #007bff;
    }

        .form-check-input:checked::after {
            content: "✔";
            color: white;
            font-size: 10px;
            line-height: 1;
        }

.form-check-label {
    padding-left: 0.25rem;
}



/* BLOCK: .card */
.card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left, #e8f0ff, #fff);
    padding: 1.5rem;
    border-bottom: 1px #e5e7eb solid;
    border-radius: 8px 8px 0 0;
}

.card__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.card__action {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1b68ff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}

    .card__action:hover {
        color: #004ee7;
    }

.item {
    display: grid;
    gap: 0.25rem;
}

.item__name {
    font-size: 0.875rem;
    color: #718096;
    margin: 0;
}

.item__value {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.6;
}

.card__body {
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Grid layout */
.text-muted {
    color: #999;
}

/* Empty state styling */
.empty-state {
    text-align: center;
    padding: 1rem;
}

.empty-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

    .empty-icon svg {
        width: 48px;
        height: 48px;
    }

.empty-title {
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
}

.empty-text {
    font-size: 0.9rem;
    color: #999;
}

.bg-danger-soft {
    background-color: #fef2f2;
}

.bg-success-soft {
    background-color: #ecfdf5;
}

.bg-warning-soft {
    background-color: #fefce8;
}

.bg-primary-soft {
    background-color: #e8f0ff;
}

.bg-secondary-soft {
    background-color: #f0f1f3;
}

.bg-dark-soft {
    background-color: #e9ecef;
}

/* Active state colors */
.bg-primary-active {
    background-color: #1550cc;
}

.bg-secondary-active {
    background-color: #5a6268;
}

.bg-success-active {
    background-color: #059669;
}

.bg-danger-active {
    background-color: #dc2626;
}

.bg-warning-active {
    background-color: #facc15;
}

.bg-dark-active {
    background-color: #23272b;
}

.summary-card {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    display: grid;
    gap: 4px;
    border-radius: 8px;
    padding: 1rem;
}

    .summary-card:hover {
        background-color: #dae0e5;
    }

    .summary-card .summary-card-title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .summary-card .summary-card-sub-title {
        font-size: 12px;
    }

    .summary-card.active .summary-card-title {
        color: #fff;
    }

    .summary-card.active {
        background: #059669 !important;
        color: #fff !important;
    }


.tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.tab-btn {
    padding: 8px 24px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: #6c757d;
}

    .tab-btn:hover {
        color: #000;
    }

    .tab-btn.active {
        color: #1b68ff !important;
        border-bottom: 2px #1b68ff solid;
        font-weight: 600;
    }

.cursor-pointer {
    cursor: pointer !important;
}

#mergeCard.active-card {
    border: 2px solid #0d6efd; /* Bootstrap primary color */
    background-color: #e7f1ff; /* Light blue background */
}