.register-info-details-image {
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(254, 106, 24, 0.45) 0%, rgba(254, 106, 24, 0.45) 59%, rgba(254, 106, 24, 0.45) 100%), url(../images/saglikcim-login-background.jpg);
    background-size: cover;
    background-repeat: none;
}

.profile-menu {
    position: absolute !important;
    left: 30px;
    bottom: 30px;
    z-index: 1000;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    z-index: 9999;
}

.profile-menu:hover {
    cursor: pointer
}

.profile-menu-result {
    z-index: 1 !important;
}

video {
    width: 100%;
    height: auto;
    pointer-events: none;
    background: #fff;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.user-menu {
    padding: 10px;
    border-radius: 10px;
    background: #f4f3f3;
}

.user-menu:hover {
    background: #eaeaea;
    padding: 10px;
    cursor: pointer
}

/*
.doctor-result:hover{
    box-shadow: 0px 2px 4px rgba(31, 41, 55, 0.06), 0px 2px 4px rgba(100, 116, 139, 0.12);
    cursor: pointer;
}
*/
.video-info-container {
    height: calc(100vh - 350px);
    max-height: calc(100vh - 350px);
    overflow-y: auto;
}

.video-chat-container {
    height: calc(100vh - 370px);
    max-height: calc(100vh - 370px);
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0.10) 50%, rgba(225, 225, 225, 0.10) 50%, rgba(225, 225, 225, 0.10) 50%), url("/assets/images/chatbackground.jpeg") !important;
    overflow-y: auto;
    width: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.chat-message {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
    box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
}

.wholemedics-href:hover {
    cursor: pointer;
}

.video-call-buttons {
    padding: 15px !important;
    background: #f0f0f0 !important;
    border-radius: 5px !important;

}

.video-call-button-endcall {
    padding: 15px !important;
    background: red !important;
    border-radius: 5px !important;
}

.vertical {
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    margin: 15px !important
}