:root{
    --vw: 1vw;
    --bg: #343a40;
}
body{
    background-color: var(--bg);
}
.app-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-top: -113px;
}
.app-body {
    min-height:700px;
    margin-top: 131px;
}
.app-form2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
a.more {
	color: #333 !important;
}
a:hover,
a:focus {
	text-decoration: none !important;
	opacity:0.5;
}
a:hover img,
a:focus img {
	opacity: 0.8;
	transition:  0.8s ease !important;
}
a>.card {
	color: #333;
}
a:hover .card {
	opacity: 0.8;
	transition: 0.8s ease !important;
}
.border-desc{
    border-left: 3px solid #dee2e6;
}
button.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px !important;
	cursor: pointer;
}
button.purple, a.purple{
    background: #11074e;
    color: #fafafa;
}
button.purple, a.purple:hover{
    color: #fafafa !important;
}

.ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.height {
	height: 398px;
}
@media only screen and (max-width: 600px) {
	.bg-premium .card-body, .bg-basic .card-body {
		background-color:#ffffffdb;
	}
}

.modal-dialog .card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
/* === Attribute === */

.card-overlay {
	top: inherit !important;
	bottom:-40px !important;
	z-index: 4;
}

.border-table .row {
	border-bottom: solid 1px #f1f1f1;
}
.border-table .row:last-child {
	border-bottom: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000 !important;
    background-color: #a5a4a4 !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-pills .nav-link {
	border-radius: .25rem;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.dropdown-menu {
	min-width:20rem !important;
}

/* === Form === */
input,
select {
	border-radius: 0px !important;
}

select:focus,
select:hover,
input:focus,
input:hover {
	border-color: rgba(0, 0, 0, 0.14) !important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.14) !important;
}

label.form-check-label {
	font-size: 12px;
	color: #888;
}

#initial-form {
	margin: 30px 0px;
}

#initial-data {
	width: 100%;
	max-width: 530px;
	padding: 15px;
	margin: auto;
}


/* === Floating Form === */

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}
select{
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

.form-label-group>input,
.form-label-group>label,
.form-label-group>select {
	height: 3.125rem;
	padding: .75rem;
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	color: #888;
	pointer-events: none;
	cursor: text;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

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

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

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

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

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

.form-label-group input:not(:placeholder-shown) {
	padding-top: 1.5rem;
	padding-bottom: .5rem;
	font-weight: bold;
}

.form-label-group input:not(:placeholder-shown)~label {
	padding-top: .10rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.error{
    color: red !important;
    font-size: 12px;
    margin-left: 10px;
}
#myBtn {
    display: block;
    position: fixed;
    bottom: 55px;
    right: 1px;
    z-index: 9999;
    cursor: pointer;
    padding: 2px;
    width: 175px;
    text-align: center;
    text-decoration: none;
}
.btn-primary, .btn-primary:hover{
    background-color: #11074e;
    border-color: #11074e
}
.btn-separator:after {
	content: ' ';
	display: block;
	background: #11074e;
	height: 25px;
	width: 1px;
}
.bg-eraspace{
    background-color: #11074e !important;
}
.btn-eraspace {
    color: #fff !important;
    background-color: #11074e !important;
    border-color: #11074e !important;
    padding: 8px 10px;
}
.btn-eraspace > span {
    font-size: 11px;
    font-weight: bold;
}
.btn-eraspace:hover {
    color: #fff;
    opacity: 0.9;
}
.btn-outline-eraspace {
    color: #11074e !important;
    background-color: white !important;
    border-color: #11074e !important;
}
.btn-outline-eraspace > span {
    font-size: 11px;
    font-weight: bold;
}
.btn-outline-eraspace:hover {
    color: #fff!important;
    background-color:#11074e!important;
    border-color: white !important;
}
.btn-eraspace > img{
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}
.btn-eraspace:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.btn-eraspace:not(:disabled):not(.disabled).active,
.btn-eraspace:not(:disabled):not(.disabled):active,
.text-eraspace {
    color: #11074e !important;
}
.show > .btn-eraspace.dropdown-toggle {
    color: #fff;
    background-color: #0f0745;
    border-color: #0d063e;
}
.c128-content{
	font-size: 8px;
}
/* Fallback for Edge
  -------------------------------------------------- */

@supports (-ms-ime-align: auto) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}

/* Fallback for IE
  -------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.form-label-group>label {
		display: none;
	}
	.form-label-group input:-ms-input-placeholder {
		color: #777;
	}
}

#oldnav{
    background: #fff;
    /* border-top: 1px solid rgba(0,0,0,.1); */
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 15px 0;
}
.menu-utama{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.menu-utama .menu-label{
    display: flex;
    flex-direction: row;
}
.menu-utama .menu-label a{
    color: rgba(0,0,0,.5);
    font-size: 13px;
    margin: 0 25px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.menu-utama .menu-eraspace{
    display: flex;
    margin-left: auto;
}
.menu-utama .menu-eraspace .eraspace{
    display: flex;
    align-items: center;
}
.menu-eraspace .language-switch{
    border-right: 0.5px solid rgba(0,0,0,0.1);
}

#event{}
#event a > .box{color: #333;}
#event .box{
    background: #fff;
    margin: 0 0 25px;
}
#event .box .box-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px;
}
#event .asd{
    overflow: auto;
    white-space: nowrap;
}
#event .asd li{
    display: inline-block;
}
#event .asd li.active{
    background: #0a3544;
    color: #fff;
}
#event .event-3{
    overflow: auto;
    white-space: nowrap;
}
#event .event-3 .event-3-items{
    display: inline-block;
    width: 355px;
    margin: 0 18px 0 0;
}

