.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.button {
    background-color: #fff;
}

.documentation_div_vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    margin: 10px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #000;
    font-weight: 600;
    cursor: pointer;
}

.btn.btn_disabled_filled {
    text-decoration: none;
}

.btn.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn.btn_primary_outline.fit {
    width: auto;
    min-width: 0px;
    margin: 0px;
}

.btn.btn_secondary_outline {
    text-decoration: none;
}

.btn.btn_secondary_outline.addvideo {
    margin: 10px 0px 0px;
}

.btn.btn_secondary_outline.fit {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn.btn_secondary_outline.fit.filter {
    min-width: 100px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #adb5bd;
    border-radius: 10px;
    color: #adb5bd;
}

.btn.btn_danger_outline.fit {
    width: auto;
    min-width: 0px;
    margin: 0px 20px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.btn.btn_primary_text.game_live {
    margin: 20px 0px 0px;
    color: #42a5f5;
}

.btn.btn_primary_text.game_close {
    margin: 20px 0px 0px;
    color: #6c757d;
}

.btn.btn_primary_text.card_landing_more {
    margin: 0px;
}

.btn.btn_secondary_text.addvideo {
    margin: 10px 0px 0px;
    text-decoration: none;
}

.btn.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn.btn_secondary_filled.fit.marginleft10 {
    margin-left: 10px;
}

.btn.btn_secondary_filled.fit.filter {
    min-width: 100px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #adb5bd;
}

.btn.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn.btn_secondary_filled.cert {
    margin: 0px;
}

.btn.btn_secondary_filled.upload {
    width: auto;
}

.btn.btn_secondary_filled.addvideo {
    margin: 10px 0px 0px;
}

.btn.btn_secondary_filled.download_post {
    margin: 0px;
}

.btn.btn_secondary_filled.copy_post {
    margin: 0px;
}

.btn.btn_secondary_filled.editprofile_trigger {
    margin: 0px;
}

.btn.btn_primary_filled {
    text-decoration: none;
}

.btn.btn_primary_filled.fit {
    width: auto;
}

.btn.btn_primary_filled.fit.nomargin {
    margin: 0px;
}

.btn.btn_primary_filled.fit.quiz {
    margin: 0px 10px;
}

.btn.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn.btn_primary_filled.redeem {
    margin: 0px;
}

.btn.btn_primary_filled.signup {
    width: auto;
    min-width: 100px;
    padding: 10px;
    border-radius: 100px;
}

.btn.btn_primary_filled.editprofile {
    margin: 0px;
}

.btn.btn_primary_filled.game_register {
    margin: 20px 0px 0px;
}

.btn.btn_primary_filled.edit_team {
    margin: 10px 0px 0px;
}

.btn.btn_primary_filled.delete_team {
    width: auto;
    min-width: 0px;
    margin: 10px 0px 0px 10px;
}

.btn.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn.btn_pagination.answered {
    background-color: #52b69a;
    color: #fff;
}

.btn.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn.btn_landing_filled.red.except_web {
    display: none;
}

.btn.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn.btn_landing_filled.red.login {
    width: 100%;
}

.btn.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 10px 15px;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
}

.btn.btn_landing_to_detail.mobile {
    display: none;
}

.btn.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn.btn_delete_video {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin: 0px 10px 0px 0px;
    padding: 20px;
    background-color: #e9ecef;
    color: #adb5bd;
    text-decoration: none;
}

.btn.btn_jawaban.quiz {
    width: 50%;
    height: 100%;
    margin: 0px 10px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn.btn_jawaban.quiz.countdown {
    padding: 20px;
}

.btn.btn_text_only {
    text-decoration: none;
}

.btn.btn_text_only.fit {
    width: auto;
}

.btn.btn_text_only.fit.nomargin {
    margin: 0px;
}

.btn.btn_text_only.fit.quiz {
    margin: 0px 10px;
}

.btn.btn_text_only.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn.btn_text_only.redeem {
    margin: 0px;
}

.btn.btn_text_only.signup {
    width: auto;
    min-width: 100px;
    padding: 10px;
    border-radius: 100px;
}

.btn.btn_text_only.editprofile {
    margin: 0px;
}

.btn.btn_text_only.game_register {
    margin: 20px 0px 0px;
}

.btn.btn_text_only.edit_team {
    margin: 10px 0px 0px;
}

.btn.btn_text_only.delete_team {
    width: auto;
    min-width: 0px;
    margin: 10px 0px 0px 10px;
    background-color: transparent;
    color: #9299a0;
}

.btn_detail_filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #e3f2fd;
    color: #42a5f5;
    font-weight: 600;
}

.btn_disabled_filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #ced4da;
    color: #adb5bd;
    font-weight: 600;
}

.documentation_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f7fd;
    font-family: 'Open Sans', sans-serif;
}

.btn_danger_filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #d00000;
    color: #fff;
    font-weight: 600;
}

.btn.btn_danger_filled.fit {
    width: auto;
    min-width: 0px;
    margin: 0px 20px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.documentation_div_horizaontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.btn_primary_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #52b69a;
    border-radius: 5px;
    background-color: transparent;
    color: #52b69a;
    font-weight: 600;
}

.btn_secondary_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #42a5f5;
    border-radius: 5px;
    background-color: transparent;
    color: #42a5f5;
    font-weight: 600;
}

.btn_danger_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d00000;
    border-radius: 5px;
    background-color: transparent;
    color: #d00000;
    font-weight: 600;
}

.btn_detail_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e3f2fd;
    border-radius: 5px;
    background-color: transparent;
    color: #90caf9;
    font-weight: 600;
}

.btn_disabled_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ced4da;
    border-radius: 5px;
    background-color: transparent;
    color: #adb5bd;
    font-weight: 600;
}

.btn_primary_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    color: #52b69a;
    font-weight: 600;
}

.btn_secondary_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    color: #42a5f5;
    font-weight: 600;
}

.btn_danger_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    color: #d00000;
    font-weight: 600;
}

.btn_detail_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    color: #90caf9;
    font-weight: 600;
}

.btn_disabled_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    color: #dee2e6;
    font-weight: 600;
}

.btn_effect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #000;
    font-weight: 600;
}

.btn_secondary_filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 150px;
    margin: 10px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #42a5f5;
    font-weight: 600;
    cursor: pointer;
}

.btn_primary_filled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #52b69a;
    color: #fff;
    font-weight: 600;
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0%;
    z-index: 100;
    overflow: auto;
    min-height: 100vh;
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.navbar_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar_mustscroll {
    height: 100vh !important;
    overflow: scroll;
}

.navbar_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    height: 100vh !important;
}

.navbar_menu.signup {
    opacity: 1;
    color: #9299a0;
    cursor: default;
}

.navbar_logo {
    display: block;
    width: 100px;
}

.navbar_separator {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #fb7722;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.navbar_manu_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9299a0;
    text-decoration: none;
}

.navbar_manu_list.normal {
    padding: 10px;
}

.navbar_manu_list.normal.program_only {
    padding: 10px;
}

.navbar_manu_list.normal.mobile_only {
    display: none;
}

.navbar_manu_list.active {
    padding: 10px 10px 10px 15px;
    border-left: 5px solid #cc1f98;
    border-radius: 0px;
    background-color: #fff;
    color: #cc1f98;
}

.navbar_logo_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar_menu_list_text {
    width: 100%;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    font-weight: 600;
}

.navbar_menu_list_text.small {
    padding: 0px;
    text-align: left;
}

.navbar_menu_list_text.extrasmall {
    padding: 0px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
}

.navbar_menu_list_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar_menu_list_text_wrap {
    padding-left: 10px;
}

.navbar_menu_button.grey {
    display: none;
}

.genx_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Open Sans', sans-serif;
}

.genx_container {
    width: 100%;
    background-color: #f5f7fd;
}

.topbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.topbar.quiz {
    background-image: none;
}

.topbar_left.signup {
    display: none;
}

.topbar_right {
    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;
}

.topbar_right.signup {
    display: none;
}

.icon_24 {
    width: 24px;
    height: 24px;
}

.icon_24.grey {
    color: #adb5bd;
}

.icon_24.grey.trigger_close_video {
    cursor: pointer;
}

.icon_24.grey.trigger_close_game {
    cursor: pointer;
}

.icon_24.grey.trigger_close_post {
    cursor: pointer;
}

.icon_24.green {
    color: #52b69a;
}

.icon_24.green.margin_bottom10 {
    margin-bottom: 10px;
}

.icon_24.red {
    color: #d00000;
}

.icon_24.red.margin_bottom10 {
    margin-bottom: 10px;
}

.cta_kyc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #f8f9fa;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #52b69a;
    text-decoration: none;
}

.cta_kyc:hover {
    background-color: #52b69a;
    color: #fff;
}

.cta_kyc_text {
    margin-left: 10px;
}

.text-block {
    font-weight: 700;
}

.topbar_menu_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    border-radius: 200px;
    background-color: #f8f9fa;
    color: #2196f3;
    font-weight: 600;
    text-decoration: none;
}

.topbar_menu_item.blue {
    margin-right: 11px;
    margin-left: 11px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.topbar_menu_item.blue:hover {
    background-color: #2196f3;
    color: #fff;
}

.topbar_menu_item.black {
    margin-right: 11px;
    margin-left: 11px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #343a40;
}

.topbar_menu_item.black:hover {
    background-color: #343a40;
    color: #fff;
}

.topbar_menu_item.black.profile_incomplete {
    border-style: solid;
    border-width: 1px;
    border-color: #d00000;
}

.topbar_menu_item.black.profile_incomplete:hover {
    border-style: none;
}

.topbar_menu_item.red {
    margin-right: 11px;
    margin-left: 11px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #dc2f02;
}

.topbar_menu_item.red:hover {
    background-color: #dc2f02;
    color: #fff;
}

.topbar_menu_item_text {
    margin-right: 5px;
}

.topbar_menu_item_icon {
    width: 20px;
    height: 20px;
}

.topbar_logo {
    display: none;
    width: 100px;
}

.topbar_logo.signup.show {
    display: block;
}

.genx_tab {
    padding: 0px;
}

.tab_wrap {
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
    color: #adb5bd;
}

.tab_wrap.w--current {
    border-bottom: 3px solid #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 600;
}

.tab_wrap.hide_this_tab {
    display: none;
}

.tab_wrap.hide_this_tab.w--current {
    display: block;
}

.genx_tab_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.genx_content_wrap {
    padding: 20px;
}

.genx_content_wrap.notification {
    padding: 20px;
}

.genx_content_wrap.signup {
    width: 100%;
    padding: 20px;
}

.genx_content_wrap.signup.width_padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aa0e7b), to(#f48c06));
    background-image: linear-gradient(180deg, #aa0e7b, #f48c06);
}

.genx_content_wrap.quiz_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: 20px 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f8f9fa;
}

.genx_tab_separator {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #adb5bd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.tab_pane {
    padding: 0px;
    background-color: transparent;
}

.card_title {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #52b69a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.card_title.green {
    color: #343a40;
    font-weight: 800;
}

.card_title.orange {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #212529;
    font-weight: 800;
}

.tab_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 5px;
    background-color: #fff;
}

