 


.performer-thumb {
    border: 1px solid;
    float: left;
    height: 120px;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat;
}
.container-fluid.online {
    padding-left: 5px;
    padding-right: 5px; 
}
.col-xs-6 {
    padding: 2px;
}
.performer-name {
    text-align: center;
    color: #FFF;
    margin-top: 44%;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    width: 100%;
}
a.performer-mode {
    width: 164px;
     display: block;
    margin: auto;
    text-align: center;
    height: 26px;
    color: #FFF;
    border-radius: 5px;
    line-height: 24px;
    background: linear-gradient(to bottom, #330135 0%,#640464 100%);
    color: #FFD400 !important;
    font-weight: bold;
    left: calc(50% - 82px);
    bottom: 6px;
    position: absolute;
}
a.performer-mode.busy {
    background: linear-gradient(to bottom, rgb(132, 0, 0) 0%,rgb(121, 0, 0) 100%);
}
a.performer-mode.voyeur {
    background: linear-gradient(to bottom, rgb(0, 16, 132) 0%,rgb(0, 4, 121) 100%);
}

a.anchor {
    color: #FFC8F6 !important;
    font-weight: bold;
    clear: both !important;
    height: 1px;
    display: block;
}


#messenger-iframe {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    z-index: 10000;
    top: 0;
    left:0;
    border: none;
    display: none;
}
 
div#search-button {
    width: 40px;
    height: 40px;
    z-index: 1000000;
    position: absolute;
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    right: 0;
    margin-right: 10px;
    margin-top: -55px;
    color: #e8e8e8;
}

#search-modal {
    margin-top: 50px;
}
h4.modal-title {
    color: #000;
}
div#switcher {
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 10000000;
}
div#up {
    position: absolute;
    z-index: 10000000;
    display: none;

}
div#down {
    position: absolute;
    right: 0;
    z-index: 10000000;
    display: none;

}

#switcher>div {

    background: black;

} 
.h-1 {
    height: 1% !important;
}
.slide {

    overflow: hidden;

}
.hidden{

    display: none;

}
span#toggle-layout {
    position: absolute;
    right: 0;
}
.col-12 .performer-name {
    margin-top: 50%;
    font-size: 24px;
    margin-bottom: 4px;
}
.col-12 a.performer-mode {
    height: 32px;
    padding-top: 3px;
    width: 200px;
    left: calc(50% - 100px);
}
.spinner {
    font-size: 25px;
    position: absolute;
    z-index: 100;
    display: none; 
    color: #FFF;
    text-shadow: 1px 1px 1px #000;    
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.spinner.loading {
    display: block;
}
.video-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-container.live::before {
    content: "LIVE";
    color: #ffffff;
    background-color: #ff000085;
    padding: 3px;
        padding-right: 3px;
        padding-left: 3px;
    border-radius: 4px;
    margin: 6px;
        margin-top: 6px;
    margin-top: 5px;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 10px;
}

.col-12 .video-container.live::before {

    padding-left: 40px;
    padding-right: 40px; 
    font-size: initial;
}
.video-container video{

    object-fit: cover;

}
