.row {
    padding: 0px 10px;
}

/* Prevent the global row padding from double-indenting paired form fields. */
.row.patient-field-pair {
    padding-left: 0;
    padding-right: 0;
}

.tbl .row>[class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
}

.plus-btn {
    margin-top: 30px;
}

.form-check-input:checked {
    background-color: #15558d;
    border-color: #15558d;
}
.btn-primary {
    --bs-btn-hover-bg: #0b5ed7 !important;
    --bs-btn-hover-border-color: #0a58ca !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.footer {
    bottom: 0;
    width: 100%;
    background-color: #15558d;
}
.swal2-title{
    font-size: 20px !important;
    padding: 25px 1px 0 !important;
}
.swal2-html-container {
    margin: 0 !important;
    margin-top: 10px !important;
}

.customSwalBtn{
    background-color: rgb(41, 145, 243);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin-top:10px;
    padding: 5px 21px;
}

#listTable {
   width: 100%;
   text-align: center;
   border: 1px solid #9caebe;
   margin-bottom: 15px;
   border-collapse: collapse;
   border-radius: 30px !important;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;  
}

th {
    background-color: #15558d;
    text-align: center !important;
    color: white;
}

tr:nth-child(even) { background-color: #f2f2f2; }

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border-color: currentcolor transparent currentcolor currentcolor;
}

#isVerifiedLoader{
    height: 17px;
    width: 17px;
}

@keyframes spinner-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.customSwalBtn{
    background-color: rgb(41, 145, 243);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin-top:10px;
    padding: 5px 21px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}





