@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700");
/* ==============
  General
===================*/

:root {
  --brand-clr: #000000;
  --brand-clr-300: #00000030;
}
.font-20 {
  font-size: 20px;
}
.sa-admin .footer {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0;
  color: #2d3b48;
  text-align: center;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  left: 0px;
  bottom: 0;
}

#wrapper.sa-admin {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  min-height: 100vh;
}

/* ==============
  Tables
===================*/

.sa-admin th {
  font-weight: 500;
}

.sa-admin .table > tbody > tr > td,
.sa-admin .table > tfoot > tr > td,
.sa-admin .table > thead > tr > td {
  padding: 14px 12px;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 15px;
}

.badge-danger {
  background-color: #ec536c;
}
.badge-success {
  background-color: #3cab94;
}

.sa-admin .round {
  line-height: 60px;
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: inline-block;
  font-weight: 400;
  border: 3px solid #f8f8fe;
  text-align: center;
  border-radius: 50%;
  background: #e1e4fb;
}

/*
File: Menu
*/

.sa-admin .topbar .topbar-left {
  float: left;
  height: 70px;
  position: relative;
  width: 240px;
  z-index: 1;
  background-color: #ffffff;
}

.sa-admin .logo {
  color: #2d3b48 !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 70px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  margin: 0;
}

.sa-admin .navbar-custom {
  background-color: #ffffff;
  border: none;
  margin: -20px -25px 0 -25px;
  border-bottom: 1px solid #d9d9d9;
}

/* Notification */
.notification-list {
  margin: 0 !important;
}

.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #eff3f6;
  margin: -4px 0px 0px 0px;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
  font-size: 14px;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 18px;
  vertical-align: middle;
  color: #000000;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 9px;
}

.notification-list .notify-item {
  padding: 15px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
  max-width: 100%;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: normal;
}

.notification-list .notify-item .notify-details small {
  display: block;
  white-space: normal;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eff3f6;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.notification-list .nav-link {
  padding: 0 15px;
  line-height: 70px;
}

.notification-list .language-switch a img {
  float: right;
  margin-top: 5px;
}

.sa-admin .dropdown-menu {
  padding: 4px 0;
  font-size: 15px;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  border-color: #eff3f6;
}
.sa-admin .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0.55rem 1.5rem;
}
.sa-admin .dropdown-item:focus,
.sa-admin .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.sa-admin .profile-dropdown {
  width: 170px;
  right: 20px;
  left: auto;
}

.sa-admin .profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.sa-admin .profile-dropdown span {
  vertical-align: middle;
}

.sa-admin .nav-user {
  margin: 0 15px 0 0;
}

.sa-admin .nav-user img {
  height: 36px;
  width: 36px;
}

.sa-admin .menu-title {
  padding: 12px 25px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
  color: #707070;
}

.sa-admin .profile {
  padding: 17px 15px !important;
}

.sa-admin .profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
  float: left;
}

.sa-admin .profile .profile-username {
  margin-left: 45px;
  display: block;
  line-height: 36px;
}

.dropdown-menu-lg {
  width: 270px;
}

.sa-admin .navbar-nav {
  margin: 0;
}

.sa-admin .side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  position: absolute;
  z-index: 99;
  border-right: 1px solid #cccccc;
}

body.fixed-left .sa-admin .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
}

.sa-admin .content-page {
  margin-left: 240px;
  /* overflow: hidden;
  min-height: 500px; */
}

