:root {
  --myc-grey: #9e9e9e;
  --myc-dark: #323e48;
  --myc-gray-dark: #616161;
  --myc-gray-light: #d7d7d7;
  --myc-blue: #01bdc3;
  --myc-primary: #01bdc3;
  --myc-primary-focus: #d8f3f4;
  --myc-blue-light: #d8f3f4;
  --myc-pink: #fc3868;
  --text-color-rgb: 50, 62, 72;
  --scroll-color: #c1c1c1;
  --scroll-color-hover: #969696;
  --shadow-color: 0deg 0% 40%;
  --pale-blue: #CEF1F2;
  --pale-indigo: #B2B9E1;
  --pale-green: #B7DFB9;
  --pale-brown: #C9BBB6;
  --pale-purple: #D7A9DF;
  --pale-red: #FBB4AF;
  --pale-orange: #FFBCA7;
  --pale-yellow: #FFF7B1;
  --border-radius: 5px;
  --myc-transition: .2s ease-in-out;
  --myc-spacing: 1rem;
  --myc-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.patient-users-part {
  padding: 50px 0px;
  background: rgba(0, 164, 189, 0.3) url(../images/hero_bg_1.svg) repeat fixed;
}
.patient-users-part .main-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 75px;
}
.patient-users-part .main-title h1,
.patient-users-part .main-title h2,
.patient-users-part .main-title h3 {
  font-size: 36px;
  color: #323e48;
  margin: 5px 0;
}
.patient-users-part .main-title p,
.patient-users-part .main-title a {
  color: #323e48;
}
.patient-users-part .box-feat-2 {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}
.patient-users-part .box-feat-2 h3 {
  margin-top: 0;
  color: #fc3868;
}
.patient-users-part .box-feat-2 p {
  margin-top: 10px;
  color: #323e48;
  text-align: justify;
}
.patient-users-part .box-feat-2 .svg {
  margin-bottom: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.patient-users-part .box-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  color: #555;
}
.patient-users-part .box-form .row {
  margin-bottom: 0;
}
.patient-users-part .box-form .corona-virus-msg {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 0;
  text-align: center;
  background: #ff9800;
}
.patient-users-part .box-form .corona-virus-msg h4 {
  color: #fff;
}
.patient-users-part .box-form .corona-virus-msg p {
  font-weight: 500;
}
.patient-users-part h1,
.patient-users-part h3,
.patient-users-part p {
  color: #fff;
}
.patient-users-part h1 {
  margin-top: 0;
}
.patient-users-part .svg path,
.patient-users-part .svg rect,
.patient-users-part .svg polygon {
  fill: #00a4bd;
}
.patient-users-part .kdoc {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.patient-users-part .select2-selection {
  margin: 0 !important;
  padding: 0 !important;
}
.patient-users-part .select2-selection__rendered {
  margin: 0;
}
.patient-users-part .select2-search__field {
  margin: 0 !important;
  width: 100% !important;
}
.patient-users-part .select2-selection__rendered li {
  width: 100% !important;
}
.patient-users-part .select2-selection__choice {
  text-align: center;
}

.sidebar-layout .sidebar-layout-row {
  margin-bottom: 0;
}
.sidebar-layout .sidebar-layout-logo {
  filter: brightness(0) invert(1);
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .sidebar-layout .sidebar-layout-logo {
    margin-bottom: 30px;
  }
}
.sidebar-layout .sidebar-layout-side {
  position: relative;
  background: linear-gradient(45deg, #00a4bd, #00bda5);
  color: #fff;
  padding: 2em;
  text-align: center;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .sidebar-layout .sidebar-layout-side {
    min-height: 70vh;
  }
}
.sidebar-layout .sidebar-layout-side h1,
.sidebar-layout .sidebar-layout-side p,
.sidebar-layout .sidebar-layout-side a {
  color: #fff;
}
.sidebar-layout .sidebar-layout-side a {
  text-decoration: underline;
}
@media (max-width: 3000px) {
  .sidebar-layout .sidebar-layout-wrapper {
    transform: translate(25%, -50%) !important;
    max-width: 1000px !important;
  }
}
@media (max-width: 2500px) {
  .sidebar-layout .sidebar-layout-wrapper {
    max-width: 800px !important;
    transform: translate(0%, -50%) !important;
  }
}
@media (max-width: 2499px) {
  .sidebar-layout .sidebar-layout-wrapper {
    max-width: 600px !important;
    transform: translate(0%, -50%) !important;
  }
}
@media (max-width: 1800px) {
  .sidebar-layout .sidebar-layout-wrapper {
    max-width: 600px !important;
    transform: translate(0%, -50%) !important;
  }
}
@media (min-width: 1500px) {
  .sidebar-layout .sidebar-layout-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 1499px) {
  .sidebar-layout .sidebar-layout-wrapper {
    max-width: 650px !important;
    transform: translate(25%, 0%) !important;
  }
}
@media (max-width: 1450px) {
  .sidebar-layout .sidebar-layout-wrapper {
    transform: none !important;
    max-width: 100% !important;
  }
}
.sidebar-layout .sidebar-layout-intro {
  text-align: left;
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  max-width: 530px !important;
}
@media (max-width: 2000px) {
  .sidebar-layout .sidebar-layout-intro {
    max-width: 520px !important;
  }
}
@media (max-width: 1750px) {
  .sidebar-layout .sidebar-layout-intro {
    max-width: 450px !important;
    transform: translate(25px, -50%);
  }
}
@media (max-width: 1650px) {
  .sidebar-layout .sidebar-layout-intro {
    max-width: 400px !important;
    transform: translate(25px, -50%);
  }
}
@media (max-width: 1500px) {
  .sidebar-layout .sidebar-layout-intro {
    max-width: 335px !important;
    transform: translate(12px, -50%);
  }
}
@media (max-width: 1199px) {
  .sidebar-layout .sidebar-layout-intro {
    max-width: 250px !important;
  }
}
@media (max-width: 991px) {
  .sidebar-layout .sidebar-layout-intro {
    position: relative;
    text-align: center;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }
}
.sidebar-layout .sidebar-layout-intro h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 1.25em;
}
.sidebar-layout .sidebar-layout-main {
  padding: 2em;
}
@media (max-width: 480px) {
  .sidebar-layout .sidebar-layout-main {
    padding: 1.5em;
  }
}
.sidebar-layout .htmloptionset label.left {
  display: block;
}
.sidebar-layout .htmloptionset .middleColumn {
  clear: both;
  margin-top: 1em;
}
.sidebar-layout .htmloptionset .middleColumn::after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-layout .htmloptionset .middleColumn li {
  margin-right: 1em;
  float: left;
}
@media (max-width: 480px) {
  .sidebar-layout .htmloptionset .middleColumn li {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
}
.sidebar-layout .htmloptionset .middleColumn li label {
  min-width: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.sidebar-layout .htmloptionset .middleColumn li svg {
  margin: 16px auto 0;
}
.sidebar-layout .htmloptionset .middleColumn li span {
  display: block;
  margin-top: 0.5em;
}
.sidebar-layout .htmloptionset .middleColumn li:hover svg path, .sidebar-layout .htmloptionset .middleColumn li.checked svg path {
  fill: #199997;
}
.sidebar-layout .htmloptionset .middleColumn li:hover span, .sidebar-layout .htmloptionset .middleColumn li.checked span {
  color: #199997;
}
.sidebar-layout .htmloptionset svg {
  font-size: 58px;
}
@media (max-width: 991px) {
  .sidebar-layout .htmloptionset svg {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .sidebar-layout .htmloptionset svg {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .sidebar-layout .Actions,
  .sidebar-layout .btn-toolbar {
    margin-top: 20px;
    float: none !important;
  }
}
.sidebar-layout .progressbar-wrapper {
  height: 10vh;
  position: relative;
  margin: 0 auto;
  width: 620px;
}
@media (max-width: 480px) {
  .sidebar-layout .progressbar-wrapper {
    height: 10vh;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 350px) {
  .sidebar-layout .progressbar-wrapper {
    display: none;
  }
}
.sidebar-layout #progressbar {
  position: absolute;
  overflow: hidden;
  counter-reset: step;
}
@media (max-width: 480px) {
  .sidebar-layout #progressbar {
    padding-left: 35px;
  }
}
@media (max-width: 425px) {
  .sidebar-layout #progressbar {
    padding-left: 10px;
  }
}
.sidebar-layout #progressbar li {
  list-style-type: none;
  color: #516372;
  text-transform: uppercase;
  font-size: 9px;
  width: 120px;
  float: left;
  position: relative;
  text-align: center;
}
.sidebar-layout #progressbar li:last-child {
  width: 100px;
}
@media (max-width: 480px) {
  .sidebar-layout #progressbar li {
    font-size: 9px;
    width: 70px;
  }
  .sidebar-layout #progressbar li:last-child {
    width: 60px;
  }
}
@media (max-width: 425px) {
  .sidebar-layout #progressbar li {
    width: 65px;
  }
}
.sidebar-layout #progressbar.show-on-small li {
  text-transform: none;
}
.sidebar-layout #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  color: #fff;
  background: #516372;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  text-align: center;
}
@media (max-width: 480px) {
  .sidebar-layout #progressbar li:before {
    width: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}
