@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap");

:root {
  --sub-color: #e9e9ec;
  --black-color: #000;
  --purple: #5856d6;
}

body {
  font-family: "Tajawal", sans-serif;
  /* font-weight: 600; */
  background-color: rgb(247, 247, 247) !important;
}

.hoverable-small {
  position: relative;
  display: block;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border: 0px solid #000;
  border-radius: 50%;
}

.img-small {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: transform 1.5s;
}

.hoverable-small .hover-text {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hoverable-small .background {
  position: absolute;
  display: none;
  inset: 0;
  background-color: #ffffff80;
  pointer-events: none;
  border-radius: 50%;
  z-index: 1;
}

.headerDashboard .navbar .nav-item .nav-link:hover {
  background-color: #d2eeff;
  color: #5856d6;
}

.headerDashboard .navbar .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: Tajawal, sans-serif;
}

.logo-img {
  width: 45px;
}

.padding-li {
  padding: 15px 10px;
}

.branch-name {
  font-size: 14px;
}

/* .chart {
    border: 3px solid royalblue;
  } */
.h3-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.staticstics-h3 {
  font-size: 18px;
  background: #ddd;
  padding: 5px 10px;
  font-weight: 600;
  color: var(--black-color);
}

.date-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  height: 36px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-color);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;

  border-collapse: collapse;
}

thead {
  text-align: start !important;
  border-color: inherit;
  color: var(--black-color);
}

tr {
  color: var(--black-color);
}

th {
  color: var(--black-color) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 20px 0px !important;
}

table.table-sm td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.ratio-occupancies {
  max-height: 385px;
  overflow: auto;
}

.staticstics {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: var(--black-color) !important;
}

.place-ul {
  background-color: var(--sub-color);
  width: 190px;
  margin: 15px 0 0;
  padding: 3px;
  border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: white !important;
  color: var(--black-color) !important;
}

.place-ul li button {
  color: var(--black-color);

  font-size: 14px;
  font-weight: 600;

  border-radius: 10px;
}

.place-ul-two {
  background-color: var(--sub-color);
  width: 100%;
  margin: 15px 0 0;
  padding: 3px;
  border-radius: 10px;
}

.place-ul-two li button {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px;
  border-radius: 10px;
}

.direction {
  direction: ltr;
}

.owl-carousel .item {
  height: 10rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;

  font-size: 13px;
  margin: 0;
  height: 37px;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #ddd;
  color: #000;
  line-height: 15px;
  white-space: initial;
  position: relative;
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
}

