.nGauge .ant-form-item {
    margin-bottom: 0px;
}
.ant-select-dropdown:hover .box-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(226, 227, 227, 0.7);
    z-index: 2;
    border-radius: 8px;
    display: block !important;
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
.ant-select-item-option-active:hover  .box-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(226, 227, 227, 0.7);
    z-index: 2;
    border-radius: 8px;
    display: block !important;
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
.home .form-group {
    margin-bottom: 2px !important;
}
.customDatePicker {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.customDatePicker input {
    height: 34px !important;
    margin-bottom: 0px !important;
    border: none !important;
}
.loginBody button .span {
    font-size: 14px !important;
}