body {
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
}

.logo-img {
    max-width: 200px;
    height: auto;
}

.mr-pointer {
    cursor: pointer !important;
}

.mr-dark-bg {
    background-color: #2a3042 !important;
}

.mr-white-tx {
    color: #ffffff !important;
}

.mr-white-bg {
    background-color: #ffffff !important;
}

.__username {
    /* font-weight: bold; */
}

.mr-chat-msg-other,
.mr-chat-msg-own {
    word-break: break-all;
}

.streams-setup {
    max-width: 100%;
}

.mr-rtc-setup-box {
    position: relative;
}

.mr-rtc-setup-box .controls {
    left: 50%;
    bottom: 8px;
    position: absolute;
}

.mr-rtc-setup-box .controls .toolbarItem {
    display: inline-block;
}

.bg-primary.bg-soft {
    background-color: rgba(58, 158, 172, 0.25) !important;
}

.btn-rounded {
    border-radius: 4px;
}

.btn.btn-primary,
.btn-primary,
.btn-primary button:active {
    background-color: #40b0bf !important;
    border-color: #338d99 !important;
    color: rgba(255, 255, 255, 1);
}

.btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn.btn-danger {
    background-color: #BF4F40;
    border-color: #8d3030;
    color: rgba(255, 255, 255, 1);
}

.btn.btn-danger,
.btn-danger {
    background-color: #BF4F40;
    border-color: #8d3030;
    color: rgba(255, 255, 255, 1);
}

.mr-logged-user {
    width: 100%;
    bottom: 24px;
    position: absolute;
}

.mr-waiting-status .alert {
    padding-left: 44px;
    margin-bottom: 0;
}

span[data-room] {
    line-height: 36px;
    cursor: pointer;
}

.mr-dash-room-list-item {
    width: 48%;
    margin: 24px 1% 0 1%;
    padding-left: 0;
    padding-right: 0;
    /* border: 1px solid #f6f6f6; */
    border: 0;
    border-radius: 6px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    background-color: #fff;
}

.mr-welcome-box-img {
    border-radius: 6px;
}

.mr-dash-room-list-status {
    padding-left: 8px;
}

.mr-dash-room-list-item-header {
    margin-bottom: 24px;
}

.mr-dash-room-list-patient {
    /* border-top: 1px solid #eff2f7; */
    border-top: 2px solid #eef0f6;
    position: relative;
}

.mr-dash-room-list-patient-controls {
    margin-right: 8px;
    /* width: 120px;
    top: 4px;
    right: 0;
    position: absolute; */
    flex-shrink: 0;
    flex-basis: 210px;
}

.mr-relative {
    position: relative !important;
}

.mr-bg-row i {
    top: 20px;
    left: 0;
    font-size: 32px;
}

.mr-dash-room-list-patient h5 {
    padding-top: 4px;
}

.mr-entity-join-time {
    margin-bottom: 4px;
}

.mr-action-icons {
    margin-right: 0;
    /* width: 36px;
    height: 36px;
    padding: 0; */
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
}

.mr-action-icons i {
    margin-left: -1px;
    padding-top: 3px;
    font-size: 16px;
}

.mr-chat-open-action,
.mr-kick-action,
.mr-chat-broadcast-open-action,
.mr-lock-room,
.mr-unlock-room,
.mr-share-action,
.mr-sc-user-action-btn,
.mr-invite-onthego {
    margin-left: 8px;
}

