* {
    margin: 0;
    padding: 0;
    font-family: Verdana;
}

body {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-image: radial-gradient(at bottom, lightblue, whitesmoke);
}

.loader > img {
    position: absolute;
}

.video {
    width: 70%;
    float: left;
    position: relative;
}

.video .video_cnt {
    position: absolute;
    left: 0;
    right: 7px;
    bottom: 0;
    top: 0;
}

.video_cnt iframe {
    width: 100%;
    height: 100%;
}

.chat {
    position: absolute;
    float: right;
    width: 30%;
    right: 0;
    top: 0;
    bottom: 75px;
}

.msg {
    height: 152px;
    left: 5px;
    right: 5px;
    top: 148px;
    bottom: 5px;
}

.label-checkbox-rules {
    font-size: 12px;
}

.label-checkbox-rules a {
    color: #FFF8DC;
}

#msg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    padding: 5px;
}

#msg-box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#t-box {
    position: absolute;
    padding: 5px;
    margin: 5px;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
    right: 10px;
    bottom: 10px;
    width: 350px;
    background-color: #312783;
    color: white;
    border-radius: 5px;
    font-size: 110%;
}

#t-box-min {
    position: absolute;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
    right: 50%;
    bottom: 50px;
    width: 250px;
    font-size: 20px;
    font-weight: bold;
    background-color: #312783;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    color: white;
    margin-right: -125px;
}

#t-box-min span {
    position: absolute;
    color: #312783;
    font-size: 16px;
    top: 10px;
    width: 95px;
    line-height: 1;
    border-radius: 50px 25px;
    border-top: 3px solid !important;
    padding: 7px;
    top: 0;
    border-bottom: 3px solid !important;
    background-color: white;
    border-left: 7px solid !important;
    right: 50px;
}

textarea {
    position: absolute;
    margin-top: 5px;
    resize: none;
    padding: 5px;
    border: none;
    box-shadow: 0 0 3px rgba(0, 0, 255, 0.5);
    border-radius: 0 0 3px 3px;
}

#t-box > div {
    text-align: center;
    padding-bottom: 2px;
    margin-bottom: 3px;
    font-weight: bold;
    border-bottom: 1px solid white;
}

#t-box button {
    position: absolute;
    right: 5px;
    top: 34px;
    width: 70px;
    height: 44px;
    background-color: white;
    border: 1px solid gray;
    box-shadow: 0 0 3px #312783;
    font-weight: bold;
    color: #312783;
}

#t-box .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid white;
    cursor: pointer;
}

#t-box .close:hover {
    background-color: white;
    color: #312783;

}

#t-box .close:after {
    content: "X";
}

.loader .date {
    color: #312783;
    font-size: 10px;
}

#t-box input {
    box-shadow: 0 0 3px rgba(0, 255, 0, 0.5);
    width: 50%;
    min-width: 45px;
}

#t-box .checkbox-rules {
    width: 7%;
    min-width: 0;
    padding-top: 5px;
}

.theme {
    position: absolute;
    left: 0;
    right: 0;
    font-weight: bold;
    color: #312783;
    background: unset;
    text-align: center;

}

#t-box .answer {
    padding: 20px;
    padding-top: 60px;
    border-bottom: none;
}

.date span {
    color: darkred;
    font-weight: bold;
    font-size: 300%;
}

.date {
    display: block;
    text-align: center;
    font-size: 10px;
    min-width: 300px;
    position: absolute;
    right: 0;
    left: 0;
}

#dragbar {
    background-color: #312783;
    height: 100%;
    float: right;
    width: 3px;
    cursor: col-resize;
    border-right: 2px solid white;
    border-left: 2px solid white;
    z-index: 10;
}

#ghostbar {
    width: 3px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: col-resize;
    z-index: 999;
    top: 0;
    bottom: 0;
}


.last_videos {
    position: absolute;
    left: 0;
    right: 0;
    padding: 1%;
    text-align: center;
}

.last_videos > div {

}

.last_videos > div > a {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 110px;
    overflow: hidden;
    padding: 5px;
    background-color: #06e3;
    text-align: center;
    border-radius: 20px;
}

.last_videos div > a > img {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: 150px;
    height: 110px;
    border-radius: 20px;
    background-color: white;
}

.last_videos div > a > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: left;
    background-color: #06ec;
    color: white;
    font-size: 10px;
    padding: 10px;
    displaY: none;
}

.last_videos div > a > svg {
    position: absolute;
    left: 3%;
    right: 3%;
    width: 94%;
}

.last_videos div > a:hover > span {
    display: block;
}