@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
/* GENERAL */
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #191c1f;
  height: 100%;
  background: #000D19;
  background-image: radial-gradient(50% 50% at 50% 50%, #00264d 0%, rgba(0, 38, 77, 0) 100%), radial-gradient(50% 50% at 50% 50%, #00264d 0%, rgba(0, 38, 77, 0) 100%), radial-gradient(50% 50% at 50% 50%, #00264d 0%, rgba(0, 38, 77, 0) 100%);
  background-position: -74% 228%;
  background-size: 56% 113%;
  background-repeat: no-repeat;
}
@media (max-width: 1043px) {
  html, body {
    background-image: none;
  }
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

#header {
  padding: 30px;
}
#header .logo img {
  max-width: 71px;
}

#log {
  padding: 50px 30px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#log legend {
  color: rgb(255, 255, 255);
  max-width: 656px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
#log .inner {
  width: 656px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #log .inner {
    display: block;
    max-width: 400px;
  }
}
@media (max-width: 477px) {
  #log .inner {
    width: 100%;
  }
}
#log .left {
  margin-right: 35px;
  width: 332px;
}
@media (max-width: 767px) {
  #log .left {
    width: 100%;
  }
}
#log .left ul.ul1 {
  background: rgba(255, 255, 255, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  margin: 0;
  border-radius: 10px;
}
#log .left ul.ul1 li {
  cursor: pointer;
  width: 50%;
  list-style-type: none;
  color: #75808a;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 5px;
}
#log .left ul.ul1 li a {
  color: #75808a;
  text-decoration: none;
}
#log .left ul.ul1 li.active {
  background: #FFF;
  color: #191c1f;
}
#log .left .phonecodearea .phonecode {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}
#log .left .phonecodearea .phonecode:hover {
  background: #3D4750;
}
#log .left .phonecodearea .phonecode img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
#log .left .phonecodearea .codes {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  max-height: 330px;
  overflow-x: auto;
  display: none;
  z-index: 9999999;
  border-radius: 7px;
}
#log .left .phonecodearea .codes::-webkit-scrollbar {
  width: 5px;
  right: 10px;
}
#log .left .phonecodearea .codes::-webkit-scrollbar-track {
  background: transparent;
}
#log .left .phonecodearea .codes::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  height: 30px;
}
#log .left .phonecodearea .codes::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.14);
}
#log .left .phonecodearea .codes .search {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid #EDEFF2;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#log .left .phonecodearea .codes .search input {
  background: #3C4650;
  width: 100%;
  color: white;
  border-radius: 10px 10px 0 0;
  border-radius: 0;
}
#log .left .phonecodearea .codes .search input::-webkit-input-placeholder {
  color: #d1d1d1;
}
#log .left .phonecodearea .codes .search input:-ms-input-placeholder {
  color: #d1d1d1;
}
#log .left .phonecodearea .codes .search input::-moz-placeholder {
  color: #d1d1d1;
}
#log .left .phonecodearea .codes .search input::-ms-input-placeholder {
  color: #d1d1d1;
}
#log .left .phonecodearea .codes .search input::placeholder {
  color: #d1d1d1;
}
#log .left .phonecodearea .codes .search svg {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #cdcdcd;
  font-size: 17px;
}
#log .left .phonecodearea .codes ul {
  padding: 0;
  margin: 0;
  padding-top: 57px;
  display: block;
  background: #3C4650;
  -webkit-box-shadow: rgba(25, 28, 31, 0.1) 0px 0.1875rem 0.5rem 0px;
          box-shadow: rgba(25, 28, 31, 0.1) 0px 0.1875rem 0.5rem 0px;
  border-radius: 10px;
}
#log .left .phonecodearea .codes ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}
#log .left .phonecodearea .codes ul li:hover {
  background: #3C4650;
}
#log .left .phonecodearea .codes ul li .flag {
  margin-right: 10px;
  width: 40px;
}
#log .left .phonecodearea .codes ul li .flag img {
  min-width: 40px;
  height: 40px;
}
#log .left .phonecodearea .codes ul li .num {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  width: 30%;
}
#log .left .phonecodearea .codes ul li .country {
  color: white;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
}
#log .left input {
  height: 56px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  font-size: 15px;
}
#log .left input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #3D4750;
}
#log .left input:hover {
  background: #3D4750;
}
#log .left input::-webkit-input-placeholder {
  color: #75808a;
}
#log .left input:-ms-input-placeholder {
  color: #75808a;
}
#log .left input::-moz-placeholder {
  color: #75808a;
}
#log .left input::-ms-input-placeholder {
  color: #75808a;
}
#log .left input::placeholder {
  color: #75808a;
}
#log .left .btns button {
  height: 45px;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding: 0 12px;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 16px;
}
#log .left .btns button#booom {
  background: #FFFFFF;
  color: #000029;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3725490196) 0px 0.1875rem 0.5rem 0px;
          box-shadow: rgba(255, 255, 255, 0.3725490196) 0px 0.1875rem 0.5rem 0px;
}
#log .left .btns button#booom:hover {
  background: #FFFFFF;
  color: black;
}
#log .left .btns button[type=button] {
  color: white;
  background: #191C1F;
  font-size: 14px;
}
#log .left .btns button:focus {
  outline: 0;
}
#log .left .btns button.disabled {
  opacity: 0.2;
}
#log .right {
  text-align: center;
  width: 264px;
}
#log .right .qr {
  width: 172px;
  margin: 0 auto;
  padding: 15px;
  background: #FFF;
  margin-bottom: 15px;
  position: relative;
}
#log .right .qr .vv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#log .right .qr .vv p {
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}
#log .right .qr .vv button {
  height: 34px;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 0 5px;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 13px;
  color: #0666eb;
  background: #e6f0fd;
}
#log .right .qr .vv button:hover {
  background: #dfe9f6;
}
#log .right .qr .vv button:focus {
  outline: 0;
}
#log .right h3 {
  font-weight: 600;
  font-size: 16px;
  color: white;
}
#log .right p {
  color: #75808a;
  margin-bottom: 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  #log .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    padding: 20px;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 40px;
  }
  #log .right .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-right: 20px;
  }
  #log .right .qr {
    min-width: 70px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin-bottom: 0;
  }
}

