@import url("../../../admin/exe/system/css/elements/central.css");
@import url("../../../admin/exe/system/css/forms/central.css");
@import url("../../../admin/exe/popup/css/central.css");
@import url("../../../admin/exe/system/css/errors/central.css");
@import url("../../../admin/exe/system/css/social/central.css");
@import url("../../../admin/exe/system/css/profile/central.css");




  
 
#allx {
    display: block;
    width: 60%;
    margin: 0 auto;
    position: relative;

}








#topmast2 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 65px;
    width: 100%;
    background: #FFF;

    position: relative;
    top: 0;
    z-index: 10;
    /*  */
    -webkit-border-bottom: 1px dotted #e6e6e6;
    -moz-border-bottom: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6; 
 
}




#topmast2 > div,
#topmast > div {
    min-height: 10px;
    /* background: #08BBD1; */
    padding: 0;
    width: 40%;
    /* min-width: 350px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#topmast2 > div:nth-child(1),
#topmast > div:nth-child(1) {
    display: flex;
    justify-content: flex-start;  
    padding: 0;
    width: 10%;
    min-width: 120px;
    min-height: 20px;
    /* background: #CCC; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topmast2 > div:nth-child(1) > a
#topmast > div:nth-child(1) > a {
    display: flex;
    justify-content: flex-start;  
    padding: 4px 0;
    min-height: 20px;
    font-size: 15px;
    color: #eaebae;
    /* background: #CCC; */
}

#topmast2 > div:nth-child(1) > span:nth-child(1),
#topmast > div:nth-child(1) > span:nth-child(1) {
    display: block;
    width: 0px;
    overflow: hidden;
    height: 70px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* menu trigger */
#topmast2 > div:nth-child(1) > span:nth-child(1) > a,
#topmast > div:nth-child(1) > span:nth-child(1) > a {
    display: grid;
    place-items: center;
    width: 55px;
    height: 70px;
    padding: 0;
    background: rgb(41, 41, 41);
    color: #dddaac;
    font-size: 18px;
}



#topmast2 > div:nth-child(1) > span:nth-child(1) > a:hover,
#topmast > div:nth-child(1) > span:nth-child(1) > a:hover { 
    background: -webkit-linear-gradient(to bottom right, #bea860, #ebdaa3);
    background: -moz-linear-gradient(to bottom right, #bea860, #ebdaa3);
    background: linear-gradient(to bottom right, #bea860, #ebdaa3);
    color: #2a220c; 
}


/* logo */
#topmast2 > div:nth-child(1) > span:nth-child(2),
#topmast > div:nth-child(1) > span:nth-child(2) {
    display: block;
    width: 320px;
    height: 40px;
    padding: 1em 0 0 0;
    /* background: rgb(41, 41, 41); */
}


  
#topmast2 > div:nth-child(1) > span:nth-child(2) > img,
#topmast > div:nth-child(1) > span:nth-child(2) > img {
    display: block;
    width: 110%;
    height: auto;
    padding: 0;
    position: relative;
    top: -5px;
    /* background: rgb(41, 41, 41); */
}



.padded {
    display: block;
    padding: 3em;
    min-height: 200px;
    background: rgb(245, 244, 244);
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.editforms {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 1.2em;
    /*  */
    -webkit-border-left: 1px dotted #CCC;
    -moz-border-left: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    /*  */
    -webkit-border-right: 1px dotted #CCC;
    -moz-border-right: 1px dotted #CCC;
    border-right: 1px dotted #CCC;

}


.dittitles {
    display: block;
    margin: 0 auto;
    width: 97%;

}
 

#ditbuttons {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
}


#ditbuttons > input[type=reset],
#ditbuttons > input[type=submit] {
    display: block;
    min-height: 10px;
    padding: 0.7em 1em;
    margin-right: 1em;
    outline: none;
    /*  */
    -webkit-border: 1px solid #888;
    -moz-border: 1px solid #888;
    border: 1px solid #888;
    font-family: 'cal';
    /*  */
    background: -webkit-linear-gradient(to bottom, #DDD, #FFF);
    background: -moz-linear-gradient(to bottom, #DDD, #FFF);
    background: linear-gradient(to bottom, #DDD, #FFF);
}


#ditbuttons > input[type=reset]:hover,
#ditbuttons > input[type=submit]:hover {
    display: block;
    color: #FFF;
    /*  */
    background: -webkit-linear-gradient(to bottom, #363b7b, #045f8d);
    background: -moz-linear-gradient(to bottom, #363b7b, #045f8d);
    background: linear-gradient(to bottom, #363b7b, #045f8d);

}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */


#topmast2 > div:nth-child(2),
#topmast > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;  
    padding: 1em 2em 0 0;
    min-height: 20px;
    /* background: rgb(77, 30, 30); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topmast2 > div:nth-child(2) > a,
#topmast > div:nth-child(2) > a {
    display: block;
    padding: 1em;
    min-height: 20px;
    color: rgb(123, 123, 123);
    border-bottom: 2px none solid;
    /* background: #CCC; */
    white-space: nowrap;
}

#topmast2 > div:nth-child(2) > a:hover,
#topmast > div:nth-child(2) > a:hover {
    border-bottom: 2px  solid;
    color: var(--red);
 
}

 


#topmast2 > div:nth-child(2) > a:nth-child(1),
#topmast > div:nth-child(2) > a:nth-child(1) {
    display: block;
    border-bottom: 5px #16a5b8 solid;
    color: #086da8;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#footer {
    display: block;
    min-height: 20px;
    max-height: 40px;
    padding: 1.5em 0;
    width: 100%;
    /* width: 105%; */
    margin: 0 auto;
    font-family: 'cal';
    /*  */
    -webkit-border-top: 1px dotted #2ca5b5;
    -moz-border-top: 1px dotted #2ca5b5;
    border-top: 1px dotted #2ca5b5;
    /*  */
    /* -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px -7px 2px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) 0px -7px 2px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px -7px 2px; */
    
}





#footer2 {
    display: block;
    min-height: 20px;
    max-height: 40px;
    padding: 1em 0;
    width: 100%;
    /* width: 105%; */
    margin: 0 auto;
    font-family: 'cal';
    position: relative;
    z-index: 15;
    /*  */
    -webkit-border-top: 1px dotted #DDD;
    -moz-border-top: 1px dotted #DDD;
    border-top: 1px dotted #DDD;
    /* background: #f5f5f5; */

    /*  */
    /* -webkit-background: linear-gradient(to bottom, #EEE, #FFF);
    -moz-background: linear-gradient(to bottom, #EEE, #FFF);
    background: linear-gradient(to bottom, #EEE, #FFF);     */
 
    
}



