.nowrap {
    white-space: nowrap
}

.text-color-theme {
    color: #116860 !important
}

.nowrap {
    white-space: nowrap;

}

.form-select {
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-right: 50px !important;
    max-width: 160px;
}

.form-search {
    max-width: 160px;
    padding: 8.5px !important;
}

.refresh-btn {
    width: 30px;
    height: 30px;
    transition: width 0.1s, height 0.1s;
}

.refresh-btn:hover {
    width: 35px;
    height: 35px;
}

/* .refresh-btn:active {
    transform: rotate(360deg);
} */


.date-picker {
    min-width: 230px;
}

.report-button {
    padding: 8.5px !important;
}



.btn-danger {
    color: #fff;
    background-color: #f46a6a !important;
    border-color: #f46a6a !important;
}

.w-full {
    max-width: 100% !important;
    width: 100% !important;
}

th,
tr,
td {
    white-space: nowrap;
}