.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: lightgrey;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #005e5e;
    color: #ffffff !important;
}

.errBox {
    border-left: 3px solid red;
}

.errOTPBox {
    border-bottom: 3px solid red !important;
}


.error {
    color: red;
    font-size: 12px;
}

textarea {
    width: calc(24vw - 20px);
    height: 70px;
    resize: none;
}

.preloader-container {
    position: absolute;
    top: 230px !important;
    text-align: center;
    width: 100%;
}
