@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
  font-family: "Poppins", sans-serif;
  
}

.full-content {
  width: 100%;
  height: 840px;

  /* margin-left: 90px; */
  /* margin-top: 50px; */
  display: flex;
  /* border:2px solid black; */
}
/* ----- */

/* --------------- */
.sidebar {
  height: 100%;
  border-radius: 10px;
  width: 10%;
  display: flex;
 ;
  position: fixed;
  flex-direction: column;
  /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.Schedules-record {
  border: 1px solid gray;
  height: 115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
}
.Personal-details {
  border: 1px solid gray;
  height: 115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  text-align: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.Notification-record {
  border: 1px solid gray;
  height:115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  text-align: center;
  /* transition: .03s; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}
.Notification-record:hover,
.Remainder:hover,
.Personal-details:hover,
.Appoinment-records:hover,
.Schedules-record:hover,
.Yourworks:hover,.LOGOUT:hover {
  background: linear-gradient(
    90deg,
    rgba(179, 3, 122, 1) 0%,
    rgba(208, 55, 127, 1) 35%,
    rgba(183, 22, 227, 1) 100%
  );

  /* transform: translateX(0.1); */
}
.Remainder {
  border: 1px solid gray;
  height: 115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  text-align: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.LOGOUT{
  border: 1px solid gray;
  height: 115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  text-align: center;

}
.Appoinment-records {
  border: 1px solid gray;
  height: 115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  text-align: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}



.main-content{
  margin-left: 200px;
}
.main-content,
.main-content-user {
  /* border: 2px solid black; */
  height: 100%;
  width: 89%;
  background-color: white;

  /* background-color: #F2F4F1; */
}

.header {
  height: 10%;

  /* border: 2px solid black; */
  width: 100%;
}
.details {
  display: flex;
  flex-direction: row;
  height: 85%;

  width: 100%;
  /* border:2px solid black; */
  justify-content: space-around;
}
.profile-of-artist {
  /* border: 2px solid black; */
  height: 85%;
  width: 28%;
  border-radius: 10px;
  
  margin-top: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list-of-details {
  /* border: 2px solid black; */
  height: 100%;
  width: 68%;
  border-radius: 10px;
  /* display: none;  */
  /* 
 box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.list-of-details2 {
  height: 100%;
  width: 68%;
  border-radius: 10px;
  display: none;
  /* border: 2px solid black; */
  box-shadow: 0 0 10px rgba(0,0,0,.1); 
  background-color: white;
}



.content {
  height: 85%;
  width: 68%;
  border-radius: 10px;
  overflow-y: scroll;
}
.list-of-details4 {
  display: none;
  height: 100%;
  width: 68%;
  border-radius: 10px;
  /* border: 2px solid black; */
  background-color: white;
}
.list-of-details3,
.list-of-details3_user {
  display: none;
  height: 98%;
  width: 68%;
  border-radius: 10px;
  /* border:2px solid black; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list-of-details5 {
  height: 85%;
  width: 68%;
  border-radius: 10px;
  display: none;
  /* border: 2px solid black; */
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list-of-details6{

  height: 100%;
  width: 68%;
  border-radius: 10px;
  display: none;
  /* border: 2px solid black; */
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cancel,
.accepted,
.packages {
  width: 30%;
  /* border: 2px solid black; */
  height: 160px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
}
.info {
  width: 100%;
  /* border: 2px solid black; */
  height: 160px;
  display: flex;
  justify-content: space-around;
  /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.list-of-appoinments {
  width: 96%;
  /* border: 2px solid black; */
  height: 72%;
  margin-top: 20px;
  border-radius: 10px;
  background-color: white;
  overflow-y: scroll;
  /* overflow: scroll; */
  margin-left: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pic-profile {
  height: 120px;
  width: 120px;
  margin-left: 85px;
  margin-top: 40px;
  border-radius: 50%;
}
.profile {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: none;
  margin-left: 30px;
}
#name {
  text-align: center;
}
.permenant-details {
  /* height: 50px;
    width:270px;
    /* border: 2px solid black; */
  /* margin-top: 15px;
    border-radius: 10px;
    margin-left: 20px;
    text-align:start;
    background-color:white;
    border: none;
    font-family: "poppins",sans-serif;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.1); */

  height: 50px;
  width: 300px;
  /* border: 2px solid black; */
  margin-top: 15px;
  border-radius: 10px;
  margin-left: 35px;
  text-align: start;
  background-color: white;
  border: none;
  font-family: "poppins", sans-serif;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head-appoinment {
  height: 70px;
  /* border: 2px solid black; */
}
.information-appoinment {
  height: 80px;
  display: flex;
justify-content: space-around;
  /* border: 2px solid black; */
}
.date {
  /* border: 2px solid black; */
  width: 15%;
  height: 90px;
  text-align: center;
}
.time{
  width: 15%;
  height: 90px;
  text-align: center;
    /* border: 2px solid black; */
}
.location_appoinment{
  width: 25%;
  height: 90px;
}
.name-of-make {
  /* border: 2px solid black; */
  width: 20%;
  height: 90px;
}

.selected_artist_name{
  width:70%;
  /* border: 2px solid black; */
  height: 90px;
  color:#d70f64;
  font-weight: bold;
}
.cost {
  /* border: 2px solid black; */
  width: 10%;
  height: 90px;
}
.update-appoinment button {
  height: 40px;
  width: 120px;
  margin-left: 10px;
  margin-top: 20px;
  background-color: rgb(255, 214, 232);
  border-radius: 15px;
  border: none;
  color: black;
}
.border {
  height: 50px;
  width: 50px;

  border-radius: 50%;
  margin-top: 10px;
  margin-left: 27px;
  border: 2px solid rgb(249, 144, 195);
}

.icon-appoinmnet {
  height: 40px;
  width: 40px;
  margin-left: 5px;
  margin-top: 5px;
}
.head {
  margin-left: 20px;
}
.gathering_informations {
  width: 90%;
  /* border: 2px solid black; */
  height: 86%;
  margin-left: 40px;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 10px;
}
.information-input {
  border-radius: 10px;
  height: 40px;
  width: 280px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 20px;
}



.information-inputs_user{
  border-radius: 10px;
  height: 50px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 20px;
}
textarea {
  height: 150px;
  width: 650px;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}
.Gender {
  height: 50px;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: grey;
  font-size: 14px;
  text-align: center;
  margin-top: 18px;
}
.notifiactionbox {
  width: 100%;
  /* border: 2px solid black; */
  height: 85%;
  overflow-y: scroll;

  /* justify-content: space-evenly; */
  /* display: flex;
  flex-wrap: wrap; */
  background-color: white;
  border-radius: 10px;
}
.hole_notification{height: auto;
  width:100%;
  /* border: 2px solid black; */
  
  
  }
.notifibox {
  height: 100px;
  width: 95%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);



  border-radius: 10px;
  display: flex;
  margin-top: 15px;
}
.notifibox:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.decoration-line {
  height: 80%;

  width: 6px;
  background-color: rgb(212, 43, 91);
  margin-left: 20px;
  margin-top: 5px;
  border: none;
  border-radius: 10px;
}
.Booking-alert {
  margin-left: 20px;
  margin-top: 35px;
}
.notifibox button {
  height: 30px;
  width: 100px;
  border-radius: 30px;
  margin-left: 20px;
  border: 1px solid rgb(212, 43, 91);
  margin-top: 30px;
  color: rgb(212, 43, 91);
  font-family: "poppins", sans-serif;
}
.notifibox button:hover {
  background-color: rgb(212, 43, 91);

  color: white;
}
.img {
  height: 35px;
  width: 35px;
  /* border: 2px solid black; */
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 25px;

  background-color: rgb(241, 118, 153);
}
.fa-solid,
.fa-exclamation {
  font-size: 22px;
  margin-left: 15px;
  margin-top: 7px;
  color: white;
}

.wrapper {
  width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  /* border:2px solid black; */
  height: 520px;
  margin: 0px 50px 50px 80px;
}
.list-of-details2 h2 {
  color: #d70f64;
  margin-left: 30px;
}
.wrapper header {
  display: flex;
  align-items: center;
  padding: 15px 20px 10px;
  justify-content: space-between;
  height: 50px;
}
header .icons {
  display: flex;
}
header .icons span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.icons span:last-child {
  margin-right: -10px;
}
header .icons span:hover {
  background: #f2f2f2;
}
header .current-date {
  font-size: 1.45rem;
  font-weight: 500;
}
.calendar {
  padding: 20px;
  height: 390px;
  width: 450px;
  /* border: 2px solid black; */
  margin-left: 50px;
}
.calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.calendar .days {
  margin-bottom: 20px;
}
.calendar li {
  color: #050202;
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.calendar .weeks li {
  font-weight: 500;
  cursor: default;
}
.calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive {
  color: #d70f64;
}
.days li.active {
  color: #fff;
}
.days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.days li.active::before {
  background: #9b59b6;
}
.days li:not(.active):hover::before {
  background: #f2f2f2;
}
/* ------------------
   
  */







.content-details5 {
  height: 100%;
  width: 90%;
  /* border: 2px solid black; */
  margin: 40px 0px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.remiander-bar {
  width: 95%;
  /* border: 2px solid black; */
  height: 90px;
  border-radius: 20px;
  background-color: #f9ecf3;
  border: 1px solid rgb(162, 162, 162);
}
.remiander-bar:hover {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fa-regular,
.fa-alarm-clock {
  font-size: 20px;
  color: black;
}
.alarm-clock {
  height: 35px;
  width: 35px;
}
.info-remainder {
  margin-top: 0px;
  height: 30%;
  /* border:2px solid black */
}
.info-remainder p {
  margin-left: 20px;
  font-size: 15px;
  margin-top: 2px;
  color: rgba(253, 66, 133, 255);
}
.remainder-text {
  margin-top: 0px;
  height: 50%;
  justify-content: space-around;
  display: flex;
}
.remainder-text h4 {
  margin-left: 20px;
  margin-top: 0px;
  color: #53162c;
}
.icon {
  display: flex;
  font-family: "Poppins", sans-serif;
  height: 37px;
  width: 150px;
  margin-top: 0px;
  justify-content: space-around;
  border-radius: 10px;
  border: none;
  background-color: #ffcbd3;
}
.icon p {
  color: #fe6d88;
}

/* ------------------- */







.list-of-appoinment-user {
  width: 100%;
  /* border: 2px solid black; */
  height: 92%;
  margin-top: 20px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  /* overflow: scroll; */
  /* border:2px solid black; */
}
.sidebar-user {
  /* border:2px solid black; */
  height: 100%;
  border-radius: 10px;
  width: 10%;
  display: flex;
  flex-direction: column;
  /* background-color:rgb(255, 240, 244); */
}


.details_user {
  display: flex;
  flex-direction: row;
  height: 85%;
  width: 100%;
  /* background-color: ; */
  justify-content: space-evenly;
  /* border:2px solid black; */
  /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}

.permenant-details_user {
  height: 50px;
  width: 300px;
  /* border: 2px solid black; */
  margin-top: 15px;
  border-radius: 10px;
  margin-left: 35px;
  text-align: start;
  background-color: white;
  border: none;
  font-family: "poppins", sans-serif;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-details5_user {
  height: 90%;
  width: 97%;
  /* border: 2px solid black; */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}
.list-of-details5_user{

  height:100%;
  width: 70%;
  border-radius: 10px;
  display: none;
/*   
  border: 2px solid black; */
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.div-of-whish{
  width:95%;
  margin-left: 25px;
    /* border: 2px solid black; */
    border-radius: 10px;
    height: 250px;
    margin-top: 30px;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pic-wishlist{
 margin-left: 20px;
 margin-top: 10px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 height:90% ;
  width:35%;

}
.pic-img-wish{
  height: 100%;
  width:100%;
}
.left-content-wishlist{
  /* border: 2px solid black; */
  height:90% ;
  width:58%;
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
}
.left-content-wishlist p{

  margin-top: 5px;
}
.left-content-wishlist button{
  height:40px;
  width:150px;
 

}
.details-artist-wish{
  height:100%;
  width:80%;
  /* border: 2px solid black; */
 
}
.fa-circle-xmark{
  font-size: 30px;
  color:#d70f64;
  opacity: 2;
}
.list-of-details2_user{
  height: 100%;
  width: 68%;
  border-radius: 10px;
  display: none;
  /* border: 2px solid black; */
  box-shadow: 0 0 10px rgba(0,0,0,.1); 
  background-color: white;

}
.photo_vedios{
  height:50px;
  width:100%;
  /* border:2px solid black; */
  display: flex;
  justify-content: space-around;
}
.photos{
  height: 80%;
  width:100%;
  /* border:2px solid black; */
  display: block;
  

}
.vedios{
  height: 80%;
  width:100%;
  /* border:2px solid black; */
  display: none;
}
.pic_post{
  height: 160px;
  width:160px;
  margin-left: 20px;
  display: flex;
 
}

.pic,.vedio{
  box-shadow: 0 0 10px rgba(0,0,0,.1); 
  background-color:white;
  height: 200px;
  width:200px;
border-radius: 10px;
margin-left: 20px;
margin-top: 20px;
position: relative;
display: inline-block;
z-index: 1;
}
.elispse{
  height: 20px;
  width:20px;
  margin-left:87%;
  margin-top: 5px;
  cursor: pointer;
}
.content,.content-vedo{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width:100%;
}
.Yourworks {
  border: 1px solid gray;
  height: 115px;
  width: 80%;
  margin: 8%;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.notification_history{
  height:290px;
  /* border:2px solid black; */
  width:98%;
  display: flex;
  margin-left: 1%;
  justify-content: space-around;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}
.details_list{
height: 90%;
width: 45%;
/* border:2px solid black; */

}
.list{
  height: 90%;
width: 45%;
/* border:2px solid black; */
}
.accepted_record{
  height:90%;
  width:100%;
  /* border:2px solid black; */
  margin-top:30px;
  overflow-y: scroll;

}
.records_1{
  height:205px;
  width:89%;
  /* border:2px solid black; */
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
padding: 20px;
margin-left: 30px;
margin-top: 20px;
background-image: url("../assets/images/cosmetic-beauty-products-makeup-kit-2sn3a8d1w0uxarjw.jpg");
background-position: center;
background-size: cover;
}



.notification_history{
  margin-top: 30px;
}
.booking_history{
  color:#d70f64;
 margin-left: 100px;
 margin-top: 20px;
 margin-bottom: 30px;
}
.bold{
  font-weight: bolder;
  margin-right: 10px;
}
.popup{
  display: none;
  height:340px;
  width:500px;
  position: absolute;
  top:400px;
  left:600px;
  border:2px solid black;
  background-color: white;
  
  border-radius: 10px;
  z-index: 3;
} 
#popup-form{
  background-color: #f2f2f2;
}
.clicked {
  background-color: violet;
}
.days .shaded {
  background-color: lightgray;
}
.showing_list{
height:150px;
/* border:2px solid black; */
margin-top: 50px;
margin-bottom: 50px;
width: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-left: 50px;

}
.div{
  height:auto;
  /* border: 2px solid black; */
  width:1000px;
  position: absolute;
  margin-top: 200px;
  overflow-y: scroll;
  top:700px;
  left:300px;
 border:1px solid grey;
 
}
.showing_list p{
  margin-left: 30px;
  padding-top: 10px;
}
.div h1{
  text-align: center;
  color:#d70f64
}
span{
  font-weight: bolder;
  margin-right: 30px;
}
#popup-event-name{
  height: 40px;
  width:270px;
margin-left: 100px;
margin-top: 20px;
}
#popup-time{
  height: 40px;
  width:270px;
  margin-left: 100px;
margin-top: 20px;
}
.btn{
  height: 40px;
  width:150px;
  margin-left: 170px;
margin-top: 40px;
}
.blur {
  filter: blur(4px); /* Adjust the blur strength as needed */
}

.list-of-details6_user {
  height: 100%;
  overflow-y: scroll;
  width: 70%;
  border-radius: 10px;
  display: none;
  /* border: 2px solid black; */
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content_booking_history{


  height:85%;
  width: 100%;
  /* border:2px solid black; */
}
.content_confirmed{
  height:250px;
  width:90%;
  /* border:2px solid black; */
margin-left: 20px;
margin-top: 30px;
border-radius: 30px;
background-image:  url("../assets/images/Untitled.png");
background-position:inherit;
background-size: cover;
background-repeat: no-repeat;
padding: 20px 20px 20px 20px;
}

#approve-btn,#reject-btn{
  height:40px;
  width:130px;
  border:2px solid black;
  border: none;
  color:white;
  background-color: #d70f64;
  border-radius: 5px;
  font-family:"Poppins", sans-serif ;
  font-weight: bolder;
  /* color: #f13291; */
  cursor: pointer;
}

.blur {
  filter: blur(15px);
  z-index: 1;
}
.information_about_booking{
  height:100%;
  width:40%;
  /* border:2px solid black; */
}
.count_information,.count_information2,.count_information3{
  height:30%;
  width:100%;
  /* border:2px solid black; */
  display:flex;

}
.box_color_passed,.upcomming_color,.total_color{
  height:20px;
  width:20px;
  /* border:2px solid black; */
background-color:  rgba(54, 162, 235, 0.8);
margin-left: 10px;
margin-top: 15px;

}

.upcomming_color{

background-color:rgba(253, 234, 89, 0.8)
}
.total_color{
  background-color: rgba(241, 50, 145, 1);
}
.count_info{
  height:90%;
  width: 80%;
  /* border:2px solid black; */
 margin-left: 30px;
}


.dropdown-content {
  display: none;
  position: relative;
  background-color:aliceblue;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* padding: 12px 16px; */
  z-index: 1;
  border-radius: 15px;
 
  
}


.pic:hover .dropdown-content {
  display: block;

}
.delete{
  height:100%;
  width:100%;
  padding: 8px 12px;
  border: none;
  background-color:aliceblue;
  /* color:black; */
  border-radius: 15px;
  color:#d70f64;
  font-family:"Poppins", sans-serif ;
}
.bolding_letters{
  color:#341241;
  margin-left: 10px;
  font-weight: 300;
}
.content_confirmed{
 color:#d70f64;
 font-weight: bolder;

};

