#incomingVideoCallModal .modal-footer {
    justify-content: space-between !important;
 }
 #incomingVideoCallModal .modal-footer {
     text-align: center !important;
     margin-top: 0px !important;
 }
 #incomingVideoCallModal .modal-header {
     background-color: #3a3a3a !important;
     border-bottom: 1px solid #383838 !important;
 }
 #incomingVideoCallModal{
    font-size: 14px !important;
 }
 #incomingVideoCallModal button.close {
     background-color: #ffa542 !important;
     opacity: 1 !important;
     height: 42px !important;
     width: 42px !important;
 }
 #incomingVideoCallModal .modal-header {
     text-align: center !important;
 }
 #incomingVideoCallModal .modal-header {
     display: block !important;
     background-color: #3a3a3a !important;
     padding: 1rem 1rem !important;
     color: #fff !important;
     border-bottom: 1px solid #383838 !important;
     border-top-left-radius: calc(0.3rem - 1px) !important;
     border-top-right-radius: calc(0.3rem - 1px) !important;
 }
 
 #incomingVideoCallModal .modal-body {
     padding-bottom: 0px;
     position: relative !important;
     flex: 1 1 auto !important;
     padding: 4rem;
     padding-bottom: 0px !important;
 }

 .container-videocall {
    z-index: 99999999999999999999999999;
}

#localVideo video{
    width: 100% !important;
    height: 100% !important;
}

.live-show .your-cam .cam-status {
    z-index: 999999999999999999999999 !important;
}

.live-show .cam-show .cam-show-wrapper .current-show:after{
    top:20px;
    background-size: 100% auto;
}
.live-show .cam-show .cam-show-wrapper .current-show:before{
    top:20px;
    background-size: 100% auto;
}

.live-show .your-cam .cam-status.offline i {
    background: #2bfb75;
}

.container-videocall { overflow: auto !important; }

.live-show #conversation ol li{  
    text-align: left !important;
    padding-left: 10px !important;
}

