@charset "utf-8";
/* **************** */
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "nice-select.css";
@import "intlTelInput.min.css";
@import "calendar.css";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;900&display=swap");
/* ****************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: "Cairo", sans-serif;
  color: #000;
  font-size: 14px;
}

.owl-carousel {
  direction: ltr;
}

.tooltip {
  z-index: 1100 !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #2f4657;
  border-radius: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
}

.tooltip.in {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip.top {
  padding: 5px 0;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

select {
  display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

iframe {
  width: 100%;
  border: 0;
  height: 100%;
}

::-moz-selection {
  background-color: #d276c4;
  color: #fff;
}

::selection {
  background-color: #d276c4;
  color: #fff;
}

a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

p {
  line-height: 1.7;
}

.modal-open {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}

.modal-backdrop.in {
  opacity: 0.9;
}

input,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: 0;
}

textarea {
  resize: none;
}

.form-control {
  height: 45px;
  line-height: 38px;
  padding-left: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  text-transform: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 0 16px;
}

.form-control::placeholder {
  color: #2b3430;
  text-transform: capitalize;
}

textarea.form-control {
  height: 170px !important;
  line-height: normal;
  padding-top: 8px !important;
}

.form-group,
.form-control {
  margin-bottom: 0;
}

.form-control:focus {
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #ffcd04;
  -webkit-box-shadow: 0 1px 0 0 #ffcd04;
  box-shadow: 0 1px 0 0 #ffcd04;
  color: #303030;
}

.row {
  margin-bottom: 0;
}

i {
  color: inherit;
  font-style: normal;
  font-size: inherit;
}

.toTop {
  background: -webkit-linear-gradient(90deg, #d276c4, #f6d23d);
  color: #fff;
  position: fixed;
  bottom: -150px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  z-index: 35;
  transition: all 0.3s;
  font-size: 16px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s;
  min-width: 200px;
  border-radius: 15px;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0 10px 20px rgb(0 0 0 / 6%);
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.3s;
}

.menu-item-has-children .sub-menu li {
  display: block !important;
  margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
  display: none;
}

.menu-item-has-children .sub-menu > li > a {
  display: block;
  padding: 15px !important;
  font-weight: normal;
  color: #7d7d7d !important;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  transition: all 0.3s;
  text-align: initial;
  overflow: hidden;
}

.menu-item-has-children .sub-menu li a:before {
  display: none;
}

.menu-item-has-children .sub-menu li:hover > a {
  color: #d276c4 !important;
  transition: all 0.3s;
  padding: 15px 25px !important;
}

.menu-item-has-children:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
  font-weight: 900;
  vertical-align: middle;
  font-size: 11px;
}

.menu-item-has-children:hover:after {
  transform: rotate(-180deg);
}

.iti {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.iti-mobile .iti--container {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.iti__flag-container .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  text-align: center;
  min-width: 80px;
  justify-content: center;
  padding: 0;
}

.iti--separate-dial-code .iti__selected-flag .iti__flag,
.iti__arrow,
.iti__flag-box {
  display: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #d276c4;
  font-size: 16px;
  direction: ltr;
  margin: 0 !important;
  font-weight: 600;
}

.iti__country-list {
  left: 0;
  z-index: 4;
  top: 110%;
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 26%);
  bottom: auto;
}

.iti__country-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.iti__country-list::-webkit-scrollbar-track {
  background-color: #ddd;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #d276c4;
  border-radius: 15px;
}

.iti-mobile .iti__country-list {
  top: 0;
  border-radius: 0;
  box-shadow: none;
}

.iti__country {
  padding: 10px;
  direction: ltr;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.iti__dial-code {
  color: #fff;
  margin: 0 10px 0 0;
  background-color: #d276c4;
  display: inline-block;
  padding: 2px 10px;
  min-width: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
}

.iti__flag-container {
  position: relative;
  height: 55px;
  border-radius: 5px;
  padding: 0;
  background-color: #f3f3f1;
}

.iti__country-name {
  margin: 0;
}

.login-wrap {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 54px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: contain;
}

.login-wrap .row {
  flex-direction: row-reverse;
  align-items: center;
}

.login-block {
  background: rgba(222, 190, 163, 0.32);
  backdrop-filter: blur(3.5px);
  border-radius: 18px;
  padding: 50px;
}

.login-block .b-logo {
  width: 103px;
  height: 120px;
  margin: 0 auto 32px;
}

.login-block .b-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.login-block .b-head {
  margin-bottom: 28px;
}

.login-block .b-head h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 11px;
}

.login-block .b-head p {
  font-size: 16px;
  color: #d276c4;
}

.login-block .form-group {
  position: relative;
  margin-bottom: 22px;
}

.login-block .form-group:last-of-type {
  margin: 0;
}

.login-block .form-group .form-control {
  background: #f3f3f1;
  border-radius: 5px;
  height: 57px;
  border: 0;
  font-size: 16px;
  transition: 0.3s;
  padding: 0 50px !important;
}

.login-block .form-group > img {
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}

.login-block .form-group .form-control::placeholder {
  color: #1c1f2c;
}

.login-block .form-group .form-control:focus {
  box-shadow: 0 2px 0 0 #1c1f2c;
  background: #fff;
}

.login-block .form-group .iti + img {
  left: 105px;
}

.btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d276c4;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  column-gap: 7px;
  border: 0;
}

.login-block .form-group .btn {
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}

.login-block .form-group .btn i {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  width: 24.64px;
  height: 24.64px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  background: #0b0b09;
  color: #fff;
}

.login-logo {
  text-align: center;
}


.home-wrap {
  min-height: 100vh;
}

.home-wrap .container-fluid {
    padding: 0;
}

.home-wrap .row {
  flex-direction: row-reverse;
}

.home-wrap .calender-haed {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.home-wrap .calender-haed .btn {
  font-size: 15px;
  height: 55px;
  border-radius: 6px;
}

.home-wrap .calender-haed .btn i {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc .fc-button {
 height: 40px;
    background: #debea305;
    border-radius: 5px;
    border: 0;
    transition: 0.3s;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #88959E;
    padding: 0;
    font-weight: 700 !important;
    text-transform: capitalize;
}

.fc .fc-button-group {
  margin: 0 !important;
}

.fc .fc-button-group .fc-prev-button,
.fc .fc-button-group .fc-next-button {
color: #9d9d9d;
    font-size: 31px;
    padding: 0;
    width: 40px;
    border-radius: 0 !important;
    background: transparent;
}

.fc .fc-button-group .fc-button * {
  color: inherit;
  font-size: inherit;
  width: auto;
  height: auto;
  display: block;
}

button.fc-today-button {
  min-width: 112px;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin: 0 12px !important;
}

.fc .fc-button-group .fc-next-button {
  margin-left: 7px !important;
}

button.fc-timeGridDay-button,
.fc-timeGridWeek-button,
.fc-dayGridMonth-button {
  min-width: 70px;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.fc .fc-button-group .fc-button-active,
.fc .fc-button-group .fc-button:hover {
color: #d276c4 !important;
    background: transparent !important;
}

button.fc-myCustomButton-button.fc-button.fc-button-primary {
background: #d276c4;
    font-size: 16px;
    min-width: 136px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    line-height: 40px;
    padding: 0 20px !important;
    color: #fff;
    border-radius: 50px;
}

button.fc-myCustomButton-button.fc-button.fc-button-primary::before {
  content: "";
  position: absolute;
    left: 18px;
    top: 12px;
    width: 16px;
    height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/print.svg");
}

button.fc-today-button.fc-button.fc-button-primary {
    min-width: auto;
    background: transparent !important;
    color: #d276c4;
    opacity: 1;
}

.fc .fc-button-group:last-child {
    border-width: 0 1px;
    border-style: solid;
    border-color: #E6E6E6;
}

.fc .fc-toolbar-title {
  background: #debea3;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-of-type(2) {
  width: 100%;
  order: 1;
  margin: 12px 0 0;
  text-align: center;
  display:none;
}

.fc .fc-toolbar.fc-header-toolbar {
 flex-wrap: wrap;
    margin-bottom: 17px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.fc .fc-scrollgrid {
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  background-color: #fff;
}

.fc-theme-standard td, .fc-theme-standard th {
    border-color: #f4f4f4;
}

.fc-theme-standard th {
  padding: 15px;
  vertical-align: middle;
}

.fc .fc-scrollgrid-section > th {
  padding: 0;
}

.fc .fc-col-header-cell-cushion {
  color: #d276c4;
  text-transform: uppercase;
  font-size: 17px;
  padding: 0;
  display: block;
}

.fc .fc-daygrid-week-number {
  background: #d276c4;
  color: #fff;
  border: 0;
  text-decoration: none;
}

.fc .fc-daygrid-day-number {
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}

.fc-theme-standard td,
.fc-theme-standard th {
  padding: 15px;
}

.fc .fc-scrollgrid-section > td {
  padding: 0;
}

td.fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink {
  background: #d276c4;
  color: #fff;
}

.fc .fc-timegrid-slot-label-cushion {
  color: #fff;
  font-weight: 700;
  padding: 0;
  display: block;
  text-align: center;
}

.fc .fc-timegrid-axis-cushion {
  color: #d276c4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}

span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
  font-size: 13px;
}

td.fc-daygrid-day.fc-day.fc-day-sun.fc-day-past {
  padding: 0;
}

.home-sidebar .h-logo {
  text-align: center;
  margin-bottom: 20px;
}

.home-sidebar .h-logo img {
  width: 110px;
  object-fit: contain;
}

.home-sidebar .btn.logout {
  justify-content: space-between;
  margin-bottom: 15px;
}

.home-sidebar .btn.logout span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  column-gap: 12px;
}

.home-sidebar .btn.logout span img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}

.home-sidebar .user-auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  column-gap: 15px;
}

.home-sidebar .user-auth span {
  border: 1px solid #d276c4;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.home-sidebar .user-auth a {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sidebar a.btn.vip i {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #d276c4;
  font-size: 14px;
  margin-right: 12px;
  min-width: 30px;
}

.home-sidebar a.btn.vip img {
  transform: scaleX(-1);
  width: 23px;
  object-fit: contain;
}

.home-sidebar a.btn.vip {
  justify-content: space-between;
  margin-bottom: 15px;
  background: #debea3;
  border-radius: 10px;
  font-size: 15px;
}

.home-sidebar a.btn.vip div {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: inherit;
}

.home-sidebar a.btn.vip b {
  color: inherit;
  font-size: 15px;
  vertical-align: middle;
}

.home-sidebar .widget {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.home-sidebar .widget h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.home-sidebar .widget h4 b {
  font-size: inherit;
  text-transform: uppercase;
  margin: 0 5px;
  vertical-align: baseline;
}

.home-sidebar .widget .booking ul li {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 5px;
}

.home-sidebar .widget .booking p {
  color: #debea3;
  font-size: 20px;
  font-weight: 500;
}

.home-sidebar .widget .booking ul li img.arrow.down-arrow {
  transform: scaleY(-1);
}

.home-sidebar .widget .wallet div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  column-gap: 10px;
  color: #000;
}

.home-sidebar .widget .wallet span {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #debea3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sidebar .widget .wallet .btn {
  height: 40px;
  font-size: 16px;
  border-radius: 7px;
}

.home-sidebar .widget .status li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.home-sidebar .widget .status li:last-child {
  margin: 0;
}

.home-sidebar .widget .status li span {
  width: 25px;
  height: 25px;
  border-radius: 2px;
}

.home-sidebar .widget .status li.done span {
  background: #8ec63f;
}

.home-sidebar .widget .status li.processing span {
  background: #1774ff;
}

.home-sidebar .widget .status li.waiting span {
  background: #a194d6;
}

.home-sidebar .widget .status li.cancelation span {
  background: #c72727;
}

.modal-backdrop.show {
  opacity: 0.95;
  background: #07040445;
}

.login-block .form-group.has-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}

.login-block .form-group.has-btns .btn {
  margin: 0;
}

.login-block .form-group.has-btns .btn.btn-border {
  justify-content: center;
}

.btn.btn-border {
  border: 1px solid #d276c4;
  background: transparent;
  color: #d276c4;
}

.btn.btn-border:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.profile .row {
  flex-direction: row;
}

.profile-head {
  margin-bottom: 32px;
}

.profile-head h4 {
  font-size: 22px;
  font-weight: 700;
}

.back-area {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.back-area a {
  width: 70px;
  height: 60px;
  background: #d276c4;
  box-shadow: 1px 4px 7px 2px rgb(12 83 251 / 22%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-area .btn {
  width: auto;
  min-width: 150px;
}

.profile-sidebar .p-auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #debea3;
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 15px;
}

.profile-sidebar .p-auth div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.profile-sidebar .p-auth div img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
}

.profile-sidebar .p-auth a img {
  filter: brightness(0) invert(1);
}

.profile-sidebar .p-personal ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

.profile-sidebar .p-personal ul li div {
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 45px;
  flex-grow: 1;
  text-transform: none;
}

.profile-sidebar .p-personal ul li a {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.profile-sidebar .p-booking .booking-head {
  background: #debea3;
  border-radius: 17px 17px 0px 0px;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
}

.profile-sidebar .p-booking .booking-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 17px 17px;
}

.profile-sidebar .p-booking .booking-body h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.profile-sidebar .p-booking .booking-body ul li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

.profile-sidebar .p-booking .booking-body ul li span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 600;
}

.profile-sidebar .p-booking .booking-body p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.profile-sidebar .p-booking .booking-body .reminder {
  background: #7ad06d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 7px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.subs-item {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.subs-item .su-head {
  background: #debea3;
  border-radius: 15px 15px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}

.subs-item .su-body {
  padding: 20px;
}

.subs-item .su-body h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}

.subs-item .su-body ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.subs-item .su-body ul li {
  width: 46%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 19px;
}

.subs-item .su-body ul li b {
  font-weight: 700;
  color: #000;
  font-size: inherit;
}

.p-subscriptions .item {
  padding: 0 0 15px;
}

.p-tables .table-responsive {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
  border-radius: 17px;
}

.p-tables .table th {
  background: #debea3;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-right: 3px solid;
}

.p-tables .table td {
  padding: 20px;
  border: 1px solid #f3f3f1;
  font-size: 18px;
  font-weight: 600;
}

.p-tables .table td > img {
  width: 30px;
  margin: 0 auto;
}

.p-tables .table th:last-child {
  border: 0;
}

.p-tables .table {
  margin: 0;
}

.p-tables .item {
  padding-bottom: 15px;
}

.p-tables .table td span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  column-gap: 10px;
  justify-content: space-between;
  font-size: inherit;
}

.p-tables .table td span img {
  width: 16px;
}

.p-tables .owl-nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

.p-tables .owl-carousel .owl-nav button.owl-prev {
  transform: scaleX(-1);
}

.p-tables .owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/slider-arrow.svg);
}

.p-tables .owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.details-card {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 50px;
}

.details-card .d-head {
  margin-bottom: 40px;
}

.details-card .d-head ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.details-card .d-head ul li {
  width: 50%;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
}

.details-card .d-head ul li b {
  font-size: inherit;
  font-weight: 700;
}

.details-card .d-head ul li:nth-of-type(4),
.details-card .d-head ul li:nth-of-type(5) {
  width: 25%;
}

.details-card .p-tables h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.calendarModal .modal-content {
  border-radius: 23px;
  border: 0;
  box-shadow: none;
}

.calendarModal .modal-header {
  padding: 30px 30px 0;
  border: 0;
}

.calendarModal .modal-body {
  padding: 30px;
}

.calendarModal .modal-header .btn-close {
  width: 25px;
  height: 25px;
  background-color: #f3f3f1;
  border-radius: 100%;
  color: #d276c4;
  opacity: 1;
}

.calendarModal .bookingDetails h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.calendarModal .bookingDetails ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.calendarModal .bookingDetails ul li {
  background: #f3f3f1;
  border-radius: 5px;
  padding: 17px;
  font-size: 18px;
  width: 48%;
}

.calendarModal .bookingDetails ul li b {
  font-size: inherit;
}

.calendarModal .bookingDetails ul + h4 {
  text-align: inherit;
}

.calendarModal .bookingDetails .drations {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-bottom: 50px;
}

.calendarModal .bookingDetails .drations div {
  background: #a194d6;
  border-radius: 11px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 15px;
}

.calendarModal .bookingDetails .drations div span {
  display: inline-flex;
  align-items: center;
  column-gap: 11px;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
}

.calendarModal .bookingDetails .drations div span img {
  filter: brightness(0) invert(1);
}

.calendarModal .bookingDetails .drations a {
  display: inline-flex;
  flex-direction: column;
  row-gap: 7px;
  color: #000;
  font-size: 17px;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

.calendarModal .bookingDetails .drations p {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.calendarModal .bookingDetails .moda-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendarModal .bookingDetails .moda-btns .btn {
  min-width: 150px;
  font-size: 17px;
  height: 50px;
}

.calendarModal .bookingDetails .moda-btns .btn.absent {
  background-color: #c72727;
}

.calendarModal .bookingDetails .moda-btns div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.editedModal .edited-wrap {
  text-align: center;
  padding: 70px;
}

.editedModal .edited-wrap h4 {
  font-weight: 700;
  font-size: 29px;
  margin: 30px 0 0;
}

.editedModal .btn {
  display: inline-flex;
  width: fit-content;
  min-width: 170px;
  height: 50px;
  font-size: 17px;
  margin: 0 auto -80px;
}

.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.signature-wrp .form-group {
  margin-bottom: 30px;
}

.signature-wrp .form-group h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.signature-wrp .form-group canvas {
  border: 1px solid #debea3;
  border-radius: 10px;
}

.signature-wrp {
  padding: 30px;
}

.signature-wrp .form-group .sig-btns {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 0 20px;
}

.signature-wrp .form-group .sig-btns button {
  border: 0;
  height: 40px;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
  background: #d276c4;
  color: #fff;
  min-width: 100px;
  margin-top: -7px;
}

.signature-wrp .sig-info {
  margin-bottom: 30px;
}

.signature-wrp .sig-info table {
  border-radius: 15px;
  overflow: hidden;
}

.signature-wrp .sig-info table th {
  background: #debea3;
  border-radius: 17px 17px 0px 0px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  border: 2px solid #fff;
}

.signature-wrp .sig-info table td {
  background: #f3f3f1;
  border: 2px solid #fff;
  padding: 10px;
}

.signature-wrp .sig-info table a {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.signature-wrp .sig-info table a img {
  width: 20px;
  object-fit: contain;
}

.signature-wrp .sig-info .info-inner h4 {
  color: #d276c4;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.signature-wrp .sig-info .info-inner ul {
  background: #fff5ed;
  border-radius: 6px;
  padding: 15px;
}

.signature-wrp .sig-info .info-inner ul li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
  color: #d276c4;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.7;
}

.signature-wrp .sig-submit {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.signature-wrp .sig-submit .btn {
  font-size: 15px;
  height: 50px;
  min-width: 150px;
}

.session-detials .details-card .d-head .row {
  flex-direction: row-reverse;
  row-gap: 30px;
}

.session-detials .details-card .d-head ul li {
  width: 100% !important;
}

.session-detials .details-card .d-head .signature-img {
  border: 1px solid #debea3;
  border-radius: 11px;
  overflow: hidden;
}

.session-detials .details-card .d-head .signature-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-booking .details-card.services-holder {
  border: 2px solid #d276c4;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 24px;
}

.service-booking .row {
  flex-direction: row;
}

.details-card.services-holder .item a {
  display: block;
  text-align: center;
}

.details-card.services-holder .item a img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border: 1px solid #d276c4;
  border-radius: 5px;
  transition: 0.3s;
}

.details-card.services-holder .item a h4 {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
  transition: 0.3s;
  display: block;
}

.details-card.services-holder .item a:hover img {
  border-radius: 11px 11px 0 0;
}

.details-card.services-holder .item a:hover h4 {
  background-color: #d276c4;
  color: #fff;
}

.details-card.services-holder .owl-carousel .owl-nav button.owl-next,
.details-card.services-holder .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #debea3;
  left: -50px;
}

.details-card.services-holder .owl-carousel .owl-nav button.owl-next {
  right: -50px;
  left: auto;
}

.details-card.services-holder .owl-carousel .owl-nav button.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.service-booking .details-card {
  padding: 25px;
}

.service-booking .details-card > h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
}

.service-booking .details-card > h4 button {
  padding: 0;
  border: 0;
  outline: none;
  font-weight: inherit;
  font-size: 21px;
  background-color: transparent;
}

.service-booking .details-card > h4 button img {
  filter: brightness(0);
  width: 42px;
  object-fit: contain;
}

.change-date {
  padding: 35px;
}

.change-date .flatpickr-calendar.animate.inline {
  top: auto;
  margin: 0 auto 30px;
  background: #debea3;
  width: 100%;
  box-shadow: none;
  border: 0;
  border-radius: 10px;
  padding: 30px;
}

.change-date .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.change-date .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 30px;
  top: 30px;
}

.change-date .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.change-date .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 30px;
  top: 30px;
}

.change-date .date-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.change-date .date-btns .btn {
  min-width: 150px;
  height: 50px;
  font-size: 19px;
}

.change-date span.flatpickr-weekday {
  color: #000;
}

.change-date .flatpickr-rContainer,
.change-date .flatpickr-days {
  width: 100%;
}

.change-date .flatpickr-weekdays {
  padding: 25px 0 15px;
}

.change-date .dayContainer {
  width: 100%;
  max-width: none;
}

.change-date .flatpickr-day {
  font-weight: 500;
  color: #fff;
}

.change-date .flatpickr-day.flatpickr-disabled,
.change-date .flatpickr-day.flatpickr-disabled:hover,
.change-date .flatpickr-day.prevMonthDay,
.change-date .flatpickr-day.nextMonthDay,
.change-date .flatpickr-day.notAllowed,
.change-date .flatpickr-day.notAllowed.prevMonthDay,
.change-date .flatpickr-day.notAllowed.nextMonthDay {
  color: #3c3844;
}

.change-date .flatpickr-day.today,
.change-date .flatpickr-day.selected,
.change-date .flatpickr-day.startRange,
.change-date .flatpickr-day.endRange,
.change-date .flatpickr-day.selected.inRange,
.change-date .flatpickr-day.startRange.inRange,
.change-date .flatpickr-day.endRange.inRange,
.change-date .flatpickr-day.selected:focus,
.change-date .flatpickr-day.startRange:focus,
.change-date .flatpickr-day.endRange:focus,
.change-date .flatpickr-day.selected:hover,
.change-date .flatpickr-day.startRange:hover,
.change-date .flatpickr-day.endRange:hover,
.change-date .flatpickr-day.selected.prevMonthDay,
.change-date .flatpickr-day.startRange.prevMonthDay,
.change-date .flatpickr-day.endRange.prevMonthDay,
.change-date .flatpickr-day.selected.nextMonthDay,
.change-date .flatpickr-day.startRange.nextMonthDay,
.change-date .flatpickr-day.endRange.nextMonthDay {
  box-shadow: 0 0 0 2px #a8a8a8;
  border: 0;
  background: #d276c4;
}

.change-date .flatpickr-day.inRange,
.change-date .flatpickr-day.prevMonthDay.inRange,
.change-date .flatpickr-day.nextMonthDay.inRange,
.change-date .flatpickr-day.today.inRange,
.change-date .flatpickr-day.prevMonthDay.today.inRange,
.change-date .flatpickr-day.nextMonthDay.today.inRange,
.change-date .flatpickr-day:hover,
.change-date .flatpickr-day.prevMonthDay:hover,
.change-date .flatpickr-day.nextMonthDay:hover,
.change-date .flatpickr-day:focus,
.change-date .flatpickr-day.prevMonthDay:focus,
.change-date .flatpickr-day.nextMonthDay:focus {
  background: #fff;
  color: #000;
  transition: 0.3s;
}

.change-date .flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.change-date .flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}

.day-period,
.times-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.times-list label {
  text-align: center;
}

.day-period label input,
.times-list label input,
.crew-list label input {
   display: none;
}

.day-period label span,
.times-list label span,
.crew-list label span {
  background: #f3f3f1;
  border-radius: 10px;
  padding: 10px 20px;
  min-width: 150px;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.day-period label input:checked + span,
.times-list label input:checked + span,
.crew-list label input:checked + span {
  background: #d276c4;
  color: #fff;
}

.times-list {
  margin-bottom: 0;
}

.times-list label p {
  font-weight: 600;
  color: #7d7d7d;
  margin-top: 7px;
}

.crew-list li {
  margin-bottom: 20px;
}

.crew-list li:last-child {
  margin-bottom: 0;
}

.crew-list li span {
  border-radius: 17px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.crew-list li span img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
}

.crew-list li label {
  width: 100%;
}

.service-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-actions .btn {
  height: 50px;
  font-size: 18px;
  min-width: 150px;
}

.service-actions > div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.service-actions > div img {
  object-fit: contain;
  width: 40px;
}

.service-actions .switcher {
  bottom: auto;
  top: 0;
  position: relative;
  height: 50px;
  overflow: hidden;
  width: 130px;
  box-shadow: 1px 4px 7px 2px rgba(170, 113, 100, 0.33);
  border-radius: 50px;
}

.switcher .switcher-input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs,
.layer {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  right: 0;
  top: 0;
}
.layer {
  width: 100%;
  background-color: #d276c4;
  transition: all 0.3s ease;
  z-index: 1;
}
.activate .switcher .switcher-input:checked ~ .layer {
  background-color: #49ca6e;
}
.knobs {
  z-index: 2;
}

.switcher .switcher-input:checked + .knobs:before {
  content: "";
  left: 85px;
}

.switcher .knobs:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
}

ul.crew-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 260px;
  padding: 0 15px 0 0;
}

ul.crew-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

ul.crew-list::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 15px;
}

ul.crew-list::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 15px;
}

.confirm-service .details-card .d-head .signature-img {
  border: 0;
  overflow: visible;
  border-radius: 0;
  text-align: right;
}

.confirm-service .details-card .d-head .signature-img div {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  column-gap: 15px;
  justify-content: flex-end;
}

.confirm-service .details-card .d-head .signature-img > img {
  width: 90px;
  height: 90px;
}

.confirm-service .details-card .d-head .signature-img div .btn {
  height: 45px;
  border-radius: 10px;
  font-size: 18px;
  padding: 0 20px;
}

.confirm-service .details-card .d-head .signature-img div .btn.whatsapp {
  background: #7ad06d;
  box-shadow: 0px 9px 16px rgb(122 208 109 / 36%);
}

.confirm-service .details-card .d-head .signature-img div .btn img {
  width: 21px;
}

.confirm-service .details-card .d-head .row {
  align-items: center;
}

.p-confirm {
  margin-top: 50px;
}

.p-confirm .btn {
  display: inline-flex;
  min-width: 150px;
  height: 50px;
}

.conf-head {
  text-align: center;
  margin-bottom: 50px;
}

.conf-head h4 {
  font-weight: 700;
  font-size: 34px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
}

.conf-head img {
  width: 50px;
}

.login-block .form-group.has-textarea img {
  transform: none;
  top: 10px;
}

.login-block .form-group.has-textarea .form-control {
  padding: 11px 50px !important;
}

.login-block label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.new-subscribe .sub-data li {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 10px;
}

.new-subscribe .sub-data li b {
  font-size: inherit;
  font-weight: 600;
}

.new-subscribe .sub-data li:last-child {
  margin: 0;
}

.new-sub-date .details-card {
  margin-bottom: 24px;
}

.new-sub-date .form-date {
  display: flex;
  align-items: center;
  column-gap: 30px;
  font-weight: 500;
}

.new-sub-date .form-date div {
  position: relative;
  z-index: 1;
}

.new-sub-date .form-date div img {
  position: absolute;
  right: 3px;
  top: 5px;
  filter: brightness(0);
  width: 37px;
  object-fit: contain;
}

.new-sub-date .form-date div .form-control {
  background: #f3f3f1;
  border-radius: 5px;
  border: 0;
  height: 40px;
  min-width: 250px;
  font-size: 17px;
}

.flatpickr-day.selected {
  background: #d276c4;
  border-color: #d276c4;
}

.edit-top-head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-top-head h4 {
  font-weight: 700;
  font-size: 36px;
}

.edit-top-head a {
  display: flex;
  align-items: center;
  column-gap: 17px;
  background: #debea3;
  border-radius: 10px;
  padding: 10px;
}

.edit-top-head a span {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #fff;
  font-size: 16px;
}

.edit-top-head a > img {
  object-fit: contain;
  filter: brightness(0) invert(1);
  width: 15px;
  transform: rotate(90deg);
}

.edit-top-head a span img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
}

html body {
  background-color: #f2f5fa;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #d276c4;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  > li
  > a
  > span {
  color: inherit;
}

.breadcrumb .breadcrumb-item::after {
  content: "\e847";
  font-family: "feather";
  color: #626262;
  margin: 0 5px;
}

.breadcrumb .breadcrumb-item::before,
.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}

.breadcrumb .breadcrumb-item a {
  color: #6a6a6a;
}

.breadcrumb .breadcrumb-item.active {
  color: #d276c4;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 10px;
}

.form-group .form-control {
  font-size: 14px;
}

.form-group .form-control:focus {
  box-shadow: 0 1px 0 0 #d276c4;
  border-bottom-color: #d276c4;
}

.btn {
  margin: 0 !important;
}

.pagination .page-item.active {
  background: transparent;
}

.pagination .page-item.active .page-link {
  background: #d276c4;
}

.btn-warning,
.btn-info {
  background: #d276c4 !important;
}

table.dataTable td .btn {
  margin: 0 5px !important;
}

.table-responsive > .btn {
  margin-bottom: 20px !important;
  min-width: 70px;
  float: none !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  right: 10px;
  left: auto;
  top: 13px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  padding: 0;
  right: 10px;
  left: auto;
  top: 5px;
}

.breadcrumb {
  border: 0;
  padding: 0 !important;
}

.breadcrumb-wrapper.col-12 {
  padding: 0;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: 0;
  margin: 5px 5px;
}

form .col-md-12 label {
  margin-bottom: 10px;
}

form .modal-footer {
  column-gap: 15px;
  padding: 0;
  border: 0;
}

.card-body form {
  padding: 0 !important;
}

.card-body form .col-md-12 {
  margin-bottom: 20px;
}

div.dataTables_wrapper div.dataTables_length label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

div.dataTables_wrapper div.dataTables_length .form-control {
  min-width: 100px;
  background-size: 15px;
  background-position: calc(100% - 10px) 15px, calc(100% - 20px) 13px, 100% 0;
}

.badge.badge-danger {
  border: 0;
}
table.table-bordered.dataTable tbody td .btn {
  margin: 5px !important;
}

table.dataTable {
  margin-top: 20px !important;
}

.btn-info:hover {
  box-shadow: none;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  margin: 0;
}

.fc .fc-toolbar-title {
  width: 100%;
}

[lang="ar"] .fc .fc-toolbar.fc-header-toolbar {
  flex-direction: row-reverse;
}

[lang="ar"] .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

[lang="ar"] .btn {
  flex-direction: row-reverse;
}

.cat-slider {
    background: #fff;
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 25px;
    border-radius: 10px 10px 0 0;
    justify-content: space-between;
}


.cat-slider ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
}

.cat-slider ul li {color: #7D7D7D;font-size: 18px;padding: 15px;transition: .3s;font-weight: 600;border-bottom: 2px solid transparent;cursor: pointer;}

.cat-slider ul li.active {
    color: #d276c4;
    border-color: #d276c4;
    cursor: default;
}

.cat-slider .add-new {
    background: rgba(210, 118, 196, 1);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    min-width: 35px;
    color: #d276c4;
    font-size: 24px;
}

.cat-slider ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.cat-slider ul::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 15px;
}

.cat-slider ul::-webkit-scrollbar-thumb {
    background: #d276c4;
    border-radius: 15px;
}

.cat-slider .btn {
    border-radius: 50px;
    height: 50px;
}

.cat-slider div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    column-gap: 30px;
}

.today-res {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
}

.today-res a {
    font-size: 18px;
    font-weight: 600;color: #000;
}

.today-res a i {
    width: 35px;
    height: 35px;
    background: #d276c4;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}

.today-res a b {
    color: #d276c4;
    font-size: 20px;
}

.today-res span {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.today-res span i {
    color: #d276c4;
    font-size: 22px;
}

.today-res ul {
    display: flex;
    column-gap: 20px;
}

.today-res ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 0;
    cursor:pointer;
}

.today-res ul li b {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

div#navbar-mobile {justify-content: space-between;}

.lign-left {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.g-search {
    position: relative;
}

.g-search .form-control {
    height: 45px;
    border: 1px solid #d276c4;
    border-radius: 50px;
    font-size: 16px;
    padding: 0 20px 0 50px;
}

.g-search i {
    position: absolute;
    transform: scaleX(-1);
    font-size: 20px;
    left: 16px;
    top: 15px;
    color: #d276c4;
}

.g-search .form-control::placeholder {
    color: rgba(210, 118, 196, 1);
    font-size: inherit;
}

.g-search .form-control:focus {
    box-shadow: 0 0 0 1px #d276c4;
}

.g-date,
.g-member a{
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    color: #88959E;
    font-weight: 500;
}

.g-date i,
.g-member a i{
    color: #d276c4;
    font-size: 22px;
}

.g-member a:hover{
    color:#000
}

.reservModal .modal-body {
    overflow: hidden;
    overflow-y: auto;
    margin: 25px 0;
    padding: 0 15px 0 5px;
}

.reservModal .modal-body::-webkit-scrollbar,
.reservModal .time-area .times::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.reservModal .time-area .times::-webkit-scrollbar{
    height:4px;
}

.reservModal .modal-body::-webkit-scrollbar-track,
.reservModal .time-area .times::-webkit-scrollbar-track{
    background: #ddd;
}

.reservModal .modal-body::-webkit-scrollbar-thumb,
.reservModal .time-area .times::-webkit-scrollbar-thumb{
    background: #d276c4;
    border-radius:15px
}

.reservModal  .modal-content {
    border-radius: 10px;
    border-top: 7px solid #d276c4;
    padding: 20px;
}

.reservModal .modal-header {
    padding: 0 0 20px;
    background: transparent;
    border-bottom: 1px solid #F2F5FA;
    border-radius: 0;
}

.reservModal .modal-header .modal-title {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.reservModal .modal-header .close {
    margin: 0;
    background: #EAF0FF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-shadow: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    text-shadow: none;
    color: #d276c4;
    font-size: 43px;
}

.reservModal .modal-header .close span {
    color: inherit;
    font-size: inherit;
    line-height: 0;
}

.reservModal .client-area {
    margin-bottom: 25px;
}

.reservModal .client-area .form-group {
    margin: 0;
    position: relative;
}

.reservModal .client-area .form-group .form-label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.reservModal .client-area .form-group  div {
    position: relative;
}

.reservModal .client-area .form-group  .form-control {
    border: 0.94px solid #CFCFCF;
    border-radius: 5.64px;
    font-size: 16px;
    padding: 0 20px 0 50px;
    width: 50%;
}

.reservModal .client-area .form-group .form-control::placeholder {
    font-size: inherit;
    color: #CFCFCF;
}

.reservModal .client-area .form-group i {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 24px;
    color: #CFCFCF;
}

.reservModal .client-area
 .add-new-client {
    margin-top: 10px;
    color: #d276c4;
    font-size: 16px;
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.reservModal .client-area .form-group  .search-result {
    background: #fff;
    z-index: 6;
    padding: 10px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
    border-radius: 5.64px;
    margin-top: 6px;
}

.reservModal .client-area .form-group .search-result ul li {
    padding: 5px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.reservModal .client-area .form-group .search-result ul li span {
    display: block;
    color: #c1c1c1;
    font-size: 13px;
    font-weight: 400;
}

.reservModal .client-area .form-group .search-result ul li:hover {
    background: #f7f7f7;
}

.reservModal .client-area .client-result h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.reservModal .client-area .client-result p {
    color: #CFCFCF;
    font-weight: 500;
    font-size: 14px;
}

.reservModal  .service-area {
    margin-bottom: 25px;
}

.reservModal  .sec-head {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reservModal .service-area label {
    width: 100%;
}

.reservModal .service-area label input {
    display: none;
}

.reservModal .service-area label span {
    border: 1px solid #5A6785;
    border-radius: 5.64px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    transition: .3s;
    color: #5A6785;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}

.reservModal .service-area label input:checked + span {
    border-color: #d276c4;
    color: #d276c4;
}

.reservModal .service-area .service-with-price {
    border-top: 1px solid #F2F5FA;
    padding-top: 25px;
    margin-top: 25px;
}

.reservModal .service-area .service-with-price label span {
    background: #F2F5FA;
    border: 0;
    flex-flow: column;
    height: auto;
    padding: 15px;
}

.reservModal .service-area .service-with-price label input:checked + span {
    background: #d276c4;
    color: #fff;
}

.switcher input{
    display:none;
}

.switcher label {
    width: 50px !important;
    height: 25px;
    position: relative;
    display: block;
    background: #ebebeb;
    border-radius: 100px;
    cursor: pointer;
    transition: .3s;
}

.switcher label:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    border-radius: 100%;
    transition: .3s;
    box-shadow: 0 6px 6px rgba(0,0,0,.16), 0 0 1px rgba(0,0,0,.4);
}

.switcher input:checked+label {
    background: #d276c4;
}

.switcher input:checked+label:after {
    left: 30px;
}

.reservModal .subscribe-area .service-with-price {
    display: none;
}

.reservModal .time-area {
    margin-bottom: 25px;
}

.reservModal .time-area .times {
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 25px;
}

.reservModal .time-area .times label {}

.reservModal .time-area .times label input {
    display: none;
}

.reservModal .time-area .times label span {
    color: #7D7D7D;
    font-size: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.reservModal .time-area .times label input:checked + span {
    color: #d276c4;
}

.reservModal .time-area .times label span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #d276c4;
    transition: .3s;
    border-radius: 50px;
}

.reservModal .time-area .times label input:checked + span::after {
    width: 100%;
}

.reservModal .time-area .times-with-data .nav.nav-tabs {
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 15px;
}

.reservModal .time-area .times-with-data .nav.nav-tabs .nav-item {
    margin: 0;
    width: 100%;
}

.reservModal .time-area .times-with-data .nav.nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: 0;
    background: #F2F5FA;
    border-radius: 3.76px;
    color: #6D7993;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
    padding: 0 15px;
    height: 50px;
}

.reservModal .time-area .times-with-data .nav.nav-tabs .nav-item .nav-link::after {
    display: none;
}

.reservModal .time-area .times-with-data .nav.nav-tabs .nav-item .nav-link.active {
    background: #d276c4;
    color: #fff;
}

.reservModal .time-area .times-with-data .item {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}

.reservModal .time-area .times-with-data .time-item label {
    width: 100%;
}

.reservModal .time-area .times-with-data .time-item p {
    color:#6D7993;
    font-size:13px;
    margin-top:10px;
}

.reservModal .time-area .times-with-data .time-item {
    text-align: center;
}

.reservModal .time-area .times-with-data .time-item label input {
    display: none;
}

.reservModal .time-area .times-with-data .time-item label span {
    cursor: pointer;
    background: #F2F5FA;
    border-radius: 5.64px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: #88959E;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

.reservModal .time-area .times-with-data .time-item label input:checked + span {
    background: #d276c4;
    color: #fff;
}

.reservModal .time-area .times-with-data .time-item label input:disabled + span{
    background:#88959E;
     color: #fff;
    cursor:not-allowed;
}

.reservModal .form-control.nice-select {
    float: none;
}

.reservModal .notes-area .form-group {
    margin: 0;
    display:none;
}

.form-control::placeholder {
    font-size: inherit;
    color: #CFCFCF;
}

.reservModal .modal-footer {
    justify-content: space-between;
    border: 0;
    padding: 0;
  row-gap: 20px;
}

.reservModal .modal-footer .send-gift {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #C82323;
    border: 0;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.reservModal .modal-footer .send-gift i {
    font-size: 20px;
}

.reservModal .modal-footer .btn {
    min-width: 250px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

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

.main-menu .navbar-header .navbar-brand {
    margin: 0;
}

.modal-backdrop + .modal-backdrop {
    z-index: 9999;
}

div#giftModal {
    z-index: 99991;
}
div#addNewClient {
  z-index: 99991;
}

div#payModal {
  z-index: 99991;
}


.modal-backdrop.show {
  background: #07040445;
}

.giftModal .client-area .form-group .form-control {
    width: 100%;
    padding: 0 20px;
}

.giftModal .modal-footer .btn {
    width: 100%;
}

.giftModal .client-area .form-group {
    margin-bottom: 20px;
    display: block !important;
}

.giftModal .client-area .form-group .form-control#phoney {
    padding: 0 20px !important;
}




.addNewClient .client-area .form-group .form-control {
  width: 100%;
  padding: 0 20px;
}

.addNewClient .modal-footer .btn {
  width: 100%;
}

.addNewClient .client-area .form-group {
  margin-bottom: 20px;
  display: block !important;
}

.addNewClient .client-area .form-group .form-control#phoney {
  padding: 0 20px !important;
}




.iti__flag-container {
    height: 45px;
    background: #fff;
    border: 1px solid #cfcfcf;
}

.reservTable {
    border: 0;
    margin: 0;
    vertical-align: middle;
}

.reservTable thead th {
    vertical-align: middle;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    padding: 0 10px 20px;
}

.reservTable tbody tr:nth-of-type(odd) {
    background: #F2F5FA;
    --bs-table-accent-bg: transparent;
}

.reservTable tbody td {
    padding: 15px;
}

.reservTable tbody td .form-control {
    min-width: 200px;
    border: 0.94px solid #CFCFCF;
    border-radius: 5.64px;
    height: 40px;
}

.reservModal .modal-header .modal-title {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.filterData {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.filterData span {
    color: #88959E;
    text-transform: uppercase;
    font-size: 20px;
}

.filterData button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #88959E;
    font-size: 30px;
    line-height: 1;
}

.filterToday {
    color: #d276c4;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.reservModal .modal-header .modal-title {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.reservTable tbody td .ficon.feather.icon-search {
    position: absolute;
    left: 25px;
    color: #CFCFCF;
    font-size: 18px;
    top: 27px;
}

.reservTable tbody td {
    position: relative;
}

.reservTable tbody td .form-control {
    padding: 0 35px;
}

.reservTable tbody td:nth-of-type(2) {
    min-width: 190px;
}

#subscribe_modal .modal-title i{
     color: #88959E;
    font-size: 20px;
}

.reservModal .modal-header .modal-title > div {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

#subscribe_modal .reservTable tbody td:first-child {
    min-width: 160px;
}

#subscribe_modal .modal-title {
    column-gap: 6px;
}

#subscribe_modal .modal-title i {
    color: #d276c4;
    font-size: 25px;
}

.widget.services {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.widget.services ul {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap:wrap;
}

.widget.services ul li label {
    margin: 0;
    column-gap: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

#calendar {
    margin-bottom: 15px;
}

.home-wrap.profile {
    padding: 125px 0 20px;
}

.cust-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d276c4;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.cust-head div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.cust-head span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.cust-head div img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    background: #000;
    border-radius: 100%;
    border: 1px solid #fff;
}

.cust-head a {
    font-size: 17px;
    color: #fff;
}

.customer-data li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.customer-data li div {
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: #fff;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
}

.customer-data li a {
    background: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    min-width: 40px;
    justify-content: center;
    font-size: 17px;
}

.subs-item {
    border-radius: 5px;
    box-shadow: none;
    padding: 15px;
}

.subs-item button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    background: transparent;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
}

.subs-item .sub-active {
    background: #28c76f;
}

.subs-item .su-body {
    padding: 35px 0 0;
}

.subs-item .su-body h4 {
    font-size: 15px;
}

.subs-item .su-body ul li {
    font-size: 15px;
}

.subs-item .su-body ul li:last-child {
    width: 100%;
    justify-content: space-between;
}

.booking-slider .subs-item .su-body {
    padding: 0;
}

.booking-slider .subs-item .su-body h4 {
   display: flex;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.booking-slider .subs-item .su-body a {
min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.booking-slider .subs-item .su-body ul li {
    justify-content: flex-start;
}

.subs-item .su-body ul li {column-gap: 5px;}

.subs-item {
    min-height: 152px;
}

.customer-reservations-table {
    margin-top: 25px;
    background: #fff;
    border-radius: 17px;
    padding: 15px;
}

.customer-reservations-table .table {
    background: #fff;
    border-radius: 17px;
}

.customer-reservations-table .table th {
    padding: 20px;
    font-size: 16px;
}

.customer-reservations-table .table td {
    padding: 20px;
    background: #F2F5FA;
    min-width: 110px;
    white-space: normal;
    line-height: 1.5;
}

.customer-reservations-table .table td:first-child {
    border-radius: 20px 0 0 20px;
    min-width: 75px;
}

.customer-reservations-table .table td:last-child {
    border-radius: 0 20px 20px 0;
}

.customer-reservations-table .table tbody tr {
    border-bottom: 10px solid #fff;
}

.customer-reservations-table .table td:nth-of-type(6) {
    max-width: 175px;
}

.customer-reservations-table .table td:nth-of-type(6) span {
    display: block;
    white-space: normal;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
}

.customer-reservations-table .table td > a {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    color: #000;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.login-block {
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

.login-block .form-group .form-control {
    background: #fff;
    height: 45px;
    border: 0.94px solid #CFCFCF;
    border-radius: 5.64px;
    font-size: 14px;
    padding:0 20px !important;
}

.login-block .form-group > img {
    width: 15px;
}

.login-block .form-group .form-control:focus {
    box-shadow: none;
    border-color: #d276c4;
}

.login-block .form-group .btn {
    height: 50px;
    font-size: 16px;
    justify-content: center;
}

#loginModal .login-block .form-group .form-control {
    padding: 0 20px 0 40px !important;
}

.extra-btns {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.extra-btns .btn {
    min-width: 150px;
    column-gap: 10px;
    font-size: 15px;
    height: 45px;
    border-radius: 50px;
}

.extra-btns .btn img {
    filter: brightness(0) invert(1);
}



.new-booking-details .booking-info ul li {
    margin-bottom: 25px;
}

.new-booking-details .booking-tr-head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.new-booking-details .booking-info ul li p {
    background: #F2F5FA;
    border-radius: 5.64px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
}

.new-booking-details .booking-status {
    background: #8C0E61;
    border-radius: 5.64px;
    padding: 10px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.new-booking-details .booking-status span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.new-booking-details .booking-status button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 600;
}

.new-booking-details .booking-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: space-between;
}

.new-booking-details .booking-payment label input {
    display: none;
}

.new-booking-details .booking-payment label span {
    background: #F2F5FA;
    border-radius: 5.64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 45px;
    width: 100%;
    transition: .3s;
    cursor: pointer;
    color: #5A6785;
    font-size: 15px;
    font-weight: 500;
}

.new-booking-details .booking-payment label input:checked + span {
    background: #d276c4;
    color: #fff;
}

.new-booking-details .booking-payment label {
    width: 30%;
}

.new-booking-details .booking-amount {
    margin-bottom: 25px;
}

.new-booking-details .booking-amount .number {
    background: #F2F5FA;
    border: 0.94px solid #CFCFCF;
    border-radius: 5.64px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.new-booking-details .booking-amount .number a {
    color: #CFCFCF;
    font-size: 45px;
    font-weight: 200;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}

.new-booking-details .booking-amount .number input {
    color: #d276c4;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
}

.new-booking-details .booking-amount .amount-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-booking-details .booking-amount .amount-info div {
    font-size: 18px;
    font-weight: 600;
    color: #88959E;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.new-booking-details .booking-amount .amount-info div span {
    font-size: inherit;
    font-weight: 700;
}

.new-booking-details .booking-amount .amount-info button {
    height: 45px;
    border: 1px solid #d276c4;
    background: transparent;
    border-radius: 5px;
    min-width: 150px;
    color: #d276c4;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

.new-booking-details .booking-amount .amount-info button:hover {
    background: #d276c4;
    color: #fff;
}

.new-booking-details
 .bookng-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.new-booking-details .bookng-total span {
    font-size: 20px;
}

.new-booking-details .booking-btns {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}


.new-booking-details .booking-btns .btn {
    width: 100%;
    height: 45px;
    font-size: 17px;
    text-transform: capitalize;
}

.new-booking-details .booking-btns .cancel {
    border-color: #C31010;
    color: #C31010;
}

.new-booking-details .booking-btns .cancel:hover {
    color: #fff;
    border-color: #000;
}

#payModal {
    z-index: 10000;
}

.payModal .pay-head {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F2F5FA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.payModal .pay-head div {
    font-size: 24px;
    font-weight: 700;
}

.payModal .pay-head h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.payModal .pay-head span {
    color: #CFCFCF;
    font-size: 18px;
    font-weight: 500;
}

.payModal .pay-author {
    margin-bottom: 25px;
}

.payModal .pay-author h4 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.payModal .pay-author span {
    color: #CFCFCF;
    font-size: 18px;
    font-weight: 500;
}

.payModal  .pay-list .pay-list-item {
 background: #F2F5FA;
 margin-bottom: 25px;
 padding: 20px;
}

.payModal .pay-list .pay-list-item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.payModal .pay-list .pay-list-item ul li {
    width: 45%;
}

.payModal .pay-list .pay-list-item ul li h4 {
    font-size: 18px;
    font-weight: 600;
    color: #88959E;
    margin-bottom: 10px;
}

.payModal .pay-list .pay-list-item ul li span {
    background: #FFFFFF;
    border-radius: 5.64px;
    display: flex;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
}

#confirmedModal {
    z-index: 99991;
}

.confirmedArea {
    text-align: center;
}

.confirmedArea .c-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    column-gap: 15px;
    font-size: 24px;
    font-weight: 700;
}

.confirmedArea  .c-middle {
    margin-bottom: 25px;
}

.confirmedArea  .c-middle h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.confirmedArea  .c-middle span {
    color: #CFCFCF;
    font-size: 18px;
    font-weight: 500;
}

.confirmedArea .c-footer .btn {
    width: 100%;
    height: 45px;
    font-size: 17px;
    text-transform: capitalize;
}

#reservModal {
    z-index: 10002;
}

.signature-wrp .sig-submit {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.signature-wrp .sig-submit .btn {
    width: 48%;
}

.signature-wrp .form-group canvas {
    background: #F2F5FA;
    border-radius: 14px;
    border: 0;
}

.signature-wrp .form-group .sig-btns button {
    border: 1px solid #d276c4;
    border-radius: 5.64px;
    background: transparent;
    color: #d276c4;
    margin: 0;
}

.signature-wrp .form-group .sig-btns {
    margin-top: 15px;
    padding: 0;
    justify-content: space-between;
}

.signature-wrp .form-group .sig-btns label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

.signature-wrp .form-group .sig-btns label span {
    font-size: 16px;
    color: #d276c4;
    font-weight: 500;
}

.signature-wrp {
    padding: 0;
}

.login-wrap .login-block .form-group .form-control {
    padding: 0 20px 0 50px !important;
}

.login-wrap .login-block{
    padding: 40px;
    background: #fff;
    backdrop-filter: blur(3.5px);
}

.reserv-table-wrp {
    background: #fff;
    padding: 15px;
    border-radius: 7px;
}

.main-menu .navbar-header {
    padding: 30px 15px 70px;
    height: auto;
}

.main-menu .navbar-header .navbar-brand .brand-text {
    font-weight: 800;
    font-size: 21px;
}

.main-menu.menu-light .navigation li a {color: #000;font-size: 17px;}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i {
    color: #828F98;
    margin-right: 20px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span {
    font-size: inherit;
}

.main-menu.menu-light .navigation > li.active > a {
    box-shadow: none;
    background: rgba(210, 118, 196, 1);
    border-radius: 7px;
    color: #d276c4;
    font-weight: 700;
}

.main-menu.menu-light .navigation > li {
    margin-bottom: 15px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i {
    color: inherit;
    top: 3px;
}

.main-menu.menu-light .navigation {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
}

body .main-menu .main-menu-content {
    height: calc(100% - 136px) !important;
}

.main-menu.menu-light .navigation::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.main-menu.menu-light .navigation::-webkit-scrollbar-track {
    background: #dfdfdf;
}

.main-menu.menu-light .navigation::-webkit-scrollbar-thumb {
    background: #d276c4;
    border-radius: 15px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > img {
    margin-right: 15px;
    
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li.active a img {
    filter: none;
}



.filter-form .form-group label {
    font-size: 14px;
}

.filter-form .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 15px;
}

.filter-form .form-group .select2-selection--single {
    height: 50px;
    border-radius: 50px;
    border-color: #dfdfdf;
    padding: 0 20px;
}

.filter-form {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.filter-form .form-group .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-size: 15px;
    padding: 0;
}

.filter-form .form-group .select2-selection--single  .select2-selection__arrow {
    height: 50px;
    width: 35px;
}

.filter-form .form-group .select2-container--open .select2-selection--single {
    border-radius: 25px 25px 0 0;
}

.select2-dropdown {
    border-radius: 0 0 25px 25px;
    border-color: #dfdfdf;
}

.select2-search--dropdown {
    padding: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 50px;
    height: 40px;
    border-color: #dfdfdf;
    padding: 0 15px;
    font-size: 14px;
    text-transform: none;
}

.select2-results__option {
    padding: 7px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d276c4;
}

.filter-form .form-group .btn {
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px !important;
    background: #d276c4 !important;
    box-shadow: none;
    width: auto !important;
    min-width: 150px;
}

.middle-cards .avatar {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(12 83 251 / 19%) !important;
}

.middle-cards .card-header {
    row-gap: 20px;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
}

.middle-cards .card-header h2 {
    font-size: 20px;
    font-weight: 700;
}

.middle-cards .card-header h3 {
    color: #d276c4;
    margin: 15px 0 !important;
}

.middle-cards .card-header p {
    font-size: 13px;
    margin-bottom: 7px;
}

.filter-form .row {
    flex-direction: row;
}

.filter-form {
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.dataTables_wrapper {
    padding-top: 20px;
}

div#reports_length,
div.dataTables_wrapper div.dataTables_info{
    display: inline-block;
}

.dt-buttons.btn-group {
    width: 100%;
    gap: 10px;
    margin-bottom: 15px;
}

.dt-buttons.btn-group .btn {
    height: 50px;
    background: #d276c4 !important;
    color: #fff !important;
}

.dt-buttons.btn-group .btn span {
    color: inherit;
}

div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_paginate{
    float: right;
}

.reservTable.dataTable thead th {
    padding: 15px;
    font-size: 15px;
    background: transparent;
}

.reservTable.dataTable thead tr {
    background: transparent;
}

.reservTable.dataTable {
    border: 0;
    border-top: 1px solid #f4f4f4;
    margin: 20px 0 0 !important;
    width: 100% !important;
}

.reservTable.dataTable td {
    font-size: 15px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    font-size: 14px;
}


/* ***************** Responsive ***************** */

