/*********************  Default-CSS  *********************/
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F9F9FB;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9FA3A9;
    border-radius: 4em;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #101928;
}

*::-webkit-selection {
    color: #fff;
    background: #101928;
}

*::-webkit-input-placeholder {
    color: #101928;
    opacity: 1;
}

*:-moz-placeholder {
    color: #101928;
    opacity: 1;
}

*::-moz-placeholder {
    color: #101928;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #101928;
    opacity: 1;
}

html body {
    font-family: 'Campton';
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #101928;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

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


ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Campton';
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Campton';
    line-height: 120%;
    color: #101928;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #101928;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #101928;
    font-family: 'Campton';
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

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

label em {
    color: #101928;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 100%;
}


/*********************  scroll Hide  *********************/
html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}


/*********************  Login  *******************/
.login-modal>.container {
    max-width: 95%;
}

.login-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 90px;
}

a.login-logo {
    max-width: 189px;
    width: 100%;
}

.login-header-wrap .select {
    background: #F9F9FB;
    border-radius: 20px;
    height: 60px;
    line-height: 55px;
    width: 200px;
    border: none !important;
}

.nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.login-header-wrap .select:after {
    margin-top: -6px;
    right: 20px;
}

.login-header-wrap .select .current {
    font-size: 18px;
    color: #101928;
    font-weight: 500;
}

ul.list {
    width: 100%;
    /*max-height: 200px;*/
    overflow: auto;
}

.login-form h3 {
    font-size: 32px;
    color: #101928;
    font-weight: 600;
    max-width: 460px;
    margin: auto;
    line-height: 1.4;
    margin-bottom: 60px;
}

.login-form form {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding-right: 40px;
}

.login-input {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.login-input input {
    background: #FFFFFF;
    border: 2px solid rgb(159 163 169 / 15%);
    height: 60px;
    width: 100%;
    border-radius: 20px;
    padding-left: 65px;
    font-size: 18px;
    color: #101928;
    font-weight: 400;
}

.login-input input::placeholder {
    opacity: 0.30;
}

.login-input img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
}

.form-submit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.btn-black {
    transition: all 0.5s;
    background: #101928;
    border-radius: 16px;
    padding: 13px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.form-submit-wrap .btn-black i {
    margin-left: 20px;
}

.btn-black:hover {
    background: #293852;
    color: #fff;
    transition: all 0.5s;
}

.forgot-pass-link {
    font-size: 18px;
    color: #101928;
    font-weight: 500;
    text-decoration: underline;
}

.login-modal,
.login-modal>.container,
.login-modal .row {
    min-height: 100vh;
}

.login-info {
    height: 100%;
    background: #FFF4EE;
    border-radius: 0 80px 0 80px;
    padding: 60px 0 60px 0;
    position: relative;
}

.login-vector {
    margin-bottom: 50px;
}

.login-info h4 {
    font-size: 48px;
    color: #101928;
    font-weight: 600;
    padding-left: 100px;
    max-width: 650px;
    margin-bottom: 30px;
    line-height: 1.38;
}

.login-info p {
    padding-left: 100px;
    max-width: 650px;
    font-size: 18px;
    color: #101928;
    opacity: 0.50;
    line-height: 1.8;
    font-weight: 400;
}

.login-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 7%;
    right: -7%;
    background: #FFF4EE;
    height: 100px;
}

.login-info:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 7%;
    right: -7%;
    background: #ffffff;
    height: 100%;
    z-index: 9;
    border-radius: 80px 0 0 80px;
}

/*********************  Login Close  *******************/


/*********************  Sidebar  *******************/
a.sidebar-logo {
    display: block;
    max-width: 192px;
    width: 100%;
    margin: 10px 30px 40px;
}

aside.sidebar {
    position: fixed;
    top: 20px;
    left: 20px;
    height: 100vh;
    overflow: auto;
    z-index: 99;
    width: 294px;
}

aside.sidebar:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: #F9F9FB;
    width: 260px;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
}

ul.sidebar {
    list-style: none;
    padding: 0 22px;
    margin: 0;
}

ul.sidebar li a {
    display: flex;
    align-items: center;
    background: transparent;
    margin-bottom: 2px;
    border-radius: 20px;
    padding: 12px 10px 12px 20px;
    transition: all 0.5s;
    text-decoration: none;
}

span.sidebar-arrow {
    margin-left: auto;
    opacity: 0;
    transition: all 0.5s;
}

ul.sidebar li a p {
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    margin: 0;
    transition: all 0.5s;
}

span.sidebar-icon {
    display: block;
    margin-right: 15px;
}

span.sidebar-icon svg path {
    transition: all 0.5s;
}

ul.sidebar li a:hover,
ul.sidebar li a.active {
    background: #101928;
    transition: all 0.5s;
}

ul.sidebar li a:hover p,
ul.sidebar li a.active p {
    color: #fff;
    transition: all 0.5s;
}

ul.sidebar li a:hover span.sidebar-arrow,
ul.sidebar li a.active span.sidebar-arrow {
    opacity: 1;
    transition: all 0.5s;
}

ul.sidebar li a:hover span.sidebar-icon svg path,
ul.sidebar li a:hover span.sidebar-icon svg circle,
ul.sidebar li a.active span.sidebar-icon svg path,
ul.sidebar li a.active span.sidebar-icon svg circle {
    stroke: #FABA5F;
    transition: all 0.5s;
}

.sidebar-profile-wrap {
    display: flex;
    align-items: center;
}

.sidebar-profile {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 -4px 29px hsl(21deg 9% 30% / 7%);
    padding: 10px;
    max-width: 256px;
    margin: 80px 0 80px 22px;
}

.sidebar-profile-heading {
    display: flex;
    align-items: center;
    margin-left: 60px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sidebar-profile-wrap span {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.sidebar-profile-wrap span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-profile-wrap h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 7px;
}

.sidebar-profile-wrap p {
    font-size: 12px;
    color: #101928;
    font-weight: 400;
    opacity: 0.50;
    line-height: 1.58;
}

.sidebar-profile-heading span {
    font-size: 10px;
    color: #FFFFFF;
    background: #FABA5F;
    border-radius: 4em;
    padding: 4px 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar-profile-heading a {
    font-size: 13px;
    color: #101928;
    font-weight: 500;
    text-decoration: underline;
}

/*********************  Sidebar Close  *******************/



/*********************  Index  *******************/
.main-content {
    padding: 32px 20px 20px 320px;
}

h2.page-title {
    font-size: 32px;
    color: #101928;
    font-weight: 700;
    margin-bottom: 24px;
}

.dashboard-main-wrap {
    display: flex;
    margin: 0 -15px;
    height: calc(100vh - 115px);
    overflow: hidden;
}

.dashboard-left-width {
    max-width: 580px;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    /* overflow: auto; */
}

.dashboard-left-width .nice-select.select+p {
    display: block;
    font-size: 13px;
    color: #101928;
    font-weight: 400;
    opacity: 0.50;
    margin: 3px 0 15px 0;
}

.dashboard-left-width .nice-select.select {
    display: block;
    width: 100%;
    float: unset;
    max-width: 260px;
    background: #F9F9FB;
    border: none;
    border-radius: 12px;
}

.dashboard-row .col-lg-6 {
    padding: 8px;
}

.dashboard-box {
    border-radius: 20px 100px 20px 20px;
    position: relative;
    padding: 30px 20px 20px 20px;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yellow-box {
    background: #FABA5F;
}

.dashboard-box span {
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.dashboard-box h5 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
}

.dashboard-box p {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
}

.dashboard-row.row {
    margin: 0 -8px;
    height: calc(100% - 130px);
    overflow: auto;
}

.yellow-box span {
    box-shadow: 10px -7px 26px hsl(35deg 94% 68% / 20%);
}

.orange-box {
    background-color: #FF8151;
}

.orange-box span {
    box-shadow: 10px -7px 26px hsl(17deg 100% 66% / 15%);
}

.pink-box {
    background-color: #F685AA;
}

.purple-box {
    background-color: #5F4FB7;
}

.green-box {
    background-color: #56C156;
}

.red-box {
    background-color: #FF3D3D;
}

.blue-box {
    background-color: #5BC9FF;
}

.dblue-box {
    background-color: #40648E;
}

.pink-box span {
    box-shadow: 10px -7px 26px hsl(340deg 86% 74% / 20%);
}

.purple-box span {
    box-shadow: 10px -7px 26px hsl(249deg 42% 51% / 10%);
}

.green-box span {
    box-shadow: 10px -7px 26px hsl(120deg 46% 55% / 20%);
}

.red-box span {
    box-shadow: 10px -7px 26px hsl(0deg 100% 62% / 20%);
}

.blue-box span {
    box-shadow: 10px -7px 26px hsl(200deg 100% 68% / 20%);
}

.dblue-box span {
    box-shadow: 10px -7px 26px hsl(212deg 38% 40% / 20%);
}

.dashboard-center-width {
    padding: 0 15px;
    max-width: 620px;
    width: 100%;
    height: 100%;
}

.dashboard-center-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard-center-header h5 {
    font-size: 24px;
    color: #101928;
    font-weight: 600;
    margin-right: auto;
    margin-bottom: 0;
}

.dashboard-center-header .nice-select {
    float: unset;
    width: 100%;
    display: block;
    min-width: 128px;
    border-radius: 12px;
    background: #F9F9FB;
    border: navajowhite;
}

.dashboard-center-header h5+div {
    display: flex;
    align-items: center;
}

.dashboard-center-header label {
    display: block;
    margin: 0 15px 0 0;
    font-size: 17px;
    color: #101928;
    font-weight: 600;
}

ul.timeline-ul {
    display: block;
    padding: 0 20px 0px 0px;
    margin: 0;
    list-style: none;
    height: calc(100% - 70px);
    overflow: auto;
}


ul.timeline-ul li {
    display: flex;
    position: relative;
    margin: 20px 0;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
}

ul.timeline-ul li i {
    font-size: 14px;
    color: #101928;
    font-weight: 600;
    font-style: normal;
    margin-right: 16px;
    position: absolute;
    top: 0;
    left: -10%;
}

.timeline-li-wrap {
    width: 100%;
    background: #101928;
    border-radius: 15px 15px 10px 10px;
    margin: 5px 0;
}

.timeline-profile-wrap {
    background: #F9F9FB;
    border-radius: 12px;
    border: 1px solid #E8E8EC;
    padding: 15px 15px 0 15px;
    position: relative;
    z-index: 1;
}

.timeline-profile-top-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid hsl(218deg 43% 11% / 7%);
}

.timeline-profile {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.timeline-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-profile-info h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 700;
}

.timeline-profile-info span.pending-label {
    color: #FF8151;
    border-color: #FF8151;
}

.timeline-profile-info span {
    font-size: 12px;
    border-radius: 4em;
    padding: 3px 12px;
    border: 1px solid #000;
    margin-bottom: 3px;
    display: inline-block;
}

.timeline-profile-price {
    margin-left: auto;
}

.timeline-profile-price h6 {
    color: hsl(218deg 43% 11% / 40%);
    font-size: 16px;
    text-align: end;
    margin-bottom: 2px;
}

.timeline-profile-price p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.timeline-profile-bottom-wrap {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.timeline-profile-bottom-wrap p {
    font-size: 14px;
    color: #6E737C;
    font-weight: 400;
    margin: 0;
}

.timeline-profile-bottom-wrap p span {
    color: #101928;
    font-weight: 700;
}

a.timeline-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    position: relative;
}

a.timeline-link[aria-expanded="true"] span.arrow {
    transform: rotate(180deg);
}

.arrow {
    display: block;
}

.timeline-body {
    background: #fff;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 25px 15px 15px 15px;
    border: 1px solid #faba5f;
    margin-top: -10px;
}

.timeline-heading-label {
    display: flex;
    align-items: center;
    background: #FFF4EE;
    border-radius: 10px;
    padding: 7px 7px 7px 14px;
    margin-bottom: 10px;
}

.timeline-heading-label span {
    width: 35px;
    height: 35px;
    background: #DB8A8A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.timeline-heading-label span.timeline-time-box {
    all: unset;
    font-size: 18px;
    color: #FABA5F;
    font-weight: 600;
    margin-left: auto;
    background: #FFFFFF;
    padding: 7px 12px;
    border-radius: 10px;
}

.timeline-heading-label h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 600;
    margin: 0;
}

a.timeline-link[aria-expanded="true"] {
    background: #faba5f;
    border-radius: 0 0 10px 10px;
}

a.timeline-link:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    background: #faba5f;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
}

