body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.mr-2 {
    margin-right: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}

.table td {
    font-size: 12px;
}
.table th, .table td {
    padding: 0.500rem 0.375rem;
}

.show_password {
    position: absolute;
    right: 42px;
    margin-top: 38px;
    border: 0;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
    content: '>';
    width: 6px;
    height: 0;
    border: none;
    left: -17px;
    top: 3px;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before, .sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active::before {
    border: none;
}

a {
    color: #0067b8;
}

.btn-primary{
    background-color: #0067b8 !important;
    border-color: #0067b8 !important;
    /*background-color: #10b759 !important;
    border-color: #10b759 !important;*/
}

.badge-pill {
    border-radius: 0;
}

.btn-light {
    background-color: #fff;
}
.text-light {
    color: #fff !important;
}
a.text-light:hover, a.text-light:focus {
    color: #ffffff !important;
}

.bg-blue {
    background-color: #4479CC !important;
    text-transform: uppercase;
}
.border-blue {
    border-color: #2E69C6 !important;
}
.modal-content {
    border: none;
}
#historyTab, #entryFormTab {
    border-bottom: 1px solid #686868;
}

#historyTab .nav-link.active, .nav-tabs .nav-item.show .nav-link, #entryFormTab .nav-link.active {
    color: #686868;
    background-color: #ffffff;
    border-color: #686868 #686868 #ffffff;
}

#historyTab .nav-link, #entryFormTab .nav-link {
    color: #686868;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 13px;
}

.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle {
    background: #ff0000;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
    background-color: #ff0000;
}

select {
    color: #000;
}

/*

Login start

*/

/*.page-content.d-flex.align-items-center.justify-content-center:before {
    content: '';
    background-image: url('/assets/images/uhcd-DSC05915.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.auth-left-wrapper {
    background: #fff !important;
    text-align: center;
    border-right: 1px solid whitesmoke;

    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-left-wrapper p {
    font-size: 15px;
    margin: 0 auto;
    color: #F15A2B;
}

.left-logo {
    max-width: 170px;
    height: 90%;
    margin-top: 25px;
}

.title-logo {
    width: 250px;
    margin: 5px 0;
}

/*
    login end
*/


/*
    User profile start

*/
.user-profile-photo {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

.nav-welcome-msg {
    position: absolute;
    left: 0;
}
.instruction {
    font-size: 12px;
    color: #42b663;
    /* color:#1FB5AD; */
}
.featherIcon {
    width: 15px !important;
    height: 13px !important;
}
.addBtn {
    padding-left: 5px !important;
}
.redInstraction {
    text-align: right;
    color: red;
    padding: 10px 10px 0px 10px;

}
.error-message {
    color: red;
    display: none;
}
.consentFormInstraction{
    font-size: 11px;
}
.consentForm302SmallTitle{
    padding-left:25px;
}
.form201PartialAssistanceForTreatmentCost{
    padding: 15px;
    border: solid 1px black;
}

.card .card-title, .modal-title {
    color: #727cf5;
    /*color: #F65B2F;*/
}

.form-title {
    color: #000;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}