/* //////////////////////// */
#footer2 > div:nth-child(1),
#footer > div:nth-child(1) {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 1.5em;
    width: 100%;
    min-width: 600px;
    margin: 0 auto;
    color: rgb(100, 100, 100);
    font-family: 'cal';
    padding: 0;
    position: relative;
    top: -5px;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}



#footer2 > div:nth-child(1) > div:nth-child(1),
#footer > div:nth-child(1) > div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    padding-left: 0;
    padding-top: 0.2em;
    /* width: 90%; */
    width: 95%;
    color: #7e7e7e;
 
}


#footer2 > div:nth-child(1) > div:nth-child(1) > span,
#footer > div:nth-child(1) > div:nth-child(1) > span {
    display: block;
    padding: 0.6em 0 0 0;
 
}



#footer2 > div:nth-child(1) > div:nth-child(2),
#footer > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    /* width: 90%; */

 
}



#footer2 > div:nth-child(1) > div:nth-child(2) > a,
#footer > div:nth-child(1) > div:nth-child(2) > a {
    display: block;
    padding: 0.6em;
    font-size: 16px;
    /* width: 90%; */
    color: #3363f4;
 
}


/* xxxxxxxxxxxxxxxxxx */









 
/* //////////////////////// */
/* 2nd side */
#footer2 > div:nth-child(2),
#footer > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 70%;
 
    margin: 0 auto;
    color: rgb(100, 100, 100);
    font-family: 'cal';
    padding:  0;
}



/* 1st of 2nd */
#footer2 > div:nth-child(2) > div:nth-child(1),
#footer > div:nth-child(2) > div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    min-height: 20px;
    margin: 0;
    padding: 0 0 0 3em;
    text-align: left;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 20px;
    width: 40%;
}



#footer2 > div:nth-child(2) > div:nth-child(1) > span:nth-child(1),
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) {
    display: block;
    min-height: 100px;
}


#footer2 > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > a,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > a {
    display: block;
    color: #F2E3C2;
    font-size: 15px;
    padding: 0.7em 0;
}



#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > a:hover,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > a:hover,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > a:hover,
#footer > div:nth-child(1) > div:nth-child(2) > a:hover {
    color: #e399be;
 
}

/* //////////////////////// */
 
 

#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2),
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) {
    display: block;
    min-height: 100px;
}


#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > a,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > a {
    display: block;
    color: #c5c5b1c4;
    font-size: 15px;
    padding: 0.7em 0;
}






/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */



/* 2nd of 2nd */
#footer > div:nth-child(2) > div:nth-child(2) {
    display: block;
    min-height: 20px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    width: 50px;
    text-align: right;
}



#footer > div:nth-child(2) > div:nth-child(2) > img{
    display: block;
    width: 100%;
    height: auto;

}





#footer > div:nth-child(2) > div:nth-child(2) > form {
    display: block;
    padding: 4em 0 0 0;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
}


#footer > div:nth-child(2) > div:nth-child(2) > form > span {
    display: block;
    padding: 0 0 0.8em 0;
    text-align: right;
    font-family: 'cal';
    font-size: 14px;
}

#footer > div:nth-child(2) > div:nth-child(2) > form > div {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
    background: #373532;
    border: none;
  
}



#footer > div:nth-child(2) > div:nth-child(2) > form > div > input[type='text']{
    display: block;
    padding: 0;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    margin-right: 1em;
    width: 80%;
    color: #ebdcbd !important;
    font-family: 'cal';
 
}


