.custom-white-bg {
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 6%);
    background: rgba(255, 255, 255, 0.97);
}

.form-control::placeholder {
    color: #FFFFFF;
    opacity: 0.2;
}

.mkddspinner {
    display: none;
    align-items: center;
    justify-content: center;
    margin: auto !important;
    width: 100% !important;
    height: 100%;
    position: absolute !important ;
    top: 0 ;
    left: 0 ;
    right: auto;
    background: rgba(255, 255, 255, 0.89);
    border-radius:
        10px 10px 10px 10px !important;
}