a.timeline-link[aria-expanded="true"]:after {
    opacity: 1;
    transition: all 0.5s;
}

.timeline-profile-label {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8EC;
}

.timeline-profile-label p {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin: 0;
}

.timeline-profile-label div {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.timeline-profile-label div h6 {
    font-size: 16px;
    color: #DB8A8A;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0;
}

.timeline-profile-label div span {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
}

.timeline-profile-label div span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-body-info {
    padding-top: 6px;
    padding-bottom: 6px;
}

.timeline-body-info p {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
    line-height: 1.5;
}

.timeline-footer-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-footer-price p {
    font-size: 15px;
    color: #101928;
    font-weight: 600;
    opacity: 0.40;
    margin: 0;
}

.timeline-footer-price h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
}

.timeline-profile-info span.running-label {
    border-color: #FABA5F;
    color: #FABA5F;
    background: #fff;
}

ul.timeline-ul li.running .timeline-profile-wrap {
    background: #FFF4EE;
}

.timeline-profile-price h6 span {
    color: #101928;
    font-weight: 700;
}

.btn-complete {
    font-size: 14px;
    color: #101928;
    font-weight: 600;
    background: #FFFFFF;
    border: 2px solid #faba5f;
    border-radius: 10px;
}

.btn:focus {
    box-shadow: none;
}

ul.timeline-ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -7%;
    height: calc(100% - 28px);
    width: 1px;
    background: #101928;
    opacity: 0.20;
}

.dashboard-right-width {
    max-width: 337px;
    width: 100%;
    margin-left: auto;
    margin-right: 20px;
}

.index-earning-box {
    background: #FF8151;
    border-radius: 20px;
    padding: 5px 15px 15px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 37px;
}

.index-earning-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74%;
    background: #faba5f;
    z-index: -1;
}

.index-earning-box span {
    display: block;
}

.index-earning-box h6 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    padding: 9px 0 4px;
}

.index-earning-box h6 strong {
    font-weight: 600;
}

.index-employee {
    font-size: 22px;
    color: #101928;
    font-weight: 700;
    margin-bottom: 20px;
}

.index-employee span {
    color: rgb(16 25 40 / 50%);
}

.employee-listing {
    padding: 8px 15px;
    list-style: none;
    background: #FFF4EE;
    border-radius: 15px;
    height: calc(100% - 370px);
    overflow: auto;
    margin: 0;
}

.employee-listing li {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 18px;
    margin: 10px 0;
    padding: 10px;
}

.employee-listing li span {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
}

.employee-listing li h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 3px;
}

.employee-listing li p {
    font-size: 14px;
    color: hsl(218deg 43% 11% / 50%);
    font-weight: 400;
}

.employee-listing li p span {
    color: #006605;
    font-weight: 600;
}

a.notification-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
}

/*********************  Index Close  *******************/


/*********************  Appointment  *******************/
.appointment-header {
    display: flex;
    align-items: center;
    background: #FFF4EE;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.appointment-search {
    max-width: 640px;
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 20px;
    margin-right: auto;
}

.appointment-search input {
    border: none;
    height: 60px;
    background: transparent;
    width: 100%;
    padding: 0 12px 0 62px;
    font-size: 17px;
    color: #101928;
    font-weight: 500;
}

.appointment-search input::placeholder {
    opacity: 0.50;
}

.appointment-search a {
    position: absolute;
    top: 50%;
    left: 29px;
    z-index: 9;
    transform: translateY(-50%);
}

.btn-yellow {
    background: #FABA5F;
    color: #fff;
    border-radius: 12px;
    padding: 12px 17px;
}

.appointment-btn {
    font-size: 14px;
    font-weight: 500;
    margin-right: 24px;
}

.btn-today {
    font-size: 14px;
    padding: 9.5px 17px;
    border-radius: 12px;
    margin-left: 5px;
}

.sortby {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.sortby label {
    margin: 0;
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    margin-right: 16px;
    white-space: nowrap;
}

.sortby .select {
    min-width: 140px;
    width: 100%;
    border-radius: 12px;
    border: none;
}

.date_input {
    max-width: 230px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.date_input input {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #101928;
    padding-left: 8px;
    position: relative;
    z-index: 9;
    background: transparent;
}

.date_select_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.datepicker td,
.datepicker th {
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

td.active.day,
.month.active,
.year.active {
    background: #101928 !important;
}

td.today.day {
    background: #faba5f !important;
}

.appointment-item {
    background: #F9F9FB;
    padding: 10px;
    border: 1px solid #E8E8EC;
    border-radius: 15px;
    margin: 0 0 30px 0;
}

.appointment-profile-wrap {
    display: flex;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 10px;
}

.appointment-profile-left {
    display: flex;
}

.appointment-profile-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.appointment-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appointment-profile-info h5 {
    font-size: 20px;
    color: #101928;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.appointment-profile-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.appointment-profile-info ul li p {
    font-size: 16px;
    color: rgb(16 25 40 / 50%);
    font-weight: 400;
}

.appointment-profile-info ul li p span {
    color: #101928;
    font-weight: 600;
}

.appointment-profile-info ul li p span.new-appointment-label {
    color: #FF8151;
}

.appointment-profile-info ul li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #878C93;
    padding-top: 3px;
    padding-bottom: 3px;
}

.appointment-profile-info ul li:nth-last-child(1) {
    margin: 0;
    padding: 0;
    border: none;
}

.appointment-profile-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.btn-yellow-black {
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    border: 2px solid #faba5f;
    border-radius: 15px;
    padding: 12px 22px;
    transition: all 0.5s;
}

.btn-yellow-black:hover {
    transition: all 0.5s;
    background: #101928;
    color: #faba5f;
    border-color: #101928;
}

.btn-black-yellow {
    background: #101928;
    font-size: 17px;
    color: #faba5f;
    font-weight: 500;
    border: 2px solid #101928;
    border-radius: 15px;
    padding: 11px 22px;
    transition: all 0.5s;
}

.btn-black-yellow:hover {
    background: #faba5f;
    color: #101928;
    border-color: #faba5f;
}

.app-payment-info-type {
    text-align: end;
    margin-right: 30px;
}

.app-payment-info-type p {
    font-size: 16px;
    color: rgb(16 25 40 / 50%);
    font-weight: 400;
    margin-bottom: 5px;
}

.app-payment-info-type p span {
    color: #101928;
}

.app-payment-info-type p i img {
    vertical-align: middle;
    width: 26px;
}

.app-payment-info-type h6 {
    font-size: 22px;
    color: #101928;
    font-weight: 600;
}

.app-payment-info-type h6 span {
    color: #DB8A8A;
}

.appointment-profile-right a {
    margin-left: 10px;
}

.appointment-cato-wrap {
    display: flex;
    align-items: center;
    background: #E8E8EC;
    padding: 8px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.appointment-cato-item {
    display: flex;
    align-items: center;
}

.appointment-cato-item span {
    width: 35px;
    background: #DB8A8A;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 9px;
    padding: 5px;
}

.appointment-cato-item span svg {
    fill: #FFFFFF;
}

.appointment-cato-item h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 700;
}

.appointment-cato-date {
    margin-left: auto;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4em;
}

.appointment-cato-date h6 {
    font-size: 15px;
    color: #101928;
    font-weight: 600;
    border-radius: 4em;
    padding: 5px 0 5px 17px;
    margin: 0;
}

.appointment-cato-date span {
    background: #101928;
    border-radius: 4em;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: 700;
}

.appointment-info-profile {
    display: flex;
    padding: 5px 20px 10px;
    border-bottom: 1px solid #E8E8EC;
    margin-bottom: 15px;
}

.appointment-info-profile span {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.appointment-info-profile span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appointment-info-profile p {
    font-size: 12px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 2px;
}

.appointment-info-profile h6 {
    font-size: 16px;
    color: #DB8A8A;
    font-weight: 600;
}

.appointment-item-info h5 {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 10px;
}

.appointment-item-info h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    opacity: 0.50;
    margin-bottom: 5px;
}

.appointment-item-info p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgb(16 25 40 / 40%);
    font-weight: 500;
}

.appointment-item-info p strong {
    font-size: 16px;
    color: #101928;
    font-weight: 700;
}

.appointment-item-info {
    border-bottom: 1px solid #E8E8EC;
    margin-bottom: 15px;
    padding: 0px 20px 10px;
}

.appointment-item-price-info h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 5px;
}

.appointment-item-price-info p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgb(16 25 40 / 40%);
    font-weight: 500;
}

.appointment-item-price-info p strong {
    font-size: 16px;
    color: #101928;
    font-weight: 700;
}

.appointment-item-price-info {
    padding: 0 20px 15px;
}

.appointment-profile-info ul li p span.completed-label {
    color: #56C156;
}

.btn-review-request {
    font-size: 14px;
    padding: 10px 16px;
}

.review-see-wrap {
    display: flex;
    align-items: center;
}

.review-see-wrap p {
    margin: 0;
    background: #FABA5F;
    padding: 2px 11px 2px 2px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: 600 !important;
    margin-right: 10px;
}

.review-see-wrap p span {
    width: 34px;
    height: 34px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 5px;
}

.review-see-wrap p span i {
    color: #faba5f;
}

.see-review {
    border-radius: 12px;
    font-size: 14px;
    color: #101928;
    font-weight: 500;
    border: 2px solid #E8E8EC;
    padding: 8px 15px;
}

.see-review:hover {
    background: #101928;
    color: #E8E8Ec;
    border-color: #101928;
}

.appointment-profile-info ul li p span.running-label {
    color: #FABA5F;
}