#footer > div:nth-child(2) > div:nth-child(2) > form > div > input[type='submit']{
    display: block;
    padding: 0.6em 1em;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
    background: none;
    border: none; 
    /*  */
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    /*  */
    background: -webkit-linear-gradient(to bottom right, #c5a436, #ffe9a0);
    background: -moz-linear-gradient(to bottom right, #c5a436, #ffe9a0);
    background: linear-gradient(to bottom right, #c5a436, #ffe9a0);
 
}


/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */











/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */



#smalllogo {
    display: block;
    width: 80px;
    min-height: 30px;
    
}

#smalllogo > img {
    display: block;
    width: 100%;
    height: auto;
    
}

.backer {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100px;
    left: -15px;
    z-index: 4;

}

.backer > a {
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #222;
    /*  */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;    
    /*  */
    -webkit-border: #CCC 2px solid;
    -moz-border: #CCC 2px solid;
    border: #CCC 2px solid;
    /*  */
}



.backer > a:hover {
 
    background: #1c67f3;
    color: #FFF;
    /*  */
    -webkit-border: 1px dotted #1c67f3;
    -moz-border: 1px dotted #1c67f3;
    border: 1px dotted #1c67f3;
 
}


#loginscreen {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
 
    min-height: 700px;
    position: relative;
    z-index: 1;
    font-family: 'EncodeSans-CondensedThin';
}


#loginscreen > div > h3 {
    display: block;
    min-height: 10px;
    padding: 0.4em 0 0 0;
    margin: 0;
    color: #545ba4;
    font-family: 'EncodeSans-CondensedThin';
    /* font-family: 'PassionOne-Regular'; */
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 


#clogo > div {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 10px;
}

#clogo > div > a {
    display: grid;
    place-items: center;
    width: 100px;
    min-width: 100px;
    background: #fadc7b;
    height: 110px;
}

#clogo > div > a > img {
    display: block;
    width: 70%;
    height: auto;
}

#clogo > div > div {
    display: block;
    width: 10%;
    min-height: 10px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */







/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */


#unireg {
    display: grid;
    grid-template-columns:  1fr 1fr;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
  
}



#unireg > main:nth-child(1){
    display: block;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background: #c7e0db;
}



#unireg > main > span:nth-child(1) {
    display: block;
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

#unireg > main > span:nth-child(1) > img {
    display: block;
    height: auto;
    width: 100%;
    /*  */
    opacity: 0.8;
    filter: alpha(opacity=80);
 
}

#unireg > main > span:nth-child(2) {
    display: block;
    min-height: 20px;
    position: absolute;
    top: 40%;
    width: 40%;
    z-index: 2;
    padding: 2em;
}


#unireg > main > span:nth-child(2) > span:nth-child(1){
    display: block;
    min-height: 20px;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 33px;
}


#unireg > main > span:nth-child(2) > span:nth-child(3){
    display: block;
    min-height: 20px;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 33px;
}



#unireg > main > span:nth-child(2) > span > span {
    display: block;
    right: 0;
}


#unireg > main > span:nth-child(2) > span > span > span > a  {
    display: inline-block;
    margin-top: 1em;
    padding: 0.5em 1em;
    border: #c7e0db;
    color: #FFF;
    /*  */
    -webkit-border: 3px solid #EEE;
    -moz-border: 3px solid #EEE;
    border: 3px solid #EEE;
}


#unireg > main:nth-child(1) > span:nth-child(2) > span > span > span > a {
    color: #5c6a4d;
    /*  */
    -webkit-border: 3px solid #7b886d;
    -moz-border: 3px solid #7b886d;
    border: 3px solid #7b886d;
}




#unireg > main > span:nth-child(2) > span > span > span > a:hover {
    -webkit-background: linear-gradient(to bottom, #5288e5, #5288e5);
    -moz-background: linear-gradient(to bottom, #5288e5, #5288e5);
    background: linear-gradient(to bottom, #5288e5, #5288e5);
    /*  */
    -webkit-border: 3px solid #5288e5;
    -moz-border: 3px solid #5288e5;
    border: 3px solid #5288e5;
    color: #FFF;
}



#unireg > main:nth-child(1) > span:nth-child(2) {
    display: block;
    right: 0;
    text-align: right;
}






/* \\\\\\\\\\\\\\\\\\ */




#unireg > main:nth-child(2){
    display: block;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background: #2c564e;
    color: #FFF !important;
}



#unireg > main:nth-child(2) > span:nth-child(2) > span.title31 {
    color: #FFF !important;
}




#freeac {
    display: block;
    min-height: 200px;
    width: 50%;
    color: #daf7f1;
    text-align: center;
    position: absolute;
    z-index: 15;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#freeac > span:nth-child(1){
    display: block;
    min-height: 10px;
    text-align: center;
    font-size: 40px;
    color: #daf7f1;
    text-transform: capitalize;
}



#freeac > span:nth-child(2){
    display: block;
    min-height: 10px;
    text-align: center;
    font-size: 16px;
    color: #daf7f1;
    text-transform: capitalize;
    padding: 0.5em 0 0 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}



/* \\\\\\\\\\\\\\\\\\\\\\\\ */




#selectreg {
    display: block;
    width: 50%;
    margin: 2em auto;
    background: #f3fbff;
    min-height: 200px;
    overflow: hidden;
    /*  */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  
}









