@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");
@import url("../../../admin/exe/system/css/template.css");
@import url("../../../admin/exe/notes/css/central.css");
  

body {
    display: block;
    background: #FFF;
}




#overall {
    display: block;
    min-height: 100vh;
    width: 100%;
    background: #c2d7f2;
    background: #FFF;
    
}

#overalls {
    display: block;
    min-height: 100vh;
    width: 100%;
    background: #FFF;
    padding: 1em 0;
    
}




.predes {
    display: block;
    min-height: 10px;
    padding: 0 0 1em 0;
    font-family: 'interLightbeta';
    font-size: 13px;
    color: #222;
}



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


#allx2 {
    display: block;
    width: 60%;
    margin: 0 auto;
}

 

#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; 
 
}



.cancel {
    padding: 0 !important;
} 

.conpressed {
    width: 82% !important;
    margin: 0 auto;
}

#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: 70px;
    /* 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: 120px;
    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: 60%;
    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 > button,
.changepas > form > input[type=submit],
#ditbuttons > input[type=reset],
#ditbuttons > input[type=submit] {
    display: grid;
    place-items: center;
    min-height: 10px;
    padding: 0 1em;
    margin-right: 1em;
    outline: none;
    font-family: 'cal';
    /*  */
    background: #0069fc;
    color: #FFF;
    width: 20%;
    font-size: 16px;
    font-family: 'intermedium';
    border: none;
    outline: none;
    min-height: 45px;
    /* --------------------------- */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

#ditbuttons > button:hover,
.changepas > form > input[type=submit]:hover,
#ditbuttons > input[type=reset]:hover,
#ditbuttons > input[type=submit]:hover {
    display: block;
    color: #FFF;
    /*  */
    background: -webkit-linear-gradient(to bottom, #0bb661, #19bb6a);
    background: -moz-linear-gradient(to bottom, #0bb661, #19bb6a);
    background: linear-gradient(to bottom, #0bb661, #19bb6a);

}



.changepas > form > div > label {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #999;
    font-family: 'cal';
    transform: translateY(-30px);
    -webkit-appearance: none;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */




.prepareforpasschange {
    display: block;
    min-height: 10px;
    width: 90%;
    margin: 0 auto;
}



.prepareforpasschange > span:nth-child(1) {
    display: block;
    min-height: 10px;
    text-align: center;
    font-size: 40px;
    font-family: 'interbold';
    text-align: center;
}

.prepareforpasschange > span:nth-child(2) {
    display: block;
    min-height: 10px;
    text-align: center;
    font-size: 13px;
    padding: 0.5em 0 0 0;
    width: 60%;
    margin: 0 auto;
}




.prepareforpasschange > small {
    display: block;
    min-height: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: 'interLightbeta';
    font-size: 11px;
    color: #777;
    line-height: 14px;
    padding: 3em 0 0 0;
}



.prepareforpasschange > form {
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 2em 0;
}


.prepareforpasschange > form > input[type="text"] {
     
    display: block;
    min-height: 10px;
    margin: 0 0 0.4em 0;
    padding: 0.2em 0.9em;
    font-size: 35px;
    font-family: 'interbold';
    font-weight: 900;
    letter-spacing: 0px;
    width: 100%;
    outline: none;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: none;
    color: #141414;
    /* ------------------------------ */
    border-top: 1px solid #c3e2fe;
    border-left: 1px solid #badfe5;
    border-right: 1px solid #626b75;
    border-bottom: 1px solid #697687;
    /* ------------------------------ */
    background: -webkit-linear-gradient(to bottom, #efefef, #e4e4e6);
    background: -moz-linear-gradient(to bottom, #efefef, #e4e4e6);
    background: linear-gradient(to bottom, #efefef, #e4e4e6);
    /* ------------------------------ */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* ------------------------------ */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* ------------------------------ */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    /* ------------------------------ */
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) -6px 7px 0px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) -6px 7px 0px;
    box-shadow: rgba(17, 17, 26, 0.05) -6px 7px 0px;
}



.prepareforpasschange > form > button {
    display: grid;
    place-items: center;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0.2em 0;
    font-family: 'intermedium';
    margin-bottom: 0.3em;
    min-height: 55px;
    outline: none;
    border: none;
    /* ----------------- */
    background: #1b5bff;
    color: #FFF;
    /* ------------------ */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.prepareforpasschange > form > button:hover {
    background: #01b099
}



.widen {
    width: 60% !important;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */


#topmast2 > div:nth-child(2),
#topmast > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;  
    padding: 1em 0 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: #497dd7;
    border-bottom: 2px none solid;
    font-family: 'intermedium';
    /* background: #CCC; */
    white-space: nowrap;
    font-size: 14px;
}

#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;
    place-items: center;
    /*  */
    -webkit-border-bottom: 5px var(--maincolors1) solid;
    -moz-border-bottom: 5px var(--maincolors1) solid;
    border-bottom: 5px var(--maincolors1) solid;
    /*  */
    color: #4a74ff;
    max-height: 48px;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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


#footer {
    display: block;
    min-height: 20px;
    max-height: 40px;
    padding: 2em 0 5em 0;
    width: 70%;
    /* width: 105%; */
    margin: 0 auto;
    font-family: 'cal';
    /*  */
    -webkit-border-top: 1px dotted #e2e8ff;
    -moz-border-top: 1px dotted #e2e8ff;
    border-top: 1px dotted #e2e8ff;
    /*  */
    /* -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: block;
    width: 100%;
    min-width: 600px;
    margin: 0 auto;
    color: rgb(100, 100, 100);
    font-family: 'cal';
    padding: 0;
    position: relative;
    top: -5px;
    text-align: center;
    /*  */
    -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;
    /* width: 90%; */
    width: 100%;
    color: #7e7e7e;
    text-align: center;
}


#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;
    text-align: center;
    width: 70%;
    margin: 0 auto;

 
}



#footer2 > div:nth-child(1) > div:nth-child(1) > span > strong,
#footer > div:nth-child(1) > div:nth-child(1) > span > strong {
    color: var(--maincolor);
}

#footer2 > div:nth-child(1) > div:nth-child(2),
#footer > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 0.5em 0 0 0;
    /* 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 */







#interestbucket {
    display: block;
    margin: 2em 0;
    min-height: 60px;
    background: #EEE;
    padding: 1em;
    /* -------------- */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* --------------- */
    -webkit-box-shadow: inset rgba(17, 17, 26, 0.08) 0px 0px 16px;
    -moz-box-shadow: inset rgba(17, 17, 26, 0.08) 0px 0px 16px;
    box-shadow: inset rgba(17, 17, 26, 0.08) 0px 0px 16px;
}



#interestbucket > span {
    display: inline-flex;
    justify-content: space-between;
    margin: 0 0.5em 0.5em 0;
    padding: 0 0.4em 0 0.7em;
    min-height: 30px;
    background: #2f6df4;
    /* -------------- */
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    /* --------------- */
 
}


 

#interestbucket > span > span:nth-child(1) {
    display: flex;
    place-items: center;
    min-height: 25px;
    font-family: 'intermedium';
    font-size: 12px;
    color: #FFF;
    width: 80%;
    margin: 0.15em 0.5em 0 0;
    white-space: nowrap;
 
}

#interestbucket > span > span:nth-child(2) {
    display: grid;
    place-items: center;
    font-family: 'intermedium';
    font-size: 12px;
    color: #FFF;
    width: 18px;
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    margin: 0.5em 0 0 0;
    /* -------------- */
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
 
}