#footer {
  padding: 30px;
}
#footer ul {
  position: relative;
  padding: 0;
  margin: 0;
}
#footer ul li {
  display: inline-block;
  margin-right: 20px;
  color: #75808a;
  font-size: 13px;
}
#footer ul li:last-child {
  margin-right: 0;
}
#footer ul li svg {
  font-size: 16px;
  margin-left: 5px;
}
#footer ul li img {
  max-width: 20px;
  margin-right: 5px;
}
#footer ul li.ll {
  cursor: pointer;
}
#footer ul li .lang {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #c4c4c4;
          box-shadow: 0 0 10px #c4c4c4;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 240px;
  max-height: 275px;
  overflow-x: auto;
}
#footer ul li .lang::-webkit-scrollbar {
  width: 5px;
  right: 10px;
}
#footer ul li .lang::-webkit-scrollbar-track {
  background: transparent;
}
#footer ul li .lang::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  height: 30px;
}
#footer ul li .lang::-webkit-scrollbar-thumb:hover {
  background: #666;
}
#footer ul li .lang {
  display: none;
}
#footer ul li .lang ul {
  padding: 0;
  margin: 0;
}
#footer ul li .lang ul li {
  display: block;
  padding: 15px 15px;
  cursor: pointer;
  margin: 0;
  color: #000;
  font-size: 14px;
}
#footer ul li .lang ul li:first-child {
  border-radius: 10px 10px 0 0;
}
#footer ul li .lang ul li:last-child {
  border-radius: 0 0 10px 10px;
}
#footer ul li .lang ul li:hover {
  background: #F7F7F7;
}
#footer ul li .lang ul li a {
  text-decoration: none;
  color: #000;
}

#details {
  padding: 20px;
  width: 536px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #details {
    width: 100%;
    max-width: 536px;
  }
}
#details .return {
  cursor: pointer;
  font-size: 18px;
}
#details legend {
  color: rgb(255, 255, 255);
  max-width: 656px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
