/************************************** StudentEssay ****************************************/
/************************************** StudentEssay ****************************************/
/************************************** StudentEssay ****************************************/
.class_TheAbs.WrapEssay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #fff, #c8c8c8, #e0e0e0);
    /************** BorderGradientYellowBlue ************************/
    border: 15px solid; 
    border-width: 15px;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #0045a5, #186de2 100%);
}
.class_TheAbs.WrapEdit {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #fff, #c8c8c8, #e0e0e0);
    /************** BorderGradientRed ************************/
    border: 15px solid; 
    border-width: 15px;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #ca1957, #e81957 100%);
}
.class_RelFlex.EssTopLine {
    width: 100%;
    height: 70px;
    background: lightsteelblue;
}
.class_RelFlex.NotesHeader {
    width: auto;
    height: 100%;
    padding-right: 20px;

    font-size: 36px;
    font-weight: lighter;
    text-align: left;
    color: darkblue;
    text-shadow: none;
}
.class_RelInput.NotesSearch {
    width: 150px;
    height: 40px;
    border-radius: 4px;

    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    color: darkblue;
    text-shadow: none;
}


.class_TheRel.EssayMsg {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    color: darkblue;
}
.class_TheRel.EssBody {
    cursor: cursor;
    width: 100%;
    height: calc(100% - 70px);
    overflow: auto;
}
.class_LineEssay {
    box-sizing: border-box;
    font-family: var(--fontFamilyOpenSans);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    padding-left: 105px;
    height: 40px;
    width: 300%;
    
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    color: black;
    text-shadow: none;
    white-space: nowrap; 
}
.class_LineEssay:hover {
    background: gray;
}
.class_EssayEdit, .class_EssayText {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    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: 40px;
    width: 40px;
    
    font-size: 30px;
    color: black;                                      
}
.class_EssayEdit {
    left: 45px;
}
.class_EssayEdit:hover, .class_EssayText:hover {
    color: white;
    background: blue;
}
.class_TheAbs.BodyEdit {
    font-family: var(--fontFamilyArvo);
    padding: 15px;
    width: 100%;
    height: 100%;
    background: whitesmoke;
    box-shadow: var(--shadowIndent);
    outline: none;
    cursor: cursor;
    
    font-size: 24px;
    font-weight: lighter;
    text-align: left;
    color: black;
    text-shadow: none;
    overflow: auto;
    resize: none;
}
.class_TheAbs.BodyEdit:hover, .class_TheAbs.BodyEdit:focus, .class_TheAbs.BodyEdit:active {
    outline: none;   
    cursor: cursor;
}
.class_RelButton.IconEssHeader {
    width: auto;
    height: 60px;
    padding-right: 20px;
    
    font-size: 36px;
    font-weight: lighter;
    text-align: left;
    color: black;
    text-shadow: none;
}
.class_RelButton.IconEssEdit {
    width: 60px;
    height: 60px;
}
/************************************** StudentEssay ****************************************/
/************************************** StudentEssay ****************************************/
/************************************** StudentEssay ****************************************/




/************************************** NewYouTube ****************************************/
/************************************** NewYouTube ****************************************/
/************************************** NewYouTube ****************************************/
.class_TheAbs.BasePT {
    box-shadow: var(--shadowButton);
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 16px;
    text-align: left;
}
.class_RelFlex.HeaderPT {
    justify-content: flex-start;
    padding-right: 30px;
    width: 180px;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
    color: white;
    text-shadow: none;
}
.class_RelFlex.HeaderPT:hover {
    background: black;
    color: white;
}
.class_AbsFlexCenter.HeaderEye {
    top: 0;
    left: calc(100% - 25px);
    width: 20px;
    height: 100%;
    font-size: 24px;
    color: white;
}
.class_AbsFlexCenter.HeaderEye:hover {
    color: cyan;
}
.class_RightFixed.FrameBBEye {
    top: 0;
    right: 6px;
    width: 60px;
    height: 60px;
}
.class_AbsFlexCenter.SpinSave {
    background: black;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
    color: white;
    text-shadow: none;
}
.class_AbsFlexCenter.ClockBlanket {
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
    font-size: 14px;
    text-align: center;  
    color: white;
}

