.stethoscope {
    position: absolute;
    width: 70px;
    height: 70px;
    background-image:url("/img/stethoscope.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn-point {
    width: 70px;
    height: 28px;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 8px;
    font-size: 16px;
}
.btn-vol {
    font-size: 18px;
    margin: 10px;
    font-weight: bold;
    width: auto;
}
.vol-active {
    color: skyblue;
}
.vol-label {
    font-size: 14px;
    font-weight: bold;
}
.body-img {
    width: 500px;
    height: 400px;
    margin-bottom: 12px;
}

.body-img-container {
    width: 700px !important;
}

/* .btn-switch-body {
    z-index:1;
    height: 36px;
    width: 36px;
    float: right;
    position: absolute;
    bottom: 16px;
    background: url(../img/flip_body_icon_3.png) center no-repeat;
    background-size: 36px, 36px;
    right: 25px;
    top: 0px;
} */

#btn-case-top.btn-icon {
    position: unset;
    height: 64px;
    width: 64px;
    margin: 5px;
    background-size: 64px 64px;
    border: 0px;
}

.switch-disabled {
    background: url(../img/flip_body_icon_3.png) center no-repeat;
    filter: grayscale(100%);
    background-size: 36px, 36px;
}

.quiz-btn-switch-body {
    height: 24px;
    width: 24px;
    position: absolute;
    background: url(../img/flip_body_icon_3.png) center no-repeat;
    background-size: 24px, 24px;
    right: 0px;
    top: 0px;
}

.btn-switch-body.__fullscreen{
    height: 36px;
    width: 36px;
    float: right;
    clear: both;
}

.btn-switch-body-disabled {
    opacity: 0.4;
}

.btn-icon {
    height: 64px;
    width: 64px;
    margin: 5px;
    border: 0px;
}

.btn-heatmap-grey-icon {
    background: transparent url(../img/heatmap_grey_icon.png) center no-repeat;
    background-size: 64px, 64px;
}

.btn-heatmap-icon{
    background: transparent url(../img/heatmap_icon.png) center no-repeat;
    background-size: 64px, 64px;
}

.btn-switch-grey-icon {
    background: transparent url(../img/flip_body_icon_3.png) center no-repeat;
    background-size: 50px, 50px;
}

.aus-icon-switch_wrapper {
    display: block;
    width: 70px;
    z-index: 1;
    float: right;
    position: absolute;
    right: -50px;
}

/* .recommend_aus_content .aus-icon-switch_wrapper {
    right: -68px;
} */

.btn-heart-icon {
    background: transparent url(../img/heart_icon.png) center no-repeat;
    background-size: 64px, 64px;
}

.btn-pulse-icon {
    background: transparent url(../img/pulse_icon.png) center no-repeat;
    background-size: 50px, 50px;
    background-color: rgb(254, 228, 215);
    border-radius: 50%;
}

.btn-lung-icon {
    background: transparent url(../img/lung_icon.png) center no-repeat;
    background-size: 64px, 64px;
}

.btn-heart-grey-icon {
    background: transparent url(../img/heart_grey_icon.png) center no-repeat;
    background-size: 64px, 64px;
}

.btn-pulse-grey-icon {
    background: transparent url(../img/pulse_grey_icon.png) center no-repeat;
    background-size: 50px, 50px;
    background-color: rgb(202, 202, 202);
    border-radius: 50%;
}

.btn-lung-grey-icon {
    background: transparent url(../img/lung_grey_icon.png) center no-repeat;
    background-size: 64px, 64px;
}