#interestbucket > span > span:nth-child(2):hover {
    background:rgb(224, 5, 64);
}




#interests {
    display: block;
    min-height: 10px;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

 
#reporter {
    display: block;
    min-height: 10px;
    color: #777;
    font-family: 'intermedium';
    font-size: 13px;
    color:#04ac66;
}

#interests > a {
    display: inline-grid;
    place-items: center;
    min-height: 10px;
    font-family: 'intermedium';
    height: 25px;
    font-size: 13px;
    margin: 0 0.4em 0.4em 0;
    padding: 0 0.6em;
    /*  */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*  */
    -webkit-border: 2px solid #999;
    -moz-border: 2px solid #999;
    border: 2px solid #999;
    color: #777;

}


#interests > a:hover {
    background: #0a60f3;
    color: #ecf3ff;
    -webkit-border: 2px solid #0a60f3;
    -moz-border: 2px solid #0a60f3;
    border: 2px solid #0a60f3;
}







/* 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: 500px;
    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: 300px;
    width: 100%;
    margin: 0 auto;
    

    padding: 0 2em;
    position: relative;

    /* ----------------------------- */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  */
    border-left: 1px dotted #EEE;
    border-right: 1px dotted #EEE;
    /* /--------------------------------- */
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0 0 33px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) 0 0 33px;
    box-shadow: rgba(17, 17, 26, 0.05) 0 0 33px;
 
  }





  
.notice {
    display: block;
    position: relative;
    top: 70px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  
  
  
  .notice > div:nth-child(2) {
    display: block;
    font-size: 14px;
    color: #999;
  }
  
  
  
  .notice > div:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    place-items: center;
    font-size: 14px;
    color: #999;
    padding: 2em 0 0 0;
    width: 80%;
    margin: 0 auto;
  
  }
  
  .notice > div:nth-child(3) > a {
    display: grid;
    place-items: center;
    font-size: 14px;
    color: #2268fe;
    padding: 0;
    width: 100%;
    height: 36px;
    font-family: 'cal';
    /*  */
    -webkit-border: 2px solid #2268fe;
    -moz-border: 2px solid #2268fe;
    border: 2px solid #2268fe;
    
  }
  
  
  
  .notice > div:nth-child(3) > a:hover {
    background: #2268fe;
    color: #FFF;
  }
  

/* 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: 0 0 0.3em 0;
    font-size: 25px;
    color: #222;
    font-family: 'firaSansbackItalic';
    border: none;
 
}




#adsense {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 8em 0 0 0;
  }
  

  .syler {
    -webkit-border: 1px dotted #003f7d;
    -moz-border: 1px dotted #003f7d;
    border: 1px dotted #003f7d;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  */
    -webkit-box-shadow: rgba(17, 17, 26, 0.10) 6px 6px 1px;
    -moz-box-shadow: rgba(17, 17, 26, 0.10) 6px 6px 1px;
    box-shadow: rgba(17, 17, 26, 0.10) 6px 6px 1px;
  }
  
  
  
  #settings {
    display: block;
    margin: 1em 0 0 0;
    min-height: 20px;
    padding: 0.8em;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  
  #settings > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    font-family: 'cal';
    background: #f2f2f2;
    /*  */
    -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(1) > span:nth-child(1) {
    display: block;
    font-size: 16px;
    font-weight: 700;
    
  }
  





  #settings > span:nth-child(1) > span:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    padding-right: 1em;
    padding-top: 0.2em;
 
  }


  #settings > span:nth-child(1) > span:nth-child(2) > span,
  #settings > span:nth-child(1) > span:nth-child(2) > a {
    display: block;
    font-size: 12px;
    margin-left: 1em;
    font-family: 'intermedium';
  }

  #settings > span:nth-child(1) > span:nth-child(2) > a {
    display: block;
    color: #0069fc;
  }

  #settings > span:nth-child(1) > span:nth-child(2) > a:hover {
    text-decoration: underline;
  }



  #settings > span:nth-child(2){
    display: block;
    padding: 0;
    background: #f2f2f2;
    /*  */
    -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: flex-start;
    min-height: 10px;
    padding: 0.7em 0 0.7em 0.7em;
    width: 40%;
   
  }
  
  #settings > span:nth-child(2) > span > span:nth-child(1) > div {
    display: grid;
    place-items: center;
    min-height: 10px;
    font-family: 'interblack';
    font-size: 10px;
    padding: 0 1em;
    color: #000000;
  }

  
  #settings > span:nth-child(2) > span > span:nth-child(1) > span {
    display: grid;
    place-items: center;
    min-height: 10px;
    font-family: 'intermedium';
    font-size: 12px;
    color: #888;

  }

  #settings > span:nth-child(2) > span > span:nth-child(1) > span > a {
    color: #2975f1;
    font-family: 'intermedium';
    font-size: 12px;
  }

  #settings > span:nth-child(2) > span > span:nth-child(1) > span > a:hover {
    text-decoration: underline;
    color: #7597ff;
  } 

  #settings > span:nth-child(2) > span > span:nth-child(1) > span:nth-child(1) {
    display: inline-block;
    min-height: 10px;
    font-family: 'interblack';
    font-size: 18px;
    color: #0462f9;
    width: 30px;
    letter-spacing: -1px;
  }

  
  #settings > span:nth-child(2) > span > span:nth-child(1) > span:nth-child(4) {
    display: inline-block;
    min-height: 10px;
    font-family: 'intermedium';
    font-size: 12px;
    color: #888;
  }


  #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 {
    display: block;
    height: 30px;
    padding: 0.3em;
    min-width: 40px;
    max-width: 100px;
    margin-left: 0.4em;
    /*  */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;   
  }


  #settings > span:nth-child(2) > span > span:nth-child(2) > form > select:nth-child(3),
  #settings > span:nth-child(2) > span > span:nth-child(2) > form > select:last-child {
    max-width: 60px !important; 
  }
  
  #settings > span:nth-child(2) > span > span:nth-child(2) > form > button {
    display: grid;
    place-items: center;
    width: 30px;
    font-size: 16px;
    border: none;
    color: #FFF;

    /*  */
    background: -webkit-linear-gradient(to bottom right, #4770d9, #4e88de);
    background: -moz-linear-gradient(to bottom right, #4770d9, #4e88de);
    background: linear-gradient(to bottom right, #4770d9, #4e88de);
  }
  


  #settings > span:nth-child(1) > span:nth-child(2) {
    width: 500px;
  }

  
  #settings > span:nth-child(1) > span {
    width: 300px;
  }




  #settings > span:nth-child(2) > span > span:nth-child(2) > form > button:hover {
    background: -webkit-linear-gradient(to bottom right, #101521, #262626);
    background: -moz-linear-gradient(to bottom right, #101521, #262626);
    background: linear-gradient(to bottom right, #101521, #262626);
  }
  
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  /* xxxxxxxxxxxxxxxxxxxxxxxxx */
  
  #ucenter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.7em;
    min-height: 10px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    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;
 
 
  }
  
  
  #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: #93d6ff;
   position: relative;
   /*  */
 
  }
  
  
  /* profile img  */
  #ucenter > div:nth-child(1) > div > span:nth-child(1) > span:nth-child(1) {
    display: block;
   height: 90px;
   width: 90px;
   background: #FFF;
 
   margin: 0 auto;
   overflow: hidden;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   top: -30px;
   border: 8px solid #EEE;
   /* 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: #afdbfa;
 
     /*  */
     -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: #1d212b;
    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) {
   -webkit-border: 3px var(--maincolor) solid;
    -moz-border: 3px var(--maincolor) solid;
    border: 3px var(--maincolor) solid;
    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;
     margin: 0;
    }
   
   



   #ucenter > div:nth-child(2) > div {
    display: block;
    height: 230px;
    /*  */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*  */
   
   }
   
   
   
   #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: #ffffff;
     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;
    min-height: 65px;
    width: 80%;
    margin: 0 auto;
    /* background: #FFF; */
    position: relative;
    top: 0;
    z-index: 10;
    -webkit-border-bottom: 1px solid #e2e8ff;
    -moz-border-bottom: 1px solid #e2e8ff;
    border-bottom: 1px solid #e2e8ff;
}



 /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



