hr {
    margin-left: 30px;
    display: block;
    margin-top: 0;
    margin-bottom: 1em;
    border-style: dotted;
    border-width: 1px;
    color: #F7931d;
}

@media (width > 768px) {
    .page_title {
        margin-left: 30px;
        color: #FE9569;
        font-weight: 700;
    }

    hr {
        margin-left: 30px;
        margin-right: auto;
    }
}

.edit{
    padding: 0;
    border: none;
    background: none;
}
.password-reset{
    padding: 0;
    border: none;
    background: none;
}
.col-form-label{
    font-weight:600;
}
#watermark_text {
    display: none;
}
.musok-box{
    border: 2px solid #000;
    display: inline;
    padding: 5px;
    margin-left: 100px;
}

.grid-btn {
    border-color: #01a9ac;
    border-radius: 2px;
    color: #fff;
    background-image: none;
    font-size: 14px;
}
.buttons-print {
    background-color: #4a4b53 !important;
}
.buttons-pdf {
    background-color: #e64056 !important;
}
.buttons-csv {
    background-color: #2196f3 !important;
}
.buttons-excel {
    background-color: #127730 !important;
}
.buttons-copy {
    background-color: #673db7 !important;
}

.hc_name_td {
    max-width: 220px !important;
}
.hc_td {
    max-width: 200px !important;
}
.item_id_td {
    max-width: 275px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: red;
}
.swal2-container {
    z-index: 10000000000;
}
.select2-container--focus {
    border: 1px solid #80bdff; /* Bootstrap focus color */
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25); /* Bootstrap focus shadow */
}
/* Flexbox for accordion headers */
.accordion-header-container {
    display: flex;
    gap: 10px; /* Space between the accordion buttons */
}

.accordion-button {
    width: auto; /* Make sure buttons don't stretch */
    text-align: center;
    flex-grow: 1; /* Allow buttons to expand equally if needed */
}

/* Remove extra margin from the accordion headers */
.accordion-header {
    margin: 0;
}

/* Adjust the expanded state background color */
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
}

/* Adjusting the overall accordion layout */
.accordion {
    display: block;
}

/*HighLight Table Row*/
.highLightTable tr:hover {
    background-color: #f6dddd;
}

.tr_highlight {
    background-color: #d6ffec;
}

   