.svg-login {
    position: relative;
    left: 7px;
}

.overlay-login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(45deg, #054F31 0%, #32D583 100%);
}

.text-green-color {
    color: rgba(166, 244, 197, 1)  !important;
}

.buttom-green-color{
    background: linear-gradient(90deg, #12B76A 0%, #027A48 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #12B76A 0%, #027A48 100%);
}

.otp-field input {
    color: rgba(0, 162, 97, 1);
    border: 2px solid rgba(196, 202, 218, 1);
}

.text-green-500{
    color: rgba(0, 162, 97, 1) !important;
}

.fw-bold-800 {
    font-weight: 800 !important;
}

.translate-custom {
    transform: translate(-100%, -50%) !important;
}

.circle-letters {
    top: 26%;
    left: 0;
    font-size: 2.1rem !important;
    width: 100%;
}

.bg-green-color {
    background: linear-gradient(45deg, #054F31 0%, #32D583 100%) !important;
}

.w-rem-6 {
    width: 6rem;
}

.h-rem-6 {
    height: 6rem;
}

.text-yellow {
    color: rgba(254, 200, 75, 1) !important;
}

.shadow-header{
    box-shadow: 0px 10px 100px 0px rgba(48, 134, 58, 0.2);
}

@media (max-width:768px) {
    .border-sm-left-none{
        border-left: none !important;
    }
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item.show .nav-link, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 2px solid #027A48 !important;
    color: #027A48 !important;
}

.left-29px{
    left: 29px !important;
}

.table-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-overlay .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #027A48;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-responsive {
    position: relative;
}

.w-17rem{
    width: 17rem;
}

.daterangepicker td.off.active {
    background-color: transparent !important;
    color: #999 !important;
    cursor: default;
}


.form-check-input{
    transform: rotateY(180deg);
}