#selectreg > span:nth-child(1) {
    display: block;
    margin: 0;
    padding: 1em;
    
    color: #2a220c;
    min-height: 10px;
    text-transform: capitalize;
    font-size: 20px;
    width: 70% !important;
    margin: 0 auto;
 
}

/* \\\\\\\\\\\\\\\\\\\\\\ */


#selectreg > span:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    background: #067059;
    color: #2a220c;
    min-height: 10px;
    font-size: 20px;
      /*  */
      -webkit-box-shadow: rgba(17, 17, 26, 0.4) 0 0 33px;
      -moz-box-shadow: rgba(17, 17, 26, 0.4) 0 0 33px;
      box-shadow: rgba(17, 17, 26, 0.4) 0 0 33px;
 
}


#selectreg > span:nth-child(2) > a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    color: #2a220c;
    min-height: 220px;
}


#selectreg > span:nth-child(2) > a:hover {
  background: #086da8;   
}



#selectreg > span:nth-child(2) > a > span:nth-child(1) {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #2a220c;
    height: 300px;
    position: relative;
    z-index: 1;
    background: #111;
}


#selectreg > span:nth-child(2) > a > span:nth-child(1):hover {
    background: #62072a;
}



#selectreg > span:nth-child(2) > a > span:nth-child(1) > img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(to bottom, #fff, transparent);
    -moz-mask-image: linear-gradient(to bottom, #fff, transparent);
    mask-image: linear-gradient(to bottom, #fff, transparent);
 
}


#selectreg > span:nth-child(2) > a > span:nth-child(2) {
    display: block;
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    font-size: 16px;
    min-height: 10px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    font-family: 'cal';
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */




#intri {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
    opacity: 0.55;
	filter: alpha(opacity=55);
}


#intri > img {
    display: block;
    width: 100%;
    height: auto;
    /* opacity: 0.35;
	filter: alpha(opacity=35); */
    /*  */
    -webkit-mask-image: linear-gradient(to bottom right,  #fff, transparent, transparent);
    -moz-mask-image: linear-gradient(to bottom right,  #fff, transparent, transparent);
    mask-image: linear-gradient(to bottom right,  #fff, transparent, transparent);
 
}



.downer {
    padding-top: 0;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#tbars {
    display: block;
    min-height: 20px;
    padding: 5em 1em 1em 1em;
    background: #646464;
    color: #EEE;
    opacity: 0.55;
	filter: alpha(opacity=15);
}



#lister {
    display: block;
    min-height: 100vh;
    background: #DDD;
    opacity: 0.55;
	filter: alpha(opacity=15);

}


#lister > span {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 10px;
    border-bottom: 1px dotted #999;
}



#lister > span > span {
    display: block;
    min-height: 10px;
    padding: 1em;
    font-family: 'lato-H6';
}




#simmer {
    display: block;
    background: #475074;
    position: absolute;
    width: 100%;
    height: 100vh !important;
    z-index: 5 !important;
    top: 0;
    margin: 0;
    left: 0;
    /*  */
    opacity: 0.55;
	filter: alpha(opacity=55);
    -webkit-backdrop-filter: blur(180px);
    -moz-backdrop-filter: blur(180px);
    backdrop-filter: blur(100px);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */




#schoollist {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
}






/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */





/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */

#teachregistr {
    display: block;
    height: 100vh;
    padding:  6em 0 0 0;
    /* background: #9daaaf; */
    position: relative;
    z-index: 5;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#teacherentry {
    display: block;
    width: 30%;
    background: #FFF;
    margin: 4em auto 1em auto;
    padding: 0 0 1em 0;
    /*  */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


#teacherentry > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding: 1em;

    /*  */
    -webkit-border-bottom: 1px dotted #CCC;
    -moz-border-bottom: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    
}



#teacherentry > span:nth-child(1) > span:nth-child(1) {
    display: block;
 
    
}


#teacherentry > span:nth-child(1) > span:nth-child(1) > a {
    display: flex;
    justify-content: flex-start;
    padding: 0.4em 1em;
    color: #0039ca;
    /*  */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



#teacherentry > span:nth-child(1) > span:nth-child(1) > a:hover {
    background: #de0752;
    color: #FFF;
}





#teacherentry > span:nth-child(1) > span:nth-child(1) > a > span:nth-child(1) {
    display: grid;
    place-content: center;
    padding: 0 0.8em 0 0;
 
}


/* \\\\\\\\\\\\\\\\\\\\ */


#teacherentry > span:nth-child(2) {
    display: block;
    padding: 0.4em 0 0 0.4em;
    font-size: 40px;
    text-transform: capitalize !important;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 40px;
    width: 80%;
 
}




#teacherentry > span:nth-child(3) {
    display: block;
    padding: 1em;
    font-size: 16px;
    width: 80%;
    text-transform: capitalize !important;
    word-spacing: 2px;
    line-height: 20px;
 
}


#teacherentry > form {
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    width: 90%;
    max-height: 50px;
    margin: 4em auto 1em auto;
    /*  */
    -webkit-border: 2px solid #373532;
    -moz-border: 2px solid #373532;
    border: 2px solid #373532;
    text-transform: capitalize !important;
}



