.menu-area .avatar{
    width: 35px;
    height: 35px;
    background: #e6e7ec;
    margin-left: 30px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)!important;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .menu-area .avatar img{
    width: 35px;
    height: 35px;
  }

  .pricing__item-top {
      height: 280px;
  }

  .pricing__item-top img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .pricing__item-middle{
    height: auto;
    padding: 15px;
    padding-bottom: 0px;
  }

  .pricing__item-middle .tema{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .pricing__item-middle .tema h5{
    font-size: 1.1rem;
    line-height: 1.2rem;
    padding: 0 !important;
    margin: 0 !important;
  }
  .pricing__item-middle .tema small{
     font-size: 0.8rem;
     line-height: normal !important;
     color: var(--secondary-color);
     padding: 0 !important;
     position: absolute;
     margin-top: -2px;
  }

  .pricing__item-middle .banicon{
    box-sizing: border-box;
    width: 100%;
    height: 45px;
  }

  .pricing__item-middle .banicon .icons{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 0.9rem;
    color: var(--title-color);
  }

  .pricing__item-middle .banicon .icons label{
      font-size: 0.7rem;
      margin-left: 10px;
  }

  .pricing__item-middle .banicon .icons svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 13px;
  }
  .pricing__item-middle .banicon small{
     font-size: 12px;
     margin-left: 30px;
     margin-top: -5px;
     height: 20px;
     position: absolute;
     color: var(--text-theme-color);
  }

  .pricing__item-middle .banfooter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background: rebeccapurple; */
    margin-top: 10px;
    box-sizing: border-box;
    width: 80%;
    height: 40px;
    /* #E6EDFB */
    border-top: 1px solid var(--border-color);
  }

  .pricing__item-middle .banfooter .icons{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 13px;
    color: var(--title-color);
  }

  .pricing__item-middle .banfooter .icons svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 13px;
  }

  .pricing__item-middle .btndaftar{
      width: 45%;
      height: 60px;
      right: -7px;
      bottom: -7px;
       background: #0BA69D;
    background: linear-gradient(90deg, #0BA69D 19%, #06817b 100%);
      position: absolute;
      border-radius: 0 30px 30px 30px;
      box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
      display: flex;
      justify-content:center;
      align-items: center;
      gap: 15px;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 5px 0 rgba(0, 0, 0, .19)!important;
  }
 

  .pricing__item-middle .btndaftar .containerSvg{
      background: #dde1dd87;
      border-radius: 100%;
      padding: 10px;
      display: flex;
      justify-content:center;
      align-items: center;
      
  }

  .pricing__item-middle .btndaftar .containerSvg svg{
      width: 20px;
      height: 20px;
      color: #fff;
      border-radius: 100%;
      cursor: pointer;
      transition: 0.3s;
  }

  .pricing__item-middle .btndaftar svg:hover{
    color: #fffb07;
  }

  @media (max-width: 500px) {
    .pricing__item-middle .btndaftar{
       padding-left: 10px;
       padding-right: 10px;
       width: 55%;
    }

  }


  .pricing__item-middle .banfooterjadwal{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background: rebeccapurple; */
    margin-top: 10px;
    box-sizing: border-box;
    width: 80%;
    height: 60px;
    /* #E6EDFB */
    border-top: 1px solid rgba(230, 237, 251, 0.1215686275);;
  }


  .pricing__item-middle .btnJadwal{
    width: calc(100%);
    height: 80px;
    right: 0px;
    bottom: 0px;
    background: #0BA69D;
    background: linear-gradient(90deg, #0BA69D 19%, #06817b 100%);
    position: absolute;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }

  .pricing__item-middle .btnJadwal .section{
     position: absolute;
     width: 80%;
     margin-left: 10%;
     margin-top: 10px;
     height: 60px;
     border-radius: 10px;
     overflow: hidden;
  }

  .pricing__item-middle .btnJadwal .section .secicons .btngroup{
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #f2efefaa;
      right: 10px;
      bottom: 0px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .pricing__item-middle .btnJadwal .section .secicons .btngroup svg{
     width: 20px;
     height: 20px;
     color: #0BA69D;
  }

  .pricing__item-middle .btnJadwal .section .secicons{
      box-sizing: border-box;
      width: 100%;
      height: 45px;
      padding-left: 15px;
      position: absolute;
      transition: 0.3s;
      bottom: 15px;
  }

  .pricing__item-middle .btnJadwal .section .secicons .icons{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 13px;
    color: #fff;
  }


  .pricing__item-middle .btnJadwal .section .secicons small{
    font-size: 12px;
    margin-left: 30px;
    margin-top: -5px;
    height: 20px;
    position: absolute;
    color: #d9d3d3de;
 }

 .pricing__item-middle .btnJadwal .section .secicons span{
    font-size: 12px;
    margin-left: 30px;
    height: 20px;
    position: absolute;
    margin-top: 12px;
    color: #f93d3d;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pricing__item-middle .btnJadwal .section .secicons span svg{
   width: 20px;
   height: 20px;
   font-size: 10px;
   color: #0BA69D;
   margin-right: 10px;
}


  .pricing__item-middle .btnJadwal .section .secicons .icons svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 13px;
  }

  .pricing__item-middle .btnJadwal .arrawleft{
     position: absolute;
     width: 60px;
     height: 80px;
     left: 0;
     color: #fff;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
  }
  .pricing__item-middle .btnJadwal .arrawright{
    position: absolute;
    width: 60px;
    height: 80px;
    right: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
     justify-content: center;
     align-items: center;
 }
.pricing__item-middle .btnJadwal .arrawleft svg,
.pricing__item-middle .btnJadwal .arrawright svg{
     width: 30px;
     height: 50px;
     transition: 0.3s;
 }

 .pricing__item-middle .btnJadwal .arrawleft svg:hover,
.pricing__item-middle .btnJadwal .arrawright svg:hover{
   color: #0BA69D;
}

.pricing__item-middle .btnJadwal .maxview{
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    background: #ffffffcd;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.pricing__item-middle .btnJadwal .maxview svg{
  width: 20px;
  height: 20px;
  color: #0b7c5c;
}
.pricing__item-middle .btnJadwal .maxview:hover{
   background: #f6f3f3aa;
}

img, div{
  user-select: none;
}

.roadmap__item-content .banHasil{
  position: absolute;
  width: 90%;
  margin-left: 0%;
  height: 90px;
  background:  var(--tertiary-color2);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

 .section{
  position: absolute;
  /* background: #ffffffaa; */
  width: 80%;
  margin-left: 10%;
  margin-top: 0px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

 .section .btnsertifikat,
 .section .btnpiagam,
 .section .btnpengumuman,
 .section .btnpembahasan,
.overlaymaxview .formmaxview .secicons .btnsertifikat,
.overlaymaxview .formmaxview .secicons .btnpiagam,
.overlaymaxview .formmaxview .secicons .btnpengumuman,
.overlaymaxview .formmaxview .secicons .btnpembahasan{
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: var(--text-color);;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formmaxview .secicons{
  position: relative;
}

.overlaymaxview .formmaxview .secicons .r1:hover>svg,
.overlaymaxview .formmaxview .secicons .r2:hover>svg,
.overlaymaxview .formmaxview .secicons .r3:hover>svg,
.overlaymaxview .formmaxview .secicons .r4:hover>svg
{
  color: #fff;
}

.overlaymaxview .formmaxview .secicons svg
{
  width: 15px;
  height: 15px;
}

.r1{
  right: 15px;
  bottom: 15px;
}
.r2{
  right: 45px;
  bottom: 15px;
}
.r3{
  right: 75px;
  bottom: 15px;
}
.r4{
  right: 105px;
  bottom: 15px;
}



.section .btnsertifikat svg,
.section .btnpiagam svg,
.section .btnpengumuman svg,
.section .btnpembahasan svg
{
  width: 15px;
  height: 15px;
  color:var(--svg-color);
  transition: 0.3s;
}

.section .r1:hover>svg,
.section .r2:hover>svg,
.section .r3:hover>svg,
.section .r4:hover>svg
{
  color: #fff;
}

 .section .secicons{
   box-sizing: border-box;
   width: 100%;
   height: 55px;
   padding-left: 15px;
   position: absolute;
   transition: 0.3s;
}

 .section .secicons .icons{
 display: flex;
 justify-content: start;
 align-items: center;
 width: 100%;
 height: 25px;
 font-size: 13px;
 color: var(--title-color);
}


 .section .secicons small{
 font-size: 12px;
 margin-left: 30px;
 margin-top: -5px;
 height: 20px;
 position: absolute;
 color: var(--text-color);
}

 .section .secicons span{
 font-size: 12px;
 margin-left: 30px;
 height: 20px;
 position: absolute;
 margin-top: 12px;
 color: #0BA69D;
 display: flex;
 justify-content: flex-start;
 align-items: center;
}

 .section .secicons span svg{
width: 20px;
height: 20px;
font-size: 10px;
color: #0BA69D;
margin-right: 10px;
}


 .section .secicons .icons svg{
 width: 20px;
 height: 20px;
 margin-right: 10px;
 font-size: 13px;
}

 .arrawleft{
  position: absolute;
  width: 60px;
  height: 90px;
  left: 0;
  color: var(--title-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .arrawright{
 position: absolute;
 width: 60px;
 height: 90px;
 right: 0;
 color: var(--title-color);
 cursor: pointer;
 display: flex;
  justify-content: center;
  align-items: center;
}
 .arrawleft svg,
 .arrawright svg{
  width: 30px;
  height: 50px;
  transition: 0.3s;
}

 .arrawleft svg:hover,
 .arrawright svg:hover{
color: #0BA69D;
}

 .maxview{
 position: absolute;
 right: -5px;
 top: -5px;
 width: 25px;
 height: 25px;
 background: #ffffffcd;
 border-radius: 10px;
 cursor: pointer;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: 0.3s;
}

 .maxview svg{
width: 20px;
height: 20px;
color: #0b7c5c;
}
 .maxview:hover{
background: #f6f3f3aa;
}

.pdb-80{
  padding-bottom: 80px;
 }



.header__viewinfo{
  width: 98%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   background-color: var(--bg-team);
   border-radius: 20px 20px 0 0 ;
   
}

.header__viewinfo .titles{
  width: 100%;
  padding: 1rem;
  padding-left: 2rem;
  padding-top: 2rem;
  font-family: "Anek Telugu", sans-serif;
  color: var(--title-color);
  font-size: 1.5rem;
  /* font-weight: bold;/ */
  line-height: 1.3rem;
}
.pricing__item-innersme{
  position: relative;
    transition: all 0.3s ease-out;
    /* background-color: var(--wh-color); */
    border: 2px solid transparent;
    /* box-shadow: 0px 16px 40px 0px rgba(26, 64, 137, 0.06); */
    border-radius: 16px;
}

.pricing__item-innersme .floatingsidebar{
  width: 98%;
  height: auto;
  padding: 10px;
  position: absolute;
  background-color: var(--bg-team);
  z-index: 9;
  border-radius: 0 0 20px 20px;
}

.pricing__item-innersme .floatingsidebar .containertab{
   width: 9%;
   height: auto;
}


.containertab .btntab{
    padding: 5px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
    color: var(--secondary-color);
    border-radius: 10px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.3s;
}

.containertab .active{
  color: var(--title-color);
  background: var(--tertiary-color2);
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
}
.containertab .btntab:hover{
  color: var(--title-color);
   background: var(--tertiary-color2);
}
.pricing__item-content .viewinfo{
  position: relative;
  width: 90%;
  margin-left: 11%;
  height: auto;
  min-height: 200px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 10;
  background: var(--tertiary-color2);
  border-radius: 20px;
  padding: 20px;
  padding-top: 15px;
  background-image: url('../images/banner/home1/bg-dark.png') !important;
  background-size: 100% 200%;
  background-repeat: no-repeat;
}

.viewinfo .tabContainer{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* background: blue; */
  margin-bottom: 10px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(161, 175, 169, 0.325);
  padding-bottom: 15px;
  color: #a5a49f;
  
}

.viewinfo .tabContainer span{
  font-size: 0.8rem;
   padding: 10px;
   padding-left: 20px;
   padding-right: 20px;
   height: 30px;
   margin-right: 10px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 20px;
   border: 1px solid #e0e6e465;
   cursor: pointer;
   transition: 0.3s;
}
.viewinfo .tabContainer span:hover{
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2),
    inset -1px -1px 2px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid var(--tab-active);
  /* color: var(--secondary-color); */
}

.viewinfo .tabContainer .tabactive{
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2),
    inset -1px -1px 3px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid var(--tab-active);
  color: var(--secondary-color);
}

.viewinfo .btnContainer{
  display: flex;
  justify-content: flex-start;
  align-content: first baseline;
  flex-wrap: wrap;
  width: 100%;
}



.viewinfo .btnContainer .btnpengumuman{
    width: 25%;
    height: 25px;
    margin-top: 10px;
    color: var(--text-color-light);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.3s;
}
.viewinfo .btnContainer .btnpengumuman svg{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.viewinfo .btnContainer .btnpengumuman:hover{
  color: var(--title-color);
  transform: scale(1.01);
}
@media (max-width: 767px) {
  .viewinfo .tabContainer span{
    font-size: 0.7rem;
     padding: 10px;
  }
  .pricing__item-content .viewinfo{
    width: 80%;
    margin-left: 21%;
    background-image: url('../images/banner/home1/bg-dark.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
  }
  .pricing__item-innersme .floatingsidebar .containertab{
    width: 17%;
 }
 .viewinfo .btnContainer .btnpengumuman{
  width: 50%;
  font-size: 0.8rem;
 }
  .mb-130{
     margin-bottom: 80px;
  }

  .r1{
   right: 15px;
  bottom: -10px;
  }
  .r2{
    right: 45px;
    bottom: -10px;
  }
  .r3{
    right: 75px;
    bottom: -10px;
  }
  .r4{
    right: 105px;
    bottom: -10px;
  }

  .overlaymaxview .formmaxview .secicons .r1{
    right: 15px;
    bottom: 15px;
  }
  .overlaymaxview .formmaxview .secicons .r2{
     right: 45px;
     bottom: 15px;
  }
  .overlaymaxview .formmaxview .secicons .r3{
     right: 75px;
     bottom: 15px;
  }
  .overlaymaxview .formmaxview .secicons .r4{
     right: 105px;
     bottom: 15px;
  }

  
}
@media (max-width: 400px) {
  .viewinfo .btnpengumuman{
     width: 50%;
     font-size: 0.8rem;
     line-height: 0.9rem;
  }
  .viewinfo .btnpengumuman svg{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
}

.navbottom{
  position: fixed;
  z-index: 1000;
  width: 310px;
  height: 50px;
   background: #0BA69D;
    background: linear-gradient(90deg, #0BA69D 19%, #06817b 100%);
  bottom: 15px;
  left: 50%;
  margin-left: -155px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  display: flex;
  color: #abb1afe6;
}

.navbottom .nav{
   width: 50px;
   height: 50px;
   margin-left: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.navbottom .nav svg{
   width: 25px;
   height: 25px;
   transition: 0.3s;
}

.navbottom .active{
   color: #24E1CD;
}
.navbottom .active svg{
  width: 35px;
  height: 35px;
}
/* 
.navbottom .nav:hover>svg{
  width: 35px;
  height: 35px;
} */

.z-depth-0 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)!important;
}

.z-depth-1 {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 5px 0 rgba(0, 0, 0, .19)!important;
}

.z-depth-2 {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)!important;
}

.z-depth-3 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)!important;
}

.z-depth-4 {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.z-depth-5 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)!important;
}

.z-depth-6 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2)!important;
}

.z-depth-7 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)!important;
}

