
.page-item.active .page-link { 
    color: #970000;
    background: #ffc6c6;
}

.badge {
    color: #970000 !important;
    background: #ffc6c6 !important;
}

.markdown > table thead th, .table thead th { 
    color: #970000;
    background: #ffc6c6;
}

.selectStateServ {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #a9a9a9;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: left; */
    /* font-family: inherit; */
    /* font-size: 14px; */
    /* font-weight: normal; */
    height: 26px;
    line-height: 40px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}


 

.infoBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 2%);
}

.infoBox-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.bg-gradient-primary {
    background: rgb(51 128 255 / 28%);
}

 

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: 0.75rem;
}

.shadow {
    box-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12) !important;
}

.border-radius-md {
    border-radius: 0.5rem;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.text-sm {
    font-size: .875rem !important;
    color: #67748e;
}

.text-sm {
    line-height: 1.5;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-3 {
    padding: 1rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.form-group {
    margin-bottom: 1rem;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.form-1-box legend {
    font-size: inherit;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}


.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.w-auto {
    width: auto !important;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-size: inherit;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}
