#popUp {
    font-size: 14px;
    display: inline-block;
    background: white;
    width: 500px;
    height: 300px;
    padding: 25px;
    box-sizing: border-box;
}
#popUp_left {
    vertical-align: top;
    text-align: center;
    background: #ECF4FB;
    display: inline-block;
    width: 170px;
    height: 100%;
}
#popUp_right {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 250px;
    margin-left: 25px;
    height: 100%;
}
#popUp_left > div:first-child {
    font-weight: bold;
}
#popUp_right > div:first-child {
    font-size: 25px;
    font-weight: bold;
}
#popUp_first img {
    width: 150px;
}
#popUp_second img {
    width: 75px;
}
#popUp input {
    margin-bottom: 5px;
    width: 200px;
    padding: 2px;
}
#popUp button {
    padding: 2px 15px;
}

#mini_regform {
    background-image: none;
}
#mini_regform select,
#mini_regform input {
    width: 100%;
}
#mini_regform button,
#popup_regform button {
    background: #56DF53;
    width: 100%;
    border: none;
    padding: 5px;
    border-radius: 6px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: -8px;
}
#popup_regform button:hover,
#mini_regform button:hover {
    background: #77ff75
}

#popup_regform {
    font-size: 14px;
    display: inline-block;
    background: white;
    width: 500px;
    height: 300px;
    padding: 25px;
    box-sizing: border-box;
}
#popup_regform .form-group.focused > .palceholder1 {
    color: black;
}
#popup_regform > div {
    width: 25%;
    margin-right: 5%;
    float: left;
}
#popup_regform img {
    width: 100%;
}
#popup_regform img:first-child {
    margin-bottom: 10px;
}
#popup_regform form {
    width: 70%;
}