.sidebar-layout #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #516372;
  position: absolute;
  left: -50%;
  top: 13px;
  z-index: -1;
}
.sidebar-layout #progressbar li:first-child:after {
  content: none;
}
.sidebar-layout #progressbar li.active:before,
.sidebar-layout #progressbar li.active:after,
.sidebar-layout #progressbar li.done:before,
.sidebar-layout #progressbar li.done:after {
  background: #22cccb;
  color: #fff;
}
.sidebar-layout form {
  max-width: 700px;
  margin: 0 auto;
}
.sidebar-layout .form-header {
  margin-top: 20px;
  text-align: center;
}
.sidebar-layout .myc-advantages .myc-advantages-title {
  font-size: 18px;
  font-style: italic;
}
.sidebar-layout .myc-advantages .functions p {
  margin: 10px 0;
}
.sidebar-layout .myc-advantages .myc-advantages-box-zero {
  text-align: center;
  font-size: 60px;
}
.sidebar-layout .myc-advantages .myc-advantages-box-zero span {
  font-size: 100px;
  line-height: 120px;
}
.sidebar-layout .myc-advantages .myc-advantages-box-price {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}
.sidebar-layout .myc-conditions {
  font-size: 12px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 500px;
  text-align: center;
}

.professional-wrapper {
  background: #fff;
}
.professional-wrapper .pw-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.professional-wrapper .pw-sidebar {
  background: linear-gradient(65deg, #00a4bd, #00bda5, #0bb69f);
  width: 30%;
}
.professional-wrapper .pw-sidebar-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100vh;
}
@media (max-width: 480px) {
  .professional-wrapper .pw-sidebar-content {
    height: auto;
    padding-bottom: 30px;
  }
}
.professional-wrapper .pw-sidebar-content header {
  padding: 30px 30px 0px;
  max-width: 100%;
  margin: 0;
  text-align: left;
  color: #fff;
}
.professional-wrapper .pw-sidebar-content header img {
  width: 100%;
  padding-bottom: 0px;
}
.professional-wrapper .pw-sidebar-content header img.logo-wud {
  width: 70%;
}
.professional-wrapper .pw-sidebar-content .artwork {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .professional-wrapper .pw-sidebar-content .artwork {
    display: none;
  }
}
.professional-wrapper .pw-form {
  margin: 0;
  padding: 0;
  background: #fff;
}
.professional-wrapper .pw-form .pw-form-content {
  max-width: 800px;
  margin: 100px auto;
  padding: 30px 30px 0;
}
@media (max-width: 480px) {
  .professional-wrapper .pw-form .pw-form-content {
    margin: 20px auto;
  }
}
.professional-wrapper .pw-form .pw-form-content h1 {
  padding-left: 0.35em;
}
.professional-wrapper .pw-form .notice p {
  font-size: 14px;
  color: #9e9ea7;
  margin: 0;
  padding-left: 0.75em;
}
.professional-wrapper .pw-form .pw-form-content-larger {
  max-width: 900px;
  width: 100%;
}
.professional-wrapper .pw-form .pw-form-content-larger h1 {
  padding-left: 0.65em;
}
.professional-wrapper .pw-form .video-wrapper {
  position: relative;
}
.professional-wrapper .pw-form .video-wrapper .video-js {
  border-radius: 5px;
}
.professional-wrapper .pw-form .video-wrapper video {
  height: auto !important;
  border-radius: 5px;
}
.professional-wrapper .pw-form .video-wrapper .vjs-control-bar {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm .flex-item:first-child,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .flex-item:first-child {
  margin-right: 20px;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_RegisterNewsletter_Holder,
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_Terms_Holder,
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_DataUseTerms_Holder,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_RegisterNewsletter_Holder,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_Terms_Holder,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_DataUseTerms_Holder {
  padding-bottom: 10px;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_RegisterNewsletter_Holder span,
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_Terms_Holder span,
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_DataUseTerms_Holder span,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_RegisterNewsletter_Holder span,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_Terms_Holder span,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_DataUseTerms_Holder span {
  font-size: 10px;
  line-height: 15px;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_SpecialityID_Holder,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalRegistrationForm_ProfessionalRegistrationForm_SpecialityID_Holder {
  max-width: 268px;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm [type=checkbox] + span:not(.lever)::before,
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm [type=checkbox]:not(.filled-in) + span:not(.lever)::after,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm [type=checkbox] + span:not(.lever)::before,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm [type=checkbox]:not(.filled-in) + span:not(.lever)::after {
  margin-top: 0;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm label,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm label {
  color: #0d0c22;
  font-weight: 500;
}
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm .Actions,
.professional-wrapper #ProfessionalRegistrationForm_ProfessionalRegistrationForm .btn-toolbar,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .Actions,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .btn-toolbar {
  padding-left: 0.75em;
}
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .flex-container-row {
  align-items: flex-start;
  justify-content: flex-start;
}
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .flex-container-row a {
  display: block;
  margin-bottom: 10px;
}
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .flex-container-row .flex-item-auto:first-child {
  margin-right: 20px;
}
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .align-flex-start {
  align-items: flex-start;
}
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm #ProfessionalInformationForm_ProfessionalInformationForm_VerificationCode_Holder {
  margin-bottom: 5px;
}
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .Actions,
.professional-wrapper #ProfessionalInformationForm_ProfessionalInformationForm .btn-toolbar {
  padding-top: 1em;
  padding-left: 1em;
}
.professional-wrapper .thanks-wrapper {
  margin: 0 auto;
  text-align: center;
}
.professional-wrapper .thanks-wrapper .content h1 {
  font-size: 32px;
  color: #000;
}
.professional-wrapper .thanks-wrapper .content h2 {
  margin-top: 10px;
  font-size: 28px;
  color: #000;
}
.professional-wrapper .thanks-wrapper .content span {
  margin-top: 20px;
  color: #323e48;
}
.professional-wrapper .thanks-wrapper svg {
  border-radius: 50px;
}
.professional-wrapper .thanks-wrapper img {
  max-width: 400px;
  margin: 0 auto;
}
.professional-wrapper .thanks-wrapper .progressbar-text,
.professional-wrapper .thanks-wrapper .loading {
  font-size: 32px;
  color: #000;
}
