@font-face {
    font-family: Kbold;
    src: url("../font/Karla-Bold.ttf");
}
@font-face {
    font-family: Kreg;
    src: url("../font/Karla-Regular.ttf");
}
@font-face {
    font-family: Rblack;
    src: url("../font/Rubik-Black.ttf");
}
@font-face {
    font-family: Rbold;
    src: url("../font/Rubik-Bold.ttf");
}
@font-face {
    font-family: Rmed;
    src: url("../font/Rubik-Medium.ttf");
}
@font-face {
    font-family: Rreg;
    src: url("../font/Rubik-Regular.ttf");
}
.nanobar{
    width:100%;
    height:4px;
    z-index:9999;
    top:0
}
.bar{
    width:0;
    height:100%;
    transition:height .3s;
    background:#000
}
a{
    text-decoration: none !important;
}
.rreg {
    font-family: Rreg !important;
}
.rmed {
    font-family: Rmed !important;
}
.rbold{
    font-family: Rbold;
}
.list-field-question th{
    color: #bab6b5;
}
.list-field-question td, .list-field-question th{
    padding: .50rem;
    border-top: 0px solid transparent;
    border-bottom: 1px solid #dee2e6;
}
.kbold{
    font-family: Kbold;
}
.kreg{
    font-family: Kreg;
}
/*floating*/
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

