@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #153257;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

a {
  color: #4637A5;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #153257;
}

h1 {
  font-size: 44px;
  font-weight: 800;
}

h2 {
  font-weight: 800;
}

h3 {
  font-size: 24px;
  font-weight: 800;
}

h4 {
  font-size: 20px;
  font-weight: 800;
}

h5 {
  font-size: 16px;
  font-weight: 800;
}

.theme-color {
  color: #4637A5;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  right: 20px;
  width: 35px;
  height: 35px;
  padding: 10px;
  top: 50%;
  display: block;
  border-radius: 6px;
  opacity: 0;
  transition: all ease 0.5s;
  background: #4637A5;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.scroll-top svg {
  vertical-align: top;
}

.custom-button {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-weight: 700;
  outline: none;
  background: transparent;
  border: 2px solid transparent;
  text-align: center;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  min-width: 90px;
}
.custom-button.custom-button-main {
  color: #153257;
  border-color: #25BC8F;
}
.custom-button.custom-button-main.invert {
  color: #fff;
  border-color: #25BC8F;
}
.custom-button.custom-button-main.invert:hover {
  text-decoration: none;
  background: #25BC8F;
}
.custom-button.custom-button-main:hover {
  color: #fff;
  text-decoration: none;
  background: #25BC8F;
}
.custom-button.custom-button-main:hover:after, .custom-button.custom-button-main:hover:before {
  border-color: #fff;
}
.custom-button.custom-button-red {
  color: #153257;
  border-color: #e04b4b;
}
.custom-button.custom-button-red.invert {
  color: #fff;
  border-color: #e04b4b;
}
.custom-button.custom-button-red.invert:hover {
  text-decoration: none;
  background: #e04b4b;
}
.custom-button.custom-button-red:hover {
  color: #fff;
  text-decoration: none;
  background: #e04b4b;
}
.custom-button.custom-button-red:hover:after, .custom-button.custom-button-red:hover:before {
  border-color: #fff;
}
.custom-button.custom-button-yellow, .custom-button.custom-button-yellow:hover {
  color: #4637a5;
  border: none;
  background: -o-radial-gradient(50% 0, 100% 100%, #ffd200 0, #ffbe43 100%);
  background: radial-gradient(100% 100% at 50% 0, #ffd200 0, #ffbe43 100%);
}
.custom-button.custom-button-secondary {
  color: #153257;
}
.custom-button.custom-button-secondary:hover {
  color: #fff;
  text-decoration: none;
  background: #25BC8F;
}
.custom-button.custom-button-secondary:hover:after, .custom-button.custom-button-secondary:hover:before {
  border-color: #fff;
}
.custom-button.custom-button-prev:before, .custom-button.custom-button-next:after {
  position: relative;
  top: 0;
  display: inline-block;
  content: "";
  border-color: #153257;
  border-style: solid;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-button.custom-button-prev:before {
  width: 9px;
  height: 9px;
  border-width: 0 0 2px 2px;
  margin-right: 10px;
}
.custom-button.custom-button-next:after {
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  margin-left: 10px;
}
.custom-button.custom-button-sm {
  border-radius: 8px;
  padding: 6px 12px 8px;
  line-height: 1.5;
  font-size: 15px;
}
.custom-button.custom-button-md {
  border-radius: 8px;
  padding: 10px 24px 11px;
  line-height: 1.5;
  font-size: 14px;
}
.custom-button.custom-button-facebook {
  height: 40px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background: #4469B0;
  border-width: 1px;
}
.custom-button.custom-button-facebook:hover {
  background: #5182e0;
}
.custom-button.custom-button-google {
  font-size: 13px;
  height: 40px;
  border-width: 1px;
  color: #153257;
  text-decoration: none;
  background: #fff;
  border-color: #ACB7C5;
}
.custom-button.custom-button-google:hover {
  background: #F7F8FF;
}
.custom-button.custom-button-wide {
  padding: 12px 44px;
}
.custom-button .button-icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.custom-button .button-text {
  display: inline-block;
  vertical-align: middle;
}
.custom-button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.custom-button-link {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 2px solid #25BC8F;
  color: #153257;
}
.custom-button-link.invert {
  color: #fff;
}
.custom-button-link.invert:hover {
  color: #fff;
}
.custom-button-link:hover {
  color: #153257;
  text-decoration: none;
  border-bottom-style: dotted;
}

header.main-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 34px 0;
  background: #4637A5;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}
header.main-header .container {
  position: relative;
}
header.main-header .logo {
  display: inline-block;
  position: absolute;
  margin-top: 20px;
  margin-left: -130px;
}
header.main-header .logo img {
  vertical-align: top;
}

nav.header-menu {
  line-height: 48px;
  margin-top: 3px;
}
nav.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.header-menu ul li {
  display: inline-block;
  margin-right: 40px;
}
nav.header-menu ul li a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all ease 0.5s;
  text-decoration: none;
}
nav.header-menu ul li a:hover {
  color: #FFD200;
}

.header-menu-right {
  margin-top: 13px;
}

nav.footer-menu {
  font-family: "Roboto", sans-serif;
}
nav.footer-menu .form-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 15px;
}
nav.footer-menu.invert ul li {
  display: block;
  margin-bottom: 30px;
  margin-right: 0;
}
nav.footer-menu.invert ul li a {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  display: inline;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
nav.footer-menu.invert ul li a:hover {
  border-color: transparent;
}
nav.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.footer-menu ul li {
  display: inline-block;
}
nav.footer-menu ul li:not(:last-child) {
  margin-right: 40px;
}
nav.footer-menu ul li a {
  text-transform: uppercase;
  display: inline;
  font-size: 15px;
  font-weight: 700;
  color: #153257;
  transition: all ease 0.3s;
  text-decoration: none;
}
nav.footer-menu ul li a:hover {
  color: #4637A5;
}

main.main-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

footer.main-footer .footer-shadow {
  height: 480px;
  width: 480px;
  border-radius: 50%;
  position: absolute;
  left: 25%;
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, #5B4BBC 0%, #4637A5 100%);
}
footer.main-footer .custom-button-link {
  font-size: 14px;
  font-weight: 300;
}
footer.main-footer .footer-form .form-field {
  margin-bottom: 0;
  position: relative;
}
footer.main-footer .footer-form .form-field .form-control {
  background: #fff;
  border-bottom: 1px solid #25BC8F;
}
footer.main-footer .footer-form .form-field .form-control:focus {
  box-shadow: none;
}
footer.main-footer .footer-form .form-field .button-submit {
  height: 100%;
  width: 40px;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
footer.main-footer .footer-form .form-field .button-submit:hover svg path {
  fill: #25BC8F;
}
footer.main-footer .footer-form .title {
  font-weight: 300;
  color: #fff;
  margin-bottom: 8px;
}
footer.main-footer .footer-copy {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-top: 50px;
  border-top: 1px solid #4b50c8;
  margin-top: 30px;
}
footer.main-footer .footer-address {
  color: #fff;
  font-weight: 300;
}
footer.main-footer .footer-address .item {
  margin-bottom: 15px;
}
footer.main-footer .footer-address .item p {
  margin-bottom: 5px;
}
footer.main-footer .footer-text {
  margin-bottom: 3px;
}
footer.main-footer .footer-head {
  padding: 50px 0;
}
footer.main-footer .footer-head .logo {
  display: inline-block;
  margin-top: 5px;
}
footer.main-footer .footer-foot {
  overflow: hidden;
  position: relative;
  padding: 55px 0 30px;
  background: #4637A5;
}

section {
  margin: 20px 0;
}

section.login h3.title {
  margin-left: 30px;
}
section.login .form {
  background: #F7F8FF;
  border-radius: 10px;
  padding: 20px;
}
section.login .form div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
section.login .form.form-login {
  max-width: 480px;
  padding: 50px 37px;
}
section.login .form.form-register {
  padding: 50px 37px;
}
section.login .form.form-items .items {
  position: relative;
  margin-bottom: 20px;
}
section.login .form.form-items .items .item {
  position: relative;
  background: #fff;
  padding: 2px 30px 2px 10px;
  border-bottom: 1px solid #E7EBF9;
  cursor: pointer;
}
section.login .form.form-items .items .item:hover {
  background: #DEE1EF;
}
section.login .form.form-items .items .item:hover .icon-action {
  background: #fff;
}
section.login .form.form-items .items .item:hover .icon-action svg path {
  fill: #4637A5;
}
section.login .form.form-items .items .item .d-table-cell {
  height: 40px;
}
section.login .form.form-items .items .item:not(:last-child) {
  margin-bottom: 5px;
}
section.login .form.form-items .items .item .item-date {
  font-size: 13px;
  max-width: 220px;
  line-height: 1.4;
  color: #25BC8F;
}
section.login .form.form-items .items .item .item-date strong {
  color: #153257;
}
section.login .form.form-items .items .item .icon-action {
  border: 1px solid #eff0f3;
  color: #153257;
  font-weight: 700;
  border-radius: 6px;
  position: absolute;
  top: 9px;
  padding: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: #F7F8FF;
}
section.login .form.form-profile {
  padding: 20px 30px;
}
section.login .form.form-profile .therapists {
  margin: 0 -10px;
  background: transparent;
  padding: 0;
}
section.login .form.form-profile .therapists .therapist {
  padding: 0;
  margin-bottom: 20px;
}
section.login .form.form-profile .therapists .therapist:hover {
  background: transparent;
}
section.login .form.form-reports {
  padding: 20px;
}
section.login .form.form-reports ul.nav {
  padding: 0;
  background: transparent;
}
section.login .form.form-wide {
  padding: 50px 80px;
}
section.login .central-content {
  max-width: 660px;
}
section.login .users {
  margin-top: 100px;
}
section.login .intro {
  background: #F7F8FF;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
section.login .intro .decor {
  position: absolute;
  top: 70px;
  right: 20px;
}
section.login .intro .title {
  margin-left: 0;
}
section.login .intro .content {
  max-width: calc(100% - 60px);
  font-weight: 300;
}
section.login .intro .content p {
  margin-bottom: 0;
}

aside.sidebar {
  position: relative;
  margin-bottom: 20px;
}
aside.sidebar canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
aside.sidebar.sidebar-menu {
  max-width: 300px;
}
aside.sidebar.sidebar-snapshot .calendar {
  padding: 0.4em 0;
  line-height: 24px;
}
aside.sidebar.sidebar-snapshot .calendar .icon-calendar {
  position: relative;
  height: 15px;
  top: 0;
}
aside.sidebar.sidebar-snapshot .calendar .date {
  font-size: 11px;
}
aside.sidebar.sidebar-snapshot .tabs-holder {
  margin-top: 10px;
  border-radius: 10px;
  padding: 15px;
  background: #F7F8FF;
}
aside.sidebar.sidebar-snapshot .tabs-holder ul.nav {
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
aside.sidebar .title {
  margin: 0;
}
aside.sidebar .holder {
  margin-top: 10px;
  position: relative;
  background: #F7F8FF;
  padding: 20px 15px 20px 20px;
  border-radius: 10px;
}
aside.sidebar .holder.therapists {
  padding: 10px;
}
aside.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.sidebar ul .menu-list {
  position: relative;
}
aside.sidebar ul .menu-list.active > a {
  background: #4637A5;
  color: #fff;
}
aside.sidebar ul .menu-list.active > a:hover {
  background: #4637A5;
  color: #fff;
}
aside.sidebar ul .menu-list.active > a:after {
  content: none;
}
aside.sidebar ul .menu-list > a {
  display: block;
  color: #153257;
  font-weight: 700;
  border-radius: 10px;
  padding: 16px 35px;
  position: relative;
}
aside.sidebar ul .menu-list > a:hover {
  background: #F7F8FF;
  color: #4637A5;
}
aside.sidebar ul .menu-list > a:hover:after {
  content: none;
}
aside.sidebar ul .menu-list > a:hover svg path {
  fill: #4637A5;
}
aside.sidebar ul .menu-list > a svg {
  position: absolute;
  margin-left: 7px;
  margin-top: 6px;
}
aside.sidebar ul .menu-list > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  border-bottom: 1px solid #E7EBF9;
}
aside.sidebar ul .menu-list .sub-menu {
  padding-left: 20px;
  border-bottom: 1px solid #E7EBF9;
}
aside.sidebar ul .menu-list .sub-menu li.active a {
  color: #4637A5;
}
aside.sidebar ul .menu-list .sub-menu li a {
  display: block;
  color: #153257;
  border-radius: 10px;
  padding: 10px 35px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
aside.sidebar ul .menu-list .sub-menu li a:hover {
  color: #4637A5;
}

nav.breadcrumb-holder {
  font-family: "Roboto", sans-serif;
  padding: 30px 0;
  position: relative;
}
nav.breadcrumb-holder .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #153257;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 18px;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 18px;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item.active {
  color: #153257;
  font-weight: bold;
}
nav.breadcrumb-holder .breadcrumb a {
  color: #153257;
  font-weight: 300;
}
nav.breadcrumb-holder .breadcrumb a:hover {
  color: #4637A5;
}

nav.social-links a {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
nav.social-links a:not(:last-child) {
  margin-right: 3px;
}
nav.social-links a:after {
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #4637A5;
  transition: all ease 0.3s;
  transform: scale(0);
}
nav.social-links a svg {
  position: relative;
  z-index: 2;
  display: inline-block;
}
nav.social-links a:hover:after {
  transform: scale(1);
}
nav.social-links a:hover svg path {
  fill: #fff;
}

.therapists {
  background: #F7F8FF;
  padding: 10px;
  border-radius: 10px;
}
.therapists .therapist {
  color: #153257;
  padding: 10px;
  border-radius: 10px;
  display: block;
}
.therapists .therapist:hover .custom-button-main {
  color: #fff;
  text-decoration: none;
  background: #25BC8F;
}
.therapists .therapist.therapist-lg .image-holder {
  min-width: 120px;
  height: 120px;
  width: 120px;
}
.therapists .therapist.therapist-lg .content-holder {
  padding: 0 20px;
  width: 100%;
}
.therapists .therapist.therapist-lg .button-holder {
  margin-top: 30px;
  min-width: 160px;
}
.therapists .therapist:hover {
  background: rgba(222, 225, 239, 0.5);
}
.therapists .therapist .image-holder {
  margin: 0;
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 10px;
}
.therapists .therapist .name {
  margin-bottom: 5px;
}
.therapists .therapist .name span {
  border-bottom: 1px solid #153257;
}
.therapists .therapist .content-holder {
  padding-right: 30px;
}
.therapists .therapist .content-holder .info {
  font-size: 14px;
}

.sessions {
  padding-bottom: 16px !important;
}
.sessions .session {
  height: 70px;
  width: calc((100% / 10) - 5px);
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  padding: 25px 3px;
  font-weight: 400;
  background: #DEE1EF;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  color: #A1ADBC;
  margin-bottom: 4px;
}
.sessions .session.active {
  background: #25BC8F;
  color: #fff;
}
.sessions .session:last-child {
  margin-right: 0;
}

.calendar {
  padding: 0.4em 0;
  line-height: 24px;
}
.calendar:hover {
  cursor: pointer;
  color: #4637A5;
}
.calendar:hover .icon-calendar svg path {
  fill: #4637A5;
}
.calendar .icon-calendar {
  display: inline-block;
  position: relative;
}
.calendar .date {
  display: inline-block;
  vertical-align: top;
}

.sidebar-button {
  width: 100%;
  padding: 15px 20px;
  background: #DEE1EF;
  color: #153257;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  text-transform: uppercase;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
.sidebar-button:hover, .sidebar-button:focus {
  outline: none;
  text-decoration: none;
  color: #153257;
}
.sidebar-button.active {
  color: #153257;
}
.sidebar-button.active .arrow:before {
  transform: rotate(-45deg);
}
.sidebar-button.active .arrow:after {
  transform: rotate(45deg);
}
.sidebar-button .arrow {
  display: block;
  width: 10px;
  position: absolute;
  right: 30px;
  top: 26px;
}
.sidebar-button .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #153257;
  transform: rotate(45deg);
}
.sidebar-button .arrow:after {
  left: 7px;
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #153257;
  transform: rotate(-45deg);
}

body.menu-open .button-menu span {
  width: 30px;
}
body.menu-open .button-menu span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
}
body.menu-open .button-menu span:nth-child(2) {
  width: 50px;
  opacity: 0;
  visibility: hidden;
}
body.menu-open .button-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 17px;
}

.button-menu {
  border-radius: 5px;
  vertical-align: top;
  background: transparent;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 46px;
  padding: 11px;
  z-index: 999;
  border: none;
  outline: none;
  margin-top: 5px;
  margin-left: 15px;
}
.button-menu:focus {
  outline: none;
}
.button-menu span {
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.button-menu span:nth-child(1) {
  top: 9px;
}
.button-menu span:nth-child(2) {
  top: 18px;
}
.button-menu span:nth-child(3) {
  top: 26px;
}

body.menu-open {
  overflow: hidden;
  height: 100%;
}
body.menu-open .button-menu .hamburger {
  background: linear-gradient(45deg, transparent 45%, #153257 46%, #153257 55%, transparent 56%), linear-gradient(-45deg, transparent 45%, #153257 46%, #153257 55%, transparent 56%);
}
body.menu-open section.popup-menu {
  transform: translateX(0);
  pointer-events: all;
  visibility: visible;
}

.users .user {
  max-width: 300px;
}
.users .user .image-holder {
  height: 150px;
  padding: 15px 20px;
  width: 150px;
  transition: all ease 0.5s;
  border: 10px solid #F7F8FF;
  background: #F7F8FF;
  text-align: center;
  border-radius: 10px;
}
.users .user .image-holder:hover {
  border-color: #DEE1EF;
}
.users .user .image-holder svg {
  max-width: 100%;
  display: inline-block;
}
.users .user .image-holder img {
  border-radius: 10px;
}
.users .user .name {
  color: #4637A5;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.users .user .text {
  line-height: 1.6;
}
.users .user .text p {
  margin: 0;
}

.tabs-holder ul.nav {
  background: #EBEDF7;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  border: none;
}
.tabs-holder ul.nav.nav-tabs.nav-tabs-sm .nav-item {
  margin-right: 0px;
}
.tabs-holder ul.nav.nav-tabs.nav-tabs-sm .nav-link {
  padding: 0.5em 0.6rem;
  font-size: 14px;
}
.tabs-holder ul.nav.nav-tabs .nav-item {
  margin-right: 10px;
}
.tabs-holder ul.nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.tabs-holder ul.nav.nav-tabs .nav-link {
  padding: 0.6rem 1rem;
  color: #153257;
  font-weight: 700;
  border-radius: 6px;
  border: none;
}
.tabs-holder ul.nav.nav-tabs .nav-link.active {
  box-shadow: 0px 20px 30px rgba(31, 57, 63, 0.1);
}

.appointments {
  position: relative;
}
.appointments .tab-content {
  background: #F7F8FF;
  border-radius: 10px;
  padding: 20px;
}

table.table {
  font-size: 14px;
  color: #153257;
}
table.table thead tr th {
  border-top: none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 2px solid #E7EBF9;
}
table.table tr:hover {
  background-color: #EBEDF7;
}
table.table tr td {
  border-bottom: 1px solid #E7EBF9;
}
table.table.dataTable {
  margin: 0 0 12px !important;
  border-collapse: collapse !important;
}

.icon-action {
  display: inline-block;
  height: 11px;
  width: 20px;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  margin: 0 2px;
}
.icon-action svg {
  vertical-align: top;
}
.icon-action:hover svg path {
  fill: #4637A5;
}

.form-checkbox {
  cursor: pointer;
  margin: 0;
  position: relative;
  padding-left: 32px;
}
.form-checkbox label.error {
  margin-top: 10px;
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border: none;
}
.form-checkbox .checkbox-label {
  line-height: 20px;
}
.form-checkbox label {
  cursor: pointer;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #153257;
  border-radius: 0;
}
.form-checkbox input[type=checkbox] {
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form-checkbox input[type=checkbox].error ~ .checkmark {
  border-color: red;
}
.form-checkbox input[type=checkbox] ~ .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #DEE1EF;
  border: 1px solid #D2D6E6;
  border-radius: 2px;
  transition: all ease 0.2s;
}
.form-checkbox input[type=checkbox] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #4637A5;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-checkbox input[type=checkbox]:hover input ~ .checkmark {
  border-color: #4637A5;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark {
  opacity: 1;
  background-color: #DEE1EF;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-checkbox input[type=checkbox]:checked ~ .checkbox-label {
  opacity: 1;
}

.form-radio {
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.form-radio:hover .checkbox-label {
  opacity: 1;
}
.form-radio:hover input[type=checkbox] ~ .checkmark {
  opacity: 1;
}
.form-radio label.error {
  margin-top: 10px;
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border: none;
}
.form-radio .checkbox-label {
  opacity: 0.5;
  font-size: 18px;
  line-height: 20px;
}
.form-radio label {
  cursor: pointer;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #153257;
  border-radius: 0;
}
.form-radio input[type=radio] {
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form-radio input[type=radio].error ~ .checkmark {
  border-color: red;
}
.form-radio input[type=radio] ~ .checkmark {
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #153257;
  border: 2px solid #153257;
  transition: all ease 0.2s;
}
.form-radio input[type=radio] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4637A5;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-radio input[type=radio]:hover input ~ .checkmark {
  border-color: #d2d2d2;
}
.form-radio input[type=radio]:checked ~ .checkmark {
  opacity: 1;
  background-color: #153257;
  border-color: #153257;
}
.form-radio input[type=radio]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-radio input[type=radio]:checked ~ .checkbox-label {
  opacity: 1;
}

.form-field {
  margin-bottom: 10px;
}
.form-field.row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-field label {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

form {
  margin: 0;
}

select.form-control {
  background-image: url("../images/icon-arrow.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control {
  height: 48px;
  padding: 8px 15px;
  border: 1px solid #D2D6E6;
  border-radius: 6px;
  font-size: 16px;
  color: #153257;
  background-color: #DEE1EF;
}
.form-control::-webkit-input-placeholder {
  color: #153257;
  font-weight: 300;
}
.form-control :-ms-input-placeholder {
  color: #153257;
  font-weight: 300;
}
.form-control ::placeholder {
  color: #153257;
  font-weight: 300;
}
.form-control.form-lighter {
  background-color: #fdfdff;
}
.form-control:focus {
  background-color: inherit;
}

.fw-300 {
  font-weight: 300;
}

.bookings__book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 440px;
  min-height: 84px;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  padding: 15px 30px 15px 40px;
  margin: 0 auto 45px;
}

.bookings__book-contents p {
  font-size: 20px;
  line-height: 26px;
  color: #153257;
  margin-bottom: 0;
}

.calendar {
  max-width: 356px;
}
.calendar thead tr:first-child td {
  text-align: left;
}
.calendar .month-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 22px;
  margin: 0 5px;
  text-align: center;
}
.calendar .month-button--prev {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

#calendar {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
#calendar, #calendar tr.dn td {
  font-size: 16px;
  line-height: 22px;
}
#calendar thead tr:first-child td:first-child:hover, #calendar thead tr:first-child td:nth-child(3):hover {
  cursor: pointer;
}
#calendar thead td {
  font-size: 16px;
  line-height: 22px;
  color: #153257;
  height: 50px;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#calendar thead tr:first-child td {
  height: auto;
}
#calendar tbody td {
  font-size: 16px;
  line-height: 22px;
  color: #153257;
  height: 50px;
  width: 50px;
}
#calendar tbody td .output {
  color: #a1adbc;
  pointer-events: none;
}
#calendar tbody td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#calendar tbody td .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: auto;
}
#calendar tbody td .current, #calendar tbody td .current span.active {
  background: #4637a5;
  color: #fff;
}

