body {
    min-height:100vh;
    font-family : "Roboto", sans-serif;
    display : flex;
    justify-content : center;
    align-items : center;
    }
    section {
    /*height : 1020px; */
    height : 100%;
    width : 480px;
    border-radius : 30px;
    overflow-y : hidden;
    overflow-x : hidden;
    }
    .section &:hover{
        overflow-y: scroll;
    }
    header {
    padding : 30px;
    padding-top : 5px;
    padding-bottom : 0;
    }
    .menu {
    display : inline-block;
    /* justify-content : flex-end; */
    align-items : start;
    border-radius : 15px;
    display : flex;
    }
    .menu h1 {
    font-size : 24px;
    text-align : center;
    color : #2c3e50;
    }
    a svg {
    color: #2196f3;
    }
    .menu2 {
        /* background: #F7F7F7; */
        /* border-top-right-radius: 30px; */
        /* border-top-left-radius: 30px; */
        /* border-bottom-left-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        /* min-height: 100px; */
        /* padding-top: 10px; */
        margin-bottom: 10px;
    }
    h1 {
    font-size : 12px;
    text-align : center;
    color : #5c5c5c;
    font-family : "Roboto", sans-serif;
    padding: 7px 0 0px 0px;
    margin: -9px;
    }
    h3 {
        font-size: 14px;
        text-align: center;
        color: #5c5c5c;
        font-family: "Roboto", sans-serif;
        }
    main {
    background : #F7F7F7;
    border-top-right-radius : 30px;
    border-top-left-radius : 30px;
    min-height : 100px;
    padding-top : 10px;
    }
    .buttons {
    display : flex;
    padding : 0 24px 0 24px;
    padding-bottom : 0;
    }
    .catagory-card {
    flex : 1;
    padding : 1em 1em;
    border-radius : 10px;
    background : white;
    margin : 10px;
    display : flex;
    justify-content : center;
    align-items : center;
    flex-direction : column;
    cursor : pointer;
    box-shadow: 2px 0px 20px #c8c5cb96;
    }
    .catagory-card svg {
    width : 49%;
    margin : 0 19px 0;
    }
    .catagory-card a {
    display : block;
    padding-top : 0.25rem;
    }
    .catagory-card span {
    display : block;
    font-size : 12px;
    font-weight : 700;
    line-height : 1;
    color : #5c5c5c;
    }
    .catagory-card:hover span, .catagory-card:focus span {
    color : #4194ff;
    }
    a {
    text-decoration : none;
    text-align : center;
    }
    form {
    margin: 0px;
    padding: 0px 40px 0 40px;
    }
    .login-form .form {
    margin-top : 10px;
    }
    .form .login-input svg {
    margin : 9px;
    color : #47455c;
    position : absolute;
    }
    .form .login-input input {
        width: 98%;
        height: 40px;
        margin: 15px auto 0;
        font-family: "Roboto", sans-serif;
        border: none;
        border-radius: 10px;
        outline: none;
        text-align: center;
        transition-duration: 250ms;
    }
    .form .btn-login {
        width: 100%;
        height: 40px;
        color: #fff;
        margin: 9px auto 0;
        font-family: sans-serif;
        font-weight: bold;
        border-radius: 10px;
        border: none;
        background: #4194ff;
        text-align: center;
        transition-duration: 250ms;
        margin-bottom: 13px;
    }
    .form .btn-login:hover {
    color : #4194ff;
    border : #4194ff solid 1px;
    background : #fff;
    }
    .error {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        font-size: 15px;
    }

   .error .bi-x-diamond-fill {
        color: #a52a2a;
        margin-right: 4px;
    }

   .error .descrip {
        color: #ec7881;
    }
    .splide__slide img {
    width : 100%;
    height : auto;
    }
    .hide {
    display : none;
    }
    .bottompages{
        padding:15px;
        padding-top: 15px;
        margin-top:-25px
    }
    .bottompages h2{
        font-size: 1.5rem;
        font-weight:500;
        color: #3e3049;
        margin-bottom: 10px;
    }
    .bottompage {
        display:flex;
        background:white;
        padding:15px;
        border-radius:10px;
        margin-bottom: 10px;
    }
    .logo{
        display:flex;
        justify-content:center;
        align-items:center;
        padding-right: 15px;
    }
    .info{
        flex:1;
    }
    .title{
        font-weight: bold;
        color: #5c5c5c;
        text-align:start;
    }
    .countdownr{
        color:#665E77;
        font-size: 14px;
        text-align:start;
    }
    .copyrigt{
        color:#03a9f4a8;
        text-align:start;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: right;
    }
    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .footpage{
        padding:120px;
        padding-top:15px;
    }
    .footpages {
        display:flex;
        background:white;
        padding:15px;
        border-radius:10px;
        margin-bottom:10px;
    }
    .info1{
        flex:1;
    }
    .logo1{
        display:flex;
        justify-content:center;
        align-items:center;
        padding-right: 0px;
    }
    .title1{
        font-weight: bold;
        color: #5c5c5c;
    }
    .countdownr1{
        color: #5C5C5C;
        font-size: 14px;
        padding: 0 5px 0px 5px;
        text-align: center;
    }
    .countdownr1 h2{
        color: #5C5C5C;
        font-size: 14px;
        padding: 0 15px 0px 15px;
        text-align: center;
    }