.sa-admin .content-page > .content {
  margin-bottom: 63px;
  padding: 20px 25px 0 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sa-admin .page-content-wrapper {
  margin: 0 -10px;
}

.sa-admin .button-menu-mobile {
  background-color: #333333;
  font-size: 28px;
  color: #ffffff;
  width: 42px;
  border-radius: 3px;
  border: none;
  display: none;
  margin-left: 15px;
  position: relative;
  top: 15px;
  padding-top: 3px;
}

.sa-admin .button-menu-mobile-topbar {
  background-color: #333333;
  color: #ffffff;
  font-size: 20px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 0;
  border: none;
  position: absolute;
  right: -42px;
  top: 5px;
}

.sa-admin .app-search .form-control,
.sa-admin .app-search .form-control:focus {
  border: 1px solid #cccccc;
  font-size: 13px;
  height: 34px;
  color: #000000;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

.sa-admin .app-search {
  position: relative;
  padding-top: 18px;
  margin-left: 20px;
}

.sa-admin .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.sa-admin .app-search input.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.sa-admin .app-search input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.sa-admin .app-search input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.sa-admin .app-search a {
  position: absolute;
  top: 18px;
  left: 160px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.sa-admin .sidebar-inner {
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
}

.sa-admin #sidebar-menu,
.sa-admin #sidebar-menu ul,
.sa-admin #sidebar-menu li,
.sa-admin #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.sa-admin .navbar-nav > li > a.notification-icon-box {
  line-height: 70px;
}

.sa-admin .navbar-nav > li > a.notification-icon-box i {
  font-size: 26px;
  vertical-align: middle;
}

.sa-admin #sidebar-menu {
  background-color: #ffffff;
  padding-bottom: 50px;
  width: 100%;
}

.sa-admin #sidebar-menu ul ul {
  display: none;
}

.sa-admin #sidebar-menu ul ul li {
  border-top: 0;
}

.sa-admin #sidebar-menu ul ul li.active a {
  color: #5b6be8;
}

.sa-admin #sidebar-menu ul ul a {
  color: rgba(45, 59, 72, 0.8);
  display: block;
  padding: 12px 25px 12px 60px;
  font-size: 14px;
}

.sa-admin #sidebar-menu ul ul a:hover {
  color: #2d3b48;
}

.sa-admin #sidebar-menu ul ul a i {
  margin-right: 5px;
}

.sa-admin #sidebar-menu ul ul ul a {
  padding-left: 80px;
}

.sa-admin #sidebar-menu > ul > li > a {
  color: var(--brand-clr);
  display: block;
  padding: 16px 25px;
  margin: 3px 0;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.sa-admin #sidebar-menu > ul > li > a:hover {
  color: #313131;
  text-decoration: none;
}

.sa-admin #sidebar-menu > ul > li > a:hover i {
  color: #313131;
}

.sa-admin #sidebar-menu > ul > li > a span i {
  font-size: 18px;
  line-height: 16px;
}

.sa-admin #sidebar-menu > ul > li.nav-active > a {
  background-color: #eff3f6;
}

.sa-admin #sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

.sa-admin #sidebar-menu > ul > li > a > i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  color: var(--brand-clr);
}

.sa-admin #sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

.sa-admin #sidebar-menu > ul > li > a.active {
  background-color: var(--brand-clr);
  color: #ffffff;

  font-weight: 500;
  font-size: 16px;
}

.sa-admin #sidebar-menu > ul > li > a.active > i {
  color: #ffffff;
}

.sa-admin #sidebar-menu > ul > li.nav-active > ul {
  display: block;
}

.sa-admin #wrapper.enlarged .left.side-menu {
  padding-top: 0;
  z-index: 5;
  margin-left: -100%;
}

.sa-admin #wrapper.enlarged .content-page {
  margin-left: 0;
}

.sa-admin #wrapper.enlarged .footer {
  left: 0;
}

.sa-admin .user-details {
  min-height: 80px;
  padding: 20px;
  position: relative;
}

.sa-admin .user-details img {
  position: relative;
  z-index: 9999;
  height: 64px;
  width: 64px;
}

.sa-admin .user-details .user-info {
  text-align: center;
}

.sa-admin .user-details .user-info .user-status {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid rgba(34, 34, 34, 0.27);
  border-radius: 20px;
  font-size: 12px;
}

.sa-admin .page-title-box {
  padding: 22px 0;
}

.sa-admin .page-title-box .page-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.sa-admin .page-title-box .breadcrumb .breadcrumb-item a {
  color: #707070;
}

.float-right {
  float: right !important;
}
.sa-admin li.app-search {
  padding-left: 0;
  padding-right: 0;
}
.sa-admin .navbar-custom .list-inline,
.sa-admin .navbar-custom .list-inline > li {
  padding-left: 0;
  padding-right: 0;
}
.badge {
  font-weight: 500;
  border-radius: 0.25rem;
  padding: 0.25em 0.4em;
}
.rounded-circle {
  border-radius: 50% !important;
}