.box-form__items {
  padding: 5px;
  width: 100%;
}
.box-form__items input {
  position: relative;
  min-height: 48px;
  width: 100%;
  background: #dee1ef;
  border: 1px solid #d2d6e6;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #153257;
}
.box-form__items .radio-item {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.box-form__items .radio-item:last-child {
  margin-right: 0;
}
.box-form__items .radio-item .radio-item__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
  display: none;
}
.box-form__items .radio-item .radio-item__input:checked + .radio-item__status {
  background: #4637a5;
  color: #fff;
}
.box-form__items .radio-item .radio-item__status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dee1ef;
  border: 1px solid #d2d6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 48px;
  width: 100%;
  padding: 10px 20px;
  color: #153257;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.times-holder {
  margin: 0 -5px;
}

.form-step .form-step__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-step .form-step__indicators .form-step__indicator-item {
  position: relative;
  width: 60px;
  background: #dee1ef;
  margin: 0 5px;
  border-radius: 10px;
}
.form-step .form-step__indicators .form-step__indicator-item, .form-step .form-step__indicators .form-step__indicator-item:before {
  height: 4px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.form-step .form-step__indicators .form-step__indicator-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  background: #ffd011;
}
.form-step .form-step__indicators .form-step__indicator-item.form-step__indicator-item--active:before {
  width: 100%;
}
.form-step .form-step__step-number {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #153257;
  margin: 40px auto 30px;
}
.form-step .form-step__messages {
  padding: 0 80px;
}
.form-step .form-step__items .form-step__item {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  padding: 0 80px;
}
.form-step .form-step__items .form-step__item.form-step__item--active {
  display: block;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button {
  display: block;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button:last-child {
  margin-right: 0;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button.radio-button--full-style {
  background: #fdfdff;
  border-radius: 100px;
  min-height: 44px;
  padding: 12px 20px;
  margin-bottom: 10px;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button.radio-button--half-style {
  width: calc(50% - 10px);
  display: inline-block;
  background: #fdfdff;
  border-radius: 100px;
  min-height: 44px;
  padding: 12px 20px;
  margin-bottom: 10px;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button.radio-button--half-style:nth-child(even) {
  margin-left: 10px;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
  display: none;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__input:checked + .radio-button__text .radio-button__status:after {
  opacity: 1;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__input[type=checkbox] + .radio-button__text .radio-button__status:before, .form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__input[type=checkbox] + .radio-button__text .radio-button__status:after {
  border-radius: 0;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #153257;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__text .radio-button__status {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__text .radio-button__status:after, .form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__text .radio-button__status:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__text .radio-button__status:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d6e6;
  background-color: #dee1ef;
}
.form-step .form-step__items .form-step__item .box-form__inside .radio-button .radio-button__text .radio-button__status:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #4637a5;
  opacity: 0;
}
.form-step .form-step__navigate--default-offset {
  padding: 50px 80px;
}
.form-step .box-form__head {
  margin-bottom: 10px;
}
.form-step .box-form__head.box-form__head--text-center {
  text-align: center;
}
.form-step .box-form__head h3, .form-step .box-form__head h4 {
  font-size: 24px;
  line-height: 32px;
  color: #153257;
  font-weight: 400;
}
.form-step .box-form__head h2 {
  font-size: 24px;
  line-height: 32px;
  color: #153257;
  font-weight: 800;
}
.form-step.box-form.box-form--default-offset {
  padding: 70px 80px 55px;
}
.form-step.box-form .box-form__button {
  padding-top: 30px;
  text-align: center;
}

.suggested {
  margin-top: 50px;
}
.suggested .suggested__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin-bottom: 30px;
}
.suggested .suggested__item .suggested__item-image {
  position: relative;
  width: 150px;
  min-width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}
.suggested .suggested__item .suggested__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.suggested .suggested__item .suggested__item-content .suggested__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #153257;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 5px;
}
.suggested .suggested__item .suggested__item-content .suggested__text {
  font-size: 14px;
  line-height: 20px;
  color: #153257;
  margin-bottom: 10px;
}
.suggested .suggested__item .suggested__item-content .suggested__text p {
  margin: 0;
  font-weight: 300;
}
.suggested .suggested__item .suggested__item-content .suggested__text span {
  color: #4637a5;
  font-weight: 400;
}

/** custom loader **/
.loader {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  animation: loader 0.75s linear infinite;
}
.loader.loader-relative {
  position: relative;
}
.loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.loader .loader-inner-1 {
  background: linear-gradient(to right, rgba(70, 55, 165, 0) 0%, rgba(70, 55, 165, 0) 50%, #4637A5 51%);
}
.loader .loader-inner-2 {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.loader .loader-inner-3 {
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: #D2D6E6;
}
.select2-container .select2-selection--multiple {
  border: 1px solid #D2D6E6;
}
.select2-container .select2-selection {
  padding: 8px 10px 13px;
  border: 1px solid #D2D6E6;
  border-radius: 6px;
  font-size: 16px;
  color: #153257;
  background-color: #DEE1EF;
}

.datepicker {
  z-index: 999 !important;
}
.datepicker.dropdown-menu {
  border-color: #D2D6E6;
}
.datepicker .table-condensed .prev {
  background: #F7F8FF;
  color: #4637A5;
}
.datepicker .table-condensed .next {
  background: #F7F8FF;
  color: #4637A5;
}
.datepicker .table-condensed .datepicker-switch {
  text-transform: uppercase;
}
.datepicker .datepicker-switch:hover {
  color: #4637A5;
  background: #fff;
}
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #4637A5;
  color: #fff;
}
.datepicker table tr th {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #153257;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.datepicker table tr td {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #153257;
  font-weight: 500;
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.datepicker table tr td span {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #F7F8FF;
  color: #25BC8F;
  font-weight: 700;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.active, .datepicker table tr td span:active, .datepicker table tr td span:hover, .datepicker table tr td span:hover.active, .datepicker table tr td span:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span:hover:hover {
  color: #fff;
  font-weight: 500;
  background: #25BC8F;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #153257;
}
.datepicker table tr td span.disabled, .datepicker table tr td span[disabled] {
  color: #999;
  opacity: 0.65;
}
.datepicker table tr td span.disabled:hover, .datepicker table tr td span[disabled]:hover {
  color: #999;
  background: none;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  font-weight: 700;
  background: #F7F8FF;
  color: #25BC8F;
  cursor: pointer;
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled] {
  color: #fff;
  background: #25BC8F;
  font-weight: 700;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  color: #fff;
  background: #25BC8F;
  font-weight: 700;
}

.swal2-container .swal2-styled {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.swal2-container .swal2-styled.swal2-confirm {
  background-color: #25BC8F;
}
.swal2-container .swal2-styled.swal2-cancel {
  background-color: #EBEDF7;
  color: #153257;
}
.swal2-container .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #ffd200;
}
.swal2-container .swal2-title {
  color: #153257;
}
.swal2-container .swal2-content {
  color: #153257;
  font-size: 16px;
  font-weight: 400;
}

.select-option {
  margin: 0 50px 20px;
}
.select-option .select-option__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f7f8ff;
  border-radius: 10px;
  padding: 30px 40px 50px;
  min-height: 320px;
  max-width: 320px;
  margin: 0 auto 30px;
}
.select-option .select-option__item:before {
  position: absolute;
  content: "";
  max-width: 240px;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #4637a5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  display: none;
  z-index: -1;
}
.select-option .select-option__item.select-option__item--active {
  background: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.select-option .select-option__item.select-option__item--active:before {
  display: block;
}
.select-option .select-option__item.select-option__item--active .custom-button, .select-option .select-option__item.select-option__item--active .custom-button:hover {
  color: #4637a5;
  border: none;
  background: -o-radial-gradient(50% 0, 100% 100%, #ffd200 0, #ffbe43 100%);
  background: radial-gradient(100% 100% at 50% 0, #ffd200 0, #ffbe43 100%);
  padding: 14px 24px;
}
.select-option .select-option__item .select-option__item-name {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 20px;
  color: #153257;
  text-align: center;
  border-bottom: 2px solid #e7ebf9;
}
.select-option .select-option__item .select-option__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.select-option .select-option__item .select-option__item-price span {
  position: relative;
  display: inline-block;
  top: 12px;
  font-size: 30px;
  line-height: 36px;
  color: rgba(117, 99, 188, 0.5);
  margin-right: 10px;
}
.select-option .select-option__item .select-option__item-price p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #4637a5;
}
.select-option .select-option__item .select-option__item-button {
  text-align: center;
  margin-top: 30px;
}

.card-icons {
  display: inline-block;
}
.card-icons .card-icons__item {
  display: inline-block;
  margin-right: 8px;
}

.form-field-inline {
  display: flex;
}
.form-field-inline label {
  display: flex;
  min-width: 150px;
  padding: 11px 0 0 20px;
  background: #d0d3e5;
  border: 1px solid #d2d6e6;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.form-field-inline input {
  position: relative;
  min-height: 48px;
  width: 100%;
  background: #dee1ef;
  border: 1px solid #d2d6e6;
  border-radius: 0 6px 6px 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.select2-container--default .select2-selection--single {
  height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
  padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.select2-container--default .select2-dropdown {
  background: #F7F8FF;
  border-color: #D2D6E6;
}
.select2-container--default .select2-dropdown .select2-results__option {
  font-family: "Roboto", sans-serif;
  padding: 10px;
  font-size: 15px;
  color: #153257;
  line-height: 1.2;
}
.select2-container--default.select2-container--open .select2-selection--multiple:after {
  color: #4637A5;
}
.select2-container--default .select2-selection--multiple:after {
  content: " + ";
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #888888;
  font-weight: 700;
  font-size: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #fff;
  border: 1px solid #d2d6e6;
  font-size: 15px;
  padding: 5px 5px 5px 28px;
  font-family: "Roboto", sans-serif;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #4637A5;
  font-family: "Roboto", sans-serif;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #d2d6e6;
  color: #4637A5;
  padding: 4px 7px;
  font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #4637A5;
  color: #fff;
}
.select2-container--default .select2-results__option--selectable {
  border-bottom: 1px solid #D2D6E6;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4637A5;
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected {
  background-color: #DEE1EF;
  color: #4637A5 !important;
  font-weight: 500;
}
.select2-container--default .select2-results__option--selected {
  background-color: #DEE1EF;
  color: #4637A5 !important;
  font-weight: 500;
}

.confirmation .confirmation__title h2 {
  font-family: "Roboto", sans-serif;
  color: #153257;
  font-size: 81px;
  line-height: 60px;
}
.confirmation .confirmation__title h2 span {
  display: block;
  font-size: 44px;
}
.confirmation .confirmation__wrapper {
  margin-top: 100px;
}
.confirmation .confirmation__wrapper .confirmation__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 20px;
  border-top: 1px solid #c9e8da;
}
.confirmation .confirmation__wrapper .confirmation__step .confirmation__step-num {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #153257;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.confirmation .confirmation__wrapper .confirmation__step .confirmation__step-content {
  font-size: 16px;
  line-height: 24px;
  color: #153257;
}

table.schedule {
  width: 100%;
  user-select: none;
}
table.schedule th, table.schedule td {
  padding: 0 6px;
  border: 1px solid #dee2e6;
}
table.schedule th {
  background-color: #EBEDF7;
  text-align: center;
}
table.schedule th:first-child {
  text-align: right;
}
table.schedule td.schedule-cell {
  cursor: pointer;
}
table.schedule td.schedule-cell.active {
  background-color: #25BC8F;
}
table.schedule thead th:not(:first-child) {
  width: 70px;
}

.custom-file {
  height: 48px;
}
.custom-file .custom-file-label::after {
  height: 48px;
  padding-top: 11px;
}
.custom-file .form-control {
  padding-top: 11px;
}

.dropzone-cont {
  margin: 0;
  border: 1px solid #D2D6E6;
  border-radius: 6px;
  background-color: inherit;
}
.dropzone-cont::before {
  background-color: #DEE1EF;
  color: #153257;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dropzone-cont .dz-preview.dz-image-preview {
  background-color: inherit;
}

.required-error, .required-error + .select2 .select2-selection, .required-error + .dropzone-cont {
  border-color: #c30011 !important;
}

.icon-fa {
  color: #A1ADBC;
}
.icon-fa:hover {
  color: #4637A5;
}

.icon-notes {
  display: inline-block;
}
.icon-notes .icon-notes-placeholder {
  width: 16px;
  height: 11px;
}

.input-group-text {
  background-color: #DEE1EF;
  color: #444;
}

.page-item .page-link {
  color: #4637A5;
}
.page-item.active .page-link {
  background-color: #4637A5;
  border-color: #4637A5;
}

.dataTables_info, .dataTables_paginate {
  font-size: 14px;
}

a.link-normal {
  color: #153257;
  text-decoration: none;
  border-bottom: 2px solid #25BC8F;
}
a.link-normal:hover {
  border-bottom-style: dotted;
}

.table-hover tbody tr:hover, .table-hover tbody tr:hover .link-normal {
  color: #212529;
}

.fs-14 {
  font-size: 14px !important;
}

#cookieNotice {
  padding: 20px 5px !important;
}
#cookieNotice .confirm {
  background-color: #25BC8F !important;
}

.autofill-hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

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