#welc {
    display: block;
    width: auto;
    white-space: nowrap;
    padding: 0.7em 0;
    -webkit-border-bottom: 3px solid #4770d9;
    -moz-border-bottom: 3px solid #4770d9;
    border-bottom: 3px solid #4770d9;
}



.spektitle {
    display: block;
    min-height: 10px;
    padding: 0 0 3em 0;
}


.spektitle > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
}



.spektitle > span:nth-child(1) > span:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
    font-family: 'GraphikLCG-Bold';
    font-size: 23px;
}


.spektitle > span:nth-child(1) > span:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    min-height: 10px;
    font-family: 'intrmedium';
    font-size: 13px;
}



.spektitle > span:nth-child(1) > span:nth-child(2) > a {
    display: block;
    font-family: 'intermedium';
    font-size: 13px;
    color: #056df5;
    /* font-weight: 800; */
    margin-right: 1.5em;

}


.spektitle > span:nth-child(1) > span:nth-child(2) > a:hover {
    color: #f67824;
    text-decoration: underline;
}

/* -------------------------------------- */

.spektitle > span:nth-child(2) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    font-family: 'cal';
    font-size: 13px;
    padding: 0.5em 0 0 0;
    color: #a8abd7;
}



/* -------------------------------------------- */

.grided {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 1em;
    min-height: 12px;
    padding: 1em 0;
    color: #999;
}


.grided > span {
    display: block;
    min-height: 12px;
}


.yttab {
    display: block;
    min-height: 10px;
    background: white;
}


.yttab > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 0.7em;
 
    font-size: 16px;
}


.yttab > span:nth-child(1) > span:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    font-weight: 800;
    color: #222;
    padding: 0;
}



.yttab > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) {
    display: block;
    color: #222;
    padding: 0;
    font-family: 'intermedium';
    font-weight: 800;
    color: #232323 ;
}

.yttab > span:nth-child(1) > span:nth-child(1) > span:nth-child(2) {
    display: block;
    color: #222;
    padding: 0;
}

.yttab > span:nth-child(1) > span:nth-child(1) > span:nth-child(2) > a {
    display: grid;
    place-items: center;
    background: #fb4545;
    color: #FFF;
    height: 23px;
    padding: 0 1em;
    font-family: 'cal';
    font-size: 11px;
    margin-left: 1em;
}



.yttab > span:nth-child(1) > span:nth-child(1) > span:nth-child(2) > span {
    display: grid;
    place-items: center;
    background: #c5f6a8;
    color: #364840;
    height: 23px;
    padding: 0 1em;
    font-family: 'cal';
    font-size: 11px;
    margin-left: 1em;
    font-weight: unset;
}


.yttab > span:nth-child(1) > span:nth-child(2) {
    display: block;
    font-weight: 800;
    color: #222;
}


.yttab > span:nth-child(1) > span:nth-child(2) > a {
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #222;
    width: 25px;
    height: 25px;
    font-size: 18px;
}

.yttab > span:nth-child(1) > span:nth-child(2) > a:hover {
    color: var(--maincolor)
}

.yttab > span:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6em;
    min-height: 10px;
    padding: 0;
    font-family: 'cal';
    color: #232323 ;
    font-size: 13px;

}


.yttab > span:nth-child(2) > span {
    display: block;
    min-height: 10px;
    padding: 0.5em 0.7em 0.5em 1em;
    font-family: 'cal';
    color: #232323 ;
    font-size: 13px;
    /*  */
    -webkit-border-bottom: 1px dotted #CCC;
    -moz-border-bottom: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;

}


.yttab > span:nth-child(2) > span > strong {
    display: block;
    font-family: 'cal';
    color: #232323 ;
    font-size: 15px;
}

.yttab > span:nth-child(2) > span > span {
    display: block;
    font-family: 'cal';
    color: #bababa ;
    font-size: 12px;
}


/* --------------- */

