table.table.dataTable > thead > tr th {
    padding: 10px 20px 10px 10px; font-size: 12px;
}
table.table.dataTable > tbody > tr td {
    font-size: 12px; 
    padding: 5px 10px;
} 
.form-label { 
    font-weight: 500; 
}
.table th, .table td {
    
}.table td {
    white-space: normal;
}
.border-top-grey {
    border-top: 1px solid #e8eef3;
}
.badge-primary{ box-shadow: none !important;}


.form-valid {
    border-left: 3px solid red !important;
    border: 1px solid red;
}

.error-msg {
    font-size: 10px;
    padding: 0px 4px;
    position: absolute;
}

.form-valid {
    border-width: 1px 1px 1px 3px !important; /* top right bottom left */
    border-style: solid !important;
    border-color: red !important;
}



.btmcta .form-control {
    height: calc(2.25rem + 6px);
    padding: 14px 20px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #686a6f;
    width: 100%;
    font-size: 14px;
}

.btmcta {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 20px;
    z-index: 999;
}

    .btmcta.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .btmcta .row .col-md-3 {
        width: 25% !important;
    }

.call-consult {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 999;
    align-items: center;
    padding: 5px 20px 5px 5px;
}

@media only screen and (max-width: 600px) {
    .rightSideBtn {
        display: none;
    }

    .btmcta .row .col-md-3 {
        width: 50% !important;
        margin-bottom: 15px
    }
}