#teacherentry > form > input[type="text"] {
    display: block;
    padding: 1em;
    font-size: 16px;
    width: 80%;
    margin: 0;
    outline: none;
    /*  */
    -webkit-border: none;
    -moz-border: none;
    border: none;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 
}


#teacherentry > form > button {
    display: grid;
    place-items: center;
    background: #111;
    color:#f5f4f4;
    width: 35px;
    height: 32px;
    margin: 0.6em 0.6em 0 0;
    outline: none;
    border: none;
}



#teacherentry > form > button:hover {
 
    background: rgb(227, 41, 66);
 
}




/* xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxx */


#gotschoolcode {
    display: block;
    width: 95%;
    margin: 3em auto 0 auto;
    padding: 1em;
    background: #EEE;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.nots {
    display: block;
    min-height: 10px;
}




/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */




/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */


#schresults {
    display: block;
    min-height: 10px;
}


#schresults > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    text-transform: capitalize;
}


#schresults > span:nth-child(2) {
    display: block;
    min-height: 10px;
    text-transform: capitalize;
    font-size: 12px;
    color:#7b7b7b;
}






/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */

















/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */


#contents {
    display: block;
    min-height: 80vh;
    width: 100%;
    padding: 0 0 4em 0;
    position: relative;
}



/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */







#logtitle {
    display: block;
    margin: 0 auto;
    padding: 0 0 1em 0;
    text-align: left;
    font-family: 'helvetica1';
    font-size: 15px;
    color: #303030;
    font-weight: 900;
    letter-spacing: 6px;
    line-height: 20px;
  
    }
  


.formtitle,
#maincenter > div:nth-child(2) > span:nth-child(1) {
    display: block;
    min-height: 16px;
    
    margin: 0 auto;
    padding: 1em 0 0.3em 0;
    font-size: 25px;
    color: #222;
    font-family: 'firaSansbackItalic';
    border: none;
 
}






