body {
    font-family: "Poppins", sans-serif;
    background-color: #fafafa;
    background-color: #f3f3f3;
    background: url('../images/chatbot-bg.png');
    background-size: 30%;
}

.column-1 {
    width: 40%;
}

.column-1 p,
.column-2 p,
.column-3 p {
    margin-bottom: 0 !important;
}

.column-2 {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-3 {
    width: 100%;
}

.insurance-btn {
    background: #f2f9fe;
    color: #0074c7;
    display: inline-block;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 100%; */
    position: relative;
    top: 6px;
    left: 10px;
}


/**************
    FLEX BOX
***************/

.img-thumbnail {
    width: 100px;
    height: 100px;
}

.flex-basis-100 {
    flex-basis: 100%;
}

.w-2 {
    width: 25%;
}

.w-8 {
    width: 75%;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-container-row {
    display: flex;
}

.flex-container-row-container {
    display: flex;
}

.flex-container {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-item {
    display: flex;
}

.width-100 {
    flex-basis: 100%;
}

.width-50 {
    width: 50%;
    flex-basis: 50%;
}

.gap-10 {
    gap: 10px;
}

.flex {
    display: flex;
}

.gap-20 {
    gap: 20px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.inputfile {
    border: 2px dashed #ddd;
    text-align: center;
}

.inputfile+label {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block;
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border: 1px solid #000;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile {
    border: 2px dashed #ddd;
    text-align: center;
}

.inputfile+label {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.page {
    background: none !important;
}

header {
    padding: 20px 0;
    height: 200px;
    /* background-color: #e6f3fd; */
    background: #e6f3fd url('../images/chatbot-bg.png');
    background-size: 30%;
}

.header-container {
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 20px 0;
    text-align: center;
}

.navbar,
.bg-body-tertiary {
    background-color: #e6f3fd !important;
}

.header,
.container-fluid {
    color: #0a3780 !important;
    background-color: #e6f3fd !important;
}

.header,
.container-fluid a {
    color: #0a3780 !important;
    text-decoration: none;
    background-color: #e6f3fd !important;
}

.page-content {
    padding: 0 0 30px 0;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom,
.vertical-align-middle {
    max-width: 100%;
    font-size: 1rem;
    width: 550px;
    margin: 0 auto;
}

.page {
    position: relative;
    min-height: calc(100% - 44px);
}

.panel-body .card {
    -webkit-box-shadow: 10px 10px 5px -6px rgba(221, 221, 221, 1);
    -moz-box-shadow: 10px 10px 5px -6px rgba(221, 221, 221, 1);
    box-shadow: 10px 10px 5px -6px rgba(221, 221, 221, 1);
    border-radius: 10px;
    border: 1px solid #ddd;
}

.sec-hd {
    border-bottom: 1px solid #ddd;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: var(--bs-border-width) solid;
    opacity: 0.09;
}

.card-title {
    text-align: right;
}

.btn-light-blue {
    color: rgba(0, 80, 255, 1);
    background-color: rgba(219, 231, 255, 1);
}

.btn-light-blue {
    color: rgba(0, 80, 255, 1);
    background-color: rgba(219, 231, 255, 1);
}

.btn-word-wrap {
    white-space: normal;
}

.btn-green {
    color: rgba(57, 132, 57, 1) !important;
    background: rgba(219, 240, 219, 1) !important;
    border: 0 !important;
}

.btn {
    border-radius: 6px !important;
    font-family: "Poppins";
}

.btn-primary {
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px !important;
    color: #fff !important;
    border: 1px solid #0957de !important;
    background: #0957de !important;
    font-weight: 500;
}

.btn-outline {
    padding: 8px 20px;
    font-size: 16px !important;
    border-radius: 6px;
    color: rgba(0, 80, 255, 1) !important;
    border: 2px solid rgba(0, 80, 255, 1) !important;
    background: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}

.btn-outline-red {
    padding: 8px 20px;
    font-size: 16px !important;
    border-radius: 6px;
    color: rgb(231, 0, 0) !important;
    border: 2px solid rgb(231, 0, 0) !important;
    background: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vanilla-calendar {
    width: auto !important;
}


/* The switch-slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.pagealerttopcenter {
    min-width: 200px;
    margin-left: -100px;
    margin-right: 100px;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
    position: fixed;
    z-index: 50;
    left: 50%;
    top: 100px;
    font-size: 10px;
}

.uma-top-center {
    min-width: 200px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
    position: fixed;
    z-index: 50;
    right: 30px;
}

.pla-top-center {
    min-width: 200px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
    position: fixed;
    z-index: 50;
    right: 30px;
}

.float-right {
    float: right !important;
}

.text-right {
    text-align: right;
}

.grey {
    color: #666;
}

.question {
    padding: 10px;
    background: #e6f3fd;
}

.answer {
    line-height: 120%;
}

.highlight {
    background: #f2f9fe;
    padding: 20px;
}

.nav-link {
    display: none;
}


/***********************************
FONT SIZES
************************************/

.txt-10 {
    font-size: 10px;
}

.txt-11 {
    font-size: 11px;
}

.txt-12 {
    font-size: 12px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-16 {
    font-size: 16px;
}

.txt-18 {
    font-size: 18px;
}

.txt-20 {
    font-size: 20px;
}

.txt-22 {
    font-size: 22px;
}

.txt-24 {
    font-size: 24px;
}

.txt-26 {
    font-size: 26px;
}

.txt-28 {
    font-size: 28px;
}

.txt-30 {
    font-size: 30px;
}

.txt-36 {
    font-size: 36px;
}

.txt-48 {
    font-size: 48px;
}

.thin {
    font-weight: 100;
}

.normal {
    font-weight: 400;
}

.thick {
    font-weight: 500;
}

.thicker {
    font-weight: 600;
}

.thickest {
    font-weight: 700;
}

.pad-20 {
    padding: 20px;
}

s .mar-left-10 {
    margin-left: 10px;
}

.mar-left-20 {
    margin-left: 20px;
}

.mar-right-20 {
    margin-right: 20px;
}

.mar-left-30 {
    margin-left: 30px;
}

.mar-right-30 {
    margin-right: 30px;
}

.mar-right-80 {
    margin-right: 80px;
}

.mar-btm-10 {
    margin-bottom: 5px;
}

.mar-btm-5 {
    margin-bottom: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-btm-20 {
    margin-bottom: 20px;
}

.txt-dark-blue {
    color: #0a3a82;
}

.flex-grow {
    flex-grow: 1;
}


/***************
    SIDEBAR
*****************/


/* aside {
    width: 250px;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    right: 0;
    top: 60px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
} */

aside {
    padding: 15px;
    display: none;
    z-index: 99;
    top: 60px;
    position: fixed;
    right: -250px;
    width: 250px;
    height: 100vh;
    background: #fff;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
    border-left: 1px solid #aaa;
    box-shadow: 0 2px 10px #00000017;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}


/***************
    HEADER
*****************/

.navbar {
    margin-top: 0;
    padding: 0;
}

.navbar-brand {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.navbar-collapse {
    flex-grow: 0;
}

.nav-item {
    position: relative;
}

.nav-item-label {
    top: 0;
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 23px;
    height: 18px;
    border-radius: 30px;
    padding: 2px 6px;
    background: #d05050;
    color: #fff;
    font-size: 0.65rem;
    text-align: center;
}

.nav-item .nav-link,
.navbar-nav .nav-link.active {
    padding-right: 1.5rem !important;
    color: #fff;
    padding: 0.75rem 0 0 1.5rem;
}

.nav-link.active {
    padding-right: 1.5rem !important;
    color: #fff !important;
    /* border-bottom: 4px solid #fff !important; */
    padding: 0.75rem 0 0 1.5rem;
}

.nav-link {
    border: 0 !important;
}

.dropdown-toggle::after {
    /* content: ""; */
}

.navbar-toggler {
    color: #fff;
    border: 0;
}

.navbar-toggler:focus {
    color: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.container-fluid {
    background-color: #3D6EAA;
}


/***************
    TOPNAV FILTER
*****************/

.top-nav-filter {
    display: flex;
    background-color: #fff !important;
    box-shadow: 0 2px 28px #00000017;
    border-bottom: 1px solid #aaa;
    box-shadow: 0 2px 10px #00000017;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    /* padding: 15px; */
}


/* .top-nav-filter div {
    flex-grow: 1;
} */

.top-nav-date-switch {
    padding: 10px;
    /* flex: 5; */
    border-right: 1px solid #ddd;
    width: 15%;
}

.top-nav-date-switch .left-arr,
.top-nav-date-switch .right-arr {
    padding: 0.5rem;
    display: inline-block;
    border: 1px solid #aaa;
}

.top-nav-date-switch .left-arr a,
.top-nav-date-switch .right-arr a {
    color: #000;
}

.calendar-date {
    line-height: 100%;
    padding: 0.7rem;
    display: inline-block;
    border: 1px solid #aaa;
}

.top-nav-appointments-filter {
    padding: 10px;
    /* flex: 4; */
    border-right: 1px solid #ddd;
    width: 20%;
}

.top-nav-status-filter {
    padding: 10px;
    /* flex: 12; */
    border-right: 1px solid #ddd;
    width: 20%;
}

.top-nav-search {
    padding: 10px;
    /* flex: 4; */
    display: flex;
}

.top-nav-search .form-control {
    height: 35px;
}

/*.img-thumbnail {
    height: fit-content !important;
}*/

.timeslots {
    display: inline-block;
    width: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .appointment-panel {
        border: 0 !important;
        box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.26) !important;
    }
    .appointment-card {
        border-right: 0px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
    }
    .flex-container-row-container {
        display: flex;
        flex-direction: column;
    }
    .flex-center {
        text-align: center;
    }
    .w-2,
    .w-8 {
        justify-content: center;
        width: 100%;
    }
    .insurance-btn {
        display: block;
        position: relative;
        top: 0;
        left: 0;
    }
    .column-1,
    .column-2 {
        width: 48%;
    }
    .flex-col {
        flex-direction: column !important;
    }
    .flex-container {
        flex-direction: column;
    }
    .width-50 {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .timeslots {
        display: inline-block;
        width: 100px;
    }
    /* .column-1,
    .column-2,
    .column-3 {
        width: 100%;
    } */
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .show-mb {
        display: flex;
    }
    .show-mb-tb {
        display: flex;
    }
    .top-nav-filter {}
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 50%;
        display: flex;
        order: 1;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 33%;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        order: 2;
        display: none;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 100%;
        order: 4;
        justify-content: center;
        display: flex;
        gap: 2%;
        border-top: 1px solid #ddd;
        background: #f8f8f8;
    }
    .top-nav-search {
        padding: 5px;
        width: 50%;
        display: flex;
        order: 3;
        justify-content: center;
    }
    .btn {
        font-size: 0.8rem;
    }
    .col3,
    .col4,
    .col5 {
        display: none;
    }
    .col6 {
        order: 1;
    }
    .col1 {
        order: 2;
        width: 100px;
        display: none;
    }
    .col2 {
        width: 60%;
        order: 3;
    }
    .col6 {
        width: 40%;
        order: 1;
        flex-grow: 0;
    }
    .patient-card-grid-content {
        padding: 0 20px !important;
    }
    .patient-card-row-mobile {
        display: flex;
        flex-direction: column;
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .patient-card-row-mobile .section-hd {
        margin: 10px 0;
        padding: 0 8px;
        font-weight: 700;
        background: #f1f9ff;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .show-mb {
        display: none;
    }
    .show-mb-tb {
        display: flex;
    }
    .top-nav-filter {}
    .top-nav-date-switch {
        padding: 10px 4px;
        width: 50%;
        display: flex;
        order: 1;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 50%;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        order: 2;
        border-right: 0;
    }
    .top-nav-status-filter {
        padding: 10px 5px;
        width: 100%;
        order: 4;
        justify-content: center;
        display: flex;
        gap: 2%;
        border-top: 1px solid #ddd;
        background: #f8f8f8;
        box-shadow: 1px -4px 9px #00000017;
    }
    .top-nav-search {
        padding: 5px;
        width: 33%;
        display: flex;
        order: 3;
        justify-content: center;
        display: none;
    }
    .btn {
        font-size: 0.7rem;
    }
    .col3,
    .col4,
    .col5 {
        display: none;
    }
    .patient-card-grid-content {
        padding: 0 20px !important;
    }
    .patient-card-row-mobile {
        display: flex;
        flex-direction: column;
    }
    .patient-card-row-mobile .section-hd {
        margin: 10px 0;
        padding: 0 8px;
        font-weight: 700;
        background: #f1f9ff;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .show-mb {
        display: none !important;
    }
    .show-mb-tb {
        display: none !important;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 33%;
        display: flex;
        order: 1;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 33%;
        display: flex;
        justify-content: space-evenly;
        order: 2;
    }
    .top-nav-status-filter {
        padding: 10px 5px;
        width: 100%;
        order: 4;
        justify-content: center;
        display: flex;
        gap: 2%;
        border: 0;
        border-top: 1px solid #ddd;
        background: #f8f8f8;
    }
    .top-nav-search {
        padding: 5px;
        width: 33%;
        display: flex;
        order: 3;
        justify-content: center;
    }
    .btn {
        font-size: 0.7rem;
    }
    .col2 {
        flex-grow: 3 !important;
        width: 25%;
    }
    .col3 {
        display: none;
    }
    .col5 {
        width: 25%;
    }
    .patient-image {
        margin: 0 !important;
    }
    /*  .patient-image img {
        width: 100% !important;
    } */
    /* .flex-container-row {
        display: flex;
        flex-direction: column !important;
    } */
}

@media only screen and (min-width: 1025px) and (max-width: 1099px) {
    .show-mb {
        display: none !important;
    }
    .show-mb-tb {
        display: none !important;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 25%;
    }
    .calendar-date {
        padding: 0.7rem 0.5rem;
        font-size: 0.6rem !important;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 20%;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 54%;
    }
    .top-nav-search {
        padding: 5px;
        width: 20%;
    }
    .btn {
        font-size: 0.65rem;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .show-mb-tb {
        display: none !important;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 25%;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 20%;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 54%;
    }
    .top-nav-search {
        padding: 5px;
        width: 20%;
    }
    .btn {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .show-mb-tb {
        display: none !important;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 22%;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 20%;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 52%;
    }
    .top-nav-search {
        padding: 5px;
        width: 20%;
    }
    .btn {
        font-size: 0.8rem;
    }
}


/***************
    LAYOUT
*****************/

.page-wrap {
    margin: 1%;
    display: flex;
    flex-direction: column;
}


/***********************************
  TABLE
************************************/

.table th {
    font-size: 0.8rem;
    background-color: white !important;
}


/* td {
    background-color: white !important;
}
 */

.patient-card-row-mobile {
    display: none;
}


/***********************************
  PATIENT CARD
************************************/

.patient-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px #00000017;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    margin-bottom: 15px;
    /* font-family: 'Lato', sans-serif; */
    position: relative;
    /*  overflow-x: scroll;
    scroll-snap-type: x mandatory; */
}

.patient-card-grid-hd {
    /* font-family: 'Rubik', sans-serif; */
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #f1f9ff;
    font-weight: 700;
    text-align: center;
}

.patient-card-grid-content {
    padding: 20px;
}

.patient-card-row {
    display: flex;
    flex-direction: row;
}


/* .patient-card div {
    padding: 15px;
} */

.col-1,
.col-2,
.col-3,
.col-4 {
    padding: 10px !important;
    flex: 0 0 100%;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
    /* padding: 15px; */
    border-right: 1px solid #ddd;
    border-right: 1px solid rgb(235, 235, 235);
    /* flex: 0 0 100%; */
    scroll-snap-align: start;
    transition: all 0.2s;
}

.col1::-webkit-scrollbar-thumb,
.col1::-webkit-scrollbar-track {
    border-radius: 92px;
}

.col1::-webkit-scrollbar-thumb {
    background: var(--darkred);
}

.col1 {
    flex-grow: 0.2;
    align-items: center;
    justify-content: center;
    /* flex: 0 0 15%; */
}

.consultation-time {
    color: #b43535;
}

.consultation-room {
    margin: 15px auto;
    width: 40px;
    height: 40px;
    padding: 4px;
    text-align: center;
    background-color: #398439;
    border: 1px solid #398439;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.col2 {
    flex-grow: 1;
    /* flex: 0 0 20%; */
}

.patient-image {
    margin: 0 15px 0 0;
}

.patient-image img {
    width: 85px;
    height: 100px;
}

.patient-id {
    display: block;
    font-size: 0.8rem;
    color: #8C57B4;
    font-weight: 800;
}

.patient-details p {
    margin: 0;
    padding: 0;
}

.patient-name {
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
    color: #0a247c;
    border-bottom: dotted 1px #1d3ca4;
}

.patient-payment-type {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 0.7rem;
    color: #888;
    font-weight: 400;
}

.patient-details-action p {
    margin: 10px 0 10px 0;
}

.col3 {
    flex-grow: 1;
    /* flex: 0 0 15%; */
}

.col4 {
    flex-grow: 1;
    /* flex: 0 0 10%; */
}

.col5 {
    flex-grow: 1;
    /* flex: 0 0 10%; */
}

.col6 {
    flex-grow: 2;
    /* flex: 0 0 20%; */
}

.flex-container-row {
    display: flex;
    flex-direction: row;
}

.flex-container-col {
    display: flex;
    flex-direction: column;
}


/***********************************
  FONT SIZES
************************************/

.txt-11 {
    font-size: 11px;
}

.txt-12 {
    font-size: 12px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-16 {
    font-size: 16px;
}

.txt-18 {
    font-size: 18px;
}

.txt-20 {
    font-size: 20px;
}

.txt-22 {
    font-size: 22px;
}

.txt-24 {
    font-size: 24px;
}

.txt-30 {
    font-size: 30px;
}

.thin {
    font-weight: 100;
}

.normal {
    font-weight: 500;
}

.thick {
    font-weight: 500;
}

.thicker {
    font-weight: 600;
}

.thickest {
    font-weight: 700;
}

.mar-btm-10 {
    margin-bottom: 5px;
}


/******************
BUTTONS
*********************/

.btn {
    /*font-family: "Lato", sans-serif;
     font-size: 0.85rem; 
    font-weight: 700;*/
}


/* @media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .btn {
        font-size: 0.65rem;
        background: red;
    }
} */

.btn-lg {
    font-size: 0.9rem;
    /* font-weight: 700; */
}

.btn-block {
    width: 100%;
}

.btn-sm {
    font-weight: 700;
    font-size: 12px;
    padding: 0.3rem 0.5rem !important;
    font-size: 0.9rem !important;
}

.btn-xs {
    padding: 3px;
}

.btn-primary {
    border-radius: 0;
    background: #3D6EAA;
    border: 1px solid #3D6EAA;
    /* text-transform: uppercase; */
}

.btn-secondary {
    border-radius: 0;
    background: #0a247c;
    border: 1px solid #0a247c;
    background: #0d6efd;
    border: 1px solid #0d6efd;
    /* text-transform: uppercase; */
}

.btn-shallow {
    border-radius: 0;
    color: #000;
    background: #fff;
    border: 1px solid #333;
    /* text-transform: uppercase; */
}

.btn-shallow:hover {
    color: #666;
    border: 1px solid #aaa;
    /* text-transform: uppercase; */
}

.btn-tietary {
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 0;
    color: #7f482c;
    background: #f77b3e;
    border: 1px solid #f77b3e;
    /* text-transform: uppercase; */
}

.btn-bordered {
    border-radius: 0;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    /* text-transform: uppercase; */
}

.btn-bordered:hover {
    border-radius: 0;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 5px solid #aaa;
    /* text-transform: uppercase; */
}

.green {
    border-left: 5px solid rgb(150, 227, 35);
}

.active.green {
    color: #fff;
    background-color: rgb(150, 227, 35);
    border: 0;
    border: 5px solid rgb(125, 192, 25);
}

.burgandy {
    border-left: 5px solid #d05050;
}

.violet {
    border-left: 5px solid #8c57b4;
}

.dark-blue {
    border-left: 5px solid #1d3ca4;
}

.blue {
    border-left: 5px solid rgb(42, 161, 201);
}

.blue:hover,
.orange:hover,
.dark-blue:hover,
.violet:hover,
.burgandy:hover,
.green:hover {
    border-left: 5px solid #aaa;
}

.orange {
    border-left: 5px solid rgb(239, 155, 52);
}

.text-bg-badge {
    color: #413f3f !important;
    background-color: #e0e0e0 !important;
}

.order::before {
    content: "\F117B"
}

.btn-violet {
    color: #fff;
    background-color: #8C57B4;
    border: 1px solid #8C57B4;
}

.btn-green {
    color: #fff;
    background-color: #398439;
    border: 1px solid #398439;
}

.btn-brown {
    color: #fff;
    background-color: #D65729;
    border: 1px solid #D65729;
}

.btn-light-blue {
    color: #fff;
    background-color: #3183F5;
    border: 1px solid #3183F5;
}

.btn-dark-blue {
    color: #fff;
    background-color: #0073b7;
    border: 1px solid #0073b7;
}

.btn-faded-blue {
    background-color: #5DADE2;
    border: 1px solid #5DADE2;
}

.scroll-bar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}


/****************************
    FORMS
******************************/

.form-control,
.form-control-sm {
    border-radius: 0;
}

.form-control:focus,
.form-control-sm:focus {
    border-color: #aaa;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0);
}

.form-group {
    margin-bottom: 15px;
}

.form-select-sm,
.form-control-sm {
    font-size: 0.75rem;
}


/*********************
    GENERAL
*************************/

a {
    color: #0a247c;
    text-decoration: none;
}

a:hover {
    color: #13349f;
    text-decoration: none;
}

.modal-content {
    border-radius: 0;
    border-top: 5px solid #1d3ca4;
}


/* .modal-title {
    font-family: 'Rubik';
    font-size: 1.5rem;
} */

.modal-flex {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chip {
    display: inline-block;
    width: fit-content;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 25px;
    margin: 4px;
    background-color: #f1f1f1;
}


/* .chip:hover {
    cursor: pointer;
  }
  .chip:active {
    background-color: #3c3a3a;
  } */

.chip-active,
.chip:hover {
    background-color: #666;
    color: white;
}

.wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: white;
}

.buttonWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.button {
    letter-spacing: 3px;
    border: none;
    padding: 10px;
    background-color: white;
    color: #232c3d;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}

.button:hover {
    background-color: #d5e3ff;
}

.button.active {
    background-color: #bccbe9;
    color: black;
}


/* .active {
    background-color: white;
    color: black;
} */


/* p {
    text-align: left;
    padding: 20px;
}
 */

.content {
    display: none;
    padding: 20px;
}

.content.active {
    display: block;
}

.inroom-patients {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.inroom-patients span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: rgb(80, 114, 0);
    background: linear-gradient(#75c809 0%, #75c809 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    left: -30px;
}

.inroom-patients span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #0b8ca5;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0b8ca5;
}

.ribbon-beta span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0b8ca5;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0b8ca5;
}

.vertical-align-middle {
    display: block;
}

.appointment-panel {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 9px -4px rgba(0, 0, 0, 0.26);
}

.appointment-card {
    padding: 15px 15px 0 15px;
    border-right: 1px solid #ddd
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.highlight {
    background: #f2f9fe;
    padding: 20px;
}

.success {
    background-color: rgb(245, 255, 245);
}

.success .mdi {
    color: rgb(5, 184, 5)
}

.warning {
    background-color: rgb(255, 252, 245);
}

.warning .mdi {
    color: rgb(247, 177, 26)
}

.highlight-error {
    color: #ff0000;
    background-color: rgb(255, 245, 250);
}

.highlight-success {
    color: rgb(5, 135, 5);
    background-color: rgb(245, 255, 245);
}

.warning .mdi {
    color: rgb(247, 177, 26)
}

.lmask-flex {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.lmask-flex :before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(108, 191, 247, 0.8);
}

.lmask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    ;
    opacity: 0.4;
    &.fixed {
        position: fixed;
    }
    &:before {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        border: 5px solid rgba(0, 183, 229, 0.9);
        opacity: .9;
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50px;
        box-shadow: 0 0 35px #2187e7;
        width: 50px;
        height: 50px;
        -moz-animation: spinPulse 1s infinite ease-in-out;
        -webkit-animation: spinPulse 1s infinite linear;
        margin: -25px 0 0 -25px;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    &:after {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        border: 5px solid rgba(0, 183, 229, 0.9);
        opacity: .9;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50px;
        box-shadow: 0 0 15px #2187e7;
        width: 30px;
        height: 30px;
        -moz-animation: spinoffPulse 1s infinite linear;
        -webkit-animation: spinoffPulse 1s infinite linear;
        margin: -15px 0 0 -15px;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}