.darktab {
    display: block;
    min-height: 10px;
    color: #EEE;
    /*  */
    background: -webkit-linear-gradient(to bottom right, #222, #777);
    background: -moz-linear-gradient(to bottom right, #222, #777);
    background: linear-gradient(to bottom right, #222, #777);
}


.darktab > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 0.7em 0.2em 0.5em 1em;
    font-family: 'intermedium';
    color: #fff;
    font-size: 16px;
    font-weight: 800;

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

}

.darktab > span:nth-child(1) > span:nth-child(1) {
    display: block;
    width: 20%;
}

.darktab > span:nth-child(1) > span:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    color: #FFF;
    width: 60%;
}


.darktab > span:nth-child(1) > span:nth-child(2) > a {
    display: inline-block;
    font-weight: 500;
    color: #cddcfd;
    padding: 0 0.8em 0 1em;
 
    height: 25px;
    font-size: 15px;
    font-family: 'intermedium';
}


.darktab > span:nth-child(1) > span:nth-child(2) > a:hover {
    color: var(--skyblue)
}



/* -------------------------------------------- */

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

.historylist2 > span:nth-child(1) {
    display: grid;
    grid-template-columns: 8fr 2fr 2fr 2fr;
    font-size: 12px;
    font-family: 'intermedium';
    color: #afafaf;
    min-height: 10px;
    /*  */
    -webkit-border-bottom: 1px dotted #999;
    -moz-border-bottom: 1px dotted #999;
    border-bottom: 1px dotted #999;
        /*  */
        background: -webkit-linear-gradient(to bottom, #555252, #554c4c);
        background: -moz-linear-gradient(to bottom, #555252, #554c4c);
        background: linear-gradient(to bottom, #555252, #554c4c);
    
 
}


.historylist2 > span:nth-child(1) > span {
    display: block;
    padding: 1em;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* ----------------------------- */
.historylist2 > span:nth-child(2) {
    display: block;
    min-height: 10px;
}



.historylist2 > span:nth-child(2) > a {
    display: grid;
    grid-template-columns: 8fr 2fr 2fr 2fr;
    font-size: 12px;
    font-family: 'intermedium';
    color: #afafaf;
    min-height: 10px;
    
    /*  */
    /* -webkit-border-bottom: 1px dotted #999;
    -moz-border-bottom: 1px dotted #999;
    border-bottom: 1px dotted #999; */
    

}


.historylist2 > span:nth-child(2) > a > span {
    display: block;
    padding: 1em;
    font-size: 13px;
    font-family: 'intermedium';
    text-transform: capitalize;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.historylist2 > span:nth-child(2) > a:not(:last-child) {
    -webkit-border-bottom: 1px dotted #999;
    -moz-border-bottom: 1px dotted #999;
    border-bottom: 1px dotted #999;
}


.historylist2 > span:nth-child(2) > a:hover {
    background: #243041;
    color: #FFF;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */




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

.historylist > span:nth-child(1) {
    min-height: 10px;
    font-family: 'cal';
    font-size: 12px;
    color: #afafaf;
    /*  */
    background: -webkit-linear-gradient(to bottom, #555252, #554c4c);
    background: -moz-linear-gradient(to bottom, #555252, #554c4c);
    background: linear-gradient(to bottom, #555252, #554c4c);

}







/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */





.historylist > span:nth-child(2) {
    display: block;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;

}
.historylist > span:nth-child(1),
.historylist > span:nth-child(2) > a {
    display: grid;
    min-height: 10px;
    grid-template-columns: 6fr 1fr 4fr 4fr 1fr;
    font-size: 13px;
    font-family: 'intermedium';
    
    /*  */
    -webkit-border-bottom: 1px dotted #999;
    -moz-border-bottom: 1px dotted #999;
    border-bottom: 1px dotted #999;
}


.historylist > span:nth-child(2) > a:hover {
    background: #38465a;
}





.historylist > span:nth-child(1) > span,
.historylist > span:nth-child(2) > a > span {
    display: block;
    padding: 1em;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.historylist > span:nth-child(2) > a > span {
    color: #c2c2c2;
}

.historylist > span:nth-child(2) > a > span:nth-child(1) {
    font-weight: 800;
    color: #4db8ff;
}

.historylist > span:nth-child(2) > a > span:nth-child(2) {
    font-weight: 800;
    color: #d8efff;
}



#signupmast {
    display: block;
    min-height: 20px;
    position: relative;
    top: 0;
    /* padding: 8em 0 0 0; */
    width: 100%;
    
}





.signuptitle {
 
        display: block;
        min-height: 10px;
        margin: 0;
        padding: 1em 0 0.3em 0;
        font-size: 25px;
        color: #222;
        font-family: 'firaSansbackItalic';
        border: none;
 

}


#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;
}


.signupmasttext {
    display: block;
    font-size: 14px;
    font-family: 'intermedium';
}


.intrests {
    display: block;
    position: relative;
}

.pretxt {
    display: block;
    min-height: 10px;
    padding: 0;
    font-size: 15px;
    font-family: 'intermedium';
    color: #999;
}


#intrests {
    display: block;
    min-height: 10px;
    padding: 1em 0 0 0;
}


#intrests > a {
    display: inline-grid;
    place-items: center;
    min-height: 30px;
    margin: 0 1em 1em 0;
    padding: 0 1em;
    color: #949494;
    font-weight: 700;
    font-size: 13px;
    background: #FFF;
    font-family: 'intermedium';
    /*  */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*  */
    -webkit-border: 2px solid #CCC;
    -moz-border: 2px solid #CCC;
    border: 2px solid #CCC;

}


#intrests > a:hover {
    background: #548aff;
    color: #ffffff;
    /*  */
    -webkit-border: 2px solid #548aff;
    -moz-border: 2px solid #548aff;
    border: 2px solid #548aff;
}


#interestform {
    display: block;
    min-height: 10px;
    padding:  0;
    position: relative;
}
 

.title26 {
    display: block;
    font-size: 22px;
    font-family: 'interbold';
    padding: 0 0 0.5em 0;
}



.tablinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 10px;
}


.tablinks > a {
    display: grid;
    place-items: center;
    padding: 0;
    min-height: 35px;
    color: #b5b5b5;
    font-family: 'intermedium';
    font-size: 14px;
    /*  */
    -webkit-border-right: 1px soLid #616161;
    -moz-border-right: 1px soLid #616161;
    border-right: 1px soLid #616161;
    /*  */
    -webkit-border-left: 1px soLid #616161;
    -moz-border-left: 1px soLid #616161;
    border-left: 1px soLid #616161;
}


.tablinks > a:hover {
    background: #025da7;
    color: #FFF;
}



#loginscreen > div.grided > span.normalShadowsSharp.darktab > span:nth-child(2) {
    display: block;
    margin: 0;
    position: relative;
    height: 250px;
    overflow: hidden;
 
}


#loginscreen > div.grided > span.normalShadowsSharp.darktab > span:nth-child(2) > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(l)
}

#loginscreen > div.grided > span.syler.darktab > span:nth-child(2) {
    display: block;
    min-height: 220px;
}




#listing {
    z-index: 2;
}


#marketpls {
    display: block;
    min-height: 220px;
    z-index: 1;
    position: relative;
}

/* -------------------------------- */

#logactivieis {
    display: block;
    min-height: 10px;
    padding: 2em 0;
    width: 98%;
    margin: 0 auto;
}


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



#logactivieis > span:nth-child(1) > span:nth-child(1) {
    display: block;
    width: 60%;
    min-height: 10px;
    font-family: 'GraphikLCG-Bold';
    font-size: 22px;
    padding: 0.3em 0 0 0;
    letter-spacing: -1px;
    color: #585757;
}



#logactivieis > span:nth-child(1) > span:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 20%;
    min-height: 10px;
}

#logactivieis > span:nth-child(1) > span:nth-child(2) > a {
    display: inline-block;
    padding: 0.7em 1em;
    font-family: 'intermedium';
    font-size: 16px;
    font-weight: 600;
    color: #777;
}


#logactivieis > span:nth-child(1) > span:nth-child(2) > a:hover {
    color: #0462f9;
}


/* ==================== */

#logactivieis > span:nth-child(2){
    display: block;
    background: #555;
    color: #EEE;
    padding: 0;
    min-height: 680px;
    max-height: 680px;
    position: relative;
    overflow: hidden;
}

#logactivieis > span:nth-child(2) > span {
    display: block;
    background: #006dd5;
    color: #EEE;
    padding: 0;
    min-height: 680px;
    position: absolute;
    top: 0;
    width: 100%;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#logactivieis > span:nth-child(2) > span > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 1.5em;

}


#logactivieis > span:nth-child(2) > span > span:nth-child(1) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    font-size: 25px;
    font-family: 'interbold';
    color: #FFF;
}

#list > span > span:nth-child(2),
#marketpls > span > span:nth-child(2),
#listing > span > span:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    color: #EEE;
}



#list > span > span:nth-child(2) > a,
#marketpls > span > span:nth-child(2) > a,
#listing > span > span:nth-child(2) > a {
    display: inline-grid;
    place-items: center;
    font-size: 12px;
    font-family: 'intermedium';
    color: #EEE;
    padding: 0 1em;
    height: 25px;
    margin-left: 1em;
    /*  */
    -webkit-border: 1px dotted #CCC;
    -moz-border: 1px dotted #CCC;
    border: 1px dotted #CCC;
}




#list > span > span:nth-child(2) > a:hover,
#marketpls > span > span:nth-child(2) > a:hover,
#listing > span > span:nth-child(2) > a:hover {
    background: #4e59f0;
    color: #FFF;
} 

#list {
    z-index: 3;
}


.pretext {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 1em 0 2em 0;
    width: 95%;
    margin: 0 auto;
}


.pretext > span:nth-child(1){
    display: block;
    min-height: 10px;
    padding: 0;
    width: 45%;
    margin: 0;
    font-family: 'intermedium';
    font-size: 13px;
    line-height: 20px;
    color: #d5e9ff;
}


.pretext > span:nth-child(2){
    display: block;
    min-height: 10px;
    padding: 0;
    width: 25%;
    margin: 0;
}


.fullwidth {
    display: block;
    min-height: 520px;
    max-height: 520px;
}




.xtdetails {
    display: block;
    height: 540px;
    overflow: hidden;
    overflow-y: scroll;
}
 
 