#adsense {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 15em 0 0 0;
  }
  
  
  
  
  #settings {
    display: block;
    margin: 1em 0 0 0;
    min-height: 20px;
    padding: 0.5em;
    /*  */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    /*  */
    -webkit-box-shadow: rgba(17, 17, 26, 0.20) 0 0 18px;
    -moz-box-shadow: rgba(17, 17, 26, 0.20) 0 0 18px;
    box-shadow: rgba(17, 17, 26, 0.20) 0 0 18px;
  }
  
  
  
  #settings > span:nth-child(1){
    display: block;
    padding: 0.5em;
    font-size: 16px;
    font-weight: 700;
    font-family: 'cal';
    /*  */
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
    /*  */
    -webkit-border: 1px dotted #CCC;
    -moz-border: 1px dotted #CCC;
    border: 1px dotted #CCC;
  }
  
  
  #settings > span:nth-child(2){
    display: block;
    padding: 0;
    /*  */
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 9 0 0 9px 9px;
    border-radius: 9 0 0 9px 9px;
    /*  */
    -webkit-border: 1px dotted #CCC;
    -moz-border: 1px dotted #CCC;
    border: 1px dotted #CCC;
  }
  
  
  
  #settings > span:nth-child(2) > span {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 0;
    /*  */
    -webkit-border: 1px dotted #CCC;
    -moz-border: 1px dotted #CCC;
    border: 1px dotted #CCC;
  }
  
  
  #settings > span:nth-child(2) > span > span:nth-child(1)  {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 0.7em;
    width: 30%;
   
  }
  
  
  #settings > span:nth-child(2) > span > span:nth-child(2)  {
    display: flex;
    justify-content: flex-end;
    min-height: 10px;
    padding: 0;
    width: 30%;
   
  }
  
  
  
  
  #settings > span:nth-child(2) > span > span:nth-child(2) > form {
    display: flex;
    justify-content: flex-end;
    min-height: 10px;
    padding: 0.4em 0.6em 0.2em 0;
   
   
  }
  
  
  #settings > span:nth-child(2) > span > span:nth-child(2) > form > button, 
  #settings > span:nth-child(2) > span > span:nth-child(2) > form > select {
    
    height: 30px;
    padding: 0.3em;
    min-width: 40px;
    margin-left: 0.4em;
   
  }
  
  #settings > span:nth-child(2) > span > span:nth-child(2) > form > button {
    display: grid;
    place-items: center;
    width: 30px;
    font-size: 16px;
    color: #888;
  }
  
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  
  #ucenter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    min-height: 100px;
    margin: 15% auto 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
   
    /* left: 50%;
    transform: translate(-50%, -50%);   */
  }
  
  
  
  
  #ucenter > div {
   display: block;
   min-height: 100px;
   width: 100%;
   padding: 0;
   margin: 0;
   background: #fafafa;
   position: relative;
   /*  */
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
  
  }
  
  
  
  #ucenter > div > span:nth-child(1) {
   display: block;
   height: 100px;
   padding: 1em;
  
  }
  
  #ucenter > div > span:nth-child(1) > span:nth-child(1) {
   display: block;
   height: 90px;
   width: 90px;
   /* border: 8px solid #EEE; */
   margin: 0 auto;
   overflow: hidden;
   position: relative;
   top: -30px;
   z-index: 5;
   /* xxxxxx */
   -webkit-border-radius: 200px;
   -moz-border-radius: 200px;
   border-radius: 200px;
  
  }
  
  
  #ucenter > div > span:nth-child(1) > span:nth-child(1) > img {
   display: block;
   height: auto;
   width: 100%;
  }
  
  
  #ucenter > div > span:nth-child(1) > span:nth-child(2) {
   display: block;
   min-height: 10px;
   width: 80% !important;
   margin: 0 auto;
   position: relative;
   top: -20px;
   color: #090909 !important;
   font-family: 'Comfortaa';
  
  
  }
  
  
  #ucenter > div > span:nth-child(1) > span:nth-child(2) > small {
    display: block;
    font-size: 13px;
    font-family: 'cal';
    font-weight: 100;
    color: var(--main);
  }
  
  
  /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
  
  
  #ucenter > div > span:nth-child(2) {
   display: flex;
   justify-content: flex-start;
   min-height: 10px;
   border-bottom: 1px dotted #4e4e4e;
  }
  
  
  
  #ucenter > div > span:nth-child(2) > span:nth-child(1) {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 50px;
   width: 16%;
   margin: 0 1.5em;
   font-size: 16px;
   /* min-width: 60px; */
   font-family: 'firaSans';
   color: #ec0c27;
   font-weight: 900;
   /*  */
   -webkit-border-bottom: #ff353a 4px solid;
   -moz-border-bottom: #ff353a 4px solid;
   border-bottom: #ff353a 4px solid;
   /*  */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
  }
  
  
  #ucenter > div > span:nth-child(1) > span:nth-child(2) {
   text-align: center;
   height: 40px;
   width: 10%;
   /* min-width: 60px; */
   color: #CCC;
   padding: 0.5em 0 0 0;
   font-weight: 800;
  
   /*  */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
  }
  
  
  #ucenter > div:nth-child(1) > span:nth-child(3) {
   display: flex;
   justify-content: space-between;
   min-height: 20px;
   padding:  1em 2em;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  #ucenter > div:nth-child(1) > span:nth-child(3) > a {
   display: grid;
   place-items: center;
   min-height: 20px;
   padding: 0;
   width: 50px;
   height: 45px;
   text-align: center;
   color: #5c6c72;
   font-size: 18px;
   /* border: 1px dotted #555; */
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
  }
  
  
  #ucenter > div:nth-child(1) > span:nth-child(3) > a:nth-child(3) {
   border: 2px solid #1d9aff;
   color:  #298bfb;
  
  }
  
  #ucenter > div:nth-child(1) > span:nth-child(3) > a:hover {
   background: #0f5b99;
   background: -webkit-linear-gradient(to bottom right, #6898ff, #1d9aff);
   background: -moz-linear-gradient(to bottom right, #6898ff, #1d9aff);
   background: linear-gradient(to bottom right, #6898ff, #1d9aff);
   color: #FFF;
   -webkit-box-shadow: rgb(9 26 189 / 25%) 0px 24px 25px, rgb(106 143 210 / 12%) 0px -12px 30px, rgb(63 145 215 / 12%) 0px 4px 6px, rgb(21 64 176 / 17%) 0px 12px 13px, rgb(7 57 213 / 9%) 0px -3px 5px;
   -moz-box-shadow: rgb(9 26 189 / 25%) 0px 24px 25px, rgb(106 143 210 / 12%) 0px -12px 30px, rgb(63 145 215 / 12%) 0px 4px 6px, rgb(21 64 176 / 17%) 0px 12px 13px, rgb(7 57 213 / 9%) 0px -3px 5px;
   box-shadow: rgb(9 26 189 / 25%) 0px 24px 25px, rgb(106 143 210 / 12%) 0px -12px 30px, rgb(63 145 215 / 12%) 0px 4px 6px, rgb(21 64 176 / 17%) 0px 12px 13px, rgb(7 57 213 / 9%) 0px -3px 5px;
  }
  
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  
  #ucenter > div:nth-child(2) {
   display: block;
   
   /* background: -webkit-linear-gradient(to bottom right, #515151, #333, #333, #333, #333, #333, #333, #3c3c3c);
   background: -moz-linear-gradient(to bottom right, #515151, #333, #333, #333, #333, #333, #333, #3c3c3c);
   background: linear-gradient(to bottom right, #515151, #333, #333, #333, #333, #333, #333, #3c3c3c); */
  }
  
  #ucenter > div:nth-child(2) > section:nth-child(1) {
  
   display: flex;
   justify-content: flex-start;
   margin: 0;
   padding: 0;
   width: 100%;
   min-height: 30px;
   /*  */
   -webkit-border-bottom: 1px dotted #CCC;
   -moz-border-bottom: 1px dotted #CCC;
   border-bottom: 1px dotted #CCC;
  }
  
  
  #ucenter > div:nth-child(2) > section:nth-child(1) > span:nth-child(1) {
   display: grid;
   place-items: center;
   margin: 0 0 0 1em;
   padding: 0;
   width: 40px;
   min-height: 60px;
   color: var(--red1);
   /*  */
   -webkit-border-bottom: 3px solid var(--red1);
   -moz-border-bottom: 3px solid var(--red1);
   border-bottom: 3px solid var(--red1);
  
  }
  
  
  
  #ucenter > div:nth-child(2) > section:nth-child(1) > span:nth-child(2) {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   margin: 0;
   padding: 0;
   width: 60%;
   min-height: 50px;
   color: #333;
   padding: 0 0 0 1em;
   font-family: 'EncodeSansCondensed-ExtraBold';
  }
  
  
  
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  
  
  #ucenter > div:nth-child(2) > section:nth-child(2) {
   display: block;
   margin: 0;
   padding: 0;
   width: 100%;
   min-height: 30px;
  }
  
  #ucenter > div:nth-child(2) > section:nth-child(2) > a {
   display: flex;
   justify-content: flex-start;
   margin: 0;
   padding: 0.5em;
   min-height: 30px;
   color: #999;
  
  }
  
   
  #ucenter > div:nth-child(2) > section:nth-child(2) > a:not(:last-child){ 
    border-bottom: 1px solid #c1dbef;
  }
   
  
  #ucenter > div:nth-child(2) > section:nth-child(2) > a:hover > span {
   color: #FFF !important;
  
  }
  
  
  
  #ucenter > div:nth-child(2) > section:nth-child(2) > a:hover {
      background: var(--red1);
      background: -webkit-linear-gradient(to bottom,  var(--red1), var(--lred));
      background: -moz-linear-gradient(to bottom,  var(--red1), var(--lred));
      background: linear-gradient(to bottom,  var(--red1), var(--lred));
      color: #FFF;
   }
  
  
  
  #ucenter > div:nth-child(2) > section:nth-child(2) > a > span:nth-child(1) {
   display: grid;
   place-items: center;
   margin: 0;
   width: 40px;
   padding: 0.5em;
   min-height: 30px;
  }
  
  
  #ucenter > div:nth-child(2) > section:nth-child(2) > a > span:nth-child(2) {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   margin: 0;
   width: 75%;
   padding: 0.5em;
   min-height: 30px;
  
   
  }
   
  
  
  
  
  #ucenter > div:nth-child(1) {
   display: block;
   min-height: 100px;
   width: 100%;
   padding: 0.7em;
   margin: 0;
   background: #d4d4d4;
   background: -webkit-linear-gradient(to bottom right, #fcfcfc, #efefef, #fffbfb);
   background: -moz-linear-gradient(to bottom right, #fcfcfc, #efefef, #fffbfb);
   background: linear-gradient(to bottom right, #fcfcfc, #efefef, #fffbfb);
   /*  */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   /*  */
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
    /*  */
    -webkit-box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
    -moz-box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
    box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
  }
  
  
  #ucenter > div:nth-child(1) > div {
   display: block;
   min-height: 230px;
   padding: 0;
   /* background: #e3eefb; */
   position: relative;
   /*  */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   /*  */
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
  }
  
  
  
  #ucenter > div:nth-child(1) > div > span:nth-child(1) {
   display: block;
   height: 160px;
   background: #cde6f6;
   position: relative;
   /*  */
   background: -webkit-linear-gradient(to bottom right, #FFF, #e0e9e9);
   background: -moz-linear-gradient(to bottom right, #FFF, #e0e9e9);
   background: linear-gradient(to bottom right, #FFF, #e0e9e9);
   /*  */
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   /*  */
   -webkit-box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
   -moz-box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
   box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
  }
  
  
  /* profile img  */
  #ucenter > div:nth-child(1) > div > span:nth-child(1) > span:nth-child(1) {
    display: block;
   height: 90px;
   width: 90px;
   /* border: 8px solid #EEE; */
   margin: 0 auto;
   overflow: hidden;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   top: -30px;
   /* xxxxxx */
   -webkit-border-radius: 200px;
   -moz-border-radius: 200px;
   border-radius: 200px;
  }
  
  
  
  
  #ucenter > div:nth-child(1) > div > span:nth-child(1) > span.shadowrightdown > img,
  #ucenter > div:nth-child(1) > div > span:nth-child(1) > img {
   display: block;
   height: auto;
   width: 100%;
  }
  
  
  #ucenter > div > span:nth-child(1) > div > span:nth-child(2) {
   display: block;
   min-height: 10px;
   width: 80% !important;
   margin: 0 auto;
   position: relative;
   top: -20px;

  }




  
