.main>.main-width {
    position: initial;
    margin: auto;
    width: 700px;
    display: block;
    margin-top: 50px;
}

#messenger .second-td {
    background: rgba(126,205,225, 0);
    background: -moz-linear-gradient(-45deg, rgba(126,205,225,1) 0%, rgba(200,229,243,1) 24%, rgba(224,232,252,1) 47%, rgba(216,239,255,1) 72%, rgba(150,213,255,1) 99%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(126,205,225,1)), color-stop(24%,rgba(200,229,243,1)), color-stop(47%,rgba(224,232,252,1)), color-stop(72%,rgba(216,239,255,1)), color-stop(99%,rgba(150,213,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(126,205,225,1) 0%,rgba(200,229,243,1) 24%,rgba(224,232,252,1) 47%,rgba(216,239,255,1) 72%,rgba(150,213,255,1) 99%);
    background: -o-linear-gradient(-45deg, rgba(126,205,225,1) 0%,rgba(200,229,243,1) 24%,rgba(224,232,252,1) 47%,rgba(216,239,255,1) 72%,rgba(150,213,255,1) 99%);
    background: -ms-linear-gradient(-45deg, rgba(126,205,225,1) 0%,rgba(200,229,243,1) 24%,rgba(224,232,252,1) 47%,rgba(216,239,255,1) 72%,rgba(150,213,255,1) 99%);
    background: linear-gradient(135deg, rgba(126,205,225,1) 0%,rgba(200,229,243,1) 24%,rgba(224,232,252,1) 47%,rgba(216,239,255,1) 72%,rgba(150,213,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ecde1', endColorstr='#96d5ff',GradientType=1 );
}
#messenger .second-td {
    min-width: 200px;
}
#messenger #messages {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
#messenger #viewer-container {
    width: 100%;
    height: 100%;
    background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #111111 44%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    background: -webkit-linear-gradient(-45deg, #000000 0%,#111111 44%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: linear-gradient(135deg, #000000 0%,#111111 44%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=1 );
}
.main-width-resizer.ui-resizable>.ui-resizable-handle {
    height: 400px;
    margin-top: 60px;
}
.main-width-resizer {
    width: 700px;
    margin: auto;
    height: 10px;
    position: initial;
}
div#info {
    line-height: 55px;
}


#messenger #messages>div>li {
    display: block;
    box-shadow: 0px 1px 0 rgba(20, 27, 46, 0.6);
    clear: both;
    float: left;
    border-radius: 14px;
    padding: 2px 4px 2px;
    margin: 10px;
    border: 1px solid rgb(243, 131, 150);
    margin-top: -5px;
    margin-left: 10px !important;
}
#messenger #messages>div>li {
    display: block;
    box-shadow: 0px 1px 0 rgba(20, 27, 46, 0.6);
    clear: both;
    float: left;
    border-radius: 14px;
    padding: 2px 4px 2px;
    margin: 10px;
    margin-top: -5px;
    margin-left: 10px;
    background-color: rgb(243, 131, 150);
    border: 1px solid rgb(243, 131, 150);
    color: #000;
}
#messenger #messages>div>li.system {
    background-color: #8F0078 !important;
    color: #FFF700 !important;
    text-shadow: none !important;
}
#messenger #messages>div>li.system {
    margin: 10px 20px;
    border: none;
    padding: 4px 10px;
    border-radius: 14px;
    box-shadow: none;
    font-weight: normal;
    line-height: 14px;
    float: none;
    text-align: center;
}
#messenger #messages>div>li span.message-time {
    float: right;
    width: 50px;
    margin-right: -60px;
    font-size: 10px;
    color: #5B5B5B;
    margin-top: 4px;
    opacity: 0;
}
#messenger #messages>div>li.right-bubble span.message-time {
    float: left;
    margin-left: -55px;
}
#messenger #messages>div>li.right-bubble.vip span.message-time {
    margin-left: -100px;
}
#messenger #messages:hover .message-time {
    opacity: 1;
}

