﻿
.select2-container {
    width: 100% !important
}

li.nav-item.waves-effect.waves-light a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ri-folder-open-fill, .ri-folder-fill {
    color: #ffca28;
}

.color-dg {
    color: red
}

.size-icon {
    padding: 4px 8px;
    margin: 3px 0;
}

.card-header {
    padding: 0.5rem 1rem;
}

.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #337ab7;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.color-input {
    color: rgb(33, 37, 41);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--vz-heading-color);
    font-family: 'Be Vietnam Pro', sans-serif;
}

/*Start Custom datatable*/
table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333;
}
.h4-while{
    color:#ffffff
}
#bodycustom {
    background-image: url('/Content/Images/backgroup_AOF.png');
    background-size: cover; /* Ensures the image covers the whole area */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 100vh; /* Sets the height of the body to the full viewport height */
    margin: 0; /* Removes default margins */
}

/*End Custom datatable*/

.custom-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
}

    .custom-switch .form-check-input:checked {
        background-color: #167F86;
        border-color: #167F86;
    }

.error-message {
    font-size: 12px;
    font-style: italic;
    color: red;
}
.readonly-select2 + .select2-container .select2-selection {
    pointer-events: none;
    background-color: #eff2f7; /* Màu nền xám nhạt */
    color: #000000 !important; /* Màu chữ xám đậm */
    border: 1px solid #ced4da; /* Viền mờ */
    opacity: 1;
    cursor: default;
}
.modal-xxl {
    max-width: 95%; 
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 90%;
    }
}
