/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.SELECTEDGROUP 
{
    background-color: #d6d6f5;
}

.ClassList,
.Collegesuggestions,
.Townsuggestions,
.EvalModelList
{
    background-color: #072f5296;
    width: 100%;

    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #FFF;
    border: none;

    letter-spacing: 1px;
    text-align: center;
    -webkit-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
            transform: translateY(-1em);
    margin-bottom: -1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1em;

}

.OneClass,
.OneCollegeSugest,
.OneTownSugest,
.OneEvalModelSuggest 
{
    width: 90%;
    color: #FFF;
    letter-spacing: 1px;
    color: #f7f150;
    border-top: 2px solid #3b71a2;
    font: 400 13.3333px Arial;
    padding: 5px;
    DISPLAY: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 28px;

}
.LEVELNAME,.CLASSNAME
{
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
}
.ClassInfos
{
    font-family: Message;
}
.COMPUTEREVALACTIVATED
{
    box-shadow: 0px 14px 10px -12px rgb(255 255 255);
    filter: drop-shadow(0px 1px 1px #0bff0094) drop-shadow(0px 2px 2px #0bff00) drop-shadow(0px 2px 4px #0bff00);
}
.OneStdInfo,.OneUserInfo

    {
        
        width: 100%;
        font-size: 15px;
        background-color: #00a196e8;
        line-height: unset;
      
        display: flex;
        margin-top: 7px;
        margin-bottom: 7px;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        
        color: #ffffff;
        border-radius: 6px;
        padding: 3px;
        padding-left: 8px;

        font-family: Message;
   
   

    
    }

    .CONNECTED
    {
        background-color: #07f98d;
        filter: drop-shadow(2px 2px 2px #00000042);
    }
    
    .DISCONNECTED
    {
        background-color:rgb(249, 69, 3);
    
    }

    .CONNEXIONSTATE

    {

        position: absolute;
        border-radius: 10px;
        width: 12px;
        height: 12px;
        top: 6px;
        left: 41;
    }

.button-41 
{
    min-width: 100%; 
    background-color: initial;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00D775), to(#00BD68));
    background-image: -o-linear-gradient(top, #00D775, #00BD68);
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #000000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 44px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
   
   
    z-index: 9;
    border: 0;
    gap: 7px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 1px 1px 4px rgb(255 255 255 / 70%), 1px 1px 1px rgb(255 255 255 / 70%);
}
  
  .button-41:hover {
    background: #00bd68;
  }

#AssistanceNotifDiv
{

}

.ActivButton
{
    background-color: #316695;
}

.ButtonInactiv
{
    background-color: #00172c;
}
#BOTTOMMENU
{

}
#OPNEDWALLINFOS
{

}
.showMenu 
{
   display:block;
}
#AddNewGroupButton
{
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: 1em;

}
.WAITING {
    height: 4px;
    width: 100%;
    --c:no-repeat linear-gradient(#6100ee 0 0);
    background: var(--c),var(--c),#d7b8fc;
    background-size: 60% 100%;
    -webkit-animation: l16 3s infinite;
            animation: l16 3s infinite;
  }
  @-webkit-keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
  }
  @keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
  }

.HideMenu 
{
   display: none;
}


.dropdown-content-5 {
    display: none;
    position: absolute;
    width: 30vw;
    z-index: 1001;
    top: 47px;
    background-color: #021a35d6;

    right: 0px;
}
#ToggleRightMenu
{
    overflow-y: auto;
    
    height: calc(100vh - 150px);

}


#ToggleRightMenu::-webkit-scrollbar 
{
  width: 2px;
  height: 2px;

              
}


#ToggleRightMenu::-webkit-scrollbar-track {
    border-radius: 2px;
      background: #606381;
      
  }

              
  #ToggleRightMenu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #606381;
    
  
  }
  
  #ToggleRightMenu::-webkit-scrollbar-thumb:window-inactive
  {
    background: #606381;
  }
.oneinfo 
{
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.FirstLine
{
    background-color: #f75e04;
    border-radius: 6px;
    color: #ffffff;
    font-size: 1.1em;
}

@font-face 
{
   font-family: Buttontxt;
   src: url("./fonts/Sunflower.ttf");
}
		
				@font-face 
{
   font-family: Message;
   src: url("./fonts/Metrophobic.ttf");
}
		
				@font-face 
{
   font-family: Title;
   src: url("./fonts/VulfSans.ttf");
}
	
.PROJECTTITLE
{
    background-color: #ff88006b;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1em;
    font-family: Title;
    font-size:1.3em;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10);
            backdrop-filter: blur(10);
}