.time-label {
    align-self: center;
    margin-left: auto;
    background: #FFFFFF;
    box-shadow: 0 7px 16px hsl(35deg 100% 42% / 10%);
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 18px;
    color: #FABA5F;
    font-weight: 600;
}

h2.page-title span {
    color: #FABA5F;
}

/*********************  Appointment Close  *******************/


/*********************  Customers  *******************/
.customers-header .sortby .select {
    min-width: 152px;
    width: 100%;
    margin-right: 5px;
}

.customers-header .sortby {
    margin-left: 0;
    position: relative;
}

.customers-header .appointment-btn {
    margin-right: 10px;
}

.btn.btn-delete-th {
    background: #101928;
    color: #faba5f;
    border-radius: 12px;
    font-size: 15px;
}

.customers-table tr th {
    font-size: 16px;
    font-weight: 500;
    background: #E8E8EC;
    border: none;
}

.tabel-profile {
    display: flex;
    align-items: center;
}

.tabel-profile span {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.tabel-profile span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabel-profile h6 {
    font-size: 16px;
    font-weight: 500;
    color: #101928;
    opacity: 0.70;
    white-space: normal;
}

.customers-table td {
    font-size: 16px;
    font-weight: 500;
    color: rgb(16 25 40 / 70%);
    border: none;
}

.customers-table.table td,
.customers-table.table th {
    vertical-align: middle;
}

.more-detail-link {
    font-size: 16px;
    color: #101928;
    white-space: normal;
    max-width: 110px;
    display: block;
    word-break: break-word;
    text-decoration: underline;
    margin-right: auto;
}

.tabel-action {
    display: flex;
    align-items: center;
}

a.delete-link {
    margin-left: 10px;
    display: block;
    width: 50px;
    height: 50px;
}

a.edit-link {
    margin-left: 10px;
    display: block;
    width: 50px;
    height: 50px;
}

.customers-table tr {
    background: transparent !important;
}

.customers-table tr.even {
    background: #F9F9FB !important;
}

.customers-table thead tr th:nth-child(1) {
    border-radius: 0 0 0 10px;
}

.customers-table thead tr th:nth-last-child(1) {
    border-radius: 0 0 10px 0;
}

.customers-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(159 163 169 / 20%) !important;
}

div#example_wrapper .row:nth-last-child(1) .col-md-5 {
    display: none;
}

div#example_wrapper .row:nth-last-child(1) .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin-top: 15px;
}

.page-item .page-link {
    border: none;
    color: #000;
}

.page-item.active .page-link {
    background: #faba5f !important;
    color: #000;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item:hover .page-link {
    background: transparent !important;
}

.page-item.active:hover .page-link {
    background: #faba5f !important;
}

.page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}

.customers-header h4 {
    margin: 0 auto 0 0;
    font-size: 22px;
    color: #101928;
    font-weight: 600;
    margin-left: 12px;
}

.consumer-input {
    width: 100%;
    border: 2px solid hsl(216deg 5% 64% / 20%);
    margin-bottom: 20px;
    border-radius: 20px;
    height: 60px;
    padding: 0 15px 0 30px;
    font-size: 17px;
    font-weight: 400;
}

.consumer-input::placeholder,
.consumer-textarea::placeholder {
    opacity: 0.50;
}

.consumer-form {
    max-width: 1000px;
    margin: auto;
}

.consumer-form h4 {
    font-size: 24px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 20px;
}

.consumer-textarea {
    resize: none;
    padding: 15px 15px 15px 30px;
    height: calc(100% - 20px);
}

.image-box {
    display: flex;
    align-items: center;
    background: #FFF4EE;
    border-radius: 20px;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.customer-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden;
}

.customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-box label {
    position: relative;
    margin: 0;
}

.image-box label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
    visibility: hidden;
}

.image-box label p {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
}

.btn-photo {
    font-size: 14px;
    padding: 10px 20px;
}

.customers-table tr th:before {
    top: 50%;
    content: "" !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    background-image: url(../images/icon/datatable-arrow.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.customers-table tr th:after {
    display: none !important;
}

.page-title-div {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.page-title-div h2.page-title {
    margin: 0 20px 0 0px;
}

.page-title-div p {
    font-size: 17px;
    color: hsl(218deg 43% 11% / 40%);
    font-weight: 400;
}

.page-title-div p span {
    color: #101928;
}

.cd-main-profile {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    border: 5px solid #FFFFFF;
    margin-right: 50px;
}

.cd-main-wrap {
    display: flex;
    position: relative;
    padding: 20px 40px;
    width: 100%;
    z-index: 1;
}

.cd-main-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cd-main-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: #FFF4EE;
    z-index: -1;
    border-radius: 20px;
}

.cd-main-profile-info h4 {
    font-size: 33px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 15px;
}

.cd-main-profile-info h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 20px;
}

.cd-main-profile-info ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cd-main-profile-info ul li p {
    background: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: rgb(16 25 40 / 50%);
}

.cd-main-profile-info ul li p a {
    font-weight: 600;
    color: #101928;
}

.cd-main-profile-info {
    margin-top: 15px;
}

.cd-main-action-info {
    margin-top: 15px;
    margin-left: auto;
    text-align: end;
}

.delete-icon {
    display: flex;
    align-items: center;
    width: 80px;
    height: 60px;
    justify-content: center;
    margin-left: auto;
    background: #DB8A8A;
    border-radius: 20px;
    margin-bottom: 40px;
}

.cd-main-action-info ul {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    margin: 0;
}

.cd-main-action-info ul li p {
    font-size: 18px;
    color: hsl(218deg 43% 11% / 40%);
    font-weight: 600;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #9F9C9F;
}

.cd-main-action-info ul li p span {
    color: #101928;
}

.cd-main-action-info ul li:nth-child(1) p {
    padding: 0;
    margin: 0;
    border: none;
}

.bservices-heading-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bservices-heading-wrap h5 {
    font-size: 22px;
    color: #9FA3A9;
    font-weight: 400;
    margin: 0 auto 0 0;
}

.bservices-heading-wrap div {
    display: flex;
    align-items: center;
}

.bservices-heading-wrap div label {
    font-size: 17px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 15px;
    white-space: nowrap;
}

.bservices-heading-wrap div .select {
    width: 100%;
    border: none;
    background: #F9F9FB;
    border-radius: 12px;
    min-width: 188px;
}

.appointment-profile-info .appointment-d-block {
    display: block;
}

.appointment-profile-info .appointment-d-block li {
    padding: 3px 0;
    border: none;
}

.a-info-profile-action {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.info-action {
    margin-right: 8px;
}

.a-info-profile-action a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.tooltip-inner {
    background: #fff;
    border: 1px solid #FABA5F;
    color: #000;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #FABA5F;
}

.btn-add-note {
    margin-left: auto;
    font-size: 14px;
    color: #101928;
    border: 2px solid #faba5f;
    background: #FFF4EE;
    font-weight: 600;
    border-radius: 12px;
}

.btn-add-note:hover {
    background: #faba5f;
}

.imageThumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pip {
    display: block;
    margin: 10px;
    width: 228px;
    height: 228px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.remove {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}

.remove::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    background-image: url(../images/icon/close.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    z-index: 99;
}

label.field {
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

label.field input#files {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.files-upload-box {
    width: 228px;
    height: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F9F9FB;
    border: 2px dashed #9FA3A9;
    border-radius: 20px;
    order: -1;
    margin: 10px;
}

.files-upload-box h6 {
    font-size: 20px;
    color: #101928;
    font-weight: 400;
    max-width: 90px;
    text-align: center;
    margin: 15px auto 0;
}

input#files {
    -webkit-appearance: none;
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 238px;
    height: 228px;
    cursor: pointer;
    opacity: 0;
}

.field {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#AddNoteModal .modal-dialog {
    max-width: 1250px;
}

#AddNoteModal .modal-content {
    border-radius: 15px;
}

.note-appointment-item .appointment-profile-wrap {
    background: #FFF4EE;
}

.notes-textarea h4 {
    font-size: 24px;
    color: #9FA3A9;
    font-weight: 500;
    margin-bottom: 18px;
}

.notes-textarea textarea {
    width: 100%;
    border: 2px solid #FABA5F;
    resize: none;
    padding: 15px 20px;
    border-radius: 10px;
    min-height: 100px;
}

.notes-textarea {
    margin-bottom: 30px;
}

.notes-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.notes-btn-wrap a {
    margin: 0 10px;
}

.btn-border-yellow {
    background: transparent;
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    border: 2px solid #101928;
    border-radius: 15px;
    padding: 11px 22px;
    transition: all 0.5s;
}

.notes-textarea textarea::placeholder {
    opacity: 0.50;
}

.btn-border-yellow:hover {
    background: #101928;
    color: #FABA5F;
}

.delete-profile-box {
    text-align: center;
    padding: 30px 0 40px;
}

.delete-profile-box h4 {
    font-size: 32px;
    color: #101928;
    font-weight: 700;
    margin-bottom: 19px;
}

.delete-profile-box p {
    font-size: 18px;
    color: #101928;
    font-weight: 400;
    opacity: 0.50;
    max-width: 340px;
    margin: auto;
}

.btn-gray {
    background: #F9F9FB;
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    border: 2px solid #F9F9FB;
    border-radius: 15px;
    padding: 11px 22px;
    transition: all 0.5s;
}

.btn-gray:hover {
    background: #101928;
    color: #FABA5F;
}

.timeline-heading-label span {
    padding: 5px;
}

.timeline-heading-label span svg path {
    fill: #fff;
}

/*********************  Customers Close  *******************/

/*********************  Employees  *******************/

.customers-header .sortby2 .select {
    min-width: 260px;
    width: 100%;
}

p.select-p-text {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 12px;
    color: #101928;
    opacity: 0.5;
}

.btn-main {
    background: #DB8A8A;
    color: #fff;
    padding: 12px 17px;
    border-radius: 12px;
}

.employee-btn {
    font-size: 14px;
}

.employee-item-box {
    background: #F9F9FB;
    border: 1px solid rgb(159 163 169 / 10%);
    border-radius: 20px;
    padding: 20px;
}

.employee-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}

.employee-item-profile {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 40px 0px rgb(0 0 0 / 9%);
    margin-right: 20px;
}

.more-detail-btn {
    font-size: 14px;
    padding: 8px 14px;
    margin-left: auto;
}

.employee-item-info h5 {
    font-size: 22px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 8px;
}

.employee-item-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.employee-item-info ul li {
    display: flex;
    margin: 0 -5px;
}

.employee-item-info ul li span {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    opacity: 0.50;
    margin: 5px;
    width: 105px;
    display: block;
}

.employee-item-info ul li p {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin: 5px;
}

.employee-contact-link {
    display: flex;
    width: 100%;
    padding: 8px 20px;
    background: #fff;
    border-radius: 15px;
    margin: 5px 0;
    align-items: center;
    font-size: 16px;
    color: #101928;
    font-weight: 600;
}

.employee-contact-link span {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 23px;
}

.employee-rows .col-lg-4 {
    padding: 15px;
}

.employee-item-info ul li p.text-red {
    color: #FF3939;
}

