﻿/*colors*/
/* font */
/*grid dimensions*/
/*font settings*/
/* grid settings */
/*screenSises*/
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.profile-info, .profile-avatar__edit, .profile-avatar, .profile__avatar, .profile__btns, .single-select .select2-container--default .select2-selection--single, .tags-custom .select2-container--default .select2-selection--single, .password-toggle-input__btn, .input-group {
  display: -ms-flexbox;
  display: flex;
}

.profile-avatar__edit, .profile-avatar, .profile__btns, .single-select .select2-container--default .select2-selection--single, .tags-custom .select2-container--default .select2-selection--single {
  -ms-flex-align: center;
  align-items: center;
}

.profile-avatar__edit, .profile-avatar, .profile__avatar {
  -ms-flex-pack: center;
  justify-content: center;
}

.profile__btns {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.profile-avatar__edit input, .password-toggle-input__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.input-pack label {
  display: block;
  margin-bottom: 8px;
}
.input-pack input, .input-pack textarea {
  width: 100%;
  display: block;
}
.input-pack textarea {
  resize: vertical;
}
.input-pack_md input, .input-pack_md textarea {
  height: 48px;
  padding: 0 16px;
}
.input-pack_md textarea {
  padding: 16px;
}
.input-pack_shadow label {
  font: 500 0.875rem/16px "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #1A1A1A;
  font-feature-settings: "liga" off;
}
.input-pack_shadow input, .input-pack_shadow textarea {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 0px 5px #E5E5E5;
  border-radius: 8px;
  font: normal 1rem/150% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #1A1A1A;
}

.input-group {
  margin-top: 16px;
  width: 100%;
  margin-left: -8px;
  width: calc(100% + 16px);
}
.input-group:first-child {
  margin-top: 0;
}
.input-group .input-pack {
  flex: 1;
}
.input-group .input-pack-wrap {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px;
}
.input-group .input-pack-wrap:only-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.input-group .input-pack__target {
  width: 100%;
  position: relative;
}
.input-group .input-pack textarea {
  padding: 16px;
}
@media (max-width: 767px) {
  .input-group {
    margin-top: 12px;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .input-group .input-pack-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 12px;
  }
  .input-group .input-pack-wrap:first-child {
    padding-top: 0;
  }
}

.password-toggle-input__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.password-toggle-input__btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.password-toggle-input__btn .icon-eye-closed {
  opacity: 0;
}
.password-toggle-input__btn.visible .icon-eye {
  opacity: 0;
}
.password-toggle-input__btn.visible .icon-eye-closed {
  opacity: 1;
}

.single-select .select2-container--default .select2-selection--single .select2-selection__arrow, .tags-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  right: 12px;
}
.single-select .select2-container--default .select2-selection--single .select2-selection__arrow b, .tags-custom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: static;
  background-image: url(../../img/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-select .select2-container--default.select2-container--open .select2-selection__arrow b, .tags-custom .select2-container--default.select2-container--open .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-select_shadow .select2-container--default .select2-selection--single, .single-select .select2-container--default .select2-selection--multiple .select2-container--default .select2-selection--single, .tags-custom_shadow .select2-container--default .select2-selection--single, .tags-custom .select2-container--default .select2-selection--multiple .select2-container--default .select2-selection--single {
  border-radius: 8px;
  box-shadow: 0px 0px 5px #E5E5E5;
  border: 1px solid #E5E5E5;
}
.single-select_shadow .select2-container--default .select2-selection--single .select2-selection__rendered, .single-select .select2-container--default .select2-selection--multiple .select2-container--default .select2-selection--single .select2-selection__rendered, .tags-custom_shadow .select2-container--default .select2-selection--single .select2-selection__rendered, .tags-custom .select2-container--default .select2-selection--multiple .select2-container--default .select2-selection--single .select2-selection__rendered {
  font: normal 1rem/171% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #1A1A1A;
}
.single-select_md .select2-container--default .select2-selection--single, .single-select_md .select2-container--default .select2-selection--multiple, .tags-custom_md .select2-container--default .select2-selection--single, .tags-custom_md .select2-container--default .select2-selection--multiple {
  min-height: 48px;
}
.single-select_md .select2-container--default .select2-selection--single .select2-selection__rendered, .single-select_md .select2-container--default .select2-selection--multiple .select2-selection__rendered, .tags-custom_md .select2-container--default .select2-selection--single .select2-selection__rendered, .tags-custom_md .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 16px;
}