.picRotate90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
  background-size: fill;
  object-fit: fill;
}
.picRotate180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
  background-size: fill;
  object-fit: fill;
}
.picRotate270 {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE 9 */
  -moz-transform: rotate(270deg); /* Firefox */
  -webkit-transform: rotate(270deg); /* Safari and Chrome */
  -o-transform: rotate(270deg); /* Opera */
  background-size: fill;
  object-fit: fill;
}
.picRotate360 {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg); /* IE 9 */
  -moz-transform: rotate(360deg); /* Firefox */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  -o-transform: rotate(360deg); /* Opera */
  background-size: fill;
  object-fit: fill;
}
.class_RightFixed.InstrClock {
    bottom: 0;
    right: 0;
    height: 50px;
    width: 250px;
    font-size: 14px;
    color: black;
}
.class_TheAbs.Thumb {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid Indigo;
    background: whitesmoke;
    z-index: 902;
}
.class_TheAbs.NewThumb {
    top: 100px;
    left: 50%;
    width: 500px;
    height: 380px;
    border: 8px solid black;
    background: lime;
}


.class_AbsFlexCenter.ContFile {
    background: gainsboro;      
}
.class_TheRel.WrapFile {
    padding: 50px;
    width: 700px;
    height: auto;
    max-width: 95%;
    border: 6px dashed gray;
    border-radius: 16px;
    background: white;
}
.class_RelFlex.RectOK {
    margin: 0;
    padding: 20px;
    width: 100%;
    height: auto;                 
}
.class_RelButton.FrameUploadFile {
    padding: 8px;
    margin: 8px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    background: transparent;
}
.class_RelButton.FrameUploadPics {
    padding: 8px;
    margin: 8px;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: none;
    background: transparent;
}
#id_FrameUserUploadFile:hover, #id_FrameUserUploadPics:hover {
    border: none;
    box-shadow: none;
    background: black;
}



