/* colors */
.wm-blue {
    background-color: #000000;
}

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

/* end colors */

/* components */
.logo {
    width: 170px;
    margin: 0px auto;
    padding: 15px 0 15px 0;
}

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

.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: #020202 !important;
}

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

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

.pop-hero {
    font-size: 30px;
    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: 100%;
    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 {
    position: absolute;
  }
  
  
  .box:nth-child(1) {
    top: 0;
    left: 0;
  }
  .box:nth-child(2) {
    top: 0;
    left: 50%;
  }
  .box:nth-child(3) {
    top: 33%;
    left: 0;
  }
  .box:nth-child(4) {
    top: 33%;
    left: 50%;
  }
  .box:nth-child(5) {
    top: 66%;
    left: 0;
  }
  .box:nth-child(6) {
    top: 66%;
    left: 50%;
  }
.box {
    width: 165px;
    height: 175px;
    background: url(../files/box.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border: none;
    opacity: 1;
    transition: 1s;
}
.box-empty {
    background: url(../files/box-empty.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    pointer-events: none;
}
.box-win {
    background: url(../files/box-win.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.opacity-0 {
    opacity: 0;
    transition: 1s;
  }
.box.box-win-zoom {
    top: 30%;
    right: 0;
    left: 0;
  
    width: 250px;
    height: 400px;
  
    margin: auto;
    /*background-image: url("../img/box-win.png.html");*/
  
    opacity: 1;
    transition: 1s;
  }
  

.wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    min-width: 340px;
    margin: 0 auto;
    min-height: 460px;
}
#timer {
    font-size: 36px;
    color: #000;
}
.start_img {
    margin: -75px auto -40px;
    display: block;
    width: 600px;
}  
.btn-primary {
    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;
  
    overflow: hidden;
  }
  .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;
  }
  .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;
  }