/* -------------------------------------------

    BASE STYLES

-------------------------------------------- */
/* -------------------------------------------

    CHANGE PLAN PAGE / REGISTER PLAN PAGE

-------------------------------------------- */
.change-plan-page .additional-heading,
.register-plan-page .additional-heading {
  font-family: ProximaSemiBold;
  font-size: 16px;
  line-height: 1.1;
}
.change-plan-page .card,
.register-plan-page .card {
  display: flex;
  margin-bottom: 9px;
  padding: 18px 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.change-plan-page .card.column2x,
.register-plan-page .card.column2x {
  flex-direction: row;
  flex-wrap: wrap;
}
.change-plan-page .card.selected,
.register-plan-page .card.selected {
  margin-left: -15px;
  margin-right: -15px;
  border: 2px solid #0c8350;
  background: #d3f7d4;
}
.change-plan-page .card .title-block,
.register-plan-page .card .title-block {
  width: 100%;
  display: flex;
  padding: 0 4px;
  color: #555555;
  justify-content: center;
  align-items: center;
}
.change-plan-page .card .title-block .plan-choice .title,
.register-plan-page .card .title-block .plan-choice .title {
  font-family: ProximaSemiBold;
  font-size: 14px;
  padding-left: 23px;
  color: #555555;
  line-height: 1.8;
  padding-top: 5px;
}
.change-plan-page .card .title-block > span,
.register-plan-page .card .title-block > span {
  font-family: ProximaSemiBold;
  font-size: 14px;
  padding-left: 18px;
  line-height: 1.5;
}
.change-plan-page .card .fa-gift,
.register-plan-page .card .fa-gift {
  padding-top: 2px;
  font-size: 1.17em;
  color: #0c8350;
}
.change-plan-page .card .title-block .plan-choice,
.register-plan-page .card .title-block .plan-choice {
  display: flex;
  align-items: center;
  text-align: center;
}
.change-plan-page .card.column3x .title-block .plan-choice,
.register-plan-page .card.column3x .title-block .plan-choice {
  position: relative;
  top: unset;
  cursor: pointer;
}
.change-plan-page .card .plan-info,
.register-plan-page .card .plan-info {
  padding: 0 4px;
  font-family: ProximaSemiBold;
  font-size: 14px;
  line-height: 1.5;
}
.change-plan-page .card .plan-info .price-title,
.register-plan-page .card .plan-info .price-title {
  font: normal 14px ProximaRegular;
  line-height: 1.5;
}
.change-plan-page .card .title-block .plan-choice input,
.register-plan-page .card .title-block .plan-choice input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.change-plan-page .card .title-block .plan-choice .circle,
.register-plan-page .card .title-block .plan-choice .circle {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.change-plan-page .card.selected .title-block .plan-choice .circle,
.register-plan-page .card.selected .title-block .plan-choice .circle {
  width: 14px;
  height: 14px;
  border: none;
  background: #0c8350 no-repeat center;
  background-size: 8px 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 6 6'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.change-plan-page .card.column2x .plan-info,
.register-plan-page .card.column2x .plan-info {
  width: 100%;
  padding: 0;
}
.change-plan-page .card .error,
.register-plan-page .card .error {
  display: block;
  color: #d11149;
  font: italic normal 12px ProximaRegular;
  text-align: left;
  line-height: 1.5;
}
.change-plan-page .alert-msg,
.register-plan-page .alert-msg {
  margin: 30px 0;
}
.change-plan-page .place-order,
.register-plan-page .place-order {
  margin-top: 37px;
}
.change-plan-page .info-text,
.register-plan-page .info-text {
  font: normal 12px ProximaRegular;
  line-height: 1.2;
  color: #363636;
}
.change-plan-page .info-text .title,
.register-plan-page .info-text .title {
  font-weight: bold;
}
.change-plan-page .input-field.hidden,
.register-plan-page .input-field.hidden {
  display: none;
}

.paper-invoice-method .input-field,
.email-invoice-method .input-field {
  display: flex;
  width: 100%;
  position: relative;
  flex: 1;
  flex-wrap: wrap;
}

/* Order summary */
.order-summary > .title {
  margin: 36px 0 19px 0;
  font-family: normal 16px ProximaSemiBold;
  line-height: 1.1;
}
.order-summary .content {
  display: flex;
  padding: 24px 20px;
  margin-bottom: 9px;
  background: #e1f6ff;
  border-radius: 4px;
}
.order-summary .content .details {
  width: 80%;
  padding: 0 4px;
  border-right: 1px solid #c5cfd4;
  box-sizing: border-box;
}
.order-summary .detail-item {
  margin-top: 18px;
}
.order-summary .detail-item .title {
  margin-bottom: 4.6px;
  font: normal 14px ProximaRegular;
  line-height: 1.5;
}
.order-summary .detail-item.small .title {
  font-size: 12px;
  line-height: 1.2;
}
.order-summary .detail-item .text {
  font-family: ProximaSemiBold;
  font-size: 16px;
  line-height: 1.1;
  color: #363636;
}
.order-summary .detail-item:first-child {
  margin-top: 0;
}
.order-summary .extra-info {
  padding-left: 20px;
  margin-bottom: 18px;
  font: normal 14px ProximaRegular;
  color: #363636;
  line-height: 1.5;
  box-sizing: border-box;
}
.order-summary .extra-info.enterprise {
  display: none;
}
.order-summary .extra-info.enterprise div {
  padding-top: 18px;
}

/* Order summary end */
/* Invoice block */
.invoice-block .title {
  margin: 28px 0;
  font-family: ProximaSemiBold;
  font-size: 16px;
  line-height: 1.1;
}
.invoice-block .invoice-types {
  display: flex;
  flex-wrap: wrap;
}
.invoice-block .invoice-types .title {
  margin: 0 0 7px 0;
  padding: 6px 27px 6px 0;
  color: #555555;
  font: normal 14px ProximaRegular;
  line-height: 1;
}
.invoice-block .invoice-types .choice-row {
  display: flex;
  padding-right: 20px;
  margin-bottom: 7px;
  width: unset;
  top: unset;
  align-items: center;
  position: relative;
}
.invoice-block .invoice-types .choice-row input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.invoice-block .invoice-types .choice-row .circle {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.invoice-block .invoice-types .choice-row .description {
  padding-left: 6px;
  font-size: 14px;
  color: #363636;
  line-height: 1.8;
}
.invoice-block .invoice-types .choice-row .circle:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  border-radius: 50%;
  background: #0c8350;
  transition: 0.12s transform ease-in-out;
}
.invoice-block .invoice-types .choice-row {
  cursor: pointer;
}
.invoice-block .invoice-types .choice-row .description {
  padding-top: 3px;
}
.invoice-block .invoice-types .selected .circle:before {
  transform: scale(1) translate(-50%, -50%);
}

.email-invoice-method .input-field select,
.paper-invoice-method .input-field select {
  border-radius: 0;
  background-size: 13px 13px;
}
.email-invoice-method .input-field select + label,
.paper-invoice-method .input-field select + label {
  top: 33px;
}
.email-invoice-method .input-field.has-error label,
.paper-invoice-method .input-field.has-error label {
  color: #d11149;
}
.email-invoice-method .input-field.has-error select, .email-invoice-method .input-field.has-error input,
.paper-invoice-method .input-field.has-error select,
.paper-invoice-method .input-field.has-error input {
  border-color: #d11149;
}
.email-invoice-method .input-field .contact-country,
.paper-invoice-method .input-field .contact-country {
  top: 38px;
}
.email-invoice-method .input-field .alert-msg,
.paper-invoice-method .input-field .alert-msg {
  margin-top: 4px;
}

.paper-invoice-method > .title {
  float: left;
}

/* Invoice block end */
@media (min-width: 768px) {
  .choose-plan-form .card .alert-msg,
  .register-plan-form .card .alert-msg {
    margin-top: 0;
  }
  .choose-plan-form .card.column3x,
  .register-plan-form .card.column3x {
    display: flex;
    padding: 18px 12px;
    flex-direction: row;
  }
  .choose-plan-form .card.selected,
  .register-plan-form .card.selected {
    padding: 18px 15px;
  }
  .choose-plan-form .card.column2x .title-block,
  .register-plan-form .card.column2x .title-block {
    width: 33.3333333333%;
  }
  .choose-plan-form .card.column2x .plan-info,
  .register-plan-form .card.column2x .plan-info {
    width: 66.6666666667%;
  }
  .choose-plan-form .card.column3x .title-block, .choose-plan-form .card.column3x .plan-info, .choose-plan-form .card.column3x .plan-price,
  .register-plan-form .card.column3x .title-block,
  .register-plan-form .card.column3x .plan-info,
  .register-plan-form .card.column3x .plan-price {
    width: 33.3333333333%;
  }
  .choose-plan-form .card .title-block label:hover,
  .register-plan-form .card .title-block label:hover {
    cursor: pointer;
  }
  .choose-plan-form .card .title-block,
  .choose-plan-form .card .plan-info, .choose-plan-form .card.column2x .plan-info,
  .choose-plan-form .card .plan-price,
  .register-plan-form .card .title-block,
  .register-plan-form .card .plan-info,
  .register-plan-form .card.column2x .plan-info,
  .register-plan-form .card .plan-price {
    padding: 0 15px;
    justify-content: flex-start;
  }
  .email-invoice-method .input-field input,
  .paper-invoice-method .input-field input {
    padding: 41px 0 3px 0;
  }
  .email-invoice-method .input-field select,
  .paper-invoice-method .input-field select {
    padding: 37.42px 0 6px 0;
  }
  .email-invoice-method .input-field select + label,
  .paper-invoice-method .input-field select + label {
    top: 36px;
  }
  .email-invoice-method .input-field select.active + label,
  .paper-invoice-method .input-field select.active + label {
    top: 19px;
  }
}
@media (min-width: 992px) {
  .choose-plan-form .card.column2x,
  .register-plan-form .card.column2x {
    display: flex;
    padding: 18px 12px;
    flex-direction: row;
  }
}
.change-plan-page .additional-heading {
  margin: 63px 0 36px 0;
}
.change-plan-page .card .plan-price {
  padding: 0 4px;
  font: normal 14px ProximaSemibold;
  line-height: 1.5;
}
.change-plan-page .info-text {
  margin: 9px 0 12px 0;
}

@media (min-width: 992px) {
  .change-plan-form .order-summary .content {
    padding: 24px 9px;
  }
  .change-plan-form .order-summary .content .details {
    width: 41.7%;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .change-plan-form .order-summary .extra-info {
    width: 58.3%;
    padding: 0 15px;
  }
  .change-plan-form .email-invoice-method .input-field input {
    padding: 41px 0 3px 0;
  }
}
.register-plan-page .order-summary {
  display: none;
}
.register-plan-page .invoicing-address {
  font-size: 14px;
  color: #363636;
}
.register-plan-page .additional-heading {
  margin: 40px 0 36px 0;
}
.register-plan-page .card .title-block > span {
  padding-top: 5px;
}
.register-plan-page .card .plan-price {
  padding: 0 4px;
  font-family: ProximaSemiBold;
  font-size: 14px;
  line-height: 1.5;
}
.register-plan-page .info-text {
  margin: 20px 0 12px 0;
}
.register-plan-page .invoice-block .paper-invoicing,
.register-plan-page .invoice-block .invoicing-address {
  padding-top: 25px;
}
.register-plan-page .invoice-block .invoice-types.choose-address,
.register-plan-page .invoice-block .invoice-types.choose-email {
  padding-top: 20px;
}
.register-plan-page .invoice-block .email-invoicing {
  padding-top: 20px;
}

/* -------------------------------------------

    USER DETAILS PAGE

-------------------------------------------- */
.user-details-page .input-group {
  display: flex;
}
.user-details-page .input-field label {
  top: 20px;
  font-size: 12px;
}
.user-details-page .input-field label:hover {
  cursor: not-allowed;
}
.user-details-page .edit-pencil-right {
  padding: 38px 0 0 20px;
}
.user-details-page .button-line {
  display: flow-root;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .user-details-page {
    min-height: calc(100% - 170px);
  }
}

/* -------------------------------------------

    ADMIN PERSONAL PICTURE PAGE

-------------------------------------------- */
.admin-personal-picture-page form {
  width: 100%;
}
.admin-personal-picture-page form label:not(.custom-checkbox) {
  position: static;
  width: auto;
  color: white;
}
.admin-personal-picture-page .main {
  padding: 24px 16px;
  min-height: auto;
}
.admin-personal-picture-page .user-picture {
  padding-bottom: 20px;
  height: 80px;
}
.admin-personal-picture-page .button-line {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.admin-personal-picture-page .button-line label {
  margin-right: 20px;
}
.admin-personal-picture-page .spacer {
  height: 30vh;
  display: none;
}
.admin-personal-picture-page .cancel-link {
  font-size: 14px;
  color: #217295;
}
.admin-personal-picture-page .cancel-link:hover {
  color: #18465e;
}
@media (min-width: 768px) {
  .admin-personal-picture-page {
    min-height: calc(100% - 170px);
  }
  .admin-personal-picture-page .main {
    padding: 40px;
  }
  .admin-personal-picture-page .spacer {
    display: block;
    height: 30vh;
  }
  .admin-personal-picture-page .page-heading {
    padding-left: 0;
  }
}

/* -------------------------------------------

    CHANGE PHONE NUMBER PAGE

-------------------------------------------- */
.change-phone-number-page .iti {
  width: 100%;
}
.change-phone-number-page .iti__selected-flag {
  position: relative;
  padding: 46px 0px 0 1px;
  bottom: 8px;
}
.change-phone-number-page .has-error .form-error {
  width: 100%;
}
.change-phone-number-page .input-field label {
  top: 20px;
  font-size: 12px;
}

.iti--allow-dropdown.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: none;
}

@media (min-width: 768px) {
  .change-phone-number-page .iti {
    width: 40%;
  }
}
.iti__flag {
  background-image: url("/static/admin/assets/flags.png") !important;
}

/* -------------------------------------------

    CHANGE PASSWORD PAGE

-------------------------------------------- */
.change-password-page .change-password-form {
  width: 85%;
}
.change-password-page form input[id=new-password] {
  padding-bottom: 5px;
}
.change-password-page form input[id=again-password] {
  padding-bottom: 5px;
}
.change-password-page form input[id=current-password] {
  width: 48%;
  padding-bottom: 5px;
}
.change-password-page .password-field,
.change-password-page .repeat-password-field,
.change-password-page .current-password-field {
  padding-top: 44px;
}
.change-password-page .password-field input,
.change-password-page .repeat-password-field input,
.change-password-page .current-password-field input {
  cursor: pointer;
}
.change-password-page .fa-eye,
.change-password-page .fa-eye-slash {
  position: absolute;
  right: 5px;
  top: 40px;
  cursor: pointer;
}
.change-password-page .fa-eye.hide,
.change-password-page .fa-eye-slash.hide {
  display: none;
}
.change-password-page .fa-eye.current,
.change-password-page .fa-eye-slash.current {
  right: 53%;
}
.change-password-page em {
  color: #6f6f6f;
  font-size: 12px;
  width: 100%;
}
.change-password-page input.active + label {
  font-size: 12px;
}
.change-password-page input {
  border: none;
  outline: none;
  border-bottom: 1px solid #c5cfd4;
  width: 48%;
}
.change-password-page .flexible-width input {
  width: 100%;
}
.change-password-page .password-recommendation {
  display: flex;
  width: 85%;
  color: #363636;
  font-size: 14px;
  padding-top: 7px;
}
.change-password-page .select-password-info {
  padding: 35px 0 0 0;
  float: left;
  color: #363636;
  font-size: 14px;
}
.change-password-page .form-password-error {
  display: none;
}
.change-password-page .has-password-error .form-password-error {
  width: 100%;
  display: block;
  color: #d11149;
  font: italic normal 12px ProximaRegular;
  text-align: left;
  line-height: 1.5;
}
.change-password-page form .input-field.has-password-error label {
  color: #d11149;
}
.change-password-page form .input-field.has-password-error select, .change-password-page form .input-field.has-password-error input {
  border-color: #d11149;
}
.change-password-page .form-current-error {
  display: none;
}
.change-password-page .has-error .form-current-error {
  width: 100%;
  display: block;
  color: #d11149;
  font: italic normal 12px ProximaRegular;
  text-align: left;
  line-height: 1.5;
}
.change-password-page .save-btn {
  margin-top: 30px;
}
.change-password-page .cancel-link {
  padding-left: 20px;
}

/* -------------------------------------------

    MY ORGANIZATIONS PAGE

-------------------------------------------- */
.my-organizations-page .for-mobile .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5cfd4;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}
.my-organizations-page .for-mobile .row:last-child {
  margin-bottom: 16px;
}
.my-organizations-page .for-mobile .row.row-header .column {
  padding-bottom: 8px;
  font-size: 12px;
  color: #999;
}
.my-organizations-page .for-mobile .row.row-body .column {
  color: #363636;
}
.my-organizations-page .for-mobile .row .column.company-col {
  padding-top: 8px;
}
.my-organizations-page .for-mobile .row .column.date-col {
  padding-top: 4px;
}
.my-organizations-page .for-mobile .row .column.plan-col {
  padding-bottom: 8px;
}
.my-organizations-page .for-mobile .text-muted {
  color: #6f6f6f;
  font-size: 12px;
  display: flex;
}
.my-organizations-page .for-mobile .fa-plus:before {
  content: "\f067";
  padding-right: 8px;
}
.my-organizations-page .for-mobile .fa-list:hover {
  cursor: pointer;
}
.my-organizations-page .for-mobile .fa-list:before {
  content: "\f022";
  margin-right: 8px;
  color: #217295;
  font-size: 14px;
}
.my-organizations-page .for-mobile .fa-user:hover {
  cursor: pointer;
}
.my-organizations-page .for-mobile .fa-user:before {
  content: "\f007";
  margin-right: 8px;
  margin-left: 8px;
  color: #217295;
  font-size: 14px;
}

.my-organizations-page .for-desktop .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5cfd4;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}
.my-organizations-page .for-desktop .row:last-child {
  margin-bottom: 16px;
}
.my-organizations-page .for-desktop .row.row-header .column {
  font-size: 12px;
  color: #999;
}
.my-organizations-page .for-desktop .row.row-body .column {
  color: #363636;
}
.my-organizations-page .for-desktop .row .column {
  width: 100%;
  height: 100%;
  padding: 8px;
}
.my-organizations-page .for-desktop .row .column:first-child {
  padding-left: 0;
}
.my-organizations-page .for-desktop .row .column:last-child {
  padding-right: 0;
}
.my-organizations-page .for-desktop .row .column.company-col {
  width: 28%;
}
.my-organizations-page .for-desktop .row .column.country-col {
  width: 16%;
}
.my-organizations-page .for-desktop .row .column.date-col {
  width: 20%;
}
.my-organizations-page .for-desktop .row .column.role-col {
  width: 10%;
}
.my-organizations-page .for-desktop .row .column.plan-col {
  width: 15%;
}
.my-organizations-page .for-desktop .row .column.icon-col {
  width: 11%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.my-organizations-page .for-desktop .text-muted {
  color: #6f6f6f;
  font-size: 12px;
  display: flex;
}
.my-organizations-page .for-desktop .fa-list:hover {
  cursor: pointer;
}
.my-organizations-page .for-desktop .fa-list:before {
  content: "\f022";
  margin-right: 8px;
  color: #217295;
  font-size: 14px;
}
.my-organizations-page .for-desktop .fa-user:hover {
  cursor: pointer;
}
.my-organizations-page .for-desktop .fa-user:before {
  content: "\f007";
  margin-right: 8px;
  margin-left: 8px;
  color: #217295;
  font-size: 14px;
}
.my-organizations-page .for-desktop .fa-ml {
  padding-left: 5px;
}

.manage-users-btn {
  color: #ffffff;
  font-size: 11px;
  background-color: #0c8350;
  border: 1px solid #0c8350;
  margin-right: 5px;
  margin-top: 10px;
}
.manage-users-btn:hover:not(:disabled), .manage-users-btn:active:not(:disabled) {
  background-color: #0b6d43;
  border: 1px solid #0b6d43;
}

.fa-plus:before {
  content: "\f067";
  padding-right: 5px;
}

@media (min-width: 576px) {
  .my-organizations-page .for-desktop {
    display: block;
  }
  .my-organizations-page .for-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .my-organizations-page .row .column.company-col, .my-organizations-page .row .column.country-col {
    width: 30%;
  }
  .my-organizations-page .row .column.date-col {
    width: 12%;
  }
  .my-organizations-page .row .column.role-col, .my-organizations-page .row .column.plan-col {
    width: 10%;
  }
  .my-organizations-page .row .column.icon-col {
    width: 8%;
  }
}
/* -------------------------------------------

    OVERVIEW PAGE

-------------------------------------------- */
.overview-page .overview-table {
  padding-bottom: 10px;
}
.overview-page .row {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1;
  display: flex;
  border-bottom: 1px solid #c5cfd4;
}
.overview-page .row .column-table-title {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #6f6f6f;
}
.overview-page .row .column-information {
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333333;
}
.overview-page .row .column-content {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.overview-page .row .column-content.flexed {
  display: flex;
  flex-direction: column;
  white-space: pre-line;
}
.overview-page .row .column-content.country-name {
  float: right;
}
.overview-page .row .fa {
  padding: 0 0 0 5px;
}
.overview-page .modal-footer a,
.overview-page .overview-table a {
  padding-left: 5px;
  font-family: ProximaSemibold;
}
.overview-page .modal-footer a:hover,
.overview-page .overview-table a:hover {
  cursor: pointer;
}
.overview-page .cancel-link {
  font-weight: 400;
}
.overview-page .button-line {
  display: inline-flex;
}

/* -------------------------------------------

    BASIC DETAILS PAGE

-------------------------------------------- */
.basic-details-page .input-field label.label-up {
  top: 20px;
  font-size: 12px;
  cursor: not-allowed;
}
.basic-details-page .basic-details-form .alert-visible .save-btn {
  margin-top: 5px;
}
.basic-details-page .basic-details-form .alert-msg {
  margin: 30px 0px 12px 0px;
}

/* -------------------------------------------

    CONTACT DETAILS PAGE

-------------------------------------------- */
.contact-details-page .iti {
  width: 100%;
}
.contact-details-page .iti__selected-flag {
  position: relative;
  padding: 46px 0px 0 1px;
  bottom: 8px;
}
.contact-details-page .contact-details-form .flexible-width .input-field {
  width: 100%;
}
.contact-details-page .input-field .phone-number,
.contact-details-page .input-field .contact-country {
  top: 20px;
  font-size: 12px;
}
.contact-details-page .input-field.all-countries select {
  cursor: pointer;
}
.contact-details-page .alert-msg {
  margin: 10px 0px 12px 0px;
}
.contact-details-page .alert-msg.warning {
  margin-top: 10px;
}
.contact-details-page .error {
  display: block;
  color: #d11149;
  font: italic normal 12px ProximaRegular;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .contact-details-page .contact-details-form .flexible-width .input-field {
    width: 48%;
  }
  .contact-details-page .contact-details-form .flexible-width .input-field.contact-postal {
    width: 28%;
  }
  .contact-details-page .contact-details-form .flexible-width .input-field.contact-city {
    width: 68%;
  }
  .contact-details-page .contact-details-form .flexible-width .input-field.contact-email {
    width: 51%;
  }
  .contact-details-page .contact-details-form .flexible-width .input-field.contact-phone {
    width: 45%;
  }
}
/* -------------------------------------------

    RETENTION SETTINGS PAGE

-------------------------------------------- */
.retention-settings-page .addition-heading {
  font-size: 0.875rem;
  color: #555555;
  padding-bottom: 30px;
  font-family: ProximaSemibold;
}
.retention-settings-page .info-text {
  color: #555555;
  font-size: 0.875rem;
  padding-top: 18px;
  padding-bottom: 4px;
}
.retention-settings-page .info-text a {
  text-decoration: underline;
  color: #555555;
  cursor: pointer;
}
.retention-settings-page .info-text a:hover {
  color: #217295;
}
.retention-settings-page .settings-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #555555;
}
.retention-settings-page .settings-item .setting-label {
  width: 200px;
  font-size: 0.875rem;
  padding-right: 8px;
}
.retention-settings-page .settings-item .select-container {
  width: 260px;
}
.retention-settings-page .settings-item:not(:last-child) {
  padding-bottom: 0.75rem;
}
.retention-settings-page .alert-msg.success, .retention-settings-page .alert-msg.error {
  margin-bottom: 28px;
}
.retention-settings-page .save-btn {
  margin-top: 30px;
  padding: 8px 16px;
  height: 38px;
}
@media (min-width: 768px) {
  .retention-settings-page {
    flex-wrap: nowrap;
  }
}

/* -------------------------------------------

    USER MANAGEMENT PAGE

-------------------------------------------- */
.user-management-page .page-purpose {
  font-size: 20px;
  padding-top: 10px;
  color: #363636;
  font-family: ProximaRegular, sans-serif;
}
.user-management-page .search-icon {
  position: absolute;
  padding-top: 30px;
}
.user-management-page .new-user-email {
  width: 100%;
  padding-left: 30px;
  position: relative;
}
.user-management-page .new-user-link {
  padding-top: 30px;
  padding-right: 10px;
  font-size: 20px;
  display: flex;
  float: right;
}
.user-management-page .fa-search {
  content: "\f002";
  color: #217295;
  font-size: 14px;
}
.user-management-page .fa-clear:before {
  content: "\f014";
  color: #217295;
  font-size: 14px;
}
.user-management-page .fa-plus:before {
  content: "\f067";
  padding-right: 5px;
}
.user-management-page .settings-link {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.user-management-page .fa-settings:before {
  color: #0c8350;
  content: "\f013";
  font-size: 14px;
}
.user-management-page .fa {
  padding-left: 4px;
}
.user-management-page .alert ~ .alert .alert-msg {
  margin-top: 16px;
}
.user-management-page .fa-settings:before {
  content: "\f013";
  color: #363636;
  font-size: 14px;
}
.user-management-page .fa-settings {
  position: relative;
  right: 25px;
}
.user-management-page .settings-link {
  padding-top: 0px;
  display: flex;
  justify-content: space-around;
}
.user-management-page .checkbox-icon {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  left: -10px;
}
.user-management-page .fa-check-all:before {
  content: "\f196";
  color: #363636;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
.user-management-page .fa-check-none:before {
  content: "\f147";
  color: #363636;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
.user-management-page .fa-info:before {
  color: #363636;
  content: "\f05a";
  font-size: 14px;
  cursor: pointer;
}
.user-management-page .clear-search {
  display: none;
  font-size: 14px;
  color: #217295;
  padding-top: 40px;
  padding-right: 5px;
  text-align: end;
  cursor: pointer;
}
.user-management-page .alert-content {
  padding-left: 10px;
  line-height: 1.5;
}
.user-management-page .alert-content ul {
  padding-left: 45px;
  list-style: disc;
}
.user-management-page .alert-visible .clear-search-filter {
  display: block;
}
.user-management-page .modal-body.trust:before {
  content: "\f05a";
}
.user-management-page .modal-body.remove:before {
  content: "\f29c";
}

.user-management-page .user-table .tooltiptext span:nth-child(2) {
  margin: 5px 0 5px 0;
}
.user-management-page .user-table .email-content,
.user-management-page .user-table .invitation-content {
  margin: 2px 0 2px 0;
}
.user-management-page .user-table .toggle-settings-trigger-mob {
  padding: 8px 15px 0px 10px;
  background: none;
  color: #0c8350;
  max-width: unset;
  float: right;
}
.user-management-page .user-table .fa-light {
  font-size: 14px;
  margin-right: 4px;
}
.user-management-page .user-table .settings-dropdown-content {
  display: none;
  margin-top: 10px;
  position: absolute;
  right: 0px;
  top: 100%;
  background-color: white;
  border: 1px solid #c5cfd4;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}
.user-management-page .user-table .settings-dropdown-content .remove-user,
.user-management-page .user-table .settings-dropdown-content .resend-invitation,
.user-management-page .user-table .settings-dropdown-content a {
  color: black;
  padding: 20px 18px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #c5cfd4;
}
.user-management-page .user-table .settings-dropdown-content .remove-user:hover,
.user-management-page .user-table .settings-dropdown-content .resend-invitation:hover,
.user-management-page .user-table .settings-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.user-management-page .user-table .settings-dropdown-content .remove-user:last-child,
.user-management-page .user-table .settings-dropdown-content .resend-invitation:last-child,
.user-management-page .user-table .settings-dropdown-content a:last-child {
  border: none;
}
.user-management-page .user-table .settings-dropdown-content .remove-user:active,
.user-management-page .user-table .settings-dropdown-content .resend-invitation:active,
.user-management-page .user-table .settings-dropdown-content a:active {
  color: #fff;
  background-color: #217295;
}
.user-management-page .user-table .settings-dropdown-content .remove-user.disabled,
.user-management-page .user-table .settings-dropdown-content .resend-invitation.disabled,
.user-management-page .user-table .settings-dropdown-content a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.user-management-page .user-table .settings-dropdown-content .remove-user.sent::after,
.user-management-page .user-table .settings-dropdown-content .resend-invitation.sent::after,
.user-management-page .user-table .settings-dropdown-content a.sent::after {
  content: "\f058";
  margin-left: 2px;
  color: #0c8350;
  font-family: "Font Awesome 6 Pro";
}
.user-management-page .user-table .settings-dropdown-content:after, .user-management-page .user-table .settings-dropdown-content:before {
  left: 85%;
  content: "";
  display: inline-block;
  transform: translate(-50%);
  position: absolute;
  border-bottom: 10px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin: 0 auto;
  top: -10px;
}
.user-management-page .user-table .settings-dropdown-content:before {
  border-bottom: 10px solid #c5cfd4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.user-management-page .user-table .settings-dropdown-content.opened {
  display: block;
}
.user-management-page .user-table .cancel-link {
  padding-left: 10px;
}
.user-management-page .user-table .row.for-desktop {
  display: none;
}
.user-management-page .user-table .row .smaller-text {
  font-size: 12px;
  color: #6f6f6f;
}
.user-management-page .user-table .row .column {
  padding: 8px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.user-management-page .user-table .row .column.for-desktop {
  display: none;
}
.user-management-page .user-table .row .column.permission-col {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 30px;
  flex-direction: row;
}
.user-management-page .user-table .row .column.trust-col {
  cursor: not-allowed;
}
.user-management-page .user-table .row .column label.checkbox ~ .indicator {
  top: 15px;
}
.user-management-page .user-table .row .column input[type=checkbox]:checked + .indicator {
  color: #0c8350;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 6 6'%3E%3Cpath fill='%230f9b5f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") center no-repeat;
  background-size: 8px 8px;
}
.user-management-page .user-table .dropdown-container {
  display: block;
  position: relative;
}
.user-management-page .user-table .dropdown-container .primary-btn {
  padding: 6px 24px;
  min-width: 65px;
  font-size: 11px;
  line-height: 2;
}
.user-management-page .user-table .dropdown-container .primary-btn .fa-caret-down {
  padding: 0;
}

.remove-email {
  padding-left: 18px;
}

.save-btn {
  color: #ffffff;
  background-color: #0c8350;
  border: 1px solid #0c8350;
  margin-top: 20px;
}
.save-btn:hover:not(:disabled), .save-btn:active:not(:disabled) {
  background-color: #0b6d43;
  border: 1px solid #0b6d43;
}

.alert-msg.warning {
  margin-top: 45px;
}
.alert-msg.warning .add-user-link,
.alert-msg.warning .email-link {
  cursor: pointer;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .user-management-page .user-table .settings-dropdown-content.opened {
    right: 40px;
    top: 85%;
  }
  .user-management-page .new-user-link {
    width: 115px;
    float: right;
    padding-top: 20px;
    padding-right: 0;
  }
  .user-management-page .new-user-email {
    width: 40%;
  }
  .user-management-page .use-table .settings-dropdown-content {
    top: 0;
  }
  .user-management-page .user-table .row .column {
    border-bottom: none;
  }
  .user-management-page .user-table .row .column.for-desktop {
    display: flex;
  }
  .user-management-page .user-table .row .toggle-settings-trigger-desk {
    max-width: 65px;
  }
  .user-management-page .user-table .row.row-body .medium-col {
    padding-right: 5px;
    cursor: pointer;
  }
  .user-management-page .user-table .row.row-body.no-border {
    border-top: 1px solid #c5cfd4;
  }
  .user-management-page .user-table .row.for-desktop {
    display: flex;
  }
  .cancel-link {
    padding-left: 25px;
    font-size: 14px;
  }
}
/* -------------------------------------------

    USER MANAGEMENT EDIT PAGE

-------------------------------------------- */
.user-management-edit-page .page-header {
  display: flex;
  justify-content: space-between;
}
.user-management-edit-page .page-header h1 {
  display: inline-block;
  max-width: -50%;
}
.user-management-edit-page .page-header a {
  white-space: nowrap;
}
.user-management-edit-page .back-link {
  color: #217295;
  float: right;
  text-decoration: none;
}
.user-management-edit-page .back-link:hover {
  color: #2682aa;
}
.user-management-edit-page .back-link span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.user-management-edit-page .user-invited-date {
  font-size: 12px;
  color: #6f6f6f;
}
.user-management-edit-page .edit-user-form {
  padding-bottom: 20px;
}
.user-management-edit-page .edit-user-form .user-information {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
}
.user-management-edit-page .edit-user-form .name-block {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
}
.user-management-edit-page .edit-user-form label {
  display: flex;
  margin-bottom: 7px;
  width: unset;
  top: unset;
  position: relative;
}
.user-management-edit-page .edit-user-form div.user-type label:not(.custom-checkbox) {
  width: 0;
}
.user-management-edit-page .edit-user-form div label:not(.custom-checkbox) {
  overflow: inherit;
  width: 14px;
  top: 3px;
}
.user-management-edit-page .edit-user-form div:hover {
  cursor: pointer;
}
.user-management-edit-page .edit-user-form label.checkbox + input[type=checkbox]:checked + .indicator {
  color: #0c8350;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 6 6'%3E%3Cpath fill='%230f9b5f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") center no-repeat;
  background-size: 8px 8px;
}
.user-management-edit-page .edit-user-form label.checkbox {
  padding-right: 0;
  padding-left: 0;
}
.user-management-edit-page .circle-check .circle {
  margin-top: 2px;
}
.user-management-edit-page .back-list-icon {
  padding-top: 0px;
  font-size: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.user-management-edit-page .fa-back-list:before {
  content: "\f03a";
  font-size: 22px;
  margin-right: 8px;
}
.user-management-edit-page .row {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #c5cfd4;
}
.user-management-edit-page .row .column-table-title {
  width: 100%;
  height: 100%;
  padding: 12px 0 5px 0;
  font-size: 12px;
  color: #6f6f6f;
}
.user-management-edit-page .row .column-details {
  align-items: center;
  width: 75%;
  height: 100%;
  font-size: 14px;
  color: #363636;
  font-weight: 400;
  padding-top: 10px;
}
.user-management-edit-page .row .column-choice {
  display: flex;
  width: 35%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.user-management-edit-page .row .fa {
  padding: 0 0 0 5px;
}
.user-management-edit-page .row .choice-text {
  padding-left: 6px;
  user-select: none;
}
.user-management-edit-page .trusted-admin {
  cursor: not-allowed;
}
.user-management-edit-page .modal-body.trust:before {
  content: "\f05a";
}
.user-management-edit-page .modal-body.remove:before {
  content: "\f29c";
}

.member-name {
  font-size: 20px;
  color: #363636;
  font-family: ProximaRegular, sans-serif;
}

@media (min-width: 768px) {
  .user-management-edit-page .row {
    flex-direction: row;
  }
  .user-management-edit-page .row.disabled {
    opacity: 0.6;
    pointer-events: none;
  }
  .user-management-edit-page .row .column-details {
    padding-top: 0;
  }
  .user-management-edit-page .edit-user-form li label.checkbox input[type=checkbox] {
    flex-direction: row;
  }
}
/* -------------------------------------------

    NEW USER PAGE

-------------------------------------------- */
.new-user-page .page-header {
  display: flex;
  justify-content: space-between;
}
.new-user-page .page-header h1 {
  display: inline-block;
  max-width: -50%;
}
.new-user-page .page-header a {
  white-space: nowrap;
}
.new-user-page .has-error .form-error.field-required {
  width: 100%;
  position: absolute;
  top: 65px;
}
.new-user-page .email-block {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.new-user-page .email-block .add-email-link {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.new-user-page .email-block .add-email-link a {
  margin-top: 4px;
}
.new-user-page .email-block .input-email-block {
  width: 100%;
}
.new-user-page .email-block label {
  pointer-events: none;
}
.new-user-page .alert-content {
  padding-left: 10px;
  line-height: 1.5;
}
.new-user-page .alert-content ul {
  padding-left: 45px;
  list-style: disc;
}
.new-user-page a {
  padding-top: 5px;
}
.new-user-page .back-link {
  float: right;
}
.new-user-page .back-link span {
  color: #217295;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.new-user-page .checkbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.new-user-page .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.new-user-page .checkbox input[type=checkbox]:checked ~ .indicator {
  color: #0c8350;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 6 6'%3E%3Cpath fill='%230f9b5f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.new-user-page .checkbox .indicator {
  border-radius: 2px;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.new-user-page .checkbox .choice-text {
  padding-left: 20px;
  display: flex;
  width: 35%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  white-space: nowrap;
  line-height: 1.2;
}
.new-user-page .user-information.has-error .circle-check .circle {
  border: 1px solid #d11149;
}
.new-user-page .trusted {
  cursor: not-allowed;
}
.new-user-page .new-user-form {
  padding-bottom: 20px;
}
.new-user-page .new-user-form .new-user {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
}
.new-user-page .new-user-form .invitation-title {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #b0bec5;
  padding-bottom: 12px;
}
.new-user-page .new-user-form .input-field {
  flex-wrap: nowrap;
}
.new-user-page .new-user-form .user-information {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
}
.new-user-page .new-user-form .user-information:first-of-type {
  border-top: 1px solid #b0bec5;
  margin-top: 10px;
}
.new-user-page .new-user-form li label:not(.custom-checkbox) {
  overflow: inherit;
  width: 20px;
  top: 3px;
}
.new-user-page .new-user-form li .main-user-title,
.new-user-page .new-user-form li .basic-user-title {
  line-height: 1.2;
}
.new-user-page .back-list-icon {
  padding-top: 0px;
  font-size: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.new-user-page .fa-back-list:before {
  content: "\f03a";
  color: #217295;
  font-size: 22px;
  margin-right: 8px;
}
.new-user-page .fa-plus:before {
  content: "\f067";
  padding-right: 8px;
}
.new-user-page .fa-remove:before {
  content: "\f00d";
}
.new-user-page .fa-remove {
  padding-top: 35px;
  font-size: 15px;
}
.new-user-page .new-user-link {
  font-size: 14px;
  padding-bottom: 40px;
}
.new-user-page .row {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #c5cfd4;
}
.new-user-page .row .column-table-title {
  width: 100%;
  height: 100%;
  padding: 12px 0 5px 0;
  font-size: 12px;
  color: #6f6f6f;
}
.new-user-page .row .column-details {
  align-items: center;
  width: 75%;
  height: 100%;
  font-size: 14px;
  color: #363636;
  font-weight: 400;
  padding-top: 10px;
}
.new-user-page .row .column-choice {
  top: 4px;
  width: 35%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
}
.new-user-page .row .column-choice.has-type-error {
  color: #d11149;
}
.new-user-page .row .fa {
  padding: 0 0 0 5px;
}
.new-user-page .modal {
  padding-top: 30px;
}
.new-user-page .modal .notification-settings {
  padding-top: 12px;
}
.new-user-page .modal-body.import:before {
  content: "\f29c";
}

.divClass {
  height: 40px;
  width: 200px;
  border: 1px solid blue;
  color: white;
}

.header {
  z-index: 1;
}

.trusted-admin-banner {
  background-color: #f5d456;
  height: 48px;
  line-height: 48px;
  padding-left: 34px;
  color: #000;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.trusted-admin-banner a {
  margin-left: 4px;
  color: #000;
  text-decoration: underline;
  font-size: inherit;
}
.trusted-admin-banner a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .trusted-admin-banner {
    padding-left: 16px;
  }
}

@media (min-width: 576px) {
  .new-user-page .email-block {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .new-user-page .alert-msg {
    margin-top: 15px;
  }
  .new-user-page .email-block {
    width: 90%;
    flex-direction: row;
    padding-bottom: 30px;
    align-items: flex-end;
  }
  .new-user-page .email-block .input-email-block {
    width: 55%;
  }
  .new-user-page .email-block .add-email-link {
    padding-left: 60px;
    padding-top: 10px;
  }
  .new-user-page .email-block .add-email-link a {
    margin-top: 4px;
  }
  .new-user-page .row {
    flex-direction: row;
  }
  .new-user-page .row .column-details {
    padding-top: 0;
  }
  .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .new-user-page .email-block {
    width: 100%;
  }
}
/* -------------------------------------------

    REGISTRATION PAGE, CREATE NEW USER PAGE

-------------------------------------------- */
.registration-page {
  padding-top: 5px;
}
.registration-page .main {
  width: 100%;
}

.container.registration-page {
  width: 100%;
}

.custom-select.registration-page {
  float: right;
  padding-right: 8px;
  padding-top: 12px;
}
.custom-select.registration-page select {
  background-color: #f2f2f2;
}

.container.registration-page,
.container.create-new-user-page {
  padding: 5px 4px 0 4px;
}

.registration-page .main h1,
.create-new-user-page .main h1 {
  margin: 0 0 5px;
}
.registration-page .main,
.create-new-user-page .main {
  margin-top: 45px;
}
.registration-page .main .text-muted,
.create-new-user-page .main .text-muted {
  white-space: break-spaces;
}
.registration-page .accept-line,
.create-new-user-page .accept-line {
  color: #363636;
  margin-top: 20px;
  padding-bottom: 15px;
}
.registration-page .accept-line.has-error span,
.create-new-user-page .accept-line.has-error span {
  color: #d11149;
}
.registration-page .accept-line.has-error label,
.create-new-user-page .accept-line.has-error label {
  color: #d11149;
}
.registration-page .captcha,
.create-new-user-page .captcha {
  margin-top: 0.5rem;
}
.registration-page .captcha .input-container,
.create-new-user-page .captcha .input-container {
  display: block;
}
.registration-page .captcha input,
.create-new-user-page .captcha input {
  padding: 0.25rem 0;
  margin-top: 1.5rem;
  width: 15rem;
}
.registration-page form input[id=new-password],
.registration-page form input[id=again-password],
.create-new-user-page form input[id=new-password],
.create-new-user-page form input[id=again-password] {
  padding-bottom: 5px;
}
.registration-page form label[for=new-password],
.registration-page form label[for=again-password],
.create-new-user-page form label[for=new-password],
.create-new-user-page form label[for=again-password] {
  top: 45px;
}
.registration-page form input.active + label[for=new-password], .registration-page form.active label[for=new-password], .registration-page form input.active + label[for=again-password], .registration-page form.active label[for=again-password],
.create-new-user-page form input.active + label[for=new-password],
.create-new-user-page form.active label[for=new-password],
.create-new-user-page form input.active + label[for=again-password],
.create-new-user-page form.active label[for=again-password] {
  top: 19px;
  font-size: 12px;
}
.registration-page form input.active + label[for=new-password], .registration-page form input.active + label[for=again-password],
.create-new-user-page form input.active + label[for=new-password],
.create-new-user-page form input.active + label[for=again-password] {
  top: 19px;
  font-size: 12px;
}
.registration-page .new-password-field,
.registration-page .password-field,
.registration-page .repeat-password-field,
.create-new-user-page .new-password-field,
.create-new-user-page .password-field,
.create-new-user-page .repeat-password-field {
  padding-top: 44px;
}
.registration-page .fa-eye,
.registration-page .fa-eye-slash,
.create-new-user-page .fa-eye,
.create-new-user-page .fa-eye-slash {
  position: absolute;
  right: 5px;
  top: 40px;
  cursor: pointer;
}
.registration-page .fa-eye.hide,
.registration-page .fa-eye-slash.hide,
.create-new-user-page .fa-eye.hide,
.create-new-user-page .fa-eye-slash.hide {
  display: none;
}
.registration-page .acception,
.create-new-user-page .acception {
  width: auto;
  top: 0;
  padding-right: 10px;
  color: #363636;
  white-space: break-spaces;
}
.registration-page .has-error .email-format-error,
.create-new-user-page .has-error .email-format-error {
  width: 100%;
}
.registration-page .alert,
.create-new-user-page .alert {
  padding-top: 10px;
}
.registration-page .alert-msg.warning a,
.create-new-user-page .alert-msg.warning a {
  cursor: pointer;
}
.registration-page .text-muted,
.create-new-user-page .text-muted {
  font-size: 12px;
  white-space: nowrap;
}
.registration-page em,
.create-new-user-page em {
  color: #6f6f6f;
  font-size: 12px;
  width: 100%;
}
.registration-page .contact-phone .iti,
.create-new-user-page .contact-phone .iti {
  width: 100%;
}
.registration-page .accept-line,
.create-new-user-page .accept-line {
  color: #363636;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.registration-page .accept-line.has-error span,
.create-new-user-page .accept-line.has-error span {
  color: #d11149;
}
.registration-page input,
.create-new-user-page input {
  border: none;
  outline: none;
  border-bottom: 1px solid #c5cfd4;
  width: 48%;
}
.registration-page input:-webkit-autofill,
.create-new-user-page input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 34px white inset !important;
}
.registration-page .flexible-width input,
.create-new-user-page .flexible-width input {
  width: 100%;
}
.registration-page .phone-field label,
.create-new-user-page .phone-field label {
  top: 20px;
  font-size: 12px;
}
.registration-page .iti,
.create-new-user-page .iti {
  width: 100%;
}
.registration-page .iti__selected-flag,
.create-new-user-page .iti__selected-flag {
  padding-top: 30px;
  right: 8px;
}
.registration-page .has-error .terms,
.create-new-user-page .has-error .terms {
  padding-top: 10px;
}
.registration-page .alert-msg.warning,
.create-new-user-page .alert-msg.warning {
  margin-top: 0;
}
.registration-page .button-line a,
.create-new-user-page .button-line a {
  padding: 15px 0 0 4px;
  display: block;
  cursor: pointer;
}

.email-format-error {
  display: none;
}

.has-format-error .email-format-error {
  display: block;
  color: #d11149;
  font: italic normal 12px ProximaRegular;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .container.registration-page,
  .container.create-new-user-page {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
  .container.registration-page .main,
  .container.create-new-user-page .main {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .container.registration-page .main,
  .container.create-new-user-page .main {
    width: 50%;
  }
}
/* -------------------------------------------

    CREATE A NEW USER SUCCESS FORM PAGE

-------------------------------------------- */
.new-user-success-page .alert-msg.success .fa-info-circle {
  color: #0b6d43;
}

.alert-msg.blue.success {
  background-color: #ebf9ff;
  border-left: 1px solid #addbe6;
  border-color: #addbe6;
  color: #217295;
}
.alert-msg.blue.success .fa-info-circle.success-circle {
  color: #217295;
}

.new-user-success-page .main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-user-success-page .button-line a {
  padding: 10px 12px;
  display: inline-block;
  border-radius: 25px;
}
.new-user-success-page .button-line a:hover {
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  .new-user-success-page.container {
    justify-content: center;
  }
  .new-user-success-page.container .right-side {
    width: 50%;
  }
}
/* -------------------------------------------

    EMAIL VERIFICATION PAGE

-------------------------------------------- */
.verification-text {
  font-size: 14px;
  color: #363636;
  line-height: 20px;
}
.verification-text p {
  padding-bottom: 8px;
}
.verification-text a:hover {
  cursor: pointer;
}
.verification-text hr {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .email-verification {
    padding-top: 30px;
  }
  .email-verification .right-side {
    padding: 0 25%;
  }
}
/* -------------------------------------------

    TRUSTED ADMIN CONTENT DOWNLOAD

-------------------------------------------- */
.content-download-container {
  margin-top: 2rem;
  font-size: 14px;
}
.content-download-container .input-field {
  width: 15rem;
}
.content-download-container .input-field label {
  top: 15px;
}
.content-download-container .date-inputs {
  margin-top: 2rem;
}
.content-download-container .date-inputs .dates-error {
  color: #d11149;
}
.content-download-container .date-inputs input {
  height: 1.5rem;
  background: #fafafa;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  outline: none;
  border: 1px solid #d6d6d6;
}
.content-download-container .date-inputs .date-input-container {
  display: inline-block;
  margin-right: 2rem;
}
.content-download-container .date-inputs .date-input-container label {
  position: relative;
  top: initial;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.content-download-container .generate-zip-error {
  color: #d11149;
  margin-left: 8px;
}

.trusted-admin-reports-list {
  width: 100%;
  text-align: left;
  color: #555555;
  margin-top: 2rem;
  font-size: 14px;
  border-collapse: collapse;
}
.trusted-admin-reports-list th {
  font-family: ProximaSemiBold;
}
.trusted-admin-reports-list tr {
  border-bottom: 2px solid #d9d9d9;
  height: 2.5rem;
}
.trusted-admin-reports-list td.download-link {
  text-align: right;
}
.trusted-admin-reports-list td.download-link:hover {
  color: #217295;
}
.trusted-admin-reports-list td.download-link i {
  margin-left: 4px;
}

/* -------------------------------------------

    REGISTER NEW COMPANY PAGE

-------------------------------------------- */
.register-new-company-page .accept-line {
  color: #363636;
  margin-top: 20px;
  padding-bottom: 15px;
}
.register-new-company-page .accept-line.has-error .must-accept {
  position: absolute;
  left: -2px;
  top: 25px;
}
.register-new-company-page .accept-line.has-error label {
  color: #d11149;
}
.register-new-company-page .input-field .contact-country {
  top: 20px;
  font-size: 12px;
}
.register-new-company-page .acception {
  width: auto;
  top: 0;
  color: #363636;
}
.register-new-company-page .has-error .terms {
  padding-top: 20px;
}
.register-new-company-page .error {
  display: block;
  color: #d11149;
  font: italic normal 12px ProximaRegular;
  text-align: left;
  line-height: 1.5;
}

.generic-checkbox {
  position: relative;
}
.generic-checkbox.form-error {
  border: 1px solid #d11149;
}

label.checkbox {
  padding-right: 25px;
  padding-left: 25px;
}
label.checkbox ~ .indicator label.checkbox.has-error {
  border: 1px solid #d11149;
}
label.checkbox + input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.checkbox ~ .indicator {
  width: 12px;
  height: 12px;
  top: 2px;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #c5cfd4;
}
label.checkbox ~ .indicator.has-error {
  border: 1px solid #d11149;
}
label.checkbox + input[type=checkbox].checked + .indicator {
  color: #0c8350;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 6 6'%3E%3Cpath fill='%230f9b5f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") center no-repeat;
  background-size: 8px 8px;
}

.registration-flow-steps {
  padding: 8px 4px;
  text-align: center;
  margin: 8px 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.registration-flow-steps li.active {
  background-color: #217295;
  color: #fff;
}
.registration-flow-steps li {
  overflow: auto;
  border-radius: 25px;
  border: 1px solid #217295;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 12px;
  color: #217295;
  padding: 8px 12px;
  line-height: 1;
}
.registration-flow-steps li:first-child:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #217295;
  z-index: -2;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: flex;
}

.registration-flow2-steps {
  padding: 0;
  margin: 8px 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 768px) {
  .registration-flow-steps {
    padding: 0;
  }
  .d-flex {
    width: 80%;
  }
}
/* -------------------------------------------

    ERROR PAGE

-------------------------------------------- */
.error-block {
  background-color: #f0dfe4;
  border-color: #f0dfe4;
  color: #363636;
  border-left: 4px solid #d11149;
  padding: 8px;
  border-radius: 6px;
}
.error-block span {
  padding-left: 8px;
  font-size: 13px;
  color: #d11149;
}
.error-block .fa-info-circle {
  font-size: 16px;
  color: #d11149;
}

.error-form .alert-msg {
  display: none;
  padding: 16px 16px 16px 20px;
  margin: 6px 0;
  font-size: 14px;
  color: #363636;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 6px;
  display: flex;
}
.error-form .alert-msg.warning {
  background-color: #f0dfe4;
  border-color: #f0dfe4;
  color: #363636;
  border-left: 4px solid #d11149;
}
.error-form .alert-msg.warning span {
  padding-left: 12px;
  padding-top: 2px;
}
.error-form .alert-msg.warning .fa-info-circle {
  font-size: 16px;
  color: #d11149;
}

/* -------------------------------------------

    REGISTER CONTACT DETAILS PAGE

-------------------------------------------- */
.register-contact-details-form .save-btn {
  margin-top: 35px;
}
.register-contact-details-form .country-list label {
  top: 18px;
  font-size: 12px;
}

/* -------------------------------------------

    PENDING INVITATIONS PAGE

-------------------------------------------- */
.pending-org-invitation .right-side {
  padding-bottom: 480px;
}
.pending-org-invitation .right-side .pending-text {
  font-size: 14px;
  color: #363636;
  line-height: 20px;
}
.pending-org-invitation .right-side .button-line {
  margin-top: 40px;
}
.pending-org-invitation .right-side .circle-check {
  display: inline;
}
.pending-org-invitation .right-side li {
  list-style-type: none;
}
.pending-org-invitation .right-side .alert {
  padding: 15px 0 15px 15px;
}
.pending-org-invitation .right-side .alert .alert-msg {
  box-shadow: 4px 5px 5px 1px #f0f0f0;
}
.pending-org-invitation .right-side .alert .alert-msg.warning span {
  padding-left: 0;
}
.pending-org-invitation .right-side .user-details {
  font-weight: 700;
}
.pending-org-invitation .right-side .row .column-table-title {
  width: 100%;
  height: 100%;
  padding: 12px 0 5px 0;
  font-size: 12px;
  color: #6f6f6f;
}
.pending-org-invitation .right-side .row .column-details {
  align-items: center;
  width: 75%;
  height: 100%;
  font-size: 14px;
  color: #363636;
  font-weight: 400;
  padding-top: 10px;
}
.pending-org-invitation .right-side .row .column-choice {
  padding-top: 15px;
  height: 100%;
  font-size: 14px;
  color: #363636;
  display: flex;
  white-space: initial;
  cursor: pointer;
}
.pending-org-invitation .right-side .row .column-choice.has-type-error {
  color: #d11149;
}
.pending-org-invitation .right-side .row .column-choice .content-title {
  padding-left: 5px;
}
.pending-org-invitation .right-side .cancel-link {
  cursor: pointer;
}

@media (min-width: 768px) {
  .pending-org-invitation .right-side {
    padding-right: 25%;
    padding-bottom: 320px;
  }
}
/* -------------------------------------------

    WELCOME PAGE

-------------------------------------------- */
.welcome-page .welcome-title {
  font-size: 14px;
  color: #363636;
}
.welcome-page .accept-line {
  color: #363636;
  margin-top: 20px;
  padding-bottom: 15px;
}
.welcome-page .accept-line.has-error span {
  color: #d11149;
}
.welcome-page .accept-line.has-error label {
  color: #d11149;
}
.welcome-page .form-error {
  padding-top: 20px;
}
.welcome-page .acception {
  width: auto;
  top: 0;
  color: #363636;
}
.welcome-page .button-line {
  padding-top: 20px;
}
.welcome-page .main {
  width: 50%;
  margin-left: 25%;
}
@media (max-width: 1200px) {
  .welcome-page .main {
    width: 65%;
    margin-left: 18%;
  }
}
@media (max-width: 768px) {
  .welcome-page .main {
    width: 95%;
    margin-left: 2.5%;
  }
}

/* -------------------------------------------

    FORGOT PASSWORD PAGE

-------------------------------------------- */
.forgot-password-page p {
  padding-top: 10px;
  color: #363636;
  font-size: 14px;
}
.forgot-password-page .button-line button {
  padding: 13px 24px;
}
.forgot-password-page .center-window {
  padding: 0 12px;
}
.forgot-password-page .center-window .main {
  width: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .forgot-password-page .center-window {
    padding: 0 28px;
  }
  .forgot-password-page .center-window .main {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .forgot-password-page .center-window .main {
    width: 50%;
  }
}

.center-window {
  display: flex;
  justify-content: center;
}
.center-window form .flexible-width {
  padding-top: 6px;
  width: 77%;
}
.center-window form .flexible-width .input-field {
  width: 62%;
}
.center-window form .flexible-width .input-field input {
  background-clip: text;
}

.user-migration-password-reset {
  flex-direction: column;
}
.user-migration-password-reset .font-bold {
  font-family: ProximaSemiBold;
}
.user-migration-password-reset ul {
  list-style: disc;
  padding-left: 1rem;
}
.user-migration-password-reset ul li {
  margin-top: 5px;
}

/* -------------------------------------------

    RESET PASSWORD PAGE

-------------------------------------------- */
.reset-password-page .center-window form .flexible-width {
  width: 100%;
}
.reset-password-page .center-window form .flexible-width .input-field {
  width: 47%;
}
.reset-password-page .center-window {
  padding: 0 12px;
}
.reset-password-page .center-window .main {
  max-width: 720px;
  width: 100%;
}
.reset-password-page .form-error {
  line-height: 120%;
}
.reset-password-page p {
  padding-top: 20px;
  color: #363636;
  font-size: 14px;
}
.reset-password-page em {
  line-height: 13px;
  padding-top: 5px;
}
.reset-password-page .save-btn {
  margin-top: 50px;
}
.reset-password-page .main h1 {
  margin: 0 0 5px;
}
.reset-password-page em {
  color: #6f6f6f;
  font-size: 12px;
  width: 100%;
}
.reset-password-page .error-and-hint {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reset-password-page .error-box {
  min-height: 38px;
}
.reset-password-page input {
  border: none;
  outline: none;
  border-bottom: 1px solid #c5cfd4;
  width: 48%;
  padding: 41px 0 5px 0;
}
.reset-password-page .flexible-width input {
  width: 100%;
}
@media (min-width: 768px) {
  .reset-password-page .center-window {
    padding: 0 28px;
  }
  .reset-password-page .center-window .main {
    width: 75%;
  }
  .reset-password-page .save-btn {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .reset-password-page .center-window .main {
    width: 50%;
  }
}

/* -------------------------------------------

    RESET PASSWORD PAGE

-------------------------------------------- */
.reset-password-successfully .center-window {
  padding: 0 12px;
}
.reset-password-successfully .center-window .main {
  max-width: 720px;
  width: 100%;
}
@media (min-width: 768px) {
  .reset-password-successfully .center-window {
    padding: 0 28px;
  }
  .reset-password-successfully .center-window .main {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .reset-password-successfully .center-window .main {
    width: 50%;
  }
}

/* -------------------------------------------

    LOGIN PAGE

-------------------------------------------- */
.custom-select.login-page {
  position: fixed;
  right: 1.5rem;
  top: 0.875rem;
}
.custom-select.login-page select {
  background-color: #f2f2f2;
}

.container.login-page {
  padding-top: 32px;
}
.container.login-page .center-window {
  padding: 0 4px;
}
.container.login-page .center-window .main {
  width: 100%;
  padding: 58px 40px 40px 40px;
}
.container.login-page .center-window .main h1 {
  margin-bottom: 18px;
}
.container.login-page .center-window .main form input[id=password] {
  width: 100%;
}
.container.login-page .center-window .main input {
  border: none;
  outline: none;
  border-bottom: 1px solid #c5cfd4;
}
.container.login-page .center-window .main input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 34px white inset !important;
}
.container.login-page .center-window .input-field label {
  line-height: 12px;
}
.container.login-page .password-field input {
  padding: 41px 0 5px 0;
}
.container.login-page .password-field label {
  padding-top: 2px;
}
.container.login-page .page-header {
  color: #363636;
}
.container.login-page .button-line {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.container.login-page .new-account-link {
  margin-top: 17px;
}
.container.login-page .or-text {
  font-size: 12px;
  margin: 17px 22px 0 22px;
}
.container.login-page .forgot-password-link {
  display: block;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .container.login-page {
    padding-top: 32px;
  }
  .container.login-page .center-window {
    padding: 0 28px;
  }
  .container.login-page .center-window .main {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container.login-page .center-window {
    padding: 0 28px;
  }
  .container.login-page .center-window .main {
    width: 50%;
  }
}

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