.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;
}
.index9{
    z-index: 9999!important;
}
.viewmoreinv {
    cursor: pointer;
}

.defaultlabel {
    background-color: #d3d3d3;
    color: #000000;
}

.defaultlabel:hover {
    background-color: #8b8b8b;
    color: #ffffff;
}

.taskpending {
    color: #fa5661;
}

.taskcompleted {
    color: #63af35
}

.fc-button {
    text-transform: capitalize !important;
}

.fc-button-primary {
    background-color: #87bd67 !important;
    border-color: #87bd67 !important;
}

.fc-toolbar-title {
    color: #392b6b;
    font-weight: bolder;
    font-size: 28px !important;
}

.fc-event {
    padding: 0px !important;
}

.taskcalname {
    display: block;
    width: 100%;
    padding: 2px;
    font-size: 12px;
    text-align: left;
}

.calfreq {
    background-color: #ffffff;
    color: #392b6b;
    font-weight: bold;
    border-radius: 100%;
    padding: 0px 5px;
    line-height: 20px;
    margin-right: 5px;
}

.subtitle {
    color: #87bd67 !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.changepassicon {
    color: #87bd67;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.chartno {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #3c286e;
    right: 0;
    width: 33%;
    margin: auto;
}

.digramadd {
    position: absolute;
    bottom: -44px;
    right: 0;
}

.chartno2 {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #3c286e;
    right: 0;
}

.text-ngreen {
    color: #87bd67 !important;
}

.text-ngreen-dark {
    color: #38850a !important;
}

.text-npurple {
    color: #39266b !important;
}

.bg-danger {
    background-color: #e95340 !important;
}

.text-google {
    color: #DB4437 !important;
}

.inprogressredio {
    padding: 5px 7px 5px 30px;
    background: #84bc69;
    color: #ffffff;
    border-radius: 3px;
}

.dataTables_processing {
    top: 0%;
    background: #372567;
    color: #ffffff;
    font-weight: bold;
}

.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: initial
}

.warptext {
    white-space: nowrap;
}

.diagram-arrow-up,
.diagram-arrow-down,
.diagram-arrow-left,
.diagram-arrow-right {
    position: absolute;
    font-size: 40px;
    line-height: 0;
    color: #87bd67;
}

.diagram-arrow-up {
    top: -30px;
    left: 5%;
}

.diagram-arrow-down {
    bottom: -30px;
    left: 50%;
}

.diagram-arrow-left {
    left: -30px;
    top: 35%;
}

.diagram-arrow-right {
    right: -30px;
    top: 35%;
}

.generic .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #87bd67;
}

.border-ngreen {
    border-color: #87bd67 !important;
}

.border-npurple {
    border-color: #39266b !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: #39266b !important;
    border: none !important;
}

.customselect2 .select2-selection__choice:nth-child(2n) {
    background-color: #87bd67 !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: #84bc69 !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;
}

.multiselect{
    min-width: 150px;
}

/* 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;
}

.btn-nblank {
    padding: 7px 7px 0px 7px;
    font-size: 16px;
    background: #f1f1f1;
    border: 1px solid #ddd;
}

.btn-danger {
    line-height: 20px;
    padding: 5px 8px;
    background-color: #e95340 !important;
}

.btn-white {
    box-shadow: 0 2px 6px 0 rgba(135, 189, 104, .5);
    color: #39266b;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
}

.btn-ngreen {
    box-shadow: 0 2px 6px 0 rgba(135, 189, 104, .5);
    color: #fff;
    background-color: #87bd67;
    border-color: #87bd67;
    /* padding: 5px 8px;
    font-size: 16px;
    line-height: 20px; */
}

.btn-ngreen-dark {
    box-shadow: 0 2px 6px 0 rgba(135, 189, 104, .5);
    color: #fff;
    background-color: #38850a;
    border-color: #38850a;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 20px;
}

.btn-ngreen:hover {
    color: #fff;
    background-color: #87bd67;
    border-color: #87bd67;
}

.btn-npurple {
    box-shadow: 0 2px 6px 0 rgba(135, 144, 247, .5);
    color: #fff;
    background-color: #39266b;
    border-color: #39266b;
    /* padding: 5px 8px;
    font-size: 16px;
    line-height: 20px; */
}

.btn-npurple:hover {
    color: #fff;
    background-color: #39266b;
    border-color: #39266b;
}

