*:focus {
  outline:none !important
}

.myTinyImageResponsive {
  max-width: 100%;
  max-height:100%;
}



a {
  cursor: url('../../images/pointer.png'), pointer;
}

#hoverItem {
  cursor: url('../../images/pointer.png'), pointer;
}

video::-internal-media-controls-download-button {
  display:none;
}

video::-webkit-media-controls-enclosure {
  overflow:hidden;
}

.tox-statusbar__path, .tox-statusbar__branding {
  display: none!important;
}

@media (max-width:650px) {
  .hideImage {
      display: none;
  }
}

@media screen and (max-width: 650px) {
  .tagLine {
      background-color: #393994;
      color: white;
      border-radius: 20px;
      font-size: 12px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 40px;
      padding-right: 40px;
  }
  .sidenav-mainmenu{
    border-bottom: 1px solid #FFFFFF;
  }
  .sidenavline{
    display: none;
  }
}

@media screen and (min-width: 651px) {
  .tagLine {
      background-color: #393994;
      color: white;
      border-radius: 20px;
      font-size: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 40px;
      padding-right: 40px;
  }
}

.successModals {
  background-color: #393994;
  display: flex;
  align-items: center;
}

.customInputText {
  border-radius: 100px;
}

.loginModals {
  background-color: #393994;
  display: flex;
  align-items: center;
}

.loginPage {
  background-color: #01AEF0;
  display: flex;
  align-items: center;
}

.loginTab {
  list-style: none;
  display: flex;
  padding: 0;
  border: 0;
}

.roleButtonActive {
  background-color: #2699fb;
  border: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  outline: 0;
  text-align: center;
  width: 50%;
}

.roleButtonInactive {
  background-color: #FFFFFF;
  border: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #2699fb;
  color: #2699fb;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  outline: 1;
  text-align: center;
  width: 50%;
}
.btnPelajari {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color : #FFFFFF;

  background-color: #08297E;
  padding-top : 10px;
  padding-right : 50px;
  padding-bottom : 10px;
  padding-left : 50px;
}

.registerForm {
  /* border-top: solid black 1px;
  border-left: solid black 1px;
  border-right: solid black 1px;  */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}

.loginForm {
  /* border-top: solid black 1px;
  border-left: solid black 1px;
  border-right: solid black 1px;  */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  /* width: 600px; */

  background-color: #FFFFFF;
  background-size:     cover;
}

.myImageResponsive{
  display: block;
  max-width: 100%;
   height: auto;
}



.whiteText {
  color: #FFFFFF;
}

.homeTitleText {
  font-size:40px;
}

.contentTitleText {
  font-size:22px;
}

.roleButtonActives {
  background-color: #2699fb;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  outline: 0;
  text-align: center;
  width: 50%;
}

.roleButtonInactives {
  background-color: #FFFFFF;
  border: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-color: #2699fb;
  color: #2699fb;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  outline: 0;
  text-align: center;
  width: 50%;
}

.loginButton {
  background-color: #01AEF0;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.loginButton:active {
  background-color: #FFC615;
}

.forgetButton {
  background-color: #393994;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.forgetButton:active {
  background-color: #FFC615;
}

.registerButton {
  background-color: #2699fb;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding:5px;
  text-align: center;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.registerButton:active {
  background-color: #FFC615;
}
.centerImage {
  display: block;
  margin: 0 auto;
}

.centerText {
  text-align: center;
}

.registerPage {
  background-color: #01AEF0;
  align-items: center;
  height: auto!important;
  width: auto!important;
}

.modalContentCustom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #393994;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

@media screen and (min-width: 651px) {
  .navItemCustom {
      margin-bottom: -1px;
      margin-right: 50px;
  }

  .headerset{
      margin:0px;
      text-align: left;
  }
}



.headerset{
  margin-left:30px;
  margin-right:30px;
  text-align: center;
}

.blueHeader{
  background-color: #303192;
  color:#DDD;
  text-align: center;
  font-size: 16px;
}

tr:nth-child(even) {
  background-color: #d3ecff;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  vertical-align:top;
  color: #000000;
  font-size:35px;
  line-height:18px;
}


.svg_wrapper {
width: 100%;
margin-bottom: 30px;
}

.svg_wrapper svg {
margin-bottom: 0px;
}

#bg_testregister {
position: absolute;
left: 15%;
top: 0;
text-align:right;
width: auto;
}

