@import url('//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,400italic,500,500italic,700italic,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');

.rte a:not(.btn):after, .rte-setting a:not(.btn):after {
content: none;
}
.rte a:not(.rte__image), .rte-setting a:not(.rte__image) {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    display: inline-block;
}

#BARRE-GRID {
    background-image:url("https://cdn.shopify.com/s/files/1/2032/5049/files/account-background.png?1283");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 1em 1em 1em 1em;
}

#BARRE-FNDR-WNDW {
    margin: auto;
    max-width: fit-content;
    padding-bottom: unset;
}

.nudemeter-container{
  background-color:#FFFFFF;
  border-radius: 30px;
  padding: 50px 50px;
}

.slider-content button,
.slider-content button:focus,
.slider-content button:active,
.slider-content input,
.slider-content input:focus,
.slider-content input:active {
    outline: none;
}
.centeredPart {
    margin: 0 auto;
    width: 380px;
}
.centeredPart.wide {
    width: 90%;
}
.centeredPart h4 {
    width: 87%; 
    text-align: right; 
    padding-bottom: 10px;
    margin:0;
}
.rightPart{
    color: #737373;
    background-color: #E7E6E6;
    float:left;
    margin-left: 0px;
    width: 270px;
}
.rightPart a{
    color: #737373;
}
.rightPart table td{
    border: none;
    padding: 4px;
    font-size: 15px;
}
.videoWrapper #mainTextPhone {
    display: none;
}
.videoWrapper #mainTextDefault {
    font-size:24px;
    display: block;
}

.videoWrapper .btn {
  display:block;
}

.videoWrapper video {
  width:720px;
  height:470px;
}

.nudemeter-container .text-link {
  border-bottom:none;
}

.nudemeter-container .hidden-element {
    display: none;
}
.slider-content ul li:last-child {
    position: relative;
}
/* btn rules start */
.nudemeter-container .btn {
    text-transform: none;
}
#nudemeterWifi1{
    text-align: center; 
    margin-top: 25px; 
/*     white-space: nowrap;  */
    overflow: hidden; 
    display: none; 
    color: #737373; 
    font-weight: normal; 
    font-size: 15px;
    margin-left: 0px;
}
#nudemeterWifi2{
    text-align: center; 
    color: #8d9298; 
    font-size: 16px; 
/*     white-space: nowrap;  */
    overflow: hidden; 
    display: none;
}
.nudemeter-container .btn.btn-double-high {
    color: #ffffff;
    background-color: #3b3b3b;
    border-color: #000000;
    height: 52px;
    line-height: 18px;
}

.nudemeter-container .btn.btn-gold, .videoWrapper .btn.btn-gold {
    border-color: #643922;
    background-color: #643922;
    color: #ffffff;
}

.nudemeter-container .btn.btn-gold:hover, .videoWrapper .btn.btn-gold:hover {
    background-color: #ffffff !important;
    color: #643922;
}

.nudemeter-container .btn.btn-silver {
    border-color: #A9AAAD;
    background-color: #A9AAAD;
    color: #ffffff;
    font-family: Montserrat;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 34px;
}
.nudemeter-container .btn.btn-silver:hover {
    background-color: #ffffff;
    color: #A9AAAD;
}
.nudemeter-container .btn{
    border: 2px solid transparent;
}
.nudemeter-container .btn.btn-double-high:hover{
    background-color: #ffffff;
    color: #3b3b3b;
    border-color: #737373;
}

.breadcrumb{
	display:none;
}

/* btn rules end */

.nudemeter-container .has-error {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    color: #f9211c;
    font-size: 16px;
    font-weight: normal;
}

/* slider start */
.slider-section {
    min-height: 400px;
    text-align: center;
}
.nudemeter-container .slider-section p {
    font-size: 20px;
    margin: 20px 0 20px;
    color: black;
    font-family: Roboto;
    letter-spacing: normal;
}

.slider-section > div {
    margin: 0 auto;
}

.slider-section > div ul {
    text-align: left;
}
.slider-section .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  	padding: 10px;
}
.slider-section .slider-content p {
    font-size: 18px;
    line-height: 25px;
}
.slider-section .slider-content .quiz-and-title {
    width: 100%;
    height: 340px;
}

.slider-section .slider-content .skin-color-and-title {
    width: 100%;
    height: 340px;
}