html,
body {
    height: 100%;
    letter-spacing: 0.01em;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/*custom css*/
.logo-img {
    padding: 20px;
    width: 100%;
}

h3{
    font-family: Rbold;
    color: #2E344A;
    font-size: 24px;
}

a {
    font-family: Kreg;
    color: #0080F6;
}
.blue{
    color: #0080F6;
}
input{
    font-family: Rreg;
}
p, a, input{
    font-size: 12px;
    font-family: Kreg;
}
body {
    font-family: Rreg;
    font-size: 12px;
}
h4, h5, h6{
    font-family: Rreg;
    color: #2E344A;
}
.reg{
    font-size: 16px;
    font-weight: bold;
}
.bold{
    font-family: Kbold;
    font-weight: bold;
}
.btn-border{
    border-radius: 16px;
    font-family: Rreg !important;
    font-size: 12px;
}
.bg-login{
    background-image: url("../images/img-bg-login.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.bg-teacher{
    background-image: url("../assets-ssc/img-bg-login-guru.png");
}
.time-picker{
    background-color: #fff !important;
}
.fc-white {
    color: #fff;
}
.bg-question{
    background-image:url("../images/img_state_checkout.png");
    background-position: 10% 50%;
    background-size: auto;
}
.with-finish{
    height: 470px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.list-question{
    min-height: 400px;
}
.mg-top-100{
    margin-top: 100px;
}
.card-thanks{
    margin-top: 100px;
}
@media(max-width: 600px){
    .slick-banner-wrapper {
        margin-top: 30px;
    }
    .bg-question{
        background-position: center center;
    }
    .bg-login {
        background-size: auto;
    }
    .mg-top-100{
        margin-top: 50px;
    }
    .with-finish{
        display: none;
    }
    .card-thanks{
        margin-top: 50px;
    }
    .head-top{
        padding-top: 20px;
    }
    .kosong img{
        width: 300px !important;
    }
}
.logo-login img {
    margin: 0 auto;
    display: block;
}
.card-custom{
    border-color: transparent !important;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.content-card{
    margin-top: 10px;
}
.content-card h5{
    font-size: 18px;
    font-family: Rbold;
    letter-spacing: 0.03em;
}
.form-custom{
    border-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0 0 transparent !important;
    border-bottom: 1px solid #EEEEEE !important;
    font-size: 12px !important;
}
.form-custom-border {
    border-top: 1px solid #EEEEEE !important;
    border-bottom: 1px solid #EEEEEE !important;
    border-left: 1px solid #EEEEEE !important;
}
.sticky {
    position: sticky;
    top: 100px;
}
.bg-cloud{
    background-image: url("../image/img-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.with-hr{
    border-bottom: 1px solid#EEEEEE;
}
/*logo header*/
.logo-header {
    width: 100%;
    padding: 20px;
}
.logo-header img {
    margin: 0 auto;
    display: block;
}

.btn-light-custom{
    background: #fff;
    font-size: 12px;
    font-family: Rmed;
    border: 1px solid #EEEEEE;
}
.btn-select{
    margin-right: 10px;
    padding: 10px;
}
.btn-custom-padding{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-left{
    padding-left: 20px;
}
.list-menu-consult{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    background: #FFFFFF;
}
.floating-close{
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: -10px;
    z-index: 999;
}
.list-menu-consult .img-consult-menu {
    margin-left: 10px;
    margin-right: 10px;
}
.list-menu-consult a{
    text-decoration: none !important;
}
a.list-menu{
    text-decoration: none;
    color: #2E344A;
}
p.location.mt-2 {
    padding-top: 10px;
    font-size: 10px;
    width: 100%;
}
.list-data{
    font-size: 14px;
    font-family: Rreg;
    text-align: left;
    max-width: 220px;
    padding-left: 0px;
}
.info-list{
    color: #2E344A;
    padding-top: 7px;
    font-size: 10px;
}
.time{
    color: #9CA3BA;
    font-size: 10px;
}
.link-info{
    font-size: 10px;
}
.form-search{
    padding-top: 10px;
}
.form-search input{
    font-size: 12px;
    font-family: Rreg;
    background-color: #F0F0F3;
    border-radius: 8px;
    text-align: center;
    border-color: transparent !important;
    box-shadow:0 0 0 0 transparent !important;
}
.right-chat{
    padding: 10px;
    background: #DBEFC8;
    font-size: 12px;
    min-width: 20px;
    font-family: Rmed;
    margin: 20px;
}
.left-chat{
    padding: 10px;
    background: #EEEEEE;
    min-width: 20px;
    font-size: 12px;
    margin: 20px;
    font-family: Rmed;
}
.name-list{
    font-size: 14px;
    font-family: Rreg;
    font-weight: 500;
    margin-top: 5px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 0px;
}
.btn-green{
    background-color: #DBEFC8;
    border-radius: 8px;
}
.btn-danger-custom{
    background: #FF5645;
    border-radius: 8px;
    outline-color: #FF5645;
}
.img-list{
    background-color: #000;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-position: center center;
    background-size: 100% !important;
    background-repeat: no-repeat;
}
.list-text{
    padding-left: 20px;
}
.btn-dark-grey{
    font-size: 10px;
    background: #EEEEEE;
    color: #9799A4;
}
.info-with-icon img{
    margin-right: 10px;
}
.bigfont{
    color: #2E344A;
    font-size: 20px;
    font-family: Rbold;
}
.normal{
    font-family: Rmed;
    font-size: 14px;
    margin-bottom: 6px;
}
.dot{
    width: 5px;
    height: 5px;
    background: #000;
}
.edu{
    font-size: 10px;
    font-family: Rmed;
    letter-spacing: 0.05em;
    color: #219F31;
}
.text-info-modal p{
    margin-bottom: 6px;
}
.bg-desc{
    margin-top: 20px;
    clear: both;
    width: 100%;
    padding: 20px;
    background: #FAFAFA;
}
.img-nobg {
    background: transparent;
}
.right-content{
    float: right;
    display: block;
    position: relative;
}
.btn-edit-profile{
    margin-top: 15px;
    font-size: 10px;
    letter-spacing: 0.06em;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 2px 1px rgba(206, 206, 206, 0.25);
    border-radius: 8px;
}
.fs-16 {
    font-size: 16px;
}
.fs-24 {
    font-size: 24px;
}
.btn-cancel-profile{
    margin-top: 15px;
    font-size: 10px;
    letter-spacing: 0.06em;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 2px 1px rgba(206, 206, 206, 0.25);
    border-radius: 8px;
}
.box-photo{
    background-color: #fff;
    border: 1px solid rgba(117, 117, 117, 0.62);
    width: 96px;
    height: 96px;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
}
.btn-white-custom{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}
.btn-in-profile{
    box-sizing: border-box;
    border-radius: 16px;
    letter-spacing: 0.01em;
    font-size: 14px;
    font-family: Kreg;
}
.img-nobg img{
    margin-top: 10px;
}
.menu-list{
    padding-bottom: 20px;
}
.img-consult-menu{
    width: 70px;
    height: 70px;
}
.info-class{
    color: #9CA3BA;
}
.img-center{
    width: auto;
    height: 145px;
    background-color: #FAFAFA;
    background-image: url("../images/img-state-home.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.name-consult{
    font-family: Rbold;
}
.consult-list{
    width: 100%;
    min-height:20px;
    overflow: hidden;
    display: block;
    position: relative;
}
.img-consult-menu,.text-consult-menu{
    float: left;
}
.text-consult-menu p{
    color: #2E344A;
    margin-bottom: 0px !important;
    text-align: left;
}
.menu-list a{
    padding-left: 20px;
    border-radius: 10px;
    display: block;
    text-decoration: none !important;
    color: #2E344A;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: background-color 0.5s ease-out;
}
.box-filter{
    position: absolute;
    right: 20px;
    top: 10px;
}
.form-search input.form-control:focus {
    background: #000;
    color: #fff;
}
.form-search input.form-control:focus::placeholder {
    color: #fff;
}
.menu-list a:hover{
    background: #c3c3c3;
    transition: background-color 0.5s ease-out;
}
.menu-list a.active{
    background: #c3c3c3;
}
.menu-list span,.help-list span{
    font-size: 14px;
    margin-left: 12px;
}

.menu-consult{
    margin-top: 30px;
}
.menu-consult a{
    background: #00BB46;
    border-radius: 27px;
    color: #fff;
}
.menu-consult a:hover{
    background: #185F22;
    transition: background-color 0.5s ease-out;
}
.menu-logout{
    margin-top: 20px;
}
.menu-logout a{
    border-radius: 27px;
    color: #fff;
    background-color: #dc3545;
}
.menu-logout a:hover {
    background-color: #73020c;
}
.mt-6{
    margin-top: 6rem !important;
}
.btn-logout{
    border-radius: 27px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff !important;
    background-color: #dc3545 !important;
}

.help-list a{
    display: block;
    text-decoration: none !important;
    color: #2E344A;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 0.5s ease-out;
    border-bottom: 1px solid#EEEEEE;
}
.card-member {
    background-image: url("../image/ic-state-non-member.png");
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    /*background-color: #EFEFEF;*/
}
.card-member.active{
    background-color: #FFDA10;
    background-image: url("../image/ic-state-member.png"), linear-gradient(180deg, #FFDA10 0%, #FFCA10 100%);
}
.center-content {
    margin-bottom: 50px;
    background: #FAFAFA;
    border-radius: 10px;
}
.content-text{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 400px;
    overflow: hidden;
    display: block;
}
.btn-grey{
    border-radius: 10px;
    background-color: #F0F0F3;
}
.btn-green{
    border-radius: 10px;
    background-color: #00BB46 !important;
    color: #fff !important;
}
.mr-1{
    margin-right: 10px;
}
.status small {
    color: #FF9339 !important;
}
a.link-consult {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.riwayat small{
    color: #9CA3BA !important;
}
.container-full{
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    position: relative;
}
.ct-10{
    margin-top: 15px;
}
.content-header{
    font-size: 20px;
}
/*footer*/
.footer{
    border-top: 1px solid#eeeeee;
    /* margin-top: 40px; */
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    background: #fff;
    /* height: 60px; */
    text-align: center;
}
.footer p{
    padding-top: 20px;
}


/*semer*/

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;

    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    margin-top: -3px;
    border-radius: 4px;
}

lines {
    height: 15px;
    margin-top: 10px;
    width: 100%;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/*modal*/
.modal-custom{
    border: 0px solid transparent !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.round {
    position: relative;
}
.round label {
    background-color: #fff;
    border: 1px solid #9CA3BA;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 10px;
}

.border-right-custom {
    border-right: 3px solid#eaeaea;
}
.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.round span {
    position: absolute;
    font-size: 14px;
    width: 250px;
    margin-left: 30px;
    font-family: Kreg;
    letter-spacing: 0.01em;
    color: #2E344A;
}
.list-checkbox {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
.modal-form{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}
.area-button {
    padding-top: 20px;
    text-align: right;
}
.btn-modal{
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    border-radius: 16px;
    margin-left: 10px;
}
.oveflow-content-modal{
    overflow-y: scroll;
    height: 300px;
    width: 100%;
}
.dropleft .dropdown-toggle::before{
    display: none;
}
.dropdown-menu {
    transform: translate3d(-125px, 38px, 0px) !important;
    position: inherit;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border:0px solid transparent;
}
.dropdown-item {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-family: Kreg;
    color: #2E344A;
    letter-spacing: 0.01em;
}
.modal-header{
    border-bottom:0px transparent !important;
}
.close{
    opacity: 1;
}
.clear{
    clear: both !important;
}
.info-detail{
    clear: both;
    padding: 10px 20px 20px 20px;
}
.img-list-modal{
    height: 120px;
    width: 100%;
}
@media (min-width: 576px){
    .modal-custom-md {
        max-width: 600px;
        margin: 1.75rem auto;
    }
    .modal-custom-lg {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 1000px){
    .modal-custom-lg {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
.label-padding{
    padding-left: 12px;
    color:#777;
    margin-bottom: 0px !important;
}
.photos-register{
    border: 1px solid#dedede;
    background-size: cover;
    background-position: center;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    margin-left: 12px;
    margin-top: 10px;
}
.my-class .bar {
    background:#f04c78;
}
.select2-container--bootstrap .select2-selection{
    border: 0px solid transparent !important;
    border-bottom: 1px solid#eaeaea !important;
    font-size: 12px !important;
    border-radius: 0px !important;
}
.hidden{
    display: none;
}
.SumoSelect>.CaptionCont{
    text-align: left !important;
}
.table-custom{
    font-size: 14px;
}
.table-custom th{
    background: #F0F0F3;
    color: #9CA3BA;
    font-family: Rmed;
    text-align: center;
}
.table-custom tbody{
    text-align: center;
}
.box-sertifikat{
    clear: both;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 50px;
    margin-top: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-custom-lg{
    max-width: 1000px;
}
#ser-list{
    width: 100%;
    display: block;
}
.img-sertifikat{
    float: left;
    width: 90px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.text-sertifikat{
    float: left;
    margin-left: 20px;
}
.text-sertifikat p{
    font-size: 14px;
    margin-bottom: 5px;
}
.table-custom th,.table-custom td{
    padding: .30rem;
}
.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}
.modal-logout{
    letter-spacing: 0.01em;
}
@media (min-width: 576px){
    .modal-sm {
        max-width: 400px;
    }
}
.modal-logout p{
    font-size: 13px;
    font-family: Kreg;
    text-align: center;
}
.btn-kembali {
    font-family: Rmed;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;

    color: #2E344A;
}
.pil-makul{
    font-size: 20px;
}
.no-bottom{
    margin-bottom: 0px;
}
.box-payment p{
    color: #9CA3BA;
    font-size: 10px;
    font-family: Rreg;
}
.box-payment{
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    padding: 15px;
    background: #FAFAFA;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.btn-grey-black{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Rreg;
    letter-spacing: 0.01em;
}
.title-pi{
    color: #2E344A;
    font-size: 12px;
    font-family: Rbold;
}
.btn-pilihan{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.loading{
    display: none;
}
.btn-pilihan button{
    margin-bottom: 5px;
    font-family: Kreg;
    font-size: 12px;
    color: #9CA3BA;
}
.btn-pilihan span{
    font-size: 10px;
    color: #2E344A;
}
.btn-white-custom:focus{
    box-shadow: 0px 0px 0px 0px transparent;
}
.btn-active {
    background: #00BB46;
    color: #fff !important;
}
.makul a{
    padding-bottom: 10px;
    padding-top: 10px;
}
.active-menu{
    background: #EEEEEE;
}
.select-guru{
    /*display: none;*/
    top: 95px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 300px;
    position: absolute;
}
.box-selected{
    background: #FAFAFA;
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.full-height{
    display: block;
    position: relative;
    min-height: 500px;
    background: #FAFAFA;
    border-radius: 10px;
    /*padding: 15px;*/
}
.list-data-item .kosong img {
    width: 100%;
}
.kosong{
    width: 100%;
    text-align: center;
    min-height: 50px;
}
.kosong h3{
    font-size: 16px;
    font-family: Rmed;
}
.kosong img{
    margin: 0px auto;
    display: block;
    width: 700px;
}
.consult-list .kosong img{
    width: 100% !important;
}
.green-btn{
    background: #00BB46 !important;
    color: #fff !important;
}
.modal-pilihan{
    text-align: center;
}
.btn-upload{
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 2px 1px rgba(206, 206, 206, 0.25);
    border-radius: 8px;
    letter-spacing: 0.01em;
    font-size: 10px;
    color: #2E344A;
}
.modal-custom-sm-pilihan{
    max-width: 500px;
}
.full-width-with-bg{
    text-align: left;
    padding: 20px;
    margin-bottom: 10px;
}
.info-list img {
    padding-right: 5px;
}
.ic-home{
    float: left;
    height: 50px;margin-top: 8px;
    margin-right: 10px;
}
.SumoSelect{
    width: 100% !important;
    outline: none !important;
    border-bottom: 1px solid #eee;
}
.SumoSelect>.CaptionCont {
    border: 0px solid transparent !important;
    outline: none !important;
}
.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont{
    box-shadow : 0px 0px 0px 0px transparent !important;
}
.SumoSelect>.CaptionCont>span{
    padding-left: 5px !important;
    font-size: 12px;
}
.text-home p{
    margin-bottom: 0px;
}
.content-card-custom{
    padding-left: 20px;
    padding-right: 20px;
}
.btn-center{
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
.btn-radius {
    border-radius: 16px;
    box-sizing: border-box;
}
.form-custom:disabled, .form-custom[readonly] {
    background-color: transparent !important;
}
.box-chat{
    width: 100%;
    height: 820px;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border-radius: 16px;
    border:1px solid #EEEEEE;
}
.box-chat-header{
    width: 100%;
    background: #FAFAFA;
    border-radius: 16px 16px 0px 0px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.box-chat-footer{
    width: 100%;
    background: #FAFAFA;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    border-radius: 0 0 16px 16px;
}
.photo-edit {
    background-image: url("../assets-ssc/ic-photo.png");
    background-repeat: no-repeat;
    background-color: #cecece;
    cursor: pointer;
}
.box-consult{
    width: 100%;
    height: 610px;
    overflow-y: scroll;
}
.time-coundown{
    padding: 10px;
    display: block;
    text-align: center;
}
.box-edit label{
    float: right;
}
.img-chat{
    max-width: 250px;
    cursor: pointer;
}
.box-edit button{
    margin-top: 0px !important;
    float: right;
    margin-bottom: 10px;
}
label.error{
    top: 40px !important;
    font-size: 9px !important;
    color: red !important;
    bottom: 0 !important;
}
.btn-custom-load{
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
}
.box-chat-body{
    height: 645px !important;
    width: 100%;
    height: auto;
    overflow-y: scroll ;
    position: relative;
}
.form-control-chat{
    font-size: 12px;
    height:auto !important;
    box-shadow: 0 0 0 0 transparent !important;
    border-color:#eaeaea !important;
    /*max-width: 370px;*/
    display: inline-block;
}
.box-form-chat{
    display: flex;
}
.box-form-chat input{
    margin-right: 15px;
}
.box-form-chat button{
    margin-right: 5px;
}
.text-home span{
    font-size: 16px;
}
a .full-width-with-bg{
    text-decoration: none !important;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    background-color: #eaeaea;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-text-home{
    min-height: 120px !important;
    padding-bottom: 0px !important;
}
#form-kelas, #form-jurusan,#form-bidang,#form-sub{
    display: none;
}
.offline-teacher{
    width: 100%;
    height: 100%;
    background-image: url("../image/ic-offline.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0000009e;
}
.swal-text{
    font-family: Kbold !important;
    text-transform: uppercase;
}
.swal-button{
    padding: 10px 30px;
}
.box-grey{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}
.box-greys{
    border-radius: 16px;
    width: 100%;
    background: #FAFAFA;
}
.with-padding{
    padding: 20px;
}
.img-chat-list{
    width: 100%;
    cursor: pointer;
}
.swal-footer{
    text-align: center;
}
.info-sub{
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    margin-top: 1px;
}
.sub{
    text-align: left;
}
.menu-list{
    padding-bottom: 0px;
}
.sub-menu{
    border: 1px solid#eaeaea;
    border-radius: 5px;
    margin: 5px;
}
.grey-box{
    padding: 20px;
    margin-bottom: 20px;
    background: #FAFAFA;
    border-radius: 16px;
    width: 100%;
    min-height: 100px;
}
.blue-box {
    background: #0c5460;
    color: #fff;
}
.blue-box h6{
    color: #fff;
}
.blue-box a:hover{
    text-decoration: underline;
}
.grey-bg{
    margin-bottom: 20px;
    background: #FAFAFA;
    border-radius: 16px;
    width: 100%;
    min-height: 100px;
}
.red{
    color: #ff001b !important;
}
.question {
    color: #2E344A;
    font-size: 20px;
    font-family: Rreg;
}
.question span{
    margin-right: 10px;
}
.answer-box{
    width: 100%;
}
.answer-box a{
    /*list-style: none;*/
    /*width: 100%;*/
    /*padding: 10px;*/
    /*display: block;*/
    /*color: #2E344A;*/
    /*border-radius: 4px;*/
    /*font-size: 12px;*/
    /*border: 1px solid #848aa8;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    /*background-color: #fff;*/
    list-style: none;
    /* width: 100%; */
    width: 40px;
    text-align: center;
    padding: 10px;
    display: block;
    margin-right: 20px;
    color: #2E344A;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #848aa8;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    float: left;
}
.answer-box {
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}
#button-next-prev {
    margin-top: 20px;
}
#button-next-prev button {
    font-weight: bold !important;
}
#button-next-prev button:hover {
    background: #000000;
    color: #fff;
}
.answer-box a:hover{
    border: 1px solid #005d0b;
    background: #005d0b;
    color: #fff;
}
a.active-answer{
    border: 1px solid #219F31;
    background: #219F31;
    color: #fff;
}
.whitetogrey{
    background: #F8F5E6;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}
.redbox{
    background: #FFE8E6;
    border-radius: 8px;
    padding: 10px;
    color: #FF5645;
    text-align: center;
}
.as-teacher{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../assets-ssc/btn-login-as-student.png");
}
.as-student{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../assets-ssc/btn-login-as-teacher.png");
}
.off-mode{
    background-image: url("../assets-ssc/img-ornament-header-gray.png");
    background-position: right bottom;
}
.on-mode{
    background-color: #17B32B !important;
    background-image: url("../assets-ssc/img-ornament-header-green.png");
    background-position: right bottom;
}
.name-teacher{
    background-repeat: no-repeat;
    background-color: #9799A4;
    background-size: auto;
    border-radius: 16px;
    width: 100%;
    padding: 20px;
    min-height: 50px;
    color: #fff !important;
}
.teacher{
    font-family: Rbold;
    color: #fff !important;
}

/*slide radio*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    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: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-image: url("../assets-ssc/ic-off.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-color: #9CA3BA;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #FFCB3D;
    background-image: url("../assets-ssc/ic-on.png");
}

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

.slider.round:before {
    border-radius: 50%;
}
.box-right{
    width:150px;
    height: 100%;
    position: absolute;
    right: 0;
    background: transparent;
    top: 0;
    border-left: 1px solid#EEEEEE;
}
.list-menu-right{
    width: 100%;
    height: 50%;
}
.list-menu-right a{
    width: 100%;
    height: 100%;
    font-family: Rmed;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.green{
    color: #00BB46 !important;
}
.with-border-bottom{
    border-bottom: 1px solid#eeeeee;
}
.student-name{
    font-family: Rmed;
}
.modal-left-text p{
    text-align: left;
}

.bubble {
    -webkit-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
    transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}
.bubble:nth-of-type(1) {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}
.bubble:nth-of-type(2) {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.bubble:nth-of-type(3) {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
}
.bubble:nth-of-type(4) {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.bubble:nth-of-type(5) {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.bubble:nth-of-type(6) {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.bubble:nth-of-type(7) {
    -webkit-animation-duration: 1.05s;
    animation-duration: 1.05s;
}
.bubble:nth-of-type(8) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.bubble:nth-of-type(9) {
    -webkit-animation-duration: 1.35s;
    animation-duration: 1.35s;
}
.bubble:nth-of-type(10) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.bubble {
    max-width: 500px;
    overflow-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    padding: 10px 14px;
    vertical-align: top;
    border-radius: 5px;
}
.bubble:before {
    position: absolute;
    top: 19px;
    display: block;
    width: 8px;
    height: 6px;
    content: "\00a0";
    -webkit-transform: rotate(29deg) skew(-35deg);
    transform: rotate(29deg) skew(-35deg);
}
.bubble.you {
    float: left;
    color: #2E344A;
    background-color: #EEEEEE;
    align-self: flex-start;
    -webkit-animation-name: slideFromLeft;
    animation-name: slideFromLeft;
}
.bubble.you:before {
    left: -3px;
    background-color: #EEEEEE;
}
.bubble.me {
    float: right;
    color: #2E344A;
    background-color: #DBEFC8;
    align-self: flex-end;
    -webkit-animation-name: slideFromRight;
    animation-name: slideFromRight;
}
.bubble.me:before {
    right: -3px;
    background-color: #DBEFC8;
}

.conversation-start {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    margin-top: 27px;
    text-align: center;
}
.conversation-start span {
    display: inline-block;
    font-size: 10px;
    color: var(--grey);
}
.conversation-start span:before, .conversation-start span:after {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 5%;
    height: 1px;
    content: "";
    background-color: var(--light);
}
.conversation-start span:before {
    left: 0;
}
.conversation-start span:after {
    right: 0;
}
input#voucherCode[readonly] {
    background-color: #eaeaea !important;
}
.alert {
    border: 0px;
    position: relative;
    padding: .95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #ffffff;
    z-index: 999999;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26); }
.alert [data-notify="icon"] {
    display: block; }
.alert [data-notify="icon"]::before {
    line-height: 35px;
    font-size: 22px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff; }
.alert [data-notify="title"] {
    display: block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px; }
.alert [data-notify="message"] {
    font-size: 13px;
    color: #908e8e; }
.alert .close {
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 12px !important;
    border-radius: 50%; }

/*    Alert States    */
.alert-black {
    border-left: 4px solid #1a2035; }
.alert-black [data-notify="icon"]:before {
    background: #1a2035; }

.alert-primary {
    border-left: 4px solid #1572E8; }
.alert-primary [data-notify="icon"]:before {
    background: #1572E8; }

.alert-secondary {
    border-left: 4px solid #6861CE; }
.alert-secondary [data-notify="icon"]:before {
    background: #6861CE; }

.alert-info {
    border-left: 4px solid #48ABF7; }
.alert-info [data-notify="icon"]:before {
    background: #48ABF7; }

.alert-success {
    border-left: 4px solid #31CE36; }
.alert-success [data-notify="icon"]:before {
    background: #31CE36; }

.alert-warning {
    border-left: 4px solid #FFAD46; }
.alert-warning [data-notify="icon"]:before {
    background: #FFAD46; }

.alert-danger {
    border-left: 4px solid #F25961; }
.alert-danger [data-notify="icon"]:before {
    background: #F25961; }
@media(max-width: 769px){
    .list-data {
        max-width: 150px;
    }
    .login-menu {
        display: none;
    }
    .center-content{
        margin-bottom:0px;
    }
    .box-payment{
        margin-top: 20px;
    }
    .full-height{
        padding: 15px;
        margin-bottom: 20px;
    }
    .center-content{
        border-radius: 0px;
    }
}
a.nav-link.bg-custom-green {
    background: #00BB46;
}

/*bottom*/
.modal.fade .modal-bottom {
    -webkit-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
}
.modal .modal-bottom {
    margin:0;
    margin-top:auto;
    padding: 0;
    position:absolute;
    bottom:0;
    top:auto;
    left:auto;
    right:0;
    height:calc(55% + 160px); /* default height:45% its just for demo*/
}

.modal .modal-bottom>.modal-content{

    height:100%;
    border-color: #fff;
    border-radius:0;
    margin:0;

}
.modal-bottom .modal-body{height: calc(100% - 140px);overflow-y:auto;}

@media (min-width: 1px){
    .modal-bottom {max-width: 100%;width:100%;}
}
/*Custume scroll bar*/
.modal-bottom ::-webkit-scrollbar {width:8px}
.modal-bottom ::-webkit-scrollbar-button {width:8px;height:5px}
.modal-bottom ::-webkit-scrollbar-thumb:hover {background: #ccc}
.modal-bottom ::-webkit-scrollbar-thumb {	background:#f1f1f1;border: thin solid white;border-radius: 10px}
.modal-bottom ::-webkit-scrollbar-track {background: #fff;border:thin solid white}

.img-new{
    background-color:#ccc;
    width:72px;
    height:72px;
}
a.actived {
    background: #068204 !important;
    color: white !important;
}

/*modal custom*/
.modal-confirm {
    color: #434e65;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    background: #00a205;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-header h3{
    color: #fff;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-confirm .close:hover {
    opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.modal-confirm .icon-box i {
    font-size: 58px;
    margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.box-scroll{
    width: 100%;
    height: 570px;
    overflow-y: scroll;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}

/*checkbox*/
.checkbox {
    --background: #fff;
    --border: #d1d6ee;
    --border-hover: #bbc1e1;
    --border-active: #1e2235;
    --tick: #fff;
    position: relative;
}
.checkbox input,
.checkbox svg {
    width: 21px;
    height: 21px;
    display: block;
}
.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}
.checkbox input:checked {
    --b: var(--border-active);
}
.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
    --s: 2px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}
.checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkbox.bounce {
    --stroke: var(--tick);
}
.checkbox.bounce input:checked {
    --s: 11px;
}
.checkbox.bounce input:checked + svg {
    -webkit-animation: bounce 0.4s linear forwards 0.2s;
    animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.modal-custom-border{
    border-radius: 1.3rem !important;
}


/*button*/
.btn-pre{
    position: relative;
    text-align: left;
    font-family: Rmed;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #FFFFFF !important;
}
.btn-pre .icon{
    display: inline-block;
    margin-right: 20px;
}
.btn-pre:after {
    background: rgba(0, 0, 0, 0.1);
    content: "\f054";
}
.btn-pre:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    font-family: "FontAwesome", sans-serif;
    line-height: 50px;
    font-size: 1.2em;
    text-align: center;
    transition: 0.2s;
    transform-origin: 50% 60%;
}
.btn-orange{
    background: #FF9339;
}
.btn-greens{
    background: #00BB46;
}
.btn-blue{
    background: #0080F6;
}
.btn-red {
    background: #E75656;
}
.box-kelas{
    background-color: #fff;
    width: 100%;
    min-height: 245px;
    position: relative;
    border: 1px solid #ECECEC;
    border-top-style: solid;
    border-top-color: #5EC546;
    border-top-width: 7px;
    margin-bottom: 20px;
}
.header-box-kelas{
    width: 100%;
    min-height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.text-kelas{
    padding: 10px;
}
.bg-bank-kelas h3{
    color: #fff;
}
.bg-bank-kelas{
    width: 100%;
    background-color: #FAFAFA;
    position: relative;
    min-height: 140px;
    border-radius: 10px 10px 0px 0px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}
.absolute-info-bank{
    position: absolute;
    color: #fff !important;
    text-align: left;
}
.border-radius-custom{
    border-radius:0px 0px 5px 5px;
}
.btn-materi{
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Rreg;
    border:0px transparent;
    text-align: left;
    position: relative;
    background: #5EC546 !important;
}
.btn-materi:after {
    content: "\f054";
}
.btn-materi:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    font-family: "FontAwesome", sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition: 0.2s;
    transform-origin: 50% 60%;
}
.for-materi{
    padding: 16px;
    display: flex;
}
.img-circle{
    background-color: #000;
    width: 56px;
    height: 56px;
    vertical-align: top;
    border-radius: 100%;
    margin-right: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.text-materi{
    max-width: 220px;
    text-align: justify;
}
.text-materi p{
    margin-bottom: 0px;
    height: 30px;
}
.box-inline{
    display: inline-block;
}
.auto-height{
    min-height: auto !important;
}
.package-header, .package-header h3{
    color: #2E344A;
}
.btn-order{
    font-family: Rreg;
    color: #2E344A;
    font-size: 12px;
    background-color: #F0F0F3;
}
.vh-80 {
    height: 80vh!important;
}
.box-package{
    background-color: #fff;
    width: 100%;
    min-height: 245px;
    position: relative;
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
    border-radius: 16px;
}
.text-package h6{
    font-size: 14px;
}
.text-package{
    max-width: 200px;
    text-align: justify;
}
.text-package p{
    margin-bottom: 0px;
}
.btn-chart {
    font-size: 12px;
    background: #00BB46;
    box-shadow: 0px 16px 10px -8px #CEEAB2;
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.btn-unduh {
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.btn-checked{
    font-size: 12px;
    color: #54CC0B;
    background: #FFFFFF;
    border: 1px solid #219F31;
    box-sizing: border-box;
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.text-line-trough {
    text-decoration: line-through;
}
.unduh-orange{
    background: #FFDA10;
    font-family: Rmed;
}
.list-tryout{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    min-height: 220px;
    background: #FFFFFF;
    border-top: 3px solid#00BB46;
    position: relative;
    margin-bottom: 20px;
}
.tryout-img{
    background-image: url("https://cdaslammers.com/wp-content/uploads/2021/04/IMG-WEB-banner.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 100%;
    height: 200px;
}
.rounded-floating{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FAFAFA;
    position: absolute;
    top: 190px;
    z-index: 5;
}
.round-float-left{
    left: -10px;
}
.round-float-right{
    right: -10px;
}
.centered{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.ribbon {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background: #E75656;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    clear: both;
}
div.right_ribbon {
    text-align: right;
    float: right;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: -25px;
}
div.right_ribbon::after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    top: -10px;
    right: 0px;
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid #B74B4B;
}
.btn-detail-tryout{
    margin-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
}
.list-history{
    position: relative;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: justify;
    margin-bottom: 20px;
}
.title-history{
    font-size: 14px;
}
.text-grey{
    color: #9CA3BA;
}
.text-black{
    color: #2E344A;
}
.end-mapel{
    color: #dc3545;
    font-family: Rmed;
}
.text-info-history{
    margin-top: .25rem !important;
    margin-bottom: 0px !important;
}
.badge-yellow{
    background: #FF9339;
    color: #fff;
}
.badge-custom{
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.tools{
    position: absolute;
    top: 0px;
    left: 10px;
}
.overflow-scroll{
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}
.box-list-soal {
    padding: 10px;
    text-align: justify;
    cursor: pointer;
}
.box-list-soal a{
    color: #9CA3BA;
}
.green-bg{
    background: #00BB46 !important;
}
.nilai{
    font-family: Rbold;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2E344A;
    font-size: 48px;
}
.body-skor {
    color: #2E344A;
}
.box-footer{
    color: #2E344A;
    padding-left: 10px;
    padding-right: 10px;
}
.percen-nilai{
    font-size: 24px;
    font-family: Kbold;
    letter-spacing: 0.01em;
}
.peringkat{
    font-family: Kreg;
    letter-spacing: 0.01em;
    color: #5EC546;
}
.table-nilai th,.table-nilai td{
    padding-left : 20px;
    padding-right : 20px;
}
.table-nilai th{
    background: #FEDD61;
    color: #2E344A;
}
.table-nilai td {
    background: #fff;
    color: #2E344A;
}
.table-nilai th:first-child, .table-nilai td:first-child {
    text-align: left;
}
.table-nilai th {
    border: 1px solid #FEDD61 !important;
}
.btn-selesai{
    border-radius: 16px;
    font-size: 12px;
    letter-spacing: 0.01em;
}
.table-radius{
    border-collapse: collapse;
    border-radius: 30px;
    border-style: hidden;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.question-box{
    min-height: 150px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.text-green,.text-green a{
    color: #00871e;
}
.question-box strong {
    font-family: Kbold !important;
}
.question-box p,.question-box span {
    text-align: justify;
    font-family: Kreg !important;
    font-size: 13px !important;
}
.question-box .numbering{
    float: left;
    margin-right: 5px;
}
.question-box img {
    max-width: 100%;
}
.ua{

}
.optional{
    float: left;
    color: #9CA3BA;
    letter-spacing: 0.05em;
    margin-right: 10px;
}
.box-form-question{
    width: 100%;
}
.current-show{
    display: block;
}
.current-hide{
    display: none;
}
.box-list-soal.active a{
    color: #2E344A;
}
.scrolling-body{
    overflow-y: scroll;
    max-height: 540px;
}
.menu-clicked{
    cursor: pointer;
}
.box-answer p,.box-answer span{
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
/*banksoal*/
.breadcrumb-custom {
    font-family: Rmed;
}
.breadcrumb-custom a{
    font-family: Rmed;
    color: #1c1717;
}
.breadcrumb-custom.black {
    color: #1c1717;
}
.breadcrumb-custom.green {
    color: #1bc054;
}
.lesson-materi{
    display: flex;
    flex-direction: row;
}
.with-flex {
    display: flex;
    flex-direction: row;
}
.with-flex div{
    flex: 1;
}
.flex-1{
    flex: 1;
}
.lesson-materi .box-inline {
    margin-left: 20px;
}
.circle-video {
    width: 80px;
    height: 80px;
    background-color: #f6f7f8;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box-video-list {
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 8px;
    background-size: contain;
    background-position: center center;
    position: relative;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.text-video-no-absolute a{
    color: #000;
}
.no-border{
    border-radius: 0px;
    margin-bottom: 0px;
}
.absolute-button-order{
    position: absolute;
    bottom: 40px;
    right: 25px;
}
.overlay-video {
    position: absolute;
    bottom: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}
.box-button-play {
    width:100%;
    height:100%;
    position:absolute;
    background:transparent;
}
.overlay-button-play {
    position: absolute;
    z-index: 2;
    top: 45%;
    /* top: 0; */
    right: 50%;
    cursor: pointer;
    /* width: 100%; */
}
.text-video-no-absolute{
    bottom: 0;
    color: #000;
    display: flex;
}
.text-video{
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    color: #FFFFFF;
    display: flex;
    text-shadow: 0px 0px 6px rgb(70 70 70 / 70%);
}
.text-video-no-absolute .title-pi {
    font-size: 16px !important;
    color: #000;
}
.text-video .title-pi {
    font-size: 16px !important;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px rgb(70 70 70 / 70%);
}
/*loading*/
.custom-page{
    min-height: 800px;
    position: relative;
    display: block;
}
* {
    box-sizing: border-box;
}
:root {
    --bg: #1c1717;
}
@property --a {
    initial-value: 0deg;
    inherits: false;
    syntax: '<angle>';
}
@property --h {
    initial-value: 0;
    inherits: false;
    syntax: '<number>';
}
.loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 2rem 4rem;
    font-family: Rblack;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-style: solid;
    border-width: 1vmin;
    font-size: 2rem;
    --charge: hsl(var(--h, 0), 80%, 50%);
    -o-border-image: conic-gradient(var(--charge) var(--a), transparent calc(var(--a) + 0.5deg)) 30;
    border-image: conic-gradient(var(--charge) var(--a), transparent calc(var(--a) + 0.5deg)) 30;
    -webkit-animation: load 2s infinite ease-in-out;
    animation: load 2s infinite ease-in-out;
}
@-webkit-keyframes load {
    0%, 10% {
        --a: 0deg;
        --h: 0;
    }
    100% {
        --a: 360deg;
        --h: 100;
    }
}
@keyframes load {
    0%, 10% {
        --a: 0deg;
        --h: 0;
    }
    100% {
        --a: 360deg;
        --h: 100;
    }
}
@media (min-width: 1200px){
    .container-custom-menu {
        max-width: 1340px;
    }
}

@media (min-width: 1025px){
    .list-data {
        max-width: 420px;
    }
}

/*coupon*/
.coupon{
    overflow:hidden;
    border-radius:10px;
    display: flex;
}
.coupon-left{
    position: relative;
    color: #fff !important;
    background: #000;
    line-height: 80px;
    width: 150px;
    font-size: 20px;
    font-family: Rblack;
    text-align: center;
}
.coupon-con{
    flex-grow: 1;
    height:80px;
    position:relative;
    padding-left: 20px;
    padding-right: 20px;
    background: #d00303;
    padding-top: 10px;
    color: #fff;
}
.expired-text{
    font-family: Rmed;
}
.copy {
    background: rgb(126 115 255);
    padding: 5px 5px;
    font-size: 10px;
    color:#fff;
    font-family: Rbold;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}
.slick-next{
    right: 0px !important;
}
/*loading*/
/* Absolute Center CSS Spinner */
.loading-again {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading-again:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading-again:not(:required) {
    /* hide "loading-again..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-again:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mapelRed {
    color: #dc3545;
    font-family: Rmed;
}
.mapelGreen {
    color: #219F31;
    font-family: Rmed;
}
.mapelGrey {
    color: #acacac;
    font-family: Rmed;
}
#wrap {
    min-height: 100%;
}
.footer{
    padding: 0px !important;
}
.footer {
    /* position: relative; */
    /* height: 20px; */
    clear: both;
    line-height: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
span.select2-selection.select2-selection--single {
    padding-left: 0px !important;
    box-shadow: none !important;
}
video::-internal-media-controls-download-button {
    display:none;
}

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

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/*loading*/
.loading-screen {
    height: 50vh;
    line-height: 50vh;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
}
.loading-screen span {
    display: inline-block;
    margin: 0 -0.05em;
}

/* code #8 */
.loading08 span {
    position: relative;
    color: rgba(73, 73, 73, 0.2);
    animation: loading08-parent 5s infinite;
}
.loading08 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #111111;
    opacity: 0;
    animation: loading08-child 5s infinite;
}
.loading08 span:nth-child(2)::after {
    animation-delay: 0.2s;
}
.loading08 span:nth-child(3)::after {
    animation-delay: 0.4s;
}
.loading08 span:nth-child(4)::after {
    animation-delay: 0.6s;
}
.loading08 span:nth-child(5)::after {
    animation-delay: 0.8s;
}
.loading08 span:nth-child(6)::after {
    animation-delay: 1s;
}
.loading08 span:nth-child(7)::after {
    animation-delay: 1.2s;
}
.loading08 span:nth-child(8)::after {
    animation-delay: 1.4s;
}
.loading08 span:nth-child(9)::after {
    animation-delay: 1.6s;
}
.loading08 span:nth-child(10)::after {
    animation-delay: 1.8s;
}
.loading08 span:nth-child(11)::after {
    animation-delay: 2s;
}
.loading08 span:nth-child(12)::after {
    animation-delay: 2.2s;
}
.loading08 span:nth-child(13)::after {
    animation-delay: 2.4s;
}
.loading08 span:nth-child(14)::after {
    animation-delay: 2.6s;
}
.loading08 span:nth-child(15)::after {
    animation-delay: 2.8s;
}

@keyframes loading08-parent {
    0%, 35%, 100% {
        color: rgba(0, 0, 0, 0.2);
    }
    60%, 80% {
        color: #c2c2c2;
    }
}
@keyframes loading08-child {
    0% {
        opacity: 1;
    }
    25%, 100% {
        opacity: 0;
    }
}
.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    filter: drop-shadow(0px 2px 2px rgba(37, 37, 37, 0.2));
}
/*tooltips*/
.tooltip-wrap {
    position: relative;
}
.tooltip-wrap .tooltip-content {
    display: none;
    position: absolute;
    bottom: 13px;
    font-size: 14px;
    font-family: Rbold;
    border-radius: 10px;
    right: 67px;
    background-color: #fff;
    padding: 0.5em;
    min-width: 9rem;
    filter: drop-shadow(0px 2px 2px rgba(37, 37, 37, 0.2));
}
.tooltip-wrap .tooltip-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}
.tooltip-wrap:hover .tooltip-content {
    display: block;
}

/*rating*/
#add32 {
    display: none;
}
.rate {
    /*float: left;*/
    display: inline-block;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:40px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.star-color {
    color: #ffc700;
}
.bg-voucher {
    background: #f45353;
}
#fitur-belajar,#paket-belajar {
    min-height: 50vh;
}
/*testimony*/
#testimony,#paket-belajar-2 {
    background: #ecf4e0;
    padding: 20px 0px;
    min-height: 50vh;
    overflow: hidden;
}
#paket-belajar-2 {
    border-bottom: 10px solid#fff;
}
.pk-belajar {
    width: 100%;
    padding: 20px;
    background: #fff;
}
.pk-belajar .img {
    width: 100%;
    height: 155px;
    background-size: cover;
}
.card-testimony {
    border: 0px solid transparent;
    border-radius: 20px;
}
.card-testimony .img-list {
    border-radius: 100%;
}
.card-testimony .info-list {
    height: 80px;
    overflow: hidden;
}

#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.btn-a-register {
    background-color: #c1c1c1 !important;
    color: #000 !important;
}
.btn-a-register:hover {
    background-color: #9f9f9f !important;
}