.btn-white-yellow {
    background: #fff;
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    border: 2px solid #101928;
    border-radius: 15px;
    padding: 11px 22px;
    transition: all 0.5s;
}

ul.employee-extra-info li {
    margin-left: 10px;
}

ul.employee-extra-info li a {
    padding: 9px 18px;
    font-size: 15px;
}

.btn-white-yellow:hover {
    background: #101928;
    color: #fff;
}

.employee-box-bg {
    background: #F9F9FB;
    padding: 25px;
    border-radius: 20px;
}

.personal-info-wrap {
    display: flex;
    align-items: center;
}

.personal-info-wrap h3 {
    font-size: 30px;
    color: #9FA3A9;
    font-weight: 600;
    margin: 0;
}

.personal-info-wrap h4 {
    margin-left: auto;
    background: #FFFFFF;
    max-width: 375px;
    width: 100%;
    text-align: start;
    color: rgb(16 25 40 / 40%);
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 12px;
}

.personal-info-wrap h4 span {
    color: rgb(16 25 40);
}

.personal-info {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.personal-info li {
    width: 50%;
    margin: 15px 0;
}

.personal-info li span {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    opacity: 0.45;
}

.personal-info li p {
    font-size: 18px;
    color: #101928;
    font-weight: 600;
}

.account-info-box h3 {
    font-size: 22px;
    color: #9FA3A9;
    font-weight: 600;
}

.account-info-box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.account-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.account-info-box ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.account-info-box ul li span {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.50;
    width: 30%;
}

.account-info-box ul li p {
    font-size: 14px;
    color: #101928;
    font-weight: 500;
}

.account-info-box ul:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 45%;
    width: 1px;
    height: 80%;
    background: hsl(0deg 0% 44% / 30%);
}

.upload-document {
    padding: 0;
    list-style: none;
    margin: 0;
}

.upload-document li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.pdf-action {
    margin-left: auto;
}

.pdf-action a {
    font-size: 14px;
    padding: 10px 16px;
}

.pdf-info h6 {
    font-size: 20px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 0;
}

.pdf-info i {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    opacity: 0.50;
}

span.pdf-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
    filter: grayscale(1);
}

.done span.pdf-icon {
    filter: grayscale(0);
}

.upload-document li:after {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    height: 1px;
    background: rgb(112 112 112 / 20%);
    right: 0;
    bottom: 0;
}

.btn-dark-gray {
    background: #9FA3A9;
    border-radius: 12px;
    color: #fff;
    transition: all 0.5s;
}

.btn-dark-gray:hover {
    background: #101928;
    color: #fff;
    transition: all 0.5s;
}

.working-list h3,
.work-portfolio-box h3 {
    font-size: 24pX;
    color: #9FA3A9;
    font-weight: 600;
    margin-bottom: 28px;
}

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

.working-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.working-list ul li span {
    display: block;
    max-width: 120px;
    width: 100%;
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    opacity: 0.5;
}

.working-list ul li p {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin: 0;
}

.working-list ul li p strong {
    color: #DB8A8A;
    font-weight: 600;
}

.present-label {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    background: #006605;
    border-radius: 4em;
    padding: 4px 10px;
    margin-left: 10px;
}

.working-list ul li.active span,
.working-list ul li.active p {
    font-size: 18px;
}

.work-portfolio-box ul {
    list-style: none;
    display: flex;
    background: #E8E8EC;
    padding: 5px;
    margin: 0 -5px;
    border-radius: 10px;
    flex-wrap: wrap;
    max-height: 230px;
    overflow: auto;
}

.work-portfolio-box ul li {
    width: 33.33%;
    padding: 5px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
}

.work-portfolio-box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-title-div p i {
    font-style: normal;
}

.cv-upload-info {
    max-width: 450px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

span.upload-cv-svg {
    width: 100%;
    display: block;
    margin-bottom: 52px;
}

.cv-upload-info h5 {
    font-size: 26px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 10px;
}

.cv-upload-info i {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
    font-style: normal;
    opacity: 0.50;
}

.upload-cv.image-box {
    display: flex;
    background: transparent;
    padding: 150px 0 0;
    flex-wrap: wrap;
}

.upload-cv.image-box .cv-img {
    order: 1;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.upload-cv-input {
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: -9999;
}

.cv-img2 {
    text-align: center;
}

.employee-id {
    font-size: 18px;
    color: hsl(218deg 43% 11% / 40%);
    font-weight: 600;
    margin: 0 30px 0 0px;
}

.employee-id span {
    color: #101928;
}

.btn-remove {
    font-size: 14px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 12px;
    margin-left: 8px;
}

.btn-remove:hover {
    background: #101928;
    color: #fff;
}

.eprofile-navs {
    justify-content: center;
    background: #F9F9FB;
    border-radius: 20px;
    padding: 10px;
    width: max-content;
    margin: 0 auto 80px;
}

.eprofile-navs li a.nav-link.active {
    background: #101928;
    color: #FABA5F;
}

.eprofile-navs li a.nav-link {
    border-radius: 15px;
    padding: 15px 30px;
}

.select2-container.select2 {
    width: 100% !important;
}

ul#select2-states-zf-container {
    position: absolute;
    bottom: -50px;
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid rgb(159 163 169 / 15%) !important;
    border-radius: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 17px;
    padding-left: 30px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #101928;
    font-weight: 500;
    font-family: 'Campton';
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    flex-wrap: wrap;
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px;
    background: #FFF4EE;
    border: none;
    border-radius: 14px;
    padding: 12px 44px 12px 12px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #fff;
    border-radius: 100%;
    border: 1px solid rgb(16 25 40 / 20%);
    color: #101928;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    left: unset;
    padding: 0;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
    padding: 0;
    color: #101928;
    font-weight: 500;
    font-family: 'Campton';
}

.select2-dropdown {
    border: none;
}

.select2-container--default .select2-results__option--selected {
    background: #f1efef;
}

.select2-container--default .select2-results>.select2-results__options li {
    font-size: 15px;
    font-weight: 500;
    padding: 11px 18px;
    background: #F9F9FB;
}

.select2-container--default .select2-results>.select2-results__options li.select2-results__option--highlighted {
    background-color: #ddd;
}

.select2-container--default .select2-results>.select2-results__options li.select2-results__option--selected {
    background: #101928;
    color: #fff;
}

.edit-basic-detail h4 {
    font-size: 22px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 15px;
}

.edit-basic-detail h4 span {
    font-size: 14px;
    color: #9FA3A9;
    font-weight: 400;
}

.select-arrows {
    position: relative;
}

.select-arrows i.fas.fa-angle-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.edit-basic-detail {
    margin-bottom: 25px;
}

.edit-languages-detail {
    margin-bottom: 70px;
}

.edit-basic-detail-main {
    max-width: 1000px;
    margin: auto;
}

.job-price {
    position: relative;
    margin-bottom: 20px;
}

.job-price p {
    font-size: 18px;
    color: #101928;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    opacity: 0.50;
}

.select-jo {
    margin-bottom: 75px;
}

.select.select-time {
    width: 100%;
    border: 2px solid hsl(216deg 5% 64% / 20%);
    margin-bottom: 20px;
    border-radius: 20px;
    height: 60px;
    padding: 0 15px 0 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 56px;
}

hr.edit-line {
    margin: 40px 0;
    border-top: 1px solid #9FA3A9;
    opacity: 0.20;
}

.hours-tabel-main {
    border: 1px solid hsl(216deg 5% 64% / 20%);
    border-radius: 10px;
    overflow: hidden;
}

.hours-tabel-head-wrap {
    display: flex;
    align-items: center;
    padding: 17px 50px;
    background: #E8E8EC;
    border-radius: 10px;
}

.hours-tabel-head-wrap h6 {
    width: 33.33%;
    margin: 0;
    font-size: 18px;
    color: #101928;
    font-weight: 600;
}

.hours-tabel-body-wrap {
    display: flex;
    align-items: center;
    padding: 10px 50px;
}

.hours-tabel-body-wrap p {
    margin: 0;
    width: 33.33%;
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    opacity: 0.50;
}

.hours-time-wrap {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.hours-time-wrap span {
    margin: 0 20px;
}

.hours-time-wrap input {
    border: 2px solid hsl(218deg 43% 11% / 20%);
    width: 100px;
    border-radius: 12px;
    height: 40px;
    padding: 10px;
    text-align: center;
}

.hours-tabel-head-wrap h6:nth-last-child(1) {
    margin-left: auto;
    text-align: right;
}

.hours-tabel-body-wrap label {
    margin-left: auto;
    margin: 0;
    position: relative;
}

.hours-tabel-body-wrap label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    opacity: 0;
}

.hours-tabel-body-wrap label span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #C2C5CB;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0;
}

.hours-tabel-body-wrap label input:checked+span {
    font-size: 11px;
    background: #101928;
    border-color: #101928;
    color: #FABA5F;
}

.hours-tabel-body-wrap.active p {
    opacity: 1;
}

.hours-tabel-body-wrap:nth-child(odd) {
    background: #F9F9FB;
}

.tabel-profile div p {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 0;
}

.tabel-profile div i {
    font-size: 12px;
    color: #101928;
    font-weight: 400;
    font-style: normal;
    opacity: 0.50;
}

tr.first-row td {
    color: #fff;
    background: #101928;
    padding-top: 20px;
    padding-bottom: 20px;
}

tr.first-row td:nth-child(1) {
    border-radius: 0 0 0 10px;
}

tr.first-row td:nth-last-child(1) {
    border-radius: 0 0px 10px 0;
}

.main-store-profile {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 22px;
}

.main-store-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-profile-width {
    max-width: 1000px;
    margin: auto;
}

.sub-store-profile-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.sub-store-profile {
    padding: 8px;
    width: 33.33%;
    height: 120px;
}

.sub-store-profile label {
    margin: 0;
    position: relative;
    width: 100%;
    border: 2px dashed #9fa3a983;
    background: #F9F9FB;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.sub-store-profile label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
}

.sub-store-profile label div.output-img {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.sub-store-profile label div.output-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-img-input {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
}

.add-img-input p {
    font-size: 14px;
    color: #101928;
    font-weight: 400;
    margin-top: 3px;
}

.img-action {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 99;
}

.img-action a {
    display: block;
    margin-left: 7px;
}

h3.store-edit-title {
    font-size: 22px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 22px;
}

h3.store-edit-title span {
    color: #9FA3A9;
    font-size: 16px;
    font-weight: 400;
}

.upload-banner-img {
    margin-bottom: 35px;
}

.store-basic-details {
    margin-bottom: 80px;
}

.store-about h4 {
    font-size: 24px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 22px;
}

.consumer-textarea2 {
    height: auto;
    padding: 15px 15px 0 30px;
}

.advantage-detail .select2-container .select2-selection--multiple .select2-selection__rendered {
    bottom: 2px;
}

.advantage-ul-store {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}

.advantage-ul-store li {
    margin: 10px;
    background: #F9F9FB;
    width: 31.33%;
    border-radius: 15px;
    padding: 25px 25px 70px;
    position: relative;
}

.advantage-ul-store li span {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}

.advantage-ul-store li h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 10px;
}

