html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn-green {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    border-radius: 6px;
    background: #148D8B;
}

.bg-green {
    background: #148D8B;
}
    a.bg-green, a.bg-green:hover, a.bg-green:focus, a.bg-green:active {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #148D8B70;
}

html {
  position: relative;
  min-height: 100%;
}

.nav.nav-pills {
    border-bottom: 0.5px solid #667085;
}

.nav-link {
    color: #B5B5B5;
    leading-trim: both;
    text-edge: cap;
    /*font-family: Lexend;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

    .nav-link.activated {
        color: #383E49;
        position: relative;
        background-color: unset;
        border: unset;
        padding: 8px 2px;
        margin: 0 14px;
    }

    .nav-link:hover, .nav-link:active, .nav-link:focus {
        color: #383E49;
    }

    .nav-link.activated:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #148D8B;
        height: 5px;
        border-radius: 10px 10px 10px 10px;
    }
.error {
    color: red;
    /*text-align: center;*/
    display: block;
    /* float: left; */
    font-size: 9px;
}

#select2-multiple-outlet-error,
#select2-multiple-department-error,
#select2-multiple-section-error{
    display:flex;
    justify-content:center;
}
#select2-multiple-department-error{
    padding-left:1.3rem;
}

.label::after{
    content:"*";
    color: red;
}

#global-confirm-delete modal-body p, #errorModal modal-body p {
    font-size: 14px;
    word-wrap: break-word;
}
.cpb {
    padding-bottom: 2px;
}

@media only screen and (max-width: 600px) {
    .welcome-message .heading {
        font-size: 2rem !important;
    }
}