#check-uncheck{
    padding-left: 5px!important;
    font-size: 13px!important;
    margin-bottom: 10px;
}
.form-check{
    margin-top: 5px;
    font-size: 13px!important;

}
.apply{
    display:flex; 
    align-items: end;
    justify-content: end;
    padding-right: 10px!important;

}

.btn-colr{
    background-color: rgb(20, 20, 20) !important;
    color: white !important;
    border: 1px black;
}

.needgap {
    border-collapse: separate;
    border-spacing:0 20px;
}

.asteriskField {
    display: none;
}

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#FFF; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#status {
    width:100px;
    height:100px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    z-index:9999; /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    margin:-50px 0 0 -50px; /* is width and height divided by two */
}