.advantage-ul-store li p {
    font-size: 14px;
    color: #101928;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.50;
}

.advantage-ul-store li a {
    position: absolute;
    top: 15px;
    right: 15px;
}

.store-date-head-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.store-date-head-wrap h4 {
    margin: 0 auto 0 0;
}

.datepiker-arrow {
    position: relative;
}

.datepiker-arrow i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.datepiker-arrow input {
    background: #F9F9FB;
    border-radius: 12px;
    border: none;
    padding: 11px 20px;
}

.button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 30px;
}

.btn-border-black {
    background: transparent;
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    border: 2px solid #101928;
    border-radius: 15px;
    padding: 11px 22px;
    transition: all 0.5s;
}

.btn-border-black:hover {
    background: #FABA5F;
    color: #101928;
    border-color: #FABA5F;
}

.button-wrap a {
    margin: 0 5px;
}

.select-search.select-arrows .fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-weight: 500;
}

.select-search .select2-container--default .select2-selection--multiple {
    padding-left: 50px;
}

.edit-basic-detail.edit-transportation-detail {
    margin-bottom: 70px;
}

/*********************  Employees Close  *******************/
/*********************  Service-provider Close  *******************/

.service-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.service-header-wrap h5 {
    font-size: 24px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 0;
}

.store-main-service ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.store-main-service ul li label {
    position: relative;
    display: flex;
}

.store-main-service ul li label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -98;
}

.store-main-service ul li label input:checked+.categories-box {
    background: #FABA5F;
}

.categories-box {
    display: flex;
    align-items: center;
    background: #FFF4EE;
    border-radius: 20px;
    margin-right: 10px;
    padding: 9px 15px;
    width: 160px;
}

.categories-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

.categories-box span svg {
    width: 28px;
}

.categories-box h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin: 0;
}

.store-main-service ul li label input:checked+.categories-box span svg path {
    fill: #FABA5F;
}

.store-main-service ul li label input:checked+.categories-box h6 {
    color: #fff;
}

.store-sub-categories .select {
    width: 100%;
    border: 2px solid hsl(216deg 5% 64% / 20%);
    margin-bottom: 20px;
    border-radius: 20px;
    height: 60px;
    padding: 0 15px 0 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 53px;
}

.store-main-service {
    margin-bottom: 45px;
}

.store-sub-categories {
    min-height: 110px;
}

.service-item-main {
    display: flex;
    background: #F9F9FB;
    border: 1px solid #E8E8EC;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.service-item-img {
    width: 200px;
    height: 130px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 56px #f2f6f6;
    box-shadow: 0 0 56px #f2f6f6;
    margin-right: 30px;
    position: relative;
}

.service-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.service-discount {
    position: absolute;
    top: 15px;
    left: -19px;
    background: #FABA5F;
    border: 2px solid #fff;
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    color: #fff;
    padding: 3.5px 8.5px;
    font-weight: 600;
    font-size: 15px;
    z-index: 9;
    text-align: center;
}

.service-discount span {
    font-size: 12px;
    font-weight: 400;
}

.service-item-info {
    width: calc(100% - 230px);
    display: flex;
    flex-direction: column;
}

.service-info-top h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-info-top a {
    color: #DB8A8A;
    font-size: 16px;
    text-decoration: underline;
}

.service-info-top {
    margin-bottom: auto;
}

.time_price_info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

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

.service-media-wrap {
    display: flex;
    background: #FFFFFF;
    padding: 18px 25px;
    border-radius: 15px;
    margin: 20px 0;
}

.service-media-infos h6 {
    font-size: 16px;
    color: #101928;
    margin-bottom: 5px;
    font-weight: 600;
}

.service-media-infos p {
    font-size: 14px;
    color: #101928;
    opacity: 0.50;
}

.service-info-top h6 {
    display: flex;
    justify-content: space-between;
}

.service-info-top span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 13px 26px 0px #ffff;
    color: rgb(16 25 40 / 50%);
    font-size: 14px;
}

.service-info-top h6 {
    display: flex;
    justify-content: space-between;
}

.service-info-top span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 13px 26px 0px #ffff;
    color: rgb(16 25 40 / 50%);
    font-size: 14px;
    cursor: pointer;
}

div#sliderr {
    display: none;
}

div#sliderr.active {
    display: block;
}

.down-arroww.active {
    transform: rotate(180deg);
}

a.select--btnn {
    background: transparent !important;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-left: 20px;
    color: #db8a8a;
    border: 2px solid #db8a8a;
}

a.select--btnn.active {
    display: block !important;
    background: #db8a8a !important;
    color: #fff;
}

.price-info {
    display: flex;
    margin-left: auto;
    align-items: baseline;
}

.service-item-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 230px);
    position: relative;
}

.time_price_info h6 {
    font-size: 14px;
    color: #101928;
    font-weight: 400;
    opacity: 0.70;
    margin: 0;
}

.price-info h5 {
    color: #DB8A8A;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
}

.price-info h5 span {
    color: #101928;
    opacity: 0.50;
    text-decoration: line-through;
    width: max-content;
    margin-left: 6px;
}

.service-action-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.service-action-wrap a {
    margin-left: 8px;
}

.service-header-wrap .select {
    border: none;
    width: 165px;
    height: 40px;
    background: #F9F9FB;
    border-radius: 12px;
    margin-right: 12px;
}

.service-header-wrap a.btn.btn-black-yellow {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    font-size: 14px;
}

hr.store-service-hr {
    margin: 50px 0;
}

ul.add-service-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1036px;
    margin: auto;
    list-style: none;
    padding: 0;
    margin-top: 100px;
}

ul.add-service-wrap li {
    padding: 15px;
    width: 33.33%;
}

ul.add-service-wrap li label {
    width: 100%;
    margin: 0;
    position: relative;
}

ul.add-service-wrap li label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
}

.add-service-box {
    text-align: center;
    background: #F9F9FB;
    height: 232px;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
}

.add-service-box-icon {
    width: 93px;
    display: flex;
    height: 93px;
    background: #9FA3A9;
    border-radius: 100%;
    margin: 30px auto 22px;
    align-items: center;
    justify-content: center;
}

.add-service-box-icon svg path {
    color: #101928;
}

.add-service-box-icon svg {
    width: 50px;
    height: 50px;
}

.add-service-box h6 {
    font-size: 24px;
    color: #9FA3AA;
    font-weight: 400;
}

.checkbox-span {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 1px solid #C2C5CB;
    border-radius: 8px;
    font-size: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

ul.add-service-wrap li label input:checked+.add-service-box {
    background: #FFFFFF;
    border-color: rgb(159 163 169 / 10%);
    box-shadow: 0 20px 45px rgb(159 163 169 / 10%);
}

ul.add-service-wrap li label input:checked+.add-service-box .add-service-box-icon {
    background: #faba5f;
}

ul.add-service-wrap li label input:checked+.add-service-box .add-service-box-icon svg path {
    fill: #fff;
}

ul.add-service-wrap li label input:checked+.add-service-box h6 {
    color: #101928;
}

ul.add-service-wrap li label input:checked+.add-service-box .checkbox-span {
    background: #101928;
    border-color: #101928;
    color: #faba5f;
    font-size: 12px;
}



/*********************  Service-provider Close  *******************/
/*********************  add-new-store Close  *******************/
.service-body {
    max-width: 1000px;
    margin: auto;
}

.field.thumbnail-box {
    border: 2px dashed #9FA3A9;
    background: #F9F9FB;
    border-radius: 20px;
    padding: 25px;
    max-width: 250px;
    width: 100%;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.files-thumbnail-box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: -1;
}

.field.thumbnail-box input#files {
    width: 100%;
    height: 100%;
}

.files-thumbnail-box img {
    margin-right: 20px;
}

.files-thumbnail-box h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 500;
    line-height: 1.4;
}

h6.new-service-title {
    font-size: 22px;
    color: #9FA3A9;
    font-weight: 500;
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 40px;
}

.title-btn-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.title-btn-wrap h6 {
    margin: 0;
}

.title-btn-wrap .btn.btn-black-yellow.btn-service {
    font-size: 14px;
    padding: 10px 18px;
    margin-left: auto;
}

.consumer-select {
    line-height: 55px;
}

h4.yellow-title {
    font-size: 28px;
    color: #FABA5F;
    font-weight: 500;
    margin-bottom: 24px;
}

.sub-light-dark-bg {
    padding: 30px;
    background: #F9F9FB;
    border-radius: 20px;
    margin-bottom: 30px;
}

.sub-light-dark-bg input,
.sub-light-dark-bg .select {
    background: #F9F9FB;
    border: 2px solid rgb(16 25 40 / 5%);
    float: unset;
}

.sub-service-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-top: 5px;
}

.sub-service-title-wrap h5 {
    font-size: 20px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 0;
}

.sub-service-title-wrap h6 {
    margin-left: auto;
    font-size: 18px;
    color: #DB8A8A;
    font-weight: 400;
}

.service-details h5 {
    font-size: 24px;
    color: #101928;
    font-weight: 400;
    margin-bottom: 22px;
}

.service-details ul {
    padding: 30px;
    list-style: none;
    margin: 0;
    border: 1px solid #E8E8EC;
    border-radius: 15px;
    margin-bottom: 40px;
}

.service-details ul li {
    padding-left: 22px;
    margin-bottom: 18px;
    color: rgb(16 25 40 / 60%);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
}

.service-details ul li:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #DB8A8A;
    border-radius: 100%;
}

.service-details ul li:nth-last-child(1) {
    margin: 0;
}

