@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);

/*
    font-family: 'Montserrat', sans-serif;
*/


/* general */

html {
    min-height: 100%;
    height: 100%;
    position: relative;
}
body {
    position: relative;
    min-height: 100%;
    height: 100%;
    color: #fff;
    background: #0e0e0e url(../images/bg.jpg) repeat center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

.hidden {
  display: none !important;
}

/* CONTENT */

.content {
    min-height: 100%;
    max-width: 606px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px 30px;
    text-shadow: 0px 0px 3px #000;
}
.text {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

/* step */

.stepbox {
    padding: 50px 30px 43px;
    margin: auto 0 0;
    position: relative;
    z-index: 1;
}

.steps {
    padding: 0 30px 15px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step span {
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    font-size: 18px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.step span.oneclick {
  font-size: 1.25em;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 25px;
}

.step span.otheremailsspan {
  color: #000;
  display: inherit;
  font-size: 15px !important;
}
.firstStep {
    cursor: pointer;
}

.firstStepDefault {
    cursor: default;
    pointer-events: none;
}
.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.country {
  width: calc(30% - 10px);
}

.region {
  width: 70%;
}

.buttonnext {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.video-girl {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    height: 70px;
    line-height: 70px;
    float: none;
    margin: 10px 0 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    text-decoration: none;
    outline: 0;
}
input,
select {
    background: #fff;
    color: #111;
    border: 1px solid #999;
    padding: 0 2%;
    float: none;
    font-size: 20px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
button {
    background-image: url(../images/background.jpg) !important;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    color: #fff;
}

input#agreement-checkbox:checked {
    background-color: #ff5f89;
    box-shadow: inset 0 0 0 3px #fff;
}

.agreement-checkbox-firstlabel input[type="checkbox"] {
    width: 22px;
    height: 22px;
    top: -1px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #aaa;
}

.agreement-checkbox-secondlabel {
    padding-left: 6px;
}

.terms {
  display: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 12px;
}

.terms a {
  color: #ff5f89;
  font-size: 12px;
  text-decoration: underline;
}

.termsnew {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 10px;
  line-height: 1.6;
}

.termsnew::-webkit-scrollbar {
    width: 10px;
}

.termsnew::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
.termsnew::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.6); 
    border-radius: 10px;
}

.termsnew::-webkit-scrollbar-thumb:hover {
    background: #ff5f89; 
}

#errors {
  display: none;
}

#errors {
  text-align: center;
  color: #d40000;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  white-space: nowrap;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  overflow: scroll;
  text-overflow: ellipsis;
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}

#errors::-webkit-scrollbar {
  display: none;
}

.btn-con.oauth .btn-oauth * {
  text-shadow: none !important;
  padding-top: 0 !important;
  text-transform: none;
}

.btn-con.oauth .btn.btn-microsoft-oauth {
  border: solid 1px #2f2f2f;
  background: #2f2f2f;
  color: #fff
}

.btn-con.oauth .btn.btn-microsoft-oauth span.icon-bg {
    border: 2px solid #2f2f2f;
}

.btn-con.oauth .btn.btn-microsoft-oauth i.icon {
  left: 12px;

}

.btn-con.oauth .btn.btn-microsoft-oauth span:last-child {
  font-weight: 300;
}

.btn-con.oauth .btn.btn-google-oauth, .btn-con.oauth .btn.btn-yahoo-oauth, .btn-con.oauth .btn.btn-microsoft-oauth {
  width: 338px;
}

.btn-con.oauth .btn.btn-otheremails-oauth {
  max-width: 100%;
  width: 338px;
  padding: 15px;
  border-radius: 0;
  position: relative;
  margin: 5px auto 0;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.btn-con.oauth .btn.btn-otheremails-oauth {
  border: solid 1px #000;
  background: #fff;
}

.btn-con.oauth .btn.btn-otheremails-oauth span.icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 46px;
  height: 100%;
  background: #fff;
}

.btn-con.oauth .btn.btn-otheremails-oauth span.icon-bg {
  border: 2px solid #fff;
}

.btn-con.oauth .btn.btn-otheremails-oauth i.icon {
  z-index: 10;
  width: 30px;
  position: absolute;
  height: 19px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;    
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.country {
  width: calc(30% - 10px);
}
.region {
  width: 70%;
}
.full {
  width: 100%;
}


/* header */

.header {
    position: relative;
    width: 100%;
    padding: 27px 0 10px;
}
.header__logo {
    margin: 0 auto;
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1) drop-shadow(0px 0px 2px #000);
}

.autocomplete-items {
    margin-top: -10px;
    border-radius: 10px;
}

.autocomplete-items div {
    color: #000000;
}

.autocomplete-items div:first-child {
    border-radius: 10px 10px 0 0;
}

.autocomplete-items div:last-child {
    border-radius: 0 0 10px 10px;
}
.autocomplete-items div:only-child {
    border-radius: 10px;
}
@media (max-width: 750px) {
    .header {
        padding-top: 20px;
    }
}

/* sidebar */

.sidebar {
    position: absolute;
    right: 24px;
    top: 8vh;
}
.sidebar__item {
    padding-top: 28px;
}
.sidebar img {
    margin: 0 auto;
}
@media (max-width: 750px) {
    .sidebar {
        right: 12px;
    }
    .sidebar__item {
        padding-top: 16px;
    }
}
@media (max-height: 700px) {
    .sidebar img {
        max-width: 32px;
    }
    .sidebar__item:first-child img {
        max-width: 48px;
    }
}

/* footer */

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    background-color: #000;
    position: relative;
}
.footer::after {
    content: "@hotpussy666";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -36px;
    left: 48px;
    text-transform: uppercase;
}
.footer__item {
    width: 100%;
}
.footer__item img {
    margin: 0 auto;
}

/* vegas */

.video-slide,
.video-slide-opt {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .content {
        max-width: 100%;
    }
    .title {
        padding-bottom: 20px;
    }
    .text {
        padding-bottom: 15px;
    }
    .footer {
        padding: 11px 10px;
    }
}

@media only screen and (max-width: 500px) {
    .steps {
        padding: 0 0 15px;
    }
    .title {
        text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
        font-size: 20px;
        line-height: 24px;
    }
    .step span {
        text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
        font-size: 16px;
    }
    .step span.oneclick {
      font-size: 1.15em;
    }

    input, select {
        height: 50px;
        line-height: 40px;
        margin: 0 0 5px;
        font-size: 18px;
    }
    .video-girl {
        height: 50px;
        line-height: 40px;
        font-size: 22px;
    }
    .footer::after {
        left: 30px;
    }
    #errors {
      font-size: 14px;
    }

    .autocomplete-items {
        margin-top: -5px;
    }

}