.sa-admin {
  background: #ffffff;
  font-size: 15px;
}
.sa-admin .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.sa-admin .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.65rem;
  border: none;
  /* -webkit-box-shadow: 0px 0px 10px #b3b3b3;
  box-shadow: 0px 0px 10px #b3b3b3; */
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.fw-400 {
  font-weight: 400;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.sa-admin h5 {
  font-size: 1.25rem;

  line-height: 1.2;
}

.sa-admin h6 {
  font-size: 1.05rem;
}
.sa-admin .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.sa-admin input.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  font-size: 15px;
  height: 40px;
}
.sa-admin select.form-control {
  height: 40px;
}
.sa-admin .input-group-append {
  margin-left: -1px;
  display: -ms-flexbox;
  display: flex;
}
.mrg-top-4 {
  margin-top: 4px !important;
}
.sa-admin .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-dark {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
  background: transparent;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.sa-admin h5.header-title {
  font-size: 16px;
}

.sa-admin-login {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
}
.sa-admin-login .item {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sa-admin-login .item img.logoBanner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sa-admin-login .item .item {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sa-admin-login .form-signin {
  max-width: 450px;
  padding: 1rem;
  width: 100% !important;
  margin-left: 20%;
  text-align: left;
}
.sa-admin-login h1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 45px;
}
.sa-admin-login h1 + span {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}
.sa-admin-login .input-group {
  width: 100%;
}
.sa-admin-login .input-group:nth-of-type(2) {
  margin-top: -1px;
}
.sa-admin-login .input-group .form-control {
  height: 50px;
  font-size: 14px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
}
.sa-admin-login .input-group input[type="text"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sa-admin-login .input-group input[type="password"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.sa-admin-login .has-float-label label {
  font-size: 11px;
  top: 4px;
}
.sa-admin-login
  .has-float-label
  .form-control:placeholder-shown:not(:focus)
  + label {
  font-size: 16px;
  opacity: 0.5;
  top: 17px;
  font-weight: 400;
}
.sa-admin .container-fluid {
  background: initial;
}

/*# sourceMappingURL=style.css.map */
a.bookit-dashboard-right-arrow {
  display: flex;
  align-items: center;
}

a.bookit-dashboard-right-arrow i {
  font-size: 20px;
}

i.bookit-header-logout {
  font-size: 20px;
}
/*--------------------- stripe -------------------- */
.payment-success-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  z-index: 999;
}

.success-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the alpha (4th value) for transparency */
  z-index: 998; /* Behind the popup */
}
img.open-services-logo {
  width: 23px;
  position: relative;
  top: -3px;
}
.sa-admin .SAweb_modalPoup table span {
  font-family: var(--fontFamily);
  font-size: 18px;
}
.sa-admin p.distance {
  min-width: 200px;
  display: flex !important;
  align-items: center;
}
.pl-15 {
  padding-left: 15px !important;
}
/*----------------------------------------------- */

#active.btn.btn-primary,
#pending.btn.btn-primary,
#termed.btn.btn-primary {
  position: relative;
  font-size: 17px;
  width: 120px;
  border-radius: 0;
  color: #000000;
  border-color: #000000;
  background: #ffffff;
  opacity: 1;
  &.active {
    background: #000000;
    color: #ffffff;
  }
}

.ant-drawer-content .table > tbody > tr > td,
.ant-drawer-content .table > tbody > tr > th,
.ant-drawer-content .table > thead > tr > td,
.ant-drawer-content .table > thead > tr > th {
  border: 0;
}

.sa-admin .row.widgetWidth {
  width: 80%;
}
.sa-admin .row.widgetWidth > .col-md-4 {
  min-width: 290px;
}
.sa-admin .ant-pagination-item {
  border-radius: 50%;
}
.sa-admin .ant-pagination-item-active,
.sa-admin .ant-pagination-item:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.sa-admin .ant-pagination-item-active a,
.sa-admin .ant-pagination-item:hover a {
  color: #ffffff;
}

.sa-admin .ant-table-wrapper {
  overflow: auto;
}

.sa-admin .ant-pagination-prev .ant-pagination-item-link,
.sa-admin .ant-pagination-next .ant-pagination-item-link {
  border: 0px;
}

.sa-admin .ant-table-content td,
.sa-admin .ant-table-content th,
.sa-admin .ant-table-content th span,
.sa-admin .ant-table-content td a {
  font-size: 15px;
  font-weight: 500;
}

/*
File: Responsive
*/

@media (min-width: 3000px) {
  .sa-admin .ant-table-content td,
  .sa-admin .ant-table-content th,
  .sa-admin .ant-table-content th span,
  .sa-admin .ant-table-content td a {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 1600px) {
  .sa-admin .row.widgetWidth {
    width: 87%;
  }
}

@media (max-width: 1366px) {
  .sa-admin .row.widgetWidth {
    width: 100%;
  }
  .sa-admin .card.custom-card-view {
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .sa-admin .row.widgetWidth > .col-md-4 {
    min-width: 238px;
  }
  .sa-admin .card.custom-card-view {
    padding: 10px 0;
  }
  .sa-admin .custom-card-view p {
    font-size: 19px;
  }
}

@media (max-width: 1099px) {
  .sa-admin .custom-card-view p {
    font-size: 16px;
  }
  .sa-admin .custom-card-view .round {
    width: 40px;
    height: 40px;
  }
  .sa-admin .custom-card-view .round img {
    width: 19px;
  }
  .sa-admin .custom-card-view .round img.clr {
    width: 16px;
  }
}

@media (max-width: 991px) {
  .sa-admin .row.widgetWidth > .col-md-4 {
    min-width: 238px;
    max-width: 300px;
    margin: auto;
  }

  .sa-admin .row.widgetWidth {
    width: 300px;
    margin: auto;
  }

  .sa-admin-login {
    flex-direction: column;
  }
  .sa-admin-login .item {
    width: 100%;
    height: auto;
  }
  .sa-admin-login .item img.logoBanner {
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0.5;
  }
  .sa-admin-login .form-signin {
    max-width: 600px;
    width: auto;
    padding: 30px;
    border-radius: 10px;
    margin: auto;
    position: relative;
    background: #ffffff;
    width: 95% !important;
  }
  #active.btn.btn-primary,
  #pending.btn.btn-primary,
  #termed.btn.btn-primary {
    width: 105px;
    padding: 5px 10px;
  }
}

@media (max-width: 768px) {
  .sa-admin .side-menu.left {
    margin-left: -100%;
  }
  .sa-admin .content-page {
    margin-left: 0;
  }
  .sa-admin .enlarged .side-menu.left {
    margin-left: 0 !important;
  }
  .enlarged .side-menu.left {
    margin-left: 0 !important;
  }
  .sa-admin .button-menu-mobile {
    display: inline-block;
  }
  .sa-admin .navbar-custom {
    padding-left: 10px;
  }
  .sa-admin .content-page > .content {
    padding: 20px;
  }
  #wrapper.enlarged.sa-admin .footer,
  .sa-admin.footer {
    left: 0;
  }
}

@media (max-width: 767px) {
  .sa-admin .content-page {
    margin-left: 0 !important;
  }
  .sa-admin .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .sa-admin .mobile-sidebar {
    left: 0;
  }
  .sa-admin .mobile-content {
    left: 250px;
    right: -250px;
  }
  .sa-admin .wrapper-page {
    width: 90%;
  }
  .sa-admin .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .sa-admin .fc-toolbar .fc-right {
    float: left;
    margin: 10px 0;
  }
  .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
    width: 300px !important ;
  }
}

@media (max-width: 620px) {
  .sa-admin .page-header-title {
    text-align: center;
  }
  .sa-admin .dataTables_paginate .page-link {
    padding: 0.35rem 0.5rem;
  }
  .sa-admin .mo-mb-2 {
    margin-bottom: 10px;
  }
  .sa-admin .mo-mt-2 {
    margin-top: 10px !important;
  }
  .sa-admin .pagination-lg .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
  }
  #active.btn.btn-primary,
  #pending.btn.btn-primary,
  #termed.btn.btn-primary {
    position: relative;
    font-size: 14px;
    padding: 5px 13px;
  }
  .dashboardOrderStatusBtn {
    position: relative;
  }
  .dashboardOrderStatusBtn a.bookit-dashboard-right-arrow {
    position: absolute;
    bottom: -47px;
    right: 0px;
  }
}