@media (max-width: 1024px) {
  .header-navbar.floating-nav {
    width: calc(100% - 30px) !important;
    z-index: 999;
  }
}

@media (max-width: 991px) {
  .login-wrap {
    background-size: cover;
  }

  .profile-sidebar {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .login-wrap {
    height: auto;
  }

  .login-logo {
    display: none;
  }

  .login-block .b-head h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .login-block .b-head p {
    font-size: 13px;
  }

  .login-block .form-group .form-control {
    font-size: 14px;
  }

  .btn {
    font-size: 16px;
  }

  .login-block .form-group.has-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
  }

  .login-block .form-group.has-btns .btn {
    margin: 0;
  }

  .login-block .form-group.has-btns .btn.btn-border {
    justify-content: center;
  }

  .btn.btn-border {
    border: 1px solid #d276c4;
    background: transparent;
    color: #d276c4;
  }

  .btn.btn-border:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  .fc-toolbar-chunk,
  button.fc-myCustomButton-button.fc-button.fc-button-primary,
  .fc .fc-toolbar-title {
    width: 100%;
  }

  .fc .fc-button-group .fc-prev-button,
  .fc .fc-button-group .fc-next-button {
    width: 40px;
    max-width: 40px;
  }

  button.fc-today-button.fc-button.fc-button-primary {
    margin: 0 !important;
  }

  .fc-toolbar-chunk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .fc-toolbar-chunk .fc-button-group:last-of-type {
    margin: 15px 0 !important;
    width: 100%;
  }

  .p-tables .table td span {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .p-tables .table td span img {
    width: 12px;
    margin: 0 auto;
  }

  .details-card {
    padding: 20px;
  }

  .details-card .d-head ul li {
    width: 100%;
    font-size: 20px;
  }

  .details-card .d-head {
    margin-bottom: 20px;
  }

  .details-card .p-tables h4 {
    font-size: 23px;
  }

  .modal .modal-dialog {
    padding: 0 20px;
  }

  .service-booking .row {
    row-gap: 24px;
  }

  .service-actions {
    flex-wrap: wrap;
  }

  .service-actions .btn {
    width: 100%;
    order: 1;
    margin-top: 30px;
  }

  .day-period label span,
  .times-list label span,
  .crew-list label span,
  .change-date .date-btns .btn {
    min-width: auto;
  }

  .change-date .flatpickr-calendar.animate.inline {
    padding: 0;
  }

  .change-date .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
  .change-date .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0;
    top: 0;
  }

  .change-date .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
  .change-date .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
    top: 0;
  }

  .confirm-service .details-card .d-head .signature-img,
  .details-card .d-head ul {
    text-align: center;
  }

  .confirm-service .details-card .d-head .signature-img div,
  .details-card .d-head ul {
    justify-content: center;
  }

  .confirm-service .details-card .d-head .signature-img div .btn {
    width: 50%;
    font-size: 14px;
    padding: 0 10px;
  }

  .confirm-service .details-card .d-head .signature-img div .btn img {
    width: 15px;
  }

  .p-confirm .btn {
    display: flex;
  }
  .new-subscribe .sub-data li {
    font-size: 17px;
  }
  .new-sub-date .form-date {
    flex-wrap: wrap;
  }

  .new-sub-date .form-date h5 {
    margin-bottom: 10px;
  }

  .new-sub-date .form-date div {
    width: 100%;
  }
  .edit-top-head {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px;
  }

  .edit-top-head h4 {
    font-size: 24px;
    width: 100%;
  }

  .edit-top-head a {
    width: 100%;
    justify-content: space-between;
  }

  .new-sub-date .details-card:last-of-type {
    margin: 0;
  }
  .home-wrap .calender-haed {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .home-wrap .calender-haed .btn {
    width: 100%;
  }
  .reservModal .modal-header .modal-title {
     flex-flow: column;
    width: 100%;
    align-items: flex-start;
    row-gap: 10px;
    font-size: 17px;
}

.reservModal .modal-header .btn-close {
    margin: 0;
}

.filterData button, .filterData span,.filterToday {
    font-size: 15px;
}

.reservModal .modal-header .modal-title > div {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.today-res {
    flex-flow: column;
    align-items: flex-start;
    padding: 20px;
    row-gap: 10px;
}

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

.reservTable tbody td {
    min-width: 220px;
}

.reservTable tbody td:first-child {
    min-width: 60px;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #d276c4;
    border-radius: 15px;
}

.table-responsive {
    max-width: 100%;
    height: 100%;
    padding-bottom: 15px;
    max-height: 500px;
}
.specModal .modal-body {
    padding: 0;
    margin-bottom: 0;
}
.customer-reservations-table .table td:nth-of-type(6),.customer-reservations-table .table td:nth-of-type(5) {
    min-width: 200px;
}.container {
    max-width: 100%;
}

.new-booking-details .booking-status,
.new-booking-details .booking-amount .amount-info{
    flex-wrap: wrap;
}

.new-booking-details .booking-status span {
    font-size: 15px;
}

.new-booking-details .booking-status button {
    padding: 0;
    font-size: 17px;
}

.new-booking-details .booking-payment label {
    width: 46%;
}

.new-booking-details .booking-info ul li p {
    font-size: 14px;
}

.new-booking-details .booking-tr-head {
    font-size: 17px;
}

.new-booking-details .booking-amount .amount-info {
    row-gap: 15px;
}

.new-booking-details .booking-amount .amount-info div,
.new-booking-details .bookng-total,
.new-booking-details .bookng-total span,
.new-booking-details .booking-btns .btn,
.payModal .pay-head h4,
.payModal .pay-head span,
.payModal .pay-author h4,
.payModal .pay-author span,
.payModal .pay-list .pay-list-item ul li h4,
.payModal .pay-list .pay-list-item ul li span,
.confirmedArea .c-head,
.confirmedArea .c-middle h4,
.confirmedArea .c-middle span,
.confirmedArea .c-footer .btn{
    font-size: 15px;
}

.reservModal .client-area .form-group .form-control {
    width: 100%;
}

.payModal .pay-head div{
    font-size: 18px;
}

.payModal .pay-head h4 {
}

.payModal .pay-head div img,
.confirmedArea .c-head img{
    width: 30px;
}

.payModal .pay-list .pay-list-item ul li {
    width: 100%;
}
.signature-wrp .form-group canvas {
    width: 100%;
}


.signature-wrp .form-group .sig-btns {
    flex-wrap: wrap;
}

.signature-wrp .sig-submit .btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
}
}