.active-btn-yellow {
    position: relative;
    background: #FABA5F;
    border-radius: 20px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.active-btn-yellow:after {
    content: "";
    background-image: url('../images/white-lines.svg');
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.mb-30 .select {
    float: unset;
}

.active-btn-yellow h6 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.active-btn-yellow .btn.btn-black {
    margin-left: auto;
}

/*********************  add-new-store Close  *******************/
/*********************  Review-tab Start  *******************/


ul.rating-ul {
    display: flex;
    margin-right: 9px;
    padding: 0;
    margin: 0;
}

ul.rating-ul li {
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #DADBDE;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: #DADBDE;
    margin-right: 4px;
}

ul.rating-ul li.active {
    color: #FABA5F;
    border-color: #FABA5F;
}

.review-main-box {
    display: flex;
    background: #FFF4EE;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 56px hsl(210deg 100% 8% / 4%);
    margin-bottom: 50px;
}

.review-left-box {
    background: #FABA5F;
    padding: 15px 30px 30px;
    border-radius: 15px;
}

.review-right-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 50px;
    height: 100%;
    padding-top: 10px;
}

.review-right-box ul li {
    width: 50%;
}

.review-left-box h6 {
    font-size: 48px;
    color: #FEFEFE;
    font-weight: 400;
    margin-bottom: 23px;
}

.review-left-box ul li {
    width: 43px;
    height: 43px;
    font-size: 22px;
}

.review-left-box ul {
    margin-bottom: 20px;
    margin-right: 0;
}

.review-left-box p {
    font-size: 20px;
    color: #101928;
    font-weight: 500;
}

.review-right-box ul li h6 {
    font-size: 20px;
    color: #DB8A8A;
    font-weight: 400;
    margin-bottom: 5px;
}

.review-right-box ul li p {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
}

.review-body-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.review-header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.review-body-header h5 {
    font-size: 24px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 0;
}

.review-header-right label {
    font-size: 17px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 15px;
}

.review-header-right .nice-select.select {
    background: #F9F9FB;
    border: none;
    border-radius: 12px;
    float: unset;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
}

.review-header-right .btn-black {
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

/*********************  Review-tab Close  *******************/


/*********************  About  *******************/
.about-banner {
    position: relative;
    height: 750px;
    z-index: 2;
}

.lang_ulbout-banner-owl {
    z-index: 2;
}

.about-banner-after {
    content: "";
    background-image: url('../images/home-banner-after.svg');
    width: 100%;
    max-height: 40%;
    position: absolute;
    left: 0;
    z-index: 2;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    bottom: 0px;
    display: block;
}

.about-banner-img {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

.about-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 20%;
}

.lang_ulbout-banner-owl .owl-nav button {
    position: absolute;
    margin: auto;
    z-index: 4;
    background: rgb(0 0 0 / 50%) !important;
    color: #fff !important;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 22px !important;
}

.lang_ulbout-banner-owl .owl-nav {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    display: block;
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 45%;
}

.lang_ulbout-banner-owl .owl-nav button.owl-prev {
    left: 0;
}

.lang_ulbout-banner-owl .owl-nav button.owl-next {
    right: 0;
}

.lang_ulbout-banner-owl .owl-nav button:hover {
    background: #000 !important;
}

.lang_ulbout-banner-owl .owl-nav button i {
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang_ulbout-banner-owl .owl-dots {
    position: absolute;
    top: 48.5%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.lang_ulbout-banner-owl .owl-dots button {
    width: 9px;
    height: 10px;
    background: #fff !important;
    border-radius: 100%;
    opacity: 0.60;
    margin: 0 5px;
    border: 2px solid transparent;
}

.lang_ulbout-banner-owl .owl-dots button.active {
    opacity: 1;
    box-shadow: 0 0 0 2px white;
    border: 2px solid #db8a8a;
}

.about-profile-img {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    margin: -320px auto 30px;
    border: 10px solid rgb(255 255 255 / 50%);
    position: relative;
}

.about-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.about-profile {
    position: relative;
    z-index: 3;
}

.about-profile-img a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 9;
    font-size: 18px;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 23px 26px hsl(200deg 100% 26% / 10%);
    background: #fff;
    border-radius: 100%;
}

.about-profile-info {
    text-align: center;
    margin-bottom: 30px;
}

.about-profile-info h5 {
    font-size: 32px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-profile-info h6 {
    font-size: 20px;
    color: #DB8A8A;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-profile-info ul.rating-ul {
    justify-content: center;
    padding: 0;
    margin: 0 0 10px 0;
}

.about-profile-info ul.rating-ul li {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

ul.rating-ul li:last-child {
    margin-right: 0px;
}

.about-profile-info p {
    color: #101928;
    font-size: 16px;
    font-weight: 500;
}

.about-box {
    background: #FFF5F6;
    border-radius: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    max-width: 735px;
    margin: auto;
}

.about-box li {
    width: 33.33%;
    text-align: center;
    padding: 33px 5px;
}

.about-box li span {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
}

.about-box li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.about-box li h6 {
    font-size: 20px;
    color: #DB8A8A;
    font-weight: 600;
    margin-bottom: 5px;
}

.about-box li p {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
}

.open-now {
    text-align: center;
    background: #006605;
    width: max-content;
    margin: -15px auto 0;
    border-radius: 4em;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    display: flex;
    align-items: center;
}

.open-now span {
    display: block;
    width: 6px;
    height: 6px;
    background: #FABA5F;
    border-radius: 100%;
    margin-right: 8px;
}

.about-pills {
    width: max-content;
    margin: 0 auto 0;
    background: #fff;
    padding: 8px;
    border: 1px solid #FFF1F1;
    border-radius: 4em;
    box-shadow: 0 13px 26px #fff3f3;
    margin-bottom: 70px;
    justify-content: center;
}


.about-main-section {
    padding: 80px 0;
}

.a-service-map {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 56px #f2f6f6;
    margin-bottom: 15px;
}

.a-service-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-row .col-xl-3 {
    -ms-flex: 0 0 31.5%;
    flex: 0 0 22%;
    max-width: 22%;
}

.service-row .col-xl-9 {
    -ms-flex: 0 0 68.5%;
    flex: 0 0 78%;
    max-width: 78%;
}

.a-service-media {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.a-service-media span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF5F6;
    border-radius: 100%;
    margin-right: 12px;
}

.a-service-media span svg {
    width: 23px;
    height: 23px;
    vertical-align: baseline;
}

.a-service-media span svg path {
    fill: #db8a8a;
}

.a-service-media h6 {
    font-size: 17px;
    color: #101928;
    margin-bottom: 4px;
    font-weight: 500;
}

.a-service-media p {
    font-size: 14px;
    color: #101928;
    opacity: 0.60;
    font-weight: 500;
}

.a-service-days {
    background: #FFFFFF;
    list-style: none;
    box-shadow: 0 0 56px #f2f6f6;
    padding: 15px 15px 15px 30px;
    margin-bottom: 15px;
}

.a-service-days li {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    position: relative;
}

.a-service-days li p {
    margin: 0;
    color: rgb(16 25 40 / 40%);
    font-size: 15px;
}

.a-service-days li p:nth-child(1) {
    width: 45%;
}

.a-service-days li p:nth-last-child(1) {
    width: 55%;
}

.a-service-days li:nth-last-child(1) {
    margin: 0;
}

.a-service-days li.active p {
    color: #101928;
}

.a-service-days li.active:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    width: 10px;
    height: 10px;
    border: 2px solid #db8a8a;
    border-radius: 100%;
}

.a-service-media a {
    font-size: 16px;
    color: #DB8A8A;
    margin-bottom: 0;
    font-weight: 400;
    text-decoration: underline;
}

.about-title {
    font-size: 24px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 15px;
}

.specifics-main {
    margin-bottom: 40px;
}

.specifics-main ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.specifics-main ul li {
    margin: 5px;
    background: #FFF5F6;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.specifics-main ul li span {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
    padding: 10px;
}

.about-discription-main p {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
    opacity: 0.50;
    line-height: 1.8;
    margin-bottom: 8px;
}

.about-discription-main {
    margin-bottom: 40px;
}

.advantages-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding: 0px 25px 25px 25px;
    border-radius: 20px;
}

.advantages-item span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE8E8;
    border-radius: 100%;
    margin-bottom: 15px;
    border: 5px solid #fff;
}

.advantages-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
    top: 45px;
    background: rgb(255, 245, 246);
    background-image: linear-gradient(166deg, rgba(255, 245, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 20px 20px 0 0;
}

.advantages-item h6 {
    font-size: 20px;
    color: #DB8A8A;
    font-weight: 400;
    margin-bottom: 15px;
}

.advantages-item p {
    font-size: 16px;
    color: #101928;
    opacity: 0.50;
    line-height: 1.5;
}

.stylish-body-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.stylish-body-wrap ul li {
    width: 165px;
    min-width: 165px;
    margin-left: -30px;
}


span.experts-imgg {
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
}

span.experts-imgg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stylish-profile .review-box {
    margin-top: -25px;
    position: relative;
    margin-bottom: 15px;
}

.stylish-profile h6 {
    font-size: 17px;
    color: #101928;
    font-weight: 500;
    text-align: center;
    padding: 0px 4px;
}

.stylish-body-wrap {
    padding-bottom: 20px;
}

/* .stylish-body-wrap ul li:nth-child(1) {
    margin: 0;
} */

.stylish-header-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.stylish-header-wrap .about-title {
    margin: 0;
}

.stylish-header-search {
    position: relative;
    max-width: 290px;
    width: 100%;
}

.stylish-header-search input {
    width: 100%;
    font-size: 16px;
    color: #101928;
    height: 50px;
    border-radius: 15px;
    border: 1px solid #FFF1F1;
    padding: 0 15px 0 50px;
    box-shadow: 0 13px 26px #fff3f3;
}

.stylish-header-search a {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 20px;
    color: #DB8A8A;
}

.stylish-header-search input::placeholder {
    opacity: 0.50;
}

.stylish-main-div {
    margin-bottom: 40px;
}

.public-main-div h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 400;
    opacity: 0.50;
}

.public-main-div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.public-main-div ul li {
    display: flex;
    align-items: center;
    background: #FFF5F6;
    width: max-content;
    padding: 10px 20px 10px 10px;
    border-radius: 15px;
}

.public-main-div ul li span {
    display: flex;
    background: #FFFFFF;
    border-radius: 4em;
    width: 90px;
    height: 40px;
    align-items: center;
    font-size: 19px;
    color: #DB8A8A;
    margin-right: 10px;
}

.public-main-div ul li span i {
    width: 40px;
    height: 40px;
    background: #DB8A8A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    padding: 12px;
}

.public-main-div ul li p {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
}

.stylish-profile-reviews {
    width: 100%;
    box-shadow: 0 15px 26px #fff3f3;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    z-index: 99999;
    max-height: 490px;
    overflow: auto;
    background: #fff;
    margin-top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.stylish-profile-review-item {
    background: #F9F9FB;
    border: 1px solid #E8E8EC;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.profile-review-item-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile-review-info {
    display: flex;
    align-items: center;
}

.profile-review-info span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: auto;
    margin-right: 15px;
}

.profile-review-info h6 {
    font-size: 20px;
    color: #101928;
    margin-bottom: 2px;
    font-weight: 700;
}

.profile-review-info p {
    font-size: 15px;
    color: #9FA3A9;
    font-weight: 400;
}

.review-infos {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.review-infos .review-box {
    margin: 0 20px 0 0px;
}

.review-infos span {
    font-size: 16px;
    color: #101928;
    opacity: 0.5;
    margin-left: 0;
    font-weight: 600;
}

.profile-review-item-wrap+p {
    font-size: 17px;
    color: #101928;
    font-weight: 400;
    margin-bottom: 15px;
}

.stylish-body-wrap ul li.active .stylish-profile-reviews {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    margin-top: 15px;
}

.service-item-main {
    display: flex;
    background: #F9F9FB;
    border: 1px solid #E8E8EC;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.service-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.service-info-top h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-info-top a {
    color: #DB8A8A;
    font-size: 16px;
    text-decoration: underline;
}

.time_price_info {
    display: flex;
    margin-top: auto;
    align-items: center;
}

.price-info {
    display: flex;
    margin-left: auto;
    align-items: baseline;
}

.service-item-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 230px);
}

.time_price_info h6 {
    font-size: 14px;
    color: #101928;
    font-weight: 400;
    opacity: 0.70;
    margin: 0;
}

.price-info h5 {
    color: #DB8A8A;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
}

.price-info h5 span {
    color: #101928;
    opacity: 0.50;
    text-decoration: line-through;
    width: max-content;
    margin-left: 6px;
}

.service-item-main {
    display: flex;
    background: #F9F9FB;
    border: 1px solid #E8E8EC;
    padding: 20px;
    border-radius: 20px;
}

.service-item-img {
    width: 200px;
    height: 130px;
    border-radius: 15px;
    box-shadow: 0 0 56px #f2f6f6;
    margin-right: 30px;
    position: relative;
}

.service-item-info {
    width: calc(100% - 230px);
    display: flex;
    flex-direction: column;
}

.service-info-top h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-info-top a {
    color: #DB8A8A;
    font-size: 16px;
    text-decoration: underline;
}

.service-info-top {
    margin-bottom: auto;
}

.time_price_info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

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

.time_price_info h6 {
    font-size: 14px;
    color: #101928;
    font-weight: 500;
}

.service-media-wrap {
    display: flex;
    background: #FFFFFF;
    padding: 18px 25px;
    border-radius: 15px;
    margin: 20px 0;
}

.service-media-infos h6 {
    font-size: 16px;
    color: #101928;
    margin-bottom: 5px;
    font-weight: 600;
}

.service-media-infos p {
    font-size: 14px;
    color: #101928;
    opacity: 0.50;
}

.service-info-top h6 {
    display: flex;
    justify-content: space-between;
}

.service-info-top span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 13px 26px 0px #ffff;
    color: rgb(16 25 40 / 50%);
    font-size: 14px;
}