.bg-danger {
    background-color: #e95340;
}

.btn-ndanger {
    box-shadow: 0 2px 6px 0 rgba(250, 92, 124, .5);
    color: #fff;
    background-color: #e95340;
    border-color: #e95340;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 20px;
}

.btn-ndanger:hover {
    color: #fff;
    background-color: #d54e69;
    border-color: #d54e69;
}

form button {
    line-height: 1.5 !important;
    padding: .45rem .9rem !important
}

.bg-red {
    background-color: #e95340;
}

.training {
    height: 320px;
    font-size: 200px;
    color: #87bd67;
    border: 10px solid #3c286e;
    border-radius: 5px;
}

.bg-ngray {
    background-color: #777 !important;
    color: #fff;
}

.bg-ngreen {
    background-color: #87bd67 !important;
    color: #fff;
}

.bg-npurple {
    background-color: #39266b !important;
    color: #fff;
}
.bg-ndanger {
    background-color: #e95340 !important;
    color: #fff;
}
.bg-npurple-light {
    background-color: #74639f !important;
    color: #fff;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.form-checkbox-ngreen .form-check-input:checked,
.form-radio-ngreen .form-check-input:checked {
    background-color: #87bd67;
    border-color: #87bd67;
}

.or-line {
    display: block;
    position: relative;
    z-index: 1;
    color: #c4c4c4;
}

.or-line::before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #c4c4c4;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
}

.or-line span {
    padding: 4px 6px;
    background-color: #ffffff;
}

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

.accordion-button:not(.collapsed) {
    color: #39266b;
}

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

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

.form-check-input:checked {
    background-color: #39266b;
    border-color: #39266b;
}

.bg-row-purple th {
    background-color: #39266b !important;
    color: #fff;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.bg-row-purple.dtrg-level-1 th {
    background-color: #74639f !important;
    color: #fff;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.bg-row-purple.dtrg-level-2 th {
    background-color: #89a977 !important;
    color: #fff;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.badge {
    line-height: 17px;
}

.wpx-35 {
    width: 35px;
}


/* 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: #87bd67;
}

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

.form-fieldset {
    padding: 30px 15px 15px;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #87bd67;
    position: relative;
}

.form-fieldset legend {
    width: auto;
    position: absolute;
    left: 15px;
    top: -19px;
    background-color: #ffffff;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #39266b;
}

.corrAction th {
    /*color: transparent;
    line-height: 0;*/
    pointer-events: none;
    user-select: none;
}

.corrAction {
    margin-bottom: 1.5rem;
    color: #6c757d;
    vertical-align: top;
    border-color: #e3e3e3;
}

.icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.list-group-item {
    border: 1px solid #d7d7d7;
}

td .list-group-item {
    background-color: #ffffff;
}

td .list-group-item:nth-child(2n) {
    background-color: #f1f3fa;
}

td .list-group-item:hover {
    background-color: #eee7fe;
}


/* Tooltip container */

.myTooltip {
    position: relative;
}

.myTooltip .myTooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #87bd67;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: -98%;
    left: 0;
    min-width: 200px;
}

.myTooltip .myTooltiptext:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #87bd67;
    top: 100%;
    position: absolute;
    left: 10%;
    margin-left: 0;
}

.myTooltip:hover .myTooltiptext {
    visibility: visible;
}

.swal2-confirm {
    background-color: #39266b !important;
    box-shadow: 0 2px 6px 0 rgba(57, 38, 107, .5);
    color: #FFFFFF;
    line-height: 20px;
    padding: 5px 8px;
}

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

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

.freqgroup {
    background-color: #FFF;
    border: none;
    font-weight: bold;
}

.freqintv {
    max-width: 100px;
    border-radius: 0.25rem !important;
    font-weight: bold;
    padding: 0 0 0 -5px;
    text-align: center;
}

.tblroom {
    background-color: #74639f !important;
    color: #fff;
    padding: 0.2rem !important;
}

.tblroomcat {
    background-color: #89a977 !important;
    color: #fff;
    padding: 0 0.2rem !important;
}

li::marker {
    margin: 0px;
}

#swal2-content {
    color: #e95340;
}

.form-select {
    min-width: 100px;
}

.actionBtn {
    min-width: 100px;
}

.form-control[type=file]{
    min-width: 230px;
}