@charset "utf-8";

@font-face {
  font-family: 'Optima Regular';
  src: url("https://design-resource.bwlgroup.com/fonts/Optima-Regular.woff2") format("woff2"), url("https://design-resource.bwlgroup.com/fonts/Optima-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
    /*position: relative;*/
	box-sizing: border-box;
    text-decoration: none;
}
/*
*, *:before, *:after {
    box-sizing: inherit;
}
*/
body {
    margin: 0;
    padding: 0;
    font-family: 'aviano-serif', serif;
    font-weight: 400;
    font-style: normal;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*Basic column dimensions/layout */
[class*='col-'] {
	  float: left;
	}

.col-1 {
  width: 100%;
}
.col-1-3 {
	width: calc(100% / 3);
}
.col-2-3 {
    width: 66%;
}
.col-1-6 {
    width: 16%;
    padding-right: 30px;
}
.col-2-6 {
    width: 32%;
}
.col-1-2 {
    width: 50%;
    padding-right: 30px;
}


strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'aviano-serif', serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1 {
    font-family: 'aviano-serif', serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    font-size: 25px;
}
@media (max-width: 560px) {
    h1 {
        font-size: 20px;
    }
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

p {
    font-family: 'Optima Regular';
    font-size: 18px;
    color: #000000;
}
@media (max-width: 1024px) {
    p {
    font-family: 'Optima Regular';
    font-size: 16px;
}
}

small{
    font-family: 'Optima Regular';
    font-size: 12px;
}

footer {
    display: block;
    padding: 20px;
    padding-bottom: 50px;
    line-height: 1;
}
footer .col-1-2 {
    padding-right: 0;
}

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.textLeft {
    text-align: left !important;
}
.textRight {
    text-align: right !important;
}
.textCenter {
    text-align: center !important;
}

.center {
    margin: 0 auto;
}

.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.mainHeader {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #542f87;
    transition: background-color 200ms ease-in-out;
    text-align: left;
}

.mainHeader .uk-navbar-container {
    background: none !important;
}

.logo span {
    display: inline-block;
}
.supreme-logo {
    width: 118px;
    margin-right: 10px;
}
.supreme-logo img {
    width: 100%;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.supreme-region {
    position: absolute;
    margin-right: 20px;
}
.supreme-region img {
    height: 40px;
    width: 100%;
}
.supreme-region h1 {
    color: #e1e2f2;
    font-size: 20px;
    padding-top: 20px;
    white-space: nowrap;
    margin-bottom: 0;
}

.logo {
    position: relative;
    display: block;
    padding: 30px 40px ; 
    float: left;
}

.mobile-menu {
    float: right;
    display: none;
}
.menu {
    display: inline-block;
    width: 100%;
    background: #fcdbeb;
    padding: 20px;
}
.menu .uk-navbar-nav>li>a {
    font-family: 'Optima Regular';
    font-size: 18px;
    color: #6d6ea6;
    text-align: center;
    line-height: 1.2;
    border-left: 1px solid;
    padding-left:30px;
    min-height: auto;
}
.menu .uk-navbar-nav>li:first-of-type>a {
    border-left: none;
}
.lang {
    font-family: 'Optima Regular';
    position: absolute;
    right: 20px;
    font-size: 12px;
    top: 10px;
    color: #ffffff;
}
.lang a{
    color: #ffffff;
}
.lang a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#TermsandConditions h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#TermsandConditions h2 {
    font-family: 'Optima Regular';
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
#TermsandConditions p, #TermsandConditions li {
    font-family: 'Optima Regular';
    font-size: 14px;
 }

 #PDPP h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#PDPP h2 {
    font-family: 'Optima Regular';
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
#PDPP p, #PDPP li {
    font-family: 'Optima Regular';
    font-size: 14px;
 }

@media (max-width: 1024px) {
    .logo {
        display: block;
        padding: 10px 20px ; 
        float: left;
    }
    .supreme-logo {
        width: 80px;
    }
    .supreme-region {
        margin-right: 10px;
    }
    .supreme-region img {
        height: 20px;
        width: 100%;
    }
    .supreme-region h1 {
        font-size: 15px;
        padding-top: 10px;
        white-space: nowrap;
     }
    
    .menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu .uk-navbar-dropdown.uk-dropdown\=.uk-drop.uk-open {
        width: auto;
    }
    .mobile-menu .uk-navbar-dropdown-nav>li {
        white-space: nowrap;
    }
    .mobile-menu .uk-navbar-dropdown-nav>li>a {
        color: #000;
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 20px;
    }
}
.bannerWrapper{
    overflow: hidden;
    position: relative;
}
.homeBanner {
    align-items: center;
    background-color: hsl(0deg 0% 23.62% / 60%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;

}
.homeBanner img {
    width: 50%;
    padding-bottom: 6%;
    min-width: 500px;
    transform: translate(0px, 0px);
    opacity: 1;
}

.video-banner {
    height: fit-content;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50%
}

.container {
    display: flex;
    position: relative;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 25px;
    width: 100%;
    max-width: 1600px;
}

.mainContent {
    display: block;
    margin-top: 200px;
    /*margin-top: 225px;*/
}

@media (max-width: 1024px) {
    .mainContent {
        margin-top: 80px;
    }
}
  
.AboutDRSSupreme {
    width: 100%;
    display: inline-block;
    padding: 30px;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/about-back-new.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.aboutContent {
    margin-top: 50px;
    width: 60%;
    float: left;
}
.aboutContent h1 {
    color: #ffffff;
}
.aboutContent p {
    color: #e1e2f2;
}
.aboutContent h1 {
    color: #ffffff;
}
.GlowWithSupreme .aboutContent h1,
.GlowWithSupreme .aboutContent p {
    color: #000000;
}

.aboutPic{
    float: right;
    width: 60%;
    /*max-width: 100%*/
}

.MeetTheSemiFinalist {
    width: 100%;
    display: block;
    background: #fcdbeb;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/meet-the-semifinalist-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* height: 500px; */
    padding: 100px 0;
    vertical-align: middle;
    text-align: center;
}

.MeetTheSemiFinalist .container {
    display: block;
    text-align: center;
    height: max-content;
    /* vertical-align: middle; */
    /* margin: auto !important; */
    /*position: absolute;*/
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.MeetTheSemiFinalist h1 {
    font-size: 40px;
    font-weight: 800;
}

a.buttonLink {
	text-align: center;
    white-space: nowrap;
    padding: 12px 80px;
    background: url('https://resource.bwlgroup.com/DRS-Supreme/images/button-back.svg') center no-repeat;
    background-size: cover;
    border-radius: 20px !important;
    font-weight: 700;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #000000;
}
a.buttonLink:hover {
    text-decoration: none;
    color: #000000;
}

.GlowWithSupreme {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #ffffff;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/glow-with-supreme-back.svg');
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 80px;
    /*min-height: 500px;*/
}

.IAmSupreme {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #d0dcf1;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/i-am-supreme-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 500px;*/
    padding: 50px 0;
}



.IAmSupreme .container {
    display: block;
    text-align: center;
    /*
    padding-right: 0;
        padding-left: 0;
        */
    /*margin-top: 50px;*/
}

.IAmSupreme h1 {
    display: block;
    text-align: left;
    margin-bottom: 50px
}

.sample-placeholder {
    position: relative;
    border-radius: 30px;
    background: #ffffff;
    height: auto;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 30px
}

.GrandFinalsTicketing {
    position: relative;
    width: 100%;
    display: inline-block;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/grand-final-ticket-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}

.GrandFinalsTicketing .container {
    display: block;
    margin-top: 50px;
}

.ticket .uk-card-default {
    color: #666;
    box-shadow: none;
    border-radius: 20px;
    /*height: 100%;*/
}

.ticket-card {
    width: 30%;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    float: left;
}

.ContactContent {
    position: relative;
    width: 100%;
    display: inline-block;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/contact-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ContactContent .container {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}
.ContactContent h1 {
    width: 100%;
    color: #000000;
    font-size: 30px;
    margin: auto auto;
}
.ContactContent p {
    color: #000000;
}

.terms {
    float: right;
    text-align: right;
}


@media (max-width: 1024px) {
    .AboutDRSSupreme .container {
        padding-right: 0;
    }
    .aboutContent {
        width: 50%;
        float: none;
    }
    .aboutPic {
        position: relative;
    }
    .aboutPic img {
        position: absolute;
        bottom: 0;
    }
}
    
@media (max-width: 560px) {
    .supreme-region h1 {
        font-size: 14px;
        padding-top: 10px;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .aboutPic img {
        position: relative;
        bottom: 0;
    }
    .homeBanner img {
        width: 50%;
        min-width: 350px;
    }
    .MeetTheSemiFinalist {
        display: block;
        height: max-content;
        padding: 50px 30px;
    }
    .MeetTheSemiFinalist .container {
        position: relative;
    }
    .MeetTheSemiFinalist h1 {
        font-size: 28px;
    }
    .AboutDRSSupreme .container {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
    .aboutContent {
        width: 100%;
        float: none;
    }
    .aboutPic {
        float: none;
        width: 100%;
    }
    
    .ticket-card {
        width: 100%;
        float: none;
    }
    
    .ticket .uk-width-1-3 {
        float: none;
        width: 100%;
    }
    .sample-placeholder {
        width: 100%;
        padding: 20px
    }
    footer .col-1-2 {
        width: 100%;
        float: none;
    }
    .terms {
        margin-top: 20px;
        float: none;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .supreme-region h1 {
        font-size: 12px;
        padding-top: 10px;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .logo {
        display: block;
        padding: 10px 10px;
        float: left;
    }
    .lang {
        right: 10px;
    }
    .AboutDRSSupreme .aboutContent {
        margin-top: 30px;
    }
}



/*-----------Semi Finalist ------*/
.SemiFinalist {
    height: 210px;
}
.SemiFinalist .container {
    text-align: center;
    padding: 50px;
    height: 100%;
}

.voteFinalist {
    height: auto;
}
.voteFinalist .container {
    display: block;
    text-align: center;
    padding: 50px;
    padding-bottom: 30px;
    height: 100%;
}

.voteContent {
    display: inline-block;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
.voteContent .col-1-2:first-of-type {
    border-right: 1px solid #c7c7c7;
;
    margin-right: 30px;
    margin-left: -30px;
}

.SemiFinalistContent {
    position: relative;
    width: 100%;
    display: inline-block;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/grand-final-ticket-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}

.SemiFinalistContent .container {
    display: block;
    margin-top: 50px;
}
.SemiFinalist h1 {
    width: 100%;
    font-size: 40px;
    margin: auto auto;
}
.voteFinalist h1 {
    width: 100%;
    font-size: 40px;
    margin: auto auto;
}
.voteFinalist strong {
    color: #6d6ea6;
}
.formContent {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.SemiFinalistDetailContent {
    position: relative;
    width: 100%;
    display: inline-block;
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/grand-final-ticket-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}
.SemiFinalistDetailContent  .uk-slidenav {
     padding: 5px 10px;
    color: rgb(255 255 255 / 50%);
    transition: color .1s ease-in-out;

}
.SemiFinalistDetailContent .container {
    display: block;
    margin-top: 50px;
}
.SemiFinalistDetailContent .uk-panel:hover {
    border-radius: 20px;
    border: 1px solid #6d6ea6;
     transition: opacity 3s;
}
.SemiFinalistDetailContent .col-1-3 {
    padding-right: 50px;
}

.SemiFinalistDetailContent h1 ,
.SemiFinalistDetailContent h2,
.SemiFinalistDetailContent p {
    color: #ffffff;
}



#contestantList {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px 20px;

}
.contestant {
    /*position: relative;*/
    float: left;
    width: 18%;
    min-width: 220px;
    /*margin-right: 3%;
    margin-bottom: 50px;*/
    background: #f3e3dc;
    border-radius: 20px;
}
.contestant a {
    color: #000000;
}
.contestantImage img {
    border-radius: 20px 20px 0 0;
}
.contestantDesp {
    position: relative;
    font-family: 'Optima Regular';
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    color: #000000;
    background: #f3e3dc;
    border-radius: 0 0 20px 20px;
}

.contestantPhoto {
    background: #ffffff;
    border-radius: 20px;
    /*height: 200px;*/
    width: 100%;
    margin-bottom: 20px;
}
.contestantPhoto img {
    border-radius: 20px;
}

.contestantBeforeAfterPhoto {
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
}
.contestantName {
    font-weight: bold;
    
}

.socialMediaIcon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.socialMediaIcon .uk-icon {
    color: #bcb7d5;
}
.socialMediaIcon .uk-icon svg {
    width: 30px;
    height: 30px;
}

.SemiFinalistDetailContent .socialMediaIcon {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
}


.voteIcon {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

input[type="checkbox"] {
    display: none;
}
input[type="radio"] {
    display: none;
}

.note {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.note p {
    color: #f9dbeb;
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 1024px) {
    .SemiFinalist {
        height: 150px;
    }
    .SemiFinalist .container {
        padding: 30px;
    }
    .SemiFinalist h1 {
        font-size: 2rem;
    }
    
    .voteFinalist .container {
        padding: 20px;
    }
    .voteFinalist h1 {
        font-size: 2rem;
    }
    .voteContent {
        width: 100%;
    }
    .voteContent .col-1-2:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #c7c7c7;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
     .voteContent .col-1-2{
        width:100%;
        float: none;
    }
    .formContent {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
   
}
@media (max-width: 560px) {
    .SemiFinalist {
        height: 120px;
    }
    .SemiFinalist h1 {
        font-size: 1.4rem;
    }
    .voteFinalist h1 {
        font-size: 1.4rem;
    }
   
    .SemiFinalistDetailContent .col-1-3 {
        position: relative;
        width: 100%;
        padding-right: 20px;
        float: none;
    }

    .SemiFinalistDetailContent .col-2-3 {
        width: 100%;
        float: none;
    }

    .SemiFinalistDetailContent .col-1-6 {
        width: 220px;
        float: none;
    }
    .SemiFinalistDetailContent .col-1-2 {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .SemiFinalistDetailContent .col-2-6 {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    #contestantList {
    display: flex    ;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 30px 10px;
    }
    .contestant {
        min-width: 180px;
    }
    .SemiFinalistDetailContent .contestantPhoto{
        width: 180px;
        float:left;
    }
    .SemiFinalistDetailContent .contestantInfo {
        float: left;
        padding-left: 20px;
    }
    .SemiFinalistDetailContent .socialMediaIcon {
        position: absolute;
        bottom: 0;
    }
    .uk-position-small {
        margin: 0;
        --uk-position-margin-offset: 0px;
    }
    .uk-position-center-left {
        left: -20px;
    }
    .uk-position-center-right {
        right: -20px;
    }

}
@media (max-width: 480px) {
    
    
    .contestant {
        min-width: 150px;
    }
    .SemiFinalistContent .contestant {
        min-width: 170px;
    }
    .SemiFinalistContent .socialMediaIcon {
        right: 10px;
        bottom: 10px;
    }
    .SemiFinalistContent .socialMediaIcon .uk-icon svg {
        width: 20px;
        height: 20px;
    }
    .SemiFinalistContent .contestantDesp {
        padding:10px;
    }
}
@media (max-width: 430px) {

    .SemiFinalistContent .contestant {
        min-width: 150px; 
    }
}


/*-----------I am Supreme ------*/
.IamSupreme {
    background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/grand-final-ticket-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 210px;
}
.IamSupreme .container {
    text-align: center;
    padding: 50px;
    height: 100%;
    /* background-image: url('https://resource.bwlgroup.com/DRS-Supreme/images/grand-final-ticket-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}
.IamSupreme h1 {
    color: #ffffff;
    width: 100%;
    font-size: 40px;
    margin: auto auto;
}
.IamSupremeContent {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fcdbeb;
    min-height: 500px;
}
.IamSupremeContent .container {
    display: block;
    margin-top: 50px;
}
.IamSupremeDetail .contestantDetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 10px 20px; */
}
.IamSupremeContent .socialMediaIcon {
    position: relative;
    float: none;
    right: auto;
    bottom: auto;
}
.IamSupremeContent h3 {
    color: #5b6a95 !important;
}

.IamSupremeDetail .contestantName {
    float: left;
    margin-right: 50px;
}
.IamSupremeDetail .contestantInfo {
    float: left;
}
.week {
    width: 49%;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .IamSupreme {
        height: 150px;
    }
    .IamSupreme .container {
        padding: 30px;
    }
    .IamSupreme h1 {
        font-size: 2rem;
    }
}
@media (max-width: 560px) {
    .IamSupreme {
        height: 120px;
    }
    .IamSupreme h1 {
        font-size: 1.4rem;
    }
    .IamSupremeDetail .contestantInfo {
        float: right;
    }
    .week {
    width: 100%;
}
}

.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: rgb(145 145 145 / 44%);
}


/* Voting Form */
.voteIcon label input[type="radio"] {
    content: "";
    background: url('https://resource.bwlgroup.com/DRS-Supreme/images/vote-icon-uncheck.svg') no-repeat;
    z-index: 10;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: -2px 6px 0 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    cursor: pointer;
}

.voteIcon label:before {
    content: "";
    background: url('https://resource.bwlgroup.com/DRS-Supreme/images/vote-icon-uncheck.svg') no-repeat;
    z-index: 10;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: -2px 0 0 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    cursor: pointer;
}


.voteIcon :checked + label:before {
    content: "";
    background: url('https://resource.bwlgroup.com/DRS-Supreme/images/vote-icon.svg') no-repeat;
    z-index: 10;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    cursor: pointer;
}

.votingContainer {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
}
.votingForm {
    margin-top: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}

@media (max-width: 1024px) {
        .votingContainer {
        padding: 30px;
    }
}

/*----Cognito Form----*/
html .cog-form__container, :root:root:root:root:root .cog-form__container{
    background: none !important;
    font-family: 'Optima Regular' !important;
    font-size: 16px;
}
.cog-4,
.cog-3,
.cog-4 .cog-label,
.cog-3 .cog-label {
    font-family: 'Optima Regular' !important;
    font-size: 15px;
    --highlight: none;
}
.cog-asterisk, :root:root:root:root:root .cog-asterisk {
    position: absolute;
    margin-left: .2em;
    content: "*";
    color: #e20798;
}

.cog-cognito--styled .cog-button--primary, :root:root:root:root:root .cog-cognito--styled .cog-button--primary {
    text-align: center;
    white-space: nowrap;
    padding: 12px 80px !important;
    background: url('https://resource.bwlgroup.com/DRS-Supreme/images/button-back.svg') center no-repeat !important;
    background-size: cover ;
    border-radius: 20px !important;
    font-weight: 700;
    border: none  !important;
    display: inline-block;
    cursor: pointer;
    color: #000000;
        --button-primary__color: #000000;
    --button-primary__font-family: 'Optima Regular' !important;
}
.cog-cognito--styled .cog-body a, :root:root:root:root:root .cog-cognito--styled .cog-body a {
    color: #6d6ea6;
    font-weight: var(--a__font-weight, normal);
}
@media (max-width: 1024px) {
        html .cog-form__container, :root:root:root:root:root .cog-form__container{
            background: none !important;
            font-family: 'Optima Regular' !important;
            font-size: 14px;
        }
        .cog-4,
        .cog-3,
        .cog-4 .cog-label,
        .cog-3 .cog-label {
            font-family: 'Optima Regular' !important;
            font-size: 14px;
            --highlight: none;
        }
}