.service-info-top h6 {
    display: flex;
    justify-content: space-between;
}

.service-info-top span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 13px 26px 0px #ffff;
    color: rgb(16 25 40 / 50%);
    font-size: 14px;
    cursor: pointer;
}

div#sliderr {
    display: none;
}

div#sliderr.active {
    display: block;
}

.down-arroww.active {
    transform: rotate(180deg);
}

a.select--btnn {
    background: transparent !important;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-left: 20px;
    color: #db8a8a;
    border: 2px solid #db8a8a;
}

a.select--btnn.active {
    display: block !important;
    background: #db8a8a !important;
    color: #fff;
}

.discount-populer-main {
    margin-bottom: 60px;
}

.service-link-wrap {
    display: flex;
    align-items: center;
    background: rgb(255, 245, 246);
    background-image: linear-gradient(128deg, rgba(255, 245, 246, 1) 0%, rgba(249, 249, 251, 1) 100%);
    border-radius: 12px;
    padding: 9px 18px;
    font-size: 18px;
    color: #101928;
    font-weight: 500;
}



.downn-arroww {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
    color: rgb(16 25 40 / 50%);
    box-shadow: 0 13px 26px rgb(230 230 230 / 60%);
    margin-right: 0 !important;
}

.services-body {
    border: 1px solid #E8E8EC;
    border-radius: 15px;
    padding: 10px;
}

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

.services-body ul li a {
    display: flex;
    width: 100%;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 12px;
    align-items: center;
}

.services-body ul li a p {
    font-size: 15px;
    color: rgb(16 25 40 / 50%);
    font-weight: 500;
    width: 75%;
    margin: 0;
}

.services-body ul li.active a {
    background: #F9F9FB;
    border: 1px solid #E8E8EC;
}

.services-body ul li.active a p {
    color: #DB8A8A;
}

.services-body ul li a .fa-angle-right {
    width: 25%;
    text-align: right;
}

.service-link-wrap span {
    margin-right: 15px;
    width: 35px;
    height: 35px;
}

[aria-expanded="true"].service-link-wrap {
    background-image: linear-gradient(128deg, #DB8A8A 0%, #DB8A8A 100%);
    color: #fff;
}

[aria-expanded="true"].service-link-wrap svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

[aria-expanded="true"].service-link-wrap .downn-arroww {
    background-color: rgb(255 255 255 / 15%);
    color: #fff;
    box-shadow: none;
    transform: rotate(180deg);
}

.service-accordion-margin {
    margin-bottom: 10px;
}

.totla-service-wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 0px 12px 17px;
    margin-top: 20px;
}

.totla-service-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #FFEFEF;
    width: 80%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
}

.totla-service-wrap h6 {
    color: #101928;
    font-size: 20px;
    margin-bottom: 2px;
}

.totla-service-wrap .paying-btn {
    margin-left: auto;
}

.totla-service-wrap p {
    font-size: 16px;
    color: #101928;
    opacity: 0.5;
}

.services-accordion {
    padding: 16px 13px 5px;
    background: #fff;
    box-shadow: 0 0 56px #f2f6f6;
    border-radius: 15px;
}

.service-discount {
    position: absolute;
    top: 15px;
    left: -19px;
    background: #FABA5F;
    border: 2px solid #fff;
    border-radius: 9px;
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    color: #fff;
    padding: 3.5px 8.5px;
    font-weight: 600;
    font-size: 15px;
    z-index: 9;
    text-align: center;
}

.service-discount span {
    font-size: 12px;
    font-weight: 400;
}

.servic-modal-header {
    background: #F9F9FB;
    border-radius: 15px;
    padding: 35px 20px 28px;
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 13px 66px hsl(0deg 100% 13% / 10%);
}

.modal-backdrop.show {
    opacity: 0.5;
    background: #000;
}

.servic-modal-body {
    padding: 25px 20px 0;
    position: relative;
    max-height: 350px;
    overflow: auto;
}

.servic-modal-body h6 {
    font-size: 20px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 22px;
}

.servic-modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.servic-modal-body ul li {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgb(16 25 40 / 50%);
    line-height: 1.5;
    font-weight: 400;
    position: relative;
}

.servic-modal-body ul li:nth-last-child(1) {
    margin: 0;
}

.servic-modal-body ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #DB8A8A;
    border-radius: 100%;
}

.servic-modal-footer {
    padding: 20px;
    text-align: center;
    box-shadow: 0px -60px 20px 0px #f9f5f5;
}

.servic-modal-footer a {
    color: #101928;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.servic-modal-header-wrap {
    display: flex;
}

.servic-modal-img {
    width: 150px;
    height: 90px;
    min-width: 136px;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.servic-modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servic-modal-info {
    width: calc(100% - 206px);
    margin-bottom: 20px;
}

.servic-modal-info h5 {
    font-size: 20px;
    color: #DB8A8A;
    font-weight: 400;
    line-height: 1.5;
}

.service-modal-rating-wrap {
    display: flex;
    align-items: center;
}

.service-modal-rating-wrap p {
    font-size: 16px;
    color: #fff;
    background: #FABA5F;
    border-radius: 7px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    margin-left: 15px;
}

.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 30px;
    height: 30px;
    background: #DB8A8A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}

.review-main-box2 {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 56px 0 #f2f6f6;
    padding: 10px;
    position: sticky;
    top: 110px;
}

.review-top-box {
    background: #FABA5F;
    border-radius: 20px;
    padding: 25px 25px 50px 25px;
    text-align: center;
}

.review-top-box h5 {
    font-size: 48px;
    color: #FEFEFE;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-top-box .rating-ul {
    justify-content: center;
    margin-bottom: 10px;
    transform: scale(1.2);
}

.review-top-box p {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
}

.reviews-ul-info {
    padding: 10px 20px 10px;
    margin: 0;
    list-style: none;
}

.reviews-ul-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews-ul-info li p {
    width: 30%;
    margin: 0;
    font-size: 17px;
    color: #DB8A8A;
    font-weight: 400;
}

.reviews-ul-info li span {
    width: 70%;
    font-size: 16px;
    color: #878C93;
    font-weight: 400;
}

.reviews-ul-info li:nth-last-child(1) {
    margin: 0;
}

.review-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.review-info-header h5 {
    font-size: 26px;
    color: #101928;
    font-weight: 600;
    margin: 0;
}

.filter-items-widths {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.filter-items-widths .filter-box {
    margin-right: 20px;
}

.review-info-search {
    background: #FFFFFF;
    border: 1px solid #FFF1F1;
    box-shadow: 0 13px 26px #fff3f3;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.review-info-search input {
    width: 100%;
    height: 50px;
    border: 0;
    font-weight: 400;
    padding: 0 15px 0 50px;
}

.review-info-search a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}

.review-info-search input::placeholder {
    opacity: 0.50;
}

hr.review-hr {
    margin: -55px auto 70px;
    width: 100%;
}

.venue-replay-info {
    display: none;
}

.venue-replay-info.active {
    display: block;
}

.show-full-ratings-info {
    display: none;
}

.show-full-ratings-info.active {
    display: block;
}

.review-info-items {
    background: #F9F9FB;
    border: 1px solid #FFF1F1;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
}

.review-info-header-wrap {
    display: flex;
    margin-bottom: 15px;
}

.review-info-profile {
    display: flex;
    align-items: center;
}

.review-info-profile span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.review-info-profile span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-info-profile div h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 3px;
}

.review-info-profile div p {
    font-size: 14px;
    color: #101928;
    opacity: 0.50;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}

.review-info-profile div p span {
    display: block;
    width: max-content;
    height: max-content;
    border-radius: 0;
    margin-left: 5px;
}

.review-info-tag-box {
    margin: 0 10px;
    align-self: flex-end;
    border: 2px solid #FAEAD4;
    background: #fff;
    border-radius: 4em;
    padding: 4px 12px;
    color: #DB8A8A;
    font-size: 14px;
    font-weight: 400;
}

.review-info-header-wrap h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 auto;
    opacity: 0.5;
    color: #101928;
    align-self: center;
}

.review-information {
    font-size: 18px;
    color: #101928;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 17px;
}

.venue-replay-link {
    display: block;
    font-size: 16px;
    color: #101928;
    opacity: 0.50;
    margin-bottom: 15px;
}

.venue-replay-link i,
.show-full-ratings-link i {
    margin-left: 5px;
    font-weight: 700;
}

.venue-replay-link.active {
    margin-bottom: 9px;
}

.venue-replay-link.active i,
.show-full-ratings-link.active i {
    transform: rotate(180deg);
}

.venue-replay-info p {
    font-size: 16px;
    color: #101928;
    font-weight: 500;
}

.venue-replay-info {
    margin-bottom: 15px;
}

.show-full-ratings-link {
    display: block;
    font-size: 16px;
    color: #DB8A8A;
    margin-bottom: 0;
}

.show-full-ratings-link.active {
    margin-bottom: 15px;
}

.show-full-ratings-info {
    background: #fff;
    border: 1px solid #FFF1F1;
    border-radius: 15px;
    padding: 15px 18px;
}

.ratings-items-box {
    background: rgb(250 186 95 / 10%);
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    margin: 0;
}

/* .show-full-ratings-info .col-lg-4 {
    padding: 5px;
} */
.show-full-ratings-info .col {
    padding: 5px;
}

.show-full-ratings-info .row {
    margin: 0 -5px;
}

.filter-items-widths .nice-select {
    width: 160px;
}

.service-item-icon {
    display: block;
    text-align: center;
}

.service-item-icon span {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: #FFEBED;
    margin: 0 auto 10px;
}

.service-item-icon h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
}

.service-item-icon span path {
    stroke: #101928;
    fill: transparent;
}