.DemoSEANCETITLE,.SEQUENCETITLE
{
    background-color: #000d6521;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1em;
    font-family: Title;
    font-size:1em;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10);
            backdrop-filter: blur(10);
    margin-top: 0.5em;
}
.DemoElements
{
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    max-height: 350px;

}
@-webkit-keyframes GrayE
{

    0% {
        filter: grayscale(0%) blur(0px);
        -webkit-filter: grayscale(0%) blur(0px);
        -moz-filter: grayscale(0%) blur(0px);
    }

    100% {
        filter: grayscale(75%);
        -webkit-filter: grayscale(75%);
        -moz-filter: grayscale(75%);
    }
}
@keyframes GrayE
{

    0% {
        filter: grayscale(0%) blur(0px);
        -webkit-filter: grayscale(0%) blur(0px);
        -moz-filter: grayscale(0%) blur(0px);
    }

    100% {
        filter: grayscale(75%);
        -webkit-filter: grayscale(75%);
        -moz-filter: grayscale(75%);
    }
}
.LoaderBlock 
{

    pointer-events: none;

    -webkit-animation: GrayE 0.2s linear both;

            animation: GrayE 0.2s linear both;

}
.RessourceDemoContainer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -ms-flex-wrap: wrap; 
        flex-wrap: wrap; 
    gap:3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 8px;
}