@media (max-width: 575px) {
  .header-navbar.floating-nav {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }

  div#navbar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.lign-left .g-date {
    display: none;
}

.g-search .form-control {
    min-width: 150px;
}

.lign-left {
    column-gap: 15px;
    justify-content: space-between;
}

#navbar-mobile.navbar-collapse .navbar-nav {
    justify-content: flex-end;
}

#navbar-mobile.navbar-collapse .navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.reservModal .modal-footer .send-gift,
.reservModal .modal-footer .btn{
    width: 100%;
    justify-content: center;
}
.cat-slider {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 20px;
    padding: 10px 20px 20px;
}

.cat-slider div {
    max-width: 100%;
}

.cat-slider .btn {
    width: 100%;
}

.cat-slider ul {
    padding-bottom: 0;
}

.cat-slider ul li {
    font-size: 15px;
    padding: 10px;
    border: 0;
}

.today-res a {
    font-size: 15px;
}

.today-res ul li {
    font-size: 12px;
    padding: 0;
}

.today-res ul li b {
    width: 15px;
    height: 15px;
}

.today-res ul {
    flex-wrap: wrap;
    row-gap: 15px;
}

.today-res a i {
    font-size: 13px;
    width: 25px;
    height: 25px;
}
.extra-btns .btn {
    width: 100%;
}
div#reports_length, div.dataTables_wrapper div.dataTables_info {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}

.reservTable.dataTable td:first-child {
    min-width: 330px;
}

.reservTable.dataTable td:last-child {
    min-width: auto;
}

.reservTable.dataTable td:first-child span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
}
}

@media (max-width: 480px) {
}

.change-date .flatpickr-calendar.animate.inline {
  width: 368.875px;
}

.fc-v-event .fc-event-title{
  color: white !important;
}

