.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #ab82fd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F3F6F9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.3rem);
    padding: 0.65rem 1rem;
    line-height: 1.5;
    color: #3F4254;
    content: "Browse";
    background-color: #F3F6F9;
    border-left: inherit;
    border-radius: 0 0.42rem 0.42rem 0;
}

.sidebar li .submenu{ 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    padding-left: 1rem; 
    padding-right: 1rem;
}

.nav-icon {
    margin-right: 5px;
}

.nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 0.75rem 1.5rem;
}

.text-right {
    text-align: right !important;
}

.text-top {
    vertical-align: text-top;
}

.text-middle {
    vertical-align: text-middle;
}

.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.table-striped2>tbody>tr:nth-of-type(odd){
    background:rgba(245, 248, 250, 0.75);
}
.table-striped2>tbody>tr:nth-of-type(odd) td[rowspan] {
    background: #FFF;
}

.table th {
    font-weight: bold;
    font-weight: 600; 
    font-size: 1rem;
}

.table th, .table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

/* .select2-selection {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #bbbdc7;
}
.select2-container  {
    max-width:100%;
} */

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.btn-circle {
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 2px 0;
    font-size: 2px;
    line-height: 1.428571429;
    border-radius: 8px;
}

.btn-waiting {
    color: #fff !important;
    border-color: #712cf9;  
    background-color: #712cf9;
}