.z-depth-8 {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  /* background: #e6e2e0; */
  /* color: #15c087; */
}

.z-depth-9 {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
 
}

.z-depth-rounded {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
  border-radius: 10px !important;
 
}

.unz-depth {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #a1afa953;
}

.unz-depth:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
  border-radius: 10px;
}
.overlayNigol {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
   background: linear-gradient(
    135deg,
    rgba(11, 166, 157, 0.85) 0%,   /* #0BA69D: turquoise segar */
    rgba(255, 255, 255, 0.05) 40%, /* putih lembut sebagai transisi */
    rgba(109, 110, 112, 0.85) 100% /* #6D6E70: abu elegan */
  );
  backdrop-filter: blur(90px);
  display: flex;
  justify-content: center;
}


.overlayNigol::before,
.overlayNigol::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  animation: floatLight 12s infinite ease-in-out alternate;
  z-index: 0;
}

.overlayNigol::before {
  top: -200px;
  left: -200px;
}

.overlayNigol::after {
  bottom: -200px;
  right: -200px;
  animation-delay: 4s;
}

.overlayNigol .powered{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    user-select: none;
}

.overlayNigol>.formNigol {
  position: relative;
  width: 500px;
  height: 550px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: 0.3s;
  top: 50%;
  margin-top: -275px;
  color: #333;
   z-index: 10051;
}