.form-group label {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 13px;
  color: darkgrey;
  font-weight: normal;
  padding: 2px 5px;
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-group > .palceholder1 {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 14px;
  color: darkgrey;
  font-weight: normal;
  padding: 2px 5px;
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-group label > input {
  color: black;
  outline: none;
  display: block;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 3;

  border: 1px solid #d9d9d9;
  padding: 0px 20px 0px ;
  background: #ffffff;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
 .form-group.focused label {
  background: #fff;
  font-size: 12px;
  top: -13px;
  left: 5px;
  color:black;
}
.form-group.focused > .palceholder1 {
  font-size: 12px;
  top: -18px;
  left: 10px;
}
.form-group {
    margin-bottom: 20px
}
.has-feedback label~.form-control-feedback {
    top: -2px;
    right:19px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: -3;
    right: 20;
}
.has-feedback .icon-messenger~ .form-control-feedback{
    top: 90px;
    right:24px;
}
.has-feedback .iconeId~ .form-control-feedback{
    top: 4px;
    right:24px;
}
.has-feedback .iconepays~ .form-control-feedback{
    right:19px;

}
.has-feedback .iconecgu~ .form-control-feedback{
    top: -4px;
    right:25px;
}
.has-feedback .form-control-feedback{
    top: 0px;
    right:19px;
}
.input-lg {
    height: 35px !important;
    font-size: 16px !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*VERIFICATION START*/
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* --------------------------  all */
#verification-done .verification-mb-0 {
    font-weight: bold;
}
#verification-done p {
    color: black;
}
#verification-done svg {
    position: relative;
    top: 5px;
}
#verification-done a {
    color: #20C126;
    text-decoration: underline;
}
.verification {
    z-index: 10000000000000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: normal !important;
}
.verification,
.verification *,
.verification *:before,
.verification *:after {
  box-sizing: border-box;
}
.verification-holder {
    background: rgba(0,0,0,.95);
    color: #222223;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: auto;
    font-size: 14px;
    transition: all .2 ease-in;
}
/*show all*/
.verification {
    display: none;
}
.verification.is-active {
    display: block;
    animation: fade .2s ;
    -webkit-animation: fade .2s ;
}
/* --------------------------  loader*/
.verification-loading__loader svg {
  width: 64px;
  height: 64px;

}
.verification-loading__loader svg, .verification-loading__loader path {
  fill: #fff;
}
.verification-loading__loader {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
/*show loader*/
.verification-loading {
    display: none;
}
.verification-loading.is-active {
    display: block;
    animation: fadeZoom .4s;
    -webkit-animation: fadeZoom .4s;
}
/* --------------------------  modal*/
.verification-modal {
    display: border-box;
    background: #fff;
    padding: 1rem;
    width: 100%;
    height: 100%;
    transition: all .2 ease-in;
}
@media (min-width: 768px) {
    .verification-modal {
        max-width: 640px;
        border-radius: 1rem;
        margin: 1rem;
        padding: 3rem;
        width: auto;
        height: auto;
    }
}
@media (min-width: 992px) {
    .verification-modal {
        padding: 3.5rem;
    }
}
/*show modal*/
.verification-modal {
    display: none;
}
.verification-modal.is-active {
    display: block;
    animation: fadeZoom .4s;
    -webkit-animation: fadeZoom .4s;
}
/*others*/
.verification-title {
    font-size: 1.2em;
    margin: 0 0 .2em 0;
    text-align: center;
    font-weight: bold;
    color: #1fc126;
}
#verification-done img {
    position: relative;
    bottom: 3px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

#verification-done .verification-button img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

#verification-done .verification-title {
    margin: 0 0 .2em 0;
    text-align: center;
    color: #50AE4D;
    background: #ddffdd;
    border: 1px solid #50AE4D;
    padding: 10px;
}
#verification-done .verification-button {
    padding: 0.3em 1em;
    font-weight: bold;
    height: auto;
    line-height: auto;
    border: 0;
    background: #1fc126;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    font-size: 1.8em;
    border-radius: 10px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .verification-title {
        font-size: 1.4em;
    }
}
.verification-subtitle {
    font-size: 1em;
    margin-bottom: 1em;
    text-align: center;
    color: #5a5f62;
}
.verification-form {
    padding: 2em;
    background: #eceff1;
    margin: 1em 0;
    border-radius: 4px;
    text-align: center;
    position: relative;
}
@media (min-width: 992px) {
    .verification-form {
        padding: 2em;

    }
}
.verification-form label {
    margin-bottom: 1em;
    font-weight: normal;
}
.verfication-form-group {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.verfication-form-group .form-control {
    line-height: 1 !important;
    max-width: 200px;
    padding: 1em;
    height: auto;
    border: 1px solid #bebfc3;
    border-right: 0;
    box-shadow: none !important;
    border-radius: 4px 0 0 4px;
}
.verification-button {
    padding: 1em 2em;
    font-weight: bold;
    height: auto;
    line-height: auto;
    border: 0;
    background: #1fc126;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;

    border-radius: 0 4px 4px 0;
}
.verfication-invalid {
    color: #f71b1b;
    display: none;
    font-size: .875em;
    margin-top: .4em;
    position: absolute;
    bottom: .5em;
}
.verification-summary {
    margin-top: 1em;
}
.verification-summary__mail {
    margin-bottom: .5em;
}
.verification-summary__text {
    font-size: .875em;
    color: #5a5f62;
}
.verfication-options__menu {
    border-top: 1px solid #e2e8ec;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    display: flex;
    justify-content: space-between;
    font-size: .875em;
}
.verfication-options__menu a {
    color: #0061a2;
    text-decoration: underline;
}
.verfication-options__menu a:hover {
    color: #0061a2;
    text-decoration: none;
}
/* mail*/
.verfication-options__new-mail {
    margin-top: 1em;
}
.verfication-options__new-mail .form-control {
    flex: 1 1 auto;
    max-width: none;
}
/*show mail*/
.verfication-options__new-mail {
    display: none;
}
.verfication-options__new-mail.is-active {
    display: block;
    animation: fade .2s;
    -webkit-animation: fade .2s;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#verification-done .verification-subtitle > p:first-child {
    margin-bottom: 0;
    margin-top: 10px;
}
/* --------------------------  all */
.age-popup {
    z-index: 10000000000000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-weight: normal !important;
}
.age-popup,
.age-popup *,
.age-popup *:before,
.age-popup *:after {
  box-sizing: border-box;
}
.age-popup-holder {
    background: rgba(0,0,0,.95);
    color: #222223;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: auto;
    transition: all .2 ease-in;
}
.age-popup-holder p {
    color: #fff;
    font-size: calc(.6vw + 21px);
    margin: 0 auto;
    max-width: 30em;
    text-align: center;
    padding: 1em;
}
.age-popup-holder p strong {
    color: #ec3737;
}

.age-popup-holder .close {
    color: #fff;
    position: absolute;
    right: .5em;
    top: .5em;
    font-size: 3em;
    font-weight: normal;
    opacity: 1;
    paddding: 5em;
    display: flex;
    align-items: center;
}
.age-popup-holder .close span {
    font-size: 14px;
    padding-right: 10px
}
/*show all*/
.age-popup {
    display: none;
}
.age-popup.is-active {
    display: block;
    animation: fade .2s ;
    -webkit-animation: fade .2s ;
}