.form-floating>label {
    padding: 0.7rem .9rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(2.7rem + 1px);
}

.form-floating>.form-select {
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.rowgroup {
    background-color: #f47373 !important;
    color: #FFFFFF!important;
}

.rowgroup.dtrg-level-1 {
    background-color: #737df4 !important;
}

.rowgroup.dtrg-level-2 {
    background-color: #6b9ab1 !important;
}
.first{
    color: #f47373 !important;
}
.first span{
    background-color: #f47373 !important;
    border-radius: 8px;
    width: 10px;
    height: 10px;
}
.second{
    color: #737df4 !important;
}
.second span{
    background-color: #737df4 !important;
    border-radius: 8px;
    width: 10px;
    height: 10px;
}
.third{
    color: #6b9ab1 !important;
}
.third span{
    background-color: #6b9ab1 !important;
    border-radius: 8px;
    width: 10px;
    height: 10px;
}
.rowgroup th {
    padding: .40rem .95rem
}

.multiselect-placeholder {
    color: #7e8082!important;
}

.multiselect-multiple-label,
.multiselect-single-label,
.form-control {
    color: #313a46!important;
}

#dataTable p {
    margin: 0!important;
}


/* SELECT 2 */

.customselect2 {
    padding: 0;
}

.customselect2 label {
    opacity: .65;
    padding: 0.5rem 0.5rem;
    -webkit-transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.customselect2 .select2-selection--single {
    height: calc(2.7rem + 1px)!important;
}

.customselect2 .select2-selection__rendered {
    padding: 1rem 0 0 0.9rem!important;
    color: #6c757d!important;
}

.customselect2 .select2-selection__arrow {
    top: 10px!important;
}

.customselect2 select {
    padding-top: 1rem;
    padding-bottom: 0rem;
    height: calc(2.7rem + 1px);
}

.customselect2 .select2-selection__choice {
    background-color: #0acf97!important;
    border: none!important;
}

.customselect2 .select2-selection__choice:nth-child(2n) {
    background-color: #0acf97!important;
}

.customselect2 .select2-selection__choice__remove {
    color: #FFFFFF!important;
}


/* MULTI SELECT */

.multiselectcustom label {
    opacity: .65;
    padding: 0;
    transform: scale(.85) translateY(0rem) translateX(1rem);
}

.multiselect-option.is-selected {
    background-color: #0acf97!important;
}

.multiselect.is-active {
    box-shadow: none!important;
}

.multiselectcustom .multiselect-single-label-text {
    margin-top: 10px;
}

.multiselectcustom .multiselect-tags {
    margin-top: 15px;
}

.multiselectcustom .multiselect-placeholder {
    margin-top: 5px;
}


/* END MULTI SELECT */

#removeall {
    padding: 0px 6px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
}

#dataTable>thead>tr>th:nth-last-child(1) {
    position: relative;
}

.h65vh {
    height: 65vh;
    overflow-y: auto;
}


/* Login Change */

.auth-fluid-new {
    padding: 70px 0px;
    position: relative;
    z-index: 1;
    background-image: none;
    background-color: #ffffff;
    /*    height: 100%;*/
    min-height: 100vh;
}

.auth-fluid-new:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #05316e;
}

.auth-fluid-new .footer-inner {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.swal2-confirm:hover {
    color: #FFFFFF;
}

td:has(.list-group-item) {
    padding: 0;
}

#swal2-content {
    color: #e95340;
}

@media only screen and (max-width: 768px) {
    .auth-fluid-new .text-white {
        color: #05316e!important;
    }
    .auth-fluid-new .forgot {
        color: #ffffff!important;
    }
}