.service-item-icon.active span {
    background: #DB8A8A;
}

.service-item-icon.active span svg path {
    fill: #fff;
}

.service-item-icon.active h6 {
    color: #DB8A8A;
}

.service-sub-item {
    margin: 0;
    background: #F6F8F8;
    border-radius: 20px;
    padding: 15px 10px;
    margin-top: 20px;
}

.service-sub-item li {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 0;
    cursor: pointer;
}

.service-sub-item li p {
    margin: 0;
    font-size: 16px;
    color: #101928;
    opacity: 0.50;
    width: 95%;
}

.service-sub-item li.active {
    background: #fff;
    box-shadow: 0 5px 10px #eef1f3;
}

.service-sub-item li i {
    margin-left: auto;
    opacity: 0;
}

.service-sub-item li.active p {
    color: #db8a8a;
    opacity: 1;
}

.service-sub-item li.active i {
    opacity: 1;
    color: #db8a8a;
}

.about-pills.nav-pills .nav-link.active,
.about-pills.nav-pills .show>.nav-link {
    background: #db8a8a;
    border-radius: 4em;
    color: #fff;
}

.about-pills.nav-pills .nav-link {
    padding: 10px 22px;
    font-size: 16px;
    color: #878C93;
}

.review-box {
    width: max-content;
    margin: auto;
    background: #FABA5F;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px 5px 5px;
    border-radius: 9px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.review-box span {
    background: #fff;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.review-box span i {
    color: #FABA5F;
}

.review-info-timeline {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.review-info-timeline .review-box {
    margin: 0 12px 0 0px;
}

.review-main-box2 a.btn.btn-black.btn-feedback {
    margin-top: -26px;
}

#about-banner-owl .owl-nav button {
    position: absolute;
    top: 40%;
    color: #db8a8a !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffffff5 !important;
    border-radius: 100%;
    z-index: 9;
}

#about-banner-owl .owl-nav button.owl-prev {
    left: 50px;
}

#about-banner-owl .owl-nav button.owl-next {
    right: 50px;
}

#about-banner-owl .owl-dots {
    position: absolute;
    top: 42.7%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-banner-owl .owl-dots button {
    width: 8px;
    height: 8px;
    background: #fff !important;
    border-radius: 100%;
    margin: 0 3px;
}

#about-banner-owl .owl-dots button.active {
    background: #db8a8a !important;
    box-shadow: 0 0 0 2px white;
}

.c-gallery-item {
    width: 100%;
    height: 180px;
    margin: 15px 0;
    display: block;
}

.c-gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*********************  About Close  *******************/


/* addstore main service */
.modal-padding {
    padding: 10px;
}

.service-header {
    background: #FFF4EE;
    border-radius: 12px;
    padding: 15px 30px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.service-header h4 {
    font-size: 24px;
    color: #DB8A8A;
    font-weight: 500;
    margin-bottom: 17px;
}

.service-header-search {
    width: 100%;
    position: relative;
}

.service-header-search input {
    background: #FFFFFF;
    border-radius: 15px;
    height: 50px;
    font-size: 16px;
    color: #101928;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 0 20px 0 52px;
}

.service-header-search input::placeholder {
    opacity: 0.50;
}

.service-header-search a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #000;
}

.modal-footer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.modal-footer2 button {
    margin: 3px;
    display: block;
}

.modal-footer2:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 115px;
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
}

label.service-item-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding-bottom: 10px;
}

label.service-item-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -69;
}

label.service-item-wrap div {
    display: flex;
    align-items: center;
    width: 100%;
}

label.service-item-wrap div .service-item-img2 {
    width: 92px;
    height: 60px;
    border-radius: 10px;
    margin-right: 15px;
    min-width: 92px;
}

.service-item-img2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.service-body-main {
    max-height: 290px;
    overflow: auto;
    padding: 0 30px;
}

label.service-item-wrap:nth-last-child(1) {
    margin-bottom: 100px;
}

.service-item-info2 h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 400;
}

label.service-item-wrap div span.service-item-tick {
    display: block;
    margin-left: auto;
    width: 24px;
    height: 24px;
    border: 2px solid #C2C5CB;
    border-radius: 100%;
    min-width: 24px;
    position: relative;
}

label.service-item-wrap input:checked+div span.service-item-tick {
    background: #FABA5F;
    border-color: #FABA5F;
}

label.service-item-wrap div span.service-item-tick:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    left: 50%;
}

.btn-edit-review {
    padding: 8px 13px;
    font-size: 14px;
}

.review-modal-body {
    padding: 10px;
}

.review-modal-header {
    display: flex;
    background: #FFF4EE;
    border-radius: 15px;
    padding: 30px 40px;
}



.review-modal-footer {
    text-align: center;
    padding: 25px;
}

.review-m-profile-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
}

.review-m-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-m-profile-info h5 {
    font-size: 22px;
    color: #101928;
    font-weight: 500;
    margin-bottom: 8px;
}

.review-m-profile-info p {
    font-size: 16px;
    color: rgb(16 25 40 / 50%);
    margin-bottom: 0;
    font-weight: 400;
}

.review-m-profile-info p span {
    color: #101928;
    font-weight: 500;
}

.review-m-profile-review {
    margin-left: auto;
    text-align: end;
}

.review-m-profile-review h6 {
    font-size: 18px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 10px;
}

p.modal-review-info {
    padding: 15px 40px;
    background: #F9F9FB;
    border-radius: 15px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #101928;
    margin-bottom: 25px;
}

.review-reply label {
    font-size: 17px;
    color: #9FA3A9;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
}

.review-reply textarea {
    border-radius: 10px;
    font-weight: 400;
    border: 2px solid #FABA5F;
    width: 100%;
    padding: 20px;
    height: 120px;
}

.review-reply textarea::placeholder {
    opacity: 0.50;
}

.review-reply {
    padding: 0 40px;
}

#timeModal .modal-dialog.modal-dialog-centered {
    max-width: 800px;
}

.time-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF4EE;
    border-radius: 12px;
    height: 80px;
    margin-bottom: 30px;
}

.time-header h4 {
    font-size: 24px;
    color: #101928;
    font-weight: 600;
}

.time-navs {
    margin: 0 auto 30px;
}

.time-piker-box-wrap {
    display: flex;
    align-items: center;
    padding: 0 50px;
    margin-bottom: 50px;
}

.pick-time-item {
    width: 50%;
    text-align: center;
    border: 2px solid rgb(159 163 169 / 15%);
    padding: 40px;
}

.pick-time-item h3 {
    font-size: 24px;
    color: #9FA3A9;
    font-weight: 600;
    margin-bottom: 25px;
}

.pick-time-item:nth-child(1) {
    border-right: 0;
    border-radius: 15px 0 0 15px;
}

.pick-time-item:nth-child(2) {
    border-radius: 0 15px 15px 0;
}

.pick-time-item input {
    width: 100%;
    text-align: center;
    border: 2px solid hsl(218deg 43% 11% / 5%);
    color: #FABA5F;
    font-size: 22px;
    font-weight: 500;
    border-radius: 12px;
    padding: 10px;
}

.time-modal-footer {
    text-align: center;
    margin-bottom: 50px;
}

/*********************  calender  *******************/

.calander-header {
    padding: 20px 20px 30px 20px;
    margin-bottom: 5px;
    border-radius: 20px 20px 0 0;
}

div#calendar {
    margin-top: 0;
}

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

.calendar-modal2 .modal-dialog {
    max-width: 1220px;
}

.appointment-div-bg {
    background-color: #F9F9FB;
    border-radius: 10px;
    overflow: hidden;
    max-width: 95%;
    margin: auto;
}

.green-bg {
    background: #D6F6D6;
}

.appointment-profile-info h5 a {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    margin-left: 30px;
    color: #101928;
    font-weight: 500;
    text-decoration: underline;
}

.calender-price span {
    color: #101928 !important;
    font-weight: 700;
}

h6.calender-price {
    margin-bottom: 5px;
}

span.completed-label2 {
    border: 2px solid #56C156;
    border-radius: 4rem;
    background: #fff;
    font-size: 14px;
    color: #56C156;
    font-weight: 400;
    padding: 4px 12px;
    display: inline-block;
}

.calander-profile {
    text-align: center;
}

.calander-profile span {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 5px;
    border-radius: 100%;
    overflow: hidden;
}

.calander-profile h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 3px;
}

.calander-profile p {
    color: #DB8A8A;
    font-weight: 400;
    font-size: 14px;
}

div#calender-owl {
    background: #F9F9FB;
    padding: 20px 60px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 100%;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px #ebebef;
}

.owl-nav button.owl-prev {
    left: 15px;
}

.owl-nav button.owl-next {
    right: 15px;
}

/*********************  calender Close  *******************/
span.invalid-feedback {
    position: absolute;
    bottom: -13px;
    left: 0;
    font-weight: 300;
}
.store-modal-body {
    padding: 25px 25px 15px;
    border-bottom: 2px solid #efefef;
}

.store-modal-body h5 {
    font-size: 24px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 22px;
    padding-bottom: 18px;
    font-weight: 600;
}

.store-modal-body .consumer-input {
    padding-left: 15px;
}
.imgservice {
    width: 72px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    min-width: 72px;
}

.imgservice img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*********************  calender  *******************/

.calander-header {
    padding: 20px 20px 30px 20px;
    margin-bottom: 5px;
    border-radius: 20px 20px 0 0;
}

div#calendar {
    margin-top: 0 !important;
}

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

.calendar-modal2 .modal-dialog {
    max-width: 1220px;
}

.appointment-div-bg {
    background-color: #F9F9FB;
    border-radius: 10px;
    overflow: hidden;
    max-width: 95%;
    margin: auto;
}

.green-bg {
    background: #D6F6D6;
}

.appointment-profile-info h5 a {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    margin-left: 30px;
    color: #101928;
    font-weight: 500;
    text-decoration: underline;
}

.calender-price span {
    color: #101928 !important;
    font-weight: 700;
}

h6.calender-price {
    margin-bottom: 5px;
}

span.completed-label2 {
    border: 2px solid #56C156;
    border-radius: 4rem;
    background: #fff;
    font-size: 14px;
    color: #56C156;
    font-weight: 400;
    padding: 4px 12px;
    display: inline-block;
}

.calander-profile {
    text-align: center;
}

.calander-profile span {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 5px;
    border-radius: 100%;
    overflow: hidden;
}

.calander-profile h6 {
    font-size: 16px;
    color: #101928;
    font-weight: 600;
    margin-bottom: 3px;
}

.calander-profile p {
    color: #DB8A8A;
    font-weight: 400;
    font-size: 14px;
}

div#calender-owl {
    background: #F9F9FB;
    padding: 20px 60px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #FFFFFF !important;
    border-radius: 100%;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px #ebebef;
}

.owl-nav button.owl-prev {
    left: 15px;
}

.owl-nav button.owl-next {
    right: 15px;
}
/*********************  calender Close  *******************/
span.invalid-feedback {
    position: absolute;
    bottom: -13px;
    left: 0;
    font-weight: 300;
}
