.class_register_v2_intro{
    border-radius: 16px;
    padding: 16px;
    color:#FFFFFF;
    background-color:#232D3F;
    text-align:center;
}
.class_register_v2{
    width: 93%;
    margin:auto !important;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius:4px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
    border-radius:4px;
}
/* Style the back side */
.flip-card-back {
    background-color:#7F7F7F;
    color:#FFFFFF;
    transform: rotateY(180deg);
}
.flip-card-selected{
    background-color:#232D3F;
    color:#FFFFFF;
}
.center{
    text-align:center;
}
.resultPanel{
    display: none;
}
.slt1{
    background-color:#7CA071 !important;
    color:#FFFFFF !important;
}
.slt2{
    background-color:#F6CE42 !important;
    color:#FFFFFF !important;
}
.slt3{
    background-color:#607684 !important;
    color:#FFFFFF !important;
}
.flip-card-number{
    background: #FFFFFF;
    font-size: 32px;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: #222;
    line-height: 80px;
}
.flip-card-name{
    line-height: 100px;
}
.flip-card-voucher{
    width: 100%;
    margin: auto;
    background-image: url(/images/voucher-f-r.svg);
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 24px;
    padding-top: 9px;
    margin-top: 80px;
}
.flip-card-selected .flip-card-voucher{
    background-image: url(/images/voucher-f-g.svg);
}
.flip-card-voucher span{
    font-size:14px;
}
#class_register_v2{
    height:730px
}
.card-voucher{
    width: 100%;
    margin: auto;
    background-image: url(/images/voucher-f-g.svg);
    height: 85px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 14px;
}
.configuration-text{
    font-size: 1.5em;
    text-align:center;
    color:#850A1C
}
.configuration-text .small-text{
    font-size: 0.5em;
    color:#333;
}
.configuration-text .medium-text{
    font-size: 0.7em;
    color:#850A1C;
}
.configuration-text .promo-text{
    font-size: 0.7em;
    background-color: #850A1C;
    color: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    font-size: 24px;
}
.home_class_register_v2{
    width: 100%;
    margin:auto !important;
}
.home-flip-card{
    background-color: transparent;
    width: 100%;
    height: 350px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.home-flip-card-back{
    background-color:#7F7F7F;
    color:#FFFFFF;
    transform: rotateY(180deg);
}
.home-flip-card-front, .home-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius:4px;
}
/* Style the front side (fallback if image is missing) */
.home-flip-card-front {
    background-color: #bbb;
    color: black;
    border-radius:4px;
}
.home-flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}