html, body {
  width: 100%;
  height: 100%;
}

body {
  padding-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  background-color: #000;
}
.container.main_container {
  position: relative;
  background: #171b20 !important;
  border-radius: 12px;
  width: 100%;
  max-width: 1040px;
  min-height: 100%;
  margin: 20px auto;
}
.main_container__logo {
  position: absolute;
  top: 30px;
  left: 50%;
    transform: translateX(-50%);
}
.content {
  margin: 0 auto;
  max-width: 100%;
  background: #fc0;
}
.auth_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 85vh;
}
.auth_container__form {
  width: 406px;
  border-radius: 22px;
  height: 100%;
}
.button.dc {
  display: block;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 19px 27px;
  background: #2787fa;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  transition: all 0.3s;
}
.button.dc:hover {
  background: #2b8dff;
  -webkit-box-shadow: 0 16px 16px -8px rgb(43 141 255 / 25%);
  -moz-box-shadow: 0 16px 16px -8px rgba(43, 141, 255, 0.25);
  box-shadow: 0 16px 16px -8px rgb(43 141 255 / 25%);
}
.button.dc:disabled,
.button.dc[disabled] {
  background: #6e757e !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.button.dc:disabled:hover,
.button.dc[disabled]:hover {
  box-shadow: none !important;
}
.forgot-link {
  text-align: center;
}
.email-field,
.password-field,
.user-field {
  position: relative;
  min-height: 40px;
  max-height: fit-content;
}
.email-field > input,
.password-field > input,
.user-field > input {
  padding-left: 55px !important;
}
.email-field:before {
  content: "";
  background-image: url("/assets/images/icons/email.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 20px;
  margin-left: 20px;
  margin-top: 17px;
}

.user-field:before {
  content: "";
  background-image: url("/assets/images/icons/user.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 50px;
  width: 18px;
  margin-left: 21px;
  z-index: 1;
  margin-top: 15px;
}

.password-field:before {
  content: "";
  background-image: url("/assets/images/icons/password.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 19px;
  width: 20px;
  margin-left: 20px;
  margin-top: 15px;
  z-index: 1;
}

.password-field.password-confirm:before {
  content: "";
  background-image: url("/assets/images/icons/password_confirm.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 19px;
  width: 25px;
  margin-left: 17px;
  margin-top: 15px;
  overflow: visible;
  display: inline-block;
  z-index: 1;
}

.input.dc {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #453e48;
  color: #fff;
  height: 50px;
  padding: 0 8px;
  line-height: 21px;
  font-size: 17px;
}
.input.dc:-webkit-autofill,
.input.dc:-webkit-autofill:hover,
.input.dc:-webkit-autofill:focus,
.input.dc:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px;
}
.input.dc::-webkit-input-placeholder {
  color: #fff;
}
.input.dc:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.input.dc::-moz-placeholder {
  color: #909;
  opacity: 1;
}
.input.dc:-ms-input-placeholder {
  color: #fff;
}
.input.dc::-ms-input-placeholder {
  color: #fff;
}
.input.dc::placeholder {
  color: #fff;
}
.title {
  padding-top: 30%;
  text-align: center;
  font-size: 96px;
}

.panel {
  padding: 30px 20px;
  border-radius: 22px;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.panel.dc {
  border-radius: 22px;
  border: none;
  padding: 2em;
  background: transparent;
}

.panel-heading {
  background-color: transparent !important;
  border: none;
  padding-top: 0 !important;
  padding: 1.5em;
}
.panel_header {
  margin: 0.5em 1.5em 0.5em 1.5em;
  display: none;
}
.panel_header__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.panel-body {
  padding: 9px 15px 15px 15px;
}

.form-control {
  border-radius: 0;
}
img.form_sosolid {
  display: block;
  padding: 4px 0;
  height: auto;
  width: auto;
}
.form-group {
  margin-bottom: 10px;
}
.form-group:last-child {
  margin-bottom: 38px;
}
.form-group.checkbox {
  font-size: 13px;
  line-height: 16px;
  padding-left: 24px;
  color: #fff;
}
.form-group.checkbox label {
  padding-left: 16px !important;
}
.form-group.checkbox input[type="checkbox"] {
  display: none;
}
.form-group.checkbox span.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #46494d;
  border-radius: 4px;
  cursor: pointer;
}
.form-group.checkbox span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-group.checkbox input[type="checkbox"]:checked ~ span.checkmark {
  background-color: rgba(39, 135, 250, 1);
}
.form-group.checkbox input[type="checkbox"]:checked ~ span.checkmark:after {
  display: block;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group.checkbox input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 9px;
}
.form-group.checkbox input[type="checkbox"]:checked:before {
  background: rgba(39, 135, 250, 1);
}
.btn {
  border-radius: 0;
}

.btn-primary {
  background: #1890ff;
  border-color: #1890ff;
  margin-top: 20px;
  min-width: 120px;
}

.btn-primary:hover {
  background: #40a9ff;
  border-color: #40a9ff;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.nav-tabs > li > a {
  padding-top: 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  border: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a {
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom-color: #f0f0f0 !important;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:visited {
  background-color: transparent !important;
  border: none !important;
  border-bottom-color: #f0f0f0 !important;
}

.nav-tabs > li.active > a {
  color: #fff !important;
  border: none !important;
  border-bottom: 4px solid #fff !important;
}
.alert-danger {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(246, 41, 53, 1);
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 20px;
  padding: 7px 10px;
}
ul.hel-block {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(246, 41, 53, 1);
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 32px;
  list-style: disc;
  margin: 10px 0;
}
span.hel-block {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(246, 41, 53, 1);
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  padding: 7px 10px;
  display: flex;
  width: fit-content;
  margin-top: 8px;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  max-width: 900px;
  margin: auto;
  border-right: none;
  border-left: none;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}

.descreet {
  text-align: center;
  color: #595959;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px 0 0 0;
}
.descreet span {
  margin: 0 16px;
}
.payment-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 18px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ant-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.payment-logos img {
  margin: 10px 10px;
}
h5 {
  font-size: 16px;
}

.links ul {
  margin: 0;
  padding: 0;
}

.links ul li {
  list-style: none;
  color: #595959;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.ant-row.links > ul > a {
  color: #595959;
}
.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.links ul a {
  color: #595959;
  font-weight: 300;
}
.links a:active,
.links a:hover {
  text-decoration: none;
  outline: 0;
}

/** FOOTER **/

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  background: #2787fa;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  transition: all 0.3s;
}
.btn:hover {
  cursor: pointer;
  background: #2b8dff;
  color: #fff;
  -webkit-box-shadow: 0 16px 16px -8px rgb(43 141 255 / 25%);
  -moz-box-shadow: 0 16px 16px -8px rgba(43, 141, 255, 0.25);
  box-shadow: 0 16px 16px -8px rgb(43 141 255 / 25%);
}
.input,
.select {
  width: 100%;
  border: 1px solid #dcd8de;
  border-radius: 10px;
  background: transparent;
  height: 40px;
  padding: 0 8px;
  line-height: 17px;
  font-size: 15px;
}
.ant-select-selector {
  border: none !important;
  align-items: center !important;
  height: 36px !important;
}
.app_navbar {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.app_navbar__logo {
  max-height: 48px;
  max-width: 181px;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  width: auto;
}
.footer_container {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-column-gap: 2.94rem;
  padding: 3.76rem 0 2.35rem 0;
  flex-wrap: wrap;
}
.footer_section {
  font-family: Arial, serif;
  font-size: 14px;
  line-height: 1.19;
}
.footer_section span {
  font-weight: 700;
  margin-bottom: 1.41rem;
  font-size: 18px;
  color: #fff;
}
.footer_section ul {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  padding-left: 0;
  padding-top: 1.5rem;
}
.footer_section ul li {
  margin-bottom: 0.94rem;
  font-weight: 400;
  font-size: 17px;
  line-height: 19.55px;
  color: #fff;
}
.footer_section ul li a {
  display: flex;
  font-weight: 400;
  font-size: 17px;
  line-height: 19.55px;
  color: #fff;
}
.footer_section ul li a {
  text-decoration: none;
  transition: 0.3s;
}
.footer_section ul li a:hover,
.footer_section ul li:hover {
  cursor: pointer;
  color: #655c69;
}
.footer_section ul li a.contact_modal_link {
  color: #fff !important;
}
.ant-modal-content,
.ant-modal-header {
  border-radius: 22px;
  overflow: hidden;
}
.ant-modal-header {
  border: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 1.41rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_container {
    grid-template-columns: repeat(2, auto);
    grid-row-gap: 1.76rem;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 0.94rem;
  }
  .container.main_container {
    margin: auto;
    border-radius: 0;
  }
  .footer_container {
    grid-template-columns: repeat(1, auto);
    grid-row-gap: 1.41rem;
    padding: 1.88rem 0;
  }
  .panel {
    padding: 0;
  }
  .panel.dc,
  .auth_container__form {
    padding: 0;
    box-shadow: none;
  }
  .main_container__logo {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    top: 20px;
  }
  .auth_container {
    align-items: flex-start;
    margin-top: 48px;
  }
  .button.dc {
    padding: 15px 34px;
  }
}
.vr-set-field {
  margin-bottom: 30px;
}
.field_wrapper {
  position: relative;
  min-height: 50px;
  max-height: fit-content;
  background: #453e48;
  border-radius: 10px;
  font-size: 17px;
}
.field_wrapper:hover {
  cursor: pointer;
}
.field_wrapper .options_placeholder {
  color: #ffffff;
  display: flex;
  position: relative;
  height: 50px;
  width: 100%;
  line-height: 21px;
  padding-left: 55px;
  padding-right: 50px;
  cursor: pointer;
  font-weight: 400;
  align-items: center;
  z-index: 1;
}
.field_wrapper__icon,
.field_wrapper__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 55px;
  height: 100%;
}
.field_wrapper__arrow {
  right: 0;
}
.field_wrapper .options {
  color: #ffffff;
  position: absolute;
  display: none;
  flex-direction: column;
  width: 100%;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background: #453e48;
  border-radius: 10px;
  padding: 10px 0;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
.field_wrapper .options label {
  font-weight: 400;
  padding: 14px 20px;
}
.field_wrapper .options label:hover {
  cursor: pointer;
  background: #5b545f;
}
.field_wrapper .options input,
#options_toggler {
  display: none;
}
.field_wrapper .options_toggler:checked ~ .options {
  display: flex;
}
.field_wrapper .options_toggler:checked ~ .field_wrapper__arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