#messenger #messages > div > li.right-bubble {
    margin-right: 10px !important;
}

#messenger #messages > div > li.right-bubble {
    background-color: rgb(147, 203, 255) !important;
    border-color: rgb(147, 203, 255) !important;
    float: right !important;
}

#messenger #messages > div > li.right-bubble.vip-1 {
    background-color: #fbfdff !important;
    border-color: #b7b7b7 !important;
}
#messenger #messages > div > li.right-bubble.vip {
    max-width: 65%;
}
#messenger #messages > div > li.right-bubble.vip-2 {
    background-color: #c1f9ac !important;
    border-color: rgba(29, 101, 30, 0.19) !important;
}
#messenger #messages > div > li.right-bubble.vip-3 {
    background-color: #8f4ac6 !important;
    border-color: #8f4ac6 !important;
}


#messenger li.c.vip span.message-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top: -3px;
    margin-bottom: -9px;
    margin-left: -64px;
    margin-right: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF;
    padding-left: 34px;
    background-position: center -6px;
}

#messenger li.c.vip span.message-icon::after {
    content: "VIP";
}

#messenger li.c.vip.vip-3 span.message-icon {
    color: #72218a;
    background-image: url(../images/vip-3.png);
}
#messenger li.c.vip.vip-2 span.message-icon {
    color: #ad8d10;
    background-image: url(../images/vip-2.png);
}
#messenger li.c.vip.vip-1 span.message-icon {
    color: #868686;
    background-image: url(../images/vip-1.png);
}

#messenger #messages>div>li>div.bubble-pointer-chat {
    height: 20px;
    width: 20px;
    position: relative;
    overflow: hidden;
    margin-left: -21px;
    float: left;
}
#messenger #messages>div>li.right-bubble>div.bubble-pointer-chat {
    float: right;
    margin-right: -21px;
}
#messenger #messages>div>li.right-bubble.vip>div.bubble-pointer-chat {
    margin-top: 1px;
}
#messenger #messages>div>li>div.bubble-pointer-chat:after {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
    left: 75%;
    background-color: #f38396;
    background-size: cover;
    box-shadow: 1px 1px 0px rgba(84, 84, 84, 0.66);
}
#messenger #messages>div>li.right-bubble>div.bubble-pointer-chat:after {
    background-color: #93cbff;
    left: -75%;
}
#messenger #messages>div>li.right-bubble.vip.vip-1>div.bubble-pointer-chat:after {
    background-color: #FFF;
}
#messenger #messages>div>li.right-bubble.vip.vip-2>div.bubble-pointer-chat:after {
    background-color: #c1f9ac;
}
#messenger #messages>div>li.right-bubble.vip.vip-3>div.bubble-pointer-chat:after {
    background-color: #8f4ac6 !important;
}
#messenger #messages > div > li.right-bubble.vip-2 b {
    color: #ad8d10;
}
#messenger #messages > div > li.right-bubble.vip-3 b {
    color: #fef9ff;
}
#messenger li.c.vip.vip-3 .message-content {
    color: #FFF;
}

#messenger .smiley {
    width: 20px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
#messenger tr:nth-child(1) td:nth-child(1) {
    background-color: #262626;
    text-align: right;
    padding: 5px 10px;
}
#messenger tr:nth-child(1) td:nth-child(2) {
    background-color: #3f4345;
    padding: 5px 10px;
}
#messenger tr:nth-child(1) td {
    height: 46px;
}
div#thread-name {
    font-weight: bold;
}
 
 
.ui-resizable-handle.ui-resizable-s {
    display: none !important;
}
.video-thumb {
    background-color: #2d2d2d;
    height: 160px;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 214px;
    margin-left: 2px;
    margin-right: 2px;
    background-position: center center;
}
 

#messenger {
    display: none;
}

.oiplayer.video {
    height: 100% !important;
    width: 100% !important;
}