.aus-fullscreen-on{
    background-color: #47B8E8;
    color: #fff;
    border-radius: 10px;
    width: 64px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.aus-fullscreen-off{
    position: relative;
    background-color: #47B8E8;
    color: #fff;
    border-radius: 10px;
    width: 150px;
    height: 60px;
    font-size: 23px;
    font-weight: bold;
    float: right;
    top: 2vh;
    right: 10px;
}
.btn-reload-icon {
    top: -6px;
    bottom: 1em;
    left: 5px;
    width: 10%;
    height: 100%;
    background: transparent url(../img/reload_icon_3.png) center no-repeat;
    background-size: 100% 100%;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 8px;
}
.btn-reload--fullscreen {
    background: transparent url(../img/reload_icon_3.png) center no-repeat;
    background-size: 30px;
}

.btn-reload-icon.btn-reload--fullscreen{
    position: absolute;
    float: left !important;
    clear: both;
    left: 10px;
    bottom: 10px;
    display:unset;
}

.btn-point:active {
    background-color: #47B8E8;
    border-color: #47B8E8;
    color: #fff;
}

.aus-img_wrapper.div_fullscreen{

    width: 100vw;
    /* height: calc(100vh - 60px); */
    display: inline-flex;
    margin-top: 2vh;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.exit-fullscreen-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
  
.fullscreen-msg{
    min-width: 30%;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.fullscreen-msg-title{
    word-break: keep-all !important;
    padding-bottom: 30px;
    padding-top: 20px;
    font-size: 32px;
    color: #47B8E8;
}

.fullscreen-btn{
    font-size: 32px;
    color:  #47B8E8;
}

.fullscreen-footer-wrapper{
    display: flex;
    padding-top: 15px;
    border-top: 2px solid rgb(134, 131, 131);
}

.fullscreen-btn-wrapper{
    width:50% !important;
}

.fullscreen-btn-wrapper.__ok{
    border-right: 1px solid rgb(134, 131, 131);
}

.fullscreen-btn-wrapper.__cancel{
    border-left: 1px solid rgb(134, 131, 131);
}

.aus_fullscreen_img.body-img{
    object-fit: contain !important;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1065px) {
    .aus-fullscreen-off {
        width: 90px;
        height: 40px;
        font-size: 14px;
    }
    /* .aus-img_wrapper.div_fullscreen{
        height: calc(100vh - 40px);
    } */
    .fullscreen-btn {
        font-size: 20px;
    }
    .fullscreen-msg-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 502px) {
    #btn-case-top.btn-icon {
        height: 34px;
        width: 34px;
        margin: 5px;
        background-size: 34px, 34px;
    }
    .btn-switch-body {
        top: 0px;
        right: 30px;
        width: 20px;
        height: 20px;
        background-size: 20px, 20px;
    }
    .btn-icon {
        height: 34px;
        width: 34px;
        margin: 5px;
        background-size: 34px, 34px;
    }
    .aus-icon-switch_wrapper {
        width: 50px;
        top: -9px;
        right: -20px;
    }
    /* .recommend_aus_content .aus-icon-switch_wrapper {
        right: -45px;
    } */
    .zoom{
        width: 44px;
        height: 30px;
        font-size: 9px;
        border-radius: 6px;
    }
    .fullscreen-btn {
        font-size: 10px;
    }
    .sound_list .sound_conts {
        padding: unset;
    }
    .fullscreen-msg-title {
        margin: 0px !important;
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .fullscreen-msg{
        padding: 5px;
    }
    .fullscreen-footer-wrapper {
        padding-top: 5px;        
    }

    .aus-fullscreen-off {
        width: 60px;
        height: 30px;
        font-size: 12px;
    }
    /* .aus-img_wrapper.div_fullscreen{
        height: calc(100vh - 30px);
    } */
}

@media (orientation:landscape) {
    .aus_fullscreen_img.bodyFrame{
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 320px) and (orientation:portrait){
    .btn-reload-icon.btn-reload--fullscreen{
        bottom: unset !important;
        top: calc(100vw + 100px) !important;
    }
}
@media only screen and (min-width: 322px) and (max-width: 400px) and (orientation:portrait){
    .btn-reload-icon.btn-reload--fullscreen{
        bottom: unset !important;
        top: calc(100vw + 50px) !important;
    }
}
@media only screen and (min-width: 402px) and (max-width: 812px) and (orientation:portrait){
    .btn-reload-icon.btn-reload--fullscreen{
        bottom: unset !important;
        top: calc(100vw + 10px) !important;
    }
}

@media (orientation:portrait) {
    .aus_fullscreen_img.bodyFrame{
        margin-left: auto;
        margin-right: auto;
    }
    .btn-reload-icon.btn-reload--fullscreen{
        bottom: 30px;
    }
}

/* The Modal (background) */
.pulse-modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 500px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.pulse-modal-content {
    background-color: rgb(200,200,200);
    margin: auto;
    padding: 20px;
    border: 1px solid rgb(73, 96, 146);
    border-radius: 25px;
    width: 80%;
    background-color:rgb(73, 96, 146, 0.6);
    color: white;
    max-width: 400px;
}

.pulse_btn_close {
    padding: 5px;
    color: white;
    border: 2px solid white;
    width: 60px;
    font-weight: 500;
}

.pulse_checkbox {
    outline: 1px solid white;
}

.pulse_checkbox_label {
    font-size: 14px;
    font-weight: 500;
}

.pulse-modal-content p{
    word-break: break-word !important;
    font-weight: 500;
}

.sound_conts_open .offline_switch_wrapper{
    position: absolute !important;
    right: -20px;
    bottom: unset!important;
}
.offline_switch_wrapper .switch.btn-xs {
    min-width: 93px !important;
    min-height: 28px !important;
}

.username_input, .password_input {
    margin: auto !important;
    display: block;
    width: 60%;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.red_border {
    border-color: red !important;
}

#close_user_input, #close_pass_input {
    position: absolute;
    font-weight: bold;
    top: 0;
    right: 10px;
    font-size: 18px;
    padding: 5px;
}

.checkingcontainer {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 55vh;
    padding-bottom: 10px;
}

.iframe-container {
    position: relative;
    -webkit-transform: scale(0.55);
    -webkit-transform-origin: 0 0;
    width: 191%;
    height: 175%;
    overflow: hidden;
    margin-bottom: -85%;
    aspect-ratio: 4/3;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 825px) and (orientation:portrait){
    .iframe-container {
        width: 135%;
        margin-bottom: -40%;
        -webkit-transform: scale(0.57);
        -webkit-transform-origin: 0 0;
        overflow: unset;
        height: 150%;
    }

    .iframe-responsive {
        -moz-transform: scale(0.6);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.8);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1.3);
        -webkit-transform-origin: 0 0;
        max-width: 100%;
        width: 100%;
        position: absolute;
    }

    .checkingcontainer {
        margin-top: -70px;
        height: 40vh;
        padding-bottom: unset;
        margin-bottom: -15px;
    }

    .sound_conts_open .offline_switch_wrapper{
        position: absolute !important;
        right: 0px !important;
        bottom: unset !important;
    }
}

.input-wrapper {
    display: flex;
}

.input-label {
    width: 25%;
    padding-right: 10px;
    text-align: right; 
    color: #111; 
    font-size:20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.red-border {
    border-color: red !important;
}

.reshare {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #47B8E8;
}