.class_RelFlex.RectFormat {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.class_RelButton.FrameFormat {
    padding: 10px;
    margin-left: 12px;
    margin-right: 12px;
    width: 100px;
    height: 150px;
    border-radius: 8px;
    border: none;
    background: transparent;
}
.class_RelButton.SaveFormat {
    padding: 10px;
    margin-left: 12px;
    margin-right: 12px;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    border: none;
    background: transparent;
}
.class_RelButton.FrameFormat:hover, .class_RelButton.SaveFormat:hover {
    box-shadow: var(--shadowButton);
    background: gainsboro;
}
.class_RelFlex.CountSlides {
    font-family: var(--fontFamilyOpenSans);
    top: 0;
    padding-top: 10px;
    margin: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;  
}
.class_TheRel.WrapUpload {
    padding: 50px;
    width: 700px;
    height: auto;
    max-width: 95%;
    border: 6px dashed DarkOrange;
    border-radius: 16px;
    background: white;
}
.class_TheRel.WrapConvert {
    padding: 50px;
    width: 700px;
    height: auto;
    max-width: 95%;
    border: 6px dashed DodgerBlue;
    border-radius: 16px;
    background: white;
}
.class_RelFlex.LineFile {
    width: 100%;
    height: auto;
    text-align: center;                                 
}
.class_RelFlex.UpFile {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;  
    color: gray;     
    background: white;
}
.class_RelFlex.SelFile {
    width: 140px;
    height: 50px;
    background-color: black;
    border-radius: 12px;
    padding: 10px;
    border: none;

    font-size: 18px;
    font-weight: 500;
    text-align: center;  
    color: white;                      
}
.class_RelFlex.UploadFile {
    width: auto;
    height: 50px;
    background-color: DarkOrange;
    border-radius: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;

    font-size: 18px;
    text-align: center;  
    color: white;                      
}
.class_RelFlex.UploadPics {
    width: auto;
    height: 50px;
    background-color: DodgerBlue;
    border-radius: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;

    font-size: 18px;
    text-align: center;  
    color: white;                      
}
.class_RelFlex.ConvertToSlides {
    width: auto;
    height: 50px;
    background-color: DodgerBlue;
    border-radius: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;

    font-size: 18px;
    text-align: center;  
    color: white;           
}
.class_TheAbs.InputFile {
    left: -99999;
}
.class_RelFlex.SelFile:hover {
    background: darkblue;
    color: white;
}
.class_RelFlex.UploadFile:hover {
    background: darkblue;
    color: white;
}
.class_RelFlex.ConvertToSlides:hover {
    background: darkblue;
    color: white;
}
.class_RelFlex.UploadPics:hover {
    background: darkblue;
    color: white;
}
.class_TheAbs.WatermarkUploadFile {
    background: rgba(255,255,255,0.8);
}
.class_RelFlex.HeaderMark1 { 
    font-family: var(--fontFamilyOpenSans);
    width: 100%;
    height: 80px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: deeppink;
    text-shadow: none;   
    margin-top: 70px;
}
.class_RelFlex.HeaderMark2 { 
    font-family: var(--fontFamilyOpenSans);
    width: 100%;
    height: 200px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: deeppink;
    text-shadow: none;   
    margin-top: 0;
}
.class_RelFlex.CountFileUpload {
    font-family: var(--fontFamilyArvo);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: deeppink;
    text-shadow: none;    
    background: rgba(255, 20, 147,0.3);
    border: 12px solid deeppink;
}


.class_AbsFlexCenter.ContCenterBegin {
    flex-wrap: wrap;
}
.class_RelFlex.BoxCenterDivBegin {
    flex-wrap: wrap;
    padding: 15px;
    height: auto;
    width: 560px;
    max-height: 100%;
    max-width: 100%;
    background: whitesmoke;       
    border-radius: 12px;
    box-shadow:  var(--shadowButton);
    overflow: auto;
}
.class_RelFlex.MsgBegin {
    flex-wrap: wrap;
    font-family: var(--fontFamilyPoppins);
    width: 100%;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 12px;
    padding: 15px;
    
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: black;
    text-shadow: none;    
}
.class_TheRel.HeaderExistSlides {
    font-family: var(--fontFamilyPoppins);
    width: 100%;
    height: auto;
    
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: black;
    text-shadow: none;
}


.class_TheAbs.ResizeHandle {
    top: calc(100% - 20px);
    left: calc(100% - 20px);
    width: 20px;
    height: 20px;

    border: 1px solid DodgerBlue;
    background: DodgerBlue;
    box-shadow: none;
    outline: 4px solid DodgerBlue;
    border-radius: 1px;
    
}

.class_AbsFlexCenter.WrapSlides {
    width: 100%;
    height: 100%;
    border: 2px groove white;
    background: whitesmoke;
    overflow: auto;
}
.class_RightFixed.SlideLeft {
    top: calc(50% - 40px);
    left: 6px;
    width: 80px;
    height: 80px;
}
.class_RightFixed.SlideRight {
    top: calc(50% - 40px);
    left: calc(100% - 86px);
    width: 80px;
    height: 80px;
}


.class_TheAbs.TubeCont {
    top: 0;
    padding: 10px;
    left: calc(50% - 250px);
    width: 580px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}
.class_TheAbs.BoxPicFile {
    background: white;
    width: 100%;
    height: 100%;
    align-items: center;
    transition: width 0.5s, height 1s;
}
.class_TheAbs.BoxPicFile.AbsCenter {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    align-items: center;
    transition: width 0.5s, height 1s;
}
.class_PicFile {
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: fill;
}


.class_RelFlex.Tube0 {
    width: 100%;
    height: auto;       
    min-height: 30px;    
    background: transparent;
}
.class_RelFlex.Tube1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 80px;  
    padding: 5px;
    background: rgba(0,0,0,0.6);
}
.class_RelFlex.EndArrow {
    width: 60px;
    height: 50px;
    font-size: 44px;
    color: white;
}
.class_RelFlex.MidBody {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 120px);
    height: 100%;
    text-align: center;
}
.class_SpanNumSlide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    top: 0;
    left: 0;
    padding: 0;
    margin: 2px;
    width: 35px;  
    height: 26px;      
    border: 1px solid white;
    background: transparent;
    
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}
.class_RelFlex.EndArrow:hover {
    color: deeppink;
}
.class_SpanNumSlide:hover {
    border: 1px solid black;
    background: whitesmoke;
    color: black;
}
.class_SpanNumSlide.Active {
    background: var(--redPink);
    color: white;
}
.class_AbsSpan.OpenMaxSlides {
    font-family: var(--fontFamilyPoppins);
    position: relative;
    display: inline;
    float: left;
    top: 0;
    left: 0;
    padding: 200px;
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: blue;
    text-shadow: none;  
}
.class_RelButton.FormatSelected {
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.class_RelFlex.RectOpen {
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.class_AbsSpan.SlideNumbering {
    top: 0;
    left: calc(100% - 80px);
    width: 80px;
    height: 40px;
    background: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}
.class_AbsSpan.SlideNumbering.DisplaySize {
    top: 0;
    left: calc(100% - 380px);
    width: 380px;
    height: 40px;
    background: rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}
.class_RelButton.FrameSaveSlides {
    margin: 0;
    width: 80px;
    height: 80px;
}

.class_RelFlex.Tube2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    padding-bottom: 80px;
    width: 100%;
    height: auto;    
    background: rgba(0,0,0,0.6);
}
.class_TubeNumberA {
    font-family: var(--fontFamilyPoppins);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    
    width: 55px;
    height: 36px;
    margin: 5px;
    border-radius: 6px;
    border: 4px solid darkgray;
    background: transparent;
    
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: darkgray;
    text-shadow: none;  
}
.class_TubeNumberB {
    font-family: var(--fontFamilyPoppins);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    
    width: 55px;
    height: 36px;
    margin: 5px;
    border-radius: 6px;
    border: 4px solid darkgray;
    background: transparent;
    
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: darkgray;
    text-shadow: none;  
}
.class_TubeNumberB:hover, .class_TubeNumberA:hover {
    background: rgba(211, 211, 211, 0.6);
    color: black;
}
.class_TubeNumberA.Active {
    border: 4px solid darkgreen;
    background: lightgreen;
    color: darkgreen;
}
.class_TubeNumberB.Active {
    border: 4px solid saddlebrown;
    background: wheat;
    color: saddlebrown;
}

.class_RelFlex.LineFit {
    width: 100%;
    height: auto;
    padding: 10px;
}
.class_RelSpan.FitBoth, .class_RelSpan.FitNormal, .class_RelSpan.FitAuto {
    font-family: var(--fontFamilyPoppins);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: left;
    
    width: 100px;
    height: 50px;
    margin-left: 15px;
    border-radius: 6px;
    border: 4px solid black;
    background: gainsboro;

    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: black;
    text-shadow: none;  
}
.class_RelSpan.FitAuto {
    border: 4px solid #0063ff;
    background: LightCyan;
    color: #0063ff;
}
.class_RelSpan.FitAuto.FitManual {
    border: 4px solid #ff306a;
    background: MistyRose;
    color: #ff306a;
}
.class_RelSpan.FitAuto:hover, .class_RelSpan.FitNormal:hover, .class_RelSpan.FitBoth:hover {
    border: 4px solid black;
    background: black;
    color: white;
}
.class_TubeNumberA.Active:hover {
    border: 4px solid darkgreen;
    background: darkgreen;
    color: lightgreen;
}
.class_TubeNumberB.Active:hover {
    border: 4px solid saddlebrown;
    background: saddlebrown;
    color: wheat;
}
.class_RelSpan.TubeHiWi {
    font-family: var(--fontFamilyPoppins);
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 0;
    background: transparent;
    
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    color: white;
    text-shadow: none;  
}

.class_RelButton.IconTubeFrame {
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 6px;
}




.class_AbsFlexCenter.WrapUploadPics {
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#id_DropZonePics {
    font-family: var(--fontFamilyPoppins);
    top: 50px;
    left: 0;
    padding: 50px;
    width: 80%;
    height: 200px;
    border: 10px dashed gray;
    border-radius: 16px;
    background: white;
    
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;  
}
#id_DropZonePics.DragOver {
    border: 10px dashed blue;
}
#id_DropZonePics.Dropped {
    border: 10px dashed steelblue;
}