#details .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#details .inputs input {
  width: 13.5%;
  height: 50px;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
#details .inputs input.readonly {
  background: transparent;
  color: #191c1f;
  font-size: 20px;
  padding-bottom: 18px;
  text-align: center;
}
#details .inputs input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#details .errmsg {
  display: none !important;
}
#details .has-error input {
  background: #ffe8e8 !important;
}
#details .has-error .errmsg {
  font-size: 12px;
  color: red;
  margin-top: 4px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#details .form-group input {
  height: 56px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  font-size: 15px;
}
#details .form-group input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#details .form-group input::-webkit-input-placeholder {
  color: #75808a;
}
#details .form-group input:-ms-input-placeholder {
  color: #75808a;
}
#details .form-group input::-moz-placeholder {
  color: #75808a;
}
#details .form-group input::-ms-input-placeholder {
  color: #75808a;
}
#details .form-group input::placeholder {
  color: #75808a;
}

.btns2 {
  padding: 20px;
  width: 536px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btns2 {
    width: 100%;
    max-width: 536px;
  }
}
.btns2 button {
  height: 48px;
  border-radius: 16px;
  display: block;
  text-align: center;
  padding: 0 12px;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 16px;
}
.btns2 button#booom {
  background: #0666eb;
  color: #FFF;
  -webkit-box-shadow: rgba(6, 102, 235, 0.45) 0px 0.1875rem 0.5rem 0px;
          box-shadow: rgba(6, 102, 235, 0.45) 0px 0.1875rem 0.5rem 0px;
}
.btns2 button#booom:hover {
  background: #0760da;
}
.btns2 button[type=button] {
  color: #0666eb;
  background: #e6f0fd;
}
.btns2 button[type=button]:hover {
  background: #dfe9f6;
}
.btns2 button:focus {
  outline: 0;
}
.btns2 button.disabled {
  opacity: 0.2;
}

#main {
  margin: 30px 0;
}
#main .selfie {
  background: #FFF;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
}
#main .selfie h3 {
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #main .selfie h3 {
    font-size: 24px;
  }
}
#main .selfie p.txt {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #75808a;
}
@media (max-width: 767px) {
  #main .selfie p.txt {
    font-size: 14px;
  }
}
#main .selfie ol {
  margin: 0;
  margin-bottom: 30px;
}
#main .selfie ol li {
  font-size: 15px;
  font-weight: 600;
  color: #75808a;
  margin-bottom: 7px;
}
#main .selfie ol li:last-child {
  margin-bottom: 0;
}
#main .selfie .btttn {
  text-align: center;
}
#main .selfie .btttn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main .selfie .btttn a:hover {
  background: #242424;
}
#main .selfie .upload-area {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
#main .selfie .upload-area label {
  background: #E6F0FD;
  padding: 30px;
  width: 100%;
  cursor: pointer;
  text-align: center !important;
  border-radius: 20px;
}
#main .selfie .upload-area label.has-error {
  border-color: red !important;
  background: rgba(255, 0, 0, 0.1);
}
#main .selfie .upload-area label svg {
  font-size: 24px;
  color: #0666EB;
}
@media (max-width: 767px) {
  #main .selfie .upload-area label svg {
    font-size: 20px;
  }
}
#main .selfie .upload-area label p {
  text-align: center;
  color: #0666EB;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #main .selfie .upload-area label p {
    font-size: 14px;
    margin-top: 10px;
  }
}
#main .selfie .upload-area label .click-here {
  font-size: 24px;
  background: #dedede;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #505050;
}
#main .selfie .upload-area label #progressBar {
  margin-top: 0;
  width: 0%;
  height: auto;
  background-color: #3498db;
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
}
#main .selfie .upload-area label #progressBar div {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 300;
}
#main .selfie .upload-area label #progressBar div b {
  font-weight: 700;
}

.loader {
  text-align: center;
}
.loader .logo {
  margin-bottom: 15px;
}
.loader .logo img {
  max-width: 120px;
}
.loader .spinner-border {
  border: 0.25em solid #c8c8c8;
  border-right-color: transparent;
}