#ucenter > div > span:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
    border-bottom: 1px dotted #4e4e4e;
   }
   
   
   
   #ucenter > div > span:nth-child(2) > span:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 16%;
    margin: 0 1.5em;
    font-size: 16px;
    /* min-width: 60px; */
    color: #726363;
    border-bottom: #099dff 1px solid;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }
   
   
   #ucenter > div > span:nth-child(1) > span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 10%;
    /* min-width: 60px; */
    color: rgb(89, 89, 89);
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }
   
   
   
   
   
   
   /* buttom */
   /* xxxxxxxxxxxxxxxxxxxxxxx */
   #ucenter > div:nth-child(1) > div > span:nth-child(2) {
    display: flex;
    justify-content: space-between;
    min-height: 20px;
    margin: 0.6em 0 0 0;
    padding: 0.5em;
    /*  */
    background: -webkit-linear-gradient(to bottom right, #FFF, #e0e9e9);
    background: -moz-linear-gradient(to bottom right, #FFF, #e0e9e9);
    background: linear-gradient(to bottom right, #FFF, #e0e9e9);
     /*  */
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
      /*  */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    /*  */
    -webkit-box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
    -moz-box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
    box-shadow: rgba(17, 17, 26, 0.10) 0 0 15px;
   }
   
   
   #ucenter > div:nth-child(1) > div > span:nth-child(2) > a {
    display: grid;
    place-items: center;
    min-height: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #5c6c72;
    font-size: 18px;
    /* border: 1px dotted #555; */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
   }
   
   #ucenter > div:nth-child(1) > div > span:nth-child(2) > a:nth-child(3) {
    border: 1px solid #698fdf;
    color:  #298bfb;
   
   }
   
   #ucenter > div:nth-child(1) > div > span:nth-child(2) > a:hover {
    background: #0f5b99;
    background: -webkit-linear-gradient(to bottom right,  #3a79ff, #0040ff);
    background: -moz-linear-gradient(to bottom right,  #3a79ff, #0040ff);
    background: linear-gradient(to bottom right,  #3a79ff, #0040ff);
    color: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   }
   
   
   
   /* xxxxxxxxxxxxxxxxxxxxxxxxx */
   /* xxxxxxxxxxxxxxxxxxxxxxxxx */
   /* xxxxxxxxxxxxxxxxxxxxxxxxx */
   
   #ucenter > div:nth-child(1),
   #ucenter > div:nth-child(2) {
     display: block;
     padding: 0.7em;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     /*  */
     border-top: 2px solid #e0eae9;
     border-left: 2px solid #ececec;
     border-bottom: 2px solid #FFF;
     border-right: 2px solid #ededed;
     /*  */
     background: -webkit-linear-gradient(to bottom right, #f8fdfd94, #f2f0f081, #f8fdfd86, #ebebeb79, #fff7f774, #ececec68, #f5f5f57b);
     background: -moz-linear-gradient(to bottom right, #f8fdfd94, #f2f0f081, #f8fdfd86, #ebebeb79, #fff7f774, #ececec68, #f5f5f57b);
     background: linear-gradient(to bottom right, #f8fdfd94, #f2f0f081, #f8fdfd86, #ebebeb79, #fff7f774, #ececec68, #f5f5f57b);
     /*  */
     -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 15px;
     -moz-box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 15px;
     box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 15px;
    }
   
   
   #ucenter > div:nth-child(2) > div {
    display: block;
    height: 230px;
    /*  */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*  */
    background: -webkit-linear-gradient(to bottom right, #368a87, #5aa07f, #4d8468);
    background: -moz-linear-gradient(to bottom right, #368a87, #5aa07f, #4d8468);
    background: linear-gradient(to bottom right, #368a87, #5aa07f, #4d8468);
   }
   
   
   
   #ucenter > div:nth-child(2) > div > section:nth-child(1) {
   
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgb(68, 68, 68);
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 30px;
    font-weight: 800;
    color: #d4deeb;
   }
   
   
   #ucenter > div:nth-child(2) > div > section:nth-child(1) > span:nth-child(1) {
    display: grid;
    place-items: center;
    margin: 0 0 0 1em;
    padding: 0;
    width: 40px;
    min-height: 40px;
    /*  */
    -webkit-border-bottom: 2px solid #a4ffdb;
    -moz-border-bottom: 2px solid #a4ffdb;
    border-bottom: 2px solid #a4ffdb;
   
   }
   
   
   
   #ucenter > div:nth-child(2) > div > section:nth-child(1) > span:nth-child(2) {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     margin: 0;
     padding: 0;
     width: 60%;
     min-height: 50px;
     color: #d4f3e3;
     padding: 0 0 0 1em;
     font-family: 'hightlight-4';
    
   }
   
   
   
   /* xxxxxxxxxxxxxxxxxxxxxxxxx */
   /* xxxxxxxxxxxxxxxxxxxxxxxxx */
   
   
   #ucenter > div:nth-child(2) > div > section:nth-child(2) {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 170px;
   
    overflow: hidden;
    overflow-y: scroll;
   }
   
   #ucenter > div:nth-child(2) > div > section:nth-child(2) > a {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0.3em 0;
    min-height: 30px;
    color: #e1f6f1;
    /*  */
    -webkit-border-bottom: 1px solid #53535355;
    -moz-border-bottom: 1px solid #53535355;
    border-bottom: 1px solid #53535355;
   }
   
   #ucenter > div:nth-child(2) > div > section:nth-child(2) > a:hover > span {
    color: #eeeeee !important;
    font-weight: 900;
   
   }
   
   
   #ucenter > div:nth-child(2) > div > section:nth-child(2) > a > span:nth-child(1) {
    display: grid;
    place-items: center;
    margin: 0;
    width: 40px;
    padding: 0.5em;
    min-height: 30px;
    
   }
   
   
   #ucenter > div:nth-child(2) > div > section:nth-child(2) > a > span:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 85%;
    padding: 0.5em;
    min-height: 30px;

   }
   
  


   #topmast {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 65px;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    z-index: 10;
    -webkit-border-bottom: 1px solid #30deb2;
    -moz-border-bottom: 1px solid #30deb2;
    border-bottom: 1px solid #30deb2;
}



 