.mr-unlock-room {
    background: linear-gradient(-45deg, #e74f4f, #be2f2f, #ea0404);
    background-size: 400% 400%;
    animation: gradient-breathing 4s ease infinite;
}

.mr-icon-feedback i {
    visibility: hidden;
    animation: icon 0s 2s forwards;
}

.mr-feedback-sub {
    opacity: 0;
    transform: translateY(-12px);
    position: absolute;
    transition: opacity 0.7s, top 0.7s, transform 0.7s;
}

.mr-icon-feedback .mr-feedback-sub {
    visibility: visible;
    transform: translateY(2px);
    opacity: 1;
}

.none,
.mr-hide {
    display: none !important;
}

.text-primary {
    color: #40b0bf !important;
}

.text-danger {
    color: #40b0bf !important;
}

.bg-primary {
    background-color: #40b0bf !important;
}

.bg-primary-hover:hover {
    background-color: #40b0bf !important;
}

.border-primary {
    border-color: #338d99 !important;
}

.bg-danger {
    background-color: #BF4F40 !important;
}

.border-danger {
    border-color: #8d3030 !important;
}

.bg-danger-hover:hover {
    background-color: #BF4F40 !important;
}

.mr-circle {
    border-radius: 50% !important;
}

.bg-light-grey {
    background-color: #eff2f7 !important;
}

.mr-padding-sm {
    padding: 5px !important;
}

.badge {
    color: rgba(255, 255, 255, 0.8) !important;
}

.mr-vert-middle {
    vertical-align: middle !important;
}

.mr-font-32 {
    font-size: 32px !important;
}

.mr-font-20 {
    font-size: 20px !important;
}

.mr-font-13 {
    font-size: 13px !important;
}

.mr-font-11 {
    font-size: 11px !important;
}

.mr-chat-msg-own {
    text-align: right;
}

.mr-chat-msg-own .ctext-wrap {
    text-align: left;
}

.mr-round-borders {
    border-radius: 6px !important;
}

.mr-modal-bg {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
}

/* .mr-modal-bg input {
    background-color: #eff2f7 !important;
} */

.mr-modal-bg button.btn.btn-block,
.mr-modal-bg input {
    margin-bottom: 8px;
    width: 100%;
    display: block;
}

.mr-room-chat {
    overflow: auto;
}

.mr-webrtc {
    width: 200px;
    height: 300px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 2001;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    transition: width 1.5s, height 1.5s;
}

.chat-conversation {
    height: 362px;
    overflow-y: auto;
}

.mr-webrtc-bookmark {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 150px;
    position: absolute;
    background: #fff;
    z-index: 0;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

.mr-webrtc-bookmark i {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.mr-webrtc-big {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    position: fixed;
}

#localVideoBox {
    width: 150px;
    height: 84px;
    position: absolute;
    z-index: 2003;
    transform: scaleX(-1);
}

.remoteScreens {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.remoteScreen-box {
    width: 50%;
    height: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    transition: width 0.5s, height 0.5s;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    z-index: 2003;
}

.remoteScreens.mr-pip .remoteScreen-box {
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    z-index: 2003;
}

.remoteScreens.mr-mosaic .remoteScreen-box:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.remoteScreens.mr-pip .remoteScreen-box:nth-of-type(1) {
    position: absolute;
    top: 16px;
    right: 16px;
}

.remoteScreens.mr-mosaic .remoteScreen-box:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
}

.remoteScreens.mr-pip .remoteScreen-box:nth-of-type(2) {
    position: absolute;
    top: 116px;
    right: 16px;
    width: 150px;
    height: 84px;
}

.remoteScreens.mr-mosaic .remoteScreen-box:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.remoteScreens.mr-pip .remoteScreen-box:nth-of-type(3) {
    position: absolute;
    top: 216px;
    right: 16px;
    width: 150px;
    height: 84px;
}

.remoteScreens.mr-mosaic .remoteScreen-box:nth-of-type(4) {
    position: absolute;
    bottom: 0;
    right: 0;
}

.remoteScreens.mr-pip .remoteScreen-box:nth-of-type(4) {
    position: absolute;
    top: 316px;
    right: 16px;
    width: 150px;
    height: 84px;
}

.remoteScreen-box-big {
    width: 100% !important;
    height: 100% !important;
    z-index: 2001 !important;
}

.remoteScreens.mr-pip .remoteScreen-box-big {
    top: 0 !important;
    right: 0 !important;
}

.remoteScreen-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
}

.remoteScreen-box video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.controls {
    height: 70px;
    z-index: 2003;
    position: absolute;
    bottom: 16px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.controls .toolbarItem {
    margin: 10px 2px;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    line-height: 60px;
    vertical-align: middle;
}

.controls .toolbarItem i {
    color: #fff;
    font-size: 25px;
    display: inline-block;
}

.controls .toolbarItem-disabled,
.controls .toolbarItem-disabled:active {
    background-color: #bbb !important;
}

.controls .toolbarItem-disabled:hover {
    background-color: #bbb !important;
}

.mr-minimize {
    width: 360px;
    background-color: #fff;
}

.mr-maximize {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.mr-answer-call {
    animation: shake 1s ease-in-out infinite;
}

.mr-notification-dot {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #BF4F40;
}

.mr-glass {
    border-radius: 60px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    backdrop-filter: blur(6px);
    /* box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); */
}

/* .mr-glass::before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
} */

.mr-options-menu {
    padding: 16px;
    margin-left: 50%;
    bottom: 95px;
    min-width: 280px;
    position: absolute;
    z-index: 2003;
    background-color: #fff;
    transform: translateX(-50%);
    /* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5); */
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
}

.modal {
    z-index: 2010;
}

.header-profile-user {
    width: 26px;
    height: 26px;
    padding: 1px;
}

.mr-status-header .card {
    margin-top: 0;
    /* height: 112px; */
}

.mr-rct-call-ongoing {
    margin-top: 24px;
    padding: 0;
}

.mr-rct-call-ongoing .card {
    margin-bottom: 0;
    border-top: 3px solid #BF4F40;
    /* background-color: red; */

}

.mr-dash-room-list-patient {
    transition: background-color 0.3s ease-in-out;
}

.mr-dash-room-list-patient:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.mr-waiting-status-wrapper {
    position: relative;
}

.mr-room-notice-wrapper {
    position: relative;
}

.mr-room-notice-wrapper .alert {
    padding-left: 44px;
}

.mr-waiting-status-wrapper-icon-success::before,
.mr-waiting-status-wrapper-icon-warning::before,
.mr-waiting-status-wrapper-icon-danger::before,
.mr-waiting-status-wrapper-icon-room-warning::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mr-waiting-status-wrapper-icon-success,
.mr-waiting-status-wrapper-icon-warning,
.mr-waiting-status-wrapper-icon-danger,
.mr-waiting-status-wrapper-icon-room-warning {
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}

.mr-waiting-status-wrapper-icon-success i,
.mr-waiting-status-wrapper-icon-warning i,
.mr-waiting-status-wrapper-icon-danger i,
.mr-waiting-status-wrapper-icon-room-warning i {
    padding: 0 8px 0 8px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.mr-rct-call-ongoing .avatar-md {
    border-radius: 50%;
    animation: breathe 3s linear infinite;
}

.mr-rct-call-ongoing .avatar-title {
    width: 40px;
    height: 40px;
}

.mr-connection .card,
.mr-rct-call-settings .card {
    border-top: 3px solid #338d99;
}

.mr-chat-highlight {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: rgb(64, 176, 191);
    background: linear-gradient(20deg, rgba(64, 176, 191, 1) 0%, rgba(72, 115, 121, 1) 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    /* box-shadow: inset 2px -10px 20px -12px #000000; */
}

.mr-chat-highlight:after {
    /* z-index:-1; */
    content: "";
    position: absolute;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.2);
    height: 30%;
    left: 20%;
    right: 20%;
    width: 60%;
    bottom: -11px;
    border-radius: 100%;
}

.mr-chat-highlight::before {
    content: "";
    top: 0;
    right: -10px;
    width: 55px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(35deg);
}

.mr-select-room {
    padding-top: 16px;
    /* padding-left: 72px; */
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.mr-chat-highlight h5 {
    color: #fff;
    text-align: center;
}

.feedback {
    padding-top: 16px;
    text-align: center;
}

.mr-dash-room-modal-qr {
    padding: 12px;
    border-radius: 6px;
    display: inline-block;
    background-color: #eff2f7;
}

.mr-notification-sys {
    z-index: 3000;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-6px);
    }

    80% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    }
}

@keyframes icon {
    to {
        visibility: visible;
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@keyframes gradient-breathing {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 8px;
    border: 3px solid #c8ccd3;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #c8ccd3 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #2bb0af;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis.lds-ellipsis-mini div {
    width: 8px;
    height: 8px;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.mr-waiting {
    margin: 24px 1% 0;
    padding: 0 0 36px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.mr-chatboxes {
    /* width: calc(100% - 250px); */
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 2;
}

.mr-chatboxes.mr-chatboxes-open {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1001;
    pointer-events: auto;
    backdrop-filter: blur(6px);
}

.mr-chatboxes.mr-chatboxes-close {
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 1001;
    pointer-events: none;
}

.chat-leftsidebar {
    min-width: 260px;
}

#page-topbar {
    background-color: #2a3042;
    display: none;
}

#page-topbar.mr-patient-page {
    display: block;
}

#layout-wrapper.mr-patient-page {
    /* padding-top: 82px; */
}

.page-content {
    padding: 24px 12px 24px 12px;
}

.vertical-menu {
    top: 0;
}

.navbar-header {
    justify-content: center;
}

.navbar-menu-mobile {
    position: absolute;
    left: 16px;
    color: #fff;
    cursor: pointer;
}

.vertical-menu {
    transition: transform 0.6s;
}

.mr-avatar {
    width: 100%;
    max-width: 48px;
    height: auto;
}

.mr-control-icons,
.mr-welcome-box,
.mr-welcome-box-patient,
.mr-waiting-queue,
.mr-room-notice-patient,
.mr-status-header-patient-page,
.mr-patient-page-chat-box {
    width: 98%;
    margin: 0 1% 0 1%;
    /* border: 1px solid #f6f6f6; */
    /* border-radius: 6px; */
    /* box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03); */
    background-color: #fff;
    position: relative;
}

.mr-welcome-box-patient {
    padding-top: 94px;
    padding-bottom: 24px;
}

.mr-welcome-box {
    margin-bottom: 24px;
    /* border-top: 3px solid #2a3042; */
}

.mr-status-header {
    width: 98%;
    margin: 0 1% 0 1%;
}

.mr-connection-retry {
    cursor: pointer;
}

.mr-control-icons-patient {
    margin-bottom: 12px;
}

.mr-control-icons-patient i {
    cursor: pointer;
}

.mr-control-icons-patient p {
    font-weight: bold;
}

.mr-welcome-box img {
    width: 124px;
    height: 124px;
    top: 8px;
    left: 0;
    position: absolute;
    object-fit: cover;
}

.mr-welcome-box-patient img {
    width: 75px;
    height: 75px;
    top: 94px;
    left: 0;
    position: absolute;
    object-fit: cover;
}

.mr-welcome-box {
    height: 140px;
    padding-left: 130px;
}

.mr-welcome-box h3 {
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 20px;
    top: calc(50% - 22px);
    position: relative;
}

.mr-control-icons {
    padding: 16px;
    min-height: 72px;
    background-color: #2a3042;
}

.mr-control-icons i,
.mr-control-icons span {
    cursor: pointer;
}

.mr-patient-page-doctor-card {
    margin-bottom: 12px;
    border-top: 3px solid #2a3042;
}

.mr-patient-page-doctor-card h3 {
    font-size: 15px;
}

.mr-patient-page-doctor-card h3 span {
    font-size: 15px;
    font-weight: bold;
}

.mr-patient-page-doctor-card img {
    width: 60px;
    height: 60px;
}

.mr-patient-page-doctor-card span {
    font-size: 18px;
}

.mr-patient-page-doctor-card .d-flex {
    align-items: center;
}

.mr-bg-row {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 82px;
    /* background: url("/medrooms/images/hospital_bg.jpg"); */
    /* background-position: 50% 50%; */
    /* background-size: cover; */
    background-color: #2a3042;
    position: relative;
}

.mr-bg-row::before {
    content: "";
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.75); */
    position: absolute;
}

.mr-dash-room-list-icon {
    padding-top: 12px;
    top: 50px;
    left: 16px;
    width: 56px;
    height: 56px;
    position: absolute;
    color: rgba(255, 255, 255, 0.85);
}

.mr-dash-room-list-message {
    border: 0;
    margin: 0 -16px 0 -16px;
}

.mr-dash-room-list-message-client-side {}

.mr-dash-room-list-message-client-side h5 {
    text-transform: uppercase;
    font-size: 13px;
}

.mr-dash-room-list-name-upper {
    padding-left: 40px;
    top: 14px;
    left: 8px;
    font-size: 12px;
    position: absolute;
}

.mr-dash-room-list-name {
    padding-left: 40px;
    padding-right: 0;
    font-size: 14px;
    flex: 1 1 115px;
}

.user-chat {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    transition: transform 0.7s;
}

.user-chat-modal-margin {
    margin: 100px auto 0;
}

.mr-w-cap-650 {
    max-width: 650px !important;
}

.user-chat-header {
    height: 55px;
}

.mr-chatboxes-open .user-chat {
    /* transform: translateY(0); */
    display: block;
}

.mr-chatboxes-close .user-chat {
    /* transform: translateY(600px); */
    display: none;
}

.mr-webrtc-logo {
    width: 50px;
}

.mr-dash-room-list-actions {
    width: 160px;
    /* top: 8px; */
    /* right: 0; */
    /* position: absolute; */
    flex: 0 0 220px;
    font-size: 0;
    outline: 0;
    padding-right: 12px;
}

.mr-border-box {
    box-sizing: border-box;
}

.mr-waiting-status-icon {
    padding-top: 8px;
    cursor: default !important;
}

.mr-file-loading {
    margin-top: -6px;
}

.user-chat-client-side {
    position: relative !important;
}

.mr-chat-attachments a {
    padding: 5px;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    display: inline-block;
    background-color: #f2f2f5;
}

.mr-entity-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-top: 6px;
    text-transform: uppercase;
    background-color: #2a3042;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.mr-dash-name {
    font-size: 28px;
    display: block;
}

.mr-dash-lastname {
    font-size: 28px;
    /* font-weight: bold; */
}

.mr-dash-room-list-actions .btn.btn-primary,
.mr-dash-room-list-actions .btn-primary,
.mr-dash-room-list-actions button.btn-primary:active,
.mr-dash-room-list-actions button.btn-primary:focus {
    border: 0 !important;
    color: #495057 !important;
    background-color: #eff2f7 !important;
    box-shadow: none;
}

.mr-waiting .row {
    align-items: start;
}

.mr-waiting>.row {
    margin-top: 0;
    margin-bottom: 24px;
}

.mr-waiting-queue .alert {
    margin-bottom: 12px;
}

/* .mr-waiting-queue h5 {
    text-transform: uppercase;
    font-size: 13px;
} */

.mr-status-header-patient-page .mr-rct-call-ongoing {
    margin-top: 0;
    margin-bottom: 12px;
}

.toast-body {
    cursor: pointer;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

/* .mr-patient-page-chat-box-header {
    cursor: pointer;
} */

.mr-rct-call-ongoing-icon {
    width: 40px;
    height: 40px;
}

.icon-woman-img {
    right: 0;
    bottom: -24px;
}

.icon-woman-img img {
    max-width: 120px;
}

.mr-round-borders-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

@media screen and (max-width: 1400px) {

    .mr-dash-room-list-item,
    .mr-control-icons,
    .mr-welcome-box,
    .mr-status-header,
    .mr-welcome-box-patient,
    .mr-waiting-queue,
    .mr-room-notice-patient,
    .mr-status-header-patient-page,
    .mr-patient-page-chat-box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .mr-waiting {
        margin: 24px 2% 0;
    }
}

@media screen and (max-width: 992px) {
    .page-content {
        padding: 86px 12px 24px 12px;
    }

    #page-topbar {
        background-color: #2a3042;
        display: block;
    }

    .vertical-menu {
        display: block;
        transform: translateX(-250px);
    }

    .vertical-menu.mr-menu-open {
        transform: translateX(0);
    }

    .chat-leftsidebar {
        margin-right: 8px;
    }

    .mr-chatboxes {
        width: 100%;
        left: 0;
    }

    .mr-dash-room-list-item,
    .mr-control-icons,
    .mr-welcome-box,
    .mr-status-header,
    .mr-welcome-box-patient,
    .mr-waiting-queue,
    .mr-room-notice-patient,
    .mr-status-header-patient-page,
    .mr-patient-page-chat-box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .mr-bg-row {
        margin-left: 0;
        margin-right: 0;
    }

    .mr-control-icons {
        margin-bottom: 0;
    }

    .mr-welcome-box {
        margin-top: 8px;
    }

    .mr-dash-room-list-message {
        margin: 0 0 0 0;
    }

    .mr-waiting {
        margin: 24px 2% 0;
    }

    .mr-dash-room-list-message {
        margin: 0 0 0 0;
    }

    .mr-dash-name,
    .mr-dash-lastname {
        font-size: 21px;
    }
}

@media screen and (max-width: 768px) {
    .mr-welcome-box h3 {
        top: calc(50% - 25px);
    }
}

@media screen and (max-width: 720px) {
    .chat-leftsidebar .chat-leftsidebar-nav .tab-content {
        min-height: 0;
    }

    .mr-waiting {
        display: block;
    }

    .mr-dash-room-list-item,
    .mr-control-icons,
    .mr-welcome-box,
    .mr-status-header,
    .mr-welcome-box-patient,
    .mr-waiting-queue,
    .mr-room-notice-patient,
    .mr-status-header-patient-page,
    .mr-patient-page-chat-box {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .mr-waiting {
        margin: 24px 1% 0;
    }
}

@media screen and (max-width: 576px) {

    .mr-patient-action-controls,
    .mr-doctor-action-controls {
        margin-top: 8px;
        width: 100%;
        display: block;
    }

    .page-content {
        padding: 86px 0 24px 0;
    }

    .mr-welcome-box h3 {
        top: calc(50% - 18px);
        font-size: 13px;
    }

    .mr-dash-name,
    .mr-dash-lastname {
        font-size: 17px;
    }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block;
    }

    .mr-welcome-box h3 {
        top: calc(50% - 24px);
    }

    .mr-dash-name,
    .mr-dash-lastname {
        font-size: 12px;
    }
}