@media (max-width: 480px) {
  .sa-admin .side-menu {
    z-index: 10;
  }
  .sa-admin .button-menu-mobile {
    display: block;
  }
  .sa-admin .page-title {
    display: none;
  }
  .dashboardOrderStatusBtn a.bookit-dashboard-right-arrow {
    width: 80px;
  }
  .sa-admin-login .item img {
    max-width: 160px;
  }
  .sa-admin-login .item img.logoBanner {
    max-width: initial;
  }
  .sa-admin-login .form-signin {
    max-width: 320px;
  }
  #active.btn.btn-primary,
  #pending.btn.btn-primary,
  #termed.btn.btn-primary {
    width: 85px;
    padding: 5px 10px;
  }
}

@media (max-width: 420px) {
  .sa-admin .hide-phone,
  .sa-admin .notify-icon {
    display: none;
  }
  .sa-admin .dropdown-menu-lg {
    width: 200px;
  }
  .sa-admin .notify-details {
    margin-left: 0 !important;
  }
}

.cancelhk .bgImage img {
  position: fixed;
  height: 100vh;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  object-fit: cover;
  /* background-color: #000000; */
  opacity: 0.9;
}

.cancelhk .modal-body {
  text-align: center;
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.cancelhk .modal-content {
  border: 0;
}
/* .cancelhk .modal-body.one.two {
  justify-content: flex-start;
}
.cancelhk .modal-body.one.three {
  justify-content: flex-start;
  width: 100%;
} */
.cancelhk i.fa-check-circle {
  font-size: 100px;
  color: #53a15b;
  margin-bottom: 30px;
}
.cancelhk h1 {
  font-family: "Cabinet Grotesk", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 2.35rem;
}
.cancelhk p {
  font-family: "Cabinet Grotesk", sans-serif;
}
.cancelhk h2 {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  color: #000000;
}
.cancelhk h3 {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
}
.cancelhk p.questions {
  font-size: 22px;
  font-weight: 500;
}
.cancelhk a {
  font-family: "Cabinet Grotesk", sans-serif;
  text-decoration: none;
}
.cancelhk .btn.theme-btn {
  background: #000000;
  color: #ffffff;
  border-radius: 0px;
  font-size: 1.25rem;
  padding: 9px 40px;
  font-family: "Cabinet Grotesk", sans-serif;
  border: 2px solid #000000;
  font-weight: 500;
}
.cancelhk .btn.theme-btn:hover {
  background: #ffffff;
  color: #000000;
}
.cancelhk p.note {
  font-size: 20px;
  background: #fff3d5;
  color: #000000;
  /* font-weight: 500; */
  padding: 10px 20px;
  line-height: 2;
}
.cancelhk p.note span {
  display: block;
  font-size: 20px;
  font-family: "Cabinet Grotesk", sans-serif;
}
.cancelhk #myModalOne .modal-content {
  background: #fbfbfb;
}
.cancelhk #myModalOne .form-check {
  width: 65%;
  margin: 10px auto;
  font-size: 20px;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: baseline;
}
.cancelhk #myModalOne .form-check input {
  margin-right: 10px;
}
.cancelhk #myModalOne .form-check label {
  font-weight: 400;
  font-size: 18px;
}
.cancelhk .modal.manualModal {
  display: block;
  opacity: 1;
  overflow: visible;
}

