@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

.cursor-pointer {
    cursor: pointer;
}



.width-40 {
    max-width: 40%;
}

@media all and (max-width: 767px) {
    .width-40 {
        max-width: 75%;
    }
}

.lb-w-33 {
    width: 33%
}

.lb-w-4{
    width: 40%
}

.lb-w-6 {
    width: 60%
}

.width-25 {
    max-width: 25%;
}

.width-50{
    width:50%;
}

@media (max-width: 768px) {
    .width-50 {
        width: 66%;
    }
}

.lifeBio-border-right {
    border-right: 1px solid #E2E2E2;
}

@media all and (max-width: 767px) {
    .lifeBio-border-right {
        border:none;
    }
}

.btn{
    color: white;
}

.lg-btn {
    font-size: 1.5rem;
    border-radius: 0.5rem;
}

.btn:focus{
    outline: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
}

.modal-button {
    margin-left:0.5rem
}

.lifebio-green {
    color: #5B8E30 !important
}

.lifebio-orange-text{
    color: #ffbb00 !important;
}

.lifebio-green-border {
    border-color: #5B8E30 !important;
}

.lifebio-light-orange-border {
    border-color: #F4A533 !important;
}

.lifebio-orange-border {
    border-color: #E37225 !important;
}

.lifebio-blue-border {
    border-color: #0082A5 !important;
}

.lifebio-purple-border {
    border-color: #b200ff !important;
}

.lifebio-blue-background {
    background-color: #0082A5;
    color: white;
}

.lifebio-orange-background {
    background-color: #E37225;
    color: white;
}

.lifebio-disabled {
    opacity: 0.4;
    cursor: pointer;
}

.lifebio-disabled, button:hover {
    color: white
}

.lg-transparent-btn {
    border-radius: 0.313rem;
    font-size: 1.25rem;
    font-weight: 300;
    min-width: 80%;
    margin: 0 1rem;
    color: gray;
    border: 0.125rem solid;
}

.transparent-btn {
    border-radius: 0.02rem;
    margin: 0 1rem;
    color: gray;
    border: 0.125rem solid;
}

.margin-top-20 {
    margin-top: 1.25rem !important;
}

.margin-top-40 {
    margin-top: 2.5rem;
}

.lb-m-sa {
    margin: 1rem auto;
}

.margin-auto {
    margin: 2.5rem auto;
}

.margin-bottom-40 {
    margin-bottom: 2.5rem;
}

.padding-bottom-40 {
    padding-bottom: 2.5rem;
}

.padding-bottom-10 {
    padding-bottom: 0.625rem;
}

.center-container-border {
    border: solid 0.188rem #ced4da;
}

.center-container{
    margin: auto;
    background-color: #F7F7F8;
    margin-bottom: 4rem
}

.img-space {
    display: block;
    margin: auto;
    border-radius: 100%;
    width: 4.688rem;
    height: 4.688rem;
    background-color: white;
}

.img-border {
    border: solid;
}

input[type="text"], input[type="date"], input[type="password"], select {
    background-color: #F7F7F8 !important;
    border-width: 0.188rem !important;
    border-radius: 0 !important;
}

.row{
    margin: 0;
}

.modal{
    display:flex
}

.empty-tag{
    content:" ";
}

.clearback-blueborder {
    border: 0.063rem solid #0082A5;
    background-color: #F7F7F8;
    color: #0082A5;
    border-radius: 0;
}

    .clearback-blueborder:hover {
        background-color: #0082A5;
        border: 0.063rem solid #ffbb00;
        color: white;
        transition: .3s;
    }

.clearback-orangeborder {
    border: 0.063rem solid #ffbb00;
    background-color: #F7F7F8;
    color: #ffbb00;
    border-radius: 0;
    margin-top: 2.5rem;
}

    .clearback-orangeborder:hover {
        background-color: #ffbb00;
        border: 0.063rem solid #ffbb00;
        color: white;
        transition: .3s;
    }


a {
    color:black;
}

    a:hover {
        text-decoration: none;
        color:black
    }




html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*height:100vh;*/
    font-size:1rem;
}


p{
    margin-bottom:0;
}


.invalid {
    outline: 0.063rem solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.confirmation-button {
    min-width: 100%;
    padding: 0.625rem;
}

.box-margin {
    margin: 1.25rem 1rem;
}

.title-bottom-border {
    border-bottom: solid;
    border-bottom-width: thick;
}

.bottom-border-blue {
    border-bottom-color: #0082A5;
}

.bottom-border-orange {
    border-bottom-color: orange;
}

.border {
    border: 0.063rem solid #ced4da
}

.border-orange {
    border: 0.063rem solid orange
}

.padding-2-rem{
    padding:2rem;
}

.recording-padding{
    padding: .5rem 2.5rem 0rem; 
}

.lifebio-muted-font {
    color: #6F7070;
}

.label-font-size{
    font-size: 1.2rem;
}

.lb-to-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


 .modal-dialog {
    max-width: 500px;
    margin: auto;
}

.loading-message-padding {
    padding: 1.38rem 0rem;
}

.loading-spinner-padding {
    padding: 1rem 0rem;
}

.dropdown-item{
    padding-left:0.5rem;
}

.truncate-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.display-none{
    display:none;
}

.lifeBio-img{
    height: 15rem;
    width: 15rem;
}

.userlist-scroll {
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem;
}


@media all and (max-width: 991px) {
    .lifeBio-img {
        height: 10rem;
        width: 10rem;
    }