.slider-section .slider-content .quiz-and-title ul {
    list-style-type: none;
    padding-top: 15px;
    font-family: Roboto;
    font-size:18px;
    line-height: 20px;
    margin: 0 0 20px 0px;

}
.slider-section .slider-content .quiz-and-title .list-unstyled .radio {
    padding-left: 20px;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
}
.slider-section .slider-content .quiz-and-title .list-unstyled label {
    color: rgb(59, 59, 59);
    font-family: Roboto;
    font-size: 18px;
    padding-left: 0px; 
    margin-bottom: -2px;
   	text-transform:none;
    letter-spacing: 0em;
}
.slider-section .slider-content .quiz-and-title .list-unstyled li{
    margin-bottom: 0.25em;
    letter-spacing: 0px;
}

.slider-section .slider-content .back-next {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.slider-section .slider-content .back-next .btn-silver {
    width: 120px;
}
.slider-section .slider-content .back-next .btn-gold {
    margin: 0;
    margin-left: 30px;
    width: 210px;
}

.slider-section .slider-content .action-section .btn, .videoWrapper .btn {
    height: auto;
    width:100%;
    font-weight: normal;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 32px;
    border-radius: 0px;
}
#guests-section {
    height: 190px;
}
.slider-content ul {
    width: 100%;
    font-size: 18px;
/*     padding-left: 20px; */
}

.slider-content .checkbox {
    margin-bottom: 11px;
}
.slider-content .checkbox input[type="checkbox"],
.slider-content .radio input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 10px;
    position: static;
    float: left;
}

.slider-content .checkbox input[type="checkbox"] {
    margin-left: 20px;
}

#agreeCheckBox {
    margin-left: 0px;
  	margin-right: 5px;
}


.slider-content .radio input[type="radio"] {
    -webkit-appearance: radio;
}
.slider-content .checkbox input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

#greeting {
    height: 350px;
    color: black;
}
#greeting p {
    padding: 10px 0;
}
#greeting .action-section {
    width: 266px;
}
#greeting .action-section .btn a {
    color: #737373;
}
#greeting .action-section .btn-double-high {
    margin-top: 0px;
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
}
.arrowRight{
    background-image: url(//cdn.shopify.com/s/files/1/2032/5049/t/18/assets/triangle.png?12093);
    background-repeat: no-repeat;
    background-position: 90%;
}
.slider-section #greeting .nudebarreAcc{
    width:275px;
    color: #737373; 
    font-weight: normal; 
    font-size: 15px; 
    margin: 0px; 
    vertical-align: bottom; 
    line-height: normal; 
    padding-top: 52px;
}
.slider-section #greeting .knowNudest{
    color: #737373; 
    font-weight: normal; 
    font-size: 15px; 
    margin: 0px; 
    vertical-align: bottom; 
    line-height: normal; 
    padding-top: 50px;
}

.subtitle{
    color: #737373;
}

#skin-tone-image {
    height: 15%;
  	margin-bottom: 5%;
  	text-align : center;
}

#skin-tone{
    height: 100%;
}

#slider {
	overflow: hidden;
  	cursor: pointer;
  	height : 40px;
}

#tracking-ball{
    width: 10px;
    height: 10px;
   	position: relative;
}


#take-a-photo-mobile {
    max-width: 360px;
}
#take-a-photo-mobile img {
    width: 380px;
}
#take-a-photo-mobile .action-section {
    margin: 35px 10px 20px;
    max-width: 270px
}

#take-a-photo-desktop {
    min-width: 400px;
    min-height: 400px;
    margin-top: 40px;
}
#take-a-photo-desktop span {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: normal;
}
#take-a-photo-desktop span.title-drag {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-family: Roboto;
}
#take-a-photo-desktop label {
    color: #8c8c8c;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
    font-family: Roboto;
}