.overlayNigol>.formNigol>.formlogin{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    transition: 0.3s;
}

.overlayNigol>.formNigol>.formlogin h2,
.overlayNigol>.formNigol>.formsignup h2,
.overlayNigol>.formNigol>.formforgot h2{
  color:#6D6E70;
  display: flex;
  justify-content: center;
  align-items: center;

}
.overlayNigol>.formNigol>.formlogin img,
.overlayNigol>.formNigol>.formsignup img,
.overlayNigol>.formNigol>.formforgot img{
  width: 200px;
    height: auto;
}
.overlayNigol>.formNigol>.formlogin h2 span{
   color: #0BA69D;
}

.text-bold{
  font-weight: 800;
  padding: 0;
   margin: 0;
}
.text-header{
   text-align: center;
   width: 100%;
   padding: 0;
   margin: 0;
}
.overlayNigol .formNigol h2 img{
   width: 120px;
   height: 130px;
}

.form-group span{
  position: absolute;
  right: 40px;
  margin-top: -35px;
  cursor: pointer;
  color: #0de0d2;

}

.form-group svg{
   width: 20px;
   height: 20px;
}

.overlayNigol>.formNigol>.formsignup,
.overlayNigol>.formNigol>.formforgot{
    left: 0;
    top: 550px;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    transition: 0.3s;
} 

.form-check, .d-flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-check-label{
  margin-left: 5px;
  margin-top: 5px;
}
.text-underline{
   text-decoration: underline;
   cursor: pointer;
}

.bannertoast{
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 10000000000000;
  top: -80px;
  min-height: 25px;
  min-width: 25px;
  max-height: 100px;
  max-width: 200px;
  padding: 15px;
  line-height: 0.9rem;
  background: #0BA69D;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
  color: #fff;
  transition: 0.3s;
  font-size: 0.7rem;
  font-weight: bold;
}


.overlayProfile {
  position: fixed;
  z-index: 1001;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.overlayProfile>.formProfile {
  z-index: 1002;
  position: relative;
  width: 500px;
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.overlayProfile>.formProfile>.formdataprofle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 500px;
  top: 0;
  transition: 0.3s;
}

.overlayProfile>.formProfile>.formcngPassword {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  transition: 0.3s;
}

.overlayProfile>.formProfile>.alertmessage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 500px;
  top: 0;
  transition: 0.3s;
}

