@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: 18px;
}

.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: #0C53FB;
    color: #fff;
}

::selection {
    background-color: #0C53FB;
    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: .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, #0C53FB, #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 .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 .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 .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 .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: #0C53FB !important;
    transition: all .3s;
    padding: 15px 25px !important;
}

.menu-item-has-children:after {
    font-family: 'Line Awesome Free';
    content: "\f107";
    display: inline-block;
    margin-right: 5px;
    transition: .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: #0C53FB;
    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: #0C53FB;
    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: #0C53FB;
    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: #0C53FB;
}

.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:.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: #0C53FB;
    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;
}

#calendar {
    margin: 20px auto;
  }

  .home-wrap {
    padding: 30px 0;
    background-color: #fff;
    min-height: 100vh;
}

.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: #fff;
    border-radius: 5px;
    border: 0;
    transition: .3s;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
}

.fc .fc-button-group {
    margin: 0 !important;
}

.fc .fc-button-group .fc-prev-button, .fc .fc-button-group .fc-next-button {
    background: #0C53FB;
    color: #fff;
    font-size: 31px;
    padding: 0;
    width: 40px;
    border-radius: 6px !important;
}

.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 {
    background: #0C53FB !important;
}

button.fc-myCustomButton-button.fc-button.fc-button-primary {
    background: #0C53FB;
    font-size: 16px;
    min-width: 136px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

button.fc-myCustomButton-button.fc-button.fc-button-primary::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/print.svg");
}

.fc .fc-toolbar-title {
    background: #f8f8f8;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 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;
}

.fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.fc .fc-scrollgrid {
    border-radius: 15px;
    overflow: hidden;border: 1px solid #fff;    background-color: #fff;
}

.fc-theme-standard th {
    padding: 15px;
    vertical-align: middle;
}

.fc .fc-scrollgrid-section > th {
    padding: 0;
}

.fc .fc-col-header-cell-cushion {
    color: #0C53FB;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0;
    display: block;
}

.fc .fc-daygrid-week-number {
    background: #0C53FB;
    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: #fff;
    color: #fff;
}

.fc .fc-timegrid-slot-label-cushion {
    color: #000;
    font-weight: 700;
    padding: 0;
    display: block;
    text-align: center;
}

.fc .fc-timegrid-axis-cushion {
    color: #0C53FB;
    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 #0C53FB;
    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: #0C53FB;
    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: #fff;
    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: #fff;
    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: #fff;
    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: .95;
    background: #8b8584;
}

#loginModal .modal-content {
    border: 0;
    background: transparent;
}

#loginModal .modal-content .modal-body {
    padding: 0;
}

#loginModal  .login-block {
    backdrop-filter: none;
    background: #fff;
}

#loginModal .login-block .form-group .form-control:focus {
    background-color: #F3F3F1;
}

#loginModal .login-block .form-group > img {
    left: 13px;
}

#loginModal .login-block .form-group .iti + img {
    left: 105px;
}


#loginModal .login-block .form-group .hint  a {
    color: #0C53FB;
    font-size: 20px;
    font-weight: 700;
}

#loginModal .login-block .form-group .hint a:hover {
    text-decoration: underline;
}

.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 #0C53FB;
    background: transparent;
    color: #0C53FB;
}

.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: 32px;
    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: #0C53FB;
    box-shadow: 1px 4px 7px 2px rgba(170, 113, 100, 0.33);
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: .4;
    cursor: not-allowed;
}

.details-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
    border-radius: 21px;
    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: #0C53FB;
    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 #fff;
    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: #0C53FB;
    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: #fff;
    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: #0C53FB;
    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: #0C53FB;
    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 #fff;
    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 #fff;
    border-radius: 10px;
    padding: 25px 60px;
    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 #fff;
    border-radius: 11px;
    transition: .3s;
}

.details-card.services-holder .item a h4 {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0 0 11px 11px;
    transition: .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: #0C53FB;
    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: #fff;
    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: .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: 26px;
    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: #fff;
    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: #0C53FB;
}

.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: .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: .3s;
}

.day-period label input:checked + span,
.times-list label input:checked + span,
.crew-list label input:checked + span{
    background: #0C53FB;
    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;
}

.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: #0C53FB;
    transition: all .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 .3s ease,left .3s cubic-bezier(.18,.89,.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: #0C53FB;
    border-color: #0C53FB;
}

.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: #f3f3f1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #0C53FB;
}

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: #0C53FB;
}

.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 #0C53FB;
    border-bottom-color: #0C53FB;
}

.btn {
    margin: 0 !important;
}

.pagination .page-item.active {
    background: transparent;
}

.pagination .page-item.active .page-link {
    background: #0C53FB;
}

.btn-warning,.btn-info {background: #0C53FB !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;
}



/* ***************** Responsive ***************** */

@media(max-width:1024px){
.header-navbar.floating-nav {
    width: calc(100% - 30px) !important;
    z-index: 999999999;
}
}

@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 {
        padding: 30px;
    }

    .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;
    }

    .modal-backdrop.show {
        opacity: .95;
        background: #8b8584;
    }
    
    #loginModal .modal-content {
        border: 0;
        background: transparent;
    }
    
    #loginModal .modal-content .modal-body {
        padding: 0;
    }
    
    #loginModal  .login-block {
        backdrop-filter: none;
        background: #fff;
    }
    
    #loginModal .login-block .form-group .form-control:focus {
        background-color: #F3F3F1;
    }
    
    #loginModal .login-block .form-group > img {
        left: 13px;
    }
    
    #loginModal .login-block .form-group .iti + img {
        left: 105px;
    }
    
    
    #loginModal .login-block .form-group .hint  a {
        color: #0C53FB;
        font-size: 20px;
        font-weight: 700;
    }
    
    #loginModal .login-block .form-group .hint a:hover {
        text-decoration: underline;
    }
    
    .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 #0C53FB;
        background: transparent;
        color: #0C53FB;
    }
    
    .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%;
}
}

@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;
}
}

@media(max-width:480px){
   
}