.xtdetails > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 2em 1em 0.5em 1em;
    font-family: 'interbold';
    font: 16px;

}
 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.xtdetails > span:nth-child(2) {
    display: block;
    min-height: 10px;
    padding: 0;
    font-family: 'cal';
    font-size: 13px;
    width: 96%;
    margin: 0 auto;
    color: #999;

}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */

.xtdetails > span:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
    padding: 0;
    font-family: 'interbold';
    font: 16px;
    background: #4e4e4e;
    margin: 0.6em auto;
    width: 96%;
    overflow: hidden;
    /*  */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}



.xtdetails > span:nth-child(3) > span:nth-child(1) {
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    padding: 1em;
}


.xtdetails > span:nth-child(3) > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
}


.xtdetails > span:nth-child(3) > span:nth-child(2) {
    display: block;
    padding: 1em;
    width: 90%;
    min-height: 100px;
}


.xtdetails > span:nth-child(3) > span:nth-child(2) > span:nth-child(1) {
    display: block;
    padding: 0 0 0.6em 0;
    min-height: 5px;
    font-family: 'interbold';
}


.xtdetails > span:nth-child(3) > span:nth-child(2) > span:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    padding: 0;
    min-height: 10px;
    font-size: 13px;
    font-family: 'intermedium';
    color: #CCC;
    line-height: 13px;

}



.xtdetails > span:nth-child(3) > span:nth-child(2) > span:nth-child(2) > span {
    display: flex;
    justify-content: flex-start;

}


.xtdetails > span:nth-child(3) > span:nth-child(2) > span:nth-child(2) > span > strong {
    display: block;
    padding: 0 1em 0 0;
    color: #8ba6ff;

}


/* xxxxxxxxxxxxxxxxxxxxxx */

.xtdetails > span:nth-child(4) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    min-height: 10px;
    margin: 1em auto 2em auto;
    width: 96%;

}


.xtdetails > span:nth-child(4) > span {
    display: block;
    min-height: 10px;
    background: #5d5d5d;

}

.xtdetails > span:nth-child(4) > span > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 1em 0.8em 0.1em 1em;
    color: #EEE;
    font-family: 'interbold';
    font-size: 15px;

}



.xtdetails > span:nth-child(4) > span > span:nth-child(2) {
    display: block;
    min-height: 10px;
    padding: 0.2em 0.8em 0.8em 1.1em;
    color: #c2baba;
    font-family: 'intermedium';
    font-size: 13px;

}



.xtdetails > span:nth-child(4) > span > span:nth-child(3) {
    display: block;
    min-height: 10px;
    padding: 0.8em 0.8em 0 0.8em;
    color: #c2baba;
    font-family: 'intermedium';
    font-size: 13px;
    background: #444;

}



.xtdetails > span:nth-child(4) > span > span:nth-child(4) {
    display: block;
    min-height: 10px;
    padding: 0 0.8em 0.8em 0.8em;
    color: #c2baba;
    font-family: 'intermedium';
    font-size: 13px;
    background: #444;

}


 


 
 

/* --------------------------- */


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


.rater > span:nth-child(1) {
    display: block;
    min-height: 5px;
    width: 100%;
    font-size: 22px;
    color: #9cbaff;
    padding: 0 0 0.3em 0;
    font-family: 'khand';

}

.rater > span:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    min-height: 5px;
    max-height: 18px;
    width: 100%;
    /*  */
    -webkit-border-bottom: 1px solid #767575;
    -moz-border-bottom: 1px solid #767575;
    border-bottom: 1px solid #767575;
     /*  */
     -webkit-border-left: 1px solid #767575;
     -moz-border-left: 1px solid #767575;
     border-left: 1px solid #767575;
     /*  */
     -webkit-border-right: 1px solid #767575;
     -moz-border-right: 1px solid #767575;
     border-right: 1px solid #767575;
}

.rater > span:nth-child(2) > span {
    display: block;
    text-align: center;
    font-size: 10px;
    min-height: 10px;
    color: #d1d1d1;
    font-weight: 800;
    padding: 0 0 0.7em 0.7em;
    font-family: 'intermedium';
   
}

.rater > span:nth-child(2) > span:not(:last-child) {
    -webkit-border-right: 1px solid #767575;
    -moz-border-right: 1px solid #767575;
    border-right: 1px solid #767575;
}




.rater > span:nth-child(3) {
    display: block;
    min-height: 10px;
}

.rater > span:nth-child(3) > form {
    display: block;
}

.rater > span:nth-child(3) > form > input[type='range'] {
    display: block;
    width: 98%;
    padding: 1em 0;

}

.rater > span:nth-child(3) > form  > input[type='range']:focus {
   outline: none;

}


.rater > span:nth-child(3) > form > textarea {
    display: block;
    padding: 0.5em;
    background: #5d5858;
    outline: none;
    border: none;
    width: 99%;
    color: #DDD;
    font-size: 12px;
    font-family: 'intermedium';
    margin: 0 auto 1em auto;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rater > span:nth-child(3) > form  > input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: transparent;
    border-radius: 0px;
    border: none !important;
 
 }
 

 
.rater > span:nth-child(3) > form > input[type='range']::-webkit-slider-thumb {
    width: 100%;
    height: 25px;
    width: 15px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: #0b54dc;
    border-radius: unset;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    margin-top: -4px;
 
 }


 .rater > span:nth-child(3) > form > input[type='range']::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: #333;
    border-radius: 0px;
    border: none !important;
 
 }
 

 .rater > span:nth-child(3) > form > input[type='range']::-ms-fill-lower {
    width: 100%;
    height: 25px;
    width: 15px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: #0b54dc;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
 
 }


 .rater > span:nth-child(3) > form > input[type='range']::-ms-fill-upper {
    width: 100%;
    height: 25px;
    width: 15px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: #0b54dc;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
 
 }


 
 .rater > span:nth-child(3) > form > input[type='range']::-ms-thumb {
    width: 100%;
    height: 25px;
    width: 15px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: #0b54dc;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
 
 }


 .rater > span:nth-child(3) > form > input[type='range']::-moz-range-thumb {
    width: 100%;
    height: 25px;
    width: 15px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: #0b54dc;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
 
 }


 .rater > span:nth-child(3) > form > input[type='button'] {
    display: grid;
    place-items: center;
    padding: 0;
    height: 35px;
    outline: none;
    background: #3f4fe1;
    color: #FFF;
    width: 160px;
 }


 .rater > span:nth-child(3) > form > input[type='button']:hover {
    background: #03b580;
 }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.xtdetails > span:nth-child(5) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


#verified {
    display: flex;
    justify-content: center;
    min-height: 10px;
    width: 10%;
    margin: 0.5em auto;
    min-width: 70px;
    color: #300da2;
    padding: 0.4em;

    background: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#verified > span:nth-child(1){
    display: grid;
    place-items: center;
    width: 18px !important;
    min-width: 18px;
    height: 18px;
    font-weight: 900;
    font-size: 15px;
    /*  */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*  */
    /* -webkit-border: 3px solid #0da27a;
    -moz-border: 3px solid #0da27a;
    border: 3px solid #0da27a; */
}


#verified > span:nth-child(2){
    display: block;
    width: 90%;
    min-height: 20px;
    text-align: left;
    padding: 0 0 0 0.5em;
}







/* -------------- */

#unverified {
    display: block;
    min-height: 10px;
    width: 20%;
    margin: 0 auto;
    min-width: 60px;
}

#unverified > a {
    display: block;
    min-height: 10px;
    min-width: 60px;
    color: #e10967;
    text-align: center;
}

#unverified > a:hover {
    text-decoration: underline;
}