div.oipcontrols {
    width: 100% !important;
    background-image: none;
    background-color: #0000008a;
    z-index: 19;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    color: #FFF;
    max-width: initial;
    opacity: 0;
}
#viewer-container:hover div.oipcontrols {

    opacity: 1;
}
div.oipcontrols > div.progress {
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -4px;
    height: 4px;
    border-radius: 0;
    background-color: #00000052;
    overflow: initial;
}
div.oipcontrols div.progress div.oiprogress-push {
    width: 10px;
    height: 10px;
    top: -2px;
}
div.oipcontrols div.pos {
    width: 100%;
    height: 100%;
}
div.oipcontrols div.progress div.oiprogress {
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}
div.oipcontrols div.bar {
    height: 100%;
    left: 0;
    top: 0;
}
div.oipcontrols div.back {
    width: 100%;
    margin-right: 0;
    pointer-events: auto;
}
div.oipcontrols div.loaded {
    margin-right: 0;
    background-color: #afafaf;
    pointer-events: auto;
}
div.oipcontrols div.played {
    background-color: #f00;
    pointer-events: none;
}
div.oipcontrols div.pos a {
    background-color: #ff0000;
    width: 100%;
    height: 100% !important;
    float: left;
    display: block;
    padding: 0;
    color: transparent;
    border-radius: 50%;
    background-image: none !important;
    opacity: 0;
}
div.progress:hover div.pos a {
    opacity: 1;
}
div.oipcontrols > div.time, div.oipcontrols > div.timeleft {
    font-family: sans-serif;
}
div.oipcontrols div a::before {
    color: #FFF;
    font-size: 20px;
    line-height: 25px;
}
div.oipcontrols div.play a::before {
    content: "\f04b";
}
div.oipcontrols div.pause a::before {
    content: "\f04c";
}
div.oipcontrols a {
    height: 100% !important;
    color: transparent;
    padding: 0;
    background-image: none;
}
div.oipcontrols div.screen a {
    background-image: none;
}
div.oipcontrols div.screen a::before {
    content: "\f065";
}
div.oipcontrols div.sound a {
    background-image: none;
}
div.oipcontrols div.sound a::before {
    content: "\f028";
}
div.oipcontrols div.sound.muted a {
    background-image: none;
}
div.oipcontrols div.sound.muted a::before {
    content: "\f027";
}
div.oipcontrols div.play a {
    background-image: none;
}
div.oipcontrols div.pause a {
    background-image: none;
}
div.oiplayer.fullscreen > div.oipcontrols {
    margin-left: 0 !important;
}

video#video {
    width: 100% !important;
    height: 100% !important;
}
div.oiplayer > div.player {
    width: 100% !important;
    height: 100% !important;
}
div.oipcontrols > div.timeleft {
    left: 80px;
}
div.oipcontrols > div.timeleft::before {
    content: "/";
    margin-right: 5px;
}
.ui-resizable-e {
    height: 85%;
}
.ui-resizable-handle.ui-resizable-w {
    height: 240px !important;
}

#viewer-container:hover .video-controls .controls, #viewer-container:hover .video-controls .track {

    opacity: 1;
}

.video-name {
    font-size: 20px;
    font-weight: bold;
    text-shadow: -1px -1px #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.delete-button {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #00000042;
    cursor: pointer;
}
.delete-button:hover {
    background-color: #000;
}
.buy-subscription {
    width: 200px;
    display: block;
} 
.video-recover {
    white-space: initial;
    text-align: left; 
}

.video-thumb.dont-show {
    opacity: 0.2;
}

.video-thumb.dont-show {
    border: 1px solid #ffffff;
    display: none;
    opacity: 0.3;
} 

.video-thumb[data-muxed='yes'] .hq {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-image: url(../images/icon.hq.png?ee);
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
}
.x {
    position: absolute;
    z-index: 1;
    margin-left: -6px;
    margin-top: -6px;
}