body {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    height:100%;padding: 0;
}

.overlay {
    z-index: 10001;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    padding-top: 10%;
}

.fg-funkyOrange {
    color: #ff8800 !important;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

[id^=sb-] {
    display: inline-block;
}

.spin {
    webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.surveyh2 {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.00em;
    display: block;
    text-align: left;
    font-weight: 300;
    padding: 2% 6% 0.5% 6%;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 0px;
    word-wrap: break-word;
}

@media only screen and (max-width: 800px) {
    .surveyh2 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyh2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding: 2% 2% 1% 2%;
    }
}

.surveyh2inline {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .surveyh2inline {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 600px) {
    .surveyh2inline {
        font-size: 1.4rem;
    }
}

.surveytextarea {
    font-family: 'Roboto', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden !important;
    outline: none;
    border: none;
    background-color: white !important;
    resize: none !important;
    font-size: 2rem !important;
    font-weight: 100 !important;
    word-wrap: break-word;
    width: 100%;
    border-bottom: 2px solid transparent !important;
    margin-bottom: 0%;
    padding: 1.5% !important;
    transition: border-color 1.5s ease;
    box-shadow: 3px 5px 15px -2px rgba(0, 0, 0, 0.75);
}



.containertotal {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
    color: black;
    background-color: white;
    margin-left: 27%;
    margin-right: 27%;
}


@media only screen and (max-width: 1100px) {
    .containertotal {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.logosize {
    max-height: 100px;
    max-width: 280px;
    margin: 1% 0 1% 0;
}

.tellodylogosize {
    max-width: 100px;
}

@media only screen and (max-width: 1100px) {
    .tellodylogosize {
        max-width: 90px !important;
    }
}

@media only screen and (max-width: 800px) {
    .tellodylogosize {
        max-width: 80px !important;
    }
}

@media only screen and (max-width: 600px) {
    .tellodylogosize {
        max-width: 70px !important;
    }
}

@media only screen and (max-width: 400px) {
    .tellodylogosize {
        max-width: 60px !important;
    }
}

.postpaid .tellodylogosize {
    max-width: 75px;
}

@media only screen and (max-width: 1100px) {
    .postpaid .tellodylogosize {
        max-width: 70px !important;
    }
}


@media only screen and (max-width: 600px) {
    .postpaid .tellodylogosize {
        max-width: 65px !important;
    }
}

@media only screen and (max-width: 400px) {
    .postpaid .tellodylogosize {
        max-width: 60px !important;
    }
}


.windbluelogosize {
    max-width: 120px;
}

@media only screen and (max-width: 1100px) {
    .windbluelogosize {
        max-width: 110px !important;
    }
}

@media only screen and (max-width: 800px) {
    .windbluelogosize {
        max-width: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .windbluelogosize {
        max-width: 90px !important;
    }
}

@media only screen and (max-width: 400px) {
    .windbluelogosize {
        max-width: 80px !important;
    }
}


.fullwidth {
    width: 100%;

}

.poweredby {
    font-size: 80%;
    font-weight: 100;
    margin-bottom: 0%;

}

.officialrules {
    font-size: 95%;
    font-weight: 300;
    padding-bottom: 1%;
    color: gray;
    text-align: center;

}

#instantWinParticipationRulesPopup {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
}

#instantWinParticipationRulesPopup .rulesContainerTitle {
    width: 100%;
    background-color: #f80;
    color: #fff;
    border-bottom: 1px solid #000;
    padding: 5px;
}

#instantWinParticipationRulesPopup .rulesContainer {
    position: relative;
    margin: 0 auto;
    top: 5%;
    left: 0;
    right: 0;
    width: 90%;
    margin-left: 5%;
    background-color: #fff;
    border: 1px solid #f80;
}

#openRulesPopup {
    text-decoration: underline;
}

#openRulesPopup:hover {
    color: #f80;
    cursor: pointer;
}

#closeRulesPopup {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: -1px -1px 0px 0px;
    background-color: #9a1616;
    cursor: pointer;
}

#closeRulesPopup:hover {
    background-color: #e51400;
}

#closeRulesPopup > i {
    font-size: 1rem;
    padding: 26% 13px;
    text-align: center;
}

#rulesFooterNote {
    white-space: pre-wrap;
    display: none;
}

#rules {
    overflow-y: scroll;
    max-height: 85vh;
    overflow-x: hidden;
    padding: 2%;
    width: 100%;
    font-size: 2rem;
    color: #000;
    white-space: pre-wrap;
}

#msisdn-flag {
    position: absolute;
    right: 8%;
    margin-top: 3%;
}

.mobile {
    padding-right: 4%;
}

.pre {
    white-space: pre-wrap;
}

.privacy-policy-outer {
    display:inline-block;
    margin:0px;
    vertical-align:top;
    width:87%;
    text-align:left;
}

.bg-cyan {
  background-color: #1ba1e2 !important;
}

.fg-white {
  color: #ffffff !important;
}

.dataNullifyButton {
  margin: 4% !important;
}

.button.small, button.small {
  padding: 2px 10px;
  font-size: 11.9px;
}

.button {
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle !important;
  background-color: #d9d9d9;
  border: 1px transparent solid;
  color: #222222;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: auto;
}