/* ------------------------------ */
#settersX {
    display: grid;
    grid-template-columns: 2fr 5fr;
    min-height: 10px;
    position: relative !important;
    margin: 0 auto;
    width: 85%;
}


#setters {
    display: grid;
    grid-template-columns: 2fr 5fr;
    min-height: 10px;
}


#setters > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 0;
    text-align: right;
    
}


#setters > span:nth-child(2) {
    display: block;
    min-height: 10px;
    padding: 2em 0 1em 3em;
    min-height: 670px;
    position: relative;
    z-index: 1;
    /* ------------------- */
    -webkit-border-left: 1px dotted #CCC;
    -moz-border-left: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
}


#mainpanel {
    background: #FFF;
}

.settintitle {
    display: block;
    min-height: 10px;
    font-size: 30px;
    font-family: 'interbold';
    padding:  0;
}


.crumbs {
    display: flex;
    justify-content: flex-start;
    min-height: 5px;
    padding: 0.5em 0;
}


.crumbs > a {
    display: block;
    min-height: 5px;
    font-size: 12px;
    color: #4769e4;
    padding:  0;
}

.crumbs > span {
    display: block;
    width: 10px;
    text-align: center;
    padding: 0 0.9em;
    color: #4c4c4c;
    font-size: 10px;
}



.crumbs > a:first-child {
    font-weight: 800;
}

.crumbs > a:hover {
    color: #fc9930;
}

.sectors {
    display: block;
    font-size: 13px;
    font-family: 'interbold';
    color: #999;
    padding: 0 0 0.5em 0;
}




.reform {
    display: block;
    min-height: 10px;
    min-height: 670px;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 40px;
    width: 90%;
    background: #FFF;
    max-height: unset;
}


.reform:first-child {
    z-index:2;
}


.contcover {
    display: block;
    padding: 1em 1.5em;
    background: #EEE;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    /* ---------- */
    -webkit-box-shadow: inset rgba(17, 17, 26, 0.08) 5px 7px 3px;
    -moz-box-shadow: inset  rgba(17, 17, 26, 0.08) 5px 7px 3px;
    box-shadow: inset rgba(17, 17, 26, 0.08) 5px 7px 3px;

}


.contcoverwhier {
    display: block;
    padding:  0 !important;
    min-height: 100px;
    overflow: hidden;
    overflow-y: scroll;
 

}


#centalnormals {
    display: block;
    width: 80%;
    margin: 0 auto;
    min-height: 20px;
}

.notform {
    display: block;
    min-height: 10px;
    min-height: 650px;
    position: relative;
    z-index: 1;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #FFF;
    max-height: unset;
}
/* -------------------------- */


.locatesets {
    display: flex;
    justify-content: flex-start;
    padding: 1em 0 0 0;
    min-height: 10px;
}

.locatesets > span:nth-child(1){
    display: block;
    padding: 0;
    min-height: 5px;
    font-size: 45px;
    font-family: 'interLightbeta';
    letter-spacing: -1px;
    color: #1262d2
}

.locatesets > span:nth-child(2){
    display: block;
    padding: 1em 0 0 0;
    min-height: 5px;
    font-size: 15px;
    font-family: 'interLightbeta';
    color: #7c7c7c
}

.pretxt {
    display: block;
    min-height: 10px;
    padding: 0.6em 0;
    color: #444;
}

.pretxt2 {
    display: block;
    min-height: 10px;
    padding: 0.7em 0;
    font-size: 13px;
    width: 70%;
    color: #777;
    /* ----------------- */
    -webkit-border-top: 1px dotted #ccc;;
    -moz-border-top: 1px dotted #ccc;;
    border-top: 1px dotted #ccc;;
    /* ----------------- */
 
}



/* ---------------------------- */



.yesverified {
    display: block;
    min-height: 20px;
    padding: 2em 0 0 5em;
    margin: 0;
    width: 50%;
}


.yesverified > span:nth-child(1) {
    display: block;
    min-height: 300px;
    padding: 0.5em 0;
    text-align: center;
    margin: 0 auto;
    width:300px;
}

.yesverified > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
}

.yesverified > span:nth-child(2) {
    display: block;
    min-height: 20px;
    padding: 0.5em 0;
    text-align: center;
    color: #222;
    font-family: 'interbold'; 
    font-size: 36px;
}

.yesverified > span:nth-child(3) {
    display: block;
    min-height: 20px;
    padding: 0.5em 0;
    text-align: center;
    color: #878787;
    font-family: 'intermedium'; 
    font-size: 12px;
}


/* ---------------------------- */



/* ---------------------------- */



.notverified {
    display: block;
    min-height: 20px;
    max-height: 560px;
    overflow: hidden;
    padding: 1em 0 0 1em;
    margin: 0;
    width: 80%;
}


.notverified > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 0.5em 0;
    text-align: center;
    margin: 0 auto;
    width:300px;
}

.notverified > span:nth-child(2) {
    display: block;
    min-height: 20px;
    padding: 0.5em 0;
    text-align: left;
    margin: 0;
    font-size: 22px;
    line-height: 35px;
    font-family: 'interLightbeta';

}




.notverified > span:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
    padding: 0.5em 0;
    color: #222;
    font-family: 'interbold'; 
    font-size: 20px;
    width: 100%;
}

.notverified > span:nth-child(1)  > span:nth-child(1) {
    display: block;
    min-height: 10px;
    width: 30px;
    color: #8d8d8d;
}

.notverified > span:nth-child(1)  > span:nth-child(2) {
    display: block;
    min-height: 10px;
    width: 80%;
    color: #222;
    font-family: 'interbold'; 
    padding: 0 0 0 0.5em;
    text-align: left;
}



.notverified > span:nth-child(3){
    display: block;
    min-height: 20px;
    padding: 16px;
    color: #878787;
    font-family: 'intermedium'; 
    text-align: left;
    margin: 0;
    font-size: 12px;
    margin: 20px 0 0 0;
    background: #e6f4ff;
}


.notverified > span:nth-child(3) > span {
    display: block;
    color: #878787;
    font-family: 'intermedium'; 
    text-align: left;
    margin: 0;
    font-size: 14px;
    padding: 15px 0;


}

.notverified > span:nth-child(3) > span > a {
    display: inline-block;
    font-family: 'intermedium'; 
    text-align: left;
    margin: 0;
    font-size: 14px;
    padding: 0 0 0 0.5em;
    color: #3244db

}
.notverified > span:nth-child(3) > span > a:hover {
    text-decoration: underline;
    color: #ce1b57

}



.notverified > span:nth-child(3) > span > strong {
    display: inline-block;
    font-family: 'intermedium'; 
    text-align: left;
    margin: 0;
    font-size: 14px;
    padding: 0 0.5em 0 0;
    color: #37c4ad

}

.notverified > span:nth-child(3) > span:not(last-child) {
    -webkit-border-bottom: 1px dotted #CCC;
    -moz-border-bottom: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

/* ---------------------------- */



.userm {
    display: block;
    min-height: 20px;
    padding: 2em 0 0 5em;
    margin: 0;
    width: 50%;
}


.userm > span:nth-child(1) {
    display: block;
    height: 200px;
    width: 200px;
    text-align: center;
    margin: 0 auto 1em auto;
    position: relative;
 
 
 
}

.userm > span:nth-child(1) > span:nth-child(1) {
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* ------------- */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* --------------- */

}

.userm > span:nth-child(1) > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
}

#editprofile > span.userm > span:nth-child(1) > a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 20px; 
    z-index: 2;
    background: #4b57ff;
    /* ---------------- */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    /* ---------------- */
    color: #FFF;
    font-size: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


