[v-cloak] {
    display: none;
}

body {
    padding: 0;
    margin: 0;
    /*background-image: linear-gradient(#999999, #B9B9B9, #E9E9E9);*/
    background-image: url(../image/bg2.png);
    background-size: 100%;
}

.header {
    color: #fff;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header > div {
    width: 215px;
    text-align: center;
}

.header .header-title {
    font-size: 28px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 3.33px;
    background: linear-gradient(to bottom, #00DCFF, #FFF 80%);
    -webkit-background-clip: text;
}

.line {
    width: 98%;
    height: 2px;
    /*background-color: #bebbbb;*/
    background-color: rgba(23, 148, 192, 0.3);
    border-radius: 5px;
    margin: 10px auto;
}

.content {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.content .room-item {
    color: #fff;
    width: 200px;
    height: 19vh;
    font-size: 14px;
    padding: 8px 12px;
    /*background-color: #636363;*/
    border-radius: 3px;
    margin: 10px;
    position: relative;
    background-image: linear-gradient(179deg, rgba(15, 38, 67, 0.40) 0%, rgba(7, 15, 34, 0.40) 49%, rgba(36, 109, 144, 0.40) 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-image: radial-gradient(#060B27, #1996A7, #00BFFF, #1996A7, #060B27) 10;
}

.content .room-item > div {
    margin-bottom: 2px;
}

.content .room-item .room-item-name {
    font-size: 16px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 3.33px; 
    background: linear-gradient(to bottom, #00DCFF, #FFF 80%);
    -webkit-background-clip: text;
}

.content .room-item .room-item-flag {
    width: 48px;
    font-size: 12px;
    text-align: center;
    padding: 1px 0;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    bottom: 6px;
}

.meeting-y {
    background-color: orangered;
}

.meeting-n {
    background-color: lightgreen;
}

.text-ell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.seamless-warp {
    height: 40%;
    overflow: hidden;
}
   
.roll { 
    max-height: 44%;
    overflow: auto; 
  /*   border:2px inset hsl(207deg 100% 50% / 38%); */  
} 

.roll::-webkit-scrollbar {
    display: none;
} 

.color-in {
    color:#ff4500; 
}