#take-a-photo-desktop {
    min-width: 400px;
    min-height: 400px;
    margin-top: 40px;
}
#take-a-photo-desktop .slider-content {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
#take-a-photo-desktop.drag-drop .drag-description {
    display: block;
    padding: 110px 0;
    font-size: 22px;
    line-height: 26px;
    color: #8c8c8c;
}
#take-a-photo-desktop.drag-drop .drag-wrapper {
    border: 2px solid #b9b9b9;
    background-color: #f9f9f9;
    padding: 15px;
    width: 400px;
    height: 400px;
    cursor: pointer;
}
#take-a-photo-desktop.drag-drop .drag-container {
    border: 2px dashed #c1c1c1;
    padding: 10px;
    width: 365px;
    height: 365px;
}
#take-a-photo-desktop.drag-drop.dropping .drag-wrapper {
    border: 2px solid #b1b1b1;
}
#take-a-photo-desktop.drag-drop.dropping .drag-container {
    border-color: transparent;
}
#take-a-photo .selfie {
  	margin-bottom: 20px;
}
#match {
    max-width: 400px;
    height: 525px;
}
#match img {
    max-width: 205px;
}

#match .your-choice {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 8px;
}
#match .your-choice .skin-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
    align-items: center;
    font-family: Roboto;
    color: rgb(0, 0, 0);
    font-size: 12px;
    white-space: nowrap;
}
#match .your-choice .skin-control img {
    max-width: 40px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
#match .your-choice .current-skin {
    width: 75px;
    height: 75px;
}
.container-fluid.wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#great {
    max-width: 420px;
    height: 350px;
}
#great p {
    padding-top: 100px;
}
#great .action-section {
    min-width: 260px;
}

#skin-react {
    max-width: 385px;
    height: 400px;
}
#skin-react p {
    padding-top: 30px;
}
#skin-react .action-section {
    min-width: 260px;
}

#general-skin-color {
    max-width: 385px;
    height: 400px;
}
#general-skin-color p {
    padding-top: 30px;
}
#general-skin-color .action-section {
    min-width: 260px;
}

#season {
    max-width: 385px;
    height: 400px;
}
#season p {
    padding-top: 30px;
}

#tan-today {
    max-width: 385px;
    height: 400px;
}
#tan-today p {
    padding-top: 30px;
}

#undertone {
    max-width: 385px;
    height: 400px;
}
#undertone p {
    padding-top: 30px;
}

#veins {
    max-width: 385px;
    height: 400px;
}
#veins p {
    padding-top: 30px;
}
#veins ul {
/*     padding-left: 20px; */
}

#favorite-color {
    max-width: 385px;
    height: 400px;
}
#favorite-color p {
    padding-top: 30px;
}

#registration {
    max-width: 350px;
    min-height: 460px;
}
#registration p {
    padding-top: 10px;
}
#registration .facebook {
    background: url(//cdn.shopify.com/s/files/1/1223/9476/files/facebook-logo-png-white-i6_large.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c74c4), color-stop(100%, #3b5998));
    background-size: 25px 25px, cover;
    background-position: 10px center, center center;
    background-repeat: no-repeat, repeat;

    padding-left: 35px;
    padding-right: 0px;
    height: 35px;
    border: none;
    display: block;
    border-radius: 15px;
    color: white;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    width: 205px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px grey;
    text-shadow: rgba(0, 0, 0, 0.4) -1px -1px 0;

}

#registration .slider-content .one-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#registration .slider-content input[type="text"],
#registration .slider-content input[type="password"],
#registration .slider-content input[type="email"] {
    width: 335px;
}
#registration .slider-content span {
    font-size: 16px;
    padding-bottom: 20px;
    color: #3b3b3b;
    font-family: Roboto;
}
#registration .slider-content .one-row input {
    min-width: 100px;
    max-width: 160px;
}
#registration .slider-content .checkbox {
    font-size: 14px;
}
#registration .slider-content .checkbox a {
    color: #5B9BD5;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;

}
/* slider end */

#nudemeterAgreementCheckbox label{
    font-size: 13.5px;
    font-family: Roboto;
    padding-left: 0px;
    text-align: left;
}
#nudemeterAgreementCheckbox {
    color: #3b3b3b;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-family: Roboto;
}