#member{position: relative;overflow: hidden;}
#member .basic-member{
    display: flex;
    justify-content: flex-end;
    padding: calc(8.91667*var(--vw)) calc(2.77778*var(--vw)) calc(2.68056*var(--vw)) calc(10*var(--vw));
    background-image: url("../images/bg-basic-2021.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
#member .premium-member{
    display: flex;
    justify-content: flex-start;
    padding: calc(8.91667*var(--vw)) calc(10*var(--vw)) calc(2.68056*var(--vw)) calc(2.77778*var(--vw));
    background-image: url("../images/bg-premium-2021.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    background-size: cover;
}
#member .member-wrapper{width: 500px;}

#partnership {overflow: hidden;}
.p-p-list::-webkit-scrollbar {display: none;}
.p-p-list {
    position: relative;
    padding-left: calc(50% - 555px);
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.p-p-list .p-list {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    max-width: 515px;
}
.p-p-list .p-list img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.p-p.card-text{
    overflow: unset;
    white-space: pre-wrap;
}

#reward {background: #0e094b;}
#reward .card{background: transparent;}
#reward .reward-nav{
    overflow: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 20px 0;
}
#reward .reward-nav li{
    display: inline-block;
    margin: 0 20px 0 0;
}
#reward .semua{
    text-align: right;
    font-size: 12px;
    padding-top: 85px;
}
.registration-home{
    background: #212047;
    color: #fff;
    padding: 25px 0;
}
.registration-home .label{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}
#register-form-home{}
#register-form-home button[type="submit"]{
    margin: 32px 0 0;
}

@media (min-width: 767px) {
    .container.a {
        max-width: none !important;
        padding: unset !important;
    }
}

@media (max-width: 1200px) {
    .p-p-list {
        padding-left: calc(50% - 465px);
    }
}
@media (max-width: 990px) {
    .p-p-list {
        padding-left: calc(50% - 345px);
    }
    #register-form-home button[type="submit"]{
        margin: 0;
    }
    .app-body{
        margin-top: 150px;
    }
}
@media (max-width: 767px) {
    .p-p-list {
        padding-left: 15px;
    }
    .p-p-list .p-list {
        width: 80%;
    }
    .p-p-list .p-list img {
        width: 100%;
        height: auto;
        object-fit: fill;
        border-radius: 10px;
    }
    .app-body{
        margin-top: 62px;
    }
    #reward_status{font-size: 15px !important;}
    .foot-fix{
        position: fixed;
        bottom: 0px;
        width: 100%;
        margin-top: 100px;
        z-index: 999;
    }
    .menu-footer{
        font-size: 9px;
        font-weight: 600;
        color:#7e7e7e;
    }

    .item-center{
        margin: auto;
    }

    .pb-n {
        padding-bottom: 5rem !important;
    }

    span.fa {
        color: #212047;
    }

    .grid1{
        border-right: 1px solid #212047;
    }
    #menubawah .col-2{
        padding-top: 2px;
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        max-width: 25%;
    }

    footer .row{
        margin-right: 0px;
        margin-left: 0px;
    }

    .active2{
        display: block;
        color: #212047;
    }

    .img-icon{
        width:22px;
        height: 22px;
    }

    .carousel-control-next, .carousel-control-prev {
        z-index: 0 !important;
    }

    .carousel-indicators {
        z-index: 0 !important;
    }
    #member{
        padding: 20px 0 0;
    }
    #member .basic-member, #member .premium-member{
        margin: 5px 0;
        padding: 0;
        width: auto;
        border-radius: 5px;
    }
    #member .card-body{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .registration-home-l2{
        background: #fff;
        border-radius: 10px;
        padding: 20px 15px 10px;
        color: #666;
    }
    .registration-home .label{
        color: #666;
        font-size: 16px;
        line-height: 14px;
        margin: 0 0 10px;
    }
    .registration-home input[type="email"]{
        padding: 3px 5px;
    }
    .registration-home #btn-register-home{
        border: 1px solid #ccc;
    }

    #event .event-3 .event-3-items{
        display: inline-block;
        width: 285px;
        margin: 0 18px 0 0;
    }
}
@media (max-width: 480px) {
    #member .basic-member, #member .premium-member{
        text-align: center;
    }
}
@media (max-width: 320px) {}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
#webcodecam-canvas {
    background-color: #272822;
}
#qr-reader{
    min-width: 300px;
    min-height: 300px;
    background-color: rgba(14, 14, 14, 0.3);;
}
.scanner-laser {
    position: absolute;
    margin: 20px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}
.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid white 5px;
    border-right: solid white 5px;
}
.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid white 5px;
    border-right: solid white 5px;
}
.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid white 5px;
    border-left: solid white 5px;
}
.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid white 5px;
    border-left: solid white 5px;
}
.tnc .btn-link{
    color: #2964a2;
}