.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.field {
  display: block;
  width: 100%;
  margin: 0;
}
.field__title {
  color: #636363;
}
.field__title--bold {
  font-weight: bold;
}
.field__input-login {
  border: 1.1px solid #7E7E7E;
  border-radius: 4px;
  background-color: #F3F3F3;
  color: #333333;
  padding: 13px 10px;
  padding-right: 60px;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: right 14px top 50%;
  outline: none;
}
.field__input-login--email {
  background-image: url("../images/icons/empty-email.svg");
}
.field__input-login--profile {
  background-image: url("../images/icons/profile.svg");
}
.field__input-login--password {
  background-image: url("../images/icons/lock.svg");
}
.field__input-login--phone {
  background-image: url("../images/icons/telephone.svg");
}
.field--no-fill {
  width: unset;
}
.field--margin-top {
  margin-top: 20px;
}
.field--number {
  height: 50px;
  width: 50px;
  border: 1px solid #979797;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.field--checkbox input, .field--radio input {
  position: fixed;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.field--checkbox input + label, .field--radio input + label {
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 7px 10px;
  background-color: white;
  border: 1px solid #ccc;
  transition: all 0.25s;
  text-align: center;
  border-radius: 4px;
}
.field--checkbox input:checked + label, .field--radio input:checked + label {
  background-color: #00B074;
  border-color: #00B074;
  color: white;
}
.field--checkbox input:not(:checked) + label:hover, .field--radio input:not(:checked) + label:hover {
  color: #00B074;
}
.field--shadow.field--checkbox input + label, .field--shadow.field--radio input + label {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}
.field--bold.field--checkbox input + label, .field--bold.field--radio input + label {
  font-weight: bold;
}
.field--no-border.field--checkbox input + label, .field--no-border.field--radio input + label {
  border: none;
}
.field--customized-select select {
  width: 100%;
}
.field--customized-select .select2-container--default .select2-selection--single {
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 5px 0px;
  height: auto;
  outline: none !important;
}
.field--customized-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  left: 5px;
}

.field-group {
  display: block;
  margin-top: 20px;
}
.field-group__title {
  color: #636363;
}
.field-group__title--bold {
  font-weight: bold;
}
.field-group__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  align-items: center;
}
.field-group--with-splitter .field-group__fields {
  grid-template-columns: 1fr auto 1fr;
}
.field-group--with-splitter .field-group__fields .field-group__splitter {
  color: #AFAFAF;
}

.select2-dropdown {
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.checkbox-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 24px;
  color: #7E7E7E;
  font-size: 1.05em;
  font-weight: 300;
}
.checkbox-container--readonly {
  cursor: text;
}
.checkbox-container--readonly .checkbox-container__checkmark {
  cursor: default;
}
.checkbox-container.checkbox-container--right {
  padding-left: 0;
  padding-right: 27px;
}
.checkbox-container.checkbox-container--left {
  padding-left: 27px;
  padding-right: 0;
}
.checkbox-container.checkbox-container--left .checkbox-container__checkmark {
  margin: 0;
  margin-right: auto;
  left: 0;
  right: unset;
}
.checkbox-container .checkbox-container__checkmark:after {
  left: 50%;
  top: 45%;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}