.owl-carousel .item button {
  border: 0;
  background-color: transparent;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  /* position: absolute;
 font-size: 18px !important; */
  font-size: 30px !important;

  border: 0px solid #ccc;
  color: #333;
  font-size: 14px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 4px 7px;

  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav {
  text-align: center !important;
}

/* .active-category{
    background-color: var(--black-color) ;
    color: white !important;
}
.active-category button{
    color: white;
} */
.active-category,
.active-category button :hover {
  background-color: var(--black-color);
  color: white;
}

.services-list {
  font-size: 14px;
  margin: 10px 0 0;
  padding: 1px;
  color: #111;
  line-height: 20px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 2px #cecece;
  border: 1px solid #f9f9f9;
  border-radius: 6px;
  background: #f9f9f9;
}

.parent-list {
  background-color: white;
  padding: 20px;
}

.price {
  color: #5b73e8;
}

.salon-branch {
  width: 100%;
}

.salon-branch button {
  width: 100%;
  border: 0;
  padding: 7px;
  background-color: #38383a;
  color: white;
  border-radius: 8px;
}

.input-group {
  margin-bottom: 15px;
  /* background: #f5f5f5; */
  border-radius: 30px;
  position: relative;
  overflow: hidden;

  margin-bottom: 15px;

  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  font-size: 13px;
  background: #f5f5f5;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.search-btn {
  border: 0;
  box-shadow: 0 !important;
}

.btn:hover {
  box-shadow: 0 !important;
}

.second-part {
  background-color: white;
}
.dropdown-ul {
  border-radius: 35px;
}
.rounded-user {
  background-color: #dfeef7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #5b73e8;
  font-weight: 600;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.client-serach {
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-right: 3px solid #ef7067;
  padding: 0px 15px;
}

.client-text-align {
  text-align: right;
}

.ul-list-item a {
  background-color: white !important;
}

hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid black;
}

.add-new-client-btn {
  background-color: #e6f1f8;
  margin: 5px auto;
  color: #5e5ce6;
  border-radius: 16px;
  box-shadow: none;
  font-weight: 600;
  padding: 10px 30px;
  font-size: 14px;
}
.new-client-data {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  border-right: 3px solid #ef7067 !important;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.modal-border {
  border-radius: 30px;
  padding: 7px;
}
.btn-save {
  background-color: #5856d6;
  width: 100%;
  border-radius: 47px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.btn-save:hover {
  background-color: #5856d6;
  width: 100%;
  border-radius: 47px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.add-more-client-info {
  color: #5856d6;
  border: 0;
  background: transparent;
  font-weight: 600;
}
.switch input {
  display: none;
}
.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 8px;
  transform: translateY(50%);
  position: relative;
}
/* Style Wired */
.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #777;
  border-radius: 30px;
  transform: translateX(-30px);
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(30px);
  background: #5856d6;
}
input:checked + .slider {
  box-shadow: 0 0 0 2px #5856d6, 0 0 2px #5856d6;
}

/* Style Flat */
.switch.flat .slider {
  box-shadow: none;
}
.switch.flat .slider:before {
  background: #fff;
}
.switch.flat input:checked + .slider:before {
  background: white;
}
.switch.flat input:checked + .slider {
  background: #5856d6;
}
.without-client {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--black-color);
  font-weight: 600;
  padding: 0 5px;
}
.appointment-img {
  margin-top: 100px;
}
.appointment-img img {
  width: 300px;
}
.service-details {
  border: 1px solid #dedee0;
  border-radius: 15px;
  padding: 10px 25px;
  margin-bottom: 10px;
}
.choose-service {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 600;
}
.block-service-item label {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 600;
}
.block-service-item-price {
  color: var(--black-color);
}
.block-service-item {
  border: 1px solid #dedee0;
  border-radius: 6px;
  padding: 3px 6px;
  margin-bottom: 10px;
}
.form-input {
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  border: 0px solid #fff;
  padding: 0;
  border-right: 0px solid #fff !important;
}
.discount-form-input {
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  border: 1px solid #f4f3f3;
  padding: 0;
}
.dateTime {
  height: 35px;
  margin-top: 0;
  border-radius: 4px;
  padding: 3px;
  border: 0;
}
.select-employee {
  border-right: 3px solid #ef7067;
  font-size: 13px;
}
.select-room {
  font-size: 13px;
}
.total-service {
  border: 0px solid #ddd;
  font-weight: 600;
  font-size: 15px;
  color: #111;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}
.delete-btn {
  background: #ffffff;
  padding: 4px;
  line-height: 5px;
  color: #ff554b;
  margin: 0 0 1px 2px;
  font-size: 13px;
  box-shadow: none;
  border: 1px solid #eee;
}
.fees-lable {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 5%;
}
.fees-lable2 {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-left: 10%;
}
.discount-form-input2 {
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  border: 1px solid #f4f3f3;
  padding: 0px 5px;
}
.btn-upload {
  background-color: transparent;
  border: 1px dashed;
  border-color: #dedee0;
}
.pay-btn {
  background-color: #302f2f;
  color: white;
}
.service-footer {
  background-color: var(--sub-color);
  padding: 30px;
}
.btnUpload {
  font-weight: 600;
  font-size: 14px;
  background-color: #d2eeff;
  color: #5567cd;
  padding: 15px 30px;
}
.attachment-modal-body {
  width: 70%;
}
.product-image {
  width: 60px;
  height: 60px;
}
.date-label {
  color: var(--black-color);
  font-weight: 600;
}
.calender-hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 3px solid #dedede;
}
.completed-color {
  background-color: #b8ffbc;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-top: 5px;
  margin-inline-end: 5px;
}
.confirmed-color {
  background-color: #d1e8ff;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-top: 5px;
  margin-inline-end: 5px;
}
.not-confirmed-color {
  background-color: #fae3e3;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-top: 5px;
  margin-inline-end: 5px;
}
.canceled-color {
  background-color: #ddd;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-top: 5px;
  margin-inline-end: 5px;
}
.not-attended-color {
  background-color: #fff5a1;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-top: 5px;
  margin-inline-end: 5px;
}
.calender-table {
  border: 2px solid #eee;
  width: 100%;
  text-align: center;
}
.calender-table td {
  border: 2px solid #eee;
  text-align: center;
  padding: 30px;
}
.calender-table th {
  border: 2px solid #eee;
  text-align: center;
}
.table-body tr td:hover {
  background-color: var(--purple);
  color: white;
}
.calender-content {
  background-color: rgba(252, 252, 252, 0.955);
  border-radius: 20px;
  height: 85vh;
  overflow: auto;
}
.info {
  color: rgb(42, 139, 166);
}
.btn-calender {
  padding: 10px 20px !important;
  font-size: 14px !important;
  text-transform: capitalize;
  background: #5856d6 !important;
  color: #fff !important;
  border-radius: 3px !important;
}
.btn-calender:hover {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: capitalize;
  background: #5856d6;
  color: #fff !important;
  border-radius: 3px;
}
.search-input-section .btn {
  box-shadow: none !important;
  background-color: #f5f5f5 !important;
}
.current-user-select {
  background-color: #f5f5f5 !important;
  border:none !important;
  border-color: #f5f5f5 !important ;
}
.date-fillter input {
  height: 36px;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important ;
}
.search-table-btn {
  background-color: #80db9a !important;
  color: #fff !important;

  padding: 5px;
  width: 100%;
}
.appointment-table {
  /* border: 2px solid #eee; */
  width: 100%;
  text-align: center;
}

