@font-face {
  font-family: "FSSiena-Light";
  src: url("../Fonts/FSSiena-Light/font.woff") format("woff");
}

@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("../Fonts/SuisseIntl-Regular/SuisseIntl-Regular.woff") format("woff");
}

@font-face {
  font-family: "ParmigianoTextL-Regular";
  src: url("../Fonts/ParmigianoTextL-Regular/ParmigianoTextL-Regular.woff") format("woff");
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  /*font-family: "SuisseIntl-Regular";*/
  font-family: "FSSiena-Light";
}

.newTitleFont{
  /*font-family: "ParmigianoTextL-Regular";*/
}

.container {
  flex: 1;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
}

ul.no-style {
  list-style: none;
  padding-left: 0;
}

.body-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#login_container {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body-container #header {
  position: relative;
  display: none;
}

.half #header {
  position: relative;
  top: 0;
  background: white;
  background-color: white;
  padding: 10px 25px;
}

#header {
  display: flex;
  justify-content: space-between;
}

.header-actions {
  display: flex;
  align-items: center;
}

.header-actions .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #e30613;
  color: #fff;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.half .form-wrapper {
  width: 75%;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding: 20px 0;
}

.form-wrapper.no-spacing {
  margin-top: 0;
  padding-top: 0;
}

.signupText{
  margin-top: 5px!important;
}

#form_subtitle {
  margin: auto;
  margin-bottom: 15px;
  text-align: justify;
  max-width: 450px;
  line-height: 1.35em;
}

.conditions-list {
  font-size: 16px;
  margin-top: 8px;
}

.conditions-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.checkbox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0 24px 0;
}

.checkbox-label-flex1{
  text-align: justify;
  padding-left: 10px;
}

input[type=text], input[type=email], input[type=password], input[type=phone], input[type=number] {
  border-radius: 0;
}

.checkbox input {
  margin-right: 10px;
}

h1 {
  text-align: center;
  margin-bottom: 12px;
}

button, .btn {
  background-color: #e30613;
  color: white;
  width: 100%;
  border: 0;
  padding: 14px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.paragraph {
  display: flex;
  justify-content: center;
  margin: 24px 0 22px 0;
}

.paragraph span {
  margin-left: 4px;
}

h4 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d5d4cf;
  line-height: 0.1em;
  margin: 48px 0 32px;
  font-weight: lighter;
}

h4 span {
  background: #fff;
  padding: 0 24px;
  color: black;
  cursor: default;
}

.go-back {
  width: 40px;
  height: 23px;
  display: flex;
  padding-left: 30px;
  background-image: url("../assets/back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #000;
  align-items: center;
  margin: 10px 0;
  margin-right: auto;
}

#social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-evenly;
}

.form-group .with-adornment {
  padding-right: 40px;
  width: calc(100% - 40px);
}

#social img {
  cursor: pointer;
  margin: 0 10px;
}