.PROJECTDESCRIPTION
{
    margin-left: 2em;
    margin-top: 1em;
    font-family: 'Message';
    line-height: 1.9em;
    font-size: 1em;
}
.OneRessourceDemo
{
    width: 300px;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.RessourceDemoTitle
{
    font-family: 'Message';
    line-height: 1.5em;
    font-size: 1em;
    margin-bottom: 2.1em; 
    font-size: 1em; 
    max-height: 40px; 
    min-height: 40px; 
    padding-left: 5px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: unset;
}
.RessourceContainer
{
    width: 100%; 
    height: 300px; 
    border-radius: 6px;
    border: 2px solid #c5c6cd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.PROJECTSQUENCES
{
    margin-left: 2em;
    margin-top: 1em;
    border-top: 1.5px solid rgb(206, 215, 224);
   
}

.DEMOSEANCES
{
    
    margin-top: 1em;
}

.ONESEQUENCE
{
    margin-top: 0.5em;
}
.ONESEANCEDEMO
{
    margin-top: 0.5em;
    border-bottom: 2px solid  #c5c6cd; 
    padding-bottom: 40px;
    position: relative;
}
.ONEPROJECT
{
    border-bottom: 2px solid rgb(206, 215, 224);
    margin-top:1.5em ;
    padding: 1em;
    width: 95%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;

    background-color: rgb(255, 255, 255);

}

.CLASSDEMOCONTAINER
{
   
    margin-top:1.5em ;
    padding: 1em;
    width: 95%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;

    background-color: rgb(255, 255, 255);
    position: relative;

    min-height: calc(100vh - 98px);

}
.BOTTOMMENUClass
{
    
    
    bottom: 0px;
    width: 100vw;
    height: 47px;
    z-index: 10100;
    padding-left: 1em;
    padding-right: 1em;
   
   
    font-size: 1em;
    position: fixed;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    
    background-color: #002240a3;
    display: -ms-grid;
    display: grid;
        grid-template-areas:"home assistant suggestion quit";
    -ms-grid-columns: 40px 20px 40px 20px 2fr 20px 1fr;
    grid-template-columns: 40px 40px 2fr 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap:20px;
    
}
#ASSISTANCESUGGESTION
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap:7px;
    color: white;
    font-size: 0.9em;
}
#NotifierButton
{

}
#LeftPannelMenu
{
    min-height: 80px;
    position: fixed;
    z-index: 500;
    width: 40%; 
    -webkit-backdrop-filter: blur(5px); 
            backdrop-filter: blur(5px);
    display: block;
    background-color: #002240a3;
}

.teacher-containerSP 
{
    
    
    display: -webkit-box;
    
    
    display: -ms-flexbox;
    
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;

	
    padding-left: 1em;
}
.IllustrationSP
		{
            margin-top: 85px;
            padding:1em;
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
           
            background-color: #ffffff;
            border-radius: 6px;
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.16);
                    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.16);
		}
        .SIDE 
        {
           display: -webkit-box;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-orient: vertical;
           -webkit-box-direction: normal;
               -ms-flex-direction: column;
                   flex-direction: column;
           margin-top: 2em;
           
           width: 100%;
           margin-bottom: 100%;
        }
        #HomeViewID
        {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-bottom: 100%;
            overflow-y: hidden;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
        }
        .warpper{
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 60%;
          }
          #HelpersPanels
        {

        }
        .panels
{
    width:100%;
    height: 100vh;
   padding-bottom: 100%;
   padding-left: 15px;
   padding-right: 15px;
   margin-top: 15px;
 
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel
{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
		
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab
{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}
.Myradio{
    display:none;
  }		
  .InfoPannel
  {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px;
      
      border-radius: 6px;
      background: -o-radial-gradient(1.95em, 1.5em 6.28571em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, -o-radial-gradient(-0.45em, 1.5em 6.28571em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, -o-radial-gradient(2.99em, 2.3em 4.57143em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, -o-radial-gradient(-0.69em, 2.3em 4.57143em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, -o-radial-gradient(4.55em, 3.5em 6.28571em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, -o-radial-gradient(-1.05em, 3.5em 6.28571em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, -o-radial-gradient(#15ffa5, #00ced1);
      background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#15ffa5, #00ced1);
      background-color: mediumspringgreen;
      background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
      background-repeat: repeat;
  }	
  .Mypanel
{
  display:none;
  -webkit-animation: fadein .8s;
          animation: fadein .8s;
}  

.bodynormalsize {
    height: 100%;
    width: 100vw;
    position: fixed;
}
.bodyBackground 
{
    
    background: url(./images/stars.png) repeat top center,-webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(27, 120, 169, 1)), color-stop(75%, rgb(18 58 117)));
    
    background: url(./images/stars.png) repeat top center,-o-linear-gradient(bottom, rgba(27, 120, 169, 1) 5%, rgb(18 58 117) 75%);
    
    background: url(./images/stars.png) repeat top center,linear-gradient(0deg, rgba(27, 120, 169, 1) 5%, rgb(18 58 117) 75%);
    
}


body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-size: 100%;


    -webkit-box-orient: vertical;


    -webkit-box-direction: normal;


        -ms-flex-direction: column;


            flex-direction: column;




    overflow: hidden;
}

body {
    background: url(./images/Pbackground.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;


}

       
.containerGRID {  display: -ms-grid;  display: grid;
    -ms-grid-columns: 50% 0px 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows:40px 0px 40px;
    grid-template-rows:40px 40px ;
    gap: 0px 0px;
    grid-auto-flow: row;
        grid-template-areas:
      "icone1 icone3 ."
      "icone2 icone4 .";
  }
  
  .icone1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: icone1; }
  
  .icone2 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: icone2; }
  
  .icone3 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: icone3; }
  
  .icone4 { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: icone4; }
  
  .icone5 { grid-area: icone5; }
  
  .icone6 { grid-area: icone6; }
  
  .leftNotification {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    max-width: 100%;
    top: 0;
    left: -15;
    background-color: #003d61f5;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 10007;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);

}

.leftNotification a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.leftNotification a:hover {
    color: #f1f1f1;
}

.leftNotification .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
}
.ListOfHelper
{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000000;
    font-size: 1.2em;
    width: 55%;
    
    
    height: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.un-niveau {
    background-color: rgba(156, 208, 239, 0.8);
    width: 100%;

    margin-bottom: 12px;

    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.19);

            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.19);
    font-size: 0.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.Mytab{
    cursor: pointer;
    padding:10px 20px;
    margin:0px 2px;
    background:#000;
    display:inline-block;
    color:#fff;
    border-radius:3px 3px 0px 0px;
    -webkit-box-shadow: 0 0.5rem 0.8rem #00000080;
            box-shadow: 0 0.5rem 0.8rem #00000080;
  }
  
  
  @-webkit-keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  
  
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .message {
    font-family: Message;
    color: #1c1e27;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}		

  .header
		{
			font-family: Title;
			color: #1a237e;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14px;
		}

        .ButtonTxt
		{
			font-family: Buttontxt;
			color: #f94500;
    font-size: 21px;
    line-height: 31px;
			
		}
  
        #ExplainedFormat
        {
            margin-top: auto;
            margin-bottom: auto;
        }
        .TopModalWindowsBackground 
        {
            position: fixed;
            z-index: 100;
            background-color: rgba(0, 0, 0, 0.78);
            width: 100%;
            height: 100%;
            display: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-backdrop-filter:blur(2px);
                    backdrop-filter:blur(2px);
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            z-index: 1000;
            overflow-y: scroll;
            padding-bottom: 60px;
            padding-top:60px;
        }
        .TopModalWindowsBackground2 {
            position: fixed;
            z-index: 100;
            background-color: rgba(0, 0, 0, 0.72);
            width: 100%;
            height: 100%;

            display: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;

            -webkit-box-pack: center;

                -ms-flex-pack: center;

                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            z-index: 1000;
            overflow-y: scroll;
            padding-bottom: 60px;
            padding-top: 60px;
            padding-left: 5%;
            padding-right: 5%;
            backdrop-filter: blur(3px);
        }
        #OPNEDWALLINFOS
        {
            width: 100%;
           
            z-index: 200;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
           
            padding-bottom: 2px;
            
            
        }
        #WALLTYPEINFOContainer
        {
            background-color: #002240a3;
            width: 90vw;
            padding-left: 1em;
            -webkit-backdrop-filter: blur(10px);
                    backdrop-filter: blur(10px);
            color: #94a5b5;
            font-size: 0.82em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 5px;
            padding-right: 4em;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top: 2px solid rgb(43 64 84);
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
        #LEFTPART
        {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 50%;
            gap: 5px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        #RIGHTPART
        {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            gap: 5px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-left: auto;
        }
.sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1001;
            top: 0;
            right: 0;
            background-color: #003d61f5;
            overflow-x: hidden;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            padding-top: 60px;
            padding-bottom: 60px;
            max-width: 100%;
            z-index: 9999;
        }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .sidenav a:hover {
            color: #f1f1f1;
        }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            left: 0 px;
            font-size: 36px;
        }

        .sidenav .camList {
            position: absolute;
            top: 0;
            right: 0 px;
            width: 60%;
            background-color: aqua;
        }
           .PreviousPage 
           {
            height: 35px;
            align-items: center;
           
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
    
            color: aliceblue;
            font-size: 0.9em;
           
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin-left: 20px;

        }     
@media screen and (max-width: 600px) {
    .button-41
    {
       width: 100%;
       font-size: 13px;
       min-width: 100%;
    }
    #AssistanceNotifDiv
{
    width: 98vw;
}
    #WALLTYPEINFOContainer
    {
        min-width: 100vw;
    }
    #LEFTPART
    {
        min-width: 100vw;
    }
    #RIGHTPART
    {
        min-width: 100vw;
        margin-left: unset;
        border-top: 2px solid rgb(43 64 84);
    }
    

    .dropdown-content-5 
    {
        width: 100vw;
        right: 0;
        top: 8vh;
    }

    .TopModalWindowsBackground 
    {
        padding-bottom: 125px;
    }

    .TopModalWindowsBackground2 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 125px;
    }


    #HelpersPanels
    {
        padding-left: unset;
        padding-right: unset;
    }
    .warpper
            {
                width: 100%;
            }
    #HomeViewID
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .SIDE 
            {
                width: 100%;
            }

    .IllustrationSP
    {
        width: 100%;
    }

    .teacher-containerSP {
    
        width: 100%;
         height: 100vh;
        
     }
     .teacher-container>div 
     {
         -webkit-box-ordinal-group: 2;
             -ms-flex-order: 1;
                 order: 1;
     }
     
     .teacher-containerSP>div 
     {
         -webkit-box-ordinal-group: 2;
             -ms-flex-order: 1;
                 order: 1;
     }

    #LeftPannelMenu
            {
                display: none;
            }

    #NotifierButton
    {
        margin-left:20px;
    }

    #ASSISTANCESUGGESTION
    {
        font-size: 0.8em;
        padding-bottom: 3px;
        border-bottom: 1px solid rgb(75 197 255 / 46%);
        margin-bottom: 4px;
    }

    .BOTTOMMENUClass
    {
        gap:unset;
        -ms-grid-rows: auto unset auto;
            grid-template-areas:
        "suggestion suggestion suggestion suggestion "
        "home assistant assistant quit"  ;
        -ms-grid-columns: 40px unset 40px unset 40px unset  1fr;
        grid-template-columns: 40px 40px 40px  1fr;
       
        height: -webkit-fit-content;
       
        height: -moz-fit-content;
       
        height: fit-content;
    }

                
    #BOTTOMMENU
    {
        padding-bottom: 5px;
    }

}