.appointment-table td {
  border: 2px solid #eee;
  text-align: center;
  padding: 10px;
}
.appointment-table thead td {
  color: white;
  background-color: var(--black-color);
  text-align: center;
}
.table-body tr td:hover {
  background-color: var(--purple);
  color: white;
}
.completed-slot {
  background-color: #b8ffbc;
}
.confirmed-slot {
  background-color: #d1e8ff;
}
.not-confirmed-slot {
  background-color: #fae3e3;
}
.canceled-slot {
  background-color: #ddd;
}
.not-attended-slot {
  background-color: #fff5a1;
}
.table > :not(:last-child) > :last-child > * {
  text-align: center !important;
  background-color: var(--black-color);
  color: white !important;
  border: 2px solid #eee;
}
.btn-open-shift {
  background-color: #5856d6 !important;
  color: #eee !important;
  border-radius: 30px;
  padding: 10px 30px !important;
  font-weight: 600;
  font-size: 14px !important;
  margin: 5px !important;
  box-shadow: none;
  border: 0;
}
.tabs-nav {
  background-color: white;
  height: 90vh;
}
.tabs-nav .nav {
  display: block;
}
.tabs-style {
  border: 1px solid var(--sub-color);
}
.tabs-nav-item {
  border-bottom: 1px solid var(--sub-color) !important;
  width: 100%;
  padding: 20px 10px;
  text-align: right;
}
.tabs-nav-item:focus {
  border-right: 3px solid var(--purple);
  color: var(--purple) !important;
}
.btn-sub-menu {
  background: #d2eeff;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #5b73e8;
  border: 0;
}
.dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item:last-child {
background-color: rgb(230, 241, 248);
color: var(--purple) !important;
}
.dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item:last-child:hover{
  background-color: rgb(230, 241, 248);
color: var(--black-color) !important;
}
.btn-modal-opne{
  background-color: #5b73e8;
  border-radius: 10px;
  width: 100%;
  margin: 30px 0 15px;
  color: #fff;
  padding: 7px;
  border: 0;
}
.input-border{
  height: 36px;

}
.shift-info{
  background-color: white;
  border-radius: 30px;
  padding:15px;
}
.header-span{
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
}
.closed-span{
  color: #ea6157;
  font-size: 14px;
  font-weight: 600;
}
.shift-info-header{
  border-bottom: 1px solid var(--sub-color);
}
.shift-info-details-span{
  color: var(--black-color);
  font-weight: 600;
}
.shift-info-details{
  border-radius: 20px;
  border-bottom: 1px solid var(--sub-color);
}
.shift-info-details:hover{
  background-color: #f5f5f5;
 
}
.modal-div{
  border: 1px solid var(--sub-color);
  margin-bottom: 10px;
  padding: 10px;
}
.modal-row-content{
  border-bottom: 1px solid var(--sub-color);
  padding: 10px 0px;
}
@media (min-width: 576px){

 .custom-modal .modal-dialog {
    max-width: 750px !important;
    margin: 1.75rem auto !important;
  
  }
}