@media only screen and (max-width: 1021px) {
    .live-show #coin_rain {
        position: absolute;
        z-index: 99999;
        width: 100%;
        top: 0px;
        left: 0;
        z-index:9999999999999999999999999999999999999999999 !important;
    }

    

    .live-show .your-cam .cam-status {
        right: 7px;
        top: 0px; 
    }

    .live-show .cam-show .cam-show-wrapper .current-show:after{
        top:20px;
        background-size: 100% auto;
    }
    .live-show .cam-show .cam-show-wrapper .current-show:before{
        top:20px;
        background-size: 100% auto;
    }


    .live-show .container{
        max-width:100%;
    }

    .live-show .your-cam {
        height: 118px;
        border: solid 1px #666;
        position: relative;
        background: #000;
        width: 157px;
        margin: 0 0 10px;
        position: fixed;
        right: 26px;
        top: 91px !important;
        z-index: 2323233;
    }

    .live-show #localVideo {
        background-color: black;
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        right: unset;
        margin: 0 auto;
        z-index: 999999;
        opacity: 0.9;
    }

    .live-show .cam-show .cam-show-wrapper .current-show .screen {
        left: -5px;
        top: 20px;
        width: calc(100% - 0px);
        overflow: hidden;
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show {
        height: auto; 
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show .screen {
        position: relative; 
        left: 0px;
        top: 0px;
        width: calc(100% - 0px);
        height: auto;
        overflow: hidden;
    }

    #localVideo video{
        width: 100% !important;
        height: auto !important;
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show video {
        width: 100% !important;
        height: 100% !important;
    }

    .live-show #remoteVideo {
        width: 690px;
        height: auto;
        max-height: unset;
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
        z-index: 9999;
        border-radius: 0;
        box-shadow: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 577px) and (max-width:767px) {
    .live-show .your-cam {
        position: fixed;
        right: 58px;
        top: 91px !important;
    }
    .live-show .your-cam span, .live-show .your-cam i {
        display: inline-block !important; 
   }
   .live-show h1, .live-show h4 {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .live-show h4{
        display: none;
    }

    .live-show .cam-show .cam-show-wrapper .current-show {
        height: auto;
        min-height: 300px;
    }
    .side-part{
        margin-bottom:80px;
    }
}



@media only screen and (max-width: 576px) {
    .live-show .container{
        max-width:100%;
    }
    .live-show h1{
        text-align: left;
    }
    .cam-status{
        display:none !important;
    }
    .live-show .your-cam span, .live-show .your-cam i {
        display:none !important; 
    }
    .live-show .your-cam {
        height: 74px !important;
        border: solid 1px #666;
        position: relative;
        background: #000;
        width: 94px !important;
        margin: 0 0 10px;
        position: fixed;
        right: 26px;
        top: 54px !important;
        z-index: 2323233;
    }
    .live-show .cam-show .cam-show-wrapper .current-show:after {
        content: "";
        display: block;
        width: calc(20% - 20px);
        height: calc(100% - 20px);
        background-image: url(../../img/courtain-right.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 99999;
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show .screen {
        left: -5px;
        top: 20px;
        width: calc(100% - 0px);
        overflow: hidden;
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show {
        height: auto; 
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show .screen {
        position: relative; 
        left: 0px;
        top: 0px;
        width: calc(100% - 0px);
        height: auto;
        overflow: hidden;
    }

    #localVideo video{
        width: 100% !important;
        height: auto !important;
    }
    
    .live-show .cam-show .cam-show-wrapper .current-show video {
        width: 100% !important;
        height: 100% !important;
    }

    .live-show #remoteVideo {
        width: 690px;
        height: auto;
        max-height: unset;
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
        z-index: 9999;
        border-radius: 0;
        box-shadow: none;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .live-show #localVideo {
        background-color: black;
        width: 100%;
        height: 100%;
        position: relative !important; 
        top: unset !important; 
        right: unset !important; 
        margin: 0 auto;
        z-index: 999999;
        opacity: 0.9;
    }
    
}

.live-show #conversation ol {
    overflow-x: hidden;
}

.live-show #endCallButton i {
    font-size: 2em !important 
}

.btn.btn-primary.agree{
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: #ffa542;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #000000;
    text-transform: uppercase;
    border: 1px solid #cfab84;
    max-width: 350px;
}
li.paid{
    font-size: 16px;
    display:flex;
    flex-direction: column;
}

.messageWaiting.popop {
    font-size: 13px;
    font-family: Lato,sans-serif;
}

.messageWaiting.popop {
    position: fixed;
    max-height: 600px;
    height: 0;
    bottom: 0px;
    max-width: 415px;
    width: 90vw;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    right: 20px;
    box-shadow: 1px 0px 17px 0px rgb(145 145 145 / 75%);
    -webkit-box-shadow: 1px 0px 17px 0px rgb(145 145 145 / 75%);
    -moz-box-shadow: 1px 0px 17px 0px rgba(145,145,145,0.75);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: 0.8s ease-in;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    z-index: 999;
    display: flex;
    align-items: flex-end;
}

.messageWaiting.popop .close {
    position: absolute;
    top: -13px;
    left: -14px;
    width: 30px;
    height: 30px;
    background-color: #febd01;
    border-radius: 100%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 7;
    font-size: 14px;
    font-family: Lato ,sans-serif;
    font-weight: bold;
    cursor: pointer;
    opacity: 1 !important;
}

.messageWaiting.popop .ctent {
    overflow: hidden;
    display: none;
}

.messageWaiting.popop .head {
    height: 80px;
    width: 100%;
    background-color: black;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.messageWaiting.popop .image-escort {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.messageWaiting.popop .image-escort img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.messageWaiting.popop .online {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    margin-top: 20px;
    align-self: flex-end;
    margin-bottom: 7px;
}

.messageWaiting.popop .user {
    font-family: Oswald,sans-serif;
    color: #ffbc00;
    font-size: 20px;
    margin-bottom: 0px;
}

.messageWaiting.popop .online-user {
    font-size: 12px;
    font-family: Lato,sans-serif;
}

.messageWaiting.popop .status-online {
    height: 10px;
    width: 10px;
    background-color: #35ff35;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
}

.messageWaiting.popop .logo {
    padding-bottom: 10px;
    align-self: flex-end;
}

.messageWaiting.popop .logo img {
    width: 150px;
    margin-right: 20px;
}

.messageWaiting.popop .content {
    background-color: #fff;
    padding: 10px;
}

.messageWaiting.popop .content {
    color: #000 !important;
}

.messageWaiting.popop .chat {
    min-height: 125px;
    height: 125px;
    overflow: hidden;
    margin-bottom: 20px;
}

.messageWaiting.popop .typing {
    text-align: center;
    font-family: Oswald,sans-serif;
    margin-top: 20px;
    font-size: 14px;
    margin-left: -40px;
}

.messageWaiting.popop .typing {
    text-align: center;
    font-family: Oswald,sans-serif;
    margin-top: 20px;
    font-size: 14px;
    margin-left: -40px;
}

.messageWaiting.popop .content {
    color: #000 !important;
}

.messageWaiting.popop .cssload-loader {
    width: 197px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-top: 20px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.messageWaiting.popop .chat ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    clear: both;
    float: right;
    max-width: 75%;
    font-family: Lato,sans-serif;
}

.messageWaiting.popop span.message {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lato,sans-serif;
}
.messageWaiting.popop span.message {
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffbc00;
    color: #fff;
    min-width: 120px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    font-family: Lato,sans-serif;
    font-size: 13px;
    transform: translateY(310%);
    line-height: 1.3;
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.messageWaiting.popop span.message:before {
    content: "";
    width: 0;
    height: 0;
    top: 0px;
    left: -8px;
    position: absolute;
    border-top: 8px solid #ffbc00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    font-family: Lato,sans-serif;
}

.messageWaiting.popop div.center {
    text-align: center !important;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #eee;
    padding-top: 11px;
    font-weight: bolder;
    font-family: Oswald,sans-serif !important;
}

.messageWaiting.popop input.yellow-button {
    background: #ffbc00 !important;
    color: #000000 !important;
    font-size: 18px;
    text-transform: uppercase;
    border: 0px solid #fff;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 12px !important;
    padding-bottom: 20px !important;
    border-radius: 5px !important;
    height: 50px !important;
    display: inline-block;
    width: 90%;
}

.btn.btn-block.btn-primary.plan{
    margin-top: 10px;
    display: inline-block;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 0;
    background: #fc0;
    border: 0px solid;
    background: linear-gradient(to bottom,#f90 0,#fc0 100%);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    margin-bottom: 20px;
}

.modal.modal-danger.chat{
    font-size: 16px;
    padding-right:0px !important;
}

.modal.modal-danger.chat .modal-content{
    padding-right:0px !important;
}

.modal.modal-danger.chat .modal-header{
   background-color: #000;
   color: #fff;
}

.modal.modal-danger.chat .close{
   float: right;
   font-size: 1.35rem;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: 1;
   padding: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   background: orange;
   font-size: 30px;
   background: orange;
}

.modal.modal-danger.chat h4.modal-title{
   float: left;
   position: absolute;
   font-size: 20px;
}

.modal.modal-danger.chat .modal-body{
   padding: 40px;
}

.modal.modal-danger.chat .modal-footer button{
    font-size: 16px;
    background: #ff2e2e;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.modal.modal-danger.chat a.btn.btn-primary{
    color: #000000;
    background: #fc0;
    background: linear-gradient(to bottom,#fc0 0,#f90 100%);
    border: 0px solid #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    transition: 0.5s ease-in-out;
}

.modal.modal-danger.chat a.btn.btn-primary:hover{
    color: #000000;
    background: #fc0;
    background: linear-gradient(to bottom,#f90 0,#fc0 100%);
    font-size: 18px;
    margin-top: 10px;
    border: 0px solid #fff;
    margin-bottom: 0px;
}
