﻿body {
    min-height: 100vh;
    /*  display: flex;
    align-items: center;
    justify-content: center;*/
}

.bg-img-link {
    position: relative;
    z-index: 1;
    background-image: url(/themes/dental/images/links-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img-giveaway {
    position: relative;
    z-index: 1;
    background-image: url(/themes/dental/images/bg-giveaway-other.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.links-wrapper a {
    width: 390px;
    text-align: center;
}

.social-icon-style-12 li a {
    color: #ffffff !important;
    display: inline-block;
}

.bg-img-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.bg-img-giveaway::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#page-content {
    position: relative;
    z-index: 2;
}

.jotform-container iframe {
    width: 70vh !important;
}

/*.border-color-yellow {
    border-color: #d0b460;
}*/
#giveaway {
    background-color: rgba(214, 214, 214, 0.58);
    color: #000;
    border: 2px solid #b89c62;
    animation: key1 .3s ease infinite alternate;
}

.giveaway-expired {
    text-align: center;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 12px;
    color: #333;
    margin-top: 270px;
    margin-right: auto;
    margin-left: auto;
    max-width: 20%;
}

.giveaway-wrapper {
    min-height: 100vh;
    /* width: 145vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-right: 50px;*/
}

.expired-container {
    max-width: 500px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 2px solid #000000;
}

@keyframes key1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .giveaway-wrapper {
        min-height: 94vh;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 576px) {
    .links-wrapper a {
        width: 348px;
        text-align: center;
    }

    .btn.btn-fancy.btn-extra-large {
        padding: 18px 18px !important;
    }

    .bg-img-link {
        background-image: url(/themes/dental/images/links-background-m2.jpg);
    }

    .bg-img-giveaway {
        background-image: url(/themes/dental/images/bg-giveaway-mobile.jpg);
    }

    .jotform-container iframe {
        width: 50vh !important;
        margin: 2rem 0 5rem;
    }

    .giveaway-expired {
        max-width: 60%;
    }
}

.extra-small-icon li {
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.53);
    border-radius: 25px;
}
