* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    font-family: 'Roboto', sans-serif;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#F3F9FE;

    font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
    font-size:12px;
    height:100vh;
    margin:0px;
    padding:0px;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    width:100%;

    
}


/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
         url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-900 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
         url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  

/* expletus-sans-500 - latin */
@font-face {
    font-family: 'Expletus Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/expletus-sans-v14-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/expletus-sans-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/expletus-sans-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/expletus-sans-v14-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/expletus-sans-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/expletus-sans-v14-latin-500.svg#ExpletusSans') format('svg'); /* Legacy iOS */
}
/* expletus-sans-700italic - latin */
@font-face {
    font-family: 'Expletus Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/expletus-sans-v14-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/expletus-sans-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/expletus-sans-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/expletus-sans-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
            url('../fonts/expletus-sans-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/expletus-sans-v14-latin-700italic.svg#ExpletusSans') format('svg'); /* Legacy iOS */
}

.wrapper {
    width: 1024px;
    max-width: 90%;
    margin: 0 auto;
}


/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/
/* .js-pscroll {
  position: relative;
  overflow: hidden;
}

.table100 .ps__rail-y {
  width: 9px;
  background-color: transparent;
  opacity: 1 !important;
  right: 5px;
}

.table100 .ps__rail-y::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
}

.table100 .ps__rail-y .ps__thumb-y {
  width: 100%;
  right: 0;
  background-color: transparent;
  opacity: 1 !important;
}

.table100 .ps__rail-y .ps__thumb-y::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #cccccc;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
} */



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 1366px;
    margin: 0 auto;
  }
  
  .container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
  }
  
  .wrap-table100 {
    width: 1170px;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  .table100 {
    background-color: #fff;
  }
  
table {
    width: 100%;
    border: solid;
    border-width: 1px 0;
    border-collapse: collapse;
}
  
  th, td {
    font-weight: unset;
    padding-right: 10px;
    vertical-align: top;
  }
  
  .column1 {
    width: 33%;
    padding-left: 40px;
  }
  
  .column2 {
    width: 13%;
  }
  
  .column3 {
    width: 22%;
  }
  
  .column4 {
    width: 19%;
  }
  
  .column5 {
    width: 13%;
  }
  
  .table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
  }


/*==================================================================
[ Fix header ]*/
.table100 {
    position: relative;
    /* padding-top: 60px; */
  }
  
  .table100-head {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .table100-body {
    max-height: calc(100vh - 331px);
    overflow: auto;
  }

/*==================================================================
[ Ver2 ]*/

.table100.ver2 .table100-head {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.table100.ver2 th {
    font-size: 18px;
    color: #fa4251;
    line-height: 1.4;

    background-color: transparent;

    text-align: left;
}

.table100.ver2 td {
    font-size: 15px;
    color: #808080;
    line-height: 1.4;
}

.table100.ver2 .table100-body tr {
    border-bottom: 3px solid #000;
}

/*---------------------------------------------*/
  
.table100.ver2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table100.ver2 .ps__rail-y {
  right: 5px;
}

.table100.ver2 .ps__rail-y::before {
  background-color: #ebebeb;
}

.table100.ver2 .ps__rail-y .ps__thumb-y::before {
  background-color: #cccccc;
}
















.studentName {
    font-size: 20px;
    color: #000;
}





h1 {
    padding: 0 10%;
    line-height: 100px;
    font-weight: 900;
    font-size: 37px;
    display: inline-block;
}
.topBarLarge {
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;

    background: hsla(32, 87%, 68%, 1);
    background: linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4B266", endColorstr="#FDCE6E", GradientType=1 );
}
.multiViewBtn {
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #000;
    background-color: #FFF;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 25px;
    float: right;
    margin: 26px;
    margin-right: 52px;
    cursor: pointer;
}



table h2 {
    margin-top: 10px;
}



.infoBtn {
    
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.assigned {
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #FFF;
    border: 2px solid #333;
    color: #333;
}







.studentNotes {
    width: calc(100% - 8px);
    min-height: 58px;
    height: 58px;
    background-color: #FFF;
    font-size: 18px;
    border: 2px solid #333;
    padding: 6px;
    resize: vertical;
    border-radius: 8px;
}


.button {
    display: inline-block;
    width: 106px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
    height: 40px;
    border-radius: 8px;
    background: hsla(32, 87%, 68%, 1);
    background: linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4B266", endColorstr="#FDCE6E", GradientType=1 );
    margin-top: 5px;
    cursor: pointer;
    color: #000;
    border: 2px solid #000;
}






#newStudentOptitons {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 90%;
    background: #FFF;
    padding: 30px 45px;
    border-radius: 16px;
}
#newStudentOptitons h2 {
    font-size: 27px;
}
#newStudentOptitons h3 {
    font-size: 18px;
    opacity: .8;
    font-weight: 500;
    margin-bottom: 5px;
}
#newStudentOptitons .label {
    font-size: 18px;
    opacity: .8;
    font-weight: 500;
    margin-bottom: 5px;
}
#newStudentOptitons #studentLink {
    width: calc(100% - 106px);
}
#newStudentOptitons p {
    float: left;
    font-size: 18px;
    opacity: .8;
    font-weight: 500;
}