/*-------*/
.nudemeter-container h1 {
    font-family: Montserrat;
    font-size: 38px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    color: rgb(0, 0, 0);
    letter-spacing: 0.13px;
}
.nudemeter-container h4 a {
    color: black;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    .rightPart {
        margin-left: 0px;
        width: 320px;
    }
    .leftPart {
        width: 370px;
    }
    .container {
        width: 1100px;
    }
    .col-sm-12 {
        padding-left: 4px;
    }
}
@media screen and (max-width: 1100px){
    .container {
        width: 1020px;
        margin-left: 4px;
    }
    .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .rightPart {
        margin-left: 20px;
        width: 265px;
    }
    .container-fluid.wrapper {
        margin-right: auto;
    }    
}
@media screen and ( max-width: 1024px){
  .centeredPart {
        width: 293px;
  }
  .leftPart {
        width: 360px;
  }
  .slider-section .slider-content .action-section .btn, .videoWrapper .btn {
        margin-top: 25px;
  }
  .slider-section #greeting .nudebarreAcc {
        padding-top: 42px;
  }
  #greeting .action-section .btn-double-high {
        padding-top: 2px; 
  } 
}
@media screen and ( max-width: 991px){
    .container {
        width: auto;

    }
    .leftPart {
        display: none;
    }
    .centeredPart{
        width: 370px;
        margin-left: 100px;
    }
    .centeredPart h4{
        width: 85%;
    }
    .rightPart {
        margin-left: 60px;
        width: 353px;
    }
    .videoWrapper video {
        width: 500px;
        height: 348px;
    }
    .slider-section .slider-content .action-section .btn, .videoWrapper .btn {
        margin-top: 40px;
    }
    .slider-section #greeting .nudebarreAcc {
        padding-top: 52px;
    }
    #greeting .action-section .btn-double-high {
        padding-top: 7px;
    } 
  
}
@media screen and (max-width: 800px){
   .centeredPart{
        margin-left: 20px;
   }
   .rightPart{
        margin-left: 50px;
        width: 320px;
   }
}

@media screen and (max-width: 666px){
   .centeredPart{
        margin-left: 0px;
   }
}

@media screen and (max-width: 646px){
   .centeredPart {
        width: 350px;
    }
    .centeredPart h4{
        width: 89%;
    }
    .slider-section .slider-content .action-section .btn {
        margin-top: 6px;
    }
    .rightPart {
        margin-left: 10px;
        width: 230px;
    }
}
@media screen and (max-width: 591px){
    .rightPart {
        margin-left: 0px;
    }
    .slider-section .slider-content .action-section .btn {
        margin-top: 8px;
    }
    .centeredPart {
        width: 281px;
    }
    .centeredPart h4 {
        width: 93%;
    }
    
}
@media screen and (max-width: 537px){
  .rightPart {
    width: 180px;
  }
  .leftPart{
    margin-right: 5px;
  }
}
@media screen and (max-width: 530px){
    .videoWrapper video {
        width: 400px;
        height: 290px;
    }
}
@media screen and (max-width: 490px){
  .centeredPart {
    width: 100%;
  }
  .slider-section #greeting .nudebarreAcc{
    padding-top: 35px;
  }
  .slider-section #greeting .knowNudest{
    padding-top: 33px;
  }
  .rightPart {
     width: 266px;
     margin-left: 97px; 
  }
}
@media screen and (max-width: 481px){
   .rightPart {
      width: 266px;
      margin-left: 106px;
   }
}
@media screen and (max-width: 450px){
   .videoWrapper video {
        width: 300px;
        height: 235px;
    }
}
@media screen and (max-width: 425px){
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .rightPart {
        margin-left: 78px;
    }
    .videoWrapper .mainText{
        line-height: 1.3;
    }
    .videoWrapper #mainTextDefault {
        display: none;  
    }
    .videoWrapper #mainTextPhone {
        display: block;
    }
    
}
@media screen and (min-width: 600px) {
    .nudemeter-container h1 {
        font-size: 40px;
    }
  
      font-size: 12px;

}
@media only screen and (max-width: 420px) {
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 18px;
    }
    #match {
        height: 580px;
    }
    #match .your-choice {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    #match .your-choice .skin-control {
        width: 200px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 90px;
    }

    #match .your-choice .current-skin {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    #match .slider-section .slider-content {
        height: 100%;
    }
    #greeting, #take-a-photo {
        height: 80%;
    }
    .slider-section .slider-content p {
        font-size: 18px;
        line-height: 25px;
    }
   .slider-section .slider-content {
        font-size: 18px;
        line-height: 25px;
     	padding: 0px !important;
    }
    .nudemeter-container h1 {
        font-size: 30px;
    }
    .slider-content label {
        font-size: 85% !important;
      	white-space:nowrap;
    }
    #greeting p{
        padding-top: 10px;
    }
    #great {
        height: 160px;
    }
    #great p {
        padding-top: 20px;
    }
    #mgGlass{
        cursor: crosshair;
    }
    .slider-section {
      min-height: 0px;
    }
    .rightPart {
        margin-top: 30px;
        margin-left: 61px;
    }
    .centeredPart h4 {
        width: 85%;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px){
  #agreeCheckBox {
      margin-right: 2px;
  }
  #nudemeterAgreementCheckbox label{
  	font-size:12px;
  }
  #registration .slider-content .checkbox a {
  	font-size:12px;
  }
}

