.footer-1 hr {
  margin-top: 0px;
}

html,
body,
#app {
  height: 100%;
}

.fixed-height {
  height: 320px;
  overflow: auto;
  overflow-x: hidden;
}

.fixed-height.increase-height {
  height: 550px;
}

body {
  overflow-x: hidden;
  overflow: hidden;
}

@media (max-width: 992px) {
  .fixed-height {
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  footer {
    padding: 3.5rem 0;
  }
}

.footer-app-logo {
  width: 145px;
  margin-bottom: 20px;
}

.navbar {
  background: #fff;
  width: 100% !important;
  max-width: 100% !important;
  /*    border-bottom:1px solid #ccc;*/
}

.navbar-light .navbar-toggler {
  outline: none !important;
}

.landing-bg-c {
  height: 100%;
  width: 100%;
  position: relative;
  background: url('/assets/img/heros/bg-3.jpg');
  background-size: cover;
}

.circle-with-text {
  width: 50px !important;
  height: 50px !important;
}

.flickity-page-dots {
  display: none;
}

.el-input__inner:focus {
  border-color: #1a263a !important;
}

.el-alert__content {
  line-height: 17px;
}

.mb-10 {
  margin-bottom: 10px;
}

.el-dropdown,
.el-dropdown-link {
  outline: none;
}

.nav-item .el-dropdown {
  color: #67768c;
  font-weight: bold;
  font-size: 24px;
}

.el-dropdown-menu__item {
  font-size: 1em;
  font-weight: bold;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #1a263a;
  color: #fff;
}

.f-white {
  color: #fff;
}

.fill-screen {
  height: 100%;
  width: 100%;
}

.el-input.is-disabled .el-input__inner {
  color: #333333;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #1a263a;
  border-color: #1a263a;
}

.nav-tabs {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 2px;
}

.nav-tabs .nav-link:not(.active) {
  color: #2c3038;
  border-bottom: 1px solid #ccc;
}

.el-dropdown {
  cursor: pointer;
}

.add-event-btn {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.c-pointer {
  cursor: pointer;
}

.w-100 {
  width: 100%;
}

.required {
  color: red;
}

.el-select-dropdown__item {
  height: auto !important;
}

.add-payment-method-link {
  color: #555a64;
  font-weight: normal;
  font-size: 12px;
  margin-left: 3px;
  text-decoration: underline;
}

.form-input-info {
  background-color: #f4f4f5;
  color: #717171;
  padding: 11px;
  display: block;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-helpers-span {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
}

.required-input input,
.required-input .custom-file-label {
  border: 1px solid red;
}

.event-price-strip {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.custom-file-label {
  white-space: nowrap;
  overflow: hidden;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #1a263a;
  color: #fff;
}

.image-background-render {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.disp-block {
  display: block;
  margin-bottom: 15px;
}

.el-button--primary {
  color: #fff !important;
  background-color: #1a263a !important;
  border-color: #1a263a !important;
  outline: none !important;
}

.el-button--primary:focus,
.el-button--primary:active {
  background-color: #1a263a;
  border-color: #1a263a;
}

.el-button--primary:hover {
  color: #fff;
  background-color: #080b10;
  border-color: #080b10;
}

.mt-20 {
  margin-top: 20px;
}

.link-group .el-link {
  margin-right: 20px;
}

.uploader-example {
  width: 100%;
  padding: 15px;
  margin: 40px auto 0;
  font-size: 12px;
  margin-top: 0px;
}

.uploader-example .uploader-btn {
  margin-right: 4px;
}

.uploader-example .uploader-list {
  max-height: 440px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.p-0 {
  padding: 0px;
}

.br-0 {
  border-radius: 0px;
}

.event-photo-name {
  padding: 0.75rem 2.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-demo,
.upload-demo .el-upload,
.upload-demo .el-upload .el-upload-dragger {
  width: 100%;
}

.nav-tabs .nav-link {
  color: #555a64 !important;
  opacity: 0.5 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1a263a !important;
  opacity: 1 !important;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #1a263a;
  border-color: #1a263a;
  opacity: 0.8;
}

.event-qr-code-list {
  /*border: 1px solid #ececec;
    border-radius: 5px;*/
  /*display: block;*/
}

.event-bg-gr-custom {
  background: linear-gradient(to right, #ffffff, #f9f9f9) !important;
}

.el-table__fixed-header-wrapper table,
.el-table__header-wrapper table,
.el-table__body-wrapper table {
  margin: 0px;
}

.el-table .cell {
  word-break: break-word;
}

.payment-details-card-inline {
  display: flex;
  align-items: center;
}

.payment-details-card-inline img {
  width: 50px;
}

.image-preview {
  padding-top: 100%;
  background-size: cover;
  border-radius: 3px;
  background-repeat: no-repeat;
}

.pos-relative {
  position: relative;
}

.chart-blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

.d-block {
  display: block;
}

.mbb-5 {
  margin-bottom: 5px !important;
}

.flickity-prev-next-button {
  background: #1a263a;
  border: 2px solid #1a263a;
  opacity: 0.5;
  display: flex;
}

.flickity-prev-next-button:hover {
  background: #1a263a;
  border: 2px solid #1a263a;
  opacity: 1;
}

.disp-flex-cont {
  display: flex;
  height: 100%;
}

.container-show-disp {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  background: #f2f2f7;
  display: flex;
  flex-direction: column;
}

.sidemenu-show-disp > div {
  height: 100%;
}

.el-menu {
  border-right: none !important;
  background: none !important;
  width: 205px;
  height: calc(100% - 80px);
  overflow: auto;
}

.el-menu--collapse {
  width: 64px;
}

.sidemenu-show-disp {
  background: #1a263a;
}

.sidemenu-show-disp .el-menu-item > span {
  padding-left: 10px;
  font-size: 13px;
}

.el-menu-item.is-active {
  color: #fff !important;
  background: #3f4c60 !important;
}

.el-menu-item {
  color: #fff;
  font-size: 15px;
  padding: 0 30px !important;
}

.el-submenu__title:hover,
.el-menu-item:hover {
  color: #fff !important;
  background: #3f4c60 !important;
}

.el-submenu__title {
  color: #fff;
  padding: 0px 30px !important;
}

.el-menu--collapse .el-submenu__title {
  padding: 0px 20px !important;
}

.el-submenu > .el-submenu__title > span {
  padding-left: 10px;
  font-size: 13px;
}

.el-menu-item-group .el-menu-item {
  font-size: 13px;
}

.el-menu-item-group__title {
  display: none;
}

.el-menu--vertical {
  background: #1a2639;
}

.el-submenu__icon-arrow {
  margin-top: -7px !important;
}

.el-submenu i,
.el-menu-item i {
  color: #fff;
}

.el-menu-item [class^='el-icon-'] {
  font-size: 23px;
  margin-right: 15px;
}

.toggle-menu {
  font-size: 23px;
  background: none !important;
  border: none !important;
  padding-left: 31px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.iscollapsed {
  padding-left: 21px;
}

.page-custom {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 30px;
}

.nav-item {
  margin-left: 10px;

  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item:hover {
  background: #eaeaea;
}

.nav-item .single-mem {
  color: #67768c;
  font-weight: bold;
  font-size: 24px;
}

.login-bg {
  background: url(../img/heros/hero-square-1.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.login-bg-alt {
  background: url(../img/heros/hero-square-2.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.no-margin {
  margin: 0px !important;
}

.panel-no-data span {
  line-height: 20px;
}

.panel-no-data h4 {
  margin-bottom: 10px;
}

.panel-no-data i {
  font-size: 50px;
  margin-bottom: 10px;
}

.panel-no-data {
  height: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.panel-list {
  /*    height: 320px;
    overflow:auto;
    padding-top:20px;*/
}

.panel-list .user-disp-flex {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.navbar-brand {
  font-size: 1.5rem;
}

.el-input__inner {
  font-size: 1rem !important;
  height: 50px;
  /*font-weight: bold;*/
}

.panel-container {
  min-height: 320px;
}

.el-loading-spinner .path {
  stroke-width: 5;
  stroke: #1a263a;
}

.card {
  height: auto;
}

.fc-view-container table {
  margin: 0px !important;
}

.fc-day-header {
  font-size: 18px;
  font-weight: bold !important;
}

.fc-slats td {
  height: 3em !important;
}

.fc-event.confirmed {
  cursor: pointer !important;
  color: #383838 !important;
  border: none !important;
  background: #a5dff8 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.fc-event.blocked {
  cursor: default !important;
  color: #fff !important;
  border: none !important;
  background: #000 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.fc-event.pending {
  cursor: pointer !important;
  color: #383838 !important;
  border: none !important;
  background: #ffc772 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.fc-event.noshow {
  cursor: pointer !important;
  color: #383838 !important;
  border: none !important;
  background: #ffc107 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.fc-event.reserved {
  cursor: pointer !important;
  color: #5a5a5a !important;
  border: none !important;
  background: #dee3e7 !important;
  padding: 8px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.fc-time-grid-event .fc-title {
  font-size: 13px !important;
  font-weight: 100;
}

.fc-time-grid-event .fc-time {
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: bold;
}

.fc-view .fc-widget-content {
  border: none !important;
  background: #fff;
}

.fc-view .fc-widget-content.fc-axis {
  background: #f7f7f8;
}

.fc-view .fc-widget-header {
  background: none !important;
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 100 !important;
}

.no-outline {
  outline: none !important;
  box-shadow: none !important;
}

.el-input-group__append .apply-voucher-btn-append {
  background: #1a263a !important;
  color: #fff !important;
  border: none !important;
}

.append-bg-btn .el-input-group__append {
  background: #1a263a !important;
}

.el-input-group__append,
.el-input-group__prepend {
  background: #fff;
}

.apply-voucher-btn-append-cont .el-input-group__append,
.apply-voucher-btn-append-cont .el-input-group__prepend {
  background: #1a263a !important;
}

.el-input-group__append:has(> button.apply-voucher-btn-append),
.el-input-group__prepend:has(> button.apply-voucher-btn-append) {
  background: #1a263a !important;
}

.el-input-group__append .el-button,
.el-input-group__prepend .el-button {
  box-shadow: none;
}

.shadow {
  box-shadow: 0 4px 6px 0 rgba(16, 25, 40, 0.1) !important;
}

.el-button {
  line-height: 1.55rem;
  font-size: 15px;
  line-height: 1.55rem;
  font-size: 15px;
  font-size: 1.1rem;
  font-family: Nunito, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: bold;
  box-shadow: 0 4px 6px 0 rgba(16, 25, 40, 0.1);
}

.fc-toolbar {
  background-color: #1a263a;
}

.fc-toolbar h2 {
  color: #fff;
}

.el-select-dropdown__item.selected {
  color: #1a263a;
  font-weight: 700;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #1a263a;
}

.el-date-table td.today span {
  color: #1a263a;
  font-weight: 700;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #1a263a;
}

.el-date-table td.current:not(.disabled) span {
  background-color: #1a263a;
}

.flex-container {
  display: flex;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-r-auto {
  margin-right: auto;
}

.m-r-10 {
  margin-right: 10px;
}

.fc-agendaDay-view .fc-head {
  display: none;
}

.el-drawer header span {
  outline: none !important;
}

.el-drawer header {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}

.drawer-container {
  padding: 20px;
}

.el-drawer__body {
  display: block;
  padding: 0px;
}

.mmt-5 {
  margin-bottom: 10px;
}

.el-drawer {
  width: 300px !important;
}

.el-page-header {
  background: #fff;
  padding: 1rem 1rem;
  align-items: center;
  height: 78px;
  border-bottom: 1px solid #eaeaea;
}

.el-page-header .el-page-header__content {
  font-size: 1.5rem;
  font-weight: bold;
}

.el-page-header__left .el-icon-back {
  font-size: 25px;
}

.nav-bottom {
  height: 78px;
  background: #fff;
  margin-top: auto;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: flex-end;
  border-top: 1px solid #eaeaea;
}

.nav-bottom.page-custom-alt {
  height: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eaeaea;
  flex-direction: column;
  padding: 15px;
}

.nav-bottom .el-button {
  min-width: 150px;
}

.page-independent {
  /*background: #fff;*/
  height: calc(100% - 78px - 78px);
}

.page-independent-alt {
  height: calc(100% - 78px);
}

.input-with-select .el-input-group__prepend {
  width: 100px;
}

.el-table__header-wrapper thead th,
.el-table__fixed-header-wrapper thead th {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.p-add-around {
  padding: 15px;
}

.mt-3,
.my-3 {
  margin-top: 1.1rem !important;
}

.max-width {
  max-width: 300px;
}

.export-dialog .el-drawer {
  width: 300px !important;
  margin: 0 auto !important;
  background: none;
  box-shadow: none !important;
  height: auto !important;
}

.drawer-container-options {
  border-radius: 5px;
  overflow: hidden;
}

.export-dialog .el-drawer__header {
  display: none;
}

.export-dialog .el-button {
  width: 100%;
  box-shadow: none;
  border-radius: 0px;
  margin: 0px !important;
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #f7f7f7 !important;
}

@media (max-width: 767px) {
  .mt-5,
  .my-5 {
    margin-top: 1rem !important;
  }

  .container-show-disp {
    background: #fff;
  }

  .mobile-table {
    background: #fff;
    box-shadow: none !important;
    padding: 0px;
  }

  .mobile-table .el-table__header-wrapper {
    display: none;
  }

  .el-table.mobile-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
  }

  .mobile-table table {
    width: 100% !important;
  }

  .sidemenu-show-disp {
    width: 64px;
  }

  .container-show-disp {
    width: calc(100% - 64px);
  }

  .el-picker-panel:not(.time-select) {
    position: fixed !important;
    z-index: 2009;
    width: 100%;
    left: 0px !important;
    top: 0px !important;
    margin: 0px !important;
    height: 100%;
    border: none;
    border-radius: 0px;
  }

  .el-date-picker .el-picker-panel__content {
    width: 100% !important;
    margin: 0px !important;
  }

  .el-date-picker.has-sidebar {
    width: 100%;
  }

  .el-picker-panel [slot='sidebar'] + .el-picker-panel__body,
  .el-picker-panel__sidebar + .el-picker-panel__body {
    margin-left: 0px;
  }

  .el-picker-panel__sidebar {
    position: absolute;
    height: auto;
    width: 100px;
    border: none;
    background: none;
    bottom: 0px;
    top: unset;
  }

  .el-date-table {
    font-size: 15px;
  }

  .el-date-picker__header-label {
    font-size: 20px;
  }

  .el-picker-panel__icon-btn {
    font-size: 15px;
  }

  .el-picker-panel__shortcut {
    font-size: 15px;
    font-weight: bold;
  }

  .el-message-box {
    width: auto !important;
  }

  .el-dialog {
    width: 100% !important;
  }

  .prompt-full-mobile-width {
    width: 100% !important;
  }
}

.user-disp-flex {
  display: flex;
  align-items: center;
}

.user-disp-flex h3 {
  margin: 0px;
  font-size: 20px;
}

.user-disp-flex span {
  margin-top: 3px;
}

.user-disp-flex i {
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
}

.clickable-row .el-table__row {
  cursor: pointer;
}

.options-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.options-btn .el-button--primary {
  width: 100%;
}

.user-avatar-c {
  width: 120px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.divider-panel {
  height: 1px;
  width: 100%;
  background: #efefef;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-display-readonly {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.form-display-readonly span {
  color: #8c8c8c;
}

.form-display-readonly p {
  margin: 0px;
  font-size: 17px;
  color: #101928;
}

.h-100 {
  height: 100%;
}

.el-message-box__wrapper .el-message-box .el-message-box__title {
  font-size: 20px;
}

.el-message-box__wrapper .el-message-box .el-message-box__message {
  font-size: 15px;
}

.field-swap-readonly {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  cursor: default;
}

.el-button--danger {
  color: #fff;
  background-color: #da2346;
  border-color: #da2346;
}

.card-header-custom {
  border-bottom: 1px solid #eaeaea;
  padding: 2rem;
}

.card-body-custom {
  padding: 2rem;
}

.no-padding {
  padding: 0px !important;
}

.form-group label {
  font-weight: bold;
  color: #2c3038;
}

.el-switch {
  display: flex;
}

.el-switch__label.is-active {
  font-weight: bold;
  color: #2c3038;
}

.el-switch__label * {
  font-size: 1rem;
}

.el-textarea__inner {
  font-size: 1rem !important;
}

.block-helper {
  margin: 0px;
  margin-top: 8px;
  color: #848484;
  font-size: 14px;
}

.simplied-header {
  border: none;
  padding-bottom: 0px;
}

.flex-page {
  display: flex;
  flex-direction: column;
}

.flex-container-page {
  /*height: calc(100% - 78px);*/
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*    padding-bottom: 30px;*/
}

.align-items-center {
  align-items: center;
}

.appointment-date {
  width: 190px !important;
}

.appointment-date .el-input__inner {
  font-size: 23px !important;
  font-weight: 700;
  color: #101928;
  border: none;
  padding-left: 0px;
}

.appointment-date .el-input__prefix {
  left: unset;
  right: 5px;
}

.appointment-date .el-input__icon {
  color: #2c3038;
  font-size: 23px;
}

.h-auto {
  height: auto;
}

.bg-white {
  background: #fff;
}

.slot-preview {
  border-radius: 0.3125rem;
  padding: 30px;
  border: 1px solid #f7f7f7;
  background: #f7f7f8;
  position: relative;
}

.boldend-frm {
  font-weight: bold;
  color: #2c3038;
  font-size: 1rem;
}

.bg-white-light {
  background: #fdfdfd;
}

.slot-close-btn {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  box-shadow: none;
  background: none;
  border: none;
  top: 5px;
  right: 5px;
  position: absolute;
}

.half-window {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.left-window,
.right-window {
  height: 100%;
}

.left-window {
  width: calc(100% - 400px);
  overflow: auto;
  background: #fff;
  padding: 2rem;
}

.right-window {
  width: 400px;
  border-left: 1px solid #ececec;

  display: flex;
  flex-direction: column;
}

.card-custom {
  display: flex;
  flex-direction: column;
  background: #fff;

  flex-grow: 1;
  height: 100px;
}

.card-body-scrollable {
  height: 100%;
  overflow: auto;
}

.card-body-scrollable {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 20px;
}

@media (max-width: 992px) {
  .left-window,
  .right-window {
    height: auto;
  }

  .half-window {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .left-window {
    width: 100%;
  }

  .right-window {
    width: 100%;
    border: none;
  }

  .card-body-scrollable {
    overflow: visible;
  }

  .card-body-scrollable .panel-no-data {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-custom {
    height: auto;
  }
}

.total-price-bottom {
  font-weight: 700;
  line-height: 1.2;
  color: #2c3038;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.booking-item h4 {
  margin: 0px;
  font-size: 18px;
}

.booking-item span {
  color: #878c93;
}

.booking-item .col-sm-2 {
  font-weight: bold;
}

.booking-item > div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.no-border {
  border: none !important;
}

.flex-price {
  display: flex;
  align-items: center;
}

.flex-price-alt {
  display: flex;
  align-items: flex-end;
}

.radio-invoice {
  display: flex;
}

.radio-invoice .el-radio {
  margin: 0px;
  width: 50%;
  margin-bottom: 10px;
}

.appointment-history p {
  margin-bottom: 5px;
}

.invoice-custom .py-4 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.invoice-custom .h4 {
  font-size: 20px;
}

.sub-invoice-timeline {
  margin: 0px;
  font-weight: normal;
  color: rgb(117, 117, 117);
  font-size: 14px;
  display: block;
}

.pay-field {
  margin-bottom: 10px;
}

.pay-field .el-input__inner {
  font-weight: bold;
}

.tabber-container {
  background: #fff;
}

.tabber-container .el-tabs__header {
  margin: 0px !important;
}

.tabber-container .el-tabs__item:hover {
  color: #101928;
  cursor: pointer;
}

.tabber-container .el-tabs__item.is-active {
  color: #101928 !important;
}

.tabber-container .el-tabs__item {
  font-weight: bold;
  font-size: 1rem;
  color: #9e9e9e !important;
  height: 45px;
}

.tabber-container .el-tabs__active-bar {
  background: #101928;
  height: 3px;
}

.tabber-container .el-tabs__nav-wrap::after {
  background: transparent;
  height: 3px;
}

.badge {
  font-size: 11px;
  min-width: 100px;
  text-transform: uppercase;
}

.badge-default {
  background-color: #dee3e7;
  color: #67768c;
}

.card-body-custom .table th {
  vertical-align: bottom;
  border-bottom: 2px solid #eaedf2;
  font-weight: bold;
  font-size: 14px;
  border-top: none;
}

.card-body-custom .table td,
.card-body-custom .table th {
  padding-left: 25px;
  padding-right: 25px;
}

.table-mimic-ele td,
.table-mimic-ele th {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.card-body-custom .table td {
  font-weight: normal;
  font-size: 0.9rem;
}

.invoice-history h5 {
  font-size: 15px;
  margin-bottom: 5px;
}

.invoice-history p {
  margin: 0px;
  font-size: 13px;
  color: #888;
}

.thumbfloat {
  width: 80px;
  padding-top: 80px;
}

.link-disabled {
  cursor: default;
  opacity: 0.5;
}

.small-link-helper {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.badge-blue {
  color: #fff;
  background-color: #409eff;
}

.icon-set-big {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 68px;
  color: #cecece;
  line-height: 0px;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;

  background: #f7f7f7;
  border-radius: 100%;
}

.icon-set-big .el-icon-success {
  position: absolute;
  font-size: 22px;
  color: #047104;
  bottom: 4px;
  right: 3px;
  background: #fff;
  border-radius: 100%;
}

.fc-view-container {
  display: none;
}

.swiper-div {
  margin-top: 20px;
  padding: 16px 16px 16px 16px;
  background: #fff;
}
.my-swiper-cont {
  width: 100%;
}
.date-item-cont {
  width: 65px !important;
  height: 65px;
  border-radius: 5px;
}
.date-item {
  width: 65px !important;
  height: 65px;
  border-radius: 5px;
  border: 3px solid rgb(213, 215, 218);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.disabled-date {
  background: #9e9e9e;
  color: #e6e6e6;
  cursor: not-allowed;
}
.disabled-date .card-ttl-a-light {
  color: #e6e6e6;
}

.is-have-holiday {
  border-color: #ff2800;
  background-color: #ff2800;
  color: #fff;
}

.is-have-confirmed {
  border-color: #096d53;
}

.is-have-pending {
  border-color: #f7793e;
}

.selected-date {
  border-color: rgb(3, 122, 255);
  background: rgb(3, 122, 255);
}
.selected-date * {
  color: #fff;
}

.selected-date .card-ttl-a-light {
  color: #fff;
}

.my-date-scroller {
  width: 100%;
  height: 65px;
}
.my-date-scroller::-webkit-scrollbar {
  display: none;
}

.event-card-item {
  margin-top: 10px;
  display: flex;
  background: #fff;
  cursor: pointer;

  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
}

.event-cont {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-duration {
  display: flex;
  align-items: center;
  width: 90px;
  justify-content: center;
  border-right: 3px solid #e65858;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 15px;
}

.event-duration.confirmed {
  border-color: #009b72 !important;
}

.event-duration.pending {
  border-color: #ffc107 !important;
}

.event-duration.noshow {
  border-color: #ffc107 !important;
}

.event-duration.reserved {
  border-color: #dee3e7 !important;
}

.event-card-slot-item.current-slot {
  background: #a0a0a0 !important;
  border-color: #616161 !important;
}

.event-card-slot-item.have-overlapping {
  background: #ff2800 !important;
  border-color: #ad1b00 !important;
}

.booking-item h5 {
  font-size: 1rem;
  margin: 0px;
  margin-top: 10px;
}

.swiper-slide {
  width: auto;
}

.el-date-editor .el-range-separator {
  width: 35px;
  display: flex;
  align-items: center;
}

.table-schedule {
  width: 100%;
  border: 1px #eaedf2 solid;
}

.table-schedule tr {
  border-bottom: none;
}

.table-schedule td {
  padding: 0px;
  background: #fff;
  overflow: hidden;
}

.table-schedule * {
  box-sizing: content-box;
}

.table-schedule .slot-header {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  width: 142px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px #eaedf2 solid;
}

.add-bdbottom {
  border-top: 1px #eaedf2 solid;
}

.event-card-slot-item span {
  white-space: pre-line;
}

.event-card-slot-item {
  /* border-left: 3px solid #00a278;*/
  border-left: 3px solid #096d53;
  height: 100%;
  width: 100%;
  width: calc(100% - 45px);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  background: #f9f9f9;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 15px;
  /*background-image: linear-gradient(#fff, #dee3e7);*/
  font-size: 13px;
  cursor: pointer;

  justify-content: center;

  background: #00a278;
  color: #fff;
  line-height: 1.2em;
}

.event-card-slot-item h4 {
  margin: 0px;
  font-size: 14px;
  color: #fff;
}

.slot-item {
  width: 42%;
  cursor: pointer;
}
.slot-lbd {
  border-left: 1px solid #eaedf2;
}
.no-allowed {
  cursor: not-allowed;
  /* border-color: #dcdcdc !important; */
  background: #e0e0e0 !important;
}

.el-submenu i,
.el-menu-item i {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
  font-size: 19px;
}

.el-drawer__body {
  overflow: auto;
}

.event-list-drawer .el-drawer {
  /*width: 400px !important;*/
}

.total-cards {
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(16, 25, 40, 0.1) !important;
  padding: 20px;
}

.total-cards h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.total-cards div {
  font-size: 15px;
}

.event-card-slot-item.reserved {
  border-color: #dee3e7;
  border-color: #ad4020;
  background: #f7793e;
}

.header-slots-calendar {
  background: silver;
}

.header-slots-calendar td {
  background: #fff;
  text-align: center;
  font-weight: bold;
  padding: 13px;
}

.comparables div {
  font-size: 15px;
  color: #878c93;
}

.comparables span {
  color: #2c3038;
}

.percentage-indicator {
  margin-top: 10px;
  font-size: 13px !important;
  display: block;
  color: #67768c;
}

.percentage-indicator.increased {
  color: #0bc2b0;
}

.percentage-indicator.decreased {
  color: #e22a00;
}

.assigned-staff {
  padding: 0px;
  margin: 0px;
}

.staff-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.staff-selector h3 {
  margin: 0px;
  font-size: 13px;
}

.reserved-td {
  border-left: 1px #eaedf2 solid;
}

.boxed-appointment-field {
  -webkit-appearance: none;
  background-color: #dcdfe6;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 50px;
  line-height: 50px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.total-tab-list td {
  font-weight: bold !important;
}

.add-new-timeslot {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

.b-financial-font {
  font-weight: bold !important;
  font-size: 15px !important;
}

.total-dur-staff-work-hr {
  display: block;
  font-weight: bold;
}

.schedule-working-hrs {
  margin: 0px;
}

.table.schedule-working-hrs td,
.table.schedule-working-hrs th {
  border: 1px solid #ececec;
}

.schedule-working-hrs .el-tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.schedule-working-hrs .d-small-mobile {
  font-size: 13px !important;
  white-space: nowrap;
}

.working-schedule-set {
  display: flex;
}

.working-schedule-set .field-1 {
  width: 200px;
  padding: 10px;
  font-weight: normal;
  font-size: 0.9rem;

  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.working-schedule-set .field-d {
  white-space: nowrap;
  flex: 1;
  text-align: center;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 10px;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;

  width: calc(14.28% - 28.5px);
}

.working-schedule-set .el-tag {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}

.working-title {
  font-size: 15px !important;
}

.text-center-disp {
  text-align: center;
}

.p-t-p-b-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-schedule {
  display: block;
  overflow-x: auto;
  min-width: 100%;
}
.half-w {
  width: 50%;
}
.full-w {
  width: 100%;
}
.min-td {
  min-width: calc(100% - 150px);
  width: 100% !important;
}

@media (max-width: 992px) {
  /* iPad */
  .page-custom {
    height: 100%;
    height: 100vh;
    padding-bottom: 1rem;
  }

  .table-schedule .slot-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .financial-spacer {
    display: none !important;
  }

  .el-button {
    font-size: 13px;
    padding: 8px;
    width: auto;
    min-width: 100px !important;
  }

  .el-dropdown .el-button {
    width: 100% !important;
  }

  .page-custom {
    height: 100%;
    height: 100vh;
    padding-bottom: 1rem;
  }
  .navbar-brand {
    font-size: 1.1rem;
  }
  .el-page-header .el-page-header__content {
    font-size: 1.1rem;
  }

  .invoice-custom {
    margin: 0px !important;
  }

  .invoice-custom > div {
    padding: 0px;
  }

  .invoice-outside {
    padding: 0px;
  }
}

.navbar-container.shadow {
  z-index: 100;
}

.mobile-menu-footer {
  display: flex;
  /*  position: fixed;
    bottom: 0px;*/
  width: 100%;
  /* left: 0px;*/
  z-index: 100;
  background: #fff;

  box-shadow: 0px 4px 6px 6px rgba(16, 25, 40, 0.1) !important;
}

.mobile-menu-footer > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  /* border-left: 1px solid #101928; */
  color: #101928;
  cursor: pointer;
  padding-top: 23px;
  padding-bottom: 23px;
  opacity: 0.5;
}

.mobile-menu-footer > div:first-child {
  /* border-left: none;*/
}

.mobile-menu-footer > div.active {
  /* background: #3F4C60;*/
  opacity: 1;
}

.settings-menu {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 20px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}

.settings-menu .men-icon {
  margin-right: 16px;
  font-size: 20px;
  display: block;
  width: 30px;
  text-align: center;
}

.settings-menu .el-icon-arrow-right {
  margin-left: auto;
  font-size: 20px;
}

.current-time {
  /*  border-bottom:1px solid red !important;*/
  font-size: 10px;
  line-height: 0px;
  overflow: visible !important;
}

.calendar-current-time {
  font-size: 11px;
  color: red;
  padding-right: 5px;
  background: #fff;
}

.slot-item {
  line-height: 0px;
}

.time-hover {
  font-size: 10px;
  background: #ecf5fd;
  color: #1bb9fd;
  display: block;
  line-height: 0px;
  opacity: 0;
}

.slot-item:hover .time-hover {
  opacity: 1;
}

.login-page-change-lang {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 12px;
}

.login-page-change-lang a {
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.login-page-change-lang a:last-child {
  border: none;
}

.host-selector {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
}

.host-selector h3 {
  margin: 0px;
  font-size: 13px;
}

.selected-host {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  border-bottom: none;
}

@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.2rem;
  }

  .h5,
  h5 {
    font-size: 1rem;
  }

  p {
    font-size: 13px;
  }

  .user-disp-flex h3 {
    font-size: 15px;
  }

  .form-display-readonly p {
    font-size: 15px;
  }
}

.tab-pane-custom {
  font-weight: bold;
  font-size: 1rem;
  color: #9e9e9e !important;
  border-bottom: 3px solid transparent;
  padding-bottom: 11px;
  display: inline-block;
  transition: all 0.12s ease-in;
}

.tab-pane-custom.active {
  color: #101928 !important;
  border-color: #101928;
}

.filter-date-range-buttons-mobile {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.filter-date-range-buttons-mobile > .el-button {
  margin-left: 0px !important;
  flex: 1;
  margin: 1px;
}

.action-footer-container {
  width: 100%;
  position: fixed;
  box-shadow: 6px 4px 6px 6px rgba(16, 25, 40, 0.1) !important;
  bottom: 0px;
  left: 0px;
  background: #fff;
  display: flex;
}

.action-footer-container .el-dropdown {
  width: 100px;
}

.action-footer-container .el-button {
  border: none;
  border-radius: 0px;
  box-shadow: none;

  font-size: 15px;
  line-height: 35px;
}

.action-footer-container > .el-button {
  flex: 1;
  margin: 0px;
  background: #101928;
  color: #fff;
}

.action-footer-container > .el-button.is-disabled {
  opacity: 0.5;
}

.add-padding-footer-option {
  margin-bottom: 51px;
}

.badge {
  display: block;
  width: 110px !important;
}

.stat-badge {
  text-transform: uppercase;
}

.el-message {
  z-index: 99999999 !important;
}

.b-b-none {
  border-bottom: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.mini-custom {
  font-size: 12px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.time-select-item.selected:not(.disabled) {
  color: #1a263a;
  font-weight: 700;
}

.time-select .el-picker-panel__content {
  max-height: 274px;
}

@media (max-width: 992px) {
  .box-mobile-small {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}

.brand-name-custom {
  max-width: 65%;
  word-break: break-word;
  display: block;
  white-space: normal;
}

.el-input-group__append div.el-select .el-input__inner,
.el-input-group__prepend div.el-select .el-input__inner {
  border: 1px solid transparent !important;
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border: 1px solid #1a263a !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;

  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border: 1px solid #1a263a !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  color: rgb(16, 25, 40);
  border-bottom-color: #fff !important;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: attr(data-browse);
}

.financial-spacer {
  width: 30px;
  display: inline-block;
}

.financial-format-price {
  white-space: nowrap;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
}

.draggable-service {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
  cursor: grab;
}

.draggable-service i {
  margin-right: 15px;
}

.w-80 {
  width: calc(100% - 150px) !important;
}

.lang-radio .el-radio {
  margin-bottom: 10px;
}

.lang-radio .el-radio .el-radio__label {
  font-size: 1rem;
}

.schedule-dialog .el-drawer {
  width: 100% !important;
  max-width: 500px;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  border-color: #1a263a;
}

.stripe-alert-box {
  background-color: #fdf6ec;
  color: #e6a23c;
  padding: 20px;
  border-radius: 5px;
}

.success-alert-box {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 20px;
  border-radius: 5px;
}

.stripe-acc-id {
  background: rgb(245, 108, 108);
  padding: 3px;
  display: inline;
  color: rgb(255, 255, 255);
  font-size: 12px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.el-switch__core {
  width: 50px !important;
}

.el-switch__label.el-switch__label--right {
  width: calc(100% - 60px) !important;
  line-height: 13px;
}
.device-dot-indicator {
  background-color: grey;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 10px;
}

.device-red {
  background-color: red !important;
}

.device-green {
  background-color: green !important;
}
.el-switch {
  height: auto;
}

.el-switch__label {
  height: auto;
}

.el-table__row td:first-child,
.el-table__header th:first-child {
  padding-left: 20px;
}

.el-table-column--selection .cell {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.attendance-list-card .col-md-12 {
  margin-top: 10px !important;
}

.attendance-list-card .shadow {
  box-shadow: none !important;
}

.warning-settlement {
  display: block;
  padding: 5px;
  /* background: orange; */
  width: 100%;
  font-size: 13px;
  /* color: #fff; */
}

.warning-settlement .el-icon-warning {
  color: red;
}

.badge.w-100 {
  width: auto !important;
}