.custom-modal .modal-content {
border-radius: 25px;

}
.close-moddal button{
  background-color: #d2eeff;
  color: #5856d6!important;
  border-radius: 12px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  margin: 5px!important;
  box-shadow: none;
  border: 0;
}
.break-shift-info-details{
  margin: 20px 0px;
}
.custom-modal .modal-body{
  height: 600px;
  overflow: auto;
}
.sub-side-menu{
position: fixed;
right: 180px;
width: 220px;
z-index: 1030;
background-color: white;
top: 8vh;
display: none;
/* opacity: 0; */
padding: 10px;
transition:all .600s  ease;
margin-right: 10px;
border-radius: 6px 6px 0 0;
height: 90vh;
touch-action: none;
user-select: none;
-webkit-user-drag: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-inline-end: 1px solid #ddd;
overflow: auto;
}
.main-content{
  transition: .500s  ease; 
}
.sub-side-menu ul{
list-style: none;
padding: 0;
}
.sub-side-menu ul li{
  padding: 10px 0px;
  color: var(--black-color) ;
  font-weight: 600;
  font-size: 13px;
}
.sub-side-menu ul li a{
  padding: 10px 4px;
  color: var(--black-color) !important;
  font-weight: 600;
  font-size: 13px;
}
.sub-side-menu ul li:hover{
  background-color: #e6f1f8;
  border-right: 2px solid var(--purple);
  color: var(--black-color);
}
.header-title span{
color: var(--black-color);
font-weight: 600;
}
.header-nav{
  color: var(--black-color);
  font-weight: 600;
}
.buttons-columnVisibility{
  background-color: white !important;
}
.buttons-columnVisibility:hover{
  background-color: #e6f1f8 !important;
}
.buttons-html5{
  background-color: var(--sub-color) !important;
  color: var(--black-color) !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-right: 2px;
}
.buttons-colvis{
  background-color: var(--sub-color) !important;
  color: var(--black-color) !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-right: 2px;
}
.buttons-pdf{
  display: none !important;
}
.actions-btn{
  border: 0;
  background-color: transparent;
  color: gray;
  font-size: 18px;
}

.custom-modal-body .nav-pills .nav-link.active{
  background-color: #000 !important;
  color: white !important; 

}
.model-card{
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}
.client-imagee{
  position: relative;
}
.client-imagee img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid var(--black-color);
}
.hoverable-text{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: none;
    color: var(--black-color);
  }
  .hoverable-background{

    position: absolute;
    display: none;
    inset: 0;
    background-color: #ffffff80;
    pointer-events: none;
    border-radius: 50%;
    z-index: 1;
  }
  .client-imagee:hover .hoverable-text {
    display: inline-block;
  }
  .client-imagee:hover .hoverable-background {
    display: block;
  }
 input.custom-checkbox{
  height: 36px;
  display: block;
  width: 36px;
 }
 .input-right-border{
  border-right: 3px solid #ef7067;
 }
 .modal-content label{
  color: var(--black-color);
  font-weight: 600;
 }
 .finger-print-report-input{
  padding: 0.375rem 0.75rem;
    font-size: 14px;
    height: 36px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 .btn-report-all{
  background: #f5f5f5;
    display: block;
    width: 100%;
    padding: 8px;
    box-shadow: none;
    border-radius: 25px;
    margin-top: 23px;
    cursor: pointer;
 }
 .highlight-item{
  background-color: #5567cd;
  color: white !important;
 }
 .highlight-item:hover{
  background-color: #5567cd;
  color: var(--black-color) !important;
 }
 label{
  color: var(--black-color);
  font-weight: 600;
 }
.btn-back button{
  color: #3f51b5;
    background-color: #e6e6ff!important;
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 15px;
}