@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%;
  font-family: SourceSansPro;
  overflow: auto;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 10px;
  position: absolute;
  -webkit-box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2DB596;
}

.topheader {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 13px;
}

.breadcrumb {
  background: transparent;
  text-align: right;
  justify-content: flex-end;
  color: #2DB596;
  margin-bottom: 0;
  padding: 16px;
}
.breadcrumb .breadcrumb-item {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: white;
}

.image-white {
  width: 72px;
}

.image-theme {
  width: 72px;
  display: none;
}

.application-selection {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  display: flex;
}
.application-selection .button-grop {
  margin: 100px 210px;
  animation: fadeInUp 0.3s linear;
}
.application-selection .button-grop img {
  display: block;
  width: 241px;
}
.application-selection .button-grop .selectionbutton {
  box-shadow: 3px 5px 10px rgba(53, 47, 0, 0.5);
  background: #EADC22;
  color: black;
  font-size: 23px;
  font-weight: bold;
  display: block;
  width: 241px;
  margin-top: 25px;
  padding: 15px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.application-selection .button-grop .selectionbutton:hover {
  transform: translateY(3px);
  box-shadow: 1px 2px 5px rgba(53, 47, 0, 0.5);
}
.application-selection .selection-individual {
  width: 50%;
  background: #2DB596;
  color: white;
  padding: 8% 25px 30px;
  text-align: right;
  transition: all 0.3s ease-in-out;
}
.application-selection .selection-individual .button-grop img, .application-selection .selection-individual .button-grop button {
  margin-left: auto;
}
.application-selection .selection-company {
  width: 50%;
  background: white;
  color: #2DB596;
  padding: 8% 25px 30px;
  transition: all 0.3s ease-in-out;
  background: url("../img/company-bg.jpg");
  background-size: cover;
  background-position: center;
}
.application-selection .font-bigger {
  font-size: 90px;
  font-weight: 700;
  animation: fadeInDown 0.3s linear;
}

.form_section {
  padding-bottom: 150px;
}
.form_section .input_box label {
  display: block;
  font-weight: 500;
  color: #2DB596;
}
.form_section .input_box label.checkbox-label {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  color: #6B6B6B;
}
.form_section .input_box label.checkbox-label .checkbox-custom {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 10px;
  border-radius: 5px;
  width: 28px;
  height: 28px;
}
.form_section .input_box label.checkbox-label .checkbox-custom svg {
  display: none;
}
.form_section .input_box label.checkbox-label .checkbox-custom svg path {
  fill: #57A585;
}
.form_section .input_box label.checkbox-label input {
  display: none;
}
.form_section .input_box label.checkbox-label input:checked + .checkbox-custom svg {
  display: block;
}
.form_section .input_box .form-control {
  display: block;
  border-radius: 25px;
  border: 1px solid #6B6B6B;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 40px;
}
.form_section .input_box select {
  padding: 10px;
  padding-right: 30px;
  background-color: #FFFFFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/caret-down-fill-green.png") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 0.65em auto, 100% !important;
}
.form_section .input_box select::-ms-expand {
  display: none;
}
.form_section .input_box .input-group-btn {
  display: none;
}
.form_section .form-divider {
  margin-top: 40px;
  border-bottom: 1px solid #6B6B6B;
  font-size: 30px;
  color: #6B6B6B;
  font-weight: 500;
  margin-bottom: 30px;
}
.form_section .button-form {
  text-align: center;
}
.form_section .button-form .btn {
  width: 215px;
  margin: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  color: white;
}
.form_section .button-form .btn.btn-cancel {
  background: #A6A9B6;
}
.form_section .button-form .btn.btn-submit {
  background: #00E7B3;
}
.form_section .multiselect-native-select .btn-group {
  width: 100%;
}
.form_section .multiselect-native-select .btn-group .multiselect {
  background: transparent;
  height: 50px;
  padding-left: 30px;
  border-radius: 25px;
  border-color: #6B6B6B;
}
.form_section .multiselect-native-select .btn-group .multiselect-container {
  right: 0;
  border-radius: 5px;
  padding: 15px 0px;
}
.form_section .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check-input {
  height: 20px;
  font-size: 12px;
  width: 20px;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
}
.form_section .multiselect-native-select .btn-group .multiselect-container .multiselect-option .form-check-label {
  color: #5D5D5D;
  padding: 3px;
  margin: 5px 15px;
}
.form_section.white-theme {
  text-align: left;
}
.form_section.white-theme .input_box label {
  color: #8BFDDA;
}
.form_section.white-theme .input_box label.checkbox-label {
  color: white;
}
.form_section.white-theme .input_box .form-control {
  background: transparent;
  border-color: white;
  color: white;
}
.form_section.white-theme .input_box .form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.59);
}
.form_section.white-theme .input_box .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.59);
}
.form_section.white-theme .input_box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.59);
}
.form_section.white-theme .input_box .select2-container .select2-selection {
  border-color: white;
}
.form_section.white-theme .input_box select {
  padding: 10px;
  padding-right: 30px;
  background-color: #FFFFFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/caret-down-fill-white.png") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 0.65em auto, 100% !important;
}
.form_section.white-theme .input_box select option {
  background-color: #2DB596;
}
.form_section.white-theme .input_box select::-ms-expand {
  display: none;
}
.form_section.white-theme .form-divider {
  border-bottom: 1px solid white;
  color: white;
}
.form_section.white-theme .multiselect-native-select .btn-group {
  width: 100%;
}
.form_section.white-theme .multiselect-native-select .btn-group .multiselect {
  border-color: white;
  color: white;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background: rgba(211, 211, 211, 0.35);
}