@media only screen and (max-width: 415px){
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 18px;
    }
    .rightPart {        
        margin-left: 70px;
     }
}
@media only screen and (max-width: 412px) {
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 18px;
    }
    .rightPart {
       margin-left: 70px;
    }
  	
}
@media only screen and (max-width: 400px) {
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 18px;
    }
  	#nudemeterAgreementCheckbox label  {
      text-align:center;
  	}  
}
@media only screen and (max-width: 375px) {
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 13px;
    }
    .rightPart {
        margin-left: 52px;
    }
}
@media only screen and (max-width: 360px) {
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 13px;
    }
    #greeting #nudemeterWifi1 {
        font-size: 13px;
    }
    .rightPart {
        margin-left: 44px;
    }

}
@media only screen and (max-width: 320px) {
    #BARRE-GRID {
        background-image:none;
        background-color: #643922;
    }
    .slider-section {
        padding-bottom: 1em;
    }
    .nudemeter-container .slider-section p {
        font-size: 13px;
    }
    .nudemeter-container h1 {
        font-size: 25px;
    }
    .nudemeter-container h3 {
        font-size: 18px;
    }
    .nudemeter-container h4 {
        font-size: 12px;
    }
    .rightPart {
        margin-left: 24px;
    }
    .slider-section .slider-content .action-section .btn, .videoWrapper .btn {
        font-size: 100%;
    }
    #registration .slider-content .checkbox {
        font-size: 13px;
    }
    #create_customer .one-row, #create_customer #email, #create_customer #create_password {
        width: 300px;
        margin-left: 10px;
    }
    #create_customer #first_name input, #create_customer #last_name input {
        width:150px;
    }
}
@media only screen and (max-height: 600px){
	.slider-section .slider-content .skin-color-and-title {
      height: 250px;
    }
    #skin-tone-image {
      height: 25.5%
    }
}
ol.quiz-indicators {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.quiz-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #E3E2E5;
    border-radius: 10px;
}
ol.quiz-indicators li:last-child {
    margin: 1px;
}

.greeting.pass {
    background-color: #F7D5CA;
}
.general-skin-color.pass {
    background-color: #FFF1DA;
}
.skin-react.pass {
    background-color: #FFE8B8;
}
.great.pass {
    background-color: #F6DAA9;
}
.season.pass {
    background-color: #E0AF78;
}
.tan-today.pass {
    background-color: #C39D6B;
}
.veins.pass {
    background-color: #A8855B;
}
.favorite-color.pass {
    background-color: #816544;
}
.take-a-photo.pass {
    background-color: #5C472F;
}
.match.pass {
    background-color: #3A2B1D;
}

#create_customer {
    font-family: Roboto;
    font-size: 12px;
}
#create_customer input {
    display: block;
    margin-bottom: 15px;
    padding: 5px 10px;
    line-height: 1.35;
    height: 36px;
    border: 1px solid #cbcbcb;
    font-family: Roboto;
    font-size: 12px;
}
#error-message {
    display: none;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    margin: 0;
    width: 100%;
    border: 1px solid red;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgba(255, 0, 0, 0.11);
}
#message {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    margin: 0;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
#message.error {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.11);
}
.nudest-require-msg {
    background-color: #d9a304;
    padding: 5px;
    text-align: center;
    position: fixed;
    width: 100%;
    font-size: 11px;
    font-family: Montserrat;
    z-index:9999;
}
.nudest-require-msg a{
    text-decoration:underline;
}
#nudemeterUploadNotification{
    color: red;
    display:none;
}
#loading-image{
    width: 50%;
    height: 50%;
}

.videoWrapper {
    background-color: #3b3b3b;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.videoWrapper .mainText {
    color: white;
    font-family: Roboto;
    font-size: 24px;
    padding-top: 25px;
    margin: 0px;
}
.videoWrapper .btn {
    width: 266px;
    height: 48px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
