/* colors */

.wm-blue {
    background-color: #0071dc;
}

.wm-yellow {
    background-color: #ffc220;
}

/* end colors */

/* components */

.logo {
    width: 185px;
    margin: 0px auto;
    padding: 15px 0 15px 0;
}

.title {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}

.subtitle {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 10px 0;
    padding: 0px;
}

.instructions {
    color: #222;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}

.prize-container {
    max-width: 340px;
}

.pop-btn {
    width: 130px;
    height: 83px;
    padding: 0px;
    object-fit: contain;
}

.disclaimer {
    font-size: 14px;
    font-style: italic;
    color: #444;
    line-height: 1.4;
    padding: 0px;
    margin: 35px 0 15px 0;
}

.pop {
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.btn-bz {
    padding: 15px;
    margin: 15px auto 0;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    width: 150px;
    border: none;
    background-color: #0071dc;
}

.cta-btn {
    padding: 10px 48px 12px;
    margin: 40px auto 8px;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    border: none;
    background-color: #0071dc;
    text-decoration: none;
    display: block;
    text-align: center;
    width: fit-content;
}

.btn-bz-win {
    display: block;
    position: relative;
    padding: 15px;
    margin: 15px auto 0;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    width: 250px;
    border: none;
    text-decoration: none;
    background: #0071dc !important;
}

.pop-hero {
    font-size: 20px;
    font-weight: 900;
}

.pop-subhero {
    font-size: 18px;
}

.pop-subhero {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.pop-subhero-win {
    font-size: 18px;
    margin: 10px 0 10px;
}

.inactive {
    opacity: 0.4;
}

.wm-win {
    width: 60%;
    margin: 0px auto;
}

.modal-btn {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
    /* Control the transparency level */
    background-color: #000;
    /* Black background */
}

/* end components */

/* footer */

.bzfoot {
    font-size: 12px;
}

.bzfoot a {
    color: #fff;
}

/* end footer */

/********additional CSS*********/

.main-comments {
    margin-bottom: 12px;
}

.comment-user-img {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.comment-user-img {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.comment {
    position: relative;
    padding-left: 56px;
    margin-top: 12px;
}

.comment-user-name {
    color: #2563eb;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 700;
}

.comment-text {
    line-height: 20px;
}

.fb-img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.comment-meta {
    font-size: 0;
    color: #9ca3af;
    margin-top: 8px;
    line-height: 16px;
}

.comment-meta button {
    padding: 0;
    color: #3b82f6;
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
}

.comment-meta>*:first-child {
    margin-left: 0;
}

.comment-meta>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    font-size: .75rem;
}

.comment-meta button {
    padding: 0;
    color: #3b82f6;
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
}

.total-likes {
    background: url('../images/like.svg') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    line-height: 16px;
    min-height: 16px;
}

.others-say {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    /* font-family: roboto condensed, sans-serif; */
}

.box {
    width: 130px;
    height: 100%;
    min-height: 130px;
    background: url(../assets/box.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    opacity: 1 !important;
}

.box-empty {
    background: url(../assets/box-empty.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.box-win {
    background: url(../assets/box-win.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#timer {
    font-size: 36px;
    color: #000;
}

.start_img {
    margin: 0 auto -75px;
    display: block;
}

.white-popup {
    position: relative;
    width: 95%;
    max-width: 440px;
    margin: 20px auto;
    padding: 20px;
    /*font-size: 18px;*/
    background: rgba(255, 255, 255, 1);
    /*background: #BEC5D8;*/
    /*border: 4px solid #e1182a;*/
    text-align: center;
    border-radius: 20px;
}

.white-popup .h2,
.white-popup .h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #000000;
}

#modal-win .h2 {
    color: #FE582A;
}

.white-popup .h3 {
    margin: 0 0 15px;
}

#modal-win {
    max-width: 360px;
    overflow: visible;
}

.newclr span {
    font-size: 1.5rem;
    color: #FE582A;
}

.mb-2 {
    margin-bottom: 2rem;
}

.modal-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
}

.footer {
    padding-top: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.footer a {
    margin: 0 5px;
    color: inherit;
}

.footer p {
    margin: 5px 0;
}

.form,
.form input {
    width: 0;
    height: 0;
    opacity: 0;
}

.footer {
    padding-top: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.footer a {
    margin: 0 5px;
    color: inherit;
}

.footer p {
    margin: 5px 0;
}

.form,
.form input {
    width: 0;
    height: 0;
    opacity: 0;
}

.footer {
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 10px;
}

.footer__list {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__item {
    list-style: none;
}

.modal {
    display: block;
    color: #000;
    text-align: left;
}

.footer__text {
    text-align: center;
}