#newStudentOptitons input {
    width: 100%;
    font-size: 20px;
    padding: 5px 10px;
    border: solid;
    background-color: #FFF;
    background: #FFF;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}


#noPhone {
    display: none;
}
#noPhoneCheckbox {
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #333;
    border-radius: 4px;
}
#noPhone:checked ~ #noPhoneCheckbox {
    background: hsla(32, 87%, 68%, 1);
    background: linear-gradient(
135deg
, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -webkit-linear-gradient(
135deg
, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4B266", endColorstr="#FDCE6E", GradientType=1 );
}
#noPhoneCheckbox::after {
    content: "";
    display: none;
    width: 7px;
    height: 18px;
    margin-top: -9px;
    margin-left: 8px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#noPhone:checked ~ #noPhoneCheckbox::after {
    display: block;
}
  

label[for="noPhone"] {
    cursor: pointer;
    user-select: none;
}



#addStudent,
#addStudentBtn {
    margin: 0 auto;
    display: block;
    width: 340px;
    line-height: 43px;
    height: 45px;
}
#nameInputError {
    color: red;
    font-weight: 600;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}




.loadingSVG {
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
}











.openStudent,
.requestMoney,
.allLessons,
.closeNewStudent,
.bookLessonSmall {
    cursor: pointer;
    color: #ff883d;
    border: 2px solid;
    width: 58px;
    padding: 2px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
}



.newStudentContainer {
    width: 90%;
    max-width: 340px;
    margin: 0 auto;
}



select {
    background-color: #FFF;
    padding: 5px 10px;
    font-size: 20px;
    border: 3px solid #000;
    width: 190px;
    margin-bottom: 30px;
}

label span {
    font-weight: 600;
    font-size: 20px;
}




#searchIcon {
    width: 22px;
    height: 22px;
    position: relative;
    left: 15px;
    top: 6.5px;
}
#searchBar {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 2px);
    margin-left: -25px;
    padding-left: 50px;
    background-color: #FFF;
    border: 3px solid #000;
    color: #000;
    border-radius: 8px;
    font-size: 17px;
    -webkit-appearance: none;
}

label[for=viewInstructor],
label[for=searchBar] {
    display: inline-block !important;
}
label[for=searchBar] {
    margin-left: 50px;
}



#newStudentContainer {
    position: fixed;
    bottom: 0;
    top: unset;
    background: #FFF;
    border-top: 2px solid;
    width: 90%;
    max-width: 1023px;
    padding: 20px 0;
}










#studentPopup {
    position: fixed;
    top: 0;
    left: -85%;
    width: 85%;
    height: 100%;
    background-color: #FFF;

    transition: .5s;
    z-index: 1;
}
#studentPopupName {
    position: fixed;
    top: 0;
    right: -15%;
    width: 15%;
    height: 50px;
    background-color: #FFF;

    transition: .5s;
    z-index: 1;
}


.multiDiary {
    position: fixed;
    top: 0;
    left: -332px;
    width: 332px;
    height: 100%;
    background-color: #FFF;
    border-left: 2px solid #333;

    transition: .5s;
    z-index: 1;
}


.topName {
    font-size: 20px;
    padding: 5px 15px;
    font-weight: 600;
}




#loginPopup {
    position: fixed;
    top: 200px;
    left: calc(50% - 200px);
    width: 400px;
    background-color: #FFF;
    border-radius: 12px;

    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);

    z-index: 1;
}

#loginPopup label {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}
#loginPopup input {
    border: 2px solid #333;
    width: 100%;
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    background-color: #FFF !important;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}


.submitBtn {
    background-color: #30354F;
    border: 2px solid #30354F;
    color: #FFF;
    user-select: none;
    width: 90%;
    margin: 40px auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
}



#viewInstructorDiary {
    display: inline-block;
    width: 104px;
    font-size: 17px;
}









.requestInfo {
    display: inline-block;
    height: 29px;
    font-size: 15px;
}

.requestCopyTxt {
    padding: 10px 15px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 20px;
    /* width: calc(100% - 106px); */
    width: 118px;
    border: 2px solid #333;
    float: left;
    font-weight: 500;
    overflow-y: auto;
    white-space: nowrap;

    user-select: all;

    background-color: #FFF;
}
.requestCopy {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    width: 70px;
    border: 2px solid #333;
    float: left;
    height: 20px;
    font-weight: 500;
    background: hsla(32, 87%, 68%, 1);
    background: linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(32, 87%, 68%, 1) 0%, hsla(40, 97%, 71%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4B266", endColorstr="#FDCE6E", GradientType=1 );
    border-left: none;
    cursor: pointer;
    display: inline-table;
}

.requestCopyTxt {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.requestCopyTxt::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


#labelAutoSignup {
    display: inline-block;
    margin-left: 10px;
}