.cancelhk .modal-lg {
  width: 1000px;
  margin: 20px auto;
  justify-content: center;
}

.cancelhk button.btn-close {
  background: transparent;
  border: 0;
}
.cancelhk p a {
  color: #0d6efd;
  font-size: 22px;
  font-weight: 500;
}
.width100per {
  width: 100% !important;
}

div.sa-admin button.openbtn {
  display: none;
}
div#mySidebar ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 10px;
}
div#mySidebar ul li a i {
  font-size: 30px;
  margin-right: 15px;
}
#createNewReservation.savesearch .modal-body {
  width: 65%;
  margin: auto;
}
#createNewReservation.savesearch .form-group {
  display: flex;
  align-items: center;
}
#createNewReservation.savesearch .form-group label,
#orderDetailsPopUp.savesearch .form-group label {
  min-width: 130px;
  margin: 0;
  text-align: left;
  &:first-child {
    text-align: right;
  }
}
#createNewReservation.savesearch .form-group b,
#orderDetailsPopUp.savesearch .form-group b {
  min-width: 70px;
  text-align: center;
}
.caldenerWidth > div,
.caldenerWidth .react-datepicker-wrapper,
.caldenerWidth .react-datepicker__input-container {
  width: 100%;
}
#orderDetailsPopUp a.ancher-link {
  color: #0095ef;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  text-decoration: underline !important;
}
.flex-direction-column {
  flex-direction: column;
}