i.info_circle{
  background-image: url("../assets/info-circle.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 40px;
  height: 40px;
}

.exclamation_mark{
  background-image: url("../assets/exclamation-mark.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  width: 40px;
  height: 40px;
}

.pencil_email{
  background-image: url("../assets/pencil.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  width: 40px;
  height: 40px;
}

.pencil_email_red{
  background-image: url("../assets/pencil_red.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  width: 40px;
  height: 40px;
}

i.visibility {
  background-image: url("../assets/visibility.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 40px;
  height: 40px;
}

i.visibility.active {
  background-image: url("../assets/visibility-off.svg");
}

.form-group {
  margin: 0;
  width: 100%;
}

.form-group .adornment {
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-55%);
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group .adornment.right {
  right: 0;
}

.form-group .adornment[data-type] {
  cursor: pointer;
}

.form-control {
  box-sizing: content-box;
  background: transparent;
  border: none;
  border-bottom: 2px solid black;
  padding: 6px 0px;
  outline: none;
  display: block;
  width: 100%;
  height: 24px;
  font-size: 14px;
  line-height: 1.428571429;
  color: black;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label {
  pointer-events: none;
}

.form-group.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.form-group.has-float-label .form-control:is(:autofill, :-webkit-autofill) + * {
  top: -0.5em;
  transform: unset;
  opacity: 1;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 120%;
  opacity: 0.5;
  top: 0.3em;
  font-weight: 400;
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}

label {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
}

#remember {
  margin-right: 8px;
}

#background {
  max-width: 100%;
  max-height: 100%;
}

.fields-row {
  width: 100%;
  display: flex;
}

.fields-row .form-group {
  margin: 10px 0;
}

.fields-row .form-group:first-child {
  margin-left: 0;
}

.fields-row .form-group:last-child {
  margin-right: 0;
}

.consentField{
  width: 100%;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 33px;
}

#signup {
  margin-left: 5px;
}

.language-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 10;
}

.language-container a {
  color: #979797;
  display: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}

.language-container a.is-active {
  color: #979797 !important;
  display: block;
  z-index: 8;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.custom-block-language {
  position: absolute;
  display: none;
  box-shadow: 0px 0px 6px #979797;
  z-index: 100;
  background: white;
  top: 50px;
  right: 0px;
  width: 200px;
  padding: 20px;
  border-radius: 0px;
  left: unset;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

.language-link {
  text-decoration: none;
}

.custom-block-language.active {
  display: block;
}

.medium-text {
  font-size: 24px;
  line-height: 40px;
  font-family: "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}

#signup-submit {
  margin-top: 40px;
}

.file-uploader {
  margin-bottom: 25px;
}

.file-uploader .file-upload {
  position: absolute;
  transform: translate(-15px, 40px);
  opacity: 0;
}

.avatar-wrapper {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 15px auto;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.avatar-wrapper .profile-pic {
  cursor: pointer;
  height: 105%;
  width: 105%;
  object-fit: cover;
  transition: all 0.3s ease;
  z-index: 10;
  position: relative;
}

.avatar-wrapper:hover .profile-pic {
  transform: scale(1.05);
}

.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.file-uploader .uploader-text {
  color: red;
  text-align: center;
  cursor: pointer;
}

.file-uploader .uploader-text:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.section-headings {
  text-align: center;
  margin: 40px auto;
}

.section-headings .section-title {
  font-size: 55px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 20px auto 25px;
}

.section-headings .section-subtitle {
  margin: 0 auto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.section-headings .heading-action {
  color: #e30613;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: auto;
}

.section-headings .heading-action .heading-action-icon {
  margin-right: 12px;
}

#profile-form {
  width: 100%;
  margin-bottom: 40px;
}

#profile-form #form_subtitle {
  text-align: center;
  max-width: 760px;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#profile-form h1 {
  text-align: center;
  margin-top: 30px;
}

.profile-section {
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.profile-section.no-border {
  border-bottom: none;
}

.proflie-section-title {
  flex: 1;
}

.profile-section :is(.field-group, .field-column) {
  flex: 2;
}

#profile-form :is(.field-group, .field-column) {
  flex-direction: column;
}

.multiselect-block {
  margin-top: 40px;
}

.multiselect-block .options {
  display: flex;
  flex-wrap: wrap;
}

.multiselect-block .multiselect-label {
  margin-bottom: 10px;
}

.multiselect-block .option {
  border: 1px solid #999;
  color: #999;
  padding: 12px 42px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 200px;
  text-align: center;
}

.multiselect-block .option.selected {
  border: 1px solid #e30613;
  color: #e30613;
}

.profile-section .checkbox label {
  line-height: 1.3em;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-action {
  width: 150px;
  text-align: center;
}

.form-actions a {
  color: #e30613;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.form-actions a.light {
  font-weight: 400;
}



.custom-select {
  position: relative;
}
.custom-select-2 {
  position: relative;
}


.has-float-label input, :is(.custom-select, .custom-picker) :is(.select, .select[readonly]) {
  font-size: 120%;
  top: 0.3em;
  font-weight: 400;
  cursor: pointer;
  color: black;
  border-color: black;
  font-family: "FSSiena-Light";
}

.has-float-label input, :is(.custom-select-2, .custom-picker) :is(.select, .select[readonly]) {
  font-size: 120%;
  top: 0.3em;
  font-weight: 400;
  cursor: pointer;
  color: black;
  border-color: black;
  font-family: "FSSiena-Light";
}

.custom-picker .picker {
  font-size: 120%;
  font-weight: 400;
  cursor: pointer;
  color: black;
  border-color: black;
  font-family: "FSSiena-Light";
  position: relative;
  transform: translateY(-6px);
}

.custom-select .select::placeholder, .custom-picker .picker::placeholder {
  color: black;
  border-color: black;
  font-family: "FSSiena-Light";
}
.custom-select-2 .select::placeholder, .custom-picker .picker::placeholder {
  color: black;
  border-color: black;
  font-family: "FSSiena-Light";
}

:is(.custom-select, .custom-picker):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 4px dashed black;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-select .custom-select-options {
  display: none;
  transform: none !important;
  position: absolute;
  top: calc(100% + 5px) !important;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
  box-shadow: 0px 0px 6px #979797;
  padding: 15px;
}
.custom-select-2 .custom-select-options {
  display: none;
  transform: none !important;
  position: absolute;
  top: calc(100% + 5px) !important;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
  box-shadow: 0px 0px 6px #979797;
  padding: 15px;
}

.custom-select .custom-option {
  padding: 10px 0;
  cursor: pointer;
}
.custom-select-2 .custom-option {
  padding: 10px 0;
  cursor: pointer;
}

.custom-select .custom-option:hover {
  color: #e30613;
}
.custom-select-2 .custom-option:hover {
  color: #e30613;
}

.custom-select .custom-select-options.is-active {
  display: block;
  max-height: 250px;
  overflow: auto;
}
.custom-select-2 .custom-select-options.is-active {
  display: block;
  max-height: 250px;
  overflow: auto;
}

.picker--opened .picker__holder {
  transform: translateY(30px) perspective(600px) rotateX(0);
}

.picker__day--today:before {
  border-color: #e30613;
  border-radius: 100%;
}

.picker__day--highlighted {
  border-color: transparent;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover {
  color: #ffffff;
  background-color: #e30613;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
  background-color: #333;
}

.picker__select--year, .picker__select--month {
  height: 3em;
  cursor: pointer;
}

.autocomplete .easy-autocomplete {
  width: 100% !important;
  height: 38px;
}

.autocomplete .easy-autocomplete-container > ul {
  transform: none !important;
  position: absolute;
  top: calc(100% + 5px) !important;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
  box-shadow: 0px 0px 6px #979797;
  list-style: none;
  margin: 0;
  padding: 0;
}

.autocomplete .easy-autocomplete-container .eac-item {
  cursor: pointer;
  padding: 10px 15px;
}

:is(.forgot-password, .user-type) button[type=submit] {
  margin: 20px 0;
}

.forgot-password #form_subtitle {
  margin-bottom: 25px;
}

.form-text {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 5px;
}

.check-email .btn {
  margin: 30px 0;
}

.form-text a {
  text-decoration: underline;
  color: #e30613;
}

.user-type #form_subtitle {
  margin: 10px auto 35px;
}

.user-type #form_subtitle {
  margin: 10px auto 35px;
}

.user-type #user-type-select {
  margin-bottom: 5px;
}

.modal-wrapper {
  position: fixed;
  z-index: 10100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal-wrapper.active {
  display: block;
}

.modal-wrapper .modal {
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 12px;
  width: 490px;
  max-width: 85%;
}

.modal .close {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 25px;
  top: 25px;
  background: url("../assets/cancel.png") no-repeat;
  background-size: cover;
}

.modal .modal-header .logo {
  display: block;
  margin: auto;
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.modal-wrapper .modal .modal-body .modal-text {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.modal-wrapper .modal .btn {
  max-width: 150px;
  margin: 15px auto;
}

.icon-box {
  padding-left: 35px;
  padding-top: 9px;
  min-height: 60px;
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.icon-box-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.icon-box-message {
  margin-top: 4px;
  line-height: 18px;
}

.icon-box.error {
  background: url("../assets/error-black.svg") no-repeat;
  background-size: 24px 24px;
  background-position: 4px 4px;
}

.custom-radio-group {
  margin: 10px 0 50px;
  display: block;
}

.custom-radio-group input[type=radio] {
  display: none;
}

.custom-radio-group .custom-radio-title {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
}

.custom-radio-group .custom-radio-description {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.custom-radio-group .radios {
  display: flex;
  margin: 25px 0;
}

.custom-radio-group .radio {
  min-width: 100px;
  font-size: 14px;
  margin-right: 20px;
  cursor: pointer;
}

.custom-radio-group .radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-radio-group .radio .radio-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-radio-group .radio .radio-icon:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e30613;
  border-radius: 100%;
  display: none;
}

.custom-radio-group .radio input:checked + label .radio-icon {
  border-color: #e30613;
}

.custom-radio-group .radio input:checked + label .radio-icon:before {
  display: block;
}