.class_TheAbs.AbsContLogo {
    top: 100px;
    left: calc(50% - 200px);
    width: 300px;
    height: 100px;
    background: transparent;                                     
}
.class_TheRel.RelContLogo {
    margin-bottom: 200px;
    width: 300px;
    height: 100px;
    background: transparent;                                     
}
.class_TheRel.LeftWrapCSSLogo {
    width: 100px;
    height: 100%;        
    animation-name: spinlogo;
    animation-duration: 5s;
    animation-iteration-count: 2;
    animation-timing-function: linear; 
}
@keyframes spinlogo {
    from {transform:rotate(0deg);  }
    to   {transform:rotate(360deg);}
}
.class_RelFlex.RightWrapCSSLogo {
    font-family: var(--fontFamilyLato);
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: calc(100% - 100px);
    height: 100%;                                
    
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: black;
    text-shadow: none;  
    line-height: 0.9;
    letter-spacing: -1px;
}
.class_TheAbs.CircleLogo0 {
    top: 12px;
    left: 43px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 6px solid gainsboro;
    box-shadow: 0 0 0 1px gray;
    background: deeppink;
}
.class_TheAbs.CircleLogo1 {
    top: 44px;
    left: 59px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 6px solid gainsboro;
    box-shadow: 0 0 0 1px gray;
    background: LightSeaGreen;
}
.class_TheAbs.CircleLogo2 {
    top: 63px;
    left: 29px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 6px solid gainsboro;
    box-shadow: 0 0 0 1px gray;
    background: BlueViolet;
}
.class_TheAbs.CircleLogo3 {
    top: 31px;
    left: 13px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 6px solid gainsboro;
    box-shadow: 0 0 0 1px gray;
    background: orange;
}







.class_TheRel.TubeAQ {
    width: 100%;
    height: auto;
    
}
.class_TheRel.AdminListUsers {
    height: auto;
    width: 3800px;        
}
.class_TheRel.AdminBodyUsers {
    height: auto;
    width: 3800px;        
}
.class_AdminLine {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    width: auto;                    
}


.class_TheAbs.ArthurAdmin {
    padding-top: 20px;
    border: 40px solid LawnGreen;
    background: rgba(255,255,255,0.8);
    -moz-background: rgba(255,255,255,0.8);
    -webkit-background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: auto;
}
.class_RelFlex.AdminTop {
    flex-wrap: wrap;
    width: 100%;
    height: 130px;
    overflow: auto;
}
.class_RelFlex.AdminBottom {
    display: inline;
    padding: 20px;
    width: 100%;
    height: calc(100% - 130px);
    overflow: auto;
    
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: black;
    text-shadow: none;
}
.class_ButtonAdmin, .class_ListYTAdminButton {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    
    font-family: var(--fontFamilyPoppins);
    width: 170px;
    height: 50px;
    margin: 5px;
    padding: 0;
    border: 1px solid black;
    background: whitesmoke;
    border-radius: 4px;
    
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;
}
.class_ListYTAdminButton {
    width: 80px;
}

.class_AdminInput {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: 1px groove black;
    border-radius: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding-left: 5px;
    height: 30px;
    width: 100px;
    
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
    color: black;
    text-shadow: none;
}
.class_AdminSaveFloppy {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: center;
    align-items: center;
    justify-content: center;
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: 1px groove black;
    border-radius: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    color: black;
    text-shadow: none;              
}
.class_AdminSaveFloppy:hover {
    background: black;
    color: white;
}