#timetable span{
  margin:0 0 0 0;
  font-weight:bold
  text-align: center;
  font-size: 0.8rem;
  color: #5c5c5c;
}
#timetable td {
    display: table-cell;
    vertical-align: inherit;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #03a9f4a8;
}
.status {
    display:flex;
    background:white;
    padding:15px;
    border-radius:10px;
    margin-bottom: 10px;
}
h2.major{
    color: #5C5C5C;
    font-size: 18px;
    text-align: center;
}
h2.minor{
    color: #5C5C5C;
    font-size: 18px;
    text-align: center;
}
h2.minor a{
    background-color: #118eea;
    color: white;
    /* font-size: 10px; */
    border-radius: 10px;
    text-align: center;
    width: 80%;
    height: 40px;
    margin: 10px auto;
    color: #fff;
    font-family: sans-serif;
    padding: 3px 7px 3px 9px;
    font-weight: bold;
    border: 1px solid #118eea;
    font-size: 19px;
}
}
button {
    outline: none;
}
.logout .btn-logout {
    width: 35%;
    height: 40px;
    margin: 10px auto;
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    border: 1px solid #118eea;
    border-radius: 10px;
    background-color: #fff;
    transition-duration: 250ms;
    background: #118eea;
}
.logout .btn-logout:hover {
    color: #fff;
    background: #03528c;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
    margin-top: -16px;
}
.button .btn-relog {
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #118eea;
    transition-duration: 250ms;
}

.btn-relog {
    width: 48%;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #118eea;
    transition-duration: 250ms;
    cursor: pointer;
}

.button .btn-relog:hover {
    color: #ffffff;
    background: #fdcb49;
}

.button .btn-relog:focus {
    outline: none;
}
.btn-relog:focus {
    outline: none;
}
.voucherrow{
    font-weight: bold;
    color: #5c5c5c;
    text-align:start;
}
.voucherrow2{
    color:#5c5c5c;
    font-size: 14px;
    text-align:start;
}
.voucherrow3{
    color:#03a9f4a8;
    font-size: 13px;
    text-align:start;
}
.button .btn-buy{
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #118eea;
    transition-duration: 250ms;
    float: right;
}

.btn-buy {
    width: 40%;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #118eea;
    transition-duration: 250ms;
    cursor: pointer;
    float: right;
}

.btn-buy:hover {
    color: #ffffff;
    background: #fdcb49;
}

.btn-buy:focus {
    outline: none;
}
.btn-buy:focus {
    outline: none;
}
.col-voc {
    padding: 15px;
    padding-top: 0px;
    margin-top: -18px;
}
.button .btn-home{
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #118eea;
    transition-duration: 250ms;
    float: right;
}

.btn-home {
    width: 35%;
    height: 33px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #118eea;
    transition-duration: 250ms;
    cursor: pointer;
    float: right;
}

.btn-home:hover {
    color: #ffffff;
    background: #fdcb49;
}

.btn-home:focus {
    outline: none;
}
.btn-home:focus {
    outline: none;
}
/* accordion */
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    color: #118eea;
    margin: 1rem 0;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #9B9797, transparent) 1;
  }
  .accordion-item-body-content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: left;
    color: #333;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.blink_perhatian {
  animation: blinker 1s linear infinite;
  color:#FF0000;
  border-color;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
