* {
  font-family: Roboto, sans-serif;
}

.log_in_page_form_button_submit {
  height: 40px;
  background: #009FE2;
  border-radius: 5px;
  border: 0;
  color: #FFFFFF;
}

.login-register-form {
  box-sizing: border-box;
  padding: 30px 45px 45px;
  gap: 30px;
  border: 5px solid #ebeff8;
  border-radius: 15px;
  height: auto;
}

.login_register_page_another_action {
  background: white !important;
  border-radius: 5px !important;
  border: 1px solid #e1d6d6 !important;
  color: black !important;
}

@media (max-width: 991px) {
  .login_register_page_info_block h1 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  #loginForm .passwords {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .login-register-form {
    border: none;
  }
  #loginForm {
    padding: 0 !important;
  }
  .login-register-form h5 {
    text-align: center;
    margin-top: 0 !important;
  }
  .login-register-page .login_register_page_info_block {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
.toast {
  z-index: 1 !important;
  opacity: 0.9 !important;
}

.toast-error {
  background-color: #ff6666 !important;
  color: #fff !important;
}

.toast-info {
  background-color: #31708F !important;
  color: #fff !important;
}

.toast-success {
  background-color: #66cc66 !important;
  color: #fff !important;
}

#loginForm input#phone {
  padding-left: 65px !important;
}

@media (max-width: 991px) {
  .profile-data-form .passwords {
    display: block !important;
  }
  .profile-data-form .passwords div {
    max-width: 100% !important;
  }
  .profile-data-form h5 {
    justify-content: center !important;
    display: flex !important;
  }
  #rc_profile_tab_switcher {
    justify-content: center !important;
  }
}
@media (max-width: 576px) {
  .profile-data-form .col-md-12.pl-0 {
    padding-left: 15px !important;
  }
  .dashboard_booking_table_page,
  .dashboard_etc_buttons {
    width: 100%;
  }
}
.dashboard_etc_buttons a {
  height: 40px;
  background: #009FE2;
  border-radius: 5px;
  border: 0;
  color: #FFFFFF;
}

.form-field-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 5px;
}

.form-field-wrapper input,
.form-field-wrapper select {
  box-shadow: none;
  background: 0 0;
}

.double-fields-wrapper > .form-field-wrapper {
  width: calc(50% - 8px);
}

.double-fields-wrapper > .form-field-wrapper:last-child {
  margin-right: 0;
}

.single-field-wrapper > .form-field-wrapper {
  width: 100%;
}

.form-field-wrapper > label {
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999;
  display: block;
  width: 100%;
}

.form-field-wrapper > input,
.form-field-wrapper > select {
  width: 100%;
  border: none;
  outline: 0;
}

.form-field-radio {
  display: inline-table;
  width: 100%;
}

.form-field-radio .form-radio {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-bottom: 15px;
  margin-right: 2%;
}

.form-field-radio .form-radio.min {
  width: auto;
  margin-right: 20px;
}

@media (max-width: 650px) {
  .double-fields-wrapper > .form-field-wrapper {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .form-field-wrapper > input {
    background: 0 0;
  }
  .double-fields-wrapper {
    flex-wrap: wrap;
  }
}
label.required:after {
  content: "*";
  margin-left: 3px;
  color: #ed1b24;
}

.iti-arrow {
  display: none;
}

.rc_header .search_content .dates_display,
.rc_header .search_content .logo_content,
.rc_header .search_content .rc_profile_head {
  display: none;
}

.rc_header.rc_fixed .search_content .dates_display,
.rc_header.rc_fixed .search_content .rc_profile_head {
  display: block;
}

.rc_profile_head > a.rc_profile_widget:before,
ul.rc_topmenu.slimmenu > li.submenu > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -9px;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  opacity: 0;
  z-index: 90;
  visibility: hidden;
  transform: translate(0, 30px);
  pointer-events: none;
}

.rc_profile_head:hover > a.rc_profile_widget:before,
ul.rc_topmenu.slimmenu > li.submenu:hover > a:before {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: auto;
  transition: transform 0.4s 0.3s ease, opacity 0.5s 0.4s ease;
}

.rc_profile_head .dropdown-menu,
ul.rc_topmenu.slimmenu > li.submenu .dropdown-menu,
ul.rc_topmenu.slimmenu > li.submenu > .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 20px 20px;
  opacity: 0;
  display: block;
  z-index: -2;
  transform: translate(0, 30px);
  pointer-events: none;
  visibility: hidden;
  content-visibility: auto;
}

.rc_profile_head .dropdown-menu {
  top: 100%;
}