.checkbox-container .checkbox-container__checkbox:checked + .checkbox-container__checkmark {
  background-color: #00B074;
  border: 1px solid #00B074;
}
.checkbox-container .checkbox-container__checkbox:checked + .checkbox-container__checkmark.checkmark-propt {
  background-color: #00B074;
  border: 1px solid #00B074;
}
.checkbox-container .checkbox-container__checkbox:checked + .checkbox-container__checkmark:after {
  display: block;
  content: "";
}
.checkbox-container .checkbox-container__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkbox-container__checkmark {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #00B074;
  border-radius: 4px;
  transition: all 0.4s;
}
.checkbox-container .checkbox-container__checkmark ::after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container .checkbox-container__checkmark.checkmark-propt {
  border: 1px solid #00B074;
}
.checkbox-container--small {
  padding-right: 22px;
}
.checkbox-container--small .checkbox-container__checkmark {
  width: 16px;
  height: 16px;
  font-size: 14px;
}
.checkbox-container--small .checkbox-container__checkmark:after {
  width: 5px;
  height: 10px;
  margin-right: 1px;
  border-width: 0 2px 2px 0;
}
.checkbox-container.checkbox-container--gray .checkbox-container__checkmark {
  border: none;
  background-color: #F3F3F3;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 9vw;
  /* Rounded sliders */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9B9B9B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider .circle {
  position: absolute;
  content: "";
  height: calc(9vw - 7px);
  width: calc(9vw - 7px);
  left: 4px;
  bottom: 3px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.52);
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch input:checked + .slider {
  background-color: #00B074;
}
.switch input:checked + .slider .circle {
  color: #00B074;
  left: 100%;
  transform: translateX(calc(-100% - 4px));
}
.switch input[disabled] + .slider {
  opacity: 0.2;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round .circle {
  border-radius: 50%;
}

button {
  font-family: "Heebo", sans-serif;
}

.buttons-group {
  display: flex;
  border-radius: 4px;
}
.buttons-group .button {
  border-radius: 0px;
  flex: 1;
  white-space: nowrap;
}
.buttons-group .button:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
}
.buttons-group .button:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
}
.buttons-group--shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.button {
  cursor: pointer;
  display: inline-block;
  padding: 7px 10px;
  transition: all 0.4s;
  text-align: center;
  border-radius: 4px;
  background: #FFF;
  outline: none !important;
}
.button--svg {
  display: flex;
}
.button--svg-stroke svg > * {
  stroke: #000;
}
.button--svg-fill svg > * {
  fill: #000;
}
.button i {
  margin-left: 7px;
}
.button--no-style {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none !important;
}
.button--no-style i {
  margin-left: 0px;
}
.button--100-redius {
  border-radius: 100px;
}
.button--circle {
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: relative;
  cursor: pointer;
}
.button--extra-padding {
  padding: 7px 13px;
}
.button--no-padding {
  padding: 0;
}
.button--full-width {
  width: 100%;
}
.button--no-cursor {
  cursor: default;
}
.button--transparent {
  background: none;
}
.button--shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.button--red {
  color: white;
  border: none;
  background-color: #00B074;
}
.button--disabled {
  opacity: 0.5;
  cursor: default;
}
.button--border {
  border: 1px solid #E4E4E4;
}
.button--small {
  padding: 5px 20px;
}
.button--no-background {
  background: none;
}
.button--filled, .button--border.button--active {
  background: #00B074;
  color: #fff;
  border-color: #00B074;
}
.button--filled:disabled, .button--border.button--active:disabled {
  color: #DFDFDF;
  background: none;
}
.button--filled.button--svg-stroke svg > *, .button--border.button--active.button--svg-stroke svg > * {
  stroke: #fff;
}
.button--filled.button--svg-fill svg > *, .button--border.button--active.button--svg-fill svg > * {
  fill: #fff;
}
@media (min-width: 1021px) {
  .button--border:not(.button--disabled):hover {
    background: #00B074;
    color: #fff;
    border-color: #00B074;
  }
  .button--border:not(.button--disabled):hover:disabled {
    color: #DFDFDF;
    background: none;
  }
  .button--border:not(.button--disabled):hover.button--svg-stroke svg > * {
    stroke: #fff;
  }
  .button--border:not(.button--disabled):hover.button--svg-fill svg > * {
    fill: #fff;
  }
}
@media (min-width: 1021px) {
  .button--filled:hover {
    background: #008c5c;
  }
}
.button--no-radius {
  border-radius: 0px;
}
.button--circle {
  border-radius: 100px;
}
.button--auto-width {
  width: auto;
}
.button--center-self {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.button--underline {
  text-decoration: underline;
}
.button--email, .button--whatsapp {
  font-size: 20px;
  width: 46px;
  height: 43px;
  padding: 0px;
  line-height: 0;
  margin-left: 3px;
  color: #fff;
  position: relative;
}
.button--email i, .button--whatsapp i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.button--email {
  background: #00B074;
}
.button--grey {
  background: #9B9B9B;
  color: #fff;
}
@media (min-width: 1021px) {
  .button--grey:hover {
    background: #828282;
  }
}
.button--green {
  background-color: #6abe9d;
  color: white;
}
.button--light-green {
  background-color: #8ABA4F;
  color: white;
}
.button--color-white {
  color: #fff;
}
.button--red {
  background-color: #00B074;
  color: white;
}
.button--red.button--border {
  border-color: #00B074;
  color: #00B074;
  background: #fff;
}
.button--azure {
  background-color: #4AC6D2;
  color: white;
}
.button--whatsapp {
  background: #00ba38;
  background: -moz-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00ba38), color-stop(33%, #05c442), color-stop(69%, #12df63), color-stop(100%, #1df47c));
  background: -webkit-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: -o-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: -ms-linear-gradient(top, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  background: linear-gradient(to bottom, #00ba38 0%, #05c442 33%, #12df63 69%, #1df47c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ba38", endColorstr="#1df47c", GradientType=0 );
}
.button--video {
  border-radius: 100px;
  width: 66px;
  height: 66px;
  background-color: white;
}
.button--video--red {
  background-color: red;
}
.button--video button-video-block__triangular {
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 17.5px solid red;
}
.button--x {
  width: 15px;
  height: 15px;
  display: block;
  z-index: 3;
  position: relative;
}
.button--x:after, .button--x:before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  background-color: white;
}
.button--x:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button--x:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.button--x-gray {
  background-color: #A6A6A6;
}
.button--x-gray:after, .button--x-gray:before {
  background-color: white;
}
.button--x-big {
  width: 22px;
  height: 22px;
}
.button--x-big:after, .button--x-big:before {
  width: 13px;
}
.button--top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.button--article {
  background-color: #00B074;
  color: white;
  border-radius: 100px;
  padding: 8px 0;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  width: 300px;
}
.button--bottom-shadow {
  -webkit-box-shadow: -1px 21px 23px -18px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: -1px 21px 23px -18px rgba(0, 0, 0, 0.56);
  box-shadow: -1px 21px 23px -18px rgba(0, 0, 0, 0.56);
}
.button--disable {
  pointer-events: none;
  opacity: 0.5;
}

.large-word-space {
  word-spacing: 10px;
}

.remove-word-space {
  word-spacing: initial;
}

.ltr {
  display: inline-block;
  direction: ltr;
}

.bold {
  font-weight: bold;
}

.link {
  color: inherit;
  text-decoration: underline;
}

.register-popup {
  max-width: 430px;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.31);
  font-size: 16px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: 1;
  font-family: "Arimo", sans-serif;
  padding: 35px 45px;
}
@media only screen and (max-width: 500px) {
  .register-popup {
    padding: 20px 25px;
    border-radius: 0;
  }
}
.register-popup__space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-popup__space-evenly {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.register-popup__title {
  font-size: 24px;
  color: #606060;
  margin-bottom: 30px;
}
.register-popup__content {
  margin-bottom: 15px;
}
.register-popup__socials {
  max-width: 340px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 25px;
}
.register-popup__social {
  margin: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 85px;
  cursor: pointer;
}
.register-popup__social--facebook {
  background-color: #3B5998;
}
.register-popup__social--linkedin {
  background-color: #0077B7;
}
.register-popup__social--google {
  background-color: #EEEEEE;
}
.register-popup__or {
  position: relative;
  margin-bottom: 20px;
  height: 50px;
  margin-bottom: 30px;
  font-size: 14px;
}
.register-popup__inputs-nums {
  margin-bottom: 65px;
}
.register-popup__input {
  font-size: inherit;
}
.register-popup__submit {
  margin-bottom: 20px;
}
.register-popup__terms {
  text-align: right;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.register-popup__forget-password, .register-popup .checkbox-container {
  margin: 0;
  margin-bottom: 15px;
}
.register-popup__section-2 .register-popup__sub-title {
  margin-bottom: 15px;
}
.register-popup__section-3 .register-popup__send-sms p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 12px;
  cursor: pointer;
}

.broker-register-popup .dialog__wrapper {
  max-width: 720px !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.broker-register-popup__title {
  margin: 25px 0px;
}
.broker-register-popup .dialog__subtitle {
  color: black;
  padding: 0px 50px;
}
.broker-register-popup .dialog__subtitle b {
  color: #00B074;
}
.broker-register-popup__content-section {
  margin-bottom: 25px;
  display: flex;
}
.broker-register-popup__content-icon {
  margin-left: 10px;
}
.broker-register-popup__footer {
  display: flex;
  justify-content: space-evenly;
}
.broker-register-popup__footer .button {
  width: 50%;
}
.broker-register-popup__footer a:first-child {
  margin-left: 7px;
}
.broker-register-popup__footer a:last-child {
  margin-right: 7px;
}
@media only screen and (max-width: 500px) {
  .broker-register-popup__footer {
    justify-content: space-between;
  }
  .broker-register-popup__footer a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.broker-register-popup__phone {
  color: black;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-size: 110%;
}

input.otp-input::-webkit-inner-spin-button, input.otp-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-popup__remember-forgot {
  margin-bottom: 25px;
  margin-top: 5px;
}
.login-popup__terms {
  margin-bottom: 20px;
}

body {
  font-family: "Heebo", sans-serif;
  max-width: 1620px;
  min-width: 320px;
  padding: 1em;
  text-align: center;
  color: #333;
  background-color: #fafafa;
  font-size: 17px;
}
@media (max-width: 1280px) {
  body {
    font-size: 0.9em;
  }
}

.login {
  width: 100%;
  max-width: 420px;
  padding: 1em;
  text-align: right;
}

.newlogo_cont {
  text-align: center;
  position: relative;
}
.newlogo_canvas {
  width: 0;
  height: 0;
}

.imageBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: -1;
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  grid-gap: 1px;
}
.imageBack_blackbox {
  text-align: left;
  padding: 0.5em;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
}
.imageBack_blackbox:not(.on) > * {
  opacity: 0.1;
}
.imageBack_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  z-index: 1;
  pointer-events: none;
}
.imageBack_icon {
  position: relative;
  transition: all 1s;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 2px 4px;
  border: none;
  outline: none !important;
  width: 2em;
  height: 2em;
  color: #ddd;
  transition: all 0.25s;
  z-index: 2;
  font-size: 0.8em;
}
.imageBack_box {
  display: inline-block;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 2px 4px;
  border: none;
  outline: none !important;
  padding: 2em;
}

/*# sourceMappingURL=signin.css.map */