.class_TheAbs.UserInputPics {
    left: -99999;
}
.class_RelFlex.LineSaving {
    font-family: var(--fontFamilyPoppins);
    top: 40px;
    padding: 15px;
    margin: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: black;
    text-shadow: none;             
}
.class_RelFlex.MsgSaving {
    width: auto;
    height: 100%;
    margin-right: 10px;
    
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    color: black;
    text-shadow: none;   
}
.class_TheRel.PicPreview {
    top: 0;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: calc(100% - 440px);
    overflow: auto;
    
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: black;
    text-shadow: none;             
}
.class_RightFixed.FrameErrorOK {
    top: 300px;
    left: calc(50% - 150px);
    width: 120px;
    height: 120px;
}
.class_FrameThumb {
    position: relative;
    display: inline;
    float: left;
    
    width: 160px;
    height: 110px;
    border: 1px solid black;
    margin: 6px;
}
.class_PicThumb {
    position: relative;
    display: inline;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    background-size: contain;
    object-fit: contain;
    
}

.class_RightFixed.FrameSlideShowEditFolder {
    top: calc(100% - 70px);
    left: 0;
    padding: 0;
    width: 70px;
    height: 70px;
}
.class_RightFixed.FrameSlideShowEditFolder:hover {
    background: rgba(211, 211, 211, 0.6);
}
.class_RightFixed.FrameSlideAuto {
    top: calc(100% - 70px);
    left: 70px;
    padding: 0;
    width: 70px;
    height: 70px;
}
.class_RightFixed.FrameShowYellow {
    top: calc(100% - 70px);
    left: calc(100% - 140px);
    padding: 0;
    width: 70px;
    height: 70px;
}
.class_RightFixed.FrameSlideControlsX {
    top: calc(100% - 70px);
    left: calc(100% - 70px);
    padding: 0;
    width: 70px;
    height: 70px;
}
.class_RightFixed.FrameSlideControlsX:hover {
    background: rgba(211, 211, 211, 0.6);
}