.display-form {
  display: none;
}

body.form-individual .application-selection {
  position: relative;
}
body.form-individual .display-button {
  display: none;
}
body.form-individual .selection-individual {
  width: 100%;
  position: relative;
  left: 0;
}
body.form-individual .selection-individual .display-form {
  display: block;
}
body.form-individual .selection-company {
  width: 0px;
  display: none;
}
body.form-individual .breadcrumb {
  color: white;
}
body.form-individual .breadcrumb-item:last-child {
  color: #8BFDDA;
}
body.form-company .application-selection {
  position: relative;
}
body.form-company .image-white {
  display: none;
}
body.form-company .image-theme {
  display: block;
}
body.form-company .display-button {
  display: none;
}
body.form-company .selection-company {
  width: 100%;
  position: relative;
  right: 0;
}
body.form-company .selection-company .display-form {
  display: block;
}
body.form-company .selection-individual {
  width: 0px;
  display: none;
}
body.form-company .breadcrumb {
  color: #6B6B6B;
}
body.form-company .breadcrumb .breadcrumb-item::before {
  color: #6B6B6B;
}
body.form-company .breadcrumb .breadcrumb-item:last-child {
  color: #2DB596;
}

.modal-multiselect .modal-content {
  width: 500px;
}
.modal-multiselect .modal-footer {
  display: none;
}
.modal-multiselect .modal-body {
  height: auto;
  overflow: auto;
}
.modal-multiselect .btn {
  width: 150px;
  height: 50px;
  font-size: 14px;
  text-transform: capitalize;
}
.modal-multiselect .multiselect-menu li label {
  display: flex;
  flex-direction: inherit;
  justify-content: flex-start;
  align-items: center;
  border: 0;
  padding: 15px 20px;
  cursor: pointer;
}
.modal-multiselect .multiselect-menu li input {
  height: 20px;
  font-size: 12px;
  width: 20px;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
}

#successregistermodal .modal-dialog {
  max-width: 400px;
  margin-top: 10%;
}
#successregistermodal .modal-content {
  border-radius: 15px;
}
#successregistermodal .modal-body {
  padding: 90px 25px 40px;
}
#successregistermodal .modal-body img {
  margin-bottom: 30px;
}
#successregistermodal .modal-body h4 {
  font-size: 28px;
  font-weight: 500;
  color: #2DB596;
  text-transform: uppercase;
}
#successregistermodal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}
#successregistermodal .modal-body .btn {
  height: 45px;
  width: 250px;
  background: #00E7B3;
  color: white;
}

@media (min-width: 1440px) {
  .container-fluid, .container-fluid-lg, .container-fluid-md, .container-fluid-sm, .container-fluid-xl {
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .application-selection .button-grop {
    margin: 50px 160px;
  }
  .application-selection .button-grop img {
    width: 190px;
  }
  .application-selection .button-grop .selectionbutton {
    font-size: 20px;
    width: 190px;
  }
  .application-selection .font-bigger {
    font-size: 80px;
  }
}
@media (max-width: 700px) {
  .breadcrumb {
    margin-bottom: 0;
    padding: 11px 0px;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }

  .image-white, .image-theme {
    width: 42px;
  }

  .application-selection .font-bigger {
    font-size: 26px;
  }
  .application-selection .button-grop {
    margin: 20px;
  }
  .application-selection .button-grop img {
    width: 120px;
  }
  .application-selection .button-grop .selectionbutton {
    width: 120px;
    font-size: 12px;
  }
  .application-selection .selection-company, .application-selection .selection-individual {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body.form-individual .application-selection .selection-company, body.form-individual .application-selection .selection-individual, body.form-company .application-selection .selection-company, body.form-company .application-selection .selection-individual {
    display: block;
    padding-top: 120px;
  }

  .form_section {
    padding-bottom: 0;
  }
  .form_section .button-form {
    display: flex;
    justify-content: space-between;
  }
  .form_section .button-form .btn {
    width: 160px;
    margin: 16px 5px;
    height: 46px;
  }
}

/*# sourceMappingURL=style.css.map */