.overlayProfile>.formFoto {
  width: 35px;
  height: 35px;
  position: absolute;
  background: #ececf1;
  top: 25px;
  left: 90%;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1004;
  display: none;
}

.overlayProfile>.formFoto>img {
  width: 100%;
  height: 100%;
}

.overlayProfile>.formFoto>.brws {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  right: 8px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 210;
  opacity: 0;
  cursor: pointer;
  /* display: none; */
}

.overlayProfile>.formFoto>.btnbrwsfoto {
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 6px;
  right: 8px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

.overlayProfile>.formFoto>.btnbrwsfoto svg {
  width: 10px;
  color: #000;
}

.formhead {
  position: relative;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #a1afa953;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.formhead>.posback {
  margin-left: 10px;
  width: 30px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formhead>.posback>svg {
  color: #000;
  width: 90px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
  cursor: pointer;
}

.formhead>.posfoto {
  width: 55px;
  height: 55px;
}

.formhead>.judul {
  width: calc(100% - 85px);
  height: 55px;
  display: flex;
  align-items: center;
  color: #000;
}

.formhead>.tema {
  width: calc(100% - 30px);
  height: 55px;
}

.formhead>.tema > .maintema {
  margin-top:14px;
  font-size: 13px;
  color: #000;
  line-height: 14px;
  align-items: center;
  padding-left: 10px;
}

.formhead>.tema > .anaktema {
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  padding-left: 10px;
  color: #484545;
}

.formbody {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(100% - 110px);
  overflow: auto;
  overflow-y: visible;
  padding: 25px;
}
.formbody p {
   color: #3f3d3d;
   font-size: 0.9rem;
}

.formfooter {
  width: 100%;
  height: 55px;
  border-top: 1px solid #f2f2f2;
  position: absolute;
  bottom: 0;
}

.formfooter button {
  float: right;
  margin: 10px 15px 10px 0;
}

.formfooter .signout {
  cursor: pointer;
  color: #f90303;
  float: right;
  margin: 15px 15px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formfooter .signout svg {
  margin-right: 10px;
}

.namapeserta {
  position: absolute;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  top: 0;
  left: 0;
  z-index: 1002;
  display: none;
  transition: 0.3s;
}

.statuspeserta {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  transition: 0.3s;
  display: none;
  justify-content: flex-start;
  align-items: center;
}

.statuspeserta span {
  font-size: 11px;
  color: #3f3d3d;
}

.statuspeserta svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 10px;
  color: #0BA69D;
}

.statuspeserta svg:hover {
  color: #2185F4;
}

.form-group .formCombo {
  position: absolute;
  z-index: 1000;
  width: 240px;
  height: auto;
  max-height: 240px;
  min-height: 100px;
  background: #fff;
  transition: 0.3s;
  border-radius: 8px;
  margin-top: -36px;
}

.form-group .formCombo .headerCombo {
  height: 40px;
  position: relative;
  border-radius: 8px;
}

.form-group .formCombo .headerCombo .searchCombo {
  padding-right: 0.85rem;
  padding-left: 2rem;
  
}

.form-group .formCombo .headerCombo .iconinput {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #0b7c5c;
}

.form-group .formCombo .bodyCombo {
  height: auto;
  max-height: 200px;
  min-height: 100px;
  overflow-y: auto;
  padding: 5px;
}

.form-group .formCombo .bodyCombo .items {
  width: 100%;
  min-height: 25px;
  height: auto;
  font-size: 1.rem;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
}

.form-group .formCombo .bodyCombo .items:hover {
  background: #d6cfcf;
  /* color: #efe8e8; */
}

.circleSvg{
  position: absolute;
  top: 0;
  left: 0;
  /* display: none; */
}
.circleProgress {
  transition: 0.3s;
  stroke: #c516b6;
  stroke-width: 2px;
  stroke-dasharray: 470;
  stroke-dashoffset:470;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.btn{
   position: relative;
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 0.9rem;
   box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.btns{
  position: relative;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9rem;
  background: none;
  color: #000;
  border: none;
  cursor: pointer;
  /* box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15); */
}

.btn-success{
    background: #0BA69D;
    color: #fff;
}

.btn-danger{
  background: #980808;
  color: #fff;
}

.btn-warning{
  background: #b97809;
  color: #fff;
}

.btn-info{
  background: #0952b9;
  color: #fff;
}

.clr-success{
  color:#0BA69D;
}

.clr-danger{
  color:#bf1515
}

.clr-warning{
  color:#d28f1a
}

.overlayForm {
  position: fixed;
  z-index: 10009;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  user-select: none;
}

.overlayForm >.mainform {
  position: relative;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: 0.3s;
  display: none;
  z-index: 10010;
}

.overlayForm > .mainform > .form1,
.overlayForm > .mainform > .form2,
.overlayForm > .mainform > .form3{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 500px;
  transition: 0.3s;
}


.overlayForm .floatbutton1{
  width: 40px;
  height: 40px;
  background: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  border-radius: 30px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

.overlayForm .floatbutton1 svg{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.3s;
  color: #000;
  /* display: none; */
}

.overlayForm .floatbutton1 .labelreg{
  font-size: 0.9rem;
  color: #353232;
  display: none;
  transition: 0.3s;
  width: 100%;
  flex: 1;
}

.overlayForm .floatbutton2{
  width: 40px;
  height: 40px;
  background: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  border-radius: 30px;
  display: none;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.overlayForm .floatbutton2 svg{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.3s;
  color: #000;
  /* display: none; */
}

.overlayForm .floatbutton2 .labelreg{
  font-size: 0.9rem;
  color: #353232;
  display: none;
  transition: 0.3s;
}

.floatbutton2:hover > .labelreg,
.floatbutton2:hover > svg,
.floatbutton1:hover > .labelreg,
.floatbutton1:hover > svg{
  color: #2185F4;
}
.panelsrc{
    width: 100%;
    flex:1;
    height: 40px;
    border: none;
    border-radius: 0px 30px 30px 0px;
    background:none !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #544f4f;
    padding: 0 !important;
    font-size: 0.9rem;
}

.containerpanelsrc{
  position: absolute;
  overflow-y: auto;
  left: 0;
  top: 0;
  display: none;
  border-radius: 0 0 10px 10px;
  width: 300px;
  height: auto;
  max-height: 200px;
  min-height: 100px;
  overflow-y: auto;
  padding: 5px;
  background: #ffffffe9;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.containerpanelsrc .panelitems{
  padding: 5px;
  width: 100%;
  height: auto;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
}

.containerpanelsrc .panelitems:hover{
  background: #d6cfcf;
}
.containerpanelsrc .panelitems .nama{
  margin-left: 10px;
  line-height: 13px;
  font-size: 12px;
  color: #000;
  display: flex;
  align-items: center;
}
.containerpanelsrc .panelitems .sekolah{
  line-height: 12px;
  font-size: 11px;
  color: #383535;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.tema .namesrc{
  margin-top: 13px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: none;
  justify-content: flex-end;
  align-items: center;
}
.tema .namesrc input{
  width: 100%;
  height: 30px;
  padding-left: 40px;
  border-radius: 30px;
  margin-right: 10px;
  border:none;
  display: none;
  transition: 0.3s;
}
.tema .namesrc svg{
  transition: 0.3s;
  width: 25px;
  position: absolute;
  margin-right: 20px;
  cursor: pointer;
}

.card-info {
  width: 100%;
  height: auto;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.ribbonLaris{
    left: -4px;
    top: -4px;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}

.ribbonLaris::before {
    content: 'POPULER';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 90px;
    height: 18px;
    background: linear-gradient(
        45deg,
        #7a2d00 0%,   /* gelap */
        #d48a1c 30%,  /* kuning keemasan */
        #ffdf75 50%,  /* kilau terang */
        #d48a1c 70%,  /* balik keemasan */
        #7a2d00 100%  /* gelap lagi */
    );
    color: #fff8dc;
    font-size: 0.55rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    z-index: 10;
}

.ribbonLaris::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #b77614;
    bottom: 0;
    left: 0;
    top: 38px;
    z-index: -1;
    box-shadow: 38px -38px #b77614;
}




.card-info .banner-info {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-info .banner-info img {
 width: 60px;
  height: 60px;
  border-radius: 100%;
}

.card-info .banner-info .banner-produk {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  cursor: pointer;
}

.card-info .banner-info svg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.colorsvgcartpendaftaran {
  color: #60c408;
}

.colorsvgcart {
  color: #2185F4;
}


.card-info .ket-info {
  padding: 10px;
  flex: 1;
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 0.9rem;
}

.card-info .ket-info .ket {
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #171616;
}

.card-info .ket-info .status {
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #403b3b;
}

.card-info .ket-info .medal {
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #ff9900;
}

.card-info .ket-info .rincian {
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #2185F4;
}

.card-info .info {
  width: 50px;
  height: 50px;
  background: #39aecf;
  border-radius: 10px 0 0 10px;
  margin-right: -8px;
  position: relative;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  color:#353131;
}

.card-info .info::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 8px 0px;
  border-color: transparent transparent #1b687d transparent;
  border-style: solid;
  transform: rotate(90deg);
  bottom: -6px;
  right: 2px;
}

.card-info .pricefreq {
  width: 80px;
  height: 70px;
  position: relative;
  color: #39aecf;
  position: relative;
}

.card-info .harga {
  width: 100px;
  height: 30px;
  position: relative;
  color: #ffffff;
  position: relative;
  background: #158042;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  font-size: 0.8rem;
}

.added{
  background: #c15516!important;
}

.added::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 8px 0px;
  border-color: transparent transparent #9a410e transparent !important;
  border-style: solid;
  transform: rotate(90deg);
  bottom: -6px;
  right: 2px;
}

.card-info .harga::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 8px 0px;
  border-color: transparent transparent #0f5f30 transparent;
  border-style: solid;
  transform: rotate(90deg);
  bottom: -6px;
  right: 2px;
}

.card-info .pricefreq .freq svg {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #39aecf;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.card-info .pricefreq .freq span {
  font-size: 0.9rem;
  color: #000;
}

.though-line {
  text-decoration-line: line-through;
  font-size: 0.7rem !important;
  margin-bottom: -8px;
  text-align: left !important;
  color: red !important;
  font-weight: none !important;
}

.card-info .pricefreq .freq {
  width: 100%;
  height: 20px;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  justify-content: space-evenly;
  align-items: center;
  /* background: #1b687d; */
}


.card-info .pricefreq .pricetop {
  width: 100%;
  height: 0.8rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: #000;
  /* background: #2199f4; */
}
.card-info .pricefreq .price {
  width: 100%;
  height: 1.1rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  /* background: #2199f4; */
}

.form-group .uploadcontainer {
  height: 300px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.form-group .uploadcontainer .svgicons {
  position: absolute;
  /* background-color: #2199f4; */
  width: 100%;
  height: 60px;
  margin-top: 90px;
  top: 0;
  left: 0;
  text-align: center;
}

.form-group .uploadcontainer .svgicons>svg {
  width: 60px;
  margin-bottom: 10px;
}

.form-group .uploadcontainer .svgicons>h3 {
  font-size: 13px;
  z-index: 1001;
  color: #2199f4;
}

.form-group .uploadcontainer>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1000;
  border: #383838;
  border-radius: 10px;
}

.form-group .uploadcontainer>.fileinput {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1005;
  border-radius: 10px;
  transition: 0.3s;
  border: #000;
}

.form-group .uploadcontainer:hover>.svgicons svg {
  fill: #2199f4;
}

.form-group .uploadcontainer:hover>.svgicons h3 {
  color: #2d3134;
}

.overlaytwb{
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.overlaytwb .formtwb{
  position: fixed;
  z-index: 10002;
  /* width: 500px;
  height: 550px; */
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
  /* left: 50%;
  top: 50%; */
  
  display: none;
  transition: 0.3s;
}
.overlaytwb .formtwb canvas{
  width: 100%;
  height: calc(100% - 50px);
}
.overlaytwb .formtwb .toolstwb{
  width: 100%;
  height: 50px;
  display: flex;
}
.overlaytwb .formtwb .toolstwb .twbleft{
  width: 20%;
  height: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.overlaytwb .formtwb .toolstwb .twbleft input[type=file]{
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  cursor: pointer!important;

}

.overlaytwb .formtwb .toolstwb .twbleft input[type=file]:hover~.btns{
   color: #8bb9fe;
}

.overlaytwb .formtwb .toolstwb .twbleft button{
  margin-top: 0;
  width: 100%;
  margin: 0;
  height: 50px;
  font-size: 0.9rem;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overlaytwb .formtwb .toolstwb .twbleft button svg{
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-top: -3px;
}
.overlaytwb .formtwb .toolstwb .twbright{
  width: 20%;
  height: 50px;
  position: relative;
}

.overlaytwb .formtwb .toolstwb .twbright button{
  margin-top: 0;
  width: 100%;
  margin: 0;
  height: 50px;
  font-size: 0.9rem;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overlaytwb .formtwb .toolstwb .twbright button svg{
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-top: -3px;
}

.overlaytwb .formtwb .toolstwb .twbcenter{
  width: 60%;
  height: 50px;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0BA69D;
   background: linear-gradient(90deg, #0BA69D 19%, #06817b 100%);
}
.overlaytwb .formtwb .toolstwb .twbcenter svg{
  color: #ffff;
  width: 25px;
  height: 25px;
  margin: 10px;
  transition: 0.3s;
  cursor: pointer;
}
.overlaytwb .formtwb .toolstwb .twbcenter svg:hover{
  color: #12c883;
}
.overlaymaxview{
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff00;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: none;
    transition: 1s;
}

.overlaymaxview .formmaxview{
    background: #0BA69D;
    /* background: linear-gradient(90deg, rgba(0,78,55,1) 19%, rgba(2,98,70,1) 100%); */
    background: linear-gradient(90deg, #F5F7FC 19%, #f1f3f7 100%);
    position: absolute;
    z-index: 10002;
    left: 0;
    top: 0;
    width: 500px;
    height: 500px;
    display: none;
    transition: 0.3s;
    overflow-y: auto;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}



.overlaymaxview .formmaxview .secicons .btngroup{
   position: absolute;
   width: 30px;
   height: 30px;
   border-radius: 100%;
   background: #f2efefaa;
   right: 30px;
   margin-top: -10px;
   cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: center;
}

.overlaymaxview .formmaxview .secicons .btngroup svg{
  width: 20px;
  height: 20px;
  color: #0BA69D;
}

.overlaymaxview .formmaxview .secicons{
   margin-bottom: 20px;
   padding: 20px;
   box-sizing: border-box;
   width: 100%;
   height: 45px;
   padding-left: 15px;
   transition: 0.3s;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
   height: 90px;
   border-radius: 20px;
}

.overlaymaxview .formmaxview .secicons .icons{
 display: flex;
 justify-content: start;
 align-items: center;
 width: 100%;
 height: 25px;
 font-size: 13px;
 color: var(--maxview-color);
}


.overlaymaxview .formmaxview .secicons small{
 font-size: 12px;
 margin-left: 30px;
 margin-top: -5px;
 height: 20px;
 position: absolute;
 color: var(--text-color);
}

.overlaymaxview .formmaxview .secicons span{
 font-size: 12px;
 margin-left: 30px;
 height: 20px;
 position: absolute;
 margin-top: 12px;
 color: #f93d3d;
 font-weight: bold;
 display: flex;
 justify-content: flex-start;
 align-items: center;
}

.overlaymaxview .formmaxview .secicons span svg{
width: 20px;
height: 20px;
font-size: 10px;
color: #20b5d3;
margin-right: 10px;
}


.overlaymaxview .formmaxview .secicons .icons svg{
 width: 20px;
 height: 20px;
 margin-right: 10px;
 font-size: 13px;
}

.overlaymaxview .btnminview{
   z-index: 10003;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: #ffffffcd;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.overlaymaxview .btnminview svg{
  width: 20px;
  height: 20px;
  color: #0b7c5c;
}

.balloncart{
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    min-width: 15px;
    min-height: 15px;
    color: #fff;
    background: #0BA69D;
    z-index: 100;
    margin-top: -5px;
    margin-left: -4px !important;
    border-radius: 100%;
    font-size: 0.6rem;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.priceTotal{
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 12px;
  height: 30px;
  width: auto;
  position: absolute;
  margin-left: 15px;
  background: rgb(240, 174, 7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}


.overlayExam{
  position: fixed;
  z-index: 10002;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f3f3f3;
  display: none;
  /* justify-content: center;
  align-items: center;*/
  overflow-y: auto; 
}

.overlayExam .headerExam{
  width: 100%;
  height: 30px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;

}

.overlayExam .headerExam .themeExam{
  position: absolute;
  width: 100%;
  height: 25px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000 !important;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1rem;
  z-index: 100000;
  font-family: "Calibri", sans-serif;
}

.overlayExam .headerExam .timerExam{
  position: absolute;
  width: 50%;
  height: 20px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.1rem;
  background: #fff;
  color: #000 !important;
  z-index: 100000;
  font-family: "Calibri", sans-serif;
}

.overlayExam .headerExam::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: 30px;
  left: 50%;
  margin-left: calc(-45px - 30%);
  box-shadow: 20px -29px 0 0 #fff;
  z-index: 101;
}

.overlayExam .headerExam::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: 30px;
  right: 50%;
  margin-right: calc(-45px - 30%);
  box-shadow: -20px -29px 0 0 #fff;
}

.overlayExam .headerExam .timerprogress{
  position: absolute;
  top: 30px;
  width: 60%;
  background: #fff;
  height: 40px;
  border-radius: 0 0 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlayExam .headerExam .timerprogress .containerProgress{
  width: 90%;
  height: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
 
}
.overlayExam .headerExam .timerprogress .containerProgress .progress{
  width: 0%;
  height: 15px;
  border-radius: 10px;
  transition: 0.3s;
  margin-top: 0px;
}

.overlayExam .bodyExam{
  margin-top: 100px;
  width: 900px;
  height: auto;
  margin-left: calc(calc(100% - 900px)/2);
  position:relative;
  margin-bottom: 80px;
  transition: 0.3s;
}

.overlayExam .bodyExam .containerSoal{
  background-color: #fff;
  border-radius: 20px;
}
.overlayExam .bodyExam .containerSoal .headerSoal{
  position: relative;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.overlayExam .bodyExam .containerSoal .headerSoal span{
  font-weight: bold;
  font-size: 0.9rem;
  margin-left: 20px;
  color: #000;
}

.overlayExam .bodyExam .containerSoal .bodySoal{
  padding: 20px;
  color: #000 !important;
}

.overlayExam .bodyExam .containerOption{
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
}
.overlayExam .bodyExam .containerOption .abj{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-weight: bold;
  font-size: 1.0rem;
 
}
.overlayExam .bodyExam .containerOption .ans{
  flex: 1;
  padding: 10px;
 
}
.overlayExam .bodyExam .containerOption .ans img {
  mix-blend-mode: multiply;
}
.overlayExam .bodyExam .containerOption:hover{
  transform: scale(1.02);
}

.yakin{
  background-color: #2199f4 !important;
  transform: scale(1.03);
  color: #fff !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.ragu{
  background-color: #f16a1b !important;
  transform: scale(1.03);
  color: #fff !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.orange{
  color: #ff9900!important;
}

.sorot{
  color: #16d0b1 !important;
  transform: scale(1.03);
  border: 4px solid #16d0b1;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)!important;
}

.overlayExam .footerExam{
  position: fixed;
  width: 350px;
  height: 50px;
  background: #fff;
  bottom: 12px;
  left: 50%;
  margin-left: -175px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.overlayExam .footerExam .iconfooter{
  width: 40px;
  height: 40px;
  background: #f3f1f5;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlayExam .footerExam .iconfooter svg{
  stroke: #000;
  width: 30px;
}
.overlayExam .footerExam .iconfooter:hover{
  transform: scale(1.1);
  background-color: #fff;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)!important; */
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)!important;

}
.overlayExam .footerExam .iconfooter:hover > svg{
  stroke: #2199f4;
}
.overlayExam .tombolExam{
  padding-left:15px;
  padding-right:15px;
  width: 0px;
  height: 0px;
  left: 0%;
  top: 0%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  transition: 0.3s;
  display: none;
}
.overlayExam .tombolExam .btncloseExam{
  display: block;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.overlayExam .tombolExam .btncloseExam svg{
  cursor: pointer;
  transition: 0.3s;
  stroke: #000;
}

.overlayExam .tombolExam .btncloseExam:hover > svg{
  stroke: #2199f4;
  transform: scale(1.1);
}

.overlayExam .tombolExam .btncloseExam svg:hover{
  stroke: #2199f4;
  transform: scale(1.1);
}
.overlayExam .tombolExam .containerTombol{
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-around;
  align-items: center;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #dfd9d9;
}
.overlayExam .tombolExam .containerTombol .tombols{
  width: 60px;
  height: 60px;
  background: rgba(180, 178, 182, 0.8);
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: bold;
  border-radius: 20px;
  transition: 0.3s;
  user-select: none;
}
.overlayExam .tombolExam .containerTombol .tombols:hover{
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)!important;
}

.sorotribbon{
  width: 60px;
  height: 60px;
  transform: scale(1.03);
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  border-radius: 20px;
  display: none; 
  transition: 0.3s; 
  pointer-events: none;
  /* display: none; */
  border: 4px solid #7016d0;
}
@media (max-width: 900px) {
  .overlayExam .headerExam .timerprogress .containerProgress{
      width: 80%;
  }
  .overlayExam .bodyExam{
      border-radius: 10px;
      margin-top: 90px;
      width: 92%;
      height: auto;
      margin-left:4%;
  }
  .overlayExam .footerExam{
      width: 90%;
      left: 0;
      margin-left: 5%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)!important; 
  }
  .overlayExam .footerExam .iconfooter{
      width: 13%;
      margin: 1%;
      height: 40px;
  }
}

.rotating{
  animation: rotating 2s linear infinite;
}

@keyframes rotating {
  from{
      -webkit-transform: rotate(0deg);
  }
  to{
      -webkit-transform: rotate(360deg);
  }
}

.iq-media-1{
  cursor: pointer;
}



.dailyQuiz {
  position: fixed;
  z-index: 250;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.826);
  display: none;
}

.dailyQuiz .formDaily {
  position: absolute;
  z-index: 251;
  background: #fff;
  transition: 0.3s;
}

.dailyQuiz .formDaily .btnMin {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 290;
  background: linear-gradient(to right, #058d92, #1cb5e0);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 0 0 10px;
}

.dailyQuiz .formDaily .bannerDaily {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 252;
}

.dailyQuiz .formDaily .bannerDaily img {
  position: relative;
  width: 100%;
  height: 100%;
}

.dailyQuiz .formDaily .bannerDaily .coverButton {
  width: 50px;
  height: 40px;
  background: linear-gradient(to right, #058d92, #1cb5e0);
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -25px;
  border-radius: 30px;
  display: flex;
}

.dailyQuiz .formDaily .bannerDaily .coverButton .btns {
  position: relative;
  width: 50px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dailyQuiz .formDaily .bannerDaily .coverButton .btns svg {
  width: 15px !important;
  color: #fff;
  transition: 0.3s;
}

.dailyQuiz .formDaily .bannerDaily .coverButton .btns:hover>svg {
  color: rgb(7, 51, 113);
  transform: scale(1.2);
}

.dailyQuiz .formDaily .cardCanvas {
  position: absolute;
  background: #fff;
  z-index: 100000003;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.1s;
}

.dailyQuiz .formDaily .cardCanvas #painCanvas {
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.dailyQuiz .formDaily .cardCanvas .coverButton {
  width: 200px;
  height: 40px;
  background: linear-gradient(to right, #4f9912, #66b922);
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -100px;
  border-radius: 30px;
  display: flex;
}

.dailyQuiz .formDaily .cardCanvas .coverButton .btns {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dailyQuiz .formDaily .cardCanvas .coverButton .btns svg {
  width: 18px;
  color: #fff;
  transition: 0.3s;
}

.dailyQuiz .formDaily .cardCanvas .coverButton .btns:hover>svg {
  color: rgb(7, 51, 113);
  transform: scale(1.2);
}

#btnCanvas {
  display: none;
}

.dailyQuiz .formDaily .cardCanvas span {
  position: absolute;
  width: 200px;
  font-size: 1.0rem;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  color: #058d92;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize !important;
  display: none;
}



td label{
  float: right;
  font-size: 9px;
}
.align-items-center h6{
  font-size: 0.8rem;
}

.invContainer{
  display: none;
  position: relative;
  top: 100px;
  left: 50%;
  width: 900px;
  height:auto;
  margin-left: 0px;
  z-index: 1000;
  /* display: none; */
}

.invImgContainer{
  position: relative;
  top: 100px;
  left: 50%;
  width: 900px;
  height:auto;
  margin-left: 0px;
  /* display: none; */
}

.invImgContainer .pages{
  width: 900px;
  height: auto;
  margin-top: 20px;
  
}



.invImgContainer .pages img{
  width: 100%;
  height: 100%;
}


.invContainer .pages{
  /* position: absolute; */
  width: 900px;
  min-height: 1271px;
  background: var(--bs-body-bg);
  margin-top: 20px;
}

.unpaid{
  color: #a91515;
  font-weight: bold;
}

.succeed{
  color: #047408;
  font-weight: bold;
}

.logolembaga{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logolembaga img{
  width: 120px;
}
.logolembaga label{
  font-family: "Anek Telugu", sans-serif !important;
   color: var(--title-color);
   font-size: 1rem;
   margin-left: 10px;
}

.overlayAsset {
  position: fixed;
  z-index: 10030;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  /* opacity: 0; */
}

.overlayAsset .headerAsset{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 10031;
}
.overlayAsset .headerAsset .theme{
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  align-items: center;
  width: 80%;
  height: 55px;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  color: #000
}

.overlayAsset .headerAsset .tools{
  display: flex;
  justify-content: flex-end;
  width: 20%;
  height: 55px;
  font-weight: bold;
  align-items: center;
}

.overlayAsset .headerAsset .tools svg{
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s;
  color: #5b5252;
}

.overlayAsset .headerAsset .tools svg:hover{
  color: #2199f4;
}

.overlayAsset .contentAsset{
  display: none;
  transition: 0.3s;
  margin-top: 80px;
  margin-bottom: 20px;
  width: 900px;
  min-height: 30px;
  height: auto;
  background-image: url(../images/icon/loading.gif);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position-x: calc(50% - 5px);
  background-position-y: 100%;
  user-select: none !important;
}

.overlayAsset .contentAsset .imginv{
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.overlayAsset .contentAsset .cardsoal{
  user-select: none !important;
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
.overlayAsset .contentAsset .cardsoal p,
.overlayAsset .contentAsset .cardsoal{
  color: #000;
}
.overlayAsset .contentAsset .cardsoal::before{
  content: "";
  opacity: 0.08;
  background: url(../images/logo/logo.png) center center !important;
  background-size: 600px !important;
  background-position: 0;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: 0;
  width: 900px;
  height:600px;
}

@media (max-width: 575.98px) {
  .overlayAsset .contentAsset .cardsoal::before{
      content: "";
      opacity: 0.08;
      background: url(../images/logo/logo.png) center center !important;
      background-size: 500px !important;
    
      background-repeat: no-repeat !important;
      position: absolute;
      z-index: 0;
      width: 400px;
      height:400px;
  }
}

#certdisp{
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -450px;
  background: #fff;
}

.card-stretch{
  background: linear-gradient(90deg, #0BA69D 19%, #06817b 100%);
  border-radius: 20px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  border: none !important;
}

.table{
  border-radius: 30px;
  z-index: 1000;
}


.card-body .iq-media-group .iq-media {
  margin-left: -12px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card-body .iq-media-group .iq-media:hover {
  z-index: 9;
  text-decoration: none;
}

.card-body .iq-media-group .iq-icon-box-3 {
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  line-height: 2.5rem;
  background: linear-gradient(90deg, #0BA69D 19%, #098882 100%);
  border: 2px solid var(--secondary-color);
  text-align: center;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}
.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}
.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}
.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}
.card .card-body .iq-media-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.d-flex .linkinv{
   font-size: 0.875rem;
   text-decoration: underline;
   cursor: pointer;
   margin-left: 10px;
   transition: 0.3s;
   color: var(--title-color);
}

.d-flex .linkinv:hover{
  color: var(--secondary-color);
}

.card-stretch{
    z-index: 999;
}

.jatuhtempo>label{
  color: var(--title-color);
   font-size: 0.675rem;
   margin-bottom: -10px;
   font-weight: bold;
}
td > span{
   margin-bottom: -100px;
   padding: 0px;
   font-size: 0.9rem;
   color: var(--title-color);
   font-weight: bold;
   text-align: end;
}

.bukti{
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}

.aos-init .containerblank{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aos-init .containerblank .datablank{
   width: 40%;
}
.aos-init>label{
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.3rem;
  color: #0BA69D;
  font-weight: bold;
  margin-top: 10px;
}

#transaksi{
  margin-bottom: 0px !important;
}

@media(max-width: 767px){

  .aos-init .containerblank .datablank{
    width: 80%;
  }
  .aos-init>label{
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 1rem;
    color: #0BA69D;
    font-weight: bold;
    margin-top: 10px;
  }
  #transaksi{
    margin-bottom: 130px !important;
  }
  /* .balloncart{
      position: absolute;
      max-width: 30px;
      max-height: 30px;
      top: 20px;
      right: 35%;
  } */
}

.col > h5{
  font-size: 1.2rem;
}
.col > h4{
  font-size: 1rem;
}
.col > p{
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.himbauan{
  font-size: 0.8rem;
  color: red;
}

td>h6{
  font-size: 1.1rem; 
}
td>h5{
  font-size: 1.2rem; 
}

.merk{
  font-family: "Anek Telugu", sans-serif !important;
  font-weight: normal;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
  margin-bottom: -10px;
}

.ltl-header{
  font-size: 1rem;
}

.bg-soft-warning {
  color: #d95f18;
  background-color: rgba(241, 106, 27, 0.1) !important;
}

.bg-soft-danger {
  color: #ad2d1e;
  background-color: rgba(192, 50, 33, 0.1) !important;
}

.bg-soft-info {
  color: #079fa7;
  background-color: rgba(8, 177, 186, 0.1) !important;
}

.bg-soft-success {
  color: #17904b;
  background-color: rgba(26, 160, 83, 0.1) !important;
}

.overlayNigol > span{
   margin-top: 100px;
   font-weight: bold;
   font-size: 20px;

}


.profile-media {
  position: relative;
  padding-bottom: 3rem;
  z-index: 9;
}

.profile-media:before {
  content: "";
  border-right: 2px solid #eee;
  background: #eee;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 9px;
  top: 0.5rem;
  z-index: -1;
}

.profile-dots {
  height: 20px;
  width: 20px;
  border: 2px solid;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background: #fff;
  min-width: 20px;
}

.profile-dots-pills {
  height: 20px;
  width: 20px;
  border: 2px solid;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  background: #fff;
  min-width: 20px;
}


.tooltips{
   display: none;
   left: 100px;
   top: 100px;
   padding: 5px;
   background: #fff;
   color: #000;
   font-size: 0.7rem;
   position: fixed;
   z-index: 10000000000000;
  
   border-radius: 3px;
   text-align: center;
   transition: 0.3s;
   box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)!important;

}


.bold {
  font-weight: bold;
}



.section-header h2 {
  color : #6E6F71!important;
}