ul.rc_topmenu.slimmenu > li.submenu > .mega-menu {
  padding: 0 0 30px 0;
  overflow: visible !important;
}

.rc_profile_head .dropdown-menu,
ul.rc_topmenu.slimmenu > li.submenu > .dropdown-menu {
  max-width: 260px;
  padding: 0;
  background-color: #fff;
  margin-top: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.rc_profile_head .dropdown-menu:before,
ul.rc_topmenu.slimmenu li.submenu > .dropdown-menu:before {
  display: none;
  pointer-events: none;
}

.rc_profile_head:hover .dropdown-menu,
ul.rc_topmenu.slimmenu li.submenu:hover > .dropdown-menu,
ul.rc_topmenu.slimmenu > li.submenu:hover > .mega-menu {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
  z-index: 99;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.4s ease;
}

.rc_profile_head .dropdown-menu li a,
ul.rc_topmenu.slimmenu > li.submenu > .dropdown-menu li a {
  padding: 10px 5px 10px 15px;
  font-weight: 400;
  white-space: normal;
}

.rc_profile_head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.rc_profile_signin:hover {
  color: #fff !important;
}

.rc_profile_widget {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 18px;
  text-align: right;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px !important;
  width: 110px;
  color: #fff;
}

.rc_profile_user_name {
  padding: 0;
}

.rc_profile_widget.mobile {
  justify-content: flex-start;
}

.rc_profile_widget span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.rc_profile_widget-icon {
  margin-right: 8px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  overflow: hidden;
}

.rc_profile_widget-icon.mobile {
  width: 30px;
  display: flex;
  height: 30px;
}

.rc_profile_widget-icon > img {
  width: 100%;
  height: 100%;
}

.rc_profile_signin {
  font-style: normal;
  font-weight: 500;
  font-size: 13px !important;
  color: #fff !important;
  background-color: #019fe2;
  height: 38px;
  display: block;
  line-height: 36px !important;
  padding: 0 15px 0 36px !important;
  text-transform: uppercase;
  border-radius: 6px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-image: url(../icons/site/system/14/white/user.svg);
}

.rc_main_profile_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rc_profile_photo_wrapper {
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.rc_profile_photo_wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../icons/site/system/18/white/camera.svg);
}

.rc_profile_photo_wrapper > img {
  object-fit: cover;
}

.rc_profile_user_info > h2 {
  color: #000;
  word-break: break-word;
}

.rc_profile_user_info > h4 {
  color: grey;
  word-break: break-word;
}

#rc_profile_booking_details,
#rc_profile_change_password,
#rc_profile_payment_details,
#rc_profile_personal_info {
  display: none;
}

#rc_profile_booking_details.visible,
#rc_profile_change_password.visible,
#rc_profile_payment_details.visible,
#rc_profile_personal_info.visible {
  display: block;
}

.rc_profile-bookings-table {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
}

.rc_profile-bookings-table thead {
  border-bottom: 1px solid #e5e5e5;
}

.profile-tab {
  padding: 15px 30px;
}

.profile-tab.active {
  color: #009fe2;
  border-bottom: 2px solid #009fe2;
}

.profile-data-wrapper {
  padding: 30px 0 30px 0;
}

.basic-info-wrapper {
  display: flex;
  justify-content: flex-start;
}

.basic-info-data .double-fields-wrapper,
.profile-data-wrapper .double-fields-wrapper,
.signup-submit-button.btn-large {
  margin-top: 30px;
}

.profile-notification-title {
  margin-top: 40px;
}

.rc_profile-bookings-table th {
  padding: 20px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-align: start;
}

.rc_profile-bookings-table td {
  padding: 20px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: grey;
}

@media (max-width: 1025px) {
  .rc_profile_signin {
    max-width: 160px;
  }
  .rc_profile_user_name {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #rc_profile_tab_switcher {
    flex-wrap: wrap;
  }
  .rc_profile_photo_wrapper {
    justify-content: center;
    margin: 0;
    min-width: 100px;
  }
  .rc_profile_user_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .rc_profile_user_info > h2,
  .rc_profile_user_info > h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .rc_profile_user_info > h4 {
    font-size: 14px;
    margin-top: 0;
  }
  .rc_profile_user_info > h2 {
    font-size: 24px;
  }
  .profile-tab {
    width: 100%;
    text-align: center;
  }
  .rc_main_profile_info {
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
  }
  .profile-data-wrapper {
    padding: 20px 0 20px 0;
  }
  .profile-table-wrapper {
    overflow-x: scroll;
  }
}
.rc_profile_head .dropdown-menu li a, ul.rc_topmenu.slimmenu > li.submenu > .dropdown-menu li a {
  padding-right: 15px;
}

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