#editprofile > span.userm > span:nth-child(1) > a:hover {
    background: #02d3d7;
}

.userm > span:nth-child(2) {
    display: block;
    min-height: 20px;
    padding: 0.5em 0;
    text-align: center;
    color: #222;

    font-size: 26px;
}

.userm > span:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    min-height: 50px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #878787;
    font-family: 'intermedium'; 
    font-size: 12px;
    padding: 20px 0 10px 0;

}



.userm > span:nth-child(3) > span {
    display: block;
    min-height: 20px;
 
    text-align: center;
    color: #464141;
    font-family: 'intermedium'; 
    font-size: 12px;
}


.userm > span:nth-child(3) > span > span:nth-child(1) {
    display: block;
    height: 40px;
    text-align: center;
    color: #232323;
    font-size: 36px;
    font-family: 'interblack'; 
    letter-spacing: -3px;
}


.userm > span:nth-child(3) > span > span:nth-child(2) {
    display: block;
    min-height: 5px;
    text-align: center;
    color: #868686;
    font-family: 'intermedium'; 
    font-size: 11px;
    padding: 1em 0 0 0;
}


.userm > span:nth-child(4) {
    display: block;
    min-height: 20px;
    padding: 0.5em 0;
    text-align: center;
    color: #878787;
    font-family: 'intermedium'; 
    font-size: 12px;
    margin: 0 auto;
    width: 90%;
}



.userm > span:nth-child(5) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    min-height: 20px;
    width: 45%;
    margin: 0 auto;
    padding-top: 1.5em;
}


.userm > span:nth-child(5) > a {
    display: grid;
    place-items: center;
    min-height: 20px;
    font-size: 22px;
    color: #4d4d4d;
}


.userm > span:nth-child(5) > a:hover {
    color: #1649c8;
}

.userm > span:nth-child(5) > a:not(:last-child) {
    -webkit-border-right: 1px dotted #CCC;
    -moz-border-right: 1px dotted #CCC;
    border-right: 1px dotted #CCC;
}

/* ---------------------------- */



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


.settermenu > ul {
    display: block;
    min-height: 10px;
}

.settermenu > ul > li {
    display: block;
    min-height: 10px;
    list-style-type: none;
}

.settermenu > ul > li > span {
    display: flex;
    justify-content: flex-end;
    place-items: center;
    height: 45px;
    font-family: 'intermedium';
    font-size: 13px;
    font-weight: 900;
    color: #abcaf9;
    padding: 0 2.5em 0 0;
    /* ------------------ */
    -webkit--border-bottom: 1px dotted #ddd;
    -moz-border-bottom: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    /* ----------------- */
    -webkit-border-right: 8px dotted transparent;
    -moz-border-right: 8px dotted transparent;
    border-right: 8px dotted transparent;
}





#cents {
    display: grid;
    place-items: center;
    width: 80%;
    margin: 0 auto;
    min-height: 100px;
    text-align: center;
    padding: 3em 0;
}
 

#cents > aside {
    display: inline-block;
    margin: 0;
    width: 100%;
    min-height: 10px;
    text-align: center;
    padding: 2em 0 0 0;
    font-family: 'GraphikLCG-Extralight';
    font-weight: 800;
    font-size: 26px;
}

#cents > aside > strong {
   
    color: #095bac;
    font-family: 'GraphikMedium';
    font-weight: 800;
    font-size: 26px;
}


.settermenu > ul > li > a > ul {
    display: block;
    min-height: 45px;
    font-size: 15px;
    font-weight: 900;
    color: #4e4e4e;
}

#setters > span.settermenu > ul > li > ul > li  {
    display: block;
    min-height: 45px;
    font-size: 15px;
    font-weight: 900;

    list-style-type: none;

}


#setters > span.settermenu > ul > li > ul > li > a,
.settermenu > ul > li > a > ul > li > a {
    display: flex;
    justify-content: flex-end;
    place-items: center;
    height: 45px;
    font-size: 16px;
    font-weight: 900;
    color: #2a2a2a;
    list-style-type: none;
    padding-right: 2.5em;
 

}



#setters > span.settermenu > ul > li > ul > li > a  {
    -webkit-border-right: 8px dotted transparent;
    -moz-border-right: 8px dotted transparent;
    border-right: 8px dotted transparent;
}



#setters > span.settermenu > ul > li > ul > li > a:hover {
    -webkit-border-right: 8px solid #3b62ff;
    -moz-border-right: 8px solid #3b62ff;
    border-right: 8px solid #3b62ff;
    color: #3b62ff;
}


/* ---------------------------------- */
.prebox {
    display: block;
    min-height: 5px;
    font-size: 12px;
    color: #999;
    font-family: 'interLightbeta';
    padding-bottom: 0.5em;
}


.prebox > a {
    display: inline-block;
    min-height: 5px;
    font-size: 12px;
    color: #107df8;
    font-family: 'interLightbeta';
    padding: 0 0.3em;
}


.notes {
    display:  block;
    -webkit-border: 1px dotted #DDD;
    -moz-border: 1px dotted #DDD;
    border: 1px dotted #DDD;
    min-height: 10px;
    padding: 1em;
    font-size: 13px;
    font-family: 'interLightbeta';
    margin-bottom: 20px;
    background: #FFF;
    /* -------------------- */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* ---------------------- */
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) -5px 5px 3px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) -5px 5px 3px;
    box-shadow: rgba(17, 17, 26, 0.05) -5px 5px 3px;
}


.notes > span:nth-child(1) {
    display: block;
    line-height: 18px;
}



.notes > span:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    min-height: 30px;
    font-size: 9px;
    padding: 0;
    margin-top: 0.8em; 
}



.notes > span:nth-child(2) > span:nth-child(1) {
    display: grid;
    place-items: center;
    min-height: 30px;
    font-size: 9px;
    background: #d2e4fc;
    color: #353535;
    padding: 0 1em;
    margin-right: 0.8em;
    width: 35%;
    font-family: 'intermedium';
    white-space: nowrap;
    /*  */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} 



.notes > span:nth-child(2) > span:nth-child(2) {
    display: grid;
    place-items: center;
    min-height: 30px;
    font-size: 9px;
    background: #0361e6;
    color: #FFF;
    padding: 0 1em;
    margin-right: 0.8em;
    width: 30px;
    font-family: 'intermedium';
    white-space: nowrap;
    border: none;
    outline: none;
    /*  */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} 

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

.updatelocform > form  {
    display: block;
    min-height: 10px;
    padding: 0.5em 0;
}

.updatelocform > form > span {
    display: inline-block;
    min-height: 50px;
    max-height: 50px;
    padding: 0;
    margin: 0 10px 15px 0;
    position: relative;
}


.updatelocform > form > span > label {
    display: block;
    min-height: 5px;
    text-align: right;
    font-size: 10px;
    max-height: 8px;
    position: absolute;
    right: 10px;
    color: #2966cf;
    font-family: 'intermedium';
    /* ------------ */
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}


.updatelocform > form > span > input[type="text"]  {
    display: grid;
    justify-content: flex-start;
    place-items: center;
    min-height: 55px;   
    color: #222;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    background: #f6f6f6;
    /*  */
    /* -webkit-border: 2px solid #444;
    -moz-border: 2px solid #444;
    border: 2px solid #444; */

    font-family: 'intermedium';
    padding-left: 0.5em 0 1em 0;
    /* --------------------- */
    outline: none;
    border: none;
    /* --------------------- */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* --------------------- */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* ---------------------- */
    -webkit-box-shadow: inset rgba(17, 17, 26, 0.07) 5px 5px 3px;
    -moz-box-shadow: inset rgba(17, 17, 26, 0.07) 5px 5px 3px;
    box-shadow: inset rgba(17, 17, 26, 0.07) 5px 5px 3px;

}




