.dataTables_processing {
    border-radius: 0.475rem;
    box-shadow: var(--bs-dropdown-box-shadow);
    background-color: var(--bs-tooltip-bg);
    color: var(--bs-gray-700);
    font-weight: 500;
    margin: 0 !important;
    width: auto;
    padding: 1rem 2rem !important;
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 992px) {
    .app-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*.plusBG {
    margin-left: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 30px !important;
    background-color: #323248 !important;
    color: white !important;
    font-size: 20px !important;
    border-radius: 5px !important;
}*/

/*.select2-container--default .select2-selection--single {
    width: 20% !important;*/ /* Ensure the select2 dropdown fits its container */
    /*height: 34px;*/ /* Consistent height with the button */
/*}

.select2-container--default .select2-selection__rendered {
    line-height: 34px;*/ /* Align text vertically */
/*}*/

.plusBG {
    font-size: 16px;
    /*padding: 5px 10px;*/
    width: 10px !important;
    height: 30px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #323248 !important;
    color: white !important;
    z-index: 1;
    position: relative;
    border-radius: 5px !important;
}

@media (min-width: 768px) {
    .plusBG {
        font-size: 18px;
        padding: 8px 15px;
    }
}

/* Smaller size for smaller screens */
@media (max-width: 767.98px) {
    .plusBG {
        font-size: 14px;
        padding: 4px 8px;
    }
}

.status-select {
    width: 150px; /* Adjust as needed */
    min-width: 120px;
}

@media (min-width: 768px) {
    .status-select {
        width: 110px;
        min-width: 90px;
    }
}

/* Smaller size for smaller screens */
@media (max-width: 767.98px) {
    .status-select {
       width: 100%;
        min-width: 90px;
    }
}

/*.checkBox {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;*/ /* Adjust spacing between checkboxes */
/*}

.form-check {
    width: 100%;*/ /* Full width on small screens */
    /*max-width: 200px;*/ /* Limit width on larger screens */
    /*margin-bottom: 5px;
}*/

@media (max-width: 576px) { /* For small screens */
    .checkBox {
        flex-direction: column; /* Stack checkboxes vertically */
    }
}


/*address button hiding below dd*/
.form-select {
    z-index: 2; /* Ensure dropdown is on top */
    position: relative;
}

/*@media (max-width: 576px) {
    .plusBG {
        width: 50px;*/  /*Consistent width on smaller screens */
        /*height: 30px;*/  /*Consistent height on smaller screens */
        /*font-size: 1rem;*/  /*Consistent font size */
    /*}
}*/



.card .card-footer {
    padding: 1rem 1.25rem;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: 1px solid var(--bs-card-border-color);
}

.table-sortable thead th {
    background-color: #323248 !important;
    color: white !important;
}


.card .card-page-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 50px;
    color: var(--bs-card-cap-color);
    padding: 0px 2.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

    .card .card-page-header .card-title, .card .card-page-header .card-title .card-label {
        font-weight: 500;
        font-size: 1.275rem;
        color: var(--bs-text-dark);
        display: flex;
        align-items: center;
    }


.loading-spiner-holder {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/
    z-index: 50000;
    background-color: rgba(189, 187, 187, 0.4); /* Black w/ opacity */
}

.loading-spiner-img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.full_screen {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.card .card-header {

    min-height: 60px !important;
    
}

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 60px;
  
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
}

.input-group-text-sm {
    padding: 0rem 0.5rem !important;
}
.color-circle {
    text-align: center;
}

.color-circle div {
    width: 20px; 
    height: 20px; 
    border-radius: 50%; 
    display: inline-block;
}