.class_RightFixed.FrameSlideAuto:hover, .class_RightFixed.FrameShowYellow:hover {
    background: rgba(211, 211, 211, 0.6);
}

.class_RightFixed.FrameSlideShowX {
    top: calc(100% - 100px);
    left: calc(100% - 100px);
    padding: 10px;
    width: 100px;
    height: 100px;
}
.class_RightFixed.FrameSlideShowX:hover {
    background: rgba(211, 211, 211, 0.6);
}


.class_AbsSpan.MaxSlides {
    font-family: var(--fontFamilyPoppins);
    top: calc(100% - 30px);
    left: 5px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}


.class_TheAbs.WrapDashboard {
    width: 100%;
    height: 100%;
    background: whitesmoke;
    border: 15px solid whitesmoke;
}
.class_RelFlex.DashTop {
    padding: 5px;
    width: 100%;
    height: 60px;         
    border-bottom: 2px groove white;
}
.class_TheRel.DashBody {
    padding: 15px;
    width: 100%;
    height: calc(100% - 60px);      
    background: white;
    box-shadow: var(--shadowIndent);
    overflow: auto;
}
.class_RelButton.FrameDash {
    width: 60px;
    height: 60px;
}
.class_FrameSlideSetup {
    position: relative;
    display: inline;
    float: left;
    
    width: 130px;
    height: 90px;
    border: 1px solid black;
    margin: 6px;
}
.class_FrameSlideSetup.Resize0 {
    width: 130px;
    height: 90px;
}
.class_FrameSlideSetup.Resize1 {
    width: 260px;
    height: 180px;
}
.class_FrameSlideSetup.Resize2 {
    width: 520px;
    height: 360px;
}
.class_PreviewNumber {
    font-family: var(--fontFamilyPoppins);
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.6);
    
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}
.class_SetupChecked {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    
    background: rgba(0,0,0,0.6);
    border: 8px solid deeppink;
    font-size: 48px;
    font-weight: 600;
    color: deeppink;
    text-align: center;
}

.class_PicSlideSetup {
    position: relative;
    display: inline;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}
.class_DeleteSlideSetup {
    font-family: var(--fontFamilyPoppins);
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: left;
    
    top: 0;
    left: calc(100% - 30px);
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,0.6);

    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}
.class_AbsFlexCenter.SetupNumbering {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 40px;
    background: rgba(0,0,0,0.6);
    
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;  
}


