.single-select-dropdown, .tags-custom-dropdown {
  border: 1px solid #E5E5E5;
  box-shadow: 0px 0px 5px #E5E5E5;
  border-radius: 8px;
}
.single-select-dropdown .select2-results__option--selectable, .tags-custom-dropdown .select2-results__option--selectable {
  padding: 8px 16px;
}
.single-select-dropdown .select2-results__option--selectable.select2-results__option--highlighted, .tags-custom-dropdown .select2-results__option--selectable.select2-results__option--highlighted {
  background-color: #CCCCCC;
}
.single-select-dropdown .select2-results__option--selectable.select2-results__option--selected, .tags-custom-dropdown .select2-results__option--selectable.select2-results__option--selected {
  background-color: #999999;
  color: #fff;
}

.tags-custom .select2-container--default::after {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
  content: "\e912";
  font-family: "icomoon" !important;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  color: #4B535F;
}
.tags-custom .select2-container--default .select2-selection--multiple {
  padding: 4px 45px 12px 4px;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 8px 0 0 8px;
  background-color: #0072CE;
  border-radius: 100px;
  color: #fff;
  padding: 4px 8px 4px 28px;
  border: 0;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  color: #fff;
  border: 0;
  padding: 0;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: transparent;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after {
  content: "\e917";
  display: block;
  font-family: "icomoon" !important;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}
.tags-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font: bold 0.625rem/16px "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
  font-feature-settings: "liga" off;
  padding: 0;
}
.tags-custom .select2-container--default .select2-search--inline .select2-search__field {
  margin: 8px 0 0 8px;
  display: inline-block;
}
.tags-custom .select2-container--default.select2-container--open::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.profile__btns .btn {
  margin-left: 14px;
}
.profile__btns .btn:first-child {
  margin-left: 0;
}
.profile__cancel-btn, .profile__save-btn {
  display: none;
}
.profile__main {
  padding: 48px 0 64px;
}
.profile_edit-mode .profile__cancel-btn, .profile_edit-mode .profile__save-btn {
  display: flex;
  display: -ms-flexbox;
}
.profile_edit-mode .profile__edit-btn {
  display: none;
}
.profile_edit-mode .profile__movable-cols .column:nth-child(1) {
  -ms-order: 1;
  order: 1;
}
.profile_edit-mode .profile__movable-cols .column:nth-child(2) {
  -ms-order: 3;
  order: 3;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.profile_edit-mode .profile__movable-cols .column:nth-child(3) {
  -ms-order: 2;
  order: 2;
}
.profile_edit-mode .profile-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.profile_edit-mode .profile-info.edit {
  position: static;
  opacity: 1;
  visibility: visible;
}
.profile_edit-mode .profile-avatar__edit {
  opacity: 1;
  visibility: visible;
}

.profile-avatar {
  width: 168px;
  height: 168px;
  background-color: #D1E8BC;
  border-radius: 50%;
  position: relative;
}
.profile-avatar__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
}
.profile-avatar__img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-avatar__edit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.profile-avatar__edit input {
  position: absolute;
  top: -21px;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}

.profile-info-toggle {
  position: relative;
  margin-top: 16px;
}

.profile-info {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-info__wrap {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 24px 12px 0;
}
.profile-info.edit {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.profile-info-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
}
.profile-info-item .text_lg {
  font: normal 0.875rem/162% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
}
.profile-info-item__label.text_lg {
  color: #808080;
}
.profile-info-item__value.text_lg {
  font-weight: bold;
}

@media (max-width: 1023px) {
  .profile__main {
    padding-top: 38px;
    padding-bottom: 53px;
  }
  .profile-avatar {
    width: 120px;
    height: 120px;
  }
  .profile-info-toggle {
    margin-top: 20px;
  }
  .profile-info {
    margin-left: -8px;
    margin-right: -8px;
  }
  .profile-info__wrap {
    padding: 16px 8px 0;
  }
  .profile-info-item {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .profile-info-item .text_lg {
    line-height: 143%;
  }
}
@media (max-width: 767px) {
  .profile__main {
    padding: 20px 16px 36px;
  }
  .profile__avatar {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .profile_edit-mode .profile__cancel-btn, .profile_edit-mode .profile__save-btn {
    margin-top: 24px;
  }
  .profile-avatar {
    width: 100px;
    height: 100px;
  }
  .profile-avatar__edit {
    width: 32px;
    height: 32px;
  }
  .profile-info-toggle {
    margin-top: 4px;
  }
  .profile-info {
    margin-left: 0;
    margin-right: 0;
  }
  .profile-info__wrap {
    padding: 16px 0 0 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .profile-info-item {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .profile-info-item .text_lg {
    line-height: 143%;
  }
}
.preferred-schedule-btn {
  width: 100%;
  height: 48px;
  background: #E5F0F1;
  border-radius: 0px 0px 16px 16px;
  color: #0072CE;
  display: block;
  cursor: pointer;
}
.preferred-schedule-btn span {
  font-family: "HelveticaNeueLTARMW05";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  display: inline-block;
}
.preferred-schedule-btn .icon {
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
}
