#form_frame {
    width: 100%;
}

.img-box {
    display: flex;
}

.img-box img {
    height: 200px;
    object-fit: contain;
    margin: auto;
}

.ada-embed-button {
    display: none !important;
}

.custom-body {
    height: 520px;
    width: 100%;
    background-color: #d71d28;
}

.custom-body img {
    height: 400px;
    width: auto;
    padding: 0 10px 0 10px
}

.mobile-custom {
    background-color: #d71d28;
}

.mobile-custom img {
    padding: 15px 25px 15px 25px;
}

.custom-badge {
    font-size: 14px;
}

#banner {
    width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    background-image: url('img/banner.jpg');
    background-size: cover;
}

.banner-word {
    font-family: 'Rowdies', cursive;
}

.card-body,
.card-footer {
    padding: 10px;
}

.current-event-card {
    cursor: pointer;
}

.fa-info-circle {
    position: absolute;
    top: 2%;
    left: 2%;
    color: white;
}

.custom-info-badge {
    background-color: #ffe4e3;
    color: #d71d28;
    padding: 0 10px 0 10px;
    margin-right: 10px;
    font-size: 12px;
}

.present-icon-box {
    z-index: 999;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 100px;
    display: none;
    font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.gift-bg {
    /*background-image: url("img_training/presentopen.jpg");*/
    background-size: contain;
    opacity: 0.5;
}

.content-box {
    height: 230px;
    margin: 10px;
    overflow: hidden;
}

#go_to_form {
    height: 30px;
}

.gift-form-box,
.gift-box-info {
    height: 260px;
    padding: 0 15px 15px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.gift-form-box.active,
.gift-box-info.active {
    display: flex;
}

.top-img {
    display: flex;
}

.top-img img {
    height: 100px;
    margin: auto;
}

.present-info-box {
    flex-direction: column;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    height: 400px;
    width: 350px;
    display: none;
    margin: 0 15px 15px 0;
}

.present-info-box.active {
    display: flex;
    animation-duration: 3s;
    animation-name: anim;
}


.present-icon-box.active {
    display: flex;
    -webkit-animation: anim 2s ease-in infinite;
    animation: anim 2s ease-in infinite;
    transition: all .3s;
}

#back_to_info,
.share-btn,
.present-icon-box,
.present-info-box .close-btn {
    cursor: pointer;
}

.share-btn {
    z-index: 999;
    right: 0;
    bottom: 50%;
    padding: 10px 15px 10px 15px;
    position: fixed;
    background-color: #d7d7d7;
}

.copy-input-box {
    border-color: #e1e1e1;
}

.copy-input-box button {
    background-color: #6200ee;
    color: #ffffff;
}

.copy-input-box input:focus {
    outline: 0 none;
    box-shadow: none;
}

.social-badge {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 15px;
    margin: 0 10px 0 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #e8e8e8;
    color: #737373;
}

.social-badge#fb.active,
.social-badge#fb:hover {
    color: #ffffff;
    background-color: #4267B2;
}

.social-badge#twitter.active,
.social-badge#twitter:hover {
    color: #1DA1F2;
    background-color: #F5F8FA;
}

.social-badge#instagram.active,
.social-badge#instagram:hover {
    color: #FFFFFF;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-badge#whatsapp.active,
.social-badge#whatsapp:hover {
    color: #ffffff;
    background-color: #25D366;
}

.social-badge#telegram.active,
.social-badge#telegram:hover {
    color: #FFFFFF;
    background-color: #2AABEE;
}

.social-badge#other.active,
.social-badge#other:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.social-badge#wechat.active,
.social-badge#wechat:hover {
    color: #FCFDFD;
    background-color: #5CC928;
}

.share-social-badge .fas {
    color: #e8e8e8;
}

.share-social-badge .fab {
    color: #737373;
}

.share-social-badge .fa-telegram-plane:hover,
.share-social-badge .fa-weixin:hover,
.share-social-badge .fa-whatsapp:hover,
.share-social-badge .fa-facebook-f:hover,
.share-social-badge .fa-instagram:hover {
    color: #ffffff;
}

.share-social-badge#fb:hover .fas {
    color: #4267B2;
}

.share-social-badge#wechat:hover .fas {
    color: #25D366;
}

.share-social-badge#whatsapp:hover .fas {
    color: #25D366;
}

.share-social-badge#telegram:hover .fas {
    color: #2AABEE;
}

.share-social-badge#instagram:hover .fas {
    color: #9c47fc;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g-word {
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#refer_box,
#other_box,
#badge_box {
    width: 100%;
}

/*.share-event-card .fb {*/
/*    cursor: pointer;*/
/*    color: #f0f0f0;*/
/*}*/

/*.share-event-card .wechat {*/
/*    cursor: pointer;*/
/*    color: #f0f0f0;*/
/*}*/

/*.share-event-card .whatsapp {*/
/*    cursor: pointer;*/
/*}*/
.preview-content,
.fa-stack {
    cursor: pointer;
}

.fa-2x {
    font-size: 1.5em !important;
}

@-webkit-keyframes anim {
    5% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }

    10% {
        -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
        transform: scale(.9, 1.1) translateY(-.5rem);
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes anim {
    5% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }

    10% {
        -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
        transform: scale(.9, 1.1) translateY(-.5rem);
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}