#createNewReservation .intl-tel-input.allow-dropdown input.form-control {
  padding-right: 15px;
}
#orderDetailsPopUp #createNewSchedule .form-group label {
  min-width: 160px;
}

.form-control.is-invalid {
  border: 1px solid red !important;
}

#createNewReservation .intl-tel-input.allow-dropdown {
  width: 100%;
}

#createNewReservation .spl-form {
  background: #dfdfdf40;
  width: 100%;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 15px;
  .form-group {
    display: block;
    margin-bottom: 0;
    &:first-child {
      margin-bottom: 15px;
    }

    label {
      display: block;
      text-align: left !important;
      font-size: 20px;
      color: #000000;
      &:first-child {
        font-size: 14px;
        color: #545454;
      }
    }
  }
}

@media (max-width: 1199px) {
  .cancelhk .modal-lg {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .modal.manualModal {
    position: static;
    padding-bottom: 20px;
  }
  .cancelhk .modal-body {
    width: 100%;
  }
  .cancelhk #myModalOne .form-check {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.sa-admin button.openbtn {
    position: fixed;
    top: 17px;
    left: 200px;
    background: transparent;
    border: 0;
    font-size: 28px;
    color: #767373;
    transition: all 0.3s;
    display: block;
  }

  .sidebarwidth button.openbtn {
    transform: rotate(-180deg);
  }

  div.sa-admin .side-menu {
    width: 60px;
    margin-top: 70px;
    border-top: 1px solid #cccccc;
    padding-left: 15px;
    padding-top: 15px;
    position: fixed;
    z-index: 999;
  }

  div.sa-admin .topbar-left {
    position: fixed;
    top: 0px;
    left: 30px;
  }

  div#mySidebar ul li a span {
    display: none;
    transition: all 0.5s;
  }
  div#mySidebar ul li a i {
    font-size: 30px;
    margin-right: 15px;
  }
  div.sa-admin.sidebarwidth .side-menu {
    width: 215px;
  }
  div#mySidebar ul li a {
    display: flex;
    padding: 10px 0;
  }
  .sidebarwidth div#mySidebar ul li a {
    width: 215px;
    align-items: center;
  }

  .sidebarwidth div#mySidebar ul li a span {
    display: inline-block;

    width: 175px;
    font-size: 18px;
  }

  div.sa-admin .content-page {
    margin-left: 50px;
    transition: all 0.3s;
  }
  div.sa-admin.sidebarwidth .content-page {
    margin-left: 215px;
  }

  div.sa-admin .topbar {
    position: fixed;
    left: 0px;
    width: 100%;
    right: 0px;
    z-index: 99;
  }
  div.sa-admin .topbarHeight {
    height: 60px;
  }
}

@media (max-width: 575px) {
  #createNewReservation.savesearch .form-group {
    flex-direction: column;
    align-items: flex-start;
    b {
      display: none;
    }
    label {
      text-align: left !important;
      min-width: initial !important;
      width: 100%;
      font-size: 18px;
      color: #000000;
      &:first-child {
        font-size: 12px;
        color: #646161;
      }
    }
  }

  #orderDetailsPopUp {
    & form {
      .form-group {
        flex-direction: column;
        align-items: flex-start;

        b {
          display: none;
        }
        label {
          text-align: left !important;
          min-width: initial !important;
          width: 100%;
          font-size: 18px;
          color: #000000;
          &:first-child {
            font-size: 12px;
            color: #646161;
          }
        }
      }
    }
    #createNewSchedule {
      .form-group {
        flex-direction: column;
        align-items: flex-start;
        b {
          display: none;
        }
        label {
          text-align: left !important;
          min-width: initial !important;
          width: 100%;
          font-size: 18px;
          color: #000000;
          &:first-child {
            font-size: 12px;
            color: #646161;
          }
        }
      }
    }
  }
}

/* body .modal-backdrop{
  display: none;
}

body.modal-open .modal-backdrop{
  display: block;
} */

#myServiceRequestModal {
  .SAwebGuest_arrivalInfo {
    width: 50rem;
    margin: auto;
    margin-top: 2rem;
  }
}
