html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.mchat {
    border: 1px solid;
    color: rgb(150, 145, 161, 0.6);
}

img {
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

video {
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*
*
*/
a {
    color: inherit;
}

/*
*
*/
a:link {
    text-decoration: none;
}

/*
*
*/
a:visited {
    text-decoration: none;
}

/*
*
*/
a:hover {
    text-decoration: none;
}

/*
*
*/
a:active {
    text-decoration: none;
}

/*
 *
 */
.publicmessage {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    overflow: hidden;
}

/*
*
*/
.errormsg {
    z-index: 99;
    text-align: center;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*
*
*/
.entrance {
    position: absolute;
    text-align: center;
    overflow: hidden;
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*
*
*/
.imgInp {
    display: none;
}

/*
 *
 */
.history::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.history::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.history::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
 *
 */
.buttons {
    border: none;
    outline: none;
    background-image: linear-gradient(rgba(111, 22, 22), rgba(111, 22, 22));
    border-radius: 4px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

/*
 *
 */
.kickPrivateText {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/*
*
*/
.tText {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    text-align: center;
    border: none;
    background: none;
    outline: none;
    opacity: 1;
}

/*
*
*/
.checkboxtext {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: black;
}

/*
*
*/
.statustext {
    text-align: center;
    color: red;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/*
*
*/
._progress {
    display: block;
    margin-bottom: 20px;
    line-height: 20px;
    width: 200px;
    height: 20px;
}

/*
*
*/
._upload {
    text-align: center;
    width: 200px;
    height: 20px;
    color: yellow;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/*
 *
 */
.logintext {
    text-align: right;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/*
 *
 */
.login {
    border: 1px solid rgb(150, 145, 161, 0.6);
    border-radius: 6px;
    background: transparent;
}

/*
*
*/

.online {
    scrollbar-width: auto;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px;
    border: 5px solid rgba(19, 3, 59, 0.6);
    border-radius: 8px;
    background-color: #145af0;
}

.online::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.online::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.online::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/

.terms {
    scrollbar-width: auto;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px;
    border: 5px solid rgba(71, 10, 228, 0.6);
    border-radius: 8px;
    background-color: #030f2b;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #f0f0f0;
}

.terms::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.terms::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.terms::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/
.input {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*
*
*/
.textarea {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
}

/*
*
*/
.viewWebcam {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(243, 243, 247, 0.6);
}

/*
 *
 */
.viewWebcamTitle {
    margin: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
}

/*
 *
 */
.PMTitle {
    margin: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
}

/*
 *
 */
.PSTitle {
    margin: auto;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
}

/*
 *
 */
.mcWindow {
    overflow: hidden;
    border: 1px solid;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: linear-gradient(rgb(31, 42, 68, 1), rgba(24, 34, 56, 1));
}

/*
 *
 */
.mcerror {
    z-index: 99;
    position: absolute;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: linear-gradient(rgb(31, 42, 68, 1), rgba(24, 34, 56, 1));
}

/* background-image: linear-gradient(rgba(24, 34, 56), rgba(24, 34, 56)); */
/*
*
*/
.kick {
    border: none;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(10, 204, 91, 0.6);
}

/*
 *
 */
.Taskbar {
    background-color: transparent;
}

.TrayBG {
    background-color: brown;
    border-radius: 2px;
}

.TrayBGBlink {
    background-color: rgb(142, 221, 14);
    border-radius: 2px;
}

/*
 *
 */
.TitleText {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/*
 *
 */
.trayItems {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
}

/*
 *
 */
.hand:hover {
    opacity: .6;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
}

/*
 *
 */
.picker {
    border-radius: 4px;
    overflow: auto;
    outline: none;
    box-shadow: none;
    border: 1px solid;
    cursor: pointer;
}

/*
 *
 */
.picker:hover {
    opacity: .6;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/*
 *
 */

.combo {
    scrollbar-width: auto;
    word-wrap: break-word;
    border-radius: 4px;
    color: #f0f0f0;
    overflow: auto;
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(150, 145, 161, 0.6);
    background-color: rgba(11, 53, 96, 0.8);
    cursor: pointer;
}

.combo::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.combo::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.combo::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
 *
 */

.combo1 {
    scrollbar-width: auto;
    word-wrap: break-word;
    border-radius: 4px;
    color: #f0f0f0;
    overflow: auto;
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(150, 145, 161, 0.6);
    background-color: rgba(11, 53, 96, 0.8);
    font-size: 15px;
    cursor: pointer;
}

.combo1::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.combo1::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.combo1::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/
.combo::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.combo::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.combo::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

/*
*
*/
.settings {
    border-radius: 4px;
}

/*
*
*/
.combo::-webkit-scrollbar {
    display: none;
}

/*
 *
 */
.combo:hover {
    opacity: .6;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/*
 *
 */
.loadstatus {
    color: rgb(220, 194, 194);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 100%;
    top: 30%;
}

/*
*
*/
.tooltip {
    position: absolute;
    text-align: center;
    overflow: hidden;
    overflow-wrap: break-word;
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 5px;
    z-index: 1000;
    padding: 5px;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*
*
*/
.roomInfo {
    overflow: hidden;
    width: 412px;
    text-align: center;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*
*
*/
.settingsAV {
    left: 10px;
    z-index: 50;
    margin: 0 1em 1em 0;
    position: relative;
    top: 6px;
}

/*
*
*/
.AV {
    overflow: auto;
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 6px;
    z-index: 49;
    margin: 0 1em 1em 0;
    position: relative;
}

/*
*
*/
._Shape {
    border: 1px solid #fff;
}

/*
*
*/
.kickTabs {
    background-color: transparent;
}

/*
*
*/
.emo {
    padding: 12px;
    border-radius: 5px;
    z-index: 30;
    background-color: #1b222a;
    box-shadow: 0 0 10px 1px #392323;
}

/*
*
*/
.effe {
    padding: 12px;
    border-radius: 5px;
    z-index: 30;
    background-color: #1b222a;
    box-shadow: 0 0 10px 1px #392323
}

/*
*
*/
.Tabs {
    border: none;
    border-radius: 2px;
    background-color: #C8BCBC;
}

/*
*
*/
.TabsItemText {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

/*
*
*/
.SettingTabs {
    border: none;
    border-radius: 2px;
    background-color: #C8BCBC;
}

/*
*
*/
.SettingTabsItemText {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.settingPic {
    resize: none;
    border: none;
    outline: none;
    background: #442e2e;
}

/*
*
*/
.tab {
    resize: none;
    border: none;
    background: none;
    outline: none;
}

/*
*
*/
.tabButtonsU {
    text-align: center;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

/*
*
*/
.tabButtonsF {
    text-align: center;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

/*
*
*/
.tabButtonsI {
    text-align: center;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

/*
*
*/
.onlineUsers {
    overflow: auto;
    overflow-wrap: break-word;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background: transparent;
    padding: 1px;
    text-align: left;
    border: 1px solid white;
    background: none;
}

/*
*
*/
.UListText {
    text-align: center;
    border: none;
    background: none;
    outline: none;
}

/*
*
*/
.FListText {
    text-align: center;
    border: none;
    background: none;
    outline: none;
}

/*
*
*/
.IListText {
    text-align: center;
    border: none;
    background: none;
    outline: none;
}

/*
*
*/

.UList {
    scrollbar-width: auto;
    border: none;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    background: transparent;
}

.UList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.UList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.UList::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/
.UList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.UList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.UList::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

/*
*
*/

.FList {
    scrollbar-width: auto;
    border: none;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    background: transparent;
}

.FList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.FList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.FList::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/
.FList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.FList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.FList::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

/*
*
*/

.IList {
    scrollbar-width: auto;
    border: none;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    background: transparent;
}

.IList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.IList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.IList::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/
.IList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.IList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.IList::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

/*
*
*/
.iListtxt {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    margin: auto;
}

/*
*
*/
.uListtxt {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    margin: auto;
}

.RList {
    border: none;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    background: none;
    scrollbar-width: auto;
}

.RList::-webkit-scrollbar {
    width: 9px;
}

/*
*
*/
.RList::-webkit-scrollbar-track {
    background: transparent;
}

/*
*
*/
.RList::-webkit-scrollbar-thumb {
    background-color: rgba(177, 167, 167, 0.5);
    border-radius: 20px;
    border: none;
}

/*
*
*/
.rListtxt {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    margin: auto;
}

/*
*
*/
.userInfo {
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

/*
*
*/
.uInfo {
    text-align: center;
    color: #f0f0f0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

/*
*
*/
.slider {
    position: relative;
    width: 170px;
    height: 8px;
    z-index: 4;
}

/*
*
*/
.slider input[type="range"] {
    width: 20px;
    height: 20px;
    appearance: auto;
    background: transparent;
    z-index: 5;
}

/*
*
*/
.slider input::-webkit-slider-thumb {
    appearance: auto;
    background-color: #fff;
    border: 2px solid rgb(9, 205, 240);
    box-shadow: 0 0 1px #fff;
    border-radius: 50%;
}

/*
*
*/
.slider input::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

/*
*
*/
.slider progress {
    appearance: none;
    border-radius: 5px;
    overflow: hidden;
}

/*
*
*/
.slider progress::-webkit-progress-bar {
    background: #f0f0f0;
}

/*
*
*/
.slider progress::-webkit-progress-value {
    background: rgb(9, 205, 240);
}

/*
*
*/
.sliderValue {
    font-family: 'Google Sans Regular', serif;
    font-size: 14px;
    width: 28px;
    height: 20px;
    margin-left: 10px;
    text-align: center;
    color: #f0f0f0;
}

/*
*
*/
.hide {
    display: none;
}

/*
*
*/
.fade-in {
    animation: .9s fadeIn;
}

/*
*
*/
.fade-out {
    animation: 2s fadeOut;
}

/*
*
*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: .8;
    }
}

/*
*
*/
@keyframes fadeOut {
    from {
        opacity: .8;
    }

    to {
        opacity: 0;
    }
}

/*
*
*/
.cam {
    border: 1px solid;
    color: rgb(150, 145, 161, 0.6);
    border-radius: 6px;
}

.btn-primary {
    color: #ffffff;
    background: #115cfa;
    border: 1px solid #115cfa;
}

span.bullet {
    font-size: 20px;
    color: #051d50;
}

span.bull {
    font-size: 20px;
    color: #d30b0b;
}

span.cop {
    font-size: 12px;
    color: #d30b0b;
}

.meter {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    width: 210px;
    height: 6px;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.meter::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 6px;
    border-radius: 2px;
    background: linear-gradient(red, yellow, green);
}

.meter::-moz-range-thumb {
    width: 20px;
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(red, yellow, green);
}