.updatelocform > form > input[type="submit"]  {
    display: flex;
    justify-content: flex-start;
    place-items: center;
    min-height: 50px;
    padding: 0.5em;
    margin: 0 10px 10px 0;
    width: 200px;
    font-size: 15px;
    color: #e5f2fc;
    font-family: 'interbold';
    letter-spacing: -1px;
    padding-left: 0.8em;
    background: #3865e1;
    outline: none;
    border: none;

    /* --------------------- */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* --------------------- */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* ---------------------- */
    /* -webkit-box-shadow:  rgba(17, 17, 26, 0.07) 5px 5px 3px;
    -moz-box-shadow:  rgba(17, 17, 26, 0.07) 5px 5px 3px;
    box-shadow:  rgba(17, 17, 26, 0.07) 5px 5px 3px; */

}



.updatelocform > form > span > input[type="text"]:hover {
    -webkit-border: 2px var(--maincolor);
    -moz-border: 2px solid var(--maincolor);
    border: 2px solid var(--maincolor);
}


.updatelocform > form > input[type="submit"]:hover {
    background: #01afca;
}

.updatelocform > form > span:nth-child(1) {
    width: 160px;
}

.updatelocform > form > span:nth-child(2) {
    width: 70%;
}

.updatelocform > form > span:nth-child(3) {
    width: 30%;
}

.updatelocform > form > span:nth-child(4) {
    width: 64%;
}

.updatelocform > form > span:nth-child(5) {
    width: 54%;
}

.updatelocform > form > span:nth-child(7) {
    width: 44%;
}

.updatelocform > form > span:nth-child(9) {
    width: 17%;
}

.padTop10 {
    display: block;
    padding-top: 10px;
  }
  
  
  
  .padTop100 {
    display: block;
    padding-top: 100px;
  }
  
  
  
  .padTop200 {
    display: block;
    padding-top: 200px;
  }
  
  


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


  .changepas > span {
    display: block;
    min-height: 10px;
    font-size: 13px;
    padding-bottom: 1em;
    font-family: 'interLightbeta';
 
  }

  .changepas > form {
    display: block;
    min-height: 10px; 
  }


.changepas > form > div {
    display: block;
    position: relative;
    width: 95%;
}


 

.changepas > form > div > span {
    display: block;
    padding: 0.5em;
    background: #e7f1f6;
    background: -webkit-linear-gradient(to bottom, #fbfeff, #e7f1f6);
    background: -moz-linear-gradient(to bottom, #fbfeff, #e7f1f6);
    background: linear-gradient(to bottom, #fbfeff, #e7f1f6);
    min-height: 10px;
    /* border: 6px solid #EEE; */
    margin-bottom: 0.6em;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset  0 0 9px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.2);
}



.changepas > form > div > span > input[type='email'],
  .changepas > form > div > span > input[type='password'],
  .changepas > form > div > span > input[type='text'] {
    display: block;
    padding: 0.5em;
    min-height: 10px;
    width: 90%;
    font-size: 17px;
    font-family: 'cal';
    background: none;
    color: #444;
    border: none;
    outline: none;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */







/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */

.ersplash {
    display: block;
    width: 30%;
    min-height: 10px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.ersplash > span:nth-child(1) {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    font-size: 80px;
    /* ------------------- */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* ------------------- */
    margin: 0 auto;
}


.ersplash > span:nth-child(2) {
    display: grid;
    place-items: center;
    width: 80%;
    min-height: 10px;
    margin: 0 auto;
    padding-top: 1em;
   
}


.ersplash > span:nth-child(2) > span:nth-child(1) {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 10px;
    margin: 0 auto;
    padding-top: 1em;
    font-size: 25px;
    font-weight: 700;
    font-family: 'interbold';
    
}

.ersplash > span:nth-child(2) > span:nth-child(2) {
    display: grid;
    place-items: center;
    min-height: 10px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: 'interLightbeta';
    color: #999;
    text-align: center;
    line-height: 19px;
}



.success2 {
    background: #67e067;
    color: #FFF;
}

.warning2 {
    background: #ffc406;
    color: #111;
}

.fail2 {
    background: red;
    color: #FFF;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */


#triggly {
    display: none;
}



.xwidths {
    width: 50% !important;
    max-width: 50%;
}




/* ============================ */



.loginbutton {
    display: block;
    min-height: 10px;
    padding: 0 0 1.4em 0;
  }
  
   
  
  
  .loginbutton > form > button,
  .loginbutton > button {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
    padding: 1em;
    width: 50%;
    background: #FFF;
    margin: 0 0 10px 0;
    color: #222;
    outline: none;
    -webkit-border: 2px solid #777;
    -moz-border: 2px solid #777;
    border: 2px solid #777;
    /* ----------------------- */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* ----------------------- */
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 2.6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.05) 8px 8px 2.6px;
  
  }


.g_id_signin {
    width: 100% !important;  /* Ensure it stretches */
    display: flex !important; /* Align properly */
    margin-bottom: 11px;
}



.google-container,
.g_id_signin > div > div > iframe,
.g_id_signin > div {
    width: 100% !important;  /* Ensure it stretches */  
}


#gbutton {
    display: block;
    width: 100% !important;
    padding-bottom: 0.7em;
}


  #gbutton > div {
    width: 100% !important;
  }

 
  .loginbutton > form > button:nth-child(1):hover {
    color: #FFF;
    background: #fc485d;
  }
  
  
  .loginbutton > form > button:nth-child(2):hover {
    color: #FFF;
    background: #6783fa;
  }


    
  .loginbutton > form > button:nth-child(3):hover {
    color: #FFF;
    background: #0287b8;
  }
  
  
  
 
  
  .loginbutton > form > button > span:nth-child(1),
  .loginbutton > button > span:nth-child(1){
      display: grid;
      width: 25px;
      height: 25px;
      place-items: center;
      font-size: 17px;
      margin: 0 1em 0 0;
  }

  .loginbutton > form > button > span:nth-child(1) > img,
  .loginbutton > button > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  
  .loginbutton > form > button > span:nth-child(2),
  .loginbutton > button > span:nth-child(2){
      display: flex;
      justify-content: flex-start;
      place-items: center;
      font-size: 18px;
      font-family: 'interbold';
  }




  /* ----------------------------- */



  #sociallogin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    min-height: 10px;
    padding: 1em 0 0 0;
  }


  
  #sociallogin > button {
    display: block;
    padding: 1em;
    min-height: 10px;
    border: none;
    outline: none;    
    /* --------------------------- */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* --------------------------- */
    background: #e4eefb;
    /* ---------------------------- */
    -webkit-box-shadow: inset #688ccc57 -4px 4px 4px;
    -moz-box-shadow: inset #688ccc57 -4px 4px 4px;
    box-shadow: inset #688ccc57 -4px 4px 4px;

  }


  #sociallogin > button > span:nth-child(1) {
    display: block;
    width: 40px;
    height: 40px;
  }

  #sociallogin > button > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
  }


  #sociallogin > button > span:nth-child(2) {
    display: block;
    width: 100%;
    min-height: 10px;
    padding: 10px 0 0 0;
    font-family: 'interbold';
    font-size: 12px;
    text-align: left;
  }