.testPage {

  background: url('../../images/bg_login2.svg');
  background-repeat: no-repeat;
  height: auto!important;
  width: auto!important;
}

.testPage2 {
  background: url('../../images/home-4f.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.testPage3 {
  background: url('../../images/home-4e.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.testPage4 {
  background: url('../../images/home-4d.png');
   background-repeat: no-repeat;
 background-size: 100% 100%;

}

.testPage5 {
  background: url('../../images/home-4c.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.testPage6 {
  background: url('../../images/home-4b.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.testPage7 {
  background: url('../../images/home-4a.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



.myShape {
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    background:  #ffffff;
    height: 100%;
    padding-top: 41px;
    padding-left: 0px;
    padding-right: 15px;
}
.my_navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;

}

.theme_school{
background:#193B62;
color:#FFFFFF;
}

.theme_main{
background:#23b5ed;

}

.textDodgeBlue{
color:#2699FB;
}

.textBiscay{
color:#193B62;

}

.navbar-toggler-custom {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: url('../../images/ham_icon.png');
background-size: 100% 100%;
}


.fixed {
position:fixed;
top:0;
left:0;
right:0;
width:100%;
z-index:99;

}

.content_margin{
margin-top:40px;
margin-bottom:80px;
}
.content_margin_menu{
margin-top:50px;

}



.sidenav {
height: cover;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #2699FB;
overflow-x: hidden;
transition: 0.5s;


}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 14px;
color: #FFFFFF;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav_item {
border: 1px solid #FFFFFF;
}

.sidenav .closebtn {

top: 0;
float: right;
font-size: 30px;

}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px; }
.sidenav a {font-size: 18px;}
}

.singleword {
 width: 100%;
 word-wrap:break-word;
 table-layout: fixed;
}

hr.sidenavline {
border: 1px solid #FFFFFF;
}


.qbtn{
  cursor:pointer;
  width:30px;
  height:30px;

  border-radius:3px;
  background-color:#FFFFFF;
  color:#3ACCE1;
  float:left;
  font-size:16px;
  padding:2px;
border: 2PX SOLID #3ACCE1;
  text-align:center;
  margin:5px;
}

.tryout_titleheader{
  background-color: #454f63;
  color:#fff;

}

.btnComplete {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #00acee;
  cursor: pointer;
  color: #fff;

}

.curvedForm {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.curvedButton {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.curvedFull {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
}

.profileheader {
display: flex;
}

.profileheader img {
margin-right: 10px;
display: block;
}

.eksplorasi_title {

  background: url('../../images/pattern-space.png');

  }

.create_tryoutbg {

  background: url('../../images/mask_grup12.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  }


.right{
float:right;
}

.left{
float:left;
}

.centercontent{
  margin:auto;
}

.fullbody {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}

.myinline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.searchicon{
background:url('../../images/search_icon.png');
background-repeat: no-repeat;
padding-left:25px;
}


.myBtn11 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.myBtn11:hover {
  background-color: #555;
}

.nav_underlinehover a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: yellow;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav_underlinehover a:hover:after {
  width: 100%;
  left: 0;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btnKawanPrimary{
background:#2699FB;
color:#ffffff;
}

.btnKawanWarning{
background:#FFDD1F;
color:#000000;
}

.btnKawanActive{
  background:#2699FB;
  color:#ffffff;
}

.btnKawanDeactive{
  background:#FFFFFF;
  color: #2699FB;
  border: 2px solid #2699FB;
}

.kawanSelected{
  border: 2px solid #2699FB;
}

.kawanDisabled{
  background-color: #D3D3D3;
  border: 0;
  color:#4E4E4E;
  font-size: 18px;
  font-weight: bold;
  padding:5px;
  text-align: center;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.menuActive{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #FFFFFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 2px solid #2699FB;
  padding-top: 25px;
  width:100px;
  height: 100px;
}

.menuDeactive{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #FFFFFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 25px;
  width:100px;
  height: 100px;
}

.icoDeactive{
  color:#4E4E4E;

}

.cardmapel{
  background:url('../../images/cardmapel.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cardbab{
  background:url('../../images/cardbab.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cardsoal{
  background:url('../../images/cardsoal.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footerSpace{
  background:url('../../images/footer-space.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.boxShadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
  position: relative;
  z-index: 2;

}

.image{
  position: absolute;
  top: -15% !important;
  z-index:1;

  height:100%;
  background-size: 100%;

}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-left: 10px;
  padding: 8px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/* css Background kodeujian*/
/* Medium Devices, Desktops */
@media only screen and (max-width : 1440px) {
  .kodePage {
    background-image: url('../../images/bg-mulai-ujian.svg'),linear-gradient(to right, rgb(1, 16, 99), rgba(0, 87, 248, 0.849));
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position:center;
    padding-bottom: 350px !important;
    padding-top:100px;

  }
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
  .kodePage {
    background-image: url('../../images/bg-mulai-ujian.svg'),linear-gradient(to right, rgb(1, 16, 99), rgba(0, 87, 248, 0.849));
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position:center;
    padding-bottom: 340px !important;
    padding-top:100px;

  }
}






/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .kodePage {
    background-image: url('../../images/bg-mulai-ujian.svg'),linear-gradient(to right, rgb(1, 16, 99), rgba(0, 87, 248, 0.849));
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position:center;
    padding-bottom: 630px !important;
    padding-top:100px;

  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .kodePage {
    background-image: url('../../images/bg-mulai-ujian.svg'),linear-gradient(to right, rgb(1, 16, 99), rgba(0, 87, 248, 0.849));
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position:center !important;
    padding-bottom: 250px;
    padding-top:100px;

  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  .kodePage {
    background-image: url('../../images/bg-mulai-ujian.svg'),linear-gradient(to right, rgb(1, 16, 99), rgba(0, 87, 248, 0.849));
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position:center !important;
    padding-bottom: 250px;
    padding-top:100px;

  }
}
/* css background ujian */
.ujianPage {
  background-image: url('../../images/bg-ujian.png');
  background-size: cover;
  background-repeat: no-repeat !important;
}

.teacher-block-menu {
  clear: right;

}

.teacher-block-menu ul{
  margin:0;
  padding:0;
}

.teacher-block-menu ul li{
  display: inline-block;
}

.teacher-block-menu ul li a {
  border-right: 1px solid #e9eaed;
  color: #B1B1B1;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 42px;
  margin-right: 40px;
  padding: 8px 0px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  text-transform:capitalize;
}

.teacher-block-menu ul li:first-child a{
  border-left: 1px solid #e9eaed;
}

.teacher-block-menu ul li a:hover{
  display: inline-block;
  color: #193B62;
}

.teacher-block-menu-active {
  border-bottom: 2px solid #193B62;
  color: #193B62!important;
}

.myfont-menu {
font-family: 'Open Sans';
font-size: 14px;
}

.my-container{
margin-top: 30px;
margin-bottom: 30px;
margin-left: 70px;
margin-right : 70px;
}

.background_back{
background:#f5f5f5;
}

.label-pengaturan-akun{
font-family: Open Sans Bold;
font-size : 18px;
color : #193B62;
}

.input-pengaturan-akun{
font-family: Open Sans;
font-size: 14px;
}

.mycircle
{
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 20px;
  background: #23B6ED;
}

.question-detil-header{
  background:#23B6ED;
  color:#FFFFFF;
  margin-bottom: 10px;
  padding:5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.collapsible:after {
font-family: "Font Awesome 5 Free";
content: "\f067";
font-weight: 900;
font-size: 13px;
color: white;
float: right;
margin-right: 10px;
}



.content-collapsible {
padding: 0 18px;
display: none;
overflow: hidden;

}

.set-imgwhite{
  filter: brightness(0) invert(1);

}

.set-circleblue-large
{
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding: 12px;
  background: #23B6ED;
}

.set-circleblue-small
{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #23B6ED;
}

.dropdown-leftside {
  left: auto !important;
  right: 0 !important;
}

.floatTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 26px;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #193c62;
  color: white;
  cursor: pointer;
  padding: 1px;
  border-radius: 50%;
}

.floatTopBtn:hover {
  background-color: #ffc207;
  color: black;
}

.center-XY{
  display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center
}


.mytempa a:hover {background-color: #2699FB;}
.mytempa:hover, .mytempa:focus {
background-color: #e7f6ff;
}

/* css Evaluasi */
.myBox {
  width:370px;
  height:300px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: scroll;
  }

  .scrollbar
  {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
  }

  .force-overflow
  {
    min-height: 300px;
  }

  #wrapper
  {
    text-align: center;
    width: 500px;
    margin: auto;
  }

  #style-1::-webkit-scrollbar-track
  {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  #style-1::-webkit-scrollbar
  {
    width: 12px;
    background-color: #F5F5F5;
  }

  #style-1::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
  }

/* bg eksplorasi */
  @media only screen and (max-width : 760px) {

  .bgeksplorasi{
    background: url('../../images/eksplorasi A.svg'), url('../../images/eksplorasi B.svg');
    background-position:right top 50px, left center;
    background-repeat: no-repeat, no-repeat;
    background-size:30%, 75%;
    margin-right: -55px;
    margin-left: -30px;
    padding-top: 30px;

}
  }
/* bg eksplorasi */
  @media only screen and (min-width : 760px) {
      .bgeksplorasi{
        background: url('../../images/eksplorasi A.svg'), url('../../images/eksplorasi B.svg');
        background-position: right top, left center;
        background-repeat: no-repeat, no-repeat;
        background-size: 30%, 75%;
        margin-right: -55px;
        margin-left: -30px;
    }
      }

/* bg hasiltryout */


  @media only screen and (max-width : 1440px) {

    .bghasiltryout{
      background-image: url('../../images/nilai-bg1.svg'), url('../../images/nilai-bg2.svg');
      background-position:right top, left bottom;
      background-repeat: no-repeat, no-repeat;
      background-size:10%, 20%;
      padding-bottom:10px;

    }
  }

  @media only screen and (min-width : 1440px) {
    .bghasiltryout{
      background-image: url('../../images/nilai-bg1.svg'), url('../../images/nilai-bg2.svg');
      background-position:right top, left bottom;
      background-repeat: no-repeat, no-repeat;
      background-size:10%, 20%;
      padding-bottom:800px !important;

    }
  }




  /* ----------------------------------------------
 * Generated by Animista on 2020-2-21 16:30:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-24 10:9:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.center-mycontent{
  text-align:center;
  width:100%;
}

.modal-confirm {
  color: #636363;
  width: 325px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;
      position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .close {
      position: absolute;
  top: -5px;
  right: -5px;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box-fail {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #e56363;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 0px;
}
.modal-confirm .icon-box-fail i {
  font-size: 58px;
  position: relative;
  top: 10px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.modal-confirm .fbtn {
  color: #fff;
  border-radius: 4px;
  background: #e56363;
  text-decoration: none;
  padding: 5px;
  font-size: 20px;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-confirm .sbtn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  padding: 5px;
  font-size: 20px;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
/* .modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
} */
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}


.text-logoheadersekolah{
  width: 370px;
  text-align:right;
  white-space: normal;
  margin-top: -30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #09b1b5;
}

input:focus + .slider {
  box-shadow: 0 0 1px #09b1b5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(66px);
  -ms-transform: translateX(66px);
  transform: translateX(66px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.quiztype-label{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 5px;
    font-family: Open Sans Semibold;
    font-size:12px;
    color:#ffffff;
    padding: 5px;
  }

  .btn-adakantryout{
    background:    #00d3ff;
    background:    linear-gradient(#00d3ff, #008dfb);
    border-radius: 1000px;
    padding:       8px 20px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal bold 14px/1 "Open Sans", sans-serif;
    text-align:    center;
  }

  .profile-logo-upload-button {
    background: #E0E0E0;
    border-bottom-left-radius: 190px;
    border-bottom-right-radius: 190px;
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 75px;
    margin: 0 1em 1em 0;
    z-index: 10;
    top: 45px;
    left: 3px;
    opacity: 0.8;
    text-align: center;
}

.profile-logo-upload-button span {
    width: 50px;
    color: #000000;
}

@media only screen and (min-width: 768px) {
    .profile-logo-upload-button {
        background: #E0E0E0;
        display: inline-block;
        position: absolute;
        height: 60px;
        width: 145px;
        margin: 0 1em 1em 0;
        z-index: 10;
        top: 95px;
        left: 8px;
        opacity: 0.6;
        text-align: center;
    }

    .profile-logo-upload-button span {
        transform: scale(1.75);
        margin-top: 10px;
    }
}

.profile-logo-upload-button:focus {
    outline: 0;
}

.profile-logo-upload-button:hover {
    cursor: pointer;
    opacity: 0.9;
}

 /* Customize the label (the container) */
 .container-class-select {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 1px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-class-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  margin-top: 3px;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border: solid rgb(0, 204, 255);
}

/* On mouse-over, add a grey background color */
.container-class-select:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-class-select input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-class-select input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-class-select .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filebox-teacher{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: #95bdec;
  padding: 10px;
  border: 2px solid #3b83e4;
}