.tab_content_wrap.margin_first {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.tab_content_wrap.margin_last {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tab_content_wrap.event {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.tab_content_wrap.notification {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 20px;
}

.tab_content_wrap.notification.old {
    opacity: 0.5;
}

.tab_content_wrap.quiz {
    padding: 40px;
}

.tab_content_wrap.soal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tab_content_wrap.jawaban {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tab_content_wrap.juara_1 {
    margin-bottom: 10px;
    padding-bottom: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffd770;
    background-image: linear-gradient(145deg, #f48c06, #ffd770);
}

.tab_content_wrap.juara_2 {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e2eafc;
    background-image: linear-gradient(145deg, #64b5f6, #edf2fb);
}

.tab_content_wrap.juara_3 {
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fb7722;
    background-image: linear-gradient(145deg, #9d0208, #f48c06);
}

.tab_content_wrap.juara_lainnya {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f8f9fa #fff #fff;
    background-color: transparent;
}

.tab_content_wrap.jawaban_quiz {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: transparent;
}

.tab_content_wrap.jawaban_quiz.salah {
    border-width: 3px;
    border-color: #d00000;
}

.tab_content_wrap.jawaban_quiz.benar {
    border-width: 3px;
    border-color: #52b69a;
}

.card_text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #495057;
}

.card_text.black.bold {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.card_text.black.redeem {
    margin-top: 0px;
}

.card_text.white {
    color: #fff;
}

.card_text.white.bold {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.card_text.white.redeem {
    margin-top: 0px;
}

.card_text.white.semibold {
    font-weight: 600;
}

.card_text.white.semibold.grow4px {
    margin-bottom: 0px;
    font-size: 18px;
}

.card_text.white.margintop10 {
    margin-bottom: 0px;
}

.card_text.soal {
    color: #0d47a1;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.card_text.white.bold {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.card_text.white.redeem {
    margin-top: 0px;
}

.card_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #52b69a;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.card_button.green {
    margin-top: 5px;
    margin-bottom: 5px;
}

.card_button.green.create_team {
    margin-right: 20px;
}

.card_button.blue {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #42a5f5;
}

.card_button.blue.fullwidth {
    width: 100%;
}

.card_button.blue.fullwidth.unggahvideo_trigger {
    background-color: transparent;
    color: #42a5f5;
}

.card_button.blue.fullwidth.unggahvideo_trigger:hover {
    color: #e3f2fd;
}

.card_button.blue.fullwidth.rejectvideo_trigger {
    background-color: transparent;
    color: #42a5f5;
}

.card_button.blue.fullwidth.rejectvideo_trigger:hover {
    color: #e3f2fd;
}

.card_button.lightblue {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #42a5f5;
}

.card_button.lightblue.fullwidth {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #e3f2fd;
    color: #42a5f5;
}

.card_button.lightblue.fullwidth.detailvideo_trigger {
    background-color: transparent;
}

.card_button.lightblue.fullwidth.detailvideo_trigger:hover {
    color: #e3f2fd;
}

.card_button.lightblue.fullwidth.detailpost_trigger {
    background-color: transparent;
}

.card_button.lightblue.fullwidth.detailpost_trigger:hover {
    color: #fff;
}

.card_button.lightblue.fullwidth.visityoutube_trigger {
    border-style: none;
    border-width: 1px;
    border-color: #52b69a;
    background-color: transparent;
    color: #d00000;
}

.card_button.lightblue.fullwidth.visityoutube_trigger:hover {
    color: #e3f2fd;
}

.card_button.lightblue.fullwidth.rejected {
    background-color: transparent;
    opacity: 1;
    color: #6c757d;
}

.card_button.lightblue.fullwidth.soon {
    background-color: transparent;
    color: #6c757d;
}

.card_button.lightblue.fullwidth.visit_ig {
    background-color: transparent;
    background-image: linear-gradient(280deg, #cc1f98, #faa307);
    color: #cc1f98;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card_button.lightblue.fullwidth.visit_ig:hover {
    color: #fff;
}

.card_button.lightblue {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #42a5f5;
}

.card_button.lightblue.fullwidth {
    width: 100%;
}

.card_button.white_outline {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #42a5f5;
}

.card_button.white_outline.fullwidth {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #e3f2fd;
    color: #42a5f5;
}

.card_button.white_outline.fullwidth.detailvideo_trigger {
    border-style: solid;
    border-width: 1px;
    border-color: #42a5f5;
    background-color: transparent;
}

.card_button.white_outline.fullwidth.visityoutube_trigger {
    border-style: solid;
    border-width: 1px;
    border-color: #42a5f5;
    background-color: #fff;
}

.rule_button_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.tab_content_fullwidth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab_content_fullwidth.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab_content_fullwidth.vertical.notification {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.tab_content_fullwidth.vertical.quiz_result {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
}

.tab_content_fullwidth.pagination {
    width: 100%;
    min-width: 300px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: transparent;
}

.tab_content_fullwidth.dashboard {
    margin: 0px;
}

.tab_content_fullwidth.filter {
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 5px;
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.tab_content_fullwidth.slider_video {
    display: none;
}

.tab_content_fullwidth.slider_post {
    display: none;
}

.tab_content_fullwidth.soal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab_content_fullwidth.align_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tab_content_60width {
    width: 60%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.tab_content_60width.first {
    padding-right: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.tab_content_60width.last {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.tab_content_40width {
    width: 40%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tab_content_40width.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab_content_40width.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card_highlight {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #495057;
}

.card_highlight.black {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.card_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #e3f2fd;
    color: #2196f3;
}

.card_info_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.card_info_text.bold {
    font-weight: 700;
}

.card_list_wrap {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #edf2fb;
}

.card_list_item_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    color: #495057;
}

.card_list_item_phone.header {
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(9, 7, 7, 0);
}

.card_copytext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #edf2fb;
    color: #495057;
}

.card_copytext_text.bold {
    font-weight: 700;
}

.card_qr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab_title_mobileonly {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #52b69a;
    font-size: 20px;
    font-weight: 700;
}

.card_separator_20_horizontal {
    width: 20px;
}

.card_separator_20_vertical {
    height: 20px;
}

.tab_content_fullwidth_dashboard {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(300px, 400px);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(300px, 400px));
}

.tab_content_fullwidth_dashboard.dashboard {
    margin: 0px;
    grid-auto-rows: minmax(auto, 550px);
    -ms-grid-rows: minmax(auto, 550px);
    grid-template-rows: minmax(auto, 550px);
}

.tab_content_fullwidth_dashboard.video_grid {
    grid-auto-rows: minmax(300px, 400px);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(300px, 400px));
}

.tab_content_fullwidth_dashboard.post_grid {
    grid-auto-rows: minmax(300px, 400px);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(300px, 400px));
}

.tab_content_fullwidth_dashboard.polling_grid {
    grid-auto-rows: minmax(300px, 400px);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(300px, 400px));
}

.card_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card_image_wrap.dashboard {
    height: 300px;
    background-color: #e9ecef;
}

.card_image {
    width: 131%;
    max-width: 130%;
}

.card_image.dashboard {
    height: 100%;
}

.card_play_icon {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    float: none;
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_status {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #e9ecef;
    color: #adb5bd;
}

.card_status.review {
    background-color: #faa307;
    color: #fff;
}

.card_status.accepted {
    background-color: #52b69a;
    color: #fff;
}

.card_status.rejected {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    color: #dc2f02;
}

.card_status.outline {
    padding: 4px 9px;
    border-style: none;
    border-width: 1px;
    border-color: #adb5bd;
    background-color: #fff;
}

.card_status.running {
    background-color: #ffd770;
    color: #f48c06;
}

.card_status.join {
    background-color: #d9ed92;
    color: #52b69a;
}

.card_status.passed {
    background-color: #9299a0;
    color: #495057;
}

.card_status.revised {
    background-color: #dc2f02;
    color: #fff;
}

.card_status.draft {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.card_status.posted {
    background-color: #52b69a;
    color: #fff;
}

.card_status.expired {
    background-color: #9299a0;
    color: #fff;
}

.card_status.soon {
    background-color: #faa307;
    color: #fff;
}

.card_status.today {
    background-color: #cc1f98;
    color: #fff;
}

.card_status_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.tab_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px 0% 0px 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 5px;
    background-color: #fff;
}

.tab_card.margin_first {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.tab_card.margin_last {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tab_card.dashboard {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#495057), to(#212529));
    background-image: linear-gradient(180deg, #495057, #212529);
}

.tab_card.with_bg {
    position: relative;
    overflow: hidden;
    max-height: 550px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.tab_card.with_bg.video {
    max-height: 550px;
}

.tab_card.redeem {
    overflow: hidden;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 6px 20px -12px rgba(0, 0, 0, 0.41);
}

.card_post_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card_post_wrap.dashboard {
    height: 300px;
    background-color: #e9ecef;
}

.card_post {
    width: 100%;
    max-width: 130%;
}

.separator_text {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #52b69a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.separator_text.orange {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #faa307;
}

.card_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card_horizontal.align_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_horizontal.margin_top_20 {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card_horizontal.quiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.card_vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card_vertical.notification {
    margin-left: 0px;
}

.card_vertical.quiz {
    width: 100%;
}

.card_image_event {
    width: 100%;
    height: auto;
    max-width: none;
    border-radius: 5px;
}

.card_title_event {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #495057;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.card_title_event.orange {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #faa307;
}

.card_title_event.dashboard {
    margin-top: 15px;
    color: #fff;
}

.card_title_event.white {
    color: #adb5bd;
}

.card_title_event.juara {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.card_title_event.score {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #f5f7fd;
    opacity: 1;
    color: #52b69a;
    text-align: center;
}

.card_date {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #495057;
    font-size: 10px;
    line-height: 16px;
}

.card_date.green {
    color: #fff;
}

.btn_clockin {
    border-radius: 5px;
    background-color: #52b69a;
    font-weight: 600;
}

.text_clockin_note {
    color: #ffba08;
    font-style: italic;
    font-weight: 300;
}

.card_image_event_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.card_image_event_wrap.dashboard {
    width: 100%;
    height: 300px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card_image_quiz_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.card_image_quiz {
    width: 100%;
    height: auto;
    max-width: none;
    border-radius: 5px;
}

.about_title {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about_subtitle {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #52b69a;
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about_text {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #495057;
}

.modals_uploadvideo {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.modals_container {
    width: 50%;
    min-height: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.modals_container.addvideo {
    width: 30%;
    padding: 20px 30px 30px;
}

.modals_container.detailpost {
    width: 40%;
}

.modals_container.game {
    width: 25%;
}

.modals_container.voucher {
    width: 30%;
}

.modals_container.game_create {
    width: 40%;
}

.modals_title_text {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    color: #52b69a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.modals_title_text.orange {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #faa307;
}

.modals_layout_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modals_layout_horizontal.last {
    margin-top: 10px;
}

.modals_input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modals_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modals_layout_horizontal_grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.modals_input_label {
    margin-bottom: 5px;
    color: #495057;
}

.modals_input_label.bold {
    font-weight: 700;
}

.modals_input_label.bold.big {
    font-size: 16px;
    font-weight: 700;
}

.modals_input_select {
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #6c757d;
}

.modals_title_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_close {
    padding: 5px;
    color: #adb5bd;
}

.modals_layout_vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modals_layout_vertical.list {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #edf2fb;
}

.margin_left10 {
    margin-left: 10px;
}

.modals_video_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modals_video_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
}

.modals_video_list_item_image {
    min-width: 150px;
}

.modals_video_list_item_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.modals_video_list_item_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
}

.genx_form {
    margin-bottom: 0px;
}

.menu_overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 39, 70, 0.8);
}

.landing_body {
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
    font-family: Montserrat, sans-serif;
}

.landing_navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
    box-shadow: 4px 4px 14px -5px rgba(108, 117, 125, 0.36);
}

.landing_navbar_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.landing_navbar_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing_navbar_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.landing_slider {
    overflow: hidden;
    height: auto;
    min-height: 0vh;
    margin-top: 75px;
    background-color: #000;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.landing_slider_mask {
    height: auto;
    min-height: 0vh;
}

.landing_slider_slide_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 640px;
    min-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -o-object-fit: cover;
    object-fit: cover;
}

.landing_slider_slide_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    min-width: 100vw;
    padding: 30px 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.landing_slider_slide_image {
    width: 100%;
}

.landing_slider_slide_image.mobile {
    display: none;
}

.slider1_btn_left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.landing_slider_button_left_icon_left {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    background-color: transparent;
}

.landing_slider_button_left_icon_left.right {
    border-radius: 10px 0px 0px 10px;
}

.landing_slider_button_left_icon_left.right_icon {
    border-radius: 200px 0px 0px 200px;
}

.slide-nav {
    display: none;
}

.landing_slider_button_right {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.landing_h2 {
    font-size: 24px;
}

.landing_list {
    line-height: 24px;
}

.btn_back_wrap {
    display: none;
    width: 100%;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing_slider_button_left_icon {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #000;
}

.landing_slider_button_left_icon.right {
    border-radius: 10px 0px 0px 10px;
}

.landing_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
}

.landing_footer_item {
    width: 50%;
}

.landing_footer_item.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.landing_footer_item.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.landing_footer_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.landing_footer_button_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.landing_slider_slide_detail_bg {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.modalside_signin {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6;
    display: none;
    min-height: 100vh;
    min-width: 30vw;
    padding: 120px 40px 40px;
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.modalside_overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: none;
    background-color: rgba(0, 39, 70, 0.8);
}

.modalside_title {
    background-image: linear-gradient(160deg, #f55959, #f5b759);
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modalside_title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modalside_form_label {
    margin-bottom: 10px;
    color: #495057;
    font-size: 18px;
    line-height: 22px;
}

.modalside_form_input {
    min-height: 60px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #f8f9fa;
    -webkit-transition: border-width 200ms ease;
    transition: border-width 200ms ease;
    color: #343a40;
    font-weight: 500;
}

.modalside_form_input:focus {
    border-style: solid;
    border-width: 2px;
    border-color: #ffc93d;
    background-color: #fff;
}

.modalside_signup {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 7;
    display: none;
    min-height: 100vh;
    min-width: 30vw;
    padding: 120px 40px 40px;
    background-color: #fff;
    background-image: url('../images/cure_for_sick_darkmode.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.card_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 5px;
    background-color: #fff;
}

.card_content_wrap.margin_first {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.card_content_wrap.margin_last {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.card_content_wrap.event {
    margin-top: 5px;
    margin-bottom: 5px;
}

.card_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.dashboard_card_content_wrap {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card_button_wrap_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modals_detailvideo {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.modals_status_waiting-review {
    color: #faa307;
    font-weight: 600;
}

.redeem_price {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #e9ecef;
    color: #adb5bd;
}

.redeem_price.review {
    background-color: #ffd770;
    color: #f48c06;
}

.redeem_price.accepted {
    background-color: #d9ed92;
    color: #52b69a;
}

.redeem_price.rejected {
    background-color: #dc2f02;
    color: #fff;
}

.redeem_price.outline {
    padding: 4px 9px;
    border-style: solid;
    border-width: 1px;
    border-color: #adb5bd;
    background-color: #fff;
}

.redeem_price.running {
    background-color: #ffd770;
    color: #f48c06;
}

.redeem_price.join {
    background-color: #d9ed92;
    color: #52b69a;
}

.redeem_price.passed {
    background-color: #9299a0;
    color: #495057;
}

.icon_20 {
    width: 20px;
    height: 20px;
}

.icon_20.grey {
    color: #adb5bd;
}

.icon_20.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.redeem_price_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 100px;
    background-color: #f8f9fa;
    color: #42a5f5;
    font-weight: 700;
}

.card_redeem_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    background-color: #d00000;
    background-image: url('../images/linkaja_bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.card_redeem_image {
    width: 60%;
    max-width: 130%;
}

.tab_content_fullwidth_redeem {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card_cert_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #adb5bd;
    border-radius: 5px;
    background-color: #e9ecef;
}

.card_cert_image {
    width: 100%;
    max-width: 130%;
}

.tab_content_fullwidth_cert {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.checkbox_box {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
    border-radius: 5px;
}

.checkbox_box.w--redirected-checked {
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    padding: 10px;
    border-style: none;
    background-color: #52b69a;
}

.checkbox_column {
    min-height: 150px;
    min-width: 50%;
}

.mask {
    position: static;
}

.icon {
    width: 20px;
    height: 20px;
}

.icon.large {
    width: 24px;
    height: 24px;
}

.input_w_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.input_w_icon_visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.input_w_icon.textarea {
    height: 70px;
    border-style: none;
    border-width: 1px;
    background-color: transparent;
}

.input_w_icon.dropdown {
    min-height: 40px;
    border-width: 1px;
    background-color: #fff;
}

.input_w_icon.withicon {
    border: 0px solid transparent;
    background-color: #000;
}

.form_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 6px 0px 0px 6px;
    background-color: #64b5f6;
}

.icon-right {
    position: static;
    display: none;
}

.input_dropdown_kampus {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.input-line-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input-line-group.checkbox_group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-block {
    max-width: 30vw;
    min-height: 80vh;
    min-width: 30vw;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.field-label {
    margin-bottom: 10px;
    color: #184e77;
}

.user_gamer {
    display: none;
}

.slide {
    overflow: auto;
    max-width: 30vw;
    min-width: 30vw;
    background-color: transparent;
}

.text-field {
    min-height: 40px;
    margin-bottom: 0px;
    border-style: none;
    border-width: 0px;
    border-color: #90caf9;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #e3f2fd;
}

.text-field::-webkit-input-placeholder {
    color: #90caf9;
}

.text-field:-ms-input-placeholder {
    color: #90caf9;
}

.text-field::-ms-input-placeholder {
    color: #90caf9;
}

.text-field::placeholder {
    color: #90caf9;
}

.text-field.youtube_link {
    padding-left: 0px;
    color: #343a40;
}

.text-field.youtube_link::-webkit-input-placeholder {
    color: #bbdefb;
}

.text-field.youtube_link:-ms-input-placeholder {
    color: #bbdefb;
}

.text-field.youtube_link::-ms-input-placeholder {
    color: #bbdefb;
}

.text-field.youtube_link::placeholder {
    color: #bbdefb;
}

.user_mahasiswa {
    display: none;
}

.input_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.prelink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 40px;
    min-height: 40px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px solid #000;
    background-color: #e3f2fd;
}

.btnnav {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #f90707;
    font-size: 16px;
    font-weight: 400;
}

.signup_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 30vw;
    min-height: 80vh;
    min-width: 30vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: transparent;
}

.error-message {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    margin-top: 100px;
}

.btntuploadphoto {
    margin-left: 10px;
    border-radius: 100px;
    background-color: #000;
    text-align: center;
}

.prelink_youtube {
    padding-top: 2px;
    color: #42a5f5;
    font-size: 14px;
}

.success-message {
    border-radius: 10px;
    background-color: #cbe1ff;
}

.icon-left {
    position: static;
    display: none;
}

.input-h4 {
    color: #dadada;
}

.input-h4.status-h4 {
    margin-top: 30px;
}

.text-span {
    color: #f90707;
}

.radio-label {
    min-height: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

.radio-label:active {
    color: #006eff;
}

.radio-label.program {
    margin-left: 10px;
    font-weight: 400;
}

.input_dropdown_sekolah {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.user_siswa {
    display: block;
}

.input_gender {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup_btn {
    width: 30%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
    background-color: #34a0a4;
    font-size: 16px;
}

.input_dropdown_kotatinggal {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.icon-arrow {
    width: 24px;
    height: 24px;
    max-width: 24px;
}

.left-arrow {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-height: 50px;
    min-width: 45%;
    margin: 0px 10px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #f90707;
    border-radius: 100px;
    background-color: #fff;
}

.left-arrow:hover {
    background-color: #ffecec;
}

.dropdown-field {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.input_dropdown_fakultas {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.group-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-arrow {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-height: 50px;
    min-width: 45%;
    margin: 0px 0px 0px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #f90707;
    border-radius: 100px;
    background-color: #fff;
}

.right-arrow:hover {
    background-color: #ffecec;
}

.image {
    border: 1px none #000;
    border-radius: 100px;
}

.image.editprofile {
    width: 150px;
    height: 150px;
}

.input_dropdown_kotalahir {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px none #000;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.input_error {
    color: #f90707;
    text-align: center;
}

.form_signup {
    max-width: none;
    min-height: 80vh;
    min-width: 30vw;
}

.signup_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: none;
    min-height: 90vh;
    min-width: 0vw;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
}

.signup_wrapper.signup {
    width: auto;
    max-width: 40%;
    border-radius: 20px;
}

.textarea {
    width: 100%;
    height: 70px;
    min-height: 70px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 7px;
    background-color: #e3f2fd;
}

.textarea::-webkit-input-placeholder {
    color: #bbdefb;
}

.textarea:-ms-input-placeholder {
    color: #bbdefb;
}

.textarea::-ms-input-placeholder {
    color: #bbdefb;
}

.textarea::placeholder {
    color: #bbdefb;
}

.radio-button {
    min-height: 20px;
    min-width: 20px;
    margin-top: 0px;
    margin-right: 5px;
}

.radio-button:active {
    border: 2px solid #000;
    border-radius: 100px;
}

.radio-button.w--redirected-checked {
    border-color: #ce0000;
    background-color: #ce0000;
}

.radio-button.program {
    margin: 0px;
}

.input-line {
    max-width: 100%;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-line.email {
    margin-right: 5px;
}

.input-line.photo {
    max-width: 100%;
}

.input-line.password {
    margin-left: 5px;
}

.input-line.tempat_lahir {
    width: 100%;
    margin-right: 5px;
}

.input-line.tgl_lahir {
    margin-left: 5px;
}

.input_checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup_step_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.signup_step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.signup_step.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.signup_content {
    padding: 20px 10px 10px;
}

.signup_form {
    max-width: none;
    min-height: 80vh;
    min-width: 30vw;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkbox-full {
    position: absolute;
    z-index: 100;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
    opacity: 0.01;
}

.checkbox_program:checked~.input_program {
    border-style: solid;
    border-width: 2px;
    border-color: #52b69a;
    background-color: #e4fdf6;
}

.join_program {
    margin-top: 10px;
    padding: 5px 15px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid rgb(192, 192, 192);
    color: rgb(192, 192, 192);
}

.checkbox_program:checked~.input_program>.checkbox_label_program>.join_program {
    background-color: #52b69a;
    color: #fff;
    border: 1px solid #52b69a;
}

.input_program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 2px;
    border-color: #e3f2fd;
    border-radius: 5px;
    background-color: #fff;
}

.checkbox_program {
    width: 40px;
    height: 40px;
    margin: 0px 20px 0px 0px;
    border-radius: 100px;
    color: #c22424;
}

.checkbox_label_program {
    margin-bottom: 0px;
    margin-left: 20px;
    color: #0d47a1;
}

.checkbox_image {
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.checkbox_label_title {
    font-size: 18px;
}

.landing_slider_button_right_icon_right {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200px 0px 0px 200px;
    background-color: transparent;
}

.landing_slider_button_right_icon_right.right {
    border-radius: 10px 0px 0px 10px;
}

.landing_slider_button_right_icon_right.right_icon {
    border-radius: 200px 0px 0px 200px;
}

.landing_slider_button_right_icon_right_wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200px 0px 0px 200px;
    background-color: rgba(0, 0, 0, 0.4);
}

.landing_slider_button_right_icon_right_wrap.right {
    border-radius: 10px 0px 0px 10px;
}

.landing_slider_button_left_icon_left_wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    background-color: rgba(0, 0, 0, 0.4);
}

.landing_slider_button_left_icon_left_wrap.right {
    border-radius: 10px 0px 0px 10px;
}

.landing_slider_button_left_icon_left_wrap.right_icon {
    border-radius: 200px 0px 0px 200px;
}

.slider1_btn_right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab_data_diri {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.tab_data_diri.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.tab_personal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.tab_personal.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.tab_media_sosial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.tab_media_sosial.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.tab_pendidikan {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.tab_pendidikan.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.tab_lainnya {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.tab_lainnya.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.tab_submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #dee2e6;
    background-color: transparent;
    text-align: center;
}

.tab_submit.w--current {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #cc1f98;
    background-color: transparent;
    color: #cc1f98;
    font-weight: 700;
}

.btn_to_tab_personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100px;
    margin: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #52b69a;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_to_tab_personal.btn_disabled_filled {
    text-decoration: none;
}

.btn_to_tab_personal.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_to_tab_personal.btn_secondary_outline {
    text-decoration: none;
}

.btn_to_tab_personal.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_personal.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_to_tab_personal.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_personal.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_to_tab_personal.btn_secondary_filled.upload {
    width: auto;
}

.btn_to_tab_personal.btn_primary_filled {
    text-decoration: none;
}

.btn_to_tab_personal.btn_primary_filled.fit {
    width: auto;
}

.btn_to_tab_personal.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_to_tab_personal.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_to_tab_personal.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_to_tab_personal.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_personal.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_personal.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_personal.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_personal.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_personal.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_personal.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_to_tab_personal.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_to_tab_personal.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_to_tab_personal.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_personal.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_to_tab_personal.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_personal.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_personal.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_to_tab_personal.btn_landing_filled.red.except_web {
    display: none;
}

.btn_to_tab_personal.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_to_tab_personal.btn_landing_filled.red.login {
    width: 100%;
}

.btn_to_tab_personal.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_personal.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_to_tab_personal.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_personal.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_personal.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_to_tab_personal.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_to_tab_personal.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_personal.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_to_tab_personal.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.tab_btn_nav_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.btn_back_to_tab_personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100px;
    margin: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #52b69a;
    border-radius: 100px;
    background-color: #fff;
    color: #34a0a4;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_back_to_tab_personal.btn_disabled_filled {
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_back_to_tab_personal.btn_secondary_outline {
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_back_to_tab_personal.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_personal.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_back_to_tab_personal.btn_secondary_filled.upload {
    width: auto;
}

.btn_back_to_tab_personal.btn_primary_filled {
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_primary_filled.fit {
    width: auto;
}

.btn_back_to_tab_personal.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_back_to_tab_personal.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_back_to_tab_personal.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_back_to_tab_personal.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_personal.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_personal.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_personal.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_personal.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_personal.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_personal.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_back_to_tab_personal.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_back_to_tab_personal.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_back_to_tab_personal.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_personal.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_back_to_tab_personal.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_personal.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_personal.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_back_to_tab_personal.btn_landing_filled.red.except_web {
    display: none;
}

.btn_back_to_tab_personal.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_back_to_tab_personal.btn_landing_filled.red.login {
    width: 100%;
}

.btn_back_to_tab_personal.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_personal.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_back_to_tab_personal.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_back_to_tab_personal.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_personal.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_back_to_tab_personal.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_back_to_tab_data_diri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100px;
    margin: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #52b69a;
    border-radius: 100px;
    background-color: #fff;
    color: #34a0a4;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_back_to_tab_data_diri.btn_disabled_filled {
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_back_to_tab_data_diri.btn_secondary_outline {
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_back_to_tab_data_diri.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_data_diri.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_back_to_tab_data_diri.btn_secondary_filled.upload {
    width: auto;
}

.btn_back_to_tab_data_diri.btn_primary_filled {
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_primary_filled.fit {
    width: auto;
}

.btn_back_to_tab_data_diri.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_back_to_tab_data_diri.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_back_to_tab_data_diri.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_back_to_tab_data_diri.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_data_diri.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_data_diri.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_data_diri.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_data_diri.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_data_diri.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_data_diri.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_back_to_tab_data_diri.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_back_to_tab_data_diri.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_back_to_tab_data_diri.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_data_diri.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_back_to_tab_data_diri.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_data_diri.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_data_diri.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_back_to_tab_data_diri.btn_landing_filled.red.except_web {
    display: none;
}

.btn_back_to_tab_data_diri.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_back_to_tab_data_diri.btn_landing_filled.red.login {
    width: 100%;
}

.btn_back_to_tab_data_diri.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_data_diri.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_back_to_tab_data_diri.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_back_to_tab_data_diri.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_data_diri.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_back_to_tab_data_diri.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_back_to_tab_media_sosial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #52b69a;
    border-radius: 5px;
    background-color: #fff;
    color: #34a0a4;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_back_to_tab_media_sosial.btn_disabled_filled {
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_back_to_tab_media_sosial.btn_secondary_outline {
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_back_to_tab_media_sosial.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_media_sosial.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_back_to_tab_media_sosial.btn_secondary_filled.upload {
    width: auto;
}

.btn_back_to_tab_media_sosial.btn_primary_filled {
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_primary_filled.fit {
    width: auto;
}

.btn_back_to_tab_media_sosial.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_back_to_tab_media_sosial.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_back_to_tab_media_sosial.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_back_to_tab_media_sosial.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_media_sosial.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_media_sosial.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_media_sosial.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_media_sosial.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_media_sosial.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_media_sosial.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_back_to_tab_media_sosial.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_back_to_tab_media_sosial.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_back_to_tab_media_sosial.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_media_sosial.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_back_to_tab_media_sosial.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_media_sosial.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_media_sosial.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_back_to_tab_media_sosial.btn_landing_filled.red.except_web {
    display: none;
}

.btn_back_to_tab_media_sosial.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_back_to_tab_media_sosial.btn_landing_filled.red.login {
    width: 100%;
}

.btn_back_to_tab_media_sosial.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_media_sosial.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_back_to_tab_media_sosial.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_back_to_tab_media_sosial.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_media_sosial.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_back_to_tab_media_sosial.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_back_to_tab_pendidikan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #52b69a;
    border-radius: 5px;
    background-color: #fff;
    color: #34a0a4;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_back_to_tab_pendidikan.btn_disabled_filled {
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_back_to_tab_pendidikan.btn_secondary_outline {
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_back_to_tab_pendidikan.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_pendidikan.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_back_to_tab_pendidikan.btn_secondary_filled.upload {
    width: auto;
}

.btn_back_to_tab_pendidikan.btn_primary_filled {
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_primary_filled.fit {
    width: auto;
}

.btn_back_to_tab_pendidikan.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_back_to_tab_pendidikan.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_back_to_tab_pendidikan.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_back_to_tab_pendidikan.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_pendidikan.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_pendidikan.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_pendidikan.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_pendidikan.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_pendidikan.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_pendidikan.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_back_to_tab_pendidikan.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_back_to_tab_pendidikan.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_back_to_tab_pendidikan.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_pendidikan.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_back_to_tab_pendidikan.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_pendidikan.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_pendidikan.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_back_to_tab_pendidikan.btn_landing_filled.red.except_web {
    display: none;
}

.btn_back_to_tab_pendidikan.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_back_to_tab_pendidikan.btn_landing_filled.red.login {
    width: 100%;
}

.btn_back_to_tab_pendidikan.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_pendidikan.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_back_to_tab_pendidikan.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_back_to_tab_pendidikan.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_pendidikan.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_back_to_tab_pendidikan.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_back_to_tab_lainnya {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #52b69a;
    border-radius: 5px;
    background-color: #fff;
    color: #34a0a4;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_back_to_tab_lainnya.btn_disabled_filled {
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_back_to_tab_lainnya.btn_secondary_outline {
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_back_to_tab_lainnya.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_lainnya.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_back_to_tab_lainnya.btn_secondary_filled.upload {
    width: auto;
}

.btn_back_to_tab_lainnya.btn_primary_filled {
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_primary_filled.fit {
    width: auto;
}

.btn_back_to_tab_lainnya.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_back_to_tab_lainnya.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_back_to_tab_lainnya.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_back_to_tab_lainnya.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_lainnya.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_lainnya.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_lainnya.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_back_to_tab_lainnya.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_back_to_tab_lainnya.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_back_to_tab_lainnya.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_back_to_tab_lainnya.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_back_to_tab_lainnya.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_back_to_tab_lainnya.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_lainnya.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_back_to_tab_lainnya.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_lainnya.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_lainnya.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_back_to_tab_lainnya.btn_landing_filled.red.except_web {
    display: none;
}

.btn_back_to_tab_lainnya.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_back_to_tab_lainnya.btn_landing_filled.red.login {
    width: 100%;
}

.btn_back_to_tab_lainnya.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_back_to_tab_lainnya.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_back_to_tab_lainnya.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_back_to_tab_lainnya.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_back_to_tab_lainnya.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_back_to_tab_lainnya.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_to_tab_submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #52b69a;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_to_tab_submit.btn_disabled_filled {
    text-decoration: none;
}

.btn_to_tab_submit.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_to_tab_submit.btn_secondary_outline {
    text-decoration: none;
}

.btn_to_tab_submit.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_submit.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_to_tab_submit.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_submit.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_to_tab_submit.btn_secondary_filled.upload {
    width: auto;
}

.btn_to_tab_submit.btn_primary_filled {
    text-decoration: none;
}

.btn_to_tab_submit.btn_primary_filled.fit {
    width: auto;
}

.btn_to_tab_submit.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_to_tab_submit.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_to_tab_submit.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_to_tab_submit.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_submit.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_submit.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_submit.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_submit.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_submit.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_submit.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_to_tab_submit.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_to_tab_submit.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_to_tab_submit.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_submit.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_to_tab_submit.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_submit.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_submit.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_to_tab_submit.btn_landing_filled.red.except_web {
    display: none;
}

.btn_to_tab_submit.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_to_tab_submit.btn_landing_filled.red.login {
    width: 100%;
}

.btn_to_tab_submit.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_submit.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_to_tab_submit.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_submit.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_submit.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_to_tab_submit.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_to_tab_submit.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_submit.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_to_tab_submit.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_to_tab_pendidikan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #52b69a;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_to_tab_pendidikan.btn_disabled_filled {
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_to_tab_pendidikan.btn_secondary_outline {
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_to_tab_pendidikan.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_pendidikan.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_to_tab_pendidikan.btn_secondary_filled.upload {
    width: auto;
}

.btn_to_tab_pendidikan.btn_primary_filled {
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_primary_filled.fit {
    width: auto;
}

.btn_to_tab_pendidikan.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_to_tab_pendidikan.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_to_tab_pendidikan.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_to_tab_pendidikan.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_pendidikan.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_pendidikan.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_pendidikan.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_pendidikan.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_pendidikan.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_pendidikan.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_to_tab_pendidikan.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_to_tab_pendidikan.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_to_tab_pendidikan.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_pendidikan.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_to_tab_pendidikan.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_pendidikan.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_pendidikan.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_to_tab_pendidikan.btn_landing_filled.red.except_web {
    display: none;
}

.btn_to_tab_pendidikan.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_to_tab_pendidikan.btn_landing_filled.red.login {
    width: 100%;
}

.btn_to_tab_pendidikan.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_pendidikan.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_to_tab_pendidikan.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_to_tab_pendidikan.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_pendidikan.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_to_tab_pendidikan.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_to_tab_lainnya {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #52b69a;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_to_tab_lainnya.btn_disabled_filled {
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_to_tab_lainnya.btn_secondary_outline {
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_to_tab_lainnya.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_lainnya.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_to_tab_lainnya.btn_secondary_filled.upload {
    width: auto;
}

.btn_to_tab_lainnya.btn_primary_filled {
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_primary_filled.fit {
    width: auto;
}

.btn_to_tab_lainnya.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_to_tab_lainnya.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_to_tab_lainnya.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_to_tab_lainnya.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_lainnya.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_lainnya.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_lainnya.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_lainnya.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_lainnya.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_lainnya.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_to_tab_lainnya.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_to_tab_lainnya.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_to_tab_lainnya.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_lainnya.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_to_tab_lainnya.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_lainnya.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_lainnya.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_to_tab_lainnya.btn_landing_filled.red.except_web {
    display: none;
}

.btn_to_tab_lainnya.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_to_tab_lainnya.btn_landing_filled.red.login {
    width: 100%;
}

.btn_to_tab_lainnya.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_lainnya.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_to_tab_lainnya.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_to_tab_lainnya.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_lainnya.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_to_tab_lainnya.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.btn_to_tab_media_sosial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100px;
    margin: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #52b69a;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn_to_tab_media_sosial.btn_disabled_filled {
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_disabled_filled.fit {
    width: auto;
    margin: 0px;
}

.btn_to_tab_media_sosial.btn_secondary_outline {
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_secondary_filled {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_secondary_filled.fit {
    width: auto;
    min-width: 150px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.btn_to_tab_media_sosial.btn_secondary_filled.login {
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_media_sosial.btn_secondary_filled.cert {
    margin: 0px;
}

.btn_to_tab_media_sosial.btn_secondary_filled.upload {
    width: auto;
}

.btn_to_tab_media_sosial.btn_primary_filled {
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_primary_filled.fit {
    width: auto;
}

.btn_to_tab_media_sosial.btn_primary_filled.compact {
    width: 150px;
    min-width: 0px;
    margin: 0px;
}

.btn_to_tab_media_sosial.btn_primary_filled.redeem {
    margin: 0px;
}

.btn_to_tab_media_sosial.btn_primary_filled.signup {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn_to_tab_media_sosial.btn_clockinout {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_media_sosial.btn_clockinout.active.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_media_sosial.btn_clockinout.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_media_sosial.btn_clockinout.disabled.dashboard {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_to_tab_media_sosial.btn_quiz {
    width: auto;
    margin: 0px 10px;
    background-color: #52b69a;
}

.btn_to_tab_media_sosial.btn_quiz.disabled {
    background-color: #ced4da;
    color: #adb5bd;
}

.btn_to_tab_media_sosial.btn_pagination {
    width: 40px;
    height: 40px;
    min-width: auto;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_to_tab_media_sosial.btn_pagination.normal {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn_to_tab_media_sosial.btn_pagination.active {
    background-color: #42a5f5;
    color: #fff;
}

.btn_to_tab_media_sosial.btn_landing_outline {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_media_sosial.btn_landing_outline.red {
    border-color: #aa0e7b;
    background-color: transparent;
    color: #aa0e7b;
}

.btn_to_tab_media_sosial.btn_landing_text {
    border: 1px none #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_media_sosial.btn_landing_filled {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_media_sosial.btn_landing_filled.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.btn_to_tab_media_sosial.btn_landing_filled.red.except_web {
    display: none;
}

.btn_to_tab_media_sosial.btn_landing_filled.red.except_tablet {
    background-image: linear-gradient(159deg, #f55959, #f5b759);
}

.btn_to_tab_media_sosial.btn_landing_filled.red.login {
    width: 100%;
}

.btn_to_tab_media_sosial.btn_landing_text {
    border: 1px solid #000;
    border-radius: 100px;
    background-color: transparent;
    color: #000;
}

.btn_to_tab_media_sosial.btn_landing_text.red {
    width: auto;
    min-width: 100px;
    padding: 15px 30px;
    border-style: none;
    border-color: #aa0e7b;
    background-color: #dc2f02;
    background-image: linear-gradient(159deg, #f55959, #f5b759);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_to_tab_media_sosial.btn_landing_to_detail {
    position: absolute;
    left: auto;
    top: 80vh;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_landing_to_slide {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0px;
    width: auto;
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_landing_to_slide.w--current {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_to_tab_media_sosial.btn_social_footer {
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 10px;
    border-radius: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_icon {
    color: #fff;
    text-decoration: none;
}

.btn_to_tab_media_sosial.btn_icon.btn_close {
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #adb5bd;
}

.btn_to_tab_media_sosial.btn_underline_text {
    background-color: transparent;
    color: #343a40;
}

.modals_addvideo {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 102;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.modals_input_text {
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #6c757d;
}

.modals_input_text.fit {
    margin-bottom: 0px;
}

.success-message-2 {
    border-radius: 5px;
    background-color: transparent;
    color: #76c893;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.error-message-2 {
    border-radius: 5px;
    background-color: #ffba08;
    color: #fff;
    font-style: italic;
}

.modals_rejectedvideo {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.review_wrapper {
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3f2fd;
    border-radius: 5px;
    background-color: #fff;
}

.review_titile {
    margin-bottom: 15px;
    color: #f48c06;
    font-size: 20px;
    font-weight: 700;
}

.review_subtitle {
    margin-bottom: 5px;
    color: #adb5bd;
    font-weight: 700;
}

.review_text {
    margin-bottom: 15px;
    color: #495057;
}

.video_action_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modals_detailpost {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.post_count_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.post_count_wrap.no_bg {
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}

.post_count_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100px;
    padding: 10px;
    color: #495057;
    font-weight: 600;
}

.post_count_item.white_text.fit {
    min-width: 0px;
    padding-right: 15px;
    padding-left: 0px;
}

.post_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.modals_post_content_wrap {
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.modals_post_content_wrap.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modals_post_content_wrap.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modals_post_content_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modals_post_content_image.dashboard {
    height: 300px;
    background-color: #e9ecef;
}

.modals_post_content_title {
    margin-bottom: 10px;
    color: #495057;
    font-weight: 700;
}

.modals_post_content_caption {
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #343a40;
}

.wrap_title {
    height: 100%;
}

.profile_row_output {
    color: #133f5d;
    font-size: 14px;
}

.profile_row_output.title {
    color: #0d47a1;
    font-weight: 700;
}

.btneditprofile_icon {
    margin-right: 5px;
    font-size: 14px;
}

.profile_header_right_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #4c6e84;
}

.profile_education {
    color: #4c6e84;
}

.profile_namauser {
    color: #52b69a;
    font-size: 14px;
    font-weight: 700;
}

.profile_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.profile_header_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.profile_header_left_photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile_header_left_detail_account {
    margin-bottom: 0px;
}

.profile_userphoto {
    width: 100%;
    height: auto;
}

.profile_row_label {
    color: rgba(76, 110, 132, 0.6);
}

.profile_emailuser {
    color: #4c6e84;
}

.profile_socialitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0d47a1;
}

.dashboard_container_floating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    min-height: 400px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    background-color: #fff;
}

.profile_interestcapsule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #bbdefb;
    color: #1565c0;
}

.profile_header_left_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.socialitem_icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.profile_kota {
    color: #4c6e84;
}

.profile_separator {
    margin-right: 10px;
    margin-left: 10px;
}

.profile_interest_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.profile_detail_lainnya {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    border-style: none;
    border-width: 1px;
    border-color: #d4dade;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.profile_header_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.btneditprofile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #f8f9fa;
    color: #133f5d;
}

.profile_detail_datadiri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    border-style: none;
    border-width: 1px;
    border-color: #d4dade;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.profile_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.profile_timestamp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6fafdc;
}

.profile_detail_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #0d47a1;
}

.modals_editprofile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.input_w_icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 5px;
    background-color: #fff;
}

.input_w_icon-2.textarea {
    height: 70px;
    border-width: 1px;
    background-color: transparent;
}

.input_w_icon-2.dropdown {
    min-height: 40px;
    border-width: 1px;
    background-color: #fff;
}

.input_w_icon-2.withicon {
    border-style: none;
    border-radius: 5px;
    background-color: transparent;
}

.form_icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 6px 0px 0px 6px;
    background-color: #90caf9;
}

.edit_block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.edit_block.first {
    margin-right: 20px;
}

.field-label-2 {
    margin-bottom: 10px;
}

.text-field-2 {
    min-height: 40px;
    margin-bottom: 0px;
    border: 0px none #000;
    border-radius: 0px;
    background-color: #e3f2fd;
}

.text-field-2::-webkit-input-placeholder {
    color: #bbdefb;
}

.text-field-2:-ms-input-placeholder {
    color: #bbdefb;
}

.text-field-2::-ms-input-placeholder {
    color: #bbdefb;
}

.text-field-2::placeholder {
    color: #bbdefb;
}

.text-field-2.youtube_link {
    padding-left: 0px;
}

.text-field-2.youtube_link::-webkit-input-placeholder {
    color: #bbdefb;
}

.text-field-2.youtube_link:-ms-input-placeholder {
    color: #bbdefb;
}

.text-field-2.youtube_link::-ms-input-placeholder {
    color: #bbdefb;
}

.text-field-2.youtube_link::placeholder {
    color: #bbdefb;
}

.edit_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.prelink-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 40px;
    min-height: 40px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px solid #000;
    background-color: #e3f2fd;
    font-weight: 600;
}

.group_program {
    position: relative;
    width: 100%;
}

.group-photo_edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prelink_youtube-2 {
    padding-top: 2px;
    font-size: 14px;
}

.input_gender-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup_btn-2 {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#f90707), to(#f77a06));
    background-image: linear-gradient(90deg, #f90707, #f77a06);
    font-size: 16px;
}

.input_dropdown_kotatinggal-2 {
    min-height: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #e3f2fd;
}

.btneditphoto {
    margin-left: 10px;
    border-radius: 100px;
    background-color: #000;
    text-align: center;
}

.input_dropdown_kotalahir-2 {
    min-height: 40px;
    margin-right: 20px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #e3f2fd;
}

.form_editprofile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.textarea-2 {
    width: 100%;
    height: 70px;
    min-height: 70px;
    margin-bottom: 0px;
    border: 0px solid #000;
    border-radius: 7px;
    background-color: #e3f2fd;
}

.textarea-2::-webkit-input-placeholder {
    color: #bbdefb;
}

.textarea-2:-ms-input-placeholder {
    color: #bbdefb;
}

.textarea-2::-ms-input-placeholder {
    color: #bbdefb;
}

.textarea-2::placeholder {
    color: #bbdefb;
}

.dashboard_container_floating_editprofile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60vw;
    min-height: 400px;
    padding: 30px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px;
    background-color: #fff;
}

.input-line-2 {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-line-2.email {
    margin-right: 5px;
}

.input-line-2.password {
    margin-left: 5px;
}

.input-line-2.tempat_lahir {
    width: 100%;
    margin-right: 5px;
}

.input-line-2.tgl_lahir {
    margin-left: 5px;
}

.tournaments_tab {
    padding: 0px;
}

.tournaments_tab_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.notification_title {
    color: #ccdbfd;
    font-weight: 700;
}

.modals_detailvideo_home {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.card_game {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: #000;
}

.card_game.mlbb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_ml.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_ml.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_game.mlbb.in_modals {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card_game.pubg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_pubg.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_pubg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_game.coc {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_coc.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_coc.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_game.cod {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_cod.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_cod.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_game.ff {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_ff.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_ff.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.game_status {
    width: auto;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 200px;
    background-color: #99d98c;
    color: #fff;
}

.game_status.live {
    background-color: #2196f3;
}

.game_status.close {
    background-color: #adb5bd;
}

.game_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100px;
    margin-bottom: 5px;
    color: #fff;
}

.game_title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

.game_place {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

.game_when_start {
    margin-bottom: 5px;
    color: #ffd770;
}

.game_when_battle {
    margin-bottom: 5px;
    color: #e85d04;
}

.game_description {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.white_text {
    color: #fff;
}

.tab_content_fullwidth_game {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.modals_game {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.game_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 7px 14px;
    border-radius: 100px;
    background-color: #42a5f5;
    color: #fff;
}

.margin_right10 {
    margin-right: 10px;
}

.lainnya {
    display: -ms-grid;
    display: grid;
    padding: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.landing_slider_card {
    display: none;
    height: 100vh;
    padding: 40px;
    background-color: #fff;
}

.card_landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: #000;
}

.card_landing.mlbb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_ml.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_ml.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_landing.mlbb.in_modals {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card_landing.pubg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_pubg.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_pubg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_landing.coc {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_coc.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_coc.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_landing.cod {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_cod.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_cod.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card_landing.ff {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_ff.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_ff.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.video_title_card {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

.thecard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 300px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #000;
}

.thecard.mlbb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_ml.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_ml.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.thecard.mlbb.in_modals {
    margin-top: 20px;
    margin-bottom: 20px;
}

.thecard.pubg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_pubg.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_pubg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.thecard.coc {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_coc.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_coc.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.thecard.cod {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_cod.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_cod.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.thecard.ff {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/thumb_ff.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6)), url('../images/thumb_ff.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.thecard.video {
    position: relative;
    display: block;
    padding: 0px;
}

.thecard.game {
    position: relative;
    display: block;
    padding: 0px;
}

.thecard.competition {
    position: relative;
    display: block;
    padding: 0px;
}

.thecard_content {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.8) 80%, #000);
}

.thecard_background {
    width: 100%;
    height: 100%;
    float: none;
    clear: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.card_btn_play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: border-color 200ms ease, border-width 200ms ease, color 200ms ease;
    transition: border-color 200ms ease, border-width 200ms ease, color 200ms ease;
    color: #52b69a;
    cursor: pointer;
}

.card_btn_play:hover {
    border-style: solid;
    border-width: 3px;
    border-color: #52b69a;
    color: #fff;
}

.video_subtitle_card {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.icon_36 {
    width: 36px;
    height: 36px;
}

.icon_36.grey {
    color: #adb5bd;
}

.modal_landing_video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
}

.container_video_mod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 70%;
    height: auto;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}

.modal_landing_line_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal_landing_line_horizontal.padding20 {
    padding: 20px;
}

.modal_landing_line_horizontal.padding20.absolute {
    position: absolute;
}

.modal_landing_line_horizontal.padding20.absolute.full {
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
}

.modal_landing_line_horizontal.padding20.absolute.full.text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal_landing_line_horizontal.image {
    overflow: hidden;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal_landing_line_horizontal.post_image {
    overflow: hidden;
    height: 350px;
}

.modal_landing_line_horizontal.container_image {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.modal_landing_title {
    color: #0d47a1;
    font-weight: 600;
}

.modal_landing_videofile {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px 0px 10px 10px;
}

.modal_landing_game {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
}

.modal_landing_image_overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(15%, rgba(0, 0, 0, 0.5)), color-stop(85%, rgba(0, 0, 0, 0.8)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.8) 85%, #000);
}

.modal_landing_image {
    height: auto;
    max-width: none;
}

.modal_landing_image_background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal_landing_text {
    margin-bottom: 20px;
}

.modal_landing_line_vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal_landing_line_vertical.padding20 {
    padding: 20px;
}

.modal_landing_line_vertical.padding20.absolute {
    position: absolute;
}

.modal_landing_line_vertical.padding20.absolute.full {
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
}

.modal_landing_line_vertical.padding20.absolute.full.text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal_landing_line_vertical.padding20.absolute.auto {
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
}

.modal_landing_line_vertical.padding20.absolute.auto.text_with_overlay {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 80%, #000);
}

.modal_landing_line_vertical.padding20.absolute.auto.text_with_overlay.bg_mlbb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000)), url('../images/thumb_ml.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 80%, #000), url('../images/thumb_ml.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.modal_landing_line_vertical.padding20.absolute.auto.text_with_overlay.bg_ff {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000)), url('../images/thumb_ff.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 80%, #000), url('../images/thumb_ff.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.modal_landing_line_vertical.padding20.absolute.auto.text_with_overlay.bg_cod {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000)), url('../images/thumb_cod.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 80%, #000), url('../images/thumb_cod.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.modal_landing_line_vertical.padding20.absolute.auto.text_with_overlay.bg_coc {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000)), url('../images/thumb_coc.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 80%, #000), url('../images/thumb_coc.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.modal_landing_line_vertical.padding20.absolute.auto.text_with_overlay.bg_pubg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(#000)), url('../images/thumb_pubg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 80%, #000), url('../images/thumb_pubg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.modal_landing_line_vertical.padding20.leftallign {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal_landing_line_vertical.image {
    overflow: hidden;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal_landing_line_vertical.post_image {
    overflow: hidden;
    height: 350px;
}

.modal_landing_line_vertical.container_image {
    position: relative;
}

.container_game_mod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: auto;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}

.modal_landing_post {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
}

.container_post_mod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: auto;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}

.rounded10 {
    border-radius: 10px;
}

.rounded10.marginbot20 {
    margin-bottom: 20px;
}

.input_check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    padding: 10px 10px 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #e3f2fd;
}

.input_check:active {
    color: #42a5f5;
}

.checkbox {
    border-radius: 100px;
}

.checkbox {
    margin-top: 0px;
    margin-right: 5px;
}

.phone_horizontal {
    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;
}

.phone_horizontal.first {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.phone_status_waiting {
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.phone_status_rejected {
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #d00000;
    color: #fff;
}

.phone_status_success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.phone_status_success.diamond {
    margin-left: 20px;
    background-color: #42a5f5;
    color: #fff;
}

.search_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 37.986114501953125px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search_phone_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone_status_date {
    margin-right: 20px;
    margin-left: 0px;
    color: #adb5bd;
}

.icon_48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.card_video_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 5px;
    background-color: transparent;
}

.card_video_content_wrap.margin_first {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.card_video_content_wrap.margin_last {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.card_video_content_wrap.event {
    margin-top: 5px;
    margin-bottom: 5px;
}

.filter_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adb5bd;
    font-weight: 700;
}

.card_video_content {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
}

.card_video_bg {
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.card_diamond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #42a5f5;
    color: #fff;
}

.card_diamond.hide {
    display: none;
}

.card_diamond.class {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.card_top_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_category_video {
    width: 100%;
}

.tab_video {
    background-color: transparent;
}

.tab_video.w--current {
    background-color: #42a5f5;
}

.tab_video.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_video.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_video.direview {
    border-bottom: 4px none #faa307;
}

.tab_video.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_video.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_video.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_video.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video.ditolak {
    border-bottom: 4px none #000;
}

.tab_video.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_video.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_video.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_video.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_video.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video.diterima {
    border-bottom: 4px none #52b69a;
}

.tab_video.diterima.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video.comingsoon {
    border-bottom: 4px none #52b69a;
}

.tab_video.comingsoon.w--current {
    border-radius: 100px;
    background-color: #ffba08;
    color: #fff;
}

.tab_video_menu {
    border-bottom: 2px none #ced4da;
}

.video_slider_card {
    display: block;
    height: 100vh;
    padding: 40px;
    background-color: #fff;
}

.menu_tab_title {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #adb5bd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.card_category_post {
    width: 100%;
}

.tab_post_menu {
    border-bottom: 2px none #ced4da;
    background-image: url('../images/bg_body.svg');
    background-position: 0px 0px;
    background-size: auto;
}

.post_slider_card {
    display: block;
    height: 100vh;
    padding: 40px;
    background-color: #fff;
}

.tab_menu_class {
    background-color: transparent;
    color: #168aad;
}

.tab_menu_class.w--current {
    border-radius: 100px;
    background-color: #168aad;
    color: #fff;
}

.tab_class {
    margin-top: 20px;
}

.card_diamond_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_diamond_w_title_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.quiz_quit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timer {
    margin-left: 20px;
    color: #34a0a4;
    font-size: 26px;
    font-weight: 700;
}

.btn_jawaban {
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 10px;
    background-color: #42a5f5;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.btn_jawaban:hover {
    background-color: #1e88e5;
}

.img_quiz {
    width: 25%;
    margin-right: 20px;
    margin-bottom: 0px;
    border-radius: 10px;
}

.row_jawaban {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quiz_radio_hide {
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px none #000;
    background-color: #ffd770;
}

.quiz_radio_text {
    width: 100%;
    height: 100%;
    min-width: 150px;
    padding: 20px;
    font-weight: 600;
}

.opsi_quiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.opsi_quiz_wrap {
    width: auto;
}

.check_radio {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 300px;
    background-color: #42a5f5;
}

.tab_content_wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 5px;
    background-color: #fff;
}

.about_subtitle-2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #52b69a;
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about_text-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #495057;
}

.redeem_content_wrap {
    width: 100%;
    padding: 0px 20px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.phone_total_invite {
    margin-right: 0px;
    margin-left: 0px;
    color: #adb5bd;
}

.phone_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab_video_direview {
    background-color: transparent;
}

.tab_video_direview.w--current {
    background-color: #42a5f5;
}

.tab_video_direview.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_video_direview.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_video_direview.direview {
    border-bottom: 4px none #faa307;
}

.tab_video_direview.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_video_direview.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_video_direview.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_video_direview.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_direview.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_direview.ditolak {
    border-bottom: 4px none #000;
}

.tab_video_direview.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_video_direview.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_video_direview.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_video_direview.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_video_direview.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video_direview.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_direview.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_diterima.diterima {
    border-bottom: 4px none #52b69a;
    background-color: transparent;
}

.tab_video_diterima.diterima.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video_diterima.comingsoon {
    border-bottom: 4px none #52b69a;
}

.tab_video_diterima.comingsoon.w--current {
    border-radius: 100px;
    background-color: #ffba08;
    color: #fff;
}

.tab_video_revisi {
    background-color: transparent;
}

.tab_video_revisi.w--current {
    background-color: #42a5f5;
}

.tab_video_revisi.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_video_revisi.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_video_revisi.direview {
    border-bottom: 4px none #faa307;
}

.tab_video_revisi.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_video_revisi.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_video_revisi.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_video_revisi.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_revisi.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_revisi.ditolak {
    border-bottom: 4px none #000;
}

.tab_video_revisi.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_video_revisi.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_video_revisi.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_video_revisi.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_video_revisi.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video_revisi.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_revisi.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_draft {
    background-color: transparent;
}

.tab_video_draft.w--current {
    background-color: #42a5f5;
}

.tab_video_draft.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_video_draft.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_video_draft.direview {
    border-bottom: 4px none #faa307;
}

.tab_video_draft.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_video_draft.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_video_draft.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_video_draft.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_draft.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_draft.ditolak {
    border-bottom: 4px none #000;
}

.tab_video_draft.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_video_draft.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_video_draft.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_video_draft.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_video_draft.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video_draft.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_draft.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_ditolak {
    background-color: transparent;
}

.tab_video_ditolak.w--current {
    background-color: #42a5f5;
}

.tab_video_ditolak.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_video_ditolak.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_video_ditolak.direview {
    border-bottom: 4px none #faa307;
}

.tab_video_ditolak.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_video_ditolak.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_video_ditolak.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_video_ditolak.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_ditolak.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_ditolak.ditolak {
    border-bottom: 4px none #000;
}

.tab_video_ditolak.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_video_ditolak.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_video_ditolak.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_video_ditolak.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_video_ditolak.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video_ditolak.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_ditolak.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_semua {
    background-color: transparent;
}

.tab_video_semua.w--current {
    background-color: #42a5f5;
}

.tab_video_semua.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_video_semua.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_video_semua.direview {
    border-bottom: 4px none #faa307;
}

.tab_video_semua.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_video_semua.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_video_semua.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_video_semua.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_semua.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_video_semua.ditolak {
    border-bottom: 4px none #000;
}

.tab_video_semua.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_video_semua.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_video_semua.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_video_semua.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_video_semua.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_video_semua.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_video_semua.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.select_video_status {
    display: none;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 10px;
    background-color: #fff;
}

.select_video_waktu {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 10px;
    background-color: #fff;
}

.select_post_waktu {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 10px;
    background-color: #fff;
}

.select_post_status {
    display: none;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 10px;
    background-color: #fff;
}

.tab_post_posted {
    background-color: transparent;
}

.tab_post_posted.w--current {
    background-color: #42a5f5;
}

.tab_post_posted.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_post_posted.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_post_posted.direview {
    border-bottom: 4px none #faa307;
}

.tab_post_posted.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_post_posted.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_post_posted.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_post_posted.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_post_posted.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_post_posted.ditolak {
    border-bottom: 4px none #000;
}

.tab_post_posted.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_post_posted.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_post_posted.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_post_posted.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_post_posted.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_post_posted.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_post_posted.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_post_today {
    background-color: transparent;
}

.tab_post_today.w--current {
    background-color: #42a5f5;
}

.tab_post_today.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_post_today.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_post_today.direview {
    border-bottom: 4px none #faa307;
}

.tab_post_today.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_post_today.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_post_today.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_post_today.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_post_today.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_post_today.ditolak {
    border-bottom: 4px none #000;
}

.tab_post_today.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_post_today.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_post_today.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_post_today.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_post_today.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_post_today.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_post_today.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_post_comingsoon.diterima {
    border-bottom: 4px none #52b69a;
}

.tab_post_comingsoon.diterima.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_post_comingsoon.comingsoon {
    border-bottom: 4px none #52b69a;
    background-color: transparent;
}

.tab_post_comingsoon.comingsoon.w--current {
    border-radius: 100px;
    background-color: #ffba08;
    color: #fff;
}

.tab_post_notposted {
    background-color: transparent;
}

.tab_post_notposted.w--current {
    background-color: #42a5f5;
}

.tab_post_notposted.semua {
    border-bottom: 4px none #42a5f5;
}

.tab_post_notposted.semua.w--current {
    border-radius: 100px;
    color: #fff;
}

.tab_post_notposted.direview {
    border-bottom: 4px none #faa307;
}

.tab_post_notposted.direview.w--current {
    border-radius: 100px;
    background-color: #faa307;
    color: #fff;
}

.tab_post_notposted.revisi {
    border-bottom: 4px none #dc2f02;
}

.tab_post_notposted.revisi.w--current {
    border-radius: 100px;
    background-color: #dc2f02;
    color: #fff;
}

.tab_post_notposted.draft {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_post_notposted.draft.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.tab_post_notposted.ditolak {
    border-bottom: 4px none #000;
}

.tab_post_notposted.ditolak.w--current {
    border-radius: 100px;
    background-color: #343a40;
    color: #fff;
}

.tab_post_notposted.ongoing {
    border-bottom: 4px none #faa307;
}

.tab_post_notposted.ongoing.w--current {
    border-radius: 100px;
    background-color: #ee2fb5;
    color: #fff;
}

.tab_post_notposted.posted {
    border-bottom: 4px none #dc2f02;
}

.tab_post_notposted.posted.w--current {
    border-radius: 100px;
    background-color: #52b69a;
    color: #fff;
}

.tab_post_notposted.expired {
    border-bottom: 4px none #adb5bd;
    color: #000;
}

.tab_post_notposted.expired.w--current {
    border-radius: 100px;
    background-color: #adb5bd;
    color: #fff;
}

.wrap_nav_quiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.quiz_progress {
    color: #6c757d;
    font-weight: 600;
    text-align: right;
}

.polling_card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 10px solid transparent;
    border-radius: 20px;
}

.polling_card_wrap {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(300px, 400fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: minmax(300px, 400fr);
    grid-template-rows: minmax(300px, 400fr);
}

.polling_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.polling_bullet {
    display: none;
}

.polling_label {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.polling_image {
    max-width: 200%;
    min-height: 100%;
    min-width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.polling_card_text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 10px;
}

.polling_form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.polling_choose_text {
    display: none;
}

.navbar_menu_button_grey.grey {
    display: none;
}

.tab_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.tab_wrap.active {
    border-bottom: 3px solid #cc1f98;
    color: #cc1f98;
    font-weight: 700;
}

.card_button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #52b69a;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.card_button-2.lightblue {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #42a5f5;
}

.card_button-2.lightblue.fullwidth {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #e3f2fd;
    color: #42a5f5;
}

.card_button-2.lightblue.fullwidth.visit_ig {
    background-color: transparent;
    background-image: linear-gradient(280deg, #cc1f98, #faa307);
    color: #cc1f98;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card_button-2.lightblue.fullwidth.visit_ig:hover {
    color: #fff;
}

.tab_card-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px 0% 0px 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 5px;
    background-color: #fff;
}

.tab_card-2.with_bg {
    position: relative;
    overflow: hidden;
    max-height: 550px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.card_status-2 {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #e9ecef;
    color: #adb5bd;
}

.card_status-2.posted {
    background-color: #52b69a;
    color: #fff;
}

.post_count_item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100px;
    padding: 10px;
    color: #495057;
    font-weight: 600;
}

.post_count_item-2.white_text.fit {
    min-width: 0px;
    padding-right: 15px;
    padding-left: 0px;
}

.icon_48-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.card_text-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #495057;
}

.card_text-2.white {
    color: #fff;
}

.card_text-2.white.semibold {
    font-weight: 600;
}

.card_text-2.white.semibold.grow4px {
    margin-bottom: 0px;
    font-size: 18px;
}

.card_text-2.white.margintop10 {
    margin-bottom: 0px;
}

.post_count_wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.post_count_wrap-2.no_bg {
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}

.card_diamond-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #42a5f5;
    color: #fff;
}

.modals_confirmvoucher {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.claim_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.game_btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.game_btn_wrap.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.created_date {
    font-size: 14px;
    font-weight: 400;
}

.modals_game_create {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: scroll;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 39, 70, 0.8);
    -webkit-transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: -webkit-box-flex 300ms ease, -webkit-flex 300ms ease;
    transition: flex 300ms ease;
    transition: flex 300ms ease, -webkit-box-flex 300ms ease, -webkit-flex 300ms ease, -ms-flex 300ms ease;
}

.input_member_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.modal_input_horizontal_wrap {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.input_delete_link {
    text-decoration: none;
}

.input_delete_link.margin_left10 {
    color: #9299a0;
    text-decoration: underline;
}

.memer_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.peringkat_user_text {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #34a0a4;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
}

.title_peringkat {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #184e77;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.popper_quiz {
    width: 80px;
    height: 80px;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
}

.spash_quiz {
    margin-top: 40px;
}

.medal {
    width: 36px;
    height: 36px;
    margin-right: 0px;
}

.pembahasan_text {
    color: #6c757d;
}

.jawaban_text {
    margin-top: 5px;
    color: #adb5bd;
}

.jawaban_text.benar {
    color: #76c893;
    font-weight: 700;
}

.jawaban_text.salah {
    color: #d00000;
}

.nomor_text {
    margin-bottom: 10px;
    color: #495057;
    font-weight: 700;
}

.medal_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_3_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
}

.winner_photo {
    width: 80px;
    height: 80px;
    border-radius: 1000px;
}

.winner_photo_lainnya {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 1000px;
}

.score_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.peringkat_nama {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #34a0a4;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.snk {
    color: #52b69a;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .btn.btn_primary_filled.fit {
        width: 100%;
    }
    .btn.btn_primary_filled.fit.quiz {
        margin: 0px;
    }
    .btn.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn.btn_clockinout.active {
        width: 100%;
    }
    .btn.btn_clockinout.disabled {
        width: 100%;
    }
    .btn.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn.btn_quiz.active {
        width: 100%;
    }
    .btn.btn_quiz.disabled {
        width: 100%;
    }
    .btn.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn.btn_jawaban.quiz {
        height: 100%;
        padding: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .btn.btn_text_only.fit {
        width: 100%;
    }
    .btn.btn_text_only.fit.quiz {
        margin: 0px;
    }
    .navbar {
        position: fixed;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        z-index: 100;
        overflow: visible;
        width: 5vw;
        background-color: transparent;
        background-image: none;
    }
    .navbar_div {
        padding: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .navbar_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        width: 40vw;
        height: 100vh;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #fff;
        height: 100vh !important;
        overflow: scroll;
    }
    .navbar_logo {
        display: none;
    }
    .navbar_separator {
        text-align: left;
    }
    .navbar_manu_list.normal.mobile_only {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar_logo_wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar_menu_list_text {
        text-align: left;
    }
    .navbar_menu_button {
        z-index: 101;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        background-color: #faa307;
        opacity: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        color: #fff;
    }
    .navbar_menu_button.grey {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        min-width: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        opacity: 1;
        color: #adb5bd;
    }
    .navbar_menu_button_text {
        font-size: 14px;
    }
    .navbar_menu_button_icon {
        width: 85px;
        height: 20px;
        line-height: 0px;
    }
    .navbar_menu_button_wrapper {
        position: fixed;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .topbar {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background-image: none;
    }
    .topbar_left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .topbar_right {
        min-width: 30%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .icon_24 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .topbar_menu_item.blue {
        margin: 0px;
        padding: 10px;
    }
    .topbar_menu_item.black {
        margin: 0px;
        padding: 10px;
    }
    .topbar_menu_item.black.profile_complete.web_only {
        display: none;
    }
    .topbar_menu_item.red {
        margin: 0px;
        padding: 10px;
    }
    .topbar_menu_item.red.web_only {
        display: none;
    }
    .topbar_menu_item_text {
        display: none;
    }
    .topbar_menu_item_text.text_diamond {
        display: block;
    }
    .topbar_menu_item_text.text_diamond.web_only {
        display: none;
    }
    .topbar_logo {
        display: block;
    }
    .tab_wrap {
        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;
    }
    .genx_tab_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .genx_tab_menu.horizontal {
        overflow: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .genx_content_wrap {
        padding: 10px;
    }
    .genx_content_wrap.signup.width_padding {
        padding: 40px;
        background-color: #fff;
        background-image: none;
    }
    .genx_content_wrap.quiz_result {
        padding-right: 100px;
        padding-left: 100px;
    }
    .genx_tab_separator {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #495057;
        text-align: left;
    }
    .card_title {
        text-align: left;
    }
    .tab_content_wrap.notification.new {
        width: 80%;
    }
    .tab_content_wrap.notification.old {
        width: 80%;
    }
    .tab_content_wrap.quiz {
        padding: 20px;
    }
    .tab_content_fullwidth.vertical.quiz_result {
        width: 100%;
    }
    .tab_content_fullwidth.pagination {
        margin-bottom: 100px;
    }
    .tab_content_fullwidth.filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .card_list_item_phone {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .tab_content_fullwidth_dashboard {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .tab_content_fullwidth_dashboard.video_grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .tab_content_fullwidth_dashboard.post_grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .tab_content_fullwidth_dashboard.polling_grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .separator_text {
        text-align: left;
    }
    .card_horizontal.align_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card_title_event {
        text-align: left;
    }
    .modals_uploadvideo {
        display: none;
    }
    .modals_container.unggahvideo {
        width: 90%;
    }
    .modals_container.addvideo {
        width: 60%;
    }
    .modals_container.rejectvideo {
        width: 90%;
    }
    .modals_container.detailpost {
        width: 90%;
    }
    .modals_container.editprofile_trigger {
        width: 90%;
    }
    .modals_container.detailvideo {
        width: 90%;
    }
    .modals_container.game {
        width: 90%;
    }
    .modals_container.voucher {
        width: 70%;
    }
    .modals_container.game_create {
        width: 90%;
    }
    .modals_title_text {
        text-align: left;
    }
    .landing_navbar {
        z-index: 7;
    }
    .landing_navbar_menu {
        width: 50vw;
        min-width: 50%;
        margin-left: 50vw;
        padding: 20px;
        border-bottom-left-radius: 40px;
        background-color: #fff;
    }
    .landing_slider {
        background-color: #fff;
    }
    .landing_slider_slide_image_wrap {
        height: 50vh;
        min-height: 50vh;
    }
    .landing_slider_slide_detail {
        padding-right: 150px;
        padding-left: 150px;
    }
    .landing_slider_slide_image.mobile {
        display: none;
    }
    .landing_slider_slide_image.web {
        display: block;
    }
    .landing_btn_menu_responsive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing_btn_menu_responsive.w--open {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 10px;
        background-color: #ced4da;
    }
    .landing_footer {
        padding-right: 30px;
        padding-left: 30px;
    }
    .landing_footer_button_group {
        margin-top: 10px;
    }
    .modalside_signin {
        display: none;
        min-width: 50vw;
    }
    .modalside_overlay {
        display: none;
    }
    .modalside_signup {
        display: none;
        min-width: 50vw;
    }
    .icon_20 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .tab_content_fullwidth_redeem {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .tab_content_fullwidth_cert {
        grid-auto-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .form-block {
        max-width: 100%;
        min-width: 100%;
    }
    .slide {
        max-width: 100%;
        min-width: 100%;
    }
    .signup_slider {
        max-width: 100%;
        min-width: 100%;
    }
    .form_signup {
        max-width: 100%;
        min-width: 100%;
    }
    .signup_wrapper {
        max-width: 100%;
        min-width: 100%;
    }
    .input-line {
        max-width: 100%;
    }
    .signup_step_wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .signup_step {
        border-bottom-style: none;
    }
    .signup_step.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .signup_form {
        max-width: 100%;
        min-width: 100%;
    }
    .slider1_btn_right {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tab_data_diri {
        border-bottom-style: none;
    }
    .tab_data_diri.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .tab_personal {
        border-bottom-style: none;
    }
    .tab_personal.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .tab_media_sosial {
        border-bottom-style: none;
    }
    .tab_media_sosial.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .tab_pendidikan {
        border-bottom-style: none;
    }
    .tab_pendidikan.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .tab_lainnya {
        border-bottom-style: none;
    }
    .tab_lainnya.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .tab_submit {
        border-bottom-style: none;
    }
    .tab_submit.w--current {
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
    }
    .btn_to_tab_personal.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_personal.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_personal.btn_clockinout.active {
        width: 100%;
    }
    .btn_to_tab_personal.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_to_tab_personal.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_personal.btn_quiz.active {
        width: 100%;
    }
    .btn_to_tab_personal.btn_quiz.disabled {
        width: 100%;
    }
    .btn_to_tab_personal.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_to_tab_personal.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_to_tab_personal.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_to_tab_personal.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .tab_btn_nav_wrap {
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .btn_back_to_tab_personal.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_personal.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_personal.btn_clockinout.active {
        width: 100%;
    }
    .btn_back_to_tab_personal.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_back_to_tab_personal.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_personal.btn_quiz.active {
        width: 100%;
    }
    .btn_back_to_tab_personal.btn_quiz.disabled {
        width: 100%;
    }
    .btn_back_to_tab_personal.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_back_to_tab_personal.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_personal.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_back_to_tab_personal.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_back_to_tab_data_diri.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_data_diri.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_data_diri.btn_clockinout.active {
        width: 100%;
    }
    .btn_back_to_tab_data_diri.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_back_to_tab_data_diri.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_data_diri.btn_quiz.active {
        width: 100%;
    }
    .btn_back_to_tab_data_diri.btn_quiz.disabled {
        width: 100%;
    }
    .btn_back_to_tab_data_diri.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_back_to_tab_data_diri.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_data_diri.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_back_to_tab_data_diri.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_back_to_tab_media_sosial.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_media_sosial.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_media_sosial.btn_clockinout.active {
        width: 100%;
    }
    .btn_back_to_tab_media_sosial.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_back_to_tab_media_sosial.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_media_sosial.btn_quiz.active {
        width: 100%;
    }
    .btn_back_to_tab_media_sosial.btn_quiz.disabled {
        width: 100%;
    }
    .btn_back_to_tab_media_sosial.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_back_to_tab_media_sosial.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_media_sosial.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_back_to_tab_media_sosial.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_back_to_tab_pendidikan.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_pendidikan.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_pendidikan.btn_clockinout.active {
        width: 100%;
    }
    .btn_back_to_tab_pendidikan.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_back_to_tab_pendidikan.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_pendidikan.btn_quiz.active {
        width: 100%;
    }
    .btn_back_to_tab_pendidikan.btn_quiz.disabled {
        width: 100%;
    }
    .btn_back_to_tab_pendidikan.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_back_to_tab_pendidikan.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_pendidikan.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_back_to_tab_pendidikan.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_back_to_tab_lainnya.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_lainnya.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_lainnya.btn_clockinout.active {
        width: 100%;
    }
    .btn_back_to_tab_lainnya.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_back_to_tab_lainnya.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_back_to_tab_lainnya.btn_quiz.active {
        width: 100%;
    }
    .btn_back_to_tab_lainnya.btn_quiz.disabled {
        width: 100%;
    }
    .btn_back_to_tab_lainnya.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_back_to_tab_lainnya.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_lainnya.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_back_to_tab_lainnya.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_to_tab_submit.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_submit.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_submit.btn_clockinout.active {
        width: 100%;
    }
    .btn_to_tab_submit.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_to_tab_submit.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_submit.btn_quiz.active {
        width: 100%;
    }
    .btn_to_tab_submit.btn_quiz.disabled {
        width: 100%;
    }
    .btn_to_tab_submit.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_to_tab_submit.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_to_tab_submit.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_to_tab_submit.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_to_tab_pendidikan.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_pendidikan.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_pendidikan.btn_clockinout.active {
        width: 100%;
    }
    .btn_to_tab_pendidikan.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_to_tab_pendidikan.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_pendidikan.btn_quiz.active {
        width: 100%;
    }
    .btn_to_tab_pendidikan.btn_quiz.disabled {
        width: 100%;
    }
    .btn_to_tab_pendidikan.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_to_tab_pendidikan.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_to_tab_pendidikan.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_to_tab_pendidikan.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_to_tab_lainnya.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_lainnya.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_lainnya.btn_clockinout.active {
        width: 100%;
    }
    .btn_to_tab_lainnya.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_to_tab_lainnya.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_lainnya.btn_quiz.active {
        width: 100%;
    }
    .btn_to_tab_lainnya.btn_quiz.disabled {
        width: 100%;
    }
    .btn_to_tab_lainnya.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_to_tab_lainnya.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_to_tab_lainnya.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_to_tab_lainnya.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .btn_to_tab_media_sosial.btn_primary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_media_sosial.btn_clockinout {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_media_sosial.btn_clockinout.active {
        width: 100%;
    }
    .btn_to_tab_media_sosial.btn_clockinout.disabled {
        width: 100%;
    }
    .btn_to_tab_media_sosial.btn_quiz {
        width: 100%;
        margin: 5px 0px;
    }
    .btn_to_tab_media_sosial.btn_quiz.active {
        width: 100%;
    }
    .btn_to_tab_media_sosial.btn_quiz.disabled {
        width: 100%;
    }
    .btn_to_tab_media_sosial.btn_landing_filled.red.except_web {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_to_tab_media_sosial.btn_landing_filled.red.except_tablet {
        display: none;
        text-align: center;
    }
    .btn_to_tab_media_sosial.btn_landing_to_detail {
        position: static;
        display: none;
    }
    .btn_to_tab_media_sosial.btn_social_footer {
        width: 48px;
        height: 48px;
    }
    .modals_rejectedvideo {
        display: none;
    }
    .modals_post_content_wrap.right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .wrap_title {
        height: 100%;
    }
    .profile_header_right_social {
        margin-bottom: 10px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .profile_detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile_header_left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .profile_header_right_edit {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .dashboard_container_floating {
        padding-right: 20px;
        padding-left: 20px;
    }
    .profile_header_right {
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btneditprofile {
        margin-top: 20px;
    }
    .profile_detail_datadiri {
        margin-bottom: 20px;
    }
    .profile_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .edit_block.first {
        margin-right: 0px;
    }
    .edit_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .dashboard_container_floating_editprofile {
        max-width: 80vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .tournaments_tab_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .tab_content_fullwidth_game {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .lainnya {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .icon_36 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .container_video_mod {
        min-width: 90%;
    }
    .container_game_mod {
        min-width: 90%;
    }
    .container_post_mod {
        min-width: 90%;
    }
    .phone_horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .phone_horizontal.first {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .phone_status_success.diamond {
        margin-top: 5px;
        margin-left: 0px;
    }
    .tab_video_menu {
        overflow: auto;
    }
    .menu_tab_title {
        text-align: left;
    }
    .tab_post_menu {
        overflow: auto;
    }
    .timer {
        margin-left: 0px;
    }
    .img_quiz {
        width: 30%;
    }
    .row_jawaban {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .quiz_radio_text {
        padding: 10px;
    }
    .submenu {
        font-size: 12px;
        text-align: right;
    }
    .polling_card_wrap {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .polling_choose_text {
        display: block;
    }
    .navbar_menu_button_grey {
        z-index: 101;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        background-color: #faa307;
        opacity: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        color: #fff;
    }
    .navbar_menu_button_grey.grey {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        min-width: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        opacity: 1;
        color: #adb5bd;
    }
}

@media screen and (max-width: 767px) {
    .btn.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .navbar_menu {
        padding-right: 10px;
        padding-left: 10px;
        height: 100vh !important;
        overflow: scroll;
    }
    .navbar_separator {
        text-align: left;
    }
    .navbar_menu_list_text {
        text-align: left;
    }
    .navbar_menu_button {
        z-index: 101;
    }
    .cta_kyc {
        display: none;
    }
    .genx_tab_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .genx_content_wrap.quiz_result {
        padding-right: 40px;
        padding-left: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .genx_tab_separator {
        text-align: left;
    }
    .card_title {
        text-align: left;
    }
    .tab_content_wrap.margin_first {
        margin-top: 10px;
    }
    .tab_content_wrap.notification.new {
        width: 100%;
    }
    .tab_content_wrap.notification.old {
        width: 100%;
    }
    .tab_content_fullwidth {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tab_content_fullwidth.pagination {
        margin-bottom: 100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tab_content_fullwidth.filter {
        display: none;
        overflow: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .tab_content_60width {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .tab_content_60width.first {
        width: 100%;
        padding-right: 0px;
    }
    .tab_content_60width.last {
        width: 100%;
        padding-right: 0px;
    }
    .tab_content_40width {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .tab_content_40width.last {
        width: 100%;
        padding-left: 0px;
    }
    .tab_content_40width.first {
        width: 100%;
        padding-left: 0px;
    }
    .card_separator_20_horizontal {
        height: 20px;
    }
    .card_separator_20_vertical {
        width: 20px;
    }
    .tab_content_fullwidth_dashboard {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .tab_content_fullwidth_dashboard.dashboard {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .tab_card.margin_first {
        margin-top: 10px;
    }
    .separator_text {
        text-align: left;
    }
    .card_title_event {
        text-align: left;
    }
    .modals_container.unggahvideo {
        width: 95%;
    }
    .modals_container.addvideo {
        width: 80%;
    }
    .modals_container.rejectvideo {
        width: 95%;
    }
    .modals_container.detailpost {
        width: 95%;
    }
    .modals_container.editprofile_trigger {
        width: 95%;
    }
    .modals_container.detailvideo {
        width: 95%;
    }
    .modals_container.game {
        width: 95%;
    }
    .modals_container.voucher {
        width: 95%;
    }
    .modals_container.game_create {
        width: 95%;
    }
    .modals_title_text {
        text-align: left;
    }
    .landing_navbar_menu {
        width: 70vw;
        margin-left: 30vw;
    }
    .landing_slider_slide_detail {
        padding-right: 100px;
        padding-left: 100px;
    }
    .landing_footer {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .landing_footer_item.left {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .landing_footer_item.right {
        width: 100%;
    }
    .modalside_signin {
        min-width: 80vw;
    }
    .modalside_signup {
        min-width: 80vw;
    }
    .card_content_wrap.margin_first {
        margin-top: 10px;
    }
    .tab_content_fullwidth_redeem {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-auto-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .tab_content_fullwidth_cert {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-auto-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .btntuploadphoto {
        padding-right: 80px;
        padding-left: 80px;
    }
    .signup_step_wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 3px none #cc1f98;
    }
    .signup_step {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
    }
    .signup_step.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .tab_data_diri {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
        white-space: nowrap;
    }
    .tab_data_diri.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .tab_personal {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
    }
    .tab_personal.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .tab_media_sosial {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
    }
    .tab_media_sosial.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .tab_pendidikan {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
    }
    .tab_pendidikan.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .tab_lainnya {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
    }
    .tab_lainnya.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .tab_submit {
        width: 100%;
        border-bottom-style: none;
        text-align: left;
    }
    .tab_submit.w--current {
        width: 100%;
        border-bottom-style: none;
        border-radius: 5px;
        background-color: #cc1f98;
        color: #fff;
        text-align: left;
    }
    .btn_to_tab_personal.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_to_tab_personal.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .tab_btn_nav_wrap {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .btn_back_to_tab_personal.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_personal.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_back_to_tab_data_diri.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_data_diri.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_back_to_tab_media_sosial.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_media_sosial.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_back_to_tab_pendidikan.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_pendidikan.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_back_to_tab_lainnya.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_back_to_tab_lainnya.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_to_tab_submit.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_to_tab_submit.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_to_tab_pendidikan.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_to_tab_pendidikan.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_to_tab_lainnya.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_to_tab_lainnya.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .btn_to_tab_media_sosial.btn_landing_filled.red.except_web {
        display: none;
        text-align: center;
    }
    .btn_to_tab_media_sosial.btn_landing_filled.red.except_tablet {
        display: block;
    }
    .post_content_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .modals_post_content_wrap.left {
        padding: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .modals_post_content_wrap.right {
        padding: 0px;
    }
    .profile_socialitem {
        margin-bottom: 10px;
    }
    .profile_separator {
        display: none;
    }
    .profile_timestamp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .group-photo_edit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btneditphoto {
        width: 100%;
        margin-left: 0px;
        padding-right: 80px;
        padding-left: 80px;
    }
    .dashboard_container_floating_editprofile {
        max-width: 90vw;
    }
    .tournaments_tab_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .tab_content_fullwidth_game {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-auto-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .modal_landing_video {
        padding: 10px;
    }
    .container_video_mod {
        min-width: 100%;
    }
    .modal_landing_game {
        padding: 10px;
    }
    .container_game_mod {
        min-width: 100%;
    }
    .modal_landing_post {
        padding: 10px;
    }
    .container_post_mod {
        min-width: 100%;
    }
    .card_video_content_wrap.margin_first {
        margin-top: 10px;
    }
    .filter_text {
        display: none;
    }
    .tab_video.semua {
        white-space: nowrap;
    }
    .tab_video.direview.w--current {
        white-space: nowrap;
    }
    .tab_video.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_video_menu {
        display: none;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu_tab_title {
        text-align: left;
    }
    .tab_post_menu {
        display: none;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .row_jawaban {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .tab_video_direview.semua {
        white-space: nowrap;
    }
    .tab_video_direview.direview.w--current {
        white-space: nowrap;
    }
    .tab_video_direview.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_video_revisi.semua {
        white-space: nowrap;
    }
    .tab_video_revisi.direview.w--current {
        white-space: nowrap;
    }
    .tab_video_revisi.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_video_draft.semua {
        white-space: nowrap;
    }
    .tab_video_draft.direview.w--current {
        white-space: nowrap;
    }
    .tab_video_draft.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_video_ditolak.semua {
        white-space: nowrap;
    }
    .tab_video_ditolak.direview.w--current {
        white-space: nowrap;
    }
    .tab_video_ditolak.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_video_semua.semua {
        white-space: nowrap;
    }
    .tab_video_semua.direview.w--current {
        white-space: nowrap;
    }
    .tab_video_semua.ongoing.w--current {
        white-space: nowrap;
    }
    .select_video_status {
        display: block;
    }
    .select_video_waktu {
        display: block;
    }
    .select_post_waktu {
        display: block;
    }
    .select_post_status {
        display: block;
    }
    .tab_post_posted.semua {
        white-space: nowrap;
    }
    .tab_post_posted.direview.w--current {
        white-space: nowrap;
    }
    .tab_post_posted.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_post_today.semua {
        white-space: nowrap;
    }
    .tab_post_today.direview.w--current {
        white-space: nowrap;
    }
    .tab_post_today.ongoing.w--current {
        white-space: nowrap;
    }
    .tab_post_notposted.semua {
        white-space: nowrap;
    }
    .tab_post_notposted.direview.w--current {
        white-space: nowrap;
    }
    .tab_post_notposted.ongoing.w--current {
        white-space: nowrap;
    }
    .polling_card_wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .navbar_menu_button_grey {
        z-index: 101;
    }
}

@media screen and (max-width: 479px) {
    .btn.btn_primary_outline.fit.quiz {
        min-width: 0px;
        margin-right: 10px;
    }
    .btn.btn_secondary_outline.fit.filter {
        min-width: 150px;
        white-space: nowrap;
    }
    .btn.btn_danger_outline.fit {
        margin-left: 10px;
        font-size: 14px;
    }
    .btn.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn.btn_secondary_filled.fit.marginleft10 {
        margin-top: 10px;
        margin-left: 0px;
    }
    .btn.btn_secondary_filled.fit.filter {
        min-width: 150px;
        white-space: nowrap;
    }
    .btn.btn_primary_filled.fit.quiz {
        height: 42.222225189208984px;
        min-width: 0px;
    }
    .btn.btn_primary_filled.signup {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn.btn_primary_filled.landing_action {
        margin: 0px;
    }
    .btn.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn.btn_landing_to_detail.web {
        display: none;
    }
    .btn.btn_landing_to_detail.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .btn.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn.btn_jawaban.quiz {
        width: 100%;
        min-width: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        padding: 20px;
    }
    .btn.btn_text_only.fit.quiz {
        height: 42.222225189208984px;
        min-width: 0px;
    }
    .btn.btn_text_only.signup {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn.btn_text_only.landing_action {
        margin: 0px;
    }
    .navbar {
        position: fixed;
        overflow: visible;
        width: 0vw;
    }
    .navbar_div {
        overflow: scroll;
    }
    .navbar_menu {
        overflow: scroll;
        width: 80vw;
        height: 100vh !important;
    }
    .navbar_logo {
        display: block;
    }
    .navbar_separator {
        margin: 0px;
    }
    .navbar_manu_list.normal {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar_manu_list.normal.program_only {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar_manu_list.normal.mobile_only {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar_manu_list.active {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
    }
    .navbar_logo_wrap {
        display: none;
    }
    .navbar_menu_button {
        margin-bottom: 10px;
        margin-left: 10px;
        padding: 10px;
        border-radius: 5px;
        opacity: 0;
    }
    .navbar_menu_button.grey {
        height: 100%;
        min-width: 30px;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        color: #6c757d;
    }
    .topbar {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-shadow: 1px 1px 12px 0 #e3f2fd;
    }
    .topbar_right {
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .icon_24.green.margin_bottom10 {
        margin-bottom: 10px;
    }
    .icon_24.red.margin_bottom10 {
        margin-bottom: 10px;
    }
    .topbar_menu_item.blue {
        margin-left: 20px;
        padding: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .topbar_menu_item.black {
        margin-left: 10px;
        padding: 10px;
    }
    .topbar_menu_item.red {
        margin: 0px;
        padding: 10px;
    }
    .topbar_logo {
        display: block;
    }
    .topbar_logo.signup {
        display: block;
    }
    .genx_tab {
        overflow: visible;
    }
    .tab_wrap {
        width: auto;
        border-radius: 200px;
        white-space: nowrap;
    }
    .tab_wrap.w--current {
        border-bottom-style: none;
        border-radius: 10px;
        background-color: #cc1f98;
        color: #fff;
        white-space: nowrap;
    }
    .genx_tab_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        border-top: 3px solid #cc1f98;
        border-bottom-width: 3px;
        border-bottom-color: #cc1f98;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .genx_tab_menu.horizontal {
        overflow: auto;
        padding-top: 0px;
        padding-bottom: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-top-style: none;
        border-bottom-style: none;
        border-bottom-color: #ced4da;
    }
    .genx_content_wrap.signup {
        padding: 10px;
    }
    .genx_content_wrap.signup.width_padding {
        padding: 10px;
    }
    .genx_content_wrap.quiz_result {
        padding-right: 10px;
        padding-left: 10px;
    }
    .genx_tab_separator {
        display: block;
        color: #495057;
        font-size: 12px;
    }
    .tab_content_wrap {
        padding: 10px;
    }
    .tab_content_wrap.rule {
        border-style: none;
        border-width: 2px;
        border-color: #52b69a;
    }
    .tab_content_wrap.quiz {
        padding: 10px;
        border-style: none;
        border-width: 2px;
        border-color: #52b69a;
    }
    .tab_content_wrap.soal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-style: none;
        border-width: 2px;
        border-color: #52b69a;
    }
    .tab_content_wrap.jawaban {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-style: none;
        border-width: 2px;
        border-color: #52b69a;
    }
    .card_text.soal {
        line-height: 30px;
    }
    .card_text.white.bold {
        margin-top: 10px;
    }
    .card_button.green {
        width: 100%;
    }
    .tab_content_fullwidth.pagination {
        display: none;
        margin-bottom: 100px;
    }
    .tab_content_fullwidth.pagination.soal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .tab_content_fullwidth.filter {
        overflow: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .tab_content_fullwidth.slider_video {
        display: block;
    }
    .tab_content_fullwidth.slider_post {
        display: block;
    }
    .card_qr {
        background-image: url('../images/cure_for_sick_darkmode.svg');
        background-position: 0px 0px;
        background-size: auto;
    }
    .tab_title_mobileonly {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tab_content_fullwidth_dashboard {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .tab_content_fullwidth_dashboard.dashboard {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .tab_content_fullwidth_dashboard.video_grid {
        display: none;
    }
    .tab_content_fullwidth_dashboard.post_grid {
        display: none;
    }
    .tab_content_fullwidth_dashboard.polling_grid {
        display: none;
    }
    .card_image_wrap {
        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;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .card_image {
        width: auto;
        max-width: 120%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .card_status_wrap {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .tab_card {
        padding: 10px;
    }
    .tab_card.with_bg {
        height: 100%;
    }
    .tab_card.redeem {
        box-shadow: 0 6px 30px -4px rgba(0, 0, 0, 0.41);
    }
    .card_post_wrap {
        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;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .card_post {
        width: 100%;
        max-width: 120%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .separator_text.black {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #adb5bd;
    }
    .card_horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card_vertical {
        margin-top: 10px;
        margin-left: 0px;
    }
    .card_image_event {
        width: 100%;
        height: auto;
    }
    .card_title_event.white {
        font-size: 12px;
    }
    .card_title_event.juara {
        font-size: 12px;
    }
    .card_image_event_wrap {
        width: 100%;
        height: 200px;
    }
    .card_image_quiz_wrap {
        width: 100%;
        height: 200px;
    }
    .card_image_quiz {
        width: 100%;
        height: auto;
    }
    .about_title {
        text-align: center;
    }
    .modals_uploadvideo {
        display: none;
    }
    .modals_container.unggahvideo {
        margin: 10px;
    }
    .modals_container.addvideo {
        width: 90%;
        margin: 10px;
    }
    .modals_container.rejectvideo {
        margin: 10px;
    }
    .modals_container.detailpost {
        margin: 10px;
    }
    .modals_container.editprofile_trigger {
        margin: 10px;
    }
    .modals_container.detailvideo {
        margin: 10px;
    }
    .modals_container.game {
        margin: 10px;
    }
    .modals_container.voucher {
        margin: 10px;
    }
    .modals_container.game_create {
        margin: 10px;
    }
    .modals_layout_horizontal.last {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modals_layout_horizontal_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .modals_video_list_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modals_video_list_item_image_wrap {
        width: 100%;
        height: auto;
    }
    .modals_video_list_item_text {
        margin: 10px 0px;
    }
    .landing_body {
        background-image: url('../images/cure_for_sick_darkmode.svg');
        background-position: 0px 0px;
        background-size: auto;
    }
    .landing_navbar {
        background-image: url('../images/cure_for_sick_darkmode.svg');
        background-position: 0px 0px;
        background-size: auto;
    }
    .landing_navbar_menu {
        width: 100vw;
        margin-left: 0vw;
        border-bottom-right-radius: 40px;
        background-image: url('../images/cure_for_sick_darkmode.svg');
        background-position: 0px 0px;
        background-size: auto;
    }
    .landing_slider_mask {
        overflow: hidden;
        width: 100vw;
        min-width: 100vw;
    }
    .landing_slider_slide_image_wrap {
        height: 100vh;
        background-image: url('../images/cure_for_sick_darkmode.svg');
        background-position: 0px 0px;
        background-size: auto;
    }
    .landing_slider_slide_detail {
        padding-right: 20px;
        padding-left: 20px;
    }
    .landing_slider_slide_image.mobile {
        display: block;
    }
    .landing_slider_slide_image.web {
        display: none;
    }
    .slider1_btn_left {
        top: 0%;
        bottom: 50%;
        width: 20vw;
        min-height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .landing_slider_button_left_icon_left {
        margin-bottom: 30px;
        background-color: transparent;
    }
    .landing_slider_button_left_icon_left.left {
        background-color: transparent;
    }
    .landing_slider_button_left_icon_left.right {
        background-color: transparent;
    }
    .landing_slider_button_left_icon_left.right_icon {
        min-height: 50px;
        margin-right: -10px;
        border-radius: 100px 0px 0px 100px;
    }
    .landing_slider_button_left_icon_left.left_icon {
        min-height: 50px;
        margin-left: -10px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .landing_slider_button_right {
        width: 20vw;
        min-height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .landing_slider_button_left_icon {
        position: static;
        background-color: transparent;
    }
    .landing_slider_button_left_icon.left {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing_footer {
        margin-top: 30px;
        padding-top: 100px;
    }
    .landing_footer_item.left {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .landing_footer_item.right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing_footer_text {
        text-align: center;
    }
    .landing_footer_button_group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modalside_signin {
        min-width: 95vw;
        padding-right: 19px;
        padding-left: 19px;
    }
    .modalside_signup {
        min-width: 95vw;
        padding-right: 19px;
        padding-left: 19px;
    }
    .card_content_wrap {
        padding: 10px;
    }
    .card_content_wrap.rule {
        border-style: solid;
        border-width: 2px;
        border-color: #52b69a;
    }
    .icon_20.centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .redeem_price_wrap {
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    .card_redeem_image {
        width: 70%;
        max-width: 120%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .tab_content_fullwidth_redeem {
        grid-auto-rows: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .card_cert_image {
        width: 100%;
        max-width: 120%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .tab_content_fullwidth_cert {
        grid-auto-rows: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .mask {
        margin-bottom: 10px;
    }
    .input_w_icon.dropdown {
        background-color: #e3f2fd;
    }
    .input_dropdown_kampus {
        margin-right: 0px;
    }
    .input-line-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .input-line-group.checkbox_group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .user_gamer {
        display: none;
    }
    .user_mahasiswa {
        display: none;
    }
    .signup_slider {
        min-height: 70vh;
    }
    .btntuploadphoto {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .input_dropdown_sekolah {
        margin-right: 0px;
    }
    .input_gender {
        margin-bottom: 10px;
    }
    .dropdown-field {
        margin-right: 0px;
    }
    .input_dropdown_fakultas {
        margin-right: 0px;
    }
    .signup_wrapper.signup {
        padding: 10px;
    }
    .input-line.password {
        margin-left: 0px;
    }
    .input-line.tgl_lahir {
        margin-left: 0px;
    }
    .signup_step_wrapper {
        overflow: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .input_program {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .join_program {
        padding: 5px 15px;
    }
    .checkbox_program {
        overflow: visible;
        margin-right: 0px;
        margin-bottom: 20px;
        border-radius: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .checkbox_label_program {
        margin-top: 20px;
        margin-left: 0px;
    }
    .landing_slider_button_right_icon_right {
        height: 70px;
        min-height: 50px;
        margin-bottom: 30px;
        background-color: transparent;
    }
    .landing_slider_button_right_icon_right.left {
        background-color: transparent;
    }
    .landing_slider_button_right_icon_right.right {
        background-color: transparent;
    }
    .landing_slider_button_right_icon_right.right_icon {
        min-height: 50px;
        margin-right: -10px;
        border-radius: 100px 0px 0px 100px;
    }
    .landing_slider_button_right_icon_right.left_icon {
        min-height: 50px;
        margin-left: -10px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .landing_slider_button_right_icon_right_wrap {
        position: static;
        width: 70%;
        height: 50px;
        margin-bottom: 30px;
        border-radius: 200px 0px 0px 200px;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .landing_slider_button_right_icon_right_wrap.left {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing_slider_button_left_icon_left_wrap {
        width: 70%;
        height: 50px;
        min-height: 50px;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .landing_slider_button_left_icon_left_wrap.left {
        background-color: transparent;
    }
    .landing_slider_button_left_icon_left_wrap.right {
        background-color: transparent;
    }
    .landing_slider_button_left_icon_left_wrap.right_icon {
        min-height: 50px;
        margin-right: -10px;
        border-radius: 100px 0px 0px 100px;
    }
    .landing_slider_button_left_icon_left_wrap.left_icon {
        min-height: 50px;
        margin-left: -10px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .slider1_btn_right {
        bottom: 50%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .tab_data_diri.w--current {
        white-space: nowrap;
    }
    .tab_personal {
        white-space: nowrap;
    }
    .tab_media_sosial {
        white-space: nowrap;
    }
    .btn_to_tab_personal {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_personal.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_personal.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_to_tab_personal.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_personal.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_to_tab_personal.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .tab_btn_nav_wrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .btn_back_to_tab_personal {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_personal.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_personal.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_back_to_tab_personal.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_personal.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_back_to_tab_personal.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_data_diri {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_data_diri.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_data_diri.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_back_to_tab_data_diri.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_data_diri.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_back_to_tab_data_diri.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_media_sosial {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_media_sosial.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_media_sosial.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_back_to_tab_media_sosial.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_media_sosial.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_back_to_tab_media_sosial.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_pendidikan {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_pendidikan.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_pendidikan.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_back_to_tab_pendidikan.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_pendidikan.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_back_to_tab_pendidikan.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_lainnya {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_lainnya.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_back_to_tab_lainnya.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_back_to_tab_lainnya.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_back_to_tab_lainnya.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_back_to_tab_lainnya.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_submit {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_submit.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_submit.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_to_tab_submit.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_submit.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_to_tab_submit.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_pendidikan {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_pendidikan.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_pendidikan.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_to_tab_pendidikan.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_pendidikan.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_to_tab_pendidikan.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_lainnya {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_lainnya.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_lainnya.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_to_tab_lainnya.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_lainnya.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_to_tab_lainnya.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_media_sosial {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_media_sosial.btn_secondary_filled.fit {
        width: 100%;
    }
    .btn_to_tab_media_sosial.btn_landing_filled.red.except_web {
        display: none;
    }
    .btn_to_tab_media_sosial.btn_landing_filled.red.login {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btn_to_tab_media_sosial.btn_landing_to_detail {
        position: absolute;
        top: 70vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 50px;
        border-radius: 100px;
    }
    .btn_to_tab_media_sosial.btn_underline_text {
        margin-right: 0px;
        margin-left: 0px;
    }
    .modals_addvideo {
        display: none;
    }
    .modals_rejectedvideo {
        display: none;
    }
    .modals_post_content_wrap.left {
        margin-bottom: 10px;
    }
    .modals_post_content_image {
        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;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .profile_header_right_social {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .profile_namauser {
        font-size: 16px;
    }
    .profile_header_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile_socialitem {
        margin-right: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .dashboard_container_floating {
        padding-right: 10px;
        padding-left: 10px;
    }
    .profile_interestcapsule {
        margin-bottom: 5px;
    }
    .profile_header_left_detail {
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        text-align: center;
    }
    .profile_detail_lainnya {
        padding: 10px;
    }
    .profile_detail_datadiri {
        padding: 10px;
    }
    .prelink-2 {
        display: none;
    }
    .btneditphoto {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .input_dropdown_kotalahir-2 {
        margin-right: 0px;
    }
    .dashboard_container_floating_editprofile {
        padding-right: 10px;
        padding-left: 10px;
    }
    .input-line-2.password {
        margin-left: 0px;
    }
    .input-line-2.tgl_lahir {
        margin-left: 0px;
    }
    .tournaments_tab {
        overflow: visible;
    }
    .tournaments_tab_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        padding: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        border-top: 3px none #cc1f98;
        border-bottom: 3px none #cc1f98;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .tab_content_fullwidth_game {
        grid-auto-rows: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .modals_game {
        display: none;
    }
    .lainnya {
        display: none;
        padding: 10px;
    }
    .landing_card_slider {
        padding: 10px;
    }
    .landing_slider_card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70vh;
        padding: 10px;
        background-color: transparent;
    }
    .landing_slider_card_mask {
        padding-bottom: 60px;
    }
    .card_landing {
        height: auto;
    }
    .card_landing.game_mlbb {
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8))), url('../images/thumb_ml.jpg');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('../images/thumb_ml.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }
    .card_landing_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-bottom: 30px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .landing_slider_card_nav_bullet {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing_action_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .thecard.video {
        height: 100%;
    }
    .thecard.game {
        height: 100%;
    }
    .thecard.competition {
        height: 100%;
    }
    .modal_landing_video {
        padding: 10px;
    }
    .container_video_mod {
        min-width: 100%;
    }
    .modal_landing_game {
        padding: 10px;
    }
    .container_game_mod {
        min-width: 100%;
    }
    .modal_landing_post {
        padding: 10px;
    }
    .container_post_mod {
        min-width: 100%;
    }
    .search_phone_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card_video_content_wrap {
        padding: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card_video_content_wrap.rule {
        border-style: solid;
        border-width: 2px;
        border-color: #52b69a;
    }
    .card_video_content {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(74%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.9)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8) 74%, rgba(0, 0, 0, 0.9));
    }
    .card_video_bg {
        max-width: none;
    }
    .tab_video.direview {
        white-space: nowrap;
    }
    .tab_video.ongoing {
        white-space: nowrap;
    }
    .tab_video_menu {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 3px solid #42a5f5;
        border-bottom: 3px solid #42a5f5;
    }
    .video_slider_card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70vh;
        padding: 10px;
        background-color: transparent;
    }
    .video_card__arrow_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffba08;
    }
    .video_card__arrow_left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffba08;
    }
    .video_card_slider_card_nav_bullet {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .video_card_card_slider {
        padding: 0px;
    }
    .margin_bottom40 {
        margin-bottom: 40px;
    }
    .separator_content {
        width: 100%;
        height: 4px;
        min-height: 4px;
        border-radius: 100px;
        background-color: #52b69a;
    }
    .menu_tab_title {
        display: block;
        margin-bottom: 0px;
        color: #42a5f5;
    }
    .tab_post_menu {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 3px solid #42a5f5;
        border-bottom: 3px solid #42a5f5;
    }
    .post_slider_card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70vh;
        padding: 10px;
        background-color: transparent;
    }
    .post_card_card_slider {
        padding: 0px;
    }
    .tab_class_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .img_quiz {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .row_jawaban {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tab_content_wrap-2 {
        padding: 10px;
        background-image: url('../images/cure_for_sick_darkmode.svg');
        background-position: 50% 50%;
        background-size: auto;
    }
    .tab_content_wrap-2.rule {
        border-style: none;
        border-width: 2px;
        border-color: #52b69a;
        background-image: none;
    }
    .submenu {
        font-size: 10px;
        text-align: right;
    }
    .tab_video_direview.direview {
        white-space: nowrap;
    }
    .tab_video_direview.ongoing {
        white-space: nowrap;
    }
    .tab_video_revisi.direview {
        white-space: nowrap;
    }
    .tab_video_revisi.ongoing {
        white-space: nowrap;
    }
    .tab_video_draft.direview {
        white-space: nowrap;
    }
    .tab_video_draft.ongoing {
        white-space: nowrap;
    }
    .tab_video_ditolak.direview {
        white-space: nowrap;
    }
    .tab_video_ditolak.ongoing {
        white-space: nowrap;
    }
    .tab_video_semua.direview {
        white-space: nowrap;
    }
    .tab_video_semua.ongoing {
        white-space: nowrap;
    }
    .select_video_status {
        margin-top: 0px;
    }
    .select_video_waktu {
        margin-top: 0px;
        margin-left: 10px;
    }
    .wrap_status_waktu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
    }
    .select_post_waktu {
        margin-top: 0px;
        margin-left: 10px;
    }
    .select_post_status {
        margin-top: 0px;
    }
    .tab_post_posted.direview {
        white-space: nowrap;
    }
    .tab_post_posted.ongoing {
        white-space: nowrap;
    }
    .tab_post_today.direview {
        white-space: nowrap;
    }
    .tab_post_today.ongoing {
        white-space: nowrap;
    }
    .tab_post_notposted.direview {
        white-space: nowrap;
    }
    .tab_post_notposted.ongoing {
        white-space: nowrap;
    }
    .wrap_nav_quiz {
        width: 100%;
    }
    .navbar_menu_button_grey {
        margin-bottom: 10px;
        margin-left: 10px;
        padding: 10px;
        border-radius: 5px;
        opacity: 0;
    }
    .navbar_menu_button_grey.grey {
        height: 100%;
        min-width: 30px;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        color: #6c757d;
    }
    .tab_wrap.active {
        border-bottom-style: none;
        background-color: #cc1f98;
        color: #fff;
    }
    .tab_card-2 {
        padding: 10px;
    }
    .tab_card-2.with_bg {
        height: 100%;
    }
    .modals_game_create {
        display: none;
    }
    .modal_input_horizontal_wrap {
        grid-row-gap: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .popper_quiz {
        width: 50px;
        height: 50px;
    }
    .winner_photo {
        width: 50px;
        height: 50px;
    }
}

#w-node-_72ce9f17-f97d-0c9e-7bac-711fda593701-04c059ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_37d20bc5-49ff-7c11-9ca2-f897baf99664-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_023f6ccd-2214-ea5c-365b-818561347ae0-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7740c82e-4102-ed47-40ec-ce9352ffe5d5-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-a2f29146-1648-a476-ec7b-010563904c2b-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_2ed5a5cc-ecf5-9f7f-0500-cec372906b85-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_919d6f0e-2ffe-4873-f574-0ff3cea3f938-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_146dfce0-4ccb-86bb-0f12-084b0b7c0eec-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_146dfce0-4ccb-86bb-0f12-084b0b7c0f0b-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_146dfce0-4ccb-86bb-0f12-084b0b7c0f2a-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_146dfce0-4ccb-86bb-0f12-084b0b7c0f49-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_146dfce0-4ccb-86bb-0f12-084b0b7c0f68-04c059ae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}