.blockUI.blockOverlay {
    z-index: 9998 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 9999 !important;
}

.hide {
    display: none!important;
}

#record-button-wrapper, #record-video-wrapper, #record-play-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}


#record, #play{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    /*border: 10px solid white;*/
    font-size: 16px;
    white-space: normal;
    cursor: pointer;
}


#record-border{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid white;
    position: absolute;
}

#record-text{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    white-space: normal;
    color: white;
}

#videobox {
    width: 200px;
    height: 200px;
    border-radius: 50%!important;
    background: black;
}

#thevideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%!important;
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}

#countdown{
    position: absolute;
    font-size: 30px;
    color: white;
    bottom: 0;
}

.btn-icon{
    font-size: 18px;
    position: absolute;
    margin: 0;
    top: 9px;
    left: 33px;
    transform: rotate(180deg);
}

#right-side-step-1{
    min-height: 360px;
}

@media (max-width: 1439px) {
    .btn-icon{
        left: 23px;
    }
}

@media (max-width: 1199px) {
    .btn-icon{
        opacity: 0;
    }

    .btn-recording-with-icon{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}

@media (max-width: 991px) {
    #record-border{
        width: 150px;
        height: 150px;
    }

    #record, #play{
        width: 120px;
        height: 120px;
    }

    #play{
        width: 160px;
        height: 160px;
    }

    #videobox {
        width: 150px;
        height: 150px;
    }

    #countdown{
        bottom: -30px;
        font-size: 20px;
    }

    #record-video-wrapper{
        position: relative;
        top: -9px;
    }
}