.view-dropdown-parent {

  position: relative;
  display: inline-block;
}

.meeting-left-part .invite-full-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: max-content;
  vertical-align: bottom;
  position: relative;
  box-shadow: unset;

}

span.invitees-close-new {
  right: 0;
  position: absolute;
}

#meetingpopup-modal .icon_key_red {
  margin-left: 0.3rem !important;
}

/*create meeting description css*/
.note-fullscreen,
.note-insert,
.note-help,
.note-height {
  display: none !important;
}

/*create meeting description css end*/
.countAttending {

  font-size: var(--font-size-13);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--slate-gray);
  padding-left: 2.6rem;
  margin-top: 0.5rem;
}


.activeclick {
  cursor: pointer;
  max-height: 4.5rem;
}

.delete-meeting {
  -webkit-text-decoration-line: line-through;
  /* Safari */
  text-decoration-line: line-through;
}

/*file attachment in popup*/
.desc-100-char {
  position: absolute;
  right: 2.2rem;
  top: 0rem;
  color: var(--slate-gray);
}

/* upload calendar */
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .upload-file-calendar-section {
  position: relative;
  top: 22rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 4rem;
}

.upload-calendar-label {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.upload-calendar-main-label {
  display: block;
}

.organizerkey {
  position: absolute;
  top: -0.5rem;
  left: 3.4rem;
  z-index: 99;
  height: 1.4rem;
  border-radius: 0rem;
  padding: 0.4rem 0.7rem !important;
  background: url(../../images/key.png) no-repeat right top;
  background-size: 100% 100%;
}

.upload-file-calendar {
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);
  padding: 1.4rem 1.9rem;
  cursor: pointer;
  margin-top: 1rem;
  width: 50%;

}

.ulpoad-calender-icon {
  float: right;
  cursor: pointer;

}

.upload-file-label-name {
  float: left;
  margin-top: -0.7rem;
  cursor: pointer;
  color: var(--brown);
  font-weight: 500;
}

.upload-file-calendar-user {
  position: absolute;
  top: 6.7rem;
  left: 0rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: scroll;
  height: 7.4rem;
  bottom: 0rem;
}

.upload-file-calendar-user::after {
  content: '';
  display: table;
  clear: both;
}

.border-file-upload {
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);

  margin-top: 0.5rem;
}

.file-upload-inner {
  padding: 0.6rem 1.9rem;
}

.calendar-file-size {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--slate-gray);
}

.calendar-file-name {

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.user-close-icon-section {
  text-align: right;
  cursor: pointer;
}

.user-close-icon {
  margin-top: -2.8rem;
}

/* upload calendar */
#meetingpopup-modal .file-attach-load {
  border-radius: 0.1rem;
  border: solid 0.1rem var(--gray);
  padding: 0.5rem 0.5rem;
  margin-left: 2.6rem;
  width: 59%;
  max-height: 4rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#meetingpopup-modal .left-imgg-mb {
  display: flex;
  padding: 0.5rem 0.5rem;
}

#meetingpopup-modal .left-imgg-mb h3 {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0 !important;
}

#meetingpopup-modal .left-imgg-mb p {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: var(--slate-gray);

  margin-bottom: 0;
  margin: 0;
}

#meetingpopup-modal .down-load-img {
  margin-top: 0;
  cursor: pointer;
  margin-right: 0.8rem;
}

.file-attach-load {
  border-radius: 0.1rem;
  border: solid 0.1rem var(--gray);
  padding: 0.5rem 1.5rem;
  margin-left: 2.6rem;
  width: 59%;
  height: 5.6rem;
  margin-top: 1rem;
}

.left-imgg-mb {
  float: left;
}

.down-load-img {
  float: right;
  margin-top: 1.1rem;
  cursor: pointer;
}

.left-imgg-mb h3 {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.left-imgg-mb p {
  font-size: var(--font-size-15);
  margin: 0.5rem 0 0.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--slate-gray);

}

/*file attachment end*/
.Rectangle-Copy-2 {
  width: 129.4rem;
  height: 6.6rem;
  border-radius: 0.3rem;
  background-color: var(--white);
}

*/ #monthviewAllMeetings .chevron-left {
  margin-left: 3rem;
  padding: 1rem;
}

#monthviewAllMeetings .chevron-right {
  margin-left: 2.8rem;
  padding: 1rem;
}

.chevron-right,
.chevron-left {
  cursor: pointer;
}

.meetingpopup-desc {
  margin-left: 1.3rem;
}

#monthviewAllMeetings .month-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  display: inline-block;
}

#monthviewAllMeetings .button-right {
  float: right;
}

#monthviewAllMeetings .Box {
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
}

#monthviewAllMeetings .Box .New-Event {


  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;

  font-weight: 600;

  text-align: center;
  color: var(--white);
}

#monthviewAllMeetings .calendar {
  padding: 1.5rem;
  background-color: var(--white);
  border: 0.1rem solid var(--gray);
}

#monthviewAllMeetings .Box2 {

  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  margin-left: 1rem;
}

#monthviewAllMeetings .Box2 .Check-Availability {


  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--dark-gray);

}

#monthviewAllMeetings .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);

  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

#monthviewAllMeetings .dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

#monthviewAllMeetings .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  transition: 0.3s ease;


}

#monthviewAllMeetings .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

#monthviewAllMeetings .dropdown-btn .dropdown li {
  z-index: 1;
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;


}

#monthviewAllMeetings .dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

#monthviewAllMeetings .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

#monthviewAllMeetings .dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

#monthviewAllMeetings .dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

#monthviewAllMeetings .dropdown-btn .dropdown a {
  display: block;
  padding: 1.6rem 0;
  color: var(--slate-gray);

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;


}

#monthviewAllMeetings .bg {
  background-color: var(--dark-white);
  border-top: 0.1rem solid var(--gray);
  /* border-right: 1px solid var(--gray); */
  padding: 0;
  padding-right: 0rem;
}

.month-header-container {
  width: 100%;
  /* max-width: 99.722%; */
  float: right;
}

.month-header-container1 {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 24.188rem);
  overflow: auto;
  /* overflow-y: scroll; */
}

#monthviewAllMeetings .bg .base,
#monthviewAllMeetings .bg .base2,
#monthviewAllMeetings .days-bg .base,
#monthviewAllMeetings .days-bg .base2 {
  border-bottom: 0.2rem solid var(--dark-slate-gray);
}

.days-bg {
  max-width: 99.9% !important;
}

#monthviewAllMeetings .bg .base,
#monthviewAllMeetings .days-bg .base {
  width: 14.28155%;
  height: 5.9rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  /* border-left: 0.1rem solid var(--gray); */
  border-bottom: 0.1rem solid var(--gray);
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
}

#monthviewAllMeetings .bg .base2,
#monthviewAllMeetings .days-bg .base2 {
  width: 14.2810%;
  height: 5.9rem;
  padding: 2rem;

}

#monthviewAllMeetings .bg .base,
#monthviewAllMeetings .bg .base2 {
  text-align: center;
}

#monthviewAllMeetings .days-bg .base,
#monthviewAllMeetings .days-bg .base2 {
  text-align: right;
}


#monthviewAllMeetings .bg .days {
  width: 18.5rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3rem;
  text-align: center;
  color: var(--black);
}

#monthviewAllMeetings .tp {
  /* margin-top: 1.6rem; */
  /* float: right; */
}

#monthviewAllMeetings .days-bg {
  /* background-color: var(--white); */
  padding: 0;
  /* height: calc(100vh - 23rem);
  overflow-y: scroll;  */
}

.bodyPadddingTop {
  padding: 1.2rem 0;
}


#monthviewAllMeetings .days-bg .days {
  width: 0.9rem;
  height: 1.8rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--black);
  display: inline-block;
  padding-bottom: 2.5rem;
}

#monthviewAllMeetings .days-bg .base,
#monthviewAllMeetings .days-bg .base2 {
  /* min-height:13rem; */
  text-align: left;
  max-height: 100%;
  height: calc(100% - 80.5%)
}

#monthviewAllMeetings .month-day-listing {
  width: 100%;
  padding: 0;
}

#monthviewAllMeetings .month-day-listing .month-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#monthviewAllMeetings .days-bg .base .days.oval,
#monthviewAllMeetings .days-bg .base2 .days.oval,
#leftMonthView .oval {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--color-error-bg);
  /* padding-top: 0.6rem; */
  border-radius: 50%;
  color: var(--red);
  text-align: center;
  line-height: 2.5rem;
  /* margin-bottom: 2rem; */
  display: inline-block;
  position: relative;
  top: -0.5rem;
  border-radius: 100% !important;
}

#leftMonthView .oval {
  top: 0.1rem;
}

.selectCurrentDate {
  /* border: 0.1rem solid var(--red); */
  /* padding: 0.5rem 0.8rem; */
  border-radius: unset !important;
}

.event-listing-div {
  position: absolute;
  left: 0.1rem;
  top: 5rem;
  width: 100%;
}

.event-listing-span {
  float: left;
  background-color: var(--gray);
  font-size: var(--font-size-13);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.4; */
  color: var(--black);
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  margin-bottom: 0.1rem;
  border-radius: inherit;
  text-align: left;
  width: 99%;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  cursor: pointer;
  clear: both;
  /* border-left: 0.5rem solid #EE4136; */
  display: flex;
  flex-direction: column;
}

.conflict-listing-span {
  float: left;
  background-color: rgb(from var(--color-brand) r g b / 65%);

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  padding: 0.4rem;
  margin-bottom: 0.2rem;
  text-align: left;
  max-height: 1.8rem;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  clear: both;
}

.event-listing-span .event-listing-span-red-dot,
.conflict-listing-span .event-listing-span-red-dot {
  background-color: var(--red);
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  margin-right: 0.6rem;
  border-radius: 50%;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.threedots {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  font-size: var(--font-size-23);
  color: var(--red);
  font-weight: 600;
  padding: 0rem 0.5rem;
  line-height: 1.5rem;
  right: 0;
}

.dot-dot img {
  width: 1.8rem;
  height: 1.8rem;
}

.monthMeetingTitle {
  font-weight: 600;
}

/*meeting popup*/
.calendarModalPop {
  position: fixed;
  margin-top: 0rem;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.2rem;
  background-color: rgb(from var(--black) r g b / 80%);
  z-index: 999;
}

.inactiveCalendarDate{
  opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: none;
}

.meetingpopup-center {
  margin: auto;
  width: 60%;
}

/* The Modal (background) */
.meetingpopup-modal {

  position: absolute;
  z-index: 9;
  width: 60rem;
  /* width: 30%; */
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);
  overflow: auto;
  margin-top: 0 !important;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  max-height: 100%;

}

@media(min-width:1024px) and (max-width:1200px) {
  .meetingpopup-modal {
    width: 58rem;
    /* width: 45% !important; */
    height: auto;
  }
}

@media(min-width:721px) and (max-width:1023px) {
  .meetingpopup-modal {
    width: 52rem;
    /* width: 80% !important; */
    height: auto;
  }

  .attachment-icon-meeting {
    top: 0.3rem !important;
  }
}

@media(max-width:720px) {
  .meetingpopup-modal {
    width: 52rem;
    /* width: 80% !important; */
    height: auto;
  }
}

/* Modal Content */
.calendarModalPop .meetingpopup-modal-content {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.meetingpopup-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 1.6rem 2.2rem;
  /* padding: 3px; */
  /*border: 0.1rem solid #888;*/
  /* width: 558px; */
  width: 100%;
}

/* The Close Button */
.meetingpopup-close {
  /* color: #aaaaaa; */
  /* float: right; */
  font-weight: 400;
  /* width: 1.3rem; */
  /* height: 1.3rem;
    padding: ab;
    position: absolute; */
  /* right: 3.6rem; */
  /* top: -0.5rem; */
  /* right: 2.6rem;
    top: 2.9rem; */
    display: flex;
}

.meetingClose {
  font-size: inherit;
}

/* .sharemeetingcall{
  margin-right: 3.5rem !important;
} */
.meetingpopup-close:hover,
.meetingpopup-close:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}

.meetingpopup-modal-content .meetingpopup-heading {
  margin-top: 4.9rem;
}

.meetingpopup-heading {
  margin-top: 0rem !IMPORTANT;
}

.updownArrow {
  transform: rotate(180deg)
}

@media(max-width:1023px) {
  .meetingpopup-modal-content .meetingpopup-heading {
    margin-top: 6%;
  }
}

@media(max-width:720px) {
  .meetingpopup-modal-content .meetingpopup-heading {
    margin-top: 6%;
  }
}


.meetingpopup-modal-content .meetingpopup-heading .meetingpopup-Oval {
  background-color: var(--red);
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  margin-right: 0.4rem;
  border-radius: 50px;
  margin-top: 0.9rem;
  margin-left: 0.5rem;
}

.meetingpopup-modal-content .meetingpopup-heading .meetingpopup-title {
  padding-left: 1rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
  white-space: normal;
  word-break: break-word;
  width: 96%;
  display: inline-block;
}

.meetingpopup-modal-content .meetingpopup-day {
  padding-top: 0.5rem;
  padding-left: 2.4rem;
}

.meetingpopup-modal-content .meetingpopup-day .meetingpopup-date {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--slate-gray);
}

.meetingpopup-organiser {
  padding-top: 1.6rem;
  /* padding-bottom: 1rem;*/
  width: 100%;
}

.total-participants {
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  margin-top: 2rem;
}

.total-participants-style {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);

}

.meetingpopup-organiser .meetingpopup-user-icon {
  /* background-image: url(../../images/add-user.svg) !important; */
  /* background-size: 90% 100% !important; */
  /* padding: 0rem 0.8rem !important; */
  /* background-repeat: no-repeat; */
  position: relative;
}

.meetingpopup-organiser .meetingpopup-user-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
  margin-left: 0.9rem;
}

.meetingpopup-organiser .meetingpopup-invited {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--slate-gray);
  padding-left: 0.5rem;
}

.meetingpopup-user {
  padding-left: 1.3rem;
  width: 100%;
  /* overflow-x: hidden;
  max-height: 28.5rem;
  max-height: 20rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.meetingpopup-user .meetingpopup-single-user {
  width: 100%;
  float: left;
  /* padding-top: 1.6rem; */
  padding-right: 1rem;
  padding-left: 1.4rem;
}

.meetingpopup-user .meetingpopup-single-user .meetingpopup-user-image {
  width: 9%;
  float: left;
  position: relative;
  margin-top: 0.6rem;
}

.meetingpopup-user .meetingpopup-single-user .meetingpopup-user-image img {
  padding: 0.2rem;

  border: none;
  border-radius: 0.3rem;
  height: 4.8rem;
  width: 4.8rem;
}

.meetingpopup-user .meetingpopup-single-user .meetingpopup-user-detail {
  padding: 0.1rem;
  width: 70%;
  float: left;
  margin-left: 1.2rem;
}

.meetingpopup-user .meetingpopup-single-user .meetingpopup-user-detail .meetingpopup-user-name {

  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
  display: inline-block;

  font-size: var(--font-size-15);
  margin-bottom: 0.2rem;
}

.meetingpopup-user .meetingpopup-single-user .meetingpopup-user-detail .meetingpopup-user-position {

  font-size: var(--font-size-15);
  font-weight: 400;
  /* font-stretch: normal; */
  /* font-style: normal; */
  line-height: 1.9rem;
  color: var(--brown);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}

.meetingpopup-user .meetingpopup-single-user .meetingpopup-org-name {
  float: right;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.meetingpopup-description {
  margin-top: 1.6rem;
}

.meetingpopup-description-heading {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
}

.meetingpopup-description .meetingpopup-description-heading .meetingpopup-desc {
  margin-left: 1.3rem;

}

.meetingpopup-description .meetingpopup-description-heading .meetingpopup-description-icon {
  background-image: url(../../images/align-left.svg) !important;
  background-size: 100% 100% !important;
  padding: 0rem 0.8rem !important;
  background-repeat: no-repeat;
  position: relative;
}

.meetingpopup-description .meetingpopup-description-details,
.meetingpopup-notification .meetingpopup-description-details {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86rem;
  color: var(--slate-gray);
  padding-left: 2.4rem;
  margin-top: 0.8rem;
  max-height: 10.2rem;
  height: auto;
  /* overflow-y: scroll; */
}

.meetingpopup-notification .meetingpopup-description-details {
  padding-left: 0rem !important;
}

.meetingpopup-notification {
  padding-top: 1.6rem;
}

#meetingpopup-modal .attachment {
  max-height: 10.2rem;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}

.meetingpopup-notification .meetingpopup-notification-icon {
  /* background-image: url(../../images/notification.svg) !important; */
  /* background-size: 72% 100% !important; */
  /* padding: 0rem 0.8rem !important; */
  /* background-repeat: no-repeat; */
  position: relative;
}

.meetingpopup-notification .meetingpopup-notification-content {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
  padding-left: 1.3rem;
}

.meetingpopup-attending {
  border-radius: 0.3rem;
  background-color: var(--dark-white);
  width: 100%;
  height: 5.2rem;
}

.meetingpopup-attending .meetingpopup-attending-title {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
  width: 15%;
  float: left;
  padding: 1.6rem 2rem 0rem 2rem;
}

.meetingpopup-attending .meetingpopup-attending-content {
  float: right;
  padding: 1.6rem 1.3rem 1.6rem 1.6rem;
}

.meetingpopup-attending .meetingpopup-attending-content .meetingpopup-accept,
.meetingpopup-attending .meetingpopup-attending-content .meetingpopup-decline,
.meetingpopup-attending .meetingpopup-attending-content .meetingpopup-tentative {
  padding: 1rem 1.5rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86rem;
  color: var(--dark-gray);
  cursor: pointer;
  border: 0.1rem solid var(--dark-gray);
  border-radius: 0.3rem;
  background: var(--white);
  margin-right: 1rem;
}

.meetingpopup-notifyme {
  width: 100%;
  float: right;
  border-top: var(--dark-white) 0.1rem solid;
  margin-right: 1rem;
}

.meetingpopup-notifyme .meetingpopup-box {

  /* width: 8.2rem; */
  /* height: 3.7rem; */
  /* border-radius: 0.3rem; */
  /* border: solid 1.5px
px
 var(--red); */
  /*  */
  outline: none;
  border: none;
  background-color: var(--white);


}

.meetingpopup-notify-button {
  float: right;
  padding: 1rem 1.6rem 1.6rem 1rem;
}

.meetingpopup-notifyme .meetingpopup-notify-button .meetingpopup-box .meetingpopup-notify-text {
  /* */
  /* font-size: var(--font-size-11); */
  /* font-weight: bold; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: normal; */
  /*  */
  /* text-align: center; */
  /* color: var(--dark-gray); */
  background-color: var(--white);

  width: 71px;
  padding: 5px 9px;
  border-radius: 2px;
  border: solid 1.5px var(--red);
  object-fit: contain;
  font-size: var(--font-size-15);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  text-align: center;
  color: var(--red);
  font-weight: bold;
}

/*JOIN*/

.meetingpopup-join {
  border-radius: 0.3rem;
  background-color: var(--dark-white);
  width: 100%;
  height: 4.7rem;
  cursor: pointer;
}

.meetingpopup-join .meetingpopup-join-title {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
  float: left;
  padding: 2rem;
}

.meetingpopup-join .meetingpopup-join-content {
  float: right;
  padding: 1rem 2rem;
}

.meetingpopup-join .meetingpopup-join-content .meetingpopup-join {
  border: solid 0.1rem var(--red);

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
  background-color: var(--red);
  border-radius: 0.2rem;
  cursor: pointer;
  padding: 1rem;
  margin-right: 0.8rem;

}

.meetingpopup-join img {
  margin-bottom: 0.2rem;
  /* animation: mymove 5s infinite; */
}




/*meeting popup end*/

/*Yearviewmonth*/
#yearviewAllMeetings .chevron-left {
  margin-left: 3rem;
  padding: 1rem;
}

#yearviewAllMeetings .chevron-right {
  margin-left: 2.8rem;
  padding: 1rem;
}

.chevron-right,
.chevron-left {
  cursor: pointer;
}

#yearviewAllMeetings .borderLeft {
  border: none !important;
}

.borderLeft {
  border-left: 0.1rem solid var(--gray);
}

#yearviewAllMeetings .month-name {

  font-size: var(--font-size-15);
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  margin-left: 0rem;
}

#yearviewAllMeetings .button-right {
  float: right;
}

#yearviewAllMeetings .Box {

  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  /*float: right;*/
}

#yearviewAllMeetings .Box .New-Event {


  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  color: var(--white);
}

#yearviewAllMeetings .calendar {
  padding: 1.5rem;
  background-color: var(--white);
  border: 0.1rem solid var(--gray);
}

#yearviewAllMeetings .Box2 {

  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /*float: right;*/
  margin-left: 1rem;
}

#yearviewAllMeetings .Box2 .Check-Availability {


  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--dark-gray);

}

#yearviewAllMeetings .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  /*margin-left: 18px;*/
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

#yearviewAllMeetings .dropdown-btn .material-icons {
  border-radius: 100%;
}

#yearviewAllMeetings .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  /* opacity: 0;
  visibility: hidden; */
  /* transition: 0.3s ease; */
  /* float: right;*/

}

#yearviewAllMeetings .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  /* -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); */
  /* mix-blend-mode: multiple; */

}

#yearviewAllMeetings .dropdown-btn .dropdown li {
  z-index: 1;
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;


}

#yearviewAllMeetings .dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

#yearviewAllMeetings .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

#yearviewAllMeetings .dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

#yearviewAllMeetings .dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

#yearviewAllMeetings .dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: var(--slate-gray);

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

#yearviewAllMeetings {
  height: auto;
  width: 100%;
  padding-top: 1.5rem;
  /* padding-bottom: 1.5rem; */
}

#yearviewAllMeetings .base,
#yearviewAllMeetings .base2 {
  /* width: 33.33333333333333%; */
  padding: 2rem 1rem;
  border-right: 1rem solid var(--white);
  background-color: var(--dark-white);
  border-top: 1rem solid var(--white);
}

#yearviewAllMeetings .base,
#yearviewAllMeetings .base2 {
  text-align: center;
}

#yearviewAllMeetings .month-name {
  width: 18.5rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
  padding-bottom: 1rem !important;
}

#yearviewAllMeetings .tp {
  margin-top: 0rem;
  background-color: var(--white);
  height: 100%;
  overflow: auto;
  border: 0.1rem solid var(--gray);
  margin-left: 0%;
  margin-right: 0;
  height: calc(100vh - 20rem);
  /* border-left: none; */
  padding-bottom: 1.5rem;
  padding-left: 0.8%;
}

#yearviewAllMeetings .tp .base .week-row,
#yearviewAllMeetings .tp .base2 .week-row {
  width: 100%;
  /* padding-top: 2rem; */
  /* display: flex; */
}

#yearviewAllMeetings .tp .base .week-row .week-day,
#yearviewAllMeetings .tp .base2 .week-row .week-day {
  width: 14.285%;
  float: left;
  padding-top: 2rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  /*  */
  color: var(--dark-gray);

}

#yearviewAllMeetings .tp .base .week-row .week-date,
#yearviewAllMeetings .tp .base2 .week-row .week-date {
  width: 14.285%;
  /* float: left; */
  padding-top: 2rem;
  padding-bottom: 1rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* clear: both; */
  display: inline-flex;
  /* height: 100% !important; */
}

#yearviewAllMeetings .tp .base .week-row .week-date .oval,
#yearviewAllMeetings .tp .base2 .week-row .week-date .oval {
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--color-error-bg);
  border-radius: 50%;
  font-weight: 600;
  color: var(--red);
  text-align: center;
  line-height: 2.5rem;
  display: flex;
  position: relative;
  /* top: 2rem; */
  align-items: center;
  justify-content: center;
  /* float: left; */
  /* left: 2rem; */
}

#yearviewAllMeetings .tp .base .week-row .week-date .oval-dot,
#yearviewAllMeetings .tp .base2 .week-row .week-date .oval-dot {
  background-color: var(--red);
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  border-radius: 50%;
  left: 1rem;
  right: 1rem;
  position: absolute;
}

#yearviewAllMeetings .tp .base .week-row .today.week-date .oval-dot,
#yearviewAllMeetings .tp .base2 .week-row .today.week-date .oval-dot {
  background-color: var(--white);
}

#yearviewAllMeetings .tp .base .week-row .week-date.today .oval-dot,
#yearviewAllMeetings .tp .base2 .week-row .week-date.today .oval-dot {
  background-color: var(--red);
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 2.3rem;
}

#yearviewAllMeetings .week-date.thismonth {
  cursor: pointer;
}

/*yearviewmonth end*/

/*yearpopup*/
.yearpopup-center {
  margin: auto;
  width: 60%;
  padding-top: 4rem;
}

/* The Modal (background) */
.yearpopup-modal {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */

  top: 30%;
  left: 35%;
  /*margin-left: 53.4rem;*/
  width: 43rem;
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);
  overflow: auto;
  /* Enable scroll if needed */
  margin: 0 auto;
  z-index: 9999;

}

/* Modal Content */
.yearpopup-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 3rem 1rem 3rem 1rem;
  /* border: 0.1rem solid #888; */
  width: 37.7rem;
  /* overflow-x: hidden; */
  /* max-height: 28.2rem; */
  margin-bottom: 1rem;
  height: auto;
}

.yearpopup-modal-content .yearpopup-modal-content-div {
  max-height: 28.2rem;
  margin-right: 0rem;
  overflow: auto;
  /*margin-left: 1.5rem;*/
  margin-top: 1rem;
}


/* The Close Button */
.yearpopup-close {
  color: var(--color-text-muted);
  float: right;
  font-size: var(--font-size-25);
  font-weight: bold;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 3.1rem;
  top: 1.9rem;
}

.yearpopup-close:hover,
.yearpopup-close:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}

.yearpopup-modal-content .yearpopup-date {
  text-align: left;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.yearpopup-modal-content .yearpopup-heading {
  margin-top: 2rem;
}

.yearpopup-modal-content .yearpopup-heading .yearpopup-Oval {
  background-color: var(--red);
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  margin-right: 0.4rem;
  border-radius: 50%;
  margin-top: 0.3rem;
}


.yearpopup-modal-content .yearpopup-heading .yearpopup-title {
  padding-left: 1rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 96%;
  text-overflow: ellipsis;
}

.yearpopup-modal-content .yearpopup-day {
  padding-top: 0.5rem;
  padding-left: 2.4rem;
}

.yearpopup-modal-content .yearpopup-day .yearpopup-title-date {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
}

/*yearpopup end*/


/*New event popup*/
/* The Modal (background) */
.newevent-modal {
  display: none;
  /*  position: relative;*/









}

/* Modal Content */
.newevent-modal .newevent-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 0rem;
  /*border: 0.1rem solid #888;*/
  width: 100%;
}

.newevent-modal .newevent-modal-content .newevent-header {
  background-color: var(--gray);
  height: 4.8rem;
  text-align: center;
  padding: 1.8rem;
  width: 100%;
}

.newevent-modal .newevent-modal-content .newevent-header .newevent-header-title {
  text-align: center;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
}

/* The Close Button */
.newevent-modal .newevent-modal-content .newevent-header .newevent-close {
  color: var(--brown);
  float: right;
  font-size: var(--font-size-25);
  font-weight: bold;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 2rem;
  /*margin-top: -1rem;*/
  /*object-fit: contain;
  background-color: var(--dark-gray);*/
}

.newevent-modal .newevent-modal-content .newevent-header .newevent-close:hover,
.newevent-modal .newevent-modal-content .newevent-header .newevent-close:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}

.newevent-modal .newevent-modal-content .newevent-body {
  width: 100%;
  height: 66.4rem;
}

.newevent-body::after {
  content: "";
  display: table;
  clear: both;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left {
  width: 60%;
  background-color: var(--white);
  height: 77.4rem;
  float: left;
  /* min-height: 73rem;
  overflow-y: scroll; */
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title {
  position: relative;
  top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description {
  position: relative;
  top: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees {
  padding-right: 2rem;
  position: relative;
  top: 2rem;
  padding-left: 1rem;
  width: 100%;
  /* max-height: 9.4rem;
  overflow: auto; */
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees .invitees-name {
  width: auto;
  height: 3.2rem;
  margin-top: 1rem;
  padding-left: 0rem;
  border-radius: 0.3rem;
  background-color: var(--dark-white);
  /*float: left;*/
  margin-right: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees .invitees-name .invitees-short-name {
  width: 3.8rem;
  height: 3.2rem;
  border-radius: 0.3rem;
  background-color: var(--gray);
  padding-left: 1rem;
  padding-top: 0.6rem;
  float: left;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees .invitees-name .invitees-full-name {
  float: left;
  margin-top: 0.5rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees .invitees-name .invitees-full-name-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--slate-gray);
  margin-left: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees .invitees-name .invitees-short-name .invitees-short-name-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--black);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees {
  padding-right: 2rem;
  position: relative;
  top: 13rem;
  padding-left: 2rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees .optional {
  float: right;
  position: absolute;
  right: 3.4rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title .effect-1,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description .effect-1,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees .effect-1 {
  border: 0;
  border-bottom: 0.1rem solid var(--color-border);
  width: 100%;
  padding-left: 0rem !important;

  border: 0;
  /*padding: 0.4rem 0;*/
  border-bottom: 0.1rem solid var(--color-border);
  background-color: transparent;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title .effect-1~.focus-border,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description .effect-1~.focus-border {
  position: absolute;
  bottom: 0rem;
  width: 0;
  height: 0.2rem;
  background-color: var(--red);
  transition: 0.4s;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title .effect-1:focus~.focus-border,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description .effect-1:focus~.focus-border,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees .effect-1:focus~.focus-border,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title .effect-1~.focus-border .has-content.effect-1~.focus-border {
  width: 94%;
  transition: 0.4s;
  top: 2.5rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title .effect-1~label,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description .effect-1~label {
  position: absolute;
  /*left: 3rem;*/
  top: 0rem;
  color: var(--slate-gray);
  transition: 0.3s;
  /*z-index: -1;*/
  font-size: var(--font-size-15);
  font-weight: 600;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title .effect-1:focus~label,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description .effect-1:focus~label,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees .effect-1:focus~label,

.has-content.effect-1~label {
  font-size: var(--font-size-15);
  color: var(--red);
  transition: 0.3s;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-duration {
  width: 50%;
  float: left;
  padding-left: 1rem;
  padding-right: 2rem;
  top: 16rem;
  position: relative;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-date {
  width: 50%;
  float: left;
  padding-left: 2rem;
  padding-right: 1rem;
  top: 16rem;
  position: relative;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-duration .span-duration,
.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-date .span-date {

  font-size: var(--font-size-15);
  font-weight: 600;

  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-duration .newevent-duration-dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  /* min-width: 16rem;*/
  width: 100%;
  margin-top: 1rem;
  margin-left: 0rem;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-right: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-duration .newevent-duration-dropdown-btn .button-span {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--brown);

}

.newevent-duration-dropdown-btn:focus .dropdown,
.newevent-duration-dropdown-btn:active .dropdown {
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  opacity: 1;
  visibility: visible;
}

.newevent-duration-dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.newevent-duration-dropdown-btn .dropdown {
  left: 1.8rem;
  z-index: 999;
  top: 5.5rem;
  position: absolute;
  background: var(--white);
  width: 90%;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  max-height: 12.5rem;
  overflow: scroll;
  /* float: right;*/

}

.newevent-duration-dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

.newevent-duration-dropdown-btn .dropdown li {
  /*z-index: 1;*/
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;

}

.newevent-duration-dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

.newevent-duration-dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.newevent-duration-dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.newevent-duration-dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.newevent-duration-dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .newevent-date {
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  width: 100%;
  height: 3.5rem;
  margin-top: 1rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--brown);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .newevent-date .newevent-calender-img {
  float: right;
  padding: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .newevent-date .newevent-calender-text {
  float: left;
  padding: 0.7rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .newevent-date .newevent-calender-text .newevent-calender-text-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-timezone {
  width: 100%;
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  top: 18rem;
  position: relative;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-timezone .span-timezone {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-timezone .newevent-timezone-dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  /* min-width: 16rem;*/
  width: 100%;
  margin-top: 1rem;
  margin-left: 0rem;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-right: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-timezone .newevent-timezone-dropdown-btn .button-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--brown);
}

.newevent-timezone-dropdown-btn:focus .dropdown,
.newevent-timezone-dropdown-btn:active .dropdown {
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  opacity: 1;
  visibility: visible;
}

.newevent-timezone-dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.newevent-timezone-dropdown-btn .dropdown {
  left: 1.8rem;
  z-index: 999;
  top: 5.5rem;
  position: absolute;
  background: var(--white);
  width: 93.5%;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  max-height: 15rem;
  overflow-x: hidden;

}

.newevent-timezone-dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

.newevent-timezone-dropdown-btn .dropdown li {
  /*z-index: 1;*/
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;

}

.newevent-timezone-dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

.newevent-timezone-dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.newevent-timezone-dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.newevent-timezone-dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.newevent-timezone-dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-recurrence {
  width: 50%;
  float: left;
  padding-left: 2rem;
  padding-right: 1rem;
  top: 20rem;
  position: relative;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-recurrence .span-recurrence {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-recurrence .newevent-recurrence-dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  /*min-width: 16rem;*/
  width: 100%;
  margin-top: 1rem;
  margin-left: 0rem;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-right: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-recurrence .newevent-recurrence-dropdown-btn .button-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--brown);
}

.newevent-recurrence-dropdown-btn:focus .dropdown,
.newevent-recurrence-dropdown-btn:active .dropdown {
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  opacity: 1;
  visibility: visible;
}

.newevent-recurrence-dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.newevent-recurrence-dropdown-btn .dropdown {
  left: 1.8rem;
  z-index: 999;
  top: 5.5rem;
  position: absolute;
  background: var(--white);
  width: 90%;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  height: 14.8rem;
  overflow-x: hidden;
  /* float: right;*/

}

.newevent-recurrence-dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

.newevent-recurrence-dropdown-btn .dropdown li {
  /*z-index: 1;*/
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;

}

.newevent-recurrence-dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

.newevent-recurrence-dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.newevent-recurrence-dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.newevent-recurrence-dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.newevent-recurrence-dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-reminder {
  width: 50%;
  float: left;
  padding-left: 1rem;
  padding-right: 2rem;
  top: 20rem;
  position: relative;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-reminder .span-reminder {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees .effect-1~label {
  left: 2rem !important;
  top: 0rem;
  position: absolute;
}

.addinviteefocused {
  top: 1rem !important;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-reminder .newevent-reminder-dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  /*min-width: 16rem;*/
  width: 100%;
  margin-top: .7rem;
  margin-left: 0rem;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  /* padding: 0.8rem 2rem; */
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-right: 1rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-reminder .newevent-reminder-dropdown-btn .button-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--brown);

}

.newevent-reminder-dropdown-btn:focus .dropdown,
.newevent-reminder-dropdown-btn:active .dropdown {
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  opacity: 1;
  visibility: visible;
}

.newevent-reminder-dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.newevent-reminder-dropdown-btn .dropdown {
  left: 0.8rem;
  z-index: 999;
  top: 5.5rem;
  position: absolute;
  background: var(--white);
  width: 90%;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  height: 14.8rem;
  overflow-x: hidden;
  /* float: right;*/

}

.newevent-reminder-dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

.newevent-reminder-dropdown-btn .dropdown li {
  /*z-index: 1;*/
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;

}

.newevent-reminder-dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

.newevent-reminder-dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.newevent-reminder-dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.newevent-reminder-dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.newevent-reminder-dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-getslots {
  width: 100%;
  padding-left: 1rem;
  padding-right: 2rem;
  /* top: 22rem;*/
  position: absolute;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-getslots .btn-getslots {
  float: right;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-getslots .btn-getslots .btn-span {
  width: 14.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--white);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-getslots .btn-getslots .btn-span .btn-span-text {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
  font-weight: 600;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-name-invitees .invitees-name .invitees-close {
  margin-left: 1rem;
  cursor: pointer;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-right {
  width: 40%;
  background-color: var(--dark-white);
  height: 77.4rem;
  float: left;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup {
  width: 100%;
  height: 30rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.4rem 0.9rem 0 rgb(from var(--slate-gray) r g b / 32%);
  border: solid 0.1rem var(--gray);
  background-color: var(--white);

}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-left {
  float: left;
  width: 50%;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-right {
  float: left;
  width: 50%;
  text-align: right;
}


.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-right .newevent-calendar-popup-arrow-left .chevron-left,
.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-right .newevent-calendar-popup-arrow-left .chevron-right {
  margin-right: 1rem;
  cursor: pointer;

}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup {
  padding: 2rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-days {
  width: 100%;
  padding-top: 3rem;
  text-align: center;
}

.popup-days,
.popup-date {
  width: 14.2857%;
  float: left;
  /* padding:8px; */
  text-align: center;
}

.popup-date {
  text-align: center;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-line {
  border-bottom: 0.1rem solid var(--gray);
  padding-top: 3rem;
  margin-right: 2rem;
  margin-left: 1.5rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-date {
  width: 100%;
  padding-top: 1rem;

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--color-text-primary);
}

.newevent-calendar-popup-line-down {
  border-bottom: 0.1rem solid var(--gray);
  padding-top: 14rem;
  margin-right: 2rem;
  margin-left: 1.5rem;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-days .popup-days .popup-days-span {

  font-size: var(--font-size-11);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--color-text-primary);
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-date .popup-date .popup-date-span {

  font-size: var(--font-size-11);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2rem;
  text-align: center;
  color: var(--color-text-primary);
}

.active-date {
  background-color: var(--color-error-bg);
  padding-top: 0;
  border-radius: 100%;
  padding-bottom: 0.6rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  color: var(--red);
  font-weight: 600;
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0rem auto;
  line-height: 3rem;
  margin-top: 5px;
}

.newevent-modal .newevent-modal-content .newevent-body .newevent-calendar-popup .newevent-calendar-popup-date .popup-date .popup-date-span .active-date {
  border-radius: 30% !important;
}

.newevent-right {
  padding-top: 4.5rem;
}

.border-line {
  border-bottom: 0.1rem solid var(--gray);
  margin: 0rem 1.5rem;

}

.timeslot-heading {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 0.7rem;
}

.timeslot-heading.slots-head .slot-text {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
}

.available-slot {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
  width: 37%;
  float: left;
}

.list-all-slot {
  max-height: 45rem;
  overflow-y: scroll !important;
  display: none;
}

.available-img {
  /* margin-left: 1rem; */
}

.available-img img {
  width: 1.2rem;
}

.slot-select {
  float: right;
}

.slot-select .sloticon {
  padding: 0em 0em 1.5em 3em;
  /* background: url(./images/icons/notify-unselect.svg); */
  background: url(../../images/icons/notify-unselect.svg);
  background-repeat: no-repeat;
  background-size: 1.7rem;
}


.slot-select .active-sloticon {
  background: url(../../../images/notify-select.svg) !important;
}


.toggle-availbe-list.active .slot-select .sloticon {
  background: url(../../images/icons/selected-slot.svg);
  background-repeat: no-repeat !important;
  background-size: 1.7rem !important;
}

.newevent-modal-content .newevent-body .newevent-right .timeslot-button {
  width: 100%;
  padding-right: 2rem;
  position: absolute;
  bottom: 1.5rem;
  display: none;
}

.newevent-modal-content .newevent-body .newevent-right .timeslot-button .discard-btn {
  float: right;
  width: 9.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--dark-white);
  text-align: center;
}

.newevent-modal-content .newevent-body .newevent-right .timeslot-button .discard-btn .discard-span {

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
}

.newevent-modal-content .newevent-body .newevent-right .timeslot-button .confirm-btn {
  margin-left: 2rem;
  float: right;
  width: 9.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
}

.newevent-modal-content .newevent-body .newevent-right .timeslot-button .confirm-btn .confirm-span {

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
}

.ineventpopup-date {
  cursor: pointer;
}

.slots-available.timeslot-heading {
  cursor: pointer;
}


/*New event popup end*/

/*Add invitees Popup*/
.add-invitees-popup-main {
  position: absolute;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: 22rem;
  overflow: auto;
  margin-top: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1rem 0 rgb(from var(--color-text-primary) r g b / 50%);
  background-color: var(--white);
  width: 50%;
  padding-bottom: 2rem;
  padding-top: 0;
  z-index: 99;
  display: none;

}

.add-invitees-popup-main .sidebar-single-user {
  width: 100%;
  float: left;
  padding-top: 0;
  cursor: pointer;
  padding-left: 0.5rem;
}

.add-invitees-popup-main .sidebar-single-user .sidebar-user-image {
  width: 16%;
  float: left;
}

.add-invitees-popup-main .sidebar-single-user .sidebar-user-detail {
  width: 80%;
  float: left;
  padding-left: 2rem;
}

.add-invitees-popup-main .sidebar-single-user .sidebar-user-detail .sidebar-user-name {

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--black);
  width: 22.2rem;
  ;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.add-invitees-popup-main .sidebar-single-user .sidebar-user-detail .sidebar-user-name .sidebar-not-available {
  float: right;
}

.add-invitees-popup-main .sidebar-single-user .sidebar-user-detail .sidebar-user-position {
  margin-top: 0.4rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
}

.sidebar-user-image img {
  border: 0.1rem solid var(--red);
  border-radius: 0.8rem;
  padding: 0.2rem;
  width: 4.9rem;
  height: 4.9rem;
}

/*Add invitess Popup End*/


/*conflictingpopup*/
.conflictingpopup-center {
  margin: auto;
  position: fixed;
  margin-top: 0rem;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.2rem;
  background-color: rgb(from var(--black) r g b / 80%);
  z-index: 9999;
}

.conflictingpopup-modal {
  border-radius: 0.5rem;
  /* display: none; */
  z-index: 9999;
  width: 100%;
  max-width: 38rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.conflictingpopup-modal .contact-position{
  padding-left: unset;
}
.conflictingpopup-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 2.4rem;
  /*border: 0.1rem solid #888;*/
  width: 100%;
  /* overflow-x: hidden;
  max-height: 33rem; */
}

.conflictingpopup-modal-content .conflictingpopup-title {
  text-align: center;

  font-size: var(--font-size-15);
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  padding-bottom: 2.4rem;
}

/* The Close Button */
.conflictingpopup-close {
  float: right;
  /* padding-top: 1.8rem;
  padding-right: 2.1rem; */
  cursor: pointer;
}

.conflictingpopup-modal-content .conflictingpopup-listall ul{
  /* margin-top: 1rem;
  height: auto;
  overflow-x: hidden;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  max-height: 33rem; */
  max-height: 27rem;
  overflow-x: hidden;
  margin-bottom: 0;
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user {
  width: 100%;
  float: left;
  padding-top: 1rem;
}

.conflictLi:first-child {
  padding-top: 0;
}

.conflictLi {
  /* padding-bottom: 1rem; */
  padding-top: 1.6rem;
  display: -webkit-box;
  cursor: default;
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user .conflictingpopup-user-image {
  /* width: 12%;
  float: left; */
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user .conflictingpopup-user-image img {
  padding: 0.1rem;
  border-radius: 0.5rem;
  width: 4.3rem;
  height: 4.3rem;
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user .conflictingpopup-user-detail {
  width: 82%;
  float: left;
  margin-left: 0.8rem;
  /* padding-top: 0.4rem; */
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user .conflictingpopup-user-detail .conflictingpopup-user-name {

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--black);
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user .conflictingpopup-user-detail .conflictingpopup-user-position {
  margin-top: 0.9rem;

  font-size: var(--font-size-15);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--brown);
}

.conflictingpopup-modal-content .conflictingpopup-listall .conflictingpopup-single-user .conflictingpopup-user-detail .conflictingpopup-user-name .conflictingpopup-not-available {
  float: right;
}

/*conflictingpopup end*/

.conflicting-booking-body {
  display: grid;
  gap: var(--space-lg);
}

.conflicting-booking-body p,
.conflicting-booking-body .single-user-main ul {
  margin: 0;
}

.conflicting-booking-body .single-user-main ul {
  max-height: 27rem;
  overflow-y: auto;
  padding: 0;
}

.conflicting-booking-body .conflictingpopup-booking-end-text-span {
  font-weight: 600;
}
/*conflictingpopup Booking*/
.conflictingpopup-booking-center {
  margin: auto;
  position: fixed;
  margin-top: 0rem;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.2rem;
  background-color: rgb(from var(--black) r g b / 80%);
  z-index: 9999;
}

.conflicutSpace {
  padding-top: 0rem !important;
}

.cancel-meeting-booking-modal {
  border-radius: 0.5rem;
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 59rem;
  top: 40rem;
  width: 56rem;
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);

}

.conflictingpopup-booking-modal {
  border-radius: 0.4rem;
  /* display: none;  */
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 37%;
  top: 25%;
  width: 100%;
  max-width: 48.1rem;
  height: auto;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);

}

.conflictingpopup-booking-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 2.4rem;
  width: 100%;
  max-height: 33rem;
  border-radius: 0.4rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-title {
  text-align: center;

  font-size: var(--font-size-15);
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  /* padding-bottom: 2rem; */
}

.cancel-meeting-booking-title {
  text-align: center;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  padding-top: 2rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main {
  width: 100%;
}

.cancel-:meeting-booking-main {
  width: 100%;
  padding: 1rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .single-user-main ul{
  max-height: 27rem;
  overflow-x: hidden;
  margin-bottom: 0;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-title-text {
  /* padding-left: 4rem;
  padding-right: 4rem; */
  text-align: left;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.conflictingpopup-modal-content  .common-username-admin-team{
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.conflictingpopup-modal-content  .common-user-details{
  width: 65%;
}
.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-title-text .conflictingpopup-booking-title-text-span {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2rem;
  color: var(--black);
}

/* The Close Button */
.conflictingpopup-booking-close,
.cancel-meeting-booking-close {
  float: right;
  padding-top: 1.8rem;
  padding-right: 1.5rem;
  cursor: pointer;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-single-user {
  width: 100%;
  float: left;
  padding-top: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-text {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 2.8rem;
}

.cancel-meeting-booking-end-text {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 2rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-text .conflictingpopup-booking-end-text-span {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  text-align: center;
  color: var(--black);
}

.cancel-meeting-booking-end-text-span {
  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  text-align: center;
  color: var(--black);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn {
  padding-top: 2rem;
  padding-bottom: 2.4rem;
  width: 100%;
  display: flex;
  justify-content: end;
}

.cancel-meeting-booking-end-btn {
  padding-bottom: 2rem;
  padding-top: 3rem;
  width: 100%;
  float: left;
  text-align: center;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-cancel-btn,
.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-proceed-btn {
  /* width: 11.2rem;
  height: 3.5rem; */
  padding: 1rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
}

.cancel-meeting-booking-end-proceed-btn {
  width: 9.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-cancel-btn {
  background-color: var(--white);
  margin-right: 1rem;
}

.cancel-meeting-booking-end-cancel-btn {
  width: 9.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--white);
  margin-right: 1rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-proceed-btn {
  background-color: var(--red);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-proceed-btn .conflictingpopup-booking-end-proceed-span,
.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-cancel-btn .conflictingpopup-booking-end-cancel-span {

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
}

.cancel-meeting-booking-end-cancel-span {

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-proceed-btn .conflictingpopup-booking-end-proceed-span {
  color: var(--white);
}

.cancel-meeting-booking-end-proceed-span {
  color: var(--white);

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-main .conflictingpopup-booking-end-btn .conflictingpopup-booking-end-cancel-btn .conflictingpopup-booking-end-cancel-span {
  color: var(--red);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-single-user .conflictingpopup-booking-user-image {
  width: 12%;
  float: left;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-single-user .conflictingpopup-booking-user-image img {
  padding: 0.2rem;
  border: none;
  border-radius: 0.3rem;
  width: 5rem;
  height: 5rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-single-user .conflictingpopup-booking-user-detail {
  width: 88%;
  float: left;
  padding-left: 2rem;
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-single-user .conflictingpopup-booking-user-detail .conflictingpopup-booking-user-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-single-user .conflictingpopup-booking-user-detail .conflictingpopup-booking-user-position {
  margin-top: 0.9rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
}

.conflictingpopup-booking-modal-content .conflictingpopup-booking-single-user .conflictingpopup-booking-user-detail .conflictingpopup-booking-user-name .conflictingpopup-booking-not-available {
  float: right;
}

/*conflictingpopup end*/



#yearviewAllMeetings,
#monthviewAllMeetings,
#weekviewAllMeetings,
#scheduleviewAllMeetings,
#dayviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 24rem;
  right: 5rem;
  display: none;
  /* padding: 0 1.5rem 1.5rem 1.5rem !important; */
}

.monthviewAllMeetings .chevron-left {
  margin-left: 3rem;
  padding: 1rem;
}

.monthviewAllMeetings .chevron-right {
  margin-left: 2.8rem;
  padding: 1rem;
}

.chevron-right,
.chevron-left {
  cursor: pointer;
}

.monthviewAllMeetings .month-name {

  font-size: var(--font-size-15);
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  margin-left: 3rem;
}

.monthviewAllMeetings .button-right {
  float: right;
}

.monthviewAllMeetings .Box {

  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  /*float: right;*/
}

.monthviewAllMeetings .Box .New-Event {


  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
}

.monthviewAllMeetings .calendar {
  padding: 1.5rem;
  background-color: var(--white);
}

.monthviewAllMeetings .Box2 {

  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);

  margin-left: 1rem;
}

.monthviewAllMeetings .Box2 .Check-Availability {


  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--dark-gray);

}

.monthviewAllMeetings .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

.monthviewAllMeetings .dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.monthviewAllMeetings .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  transition: 0.3s ease;


}

.monthviewAllMeetings .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;

  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

.monthviewAllMeetings .dropdown-btn .dropdown li {
  z-index: 1;
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;


}

.monthviewAllMeetings .dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

.monthviewAllMeetings .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.monthviewAllMeetings .dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.monthviewAllMeetings .dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.monthviewAllMeetings .dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;


}

.monthviewAllMeetings .bg {
  background-color: var(--dark-white);
  padding: 0;
}


.monthviewAllMeetings .bg .base,
.monthviewAllMeetings .bg .base2,
.monthviewAllMeetings .days-bg .base,
.monthviewAllMeetings .days-bg .base2 {
  border-bottom: 0.2rem solid var(--dark-slate-gray);
}

.monthviewAllMeetings .bg .base,
.monthviewAllMeetings .days-bg .base {
  width: 14.283%;
  height: 5.9rem;
  padding: 2rem;
  border-right: 0.2rem solid var(--dark-slate-gray);
}

.monthviewAllMeetings .bg .base2,
.monthviewAllMeetings .days-bg .base2 {
  width: 14.283%;
  height: 5.9rem;
  padding: 2rem;

}

.monthviewAllMeetings .bg .base,
.monthviewAllMeetings .bg .base2 {
  text-align: center;
}

.monthviewAllMeetings .days-bg .base,
.monthviewAllMeetings .days-bg .base2 {
  text-align: right;
}


.monthviewAllMeetings .bg .days {
  width: 18.5rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--slate-gray);
}

.monthviewAllMeetings .tp {
  margin-top: 1.6rem;
}

.monthviewAllMeetings .days-bg {
  background-color: var(--white);
  padding: 0;
}

.monthviewAllMeetings .days-bg .base,
.monthviewAllMeetings .days-bg .base2 {
  height: 14.3rem !important;
}

.monthviewAllMeetings .days-bg .days {
  width: 0.9rem;
  height: 1.8rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--dark-gray);
}

.monthviewAllMeetings .month-day-listing {
  width: 100%;
  padding: 0;
}

.monthviewAllMeetings .month-day-listing .month-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.monthviewAllMeetings .days-bg .base .days.oval,
.monthviewAllMeetings .days-bg .base2 .days.oval {
  background-color: var(--red);
  border-radius: 50%;
  padding: 0.5rem 0.8rem;
  color: var(--white);
}


/*check-availble-sidebar*/
.check-available-sidebar {
  position: absolute;
  top: 0.5rem;
  height: 100vh;
  width: 25%;
  right: 0.5rem;
  background-color: var(--white);
  z-index: 9999;
  box-shadow: -0.1rem 0.8rem 1rem 0 rgb(from var(--color-text-primary) r g b / 50%);
}

.check-available-sidebar .check-available-close {
  padding: 2rem;
  position: absolute;
  background: var(--white);
  height: 5rem;
  width: 5.2rem;
  left: -5.2rem;
  z-index: 99;
  box-shadow: -0.1rem 0.8rem 0rem 0 rgb(from var(--color-text-primary) r g b / 14%);
}

.check-available-sidebar .sidebar-header {
  padding-top: 3rem;
}

.check-available-sidebar .sidebar-header .sidebar-header-span {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.check-available-sidebar .check-available-search {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
}

.check-available-sidebar .check-available-search .search-icon {
  width: 100%;
  box-sizing: border-box;
  border: 0.1rem solid var(--dark-white) !important;
  border-radius: 0.4rem !important;
  font-size: var(--font-size-17);
  background-color: var(--dark-white) !important;
  background-image: url('../calendar-images/search-icon.svg');
  background-position: 1rem 1rem;
  background-repeat: no-repeat;
  padding: 1.2rem 2rem 1.2rem 4rem !important;
  -webkit-transition: width 0.4s ease-in-out !important;
  transition: width 0.4s ease-in-out;
}

.check-available-sidebar .check-available-people {
  width: 100%;
  padding-top: 2rem;
  padding-left: 4rem;
  float: left;
}

.check-available-sidebar .check-available-people .check-available-people-span {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.check-available-sidebar .single-user-main-list {
  width: 100%;
  float: left;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
}

.check-available-sidebar .single-user-main-popup {
  width: 100%;
  float: left;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
}

.check-available-sidebar .sidebar-single-user {
  width: 100%;
  float: left;
  padding-top: 2rem;
  cursor: pointer;
}

.check-available-sidebar .sidebar-single-user .sidebar-user-image {
  width: 15%;
  float: left;
}

.check-available-sidebar .sidebar-single-user .sidebar-user-detail {
  width: 85%;
  float: left;
  padding-left: 1rem;
}

.check-available-sidebar .sidebar-single-user .sidebar-user-detail .sidebar-user-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.check-available-sidebar .sidebar-single-user .sidebar-user-detail .sidebar-user-name .sidebar-not-available {
  float: right;
  cursor: pointer;
}

.check-available-sidebar .sidebar-single-user .sidebar-user-detail .sidebar-user-position {
  margin-top: 0.4rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
}

.check-available-search .single-user-main-popup {
  position: absolute;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: 19.5rem;
  overflow: auto;
  margin-top: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1rem 0 rgb(from var(--color-text-primary) r g b / 50%);
  background-color: var(--white);
  width: 81%;
  padding-bottom: 2rem;
  padding-top: 0;


}

.check-available-close {
  cursor: pointer;
}

/*WeekviewAllmeeting*/
.weekviewAllMeetings .chevron-left {
  margin-left: 3rem;
  padding: 1rem;
}

.weekviewAllMeetings .chevron-right {
  margin-left: 2.8rem;
  padding: 1rem;
}

.chevron-right,
.chevron-left {
  cursor: pointer;
}

.weekviewAllMeetings .month-name {

  font-size: var(--font-size-15);
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  margin-left: 3rem;
}

.weekviewAllMeetings .button-right {
  float: right;
}

.weekviewAllMeetings .Box {

  /* width: 16.6rem; */

  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  /*float: right;*/
}

.weekviewAllMeetings .Box .New-Event {
  /* width: 16.6rem; */
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}

.weekviewAllMeetings .calendar {
  padding: 1.5rem;
  background-color: var(--white);
  border: 0.1rem solid var(--gray);
}

.weekviewAllMeetings .Box2 {
  /*width: 17.6rem;*/
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /*float: right;*/
  margin-left: 1rem;
}

.weekviewAllMeetings .Box2 .Check-Availability {
  /*width: 17.6rem;*/
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--dark-gray);

}

.weekviewAllMeetings .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  /*margin-left: 18px;*/
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

.weekviewAllMeetings .dropdown-btn:focus .dropdown,
.dropdown-btn:active .dropdown {
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  /* opacity: 1;
  visibility: visible; */
}

.weekviewAllMeetings .dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.weekviewAllMeetings .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  /* opacity: 0;
  visibility: hidden; */
  transition: 0.3s ease;
  /* float: right;*/

}

.weekviewAllMeetings .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  /* -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); */
  mix-blend-mode: multiple;

}

.weekviewAllMeetings .dropdown-btn .dropdown li {
  z-index: 1;
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;


}

.weekviewAllMeetings .dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

.weekviewAllMeetings .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.weekviewAllMeetings .dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.weekviewAllMeetings .dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.weekviewAllMeetings .dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: var(--slate-gray);

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

.weekviewAllMeetings .bg {
  background-color: var(--dark-white);
  padding: 0;
  border: 0.1rem solid var(--gray);
  border-bottom: inherit;
}

.weekviewAllMeetings .bg .base {
  width: 14.289993%;
  height: 5.9rem;
  padding: 2rem;
  margin-right: -0.1rem;
  border-right: 0.1rem solid var(--gray);
}

.weekviewAllMeetings .bg .base2 {
  width: 14.283%;
  height: 5.9rem;
  padding: 2rem;

}

.weekviewAllMeetings .bg .base,
.weekviewAllMeetings .bg .base2 {
  text-align: left;
}


.weekviewAllMeetings .bg .days {
  width: 18.5rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
}

.weekviewAllMeetings .bg .days.text-color {
  color: var(--red);
}

/* suraj added start */
.weekDayNew {
  color: var(--black) !important;
  font-size: var(--font-size-17) !important;
  padding-top: 1.7rem !important;
}

/* suraj added end */
.weekviewAllMeetings .bg .left {
  position: relative;
  border-right: 0.1rem solid var(--gray);
  height: 5.9rem;
}

.weekviewAllMeetings .body-bg {
  background: var(--white);
  /* height: 73rem; */
  padding: 0;
  border-right: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}

.weekviewAllMeetings .body-bg .left {
  border-right: 0.1rem solid var(--gray);
  height: 5.9rem;
}

.weekviewAllMeetings .body-bg .base {
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  height: 5.9rem;
  width: 14.283%;
}

.weekviewAllMeetings .body-bg .base2 {
  border-bottom: 0.1rem solid var(--gray);
  height: 5.9rem;
  width: 14.283%;
}

.weekviewAllMeetings .padding-left-base {
  position: relative;
  padding-left: 0;
  padding-right: 0.3rem;
  /*! border-left: 0.1rem solid var(--gray); */
}

.weekviewAllMeetings .padding-left-base .bar-color {
  border-top: 0.4rem solid var(--red);
}

.weekviewAllMeetings .body-bg .all-time {
  max-height: 73rem;
  /* overflow-x: hidden; */
}

.weekviewAllMeetings .body-bg .all-time .time {
  position: absolute;
  bottom: 0;
  margin-left: 1.5rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--slate-gray);
}

.weekviewAllMeetings .padding-left-base .week-meeting-red {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
  margin-left: 20.5rem;
  position: absolute;
  z-index: 9999;
  width: 16.4rem;
  min-height: 6.7rem;
  border: solid 0.1rem var(--red);
  background-color: var(--gray);
  border-bottom: 0.4rem solid var(--red);
}

.week-meeting-red {
  /* float: left; */
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  /* z-index: 99; */
  width: 100%;
  overflow: hidden;
  border-radius: 0.3rem;
  height: 3rem;
  /* border: solid 0.1rem var(--red); */
  /* background-color: var(--gray); */
  /* border-bottom: 0.4rem solid var(--red); */
  position: relative;
  cursor: pointer;
  max-height: 5.9rem !important;
  /* background-color: var(--gray); */
}

.weekviewAllMeetings .padding-left-base .week-meeting-red .week-meeting-name {
  padding-top: 1rem;
}

.week-meeting-name {
  /* padding-top: 0.7rem; */
  display: flex;
}

.weekviewAllMeetings .padding-left-base .week-meeting-red .week-meeting-name .meeting-red-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--red);
  border-radius: 50%;
}

.meeting-red-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--red);
  border-radius: 50%;
  margin-right: 1rem;
}

.weekviewAllMeetings .padding-left-base .week-meeting-red .week-meeting-name .reddot-meeting-name {
  margin-left: 1rem;

  font-size: var(--font-size-11);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.reddot-meeting-name {
  margin-left: 0.5rem;

  /* font-size: var(--font-size-11); */
  font-weight: 600;
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.45; */
  /*  */
  /* color: var(--black); */
  white-space: normal;
  word-break: break-word;
  /* width: 90%; */
}

.weekviewAllMeetings .padding-left-base .week-meeting-red .week-meeting-time {
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.weekviewAllMeetings .padding-left-base .week-meeting-red .week-meeting-title {
  white-space: normal;
  word-break: break-word;
  width: 11.6rem;
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.week-meeting-title {
  white-space: normal;
  word-break: break-word;
  width: 11.6rem;
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

/*blue*/
.weekviewAllMeetings .padding-left-base .week-meeting-blue {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
  margin-left: 20.5rem;
  position: absolute;
  z-index: 9999;
  width: 16.4rem;
  min-height: 6.7rem;
  border: solid 0.1rem var(--color-info);
  background-color: var(--dark-white);
  border-bottom: 0.4rem solid var(--color-info);
}

.weekviewAllMeetings .padding-left-base .week-meeting-blue .week-meeting-name {
  padding-top: 1rem;
}

.weekviewAllMeetings .padding-left-base .week-meeting-blue .week-meeting-name .meeting-blue-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--color-info);
  border-radius: 50%;
}

.weekviewAllMeetings .padding-left-base .week-meeting-blue .week-meeting-name .bluedot-meeting-name {
  margin-left: 1rem;

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.weekviewAllMeetings .padding-left-base .week-meeting-blue .week-meeting-time {
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.week-meeting-time {
  /* margin-left: 1rem; */

  font-size: var(--font-size-11);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.weekviewAllMeetings .padding-left-base .week-meeting-blue .week-meeting-title {
  white-space: normal;
  word-break: break-word;
  width: 11.6rem;
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

/*gray*/
.weekviewAllMeetings .padding-left-base .week-meeting-gray {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
  margin-left: 20.5rem;
  position: absolute;
  z-index: 9999;
  width: 16.4rem;
  min-height: 6.7rem;
  border: solid 0.1rem var(--color-border);
  background-color: var(--dark-white);
  border-bottom: 0.4rem solid var(--color-border);
}

.weekviewAllMeetings .padding-left-base .week-meeting-gray .week-meeting-name {
  padding-top: 1rem;
}

.weekviewAllMeetings .padding-left-base .week-meeting-gray .week-meeting-name .meeting-gray-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--color-border);
  border-radius: 50%;
}

.weekviewAllMeetings .padding-left-base .week-meeting-gray .week-meeting-name .graydot-meeting-name {
  margin-left: 1rem;

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.weekviewAllMeetings .padding-left-base .week-meeting-gray .week-meeting-time {
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

.weekviewAllMeetings .padding-left-base .week-meeting-gray .week-meeting-title {
  white-space: normal;
  word-break: break-word;
  width: 11.6rem;
  margin-left: 1.5rem;

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  color: var(--black);
}

/*WeekviewAllmeeting End*/
/*scheduleviewAllmeeting*/
.sheduleviewAllMeetings .chevron-left {
  margin-left: 3rem;
  padding: 1rem;
}

.sheduleviewAllMeetings .chevron-right {
  margin-left: 2.8rem;
  /*padding: 1rem;*/
}

#scheduleviewAllMeetings .month-name {


  font-weight: 500;
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
  margin-left: 3rem;
}

#scheduleviewAllMeetings .button-right {
  float: right;
}

#scheduleviewAllMeetings .Box {
  /* 
  width: 16.6rem; */
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  /*float: right;*/
}

#scheduleviewAllMeetings .Box .New-Event {
  /* width: 16.6rem; */
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}

#scheduleviewAllMeetings .calendar {
  padding: 1.5rem;
  background-color: var(--white);
  border: 0.1rem solid var(--gray);
}

#scheduleviewAllMeetings .Box2 {
  /*width: 17.6rem;*/
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /*float: right;*/
  margin-left: 1rem;
}

#scheduleviewAllMeetings .Box2 .Check-Availability {
  /*width: 17.6rem;*/
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--dark-gray);

}

#scheduleviewAllMeetings .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  /*margin-left: 18px;*/
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

#scheduleviewAllMeetings .dropdown-btn .material-icons {
  border-radius: 100%;
  /* -webkit-animation: ripple 0.6s linear infinite;
      animation: ripple 0.6s linear infinite; */
}

#scheduleviewAllMeetings .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  /* opacity: 0;
  visibility: hidden; */
  /* transition: 0.3s ease; */
  /* float: right;*/

}

#scheduleviewAllMeetings .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  /* -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  mix-blend-mode: multiple; */

}

#scheduleviewAllMeetings .dropdown-btn .dropdown li {
  z-index: 1;
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;


}

#scheduleviewAllMeetings .dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

#scheduleviewAllMeetings .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

#scheduleviewAllMeetings .dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

#scheduleviewAllMeetings .dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

#scheduleviewAllMeetings .dropdown-btn .dropdown a {
  display: block;
  padding: 1.6rem 0;
  color: var(--slate-gray);

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

.dropdown-btn span {

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 600;
  text-decoration: none;

  color: var(--dark-gray);
  position: relative;
  /* padding-top: 0.4rem; */
}

#monthviewAllMeetings .bg .base,
#monthviewAllMeetings .bg .base2 {
  /* text-align: center; */
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
}

.tp .base:last-child {
  border-right: none !important;
}

#monthviewAllMeetings .bg .base:nth-child(7n+1) {
  border-left: 0.1rem solid var(--gray);
}

.day-list:nth-child(1) {
  border-left: 0.1rem solid var(--gray);
}

#monthviewAllMeetings .bg .base2:last-child {
  text-align: center;
  border-bottom: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  border-right: 0rem;
}

#scheduleviewAllMeetings .bg {
  border-top: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  background-color: var(--dark-white);
  padding: 0;
}

#scheduleviewAllMeetings .bg .base {
  width: 14.283%;
  height: 5.9rem;
  padding: 2rem;
  margin-right: -0.1rem;
  border-right: 0.1rem solid var(--gray);
}

#scheduleviewAllMeetings .bg .base2 {
  width: 14.283%;
  height: 5.9rem;
  padding: 2rem;
}

#scheduleviewAllMeetings .bg .base,
.sheduleviewAllMeetings .bg .base2 {
  text-align: left;
}


#scheduleviewAllMeetings .bg .days {
  width: 18.5rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
}

#scheduleviewAllMeetings .bg .days.text-color {
  color: var(--red);
}

#scheduleviewAllMeetings .bg .left {
  position: relative;
  border-right: 0.1rem solid var(--gray);
  height: 5.9rem;
}

#scheduleviewAllMeetings .body-bg {
  background: var(--white);
  height: calc(100vh - 24rem);
  overflow-x: hidden;
  /* overflow: scroll; */
  padding: 0;
  border-right: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}

#scheduleviewAllMeetings .body-bg .left {
  border-right: 0.1rem solid var(--gray);
  height: 3rem;
}

#scheduleviewAllMeetings .body-bg .right {
  /* padding: 3rem; */
  cursor: pointer;
}

#scheduleviewAllMeetings .body-bg .base {
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  height: 5.9rem;
  width: 14.283%;
}

#scheduleviewAllMeetings .body-bg .base2 {
  border-bottom: 0.1rem solid var(--gray);
  height: 5.9rem;
  width: 14.283%;
}

#scheduleviewAllMeetings .padding-left-base {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

#scheduleviewAllMeetings .bar-color {
  border-top: 0.4rem solid var(--red);
}

#scheduleviewAllMeetings .all-time {
  max-height: 73rem;
  overflow-x: hidden;
}

#scheduleviewAllMeetings .time {
  position: absolute;
  bottom: 0;
  margin-left: 1.5rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--slate-gray);
}

#scheduleviewAllMeetings .schedule-day-main-all {
  position: relative;
  /*border: 2px solid var(--black);*/
  height: auto;
}

#scheduleviewAllMeetings .shedule-day-main,
#scheduleviewAllMeetings .common-acc-ul-section li {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 2rem;
  border-bottom: inherit;
  border-top: 0.1rem solid var(--gray);
  background-color: var(--dark-white);
  padding: 0;
}

#scheduleviewAllMeetings .body-bg .schedule-day-body-all {
  position: relative;
  width: 100%;
  /* min-height: 10rem;
  height: calc(100vh - 26.188rem);
  overflow: scroll; */
  margin-bottom: -1.5rem;
  -ms-overflow-style: none;
}

/* Hide scrollbar for IE and Edge */
#scheduleviewAllMeetings .body-bg .schedule-day-body-all::-webkit-scrollbar {
  display: none;
}

#scheduleviewAllMeetings .schedule-day {
  /* padding: 0.4rem; */
  /* line-height: 3.3rem; */
  /* display: table-row; */
}

#scheduleviewAllMeetings .sc-day {

  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  color: var(--slate-gray);
  /* padding-top: 1rem; */
  display: block;
  /* height: 3rem; */
  /* line-height: 3.3rem; */
}

#scheduleviewAllMeetings .schedule-day-body {
  padding: 0;
  height: 10rem;
  border-top: 0.1rem solid var(--gray);
}

#scheduleviewAllMeetings .location-section {
  padding-top: 0;
  padding-left: 2rem;
}

#scheduleviewAllMeetings .left-red {
  padding: 2.5rem;
  text-align: center;
  border-right: 0.5rem solid var(--red);
  height: 10rem;
}

#scheduleviewAllMeetings .left-blue {
  padding: 2.5rem;
  text-align: center;
  border-right: 0.5rem solid var(--color-info);
  height: 10rem;
}

#scheduleviewAllMeetings .left-gray {
  padding: 2.5rem;
  text-align: center;
  border-right: 0.5rem solid var(--color-border);
  height: 10rem;
}

#scheduleviewAllMeetings .left-time,
#scheduleviewAllMeetings .left-duration {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  color: var(--black);
}

.left-time {
  margin-top: 2.3rem;
}

.left-duration {
  text-align: right;
  padding: 0rem 3.1rem 0rem 1.5rem;
}

#scheduleviewAllMeetings .schedule-red-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--red);
  border-radius: 50%;
}

#scheduleviewAllMeetings .schedule-blue-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--color-info);
  border-radius: 50%;
}

#scheduleviewAllMeetings .schedule-gray-dot {
  float: left;
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--color-border);
  border-radius: 50%;
}

#scheduleviewAllMeetings .schedule-meeting-name,
#scheduleviewAllMeetings .schedule-date-time {
  margin-left: 2rem;
}

#scheduleviewAllMeetings .meeting-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
}

#scheduleviewAllMeetings .schedule-date,
#scheduleviewAllMeetings .schedule-duration {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--slate-gray);
}

#scheduleviewAllMeetings .attending {
  /* width: 12.33%; */
}

#scheduleviewAllMeetings .schedule-attending {
  float: right;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  text-align: right;
  color: var(--black);
}

#scheduleviewAllMeetings .team-innerscroll {
  height: auto;
  max-height: 20rem;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/*ScheduleviewAllMeetings End*/
/*Dayviewmeeting*/
.conflictdayview {
  background-color: rgb(from var(--color-brand) r g b / 15%) !important;
}

#dayviewAllMeetings .chevron-left {
  margin-left: 3rem;
  padding: 1rem;
}

#dayviewAllMeetings .chevron-right #dayviewAllAvailableMeetings .chevron-right {
  margin-left: 2.8rem;
  padding: 1rem;
}

#dayviewAllMeetings .dayViewBorder {
  border: 0.1rem solid var(--gray);
}

.calendar-in-meeting-schedule .chevron-right,
.calendar-in-meeting-schedule .chevron-left {
  margin-left: 0.5rem;
}

.chevron-right,
.chevron-left {
  cursor: pointer;
}

.calendar-in-meeting-schedule .chevron-right,
.calendar-in-meeting-schedule .chevron-left {
  margin-left: 2.5rem;
}

#dayviewAllMeetings .month-name {


  font-size: var(--font-size-15);
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  margin-left: 3rem;
}

#dayviewAllMeetings .button-right {
  float: right;
}

#dayviewAllMeetings .Box {

  /* width: 16.6rem; */

  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  /*float: right;*/
}

#dayviewAllMeetings .Box .New-Event {
  /* width: 16.6rem; */
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}

#dayviewAllMeetings .calendar {
  padding: 1.5rem;
  background-color: var(--white);
}

#dayviewAllMeetings .Box2 {
  /*width: 17.6rem;*/
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /*float: right;*/
  margin-left: 1rem;
}

#dayviewAllMeetings .Box2 .Check-Availability {
  /*width: 17.6rem;*/
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--dark-gray);

}

#dayviewAllMeetings .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  /*margin-left: 18px;*/
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

#dayviewAllMeetings .dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

#dayviewAllMeetings .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 9999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  /* opacity: 0;
  visibility: hidden; */
  transition: 0.3s ease;
  /* float: right;*/

}

#dayviewAllMeetings .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem;*/
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  /* -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); */
  mix-blend-mode: multiple;

}

#dayviewAllMeetings .dropdown-btn .dropdown li {
  z-index: 1;
  position: relative;
  background: var(--white);
  padding: 0 0rem;
  margin-left: -1.8rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;


}

#dayviewAllMeetings .dropdown-btn .dropdown li.active {
  color: var(--color-info);

}

#dayviewAllMeetings .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

#dayviewAllMeetings .dropdown-btn .dropdown li:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

#dayviewAllMeetings .dropdown-btn .dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

#dayviewAllMeetings .dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: var(--slate-gray);

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

#dayviewAllMeetings .tp .row-header {
  padding-top: 2.5rem;
  padding-left: 5rem;
  height: 6.6rem;
  border-radius: 0.3rem;
  background-color: var(--dark-white);
  border: 0.1rem solid var(--gray);
  border-bottom: inherit;
}

#dayviewAllMeetings .tp .row-body {
  height: 73rem;
  background-color: var(--dark-slate-gray);
}

#dayviewAllMeetings .tp .row-header .header-date .header-date-span {
  font-size: var(--font-size-13);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);

}

#dayviewAllMeetings .tp .row-body .day-time-main,
#weekviewAllMeetings .body-bg {
  width: 100%;
  padding-right: 5rem;
  /*padding-left: 5rem;*/
  height: calc(100vh - 25.188rem);
  overflow-x: hidden;
  background: var(--white);
  border: 0.1rem solid var(--gray);
}

#weekviewAllMeetings .body-bg {
  padding-right: 0;
}

.day-time-left {
  width: 100%;
  max-width: 10%;
  float: left;
  /*border: 2px solid;*/
}

.week-time-left {
  width: 100%;
  max-width: 8.299%;
  float: left;
  padding-top: 0.5rem;
  /*border: 2px solid;*/
}

.day-time-right {
  width: 100%;
  max-width: 90%;
  float: left;
  /*border: 2px solid red;*/
}

#weekviewAllMeetings .week-time-right {
  max-width: 91.6919%;
  overflow: hidden;
}

.week-time-right {
  width: 100%;
  max-width: 91.67%;
  float: left;
  /*border: 2px solid;*/
}

.dont-touch {
  /*border: 2px solid;*/
  height: 3rem;
  width: 100%;
  border-bottom: 0.1rem solid var(--gray);
}

.week-day-slot-top {
  float: left;
  width: 14.28155% !important;
  /*! border-bottom: 0.1rem solid var(--gray); */
  border-left: 0.1rem solid var(--gray);
  height: 6.5rem;
  cursor: pointer;
  max-width: 221px;
}

.weekheader .week-day-slot-top {
  width: 14.2%;
}

.week-day-slot-bottom {
  float: left;
  width: 14.28155%;
  border-left: 0.1rem solid var(--gray);
  /*! border-bottom: 0.1rem solid var(--gray); */
  height: 5.8rem;
  max-width: 221px;
}

.week-day-slot-supertop {
  float: left;
  width: 14.27%;
  border-bottom: 0.1rem solid var(--gray);
  height: 5.8rem;
}

.day-time {
  /*margin-top: 10rem;*/
  text-align: center;
  height: 12rem;
  position: relative;
  /* border-right: 0.1rem solid var(--gray);*/
  /*width: 10%;
  float: left;*/
}

.week-time {
  /*margin-top: 10rem;*/
  text-align: center;
  height: 12rem;
  position: relative;
  /*border: 2px solid red;*/
  /*width: 10%;
  float: left;*/
}

.day-time-text {
  /*position: absolute;
  bottom: 0;*/

  font-size: var(--font-size-13);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--black);
}

.week-time-text {
  /*position: absolute;
  bottom: 0;*/

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--black);
}

.halfminutesslot {
  /*border: 2px solid;*/
  float: left;
  height: 12rem;
  width: 100%;
}

.minuteslsottop {
  margin-top: 11rem;
  /*border-bottom: 2px solid var(--gray);*/
}

.minuteslsotfirsttop {
  height: 3rem;
  position: relative;
}

.minuteslsotfirstbottom {
  height: 3rem;
  border-bottom: 0.1rem solid var(--gray);
  position: relative;
}

.dot-line {
  border-bottom: 1px dashed var(--gray);
}

.border-inherit {
  border: inherit !important;
}

.meeting-day-box-main {
  width: 100%;
  float: left;
  cursor: pointer;

}

.meeting-day-box {
  width: 28rem;
  float: left;
  margin-left: 2rem;
  margin-top: 1rem;
}

#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single {
  width: 100%;
  padding-top: 10rem;
}

#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single .day-time {
  margin-top: 0.2rem;
  width: 10%;
  float: left;
}

#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single .day-time .day-time-text {


  font-size: var(--font-size-13);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--slate-gray);
}

#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single .day-border {
  border: 0.1rem solid var(--gray);
  width: 90%;
  float: right;
  margin-top: 0.2rem;
}

#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single .meeting-day-box-main {
  width: 90%;
  float: right;
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-red {
  float: left;
  position: relative;
  width: 100%;
  height: 6rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: rgb(from var(--color-brand) r g b / 15%);
  /*margin-top: -9.4rem;
  margin-left: 0.3rem;*/
}

#dayviewAllMeetings .tp .row-body .day-time-main .selfmeeting-day-box-main-red {
  float: left;
  position: relative;
  width: 30%;
  height: 9.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: rgb(from var(--color-brand) r g b / 15%);
  margin-top: -9.4rem;
  margin-left: 0.3rem;
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-gray {
  float: left;
  position: relative;
  width: 30%;
  height: 9.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--color-border);
  background-color: var(--dark-white);
  margin-top: -9.4rem;
  margin-left: 0.3rem;
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-blue {
  float: left;
  position: relative;
  width: 30%;
  height: 9.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--color-info);
  background-color: var(--dark-white);
  margin-top: -9.5rem;
  margin-left: 0.3rem;
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-red .meeting-box-bar-red {
  /*margin-top: -98px;*/
  margin-left: 0.02rem;
  float: left;
  width: 0.5rem;
  height: 5.9rem;
  /*background: var(--red);*/
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-gray .meeting-box-bar-gray {
  /*margin-top: -98px;*/
  margin-left: 0.02rem;
  float: left;
  width: 0.5rem;
  height: 9.3rem;
  background: var(--color-border);

}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-blue .meeting-box-bar-blue {
  /*margin-top: -98px;*/
  margin-left: 0.02rem;
  float: left;
  width: 0.5rem;
  height: 9.3rem;
  background: var(--color-info);

}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-red .meeting-day-box,
#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-gray .meeting-day-box,
#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-blue .meeting-day-box,
#dayviewAllMeetings .tp .row-body .day-time-main .selfmeeting-day-box-main-red .selfmeeting-day-box {
  width: 100%;
  max-width: 94%;
  float: left;
  margin-left: 1rem;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-red .meeting-day-box .meeting-name,
#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-gray .meeting-day-box .meeting-name,
#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-blue .meeting-day-box .meeting-name,
#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single .meeting-day-box-main .selfmeeting-day-box-main-red .selfmeeting-day-box .meeting-name {

  font-size: var(--font-size-13);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  color: var(--slate-gray);
  padding-left: 1rem;
  width: 70%;
  white-space: normal;
  word-break: break-word;
}

#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-red .meeting-day-box .meeting-time,
#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-gray .meeting-day-box .meeting-time,
#dayviewAllMeetings .tp .row-body .day-time-main .meeting-day-box-main-blue .meeting-day-box .meeting-time,
#dayviewAllMeetings .tp .row-body .day-time-main .day-time-single .meeting-day-box-main .selfmeeting-day-box-main-red .selfmeeting-day-box .meeting-time {
  margin-left: 1rem;
  opacity: 0.8;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--brown);
}

.daymeetinghover-content {
  background-color: var(--color-background);
  width: 37.7rem;
  padding-bottom: 1.5rem;
  height: auto;
  clear: both;
  position: absolute;
  top: 2rem;
  left: 20%;
  display: none;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  z-index: 99999;

}

.daymeetinghover-close {
  color: var(--color-text-muted);
  font-size: var(--font-size-25);
  position: absolute;
  right: 0.8rem;
}

.daymeetinghover-modal-content-div {
  max-height: 28.2rem;
  margin-right: 0rem;
  overflow: auto;
  margin-left: 1.5rem;
  /*   margin-top: 1rem;*/
}

.weekBorderInherit {
  border-bottom: inherit !important;
}

.daymeetinghover-heading {
  margin-top: 2rem;
}

.daymeetinghover-Oval {
  background-color: var(--light-red);
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  margin-right: 0.4rem;
  border-radius: 50%;
  margin-top: 0.3rem;
}

.daymeetinghover-title {
  padding-left: 1rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
}

.daymeetinghover-day {
  padding-top: 0.5rem;
  padding-left: 2.4rem;
}

.daymeetinghover-title-date {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
}

.meeting-day-box-main:hover~.daymeetinghover-content {
  display: block !important;
}



.ft {
  display: none !important;
}

/*Dayviewmeeting End*/
/*yearpopup notify*/
.notify-center {
  margin: auto;
  width: 60%;
}

.notify-modal {
  border-radius: 0.5rem;
  display: none;
  /* Hidden by default */
  /*position: relative; /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /* top: 44rem;*/
  /*  margin-top: 273px !important;*/
  /* width: 56rem; */
  width: 56rem;
  margin: 0 auto;
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

@media(max-width:1025px) {
  .notify-modal {
    width: 46rem;
  }
}

@media(max-width:800px) {
  .notify-modal {
    width: 36rem;
  }
}

.notify-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 1.6rem 1.6rem 2.2rem 1.6rem;
  /*border: 0.1rem solid #888;*/
  width: 100%;
  /*overflow-x: hidden;*/
  /*max-height: 28.2rem;*/
}

.notify-modal-content .notify-title {
  text-align: center;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  padding-top: 1rem;
}

/* The Close Button */
.notify-close {
  float: right;
  padding-top: 1.1rem;
  padding-right: 1.5rem;
  cursor: pointer;
}

.notify-modal-content .notify-textarea {
  margin-top: 2rem;
  width: 96%;
  height: 18rem;
  margin-left: 1.2rem;
  margin-right: 2rem;
}

#notify-modal:before {
  /*content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  left: 0px;
  top: 0px;
  z-index: -99;
  opacity: .5;*/
}



.notify-modal-content .notify-textarea .notify-input {
  padding: 1.6rem;
  width: 100%;
  background-color: var(--dark-white);
  height: 18rem;
  /*margin-left: 1rem;*/
  border: 0rem solid var(--dark-white);

}

.notify-modal-content .notify-bottom {
  width: 100%;
  margin-top: 4rem;
  height: 4rem;
  text-align: right;
}

@media(max-width:1030px) {
  .notify-modal-content .notify-bottom {
    margin-top: 1rem !important;
  }
}

.notify-modal-content .notify-bottom .notify-rsvp-dropdown {
  float: left;
  margin-left: 1.2rem;
  position: relative;
  width: 96%;

}

.notify-modal-content .notify-bottom .notify-cancel-button {
  cursor: pointer;
  width: 8rem;
  height: 4.2rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  color: var(--red);
  margin-right: 1rem;
  background-color: var(--white);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  padding: 1rem;
}

@media(max-width:1030px) {
  .notify-modal-content .notify-bottom .notify-cancel-button {
    left: 38% !important;
  }
}

@media(max-width:800px) {
  .notify-modal-content .notify-bottom .notify-cancel-button {
    left: 36% !important;
  }
}

.notify-modal-content .notify-bottom .notify-cancel-button .cancel {

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  color: var(--red);
}

.notify-modal-content .notify-bottom .notify-send-button {
  cursor: pointer;
  width: 8rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  color: var(--white);
  margin-right: 1rem;
  background-color: var(--red);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  padding: 1rem;
}

@media(max-width:800px) {
  .notify-modal-content .notify-bottom .notify-send-button {
    left: 60% !important;
  }
}

.notify-modal-content .notify-bottom .notify-send-button .send {
  width: 7.4rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  color: var(--white);
}

/* ::-webkit-input-placeholder { 

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--slate-gray);
  padding: 1rem;
}
::-moz-placeholder { 

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
  padding: 1rem;
}
:-ms-input-placeholder { 

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
  padding: 1rem;
}
:-moz-placeholder { 

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
  padding: 1rem;
} */





























.notify-rsvp-dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  background-color: var(--dark-white);
  height: 3.5rem;
  min-width: 16rem;
  /*margin-left: 18px;*/
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  width: 100%;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 1.3rem 1rem 1rem;
  color: var(--slate-gray);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 0rem;
  margin-right: 0rem;
}

.notify-rsvp-dropdown-btn:focus .dropdown,
.notify-rsvp-dropdown-btn:active .dropdown {
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  opacity: 1;
  visibility: visible;
}

.notify-rsvp-dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.notify-rsvp-dropdown-btn .dropdown {
  left: 0rem;
  padding-left: 0;
  z-index: 999;
  top: 3.5rem;
  position: absolute;
  background: var(--white);
  width: 100%;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  /* padding-inline-start: 0px; */
  /* float: right;*/

}

.notify-rsvp-dropdown-btn .dropdown:before,
.rsvp.dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  left: 2rem;
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

.rsvp.dropdown li {
  position: relative;
  background: var(--white);
  list-style-type: none;

  display: block;
  border-bottom: 0.1rem solid rgb(from var(--dark-black) r g b / 5%);
  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  padding-left: 2.5rem;
  text-decoration: none;
  cursor: pointer;
}
.notify-rsvp-dropdown-btn .dropdown li.active,
.rsvp.dropdown li.active {
  color: var(--color-info);

}

.notify-rsvp-dropdown-btn .dropdown li:first-child,
.rsvp.dropdown li:first-child{
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);

}

.notify-rsvp-dropdown-btn .dropdown li:last-child,
.rsvp.dropdown li:last-child{
  border-radius: 0 0 0.4rem 0.4rem;
  color: var(--slate-gray);

}

.notify-rsvp-dropdown-btn .dropdown li:last-child a,
.rsvp.dropdown li:last-child a {
  border-bottom: 0;
  color: var(--slate-gray);

}

.notify-rsvp-dropdown-btn .dropdown a,
.rsvp.dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: inherit;

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  padding-left: 2.5rem;
  text-decoration: none;


}

.rsvp.dropdown{
  left: 0rem;
  padding-left: 0;
  z-index: 9999;
  top: 5rem;
  position: absolute;
  background: var(--white);
  width: 100%;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  visibility: visible;
  transition: 0.3s ease;
  color: var(--slate-gray);
  font-size: var(--font-size-15);
  font-weight: bold;

}
.rsvp.dropdown li:hover {
  background-color: var(--dark-white);
}
/*yearpopup notify end*/
.intro {
  cursor: pointer;
}

.next-month,
.prev-month {
  color: var(--dark-gray) !important;
}

.left-next-month,
.left-prev-month {
  color: var(--dark-gray)
}

.heilight-color.next-month,
.heilight-color.prev-month {
  color: var(--white) !important;
}

/* .focused {
  transform: translateY(-125%);
} */

.chat-input-label.focused {
  transform: inherit;
}

.chat-input-area.focused {
  transform: inherit;
}

.utt {
  transform: translateY(0%);
}



.week-row:nth-child(8) {
  /* display: none; */
}

.tooltip-meeting-hover {
  display: none;
}

.week-time:first-child {
  height: 10.6rem;
}

.add-label,
.add-label1,
.add-label2 {
  cursor: auto;
}

/*Meeting Details Popup*/
.meeting-details-popup-center {
  margin: auto;
  width: 60%;
  padding-top: 4rem;
}

.meeting-details-popup-modal {
  border-radius: 0.5rem;
  /* display: none;  */
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  top: 30rem;
  width: 51rem;
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  background-color: var(--white);

}

.meeting-details-popup-modal-content {
  background-color: var(--color-background);
  margin: auto;
  padding: 1rem;
  padding-bottom: 2rem;
  width: 100%;
  max-height: 49rem;
}

.meeting-details-popup-modal-content .meeting-details-popup-title {
  text-align: center;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
  padding-top: 2rem;
}

.meeting-details-popup-modal-content .meeting-details-popup-main {
  width: 100%;
  padding: 2rem 2rem 2rem 2rem;
  max-height: 35rem;
  overflow-x: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;

}

.meeting-details-popup-close {
  /* float: right;
  padding-top: 2rem;
  padding-right: 2rem; */
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting {
  width: 100%;
  height: 7.1rem;
  border-radius: 0.3rem;
  background-color: var(--dark-white);
  cursor: pointer;
  clear: both;
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting .bar-color {
  float: left;
  height: 7.1rem;
  width: 0.5rem;
  border-radius: 0.3rem;
  background-color: var(--red);
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting .single-meeting-left {
  width: 48%;
  float: left;
  padding: 1.5rem;
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting .single-meeting-left .meeting-details-username {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting .single-meeting-left .meeting-details-shedule-time {
  padding-top: 1rem;

  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86rem;
  color: var(--slate-gray);
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting .single-meeting-right {
  width: 50%;
  float: left;
  padding: 2.5rem;
}

.meeting-details-popup-modal-content .meeting-details-popup-main .single-meeting .single-meeting-right .meeting-status {
  float: right;

  font-size: var(--font-size-13);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  color: var(--black);
}

.threedot-main {
  cursor: pointer;
  text-align: center;
}

.threedot-main:hover {
  /* background-color: var(--dark-white); */
}

.prevbase {
  /* background-color: var(--dark-slate-gray) !important; */
}

/*Meeting Details Popup End


/*ram calander css start here*/
.navigation-small-cont #monthviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 24rem;
  right: 4rem;

}

.navigation-small #monthviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 13rem;
  right: 3rem;

}

.navigation-small-cont #yearviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 24rem;
  right: 4rem;

}

.navigation-small #yearviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 12rem;
  right: 3rem;

}

.navigation-small-cont #dayviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 16rem;
  right: 4rem;

}

.navigation-small #dayviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 13rem;
  right: 3rem;

}

.navigation-small-cont #weekviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 4rem;

}

.navigation-small #weekviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 1rem;
  right: 3rem;

}

#dayviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 16rem;
  right: 4rem;
}

#weekviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 1rem;
  right: 4rem;
}

#scheduleviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: -6rem;
  right: 4rem;
}

.calendarbody {
  /* max-width: 99.2%; */
  margin: 1rem 0rem 0 0;
  /* overflow: scroll;
    height: calc(100vh - 163px);
    overflow-x: hidden; */
}

.dayviewAllMeetings {
  max-width: 100%;
  margin: 1rem 0rem 0;
  /* overflow: scroll; */
  /* height: calc(100vh - 163px); */
}

.weekviewAllMeetings {
  max-width: 100%;
  margin: 1rem 0rem 0;
  /* overflow: scroll; */
  height: calc(100vh - 163px) !important;
}

.navigation-small-cont #scheduleviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: -7rem;
  right: 4rem;

}

.navigation-small #scheduleviewAllMeetings {
  position: absolute;
  top: 0rem;
  left: 2.5rem;
  right: 1rem;

}

.cloud-cal-icon {
  display: inline-block;
  margin-right: 1rem;
}

.orgnize-main-section {
  width: 100%;
}

.orgnize-main-section::after {
  content: "";
  display: table;
  clear: both;
}

.to-org {
  float: left;
  width: 48%;
  height: 3.5rem;
  background-color: var(--dark-white);
}

.to-everone {
  float: left;
  width: 48%;
  height: 3.5rem;
  background-color: var(--dark-white);
}

.to-orgnine-title {

  font-size: var(--font-size-15);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--brown);
  display: inline-block
}

.to-orgnine-btn {
  display: inline-block
}

/*share calender popup start here*/
#sharecalender {
  display: none;
}

.sharCalender {
  position: fixed;
  z-index: 1;
  margin-top: 0rem;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  overflow: auto;

  border-radius: 2rem;
  background-color: rgb(from var(--black) r g b / 80%);
  z-index: 999999999;
}

.sharCalender-main-section {
  width: 60rem;
  /* height: 482px;*/
  margin: 0rem auto;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--color-border-light);
  background-color: var(--white);
  padding: 1rem 0rem;
  /*height: calc(100vh - 156px);*/
  /*overflow: auto;  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.share-close-section {
  position: absolute;
  top: 3.5rem;
  right: 0rem;
  width: 100%;
}

.share-title {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  color: var(--black);
  margin-top: 1rem;
}

.searc-Input-Name-share {
  border: none !important;
  border-bottom: 0.1rem solid var(--gray) !important;

  font-size: var(--font-size-15);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--brown);
  width: 100% !important;
  padding-left: 0rem !important;
}

.share-all-contact {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
  margin-top: 3rem;
}

.all-contact-list-share {
  margin-top: 1.6rem;
}

.share-list-items {
  list-style-type: none;
  padding: 0rem;
  margin: 0rem;
  max-height: 25rem;
  overflow: auto;
  min-height: 20rem;
}

.share-list-items li {
  padding-bottom: 1rem;
}

.main-section-share-list {
  width: 100%;
}

.main-section-share-list::after {
  content: "";
  display: table;
  clear: both;

}

.share-profile {
  height: 4rem;
  width: 4rem;
  padding: 0.1rem;
  border: 0.1rem solid var(--red);
  border-radius: 0.3rem;
}

.share-Iocns-size {
  border-radius: 0.3rem;
}

.share-icon-profile {
  float: left;
  width: 10%;
  margin-top: 1.5rem;
}

.share-user-name {
  float: left;
  width: 50%;
}

.share-user-btn {
  float: left;
  width: 40%;
  text-align: right;

}

.share-calender-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2rem;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.share-calender-designation {

  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--brown);
  font-size: var(--font-size-15);
}

.share-user-btn button {
  width: 7.4rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red) !important;
  background-color: var(--red) !important;
  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  text-align: center;
  color: var(--white);

}

.share-inner-section {
  padding: 0rem 2.8rem;
  margin-top: 3rem;
}

.month-list-parent {
  height: calc(100vh - 22.188rem) !important;
  /* overflow: scroll;
  overflow-x: hidden; */
}

body {
  overflow: hidden;
}

/*new cloud calender section start here*/

#newcloudCalender .calendar {
  padding: 1.5rem;
  background-color: var(--white);
  width: 100%;
  position: relative;
  top: -14.9rem;
}

#newcloudCalender .button-right {
  float: right;
}

#newcloudCalender .Box {
  width: 11.6rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  /* float: right; */
}

#newcloudCalender .Box2 {
  /* width: 17.6rem; */
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /* float: right; */
  margin-left: 1rem;
}

#newcloudCalender .dropdown-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.5rem;
  min-width: 16rem;
  /* margin-left: 18px; */
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.8rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15) !important;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

#newcloudCalender .dropdown-btn .dropdown {
  right: 2.4rem;
  z-index: 999;
  top: 4.5rem;
  position: absolute;
  background: var(--white);
  width: 16rem;
  margin-top: -0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 1.2rem rgb(from var(--color-text-primary) r g b / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  /* float: right; */

}

#newcloudCalender .dropdown-btn .dropdown:before {
  content: '';
  position: absolute;
  top: -0.6rem;
  /* left: 2rem; */
  width: 0;
  height: 0;
  box-shadow: 0.2rem -0.2rem 0.6rem rgb(from var(--color-text-primary) r g b / 5%);
  border-top: 0.6rem solid var(--white);
  border-right: 0.6rem solid var(--white);
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: multiple;

}

#newcloudCalender .dropdown-btn .dropdown li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  color: var(--slate-gray);
}

#newcloudCalender .dropdown-btn .dropdown a {
  display: block;

  padding: 1.6rem 0;
  color: var(--slate-gray);

  font-size: var(--font-size-15);
  line-height: 0.5rem;
  font-weight: 500;
  text-decoration: none;

}

#newcloudCalender .dropdown-btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

#newcloudCalender .Box .New-Event {
  width: 11.6rem;
  height: 1.6rem;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}

.new-cloud-calendar-section {
  width: 100%;
  background-color: var(--white);

}

.cloud-inner-section {
  width: 100%;
}

.cloud-inner-section::after {
  content: "";
  display: table;
  clear: both;
}

.cloud-user-section {
  float: left;
  width: 32%;
  height: 12.2rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--dark-slate-gray);
  margin-left: 1.9rem;
}

.user-name-cloud {
  display: inline-block;
}

.cloud-user-details {
  display: inline-block;
  position: relative;
  top: 1rem;
  width: 29.2rem;
}

.cloud-remove-btn {
  display: inline-block;
}

.cloud-user-name {


  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  color: var(--black);
}

.loud-user-email {


  font-size: var(--font-size-15);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--brown);
}

.cloud-user-office {


  font-size: var(--font-size-15);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--brown);
}

.cloud-remove-btn button {
  width: 11.6rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);


  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
}

/*new cloud calender section start here*/
.slots-head {
  margin-top: 3.6rem;
}

#notify-input::-moz-placeholder,
#notify-input::-webkit-placeholder,
#notify-input::-ms-placeholder,
#notify-input::-o-placeholder {
  color: var(--slate-gray) !important;
  padding-top: 2rem !important;
}

.floating-part {
  clear: both;
}

.Box {
  padding: 0.7rem 0.8rem;
}

.Box2 {
  padding: 0.5rem 0.8rem;
}

/* empty state start here */
.empty-state-Calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.7rem;
}

.calendar-inner-part {
  text-align: center;
}

.empty-calendar-title {
  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.1rem;
  text-align: center;
  color: var(--black);
  margin-top: 3rem;
}

.empty-calendar-subtitle {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.1rem;
  text-align: center;
  color: var(--brown);
}

/* empty state end here */
.viewDropdown {
  text-align: center;
  width: 100%;
  min-width: 11rem;
}

.changeMyViewMain {
  list-style-type: none;
  position: absolute;
  top: 5.3rem;
  width: 100%;
  background-color: var(--white);
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  right: 0;
  z-index: 9;
  /* display: none; */
  max-width: 15.77rem;

}

.changeMyViewMain li {
  background-color: var(--white);
  padding: 1rem;
  color: var(--light-slate-brown-v1);
  list-style-type: none;

  font-size: var(--font-size-15);
  font-weight: 500;
  line-height: 1.9rem;
  border-bottom: 0.1rem solid var(--gray);
  text-align: center;
  cursor: pointer;
}

#meeting-details-popup {
  margin: unset;
  padding-top: unset;
  width: 51rem;
  height: unset;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;

  box-shadow: unset;

  z-index: 9;
  padding-bottom: 1rem;

}

#meeting-details-popup .meeting-details-popup-modal {
  position: unset;
  z-index: unset;
  top: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  box-shadow: unset;

  background-color: unset;
  box-shadow: 0 0.1rem 1rem 0 rgb(from var(--color-text-primary) r g b / 51%);
  border: 0.1rem solid var(--gray);
  background-color: var(--white);


}

#meeting-details-popup .meeting-details-popup-modal-content {
  background-color: unset;
  margin: unset;
  padding: unset;
  padding-bottom: unset;
  width: unset;
  max-height: unset;
}

.meetingpopup-description .meetingpopup-description-details {
  max-height: 10.1rem;
  height: auto;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  word-break: break-word;
  position: relative;
  left: -22px;
  overflow: scroll;
  line-height: normal !important;
}



@media(max-width: 1680px) {
  .left-imgg-mb h3 {
    /* width: 20.9rem; */
  }

  .month-header-container1 {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 23rem);
    /* overflow-y: scroll; */
  }
}

.cancel-meeting-booking-modal {
  left: 50% !important;
  top: 50% !important;
  margin-left: 0rem !important;
  transform: translate(-50%, -50%) !important;
}

@media(max-width: 1500px) {
  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-title {
    top: 3rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-description {
    top: 6rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-invitees {
    top: 9rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-duration {
    top: 11rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-date {
    top: 11rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-timezone {
    top: 13rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-recurrence {
    top: 15rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-reminder {
    top: 15rem;
  }

  .upload-file-calendar-user {

    top: 21rem;
    overflow: scroll;
    height: 6.3rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left {
    height: 66.4rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-right {
    height: 66.4rem;
  }

  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .upload-file-calendar-section {
    position: relative;
    top: 20rem;
  }

  .coworker-title {
    font-weight: 600;
    font-size: var(--font-size-11);
  }

  .network-title {
    font-weight: 600;
    font-size: var(--font-size-11);
  }

  .meetingpopup-modal-content .meetingpopup-heading {
    margin-top: 0.9rem;
  }

  .meetingpopup-modal-content .meetingpopup-heading {
    margin-top: 0.9rem;
  }

  /* .meetingpopup-close {
  top: 0rem;
  } */
}

@media(max-width:1466px) {
  .left-imgg-mb h3 {
    /* width: 20.9rem; */
  }

  .meetingpopup-modal-content {
    padding: 1.5%;
    width: 100%;
  }
}

@media(max-width:1400px) {

  .meeting-details-popup-modal {
    top: 20rem;
  }

  .file-count {
    text-align: left;
  }
}

@media(max-width:1366px) {
  /* .left-imgg-mb h3 {
    width: 20.9rem;
  } */

}

@media(max-width: 1300px) {

  /* .attachment-icon-meeting {
    padding-top: 0.8rem !important;
    padding-left: 0.8rem !important;
} */
  .newevent-modal .newevent-modal-content .newevent-body .newevent-left .form-input-getslots {
    bottom: -5.8rem;
  }

}

@media(max-width: 1280px) {
  /* .left-imgg-mb h3 {
    width: 25.9rem; 
     width: 20.9rem; 
  } */
}

@media(max-width: 1023px) {
  #monthviewAllMeetings {
    left: 8rem;
  }
}

.meeeting-organiser-name {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
}

.are-organiser {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--slate-gray);
}

.meeting-file-progress {
  overflow: hidden;
  height: 0.4rem !important;
  margin-bottom: 0rem !important;
  background-color: var(--light-slate-brown-v3);
  border-radius: 0.4rem;
  -webkit-box-shadow: inset 0 0.1rem 0.2rem rgb(from var(--color-text-primary) r g b / 10%);
  box-shadow: inset 0 0.1rem 0.2rem rgb(from var(--color-text-primary) r g b / 10%);
  float: none;
  width: 100%;


}

.meeting-file-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: var(--font-size-11);
  line-height: 1.6rem;
  color: var(--white);
  text-align: center;
  background-color: var(--red);
  -webkit-box-shadow: inset 0 -0.1rem 0 rgb(from var(--color-text-primary) r g b / 15%);
  box-shadow: inset 0 -0.1rem 0 rgb(from var(--color-text-primary) r g b / 15%);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;


}

/* button  left in  section */
.form-input-getslots {
  position: absolute;
  bottom: 1.5rem;
  left: 42%;
}

.meeting-cancel {
  width: 9.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--white);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
  margin-right: 0.8rem;
}

.meeting-confirm {
  width: 9.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--dark-gray);
  background-color: var(--gray);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
}

#addInviteesInMeeting {
  /* height: 2.4rem;
  border-bottom: 2px solid var(--red);
  padding-top: 1.5rem; */
}

.form-input-invitees .add-label2 {
  color: var(--slate-gray);
  transition: 0.3s;
  /* z-index: -1; */
  font-size: var(--font-size-15);
  font-weight: 600;
}

.inviteesHeightAdd {
  height: 4.6rem;
  border-bottom: 0.2rem solid var(--red) !important;
  padding-top: 1.7rem !important;
  ;
}

.inviteesHeightRemove {
  height: 2.9rem;
  border-bottom: 0.1rem solid var(--color-border) !important;
  ;
  padding-top: 2.7rem !important;
  ;
}

.clearboth-reminder {
  clear: both;
}

.newevent-close {
  display: none;
}

.confirm-meeting {
  border: solid 0.1rem var(--red);
  background-color: var(--red);
}

.inviteesheight {
  height: 5.5rem !important;
}

.waiting {
  margin: auto;
  padding: 0%;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 41%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--font-size-15);
  font-weight: 500;
  display: block;
}

.disable-button {
  pointer-events: none;
}

.margin-zero {
  margin: 0 !important;
}

.meetng-end {
  text-decoration-line: line-through;
}

.center-loader {
  height: calc(100vh - 23.8rem);
  /* overflow-y: scroll; */
  position: relative;
  z-index: 999999;
}

.pleaseWait {
  font-size: var(--font-size-15);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w-full {
  width: 100%;
}

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

.scheduleEmptyMain {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100rem; */
  /* overflow: scroll; */
  flex-direction: column;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  transform: translate(0%, 35%);
}

.scheduleEmptyMain .heading {
  padding: 2rem 0 1rem 0;
  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  text-align: center;
  color: var(--black);
}

.scheduleEmptyMain .para {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: var(--brown);
}

@media(max-width:766px) {

  #monthviewAllMeetings .bg .base,
  #monthviewAllMeetings .days-bg .base {
    width: 15.283%;
    float: left;
  }

  .changeMyViewMain li {
    font-size: var(--font-size-11);
  }
}

@media(max-width:720px) {

  .navigation-small #weekviewAllMeetings {
    left: 4rem;
  }

  /* Responsive popup(calendar meeting notify test) start*/
  /*Responsive popup(calendar meeting notify test) end  */

}


.meetingpopup-top {
  width: 100%;
  /* border: 1px solid var(--black); */
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: end;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  gap: 2rem;
}

/*pages-css*/
.day-list {
  /*border: 1px solid;*/
  text-align: right;
  float: left;
  padding: 8rem;
  background-color: var(--white);
}

.prevbase {
  background-color: var(--dark-slate-gray);
}

.days.oval {
  color: var(--red);
  font-weight: 600;
  font-size: var(--font-size-19);
}

.days,
.month-name {
  font-size: var(--font-size-15);
  font-weight: 600;
}

.nextPrev {
  /* float: left; */
  /* padding-right: 10px; */
  font-size: var(--font-size-19);
  cursor: pointer;
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-arrow-icon {
  height: 1.4rem;
}

.right-arrow-icon {
  height: 1.4rem;
}

#monthviewAllMeetings {
  /* border: 1px solid var(--black); */
  padding: 0rem 0 0rem 0rem;
  display: block;
  position: inherit;
  /* margin-top: inherit; */
  /* margin-right: 0.5rem; */
  /* width: 365px; */
  /* display: flex; */
  /* float: left; */
  /* width: 77%; */
  /* margin-top: 2rem; */
  /* flex-basis: calc(79.9% - 90px)!important; */
  /* flex-grow: 0; */
  /* margin-bottom: 2rem; */
  /* gap: 10px; */
  /* transition: all 0.5s; */
  /* position: relative; */
  /* overflow: hidden; */
}

.month-list-parent {
  /* position: absolute; */
}

#yearviewAllMeetings,
#dayviewAllMeetings,
#weekviewAllMeetings,
#scheduleviewAllMeetings {
  position: inherit !important;
  margin-top: inherit;
}

#yearviewAllMeetings .bg .base,
#yearviewAllMeetings .bg .base2 {
  float: left;
}

.weekviewAllMeetings .bg .base,
.weekviewAllMeetings .bg .base2,
.weekviewAllMeetings .bg .left {
  float: left;
}

.weekviewAllMeetings .bg .base,
#scheduleviewAllMeetings .bg .base {
  width: 12.2888%;
}

/*pages-css-end*/
/*mycustom-css*/
.calendarTopStrip {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: var(--white);
  border-bottom: 0.1rem solid var(--gray);
  display: flex;
  justify-content: space-between;
  width: 100vw;
  /* width: calc(100% - 12.1rem) !important; */
  margin: 0rem 0rem 0 1rem;
  /* border-radius: 30px; */
  border-radius: 0.5rem;
  border: solid 0.08rem var(--gray);
  background-color: var(--white);
  margin-top: 1%;
  /* margin-right: 9rem; */
  /* height: 7rem; */
  align-items: center;
}

.calendarLeftBar {
  display: flex;
  padding: 0rem 1.5rem 0rem 0 !important;
  align-items: center;
}

.calendarRightBar {
  /* float: right; */
  display: inline-flex;
  height: 3.725rem;
  align-items: center;
  gap: 1rem;
}

.Box:focus {
  outline: inherit !important;
}

.month-header {
  border-right: 0.1rem solid var(--gray);
}

.dropdown-icons {
  width: 100%;
  max-width: 1.8rem;
  max-height: 1.8rem;
}

.meetingJoin {
  margin-bottom: 1px;
  padding-left: 0.5rem;
}

.calendarRightBar .dropdown-btn {
  gap: 1rem;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  height: 3.725rem;
  min-width: 16rem;
  /* margin-left: 18px; */
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: var(--color-border);


  box-sizing: border-box;
  padding: 0.5rem 2rem;
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

.Box2 {
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /* float: right; */
  margin-left: 1rem;
  padding: 0.5rem 0.8rem;
}

.cloud-cal-icon {
  display: inline-block;
  margin-right: 0.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.cloudIcon {
  height: 2rem !important;
}

.cloudBackIcon {
  vertical-align: text-top;
  width: 100%;
  max-width: 1.8rem;
  max-height: 1.8rem;
}

.Check-Availability {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--dark-gray);
  vertical-align: middle;
}

.Box {
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red) !important;
  padding: 0.7rem 0.8rem;
}

.Box .New-Event {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}

.borderTNone {
  border-top: none !important;
}

.dateCustomHeader {
  width: 100%;
}

.dayCenter {
  display: block;
  text-align: center !important;
  padding-top: 2.1rem;
  width: 100% !important;
  /* padding: 0 6rem; */
}

.scheduleBodyRow {
  /* display: flex; */
  /* align-items: center; */
}

.sheduleDayRow {
  width: 100%;
  display: flex;
}

.scheduleLeft {
  padding: 0rem !important;
}

.scheduleAttending {
  /* width: 100% !important; */
  /* max-width: 100% !important; */
  padding: 0;
  float: right;
}




/*create-meeting-start-here*/
/* new calender event css start here */

/*  create meeting popup with black background overlay*/


























#notify-modal {
  margin-top: unset !important;
}

#myProgress {
  width: 100%;
  background-color: var(--gray);
}

#myBar {
  width: 100%;
  height: 0.5rem;
  background-color: var(--red);
}

li.selected {
  background: var(--color-text-muted)
}

.invite-search-list:hover {
  background: var(--color-text-muted) !important;
}

@media (max-width: 1023px) {
  .meeting-popup-body-section {
    width: 100%;
    left: 70%;
  }
}

@media (max-width: 720px) {
  html {
    -ms-overflow-x: auto;
  }

  .meeting-popup-body-section {
    top: 50%;
    left: 76%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-13);
    -ms-high-contrast-adjust: none;
    height: 100%;
    min-width: 102rem;
    -ms-overflow-style: none;
    overflow: hidden;
  }
}

@media (max-width: 620px) {
  .meeting-popup-body-section {
    left: 93%;
  }
}

/* create meeting popup with no black background and sidebar and header no overlay */
.meeting-popup-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.2rem;
  background-color: var(--dark-white);
  z-index: 12;
  height: 100vh;
}

.meeting-popup-body-section {
  width: 100%;
  border-radius: 0.3rem;
  background-color: var(--dark-white);
  /* max-width: 96vw; */
  /* padding: 0rem 1rem; */
  /* position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%,-50%); */
  /* padding-right: 6.7rem; */
  /* border-right: none; */
}



.meeting-popup-header {
  width: 100%;
  border-bottom: 0.1rem solid var(--gray);
  background-color: var(--dark-white);
  padding: 1.3rem 0rem 1.3rem 2.2rem;
  min-width: 100%;
  /* padding-right: 3rem; */
  display: flex;
  align-items: center;
}

.meetin-popup-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.meeting-left-header {
  float: left;
  width: 49%;
  /* padding: 2.6rem 0rem 2.6rem 2.95rem; */
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: row;
}
.meeting-right-header-btn.subCalenderBtn{
  width: 100%;
}
.meeting-right-header-btn {
  padding-right: 3rem;
  /* Parent .meeting-popup-header is display:flex, so push the button group to the
     right with margin-left:auto and keep Cancel + Schedule together on one line. */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-left: auto;
}

.cta-calendarSetting{
  padding-right: 0 !important;
}

.calendar-icons {
  height: 2rem;
}

.meeting-header-icon {
  margin-right: 1.6rem;
}

.meeting-header-label {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.46; */
  color: var(--black);
  font-weight: 600;
}

.edit-upload_section {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 0.4rem;
}

.meeting-save-btn {
  margin-right: 0.8rem;
  width: 8rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  /* box-shadow: 0 0.5rem 0.8rem 0 var(--gray); */
  border: solid 0.1rem var(--red);
  background-color: var(--red);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
  padding: 1rem;
  cursor: pointer;
  /* padding: 9px 0px; */
  margin: 0px;
}

.meeting-save-btn-disabled {
  margin-right: 0.8rem;
  width: 8rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 0.8rem 0 var(--color-border);
  border: solid 0.1rem var(--gray);
  background-color: var(--dark-gray);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
  /* padding: 9px 0px; */

}

.meeting-cancel-btn {
  width: 8rem;
  height: 3.3rem;
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 0.8rem 0 var(--color-border);
  border: solid 0.1rem var(--red);
  background-color: var(--dark-white);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
  cursor: pointer;
  padding: 1rem;

}


/* inner section */
.main-meetin-inner-section {
  padding: 0rem 0rem 1rem 2.2rem;
}

.meeting-inner-body {
  width: 100%;
}

.meeting-left-part {
  float: left;
  width: 50%;
  border-right: 0.1rem solid var(--gray);
  overflow-y: scroll;
  height: calc(100vh - 16.5rem);
  border-bottom: 0.1rem solid var(--gray);
  overflow-x: hidden;
}

.availble-inner-part {
  border-radius: 0.2rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  height: calc(100vh - 20.9rem);
  overflow-y: scroll;
}

.meeting-right-part {
  float: left;
  width: 100%;
  max-width: 49%;
}

.meeting-mt-mb {
  margin: 1.6rem 0rem 0.9rem 0rem;
}

.m-top-label {
  margin: 1.6rem 0rem 0.9rem 0rem;
}

.meeting-common-label {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
  margin-left: 0rem;
}

.common-input-label-meeting {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  /* padding-left: 0.6rem; */
  padding-top: 0.9581rem;
  /* padding-bottom: 0.9581rem; */
  background-color: var(--white);
  width: 100%;
  border-radius: 0.2rem;
  border: solid 0.1rem var(--gray);
}

.common-input-label-meeting:focus {
  background-color: var(--white) !important;
}

.common-input-label-meeting::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  padding-left: 0rem !important;
}

.common-input-label-meeting:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  padding-left: 0rem !important;

}

.common-input-label-meeting::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  padding-left: 0rem !important;

}

.common-input-label-meeting:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  padding-left: 0rem !important;
}

.availble-time-label {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--light-black-v2);
}

.meeting-start {

  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--red);
  font-size: var(--font-size-15);
  font-weight: 500;
}

.meeting-span {
  display: inline-block;
}

.meeting-common-margin {
  margin-right: 3rem;
}

.invitees-main-section {
  /* margin-top: 1.6rem; */
  position: relative;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
}

.add-invite-section {
  height: 4.8rem;
  border-radius: 0.2rem;
  border: dashed 0.1rem var(--slate-gray);
  background-color: var(--gray);
  /* margin: 1.6rem 1.2rem; */
}

.meeting_title input{
  padding: 0.8rem 0.6rem;
}

.invitie-padding {
  padding: 1.2rem 1.6rem;
  cursor: pointer;
}

.add-invite-title {
  width: 90%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
}

.add-icon {
  width: 100%;
  max-width: 1.8rem;
  max-height: 1.8rem;
}

.plus-icon {
  height: 1rem;
}

#invitees-section .add-invite-icon {
  float: right;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: flex-start;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

}
#invitees-section .add-invite-icon img{
  height: 2.4rem;
  width: 2.4rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  display: block;
  object-fit: contain;

}
#invitees-section .add-invite-icon:focus,
#invitees-section .add-invite-icon:active,
#invitees-section .add-invite-icon:hover {
  outline: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

}
.invitees-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.invitees-heading-row .meeting-common-label {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
}
.invites-plus img{
  width: 1rem;
    height: 1rem;
}
.invites-label {
  display: inline-block;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--light-black-v2);
  margin-right: 0.8rem;
  line-height:2rem ;
}

.invites-plus {
  display: inline-block;
  vertical-align: text-bottom;
}

#invitees-section .input-invite-section {
  position: relative;
  margin-top: 0;
  border-radius: 0.2rem;
  border: solid 0.1rem var(--color-border-light);
  background-color: var(--white);
  min-height: 4.8rem;
  max-height: 15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1rem;
  cursor: text;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

#invitees-section .input-invite-section:focus-within {
  border-color: var(--color-border-light);
  box-shadow: none;

}

.input-invite-main {

  font-size: var(--font-size-15) !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  border: none;
  padding-left: 1.6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  width: 100%;
  position: relative;
}

.input-invite-main::placeholder {
  /* WebKit, Blink, Edge */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding-left: 0rem !important;
  width: 100% !important;
}

.input-invite-main:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding-left: 0rem !important;
  width: 100% !important;

}

.input-invite-main::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding-left: 0rem !important;
  width: 100% !important;

}

.input-invite-main:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding-left: 0rem !important;
  width: 100% !important;
}

/* add inities */
#invitees-section .add-invite-member {
  display: contents;
}

#createMeetingMember {
  display: contents;
}

#invitees-section #searchUser {
  flex: 1 1 16rem;
  min-width: 16rem;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0.4rem 0 !important;
  margin: 0;
  background: transparent !important;
  caret-color: var(--color-text-primary);
  line-height: 1.4;
  box-shadow: none !important;

  outline: none !important;
  -webkit-appearance: none;
  appearance: none;

}

#invitees-section #searchUser:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;

}

#invitees-section .add-invite-main {
  margin: 0;
  border: none;
  background-color: var(--color-surface);
  border-radius: 0.4rem;
  width: 22rem;
  min-width: 22rem;
  max-width: 22rem;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  position: relative;
  flex: 0 0 22rem;
}

#invitees-section .participant-chip-avatar {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  /* border-radius: 0.45rem 0 0 0.45rem; */
  background: var(--brown);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
}

#invitees-section .participant-chip-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

#invitees-section .participant-chip-avatar-fallback {
  font-size: var(--font-size-13);
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#invitees-section .search-listing-invite {
  position: relative;
  width: 100%;
  margin-top: 0.4rem;
  top: auto;
  left: auto;
}

#invitees-section .inviteMainWrap {
  width: 22rem;
  max-width: 22rem;
}

#invitees-section .inviteWrap {
  width: auto !important;
  max-width: 30rem !important;
  min-width: 0 !important;
  padding: 0.55rem 2.9rem 0.55rem 0.9rem !important;
  box-shadow: none;
  outline: none;
  z-index: auto;
  position: relative;
  display: block;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;

}

#invitees-section .invite-short-name {
  display: none !important;
}

#invitees-section .invite-full-name {
  padding: 0;
  max-width: 100%;
  color: var(--brown);
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-15);
}

#invitees-section .invite-full-name.inviteWrap {
  padding: 0.55rem 2.9rem 0.55rem 0.9rem !important;
}

#invitees-section .invitees-close-new {
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: transparent !important;
  border: none !important;
  z-index: 2;
  cursor: pointer;
}

#invitees-section .invitees-close-new img {
  width: 0.82rem;
  height: 0.82rem;
  max-width: 0.82rem;
  max-height: 0.82rem;
  opacity: 1;
  filter: none;
}

#invitees-section .remove-invite {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

@media (max-width: 767px) {
  #invitees-section .add-invite-main,
  #invitees-section .inviteMainWrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  #invitees-section #searchUser {
    min-width: 100%;
    flex-basis: 100%;
  }
}

.add-invite-main {
  border-radius: 0.2rem;
  border: solid 0.1rem var(--color-border-light);
  background-color: var(--dark-white);
  display: flex;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  align-items: center;
  flex-direction: row;
}

.invite-short-name {
  /* padding: 1.555rem; */
  border-radius: 0.1rem;
  background-color: var(--brown);
  display: inline-block;
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--white);

}

.invite-full-name {
  display: inline-block;
  padding: 1rem 0rem 1rem 1rem;
  border-radius: 0.1rem;
  background-color: var(--dark-white);
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--brown);

  margin-bottom: 0;
}

.invite-name-remove {
  display: inline-block;
  border-radius: 0.1rem;
  background-color: var(--dark-white);

}

.remove-invite {
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

img.remove-invite {
  position: relative;
  top: -0.1rem;
}

.more-people-section {
  border-radius: 0.2rem;
  border: dashed 0.1rem var(--red);
  background-color: var(--dark-slate-gray);
  margin-top: 0.8rem;
}

/* Invalid email error section */
.invalid-email-section {
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  border: dashed 0.1rem var(--red);
  background-color: var(--dark-slate-gray);
  margin-top: 0.8rem;
  padding: 0.8rem 1.2rem;
}

.invalid-email-text {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--red);
  display: inline-block;
  margin-left: 0.8rem;
}

.invalid-email-section .warning-icon {
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.more-people {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--red);
  display: inline-block;
  margin-left: 1.6rem;

}

.warning-icon-section {
  display: inline-block;
}

.warning-icon {
  padding: 1.2rem 0rem 1.2rem 1.6rem;
}

.data-duration-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%
}

/* .date-left{
  float: left;
  width: 50%;
} */
.duration-right {
  /* float: left;
  width: 50%; */
  padding: 0 0 0 0rem;
}

.common-bg-dropdown {
  border-radius: 0.2rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  padding: 1rem;
  cursor: pointer;
  position: relative;
}

.common-bg-dropdown:focus {
  border: 0.1rem solid var(--gray);
}

.common-bg-dropdown-notify {
  border-radius: 0.2rem;
  border: solid 0.1rem var(--gray);
  /* background-color: var(--white); */
  background-color: var(--dark-white);
  padding: 0.8rem 1rem 0.8rem 1rem;
  cursor: pointer;
  font-size: var(--font-size-15);
  font-weight: 500;

}

.common-bg-dropdown-notify:focus {
  border: 0.1rem solid var(--slate-gray);
}

.meeting-save-btn:focus {
  border: 0.1rem solid var(--white);
}

.dropdown-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-inner-label {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
  margin-top: 0.2rem;

  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    overflow-y: hidden;
    padding-right: 5%;
}

.dropdown-calender-icon-section {
  padding: 0 0.6rem;
}

.calender-icons {
  width: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.upload-calendar-main-label {
  display: block;
}

.upload-file-label-name {
  float: left;
  margin-top: -0.7rem;
  cursor: pointer;
  color: var(--brown);
  font-weight: 500;
}

.ulpoad-calender-icon {
  float: right;
  cursor: pointer;
}



.uplaodfileMonthView {
  display: block;
  padding: 1.2rem 1.6rem 0rem 1.6rem;
  cursor: pointer;
  border: 0.1rem solid var(--gray);
  background-color: var(--white);
  width: 100%;
  height: 4.5rem;
  position: relative;
}
.upoladFileLabel {

  font-size: var(--font-size-15);
  font-weight: 500 ;
  font-stretch: normal;
  font-style: normal !important;
  line-height: normal;
  color: var(--slate-gray);  
  float: left;
  position: relative;
  z-index: 9;
  align-items: center;
  justify-content: space-between;
}

#quillMeetingEditor .ql-editor.ql-blank::before {

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal !important;
  line-height: normal;
  color: var(--slate-gray) !important;
}

.ql-editor.ql-blank::before {
  font-style: normal !important;
}

.attachmentIconMeeting{
  float: right;
  /* margin-top: 0.2rem; */
  width: 100%;
  position: absolute;
  max-width: 1.7rem;
  max-height: 1.7rem;
  right: 1rem;
}
.uploadfile-main-area::after {
  content: "";
  display: table;
  clear: both;
}

.upload-file-label {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
  float: left;
  padding-top: 0rem;
  width: 100%;
  position: absolute;
  left: 2.8%;
  z-index: 9;
  max-width: 98%;
}

.attachmentBox {
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: flex-end;
}

.attachmentBox img.attachment-icon-meeting {
  margin-top: 0px !important;
  margin-right: 0.5rem;
}

.attachmentBox span.upload-file-label {
  max-width: 100%;
}

.file-count {

  font-size: var(--font-size-15);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray);
  float: right;
  display: none;
  position: absolute;
  right: 10%;
  width: 7%;
  text-align: center;
  font-weight: 500;
  top: 1.2rem;
}

.attachment-icon-meeting {
  float: right;
  /* padding-top: 3px; */
  /* position: absolute;
  right: 1.3rem;
  top: 1.22rem; */
  /* position: absolute;
  right: 1.2rem;
  top: 0.6rem; */


}

#upload-calendar-file {
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.common-bg-dropdown-attach {
  /*background-color: var(--white);*/
  width: 100%;
}

.attachment-main-section {
  margin-bottom: 1.5rem;
}
.attachment-main-section .data-duration-section {
  grid-template-columns: 1fr;
  gap: 0;
}
.attachment-main-section .date-left,
.attachment-main-section #uploadCalendarArea {
  width: 100%;
  max-width: 100%;
}
.attachment-main-section .duration-right {
  display: none;
}

.uploaded-section-area .progress:hover {
  display: block;
}
.progress-bar{
  transition: inherit !important;
}
.uploaded-inner-part {
  display: flex;
  justify-content: space-between;
}

.uploaded-label-name {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--black);

  /*o padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 0.7rem; */
  /* padding: 1.6rem 0.8rem 0.7rem 1.6rem; */

}

.uploaded-label-size {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--brown);
  /* padding-left: 1.6rem; */
}

.download-icons {
  cursor: pointer;
  display: flex  ;
  justify-content: center;
  align-items: center;
  /* padding: 2.7rem 3rem 2.7rem 0rem; */
}


.upload_container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}

.edit-upload_container {
  display: flex;
	align-items: center;
	padding: 2rem;
}

.add-progress-bar-red {
  height: 0.5rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  position: absolute;
  bottom: 0rem;
  width: 100%;
}

.main-upload-body-section {
  position: relative;
  margin-bottom: 0.9rem;
  background-color: var(--white);
  border-radius: 0.1rem;
  border: solid 0.1rem var(--gray);
}

.add-progress-bar-green {
  height: 0.5rem;
  border: solid 0.1rem var(--red);
  background-color: var(--red);
  position: absolute;
  bottom: 0rem;
  width: 100%;
}

/* dropdown all css in meeting popup */
#date-open {
  position: relative;
}

#date-toogle {
  display: none;
  position: absolute;
  z-index: 9999999999;
  left: 0rem;
  top: 4rem;
}

#timezone-toogle {
  /* display: none; */
  position: absolute;
  z-index: 999;
  left: 0rem;
  top: 4rem;
}

#timezone-open {
  position: relative;
}

#recurrence-toogle,
#durationDropdown,
.durationCalendarSetting {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0rem;
  top: 4rem;
}

#recurrence-open {
  position: relative;
}

#reminder-toogle {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0rem;
  top: 4rem;
}

#reminder-open {
  position: relative;
}

.common-dropdown-ul {
  padding: 0rem;
  margin: 0rem;
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgb(from var(--color-text-primary) r g b / 35%);
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  width: 100%;
  height: 20.9rem;
  overflow-y: scroll;
  min-height: 17.8rem;
  position: absolute;
  z-index: 9;
  left: 0;

}

.common-dropdown-ul li {
  width: 100%;
  border-bottom: 0.1rem solid var(--gray);
  list-style-type: none;
  background-color: var(--white);
  cursor: pointer;
}

.common-dropdown-ul li:hover {
  background-color: var(--dark-white);
}

.common-dropdown-ul li:last-child {
  border-bottom: 0rem solid var(--gray);
}

.common-dropdown-ul li .dropdown-list-items {
  padding: 0.8rem 1rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.77;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.roateDropdown {
  transform: rotate(180deg);
}

/* availble section css */
.availble-section {
  margin-left: 3rem;
}

.availble-ul {
  list-style-type: none;
  padding: 1.6rem;
  margin: 0rem;
  /* overflow-y: scroll;
    height: 68rem; */
}

.availble-ul li {
  /* width: 100%;
  border-bottom: 1px solid var(--gray) ;
  list-style-type: none;
  background-color: var(--dark-white);
  cursor: pointer;
  margin-bottom: 8px; */
}

.toggle-availbe-list {
  width: 100%;
  border: 0.1rem solid var(--gray);
  list-style-type: none;
  background-color: var(--dark-white);
  cursor: pointer;
  margin-bottom: 0.8rem;
}

.toggle-availbe-list:focus {
  border: 0.1rem solid var(--slate-gray);
}

.toggle-availbe-list-active {
  width: 100%;
  border: 0.1rem dashed var(--slate-gray);
  list-style-type: none;
  background-color: var(--gray);
  cursor: pointer;
  margin-bottom: 0.8rem;
}

.toggle-availbe-list.active {
  background-color: var(--gray);
  border: dashed 0.1rem var(--slate-gray);
}

.availble-inner-items {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem;
}

.time-section {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--light-black-v2);
}

/* add invitees popup location department title location  css start here  */
.addinvitees-popup {
  position: fixed;
  margin-top: 0rem;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.2rem;
  background-color: rgb(from var(--black) r g b / 80%);
  z-index: 9999;
}

.addinvitees-popup-body {
  width: 71.9rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  padding: 0rem 0rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event-time {
  width: 16rem;
  display: inline-block;
}

@media(max-width:1200px) {
  .addinvitees-popup-body {
    width: 68rem;
  }
}

@media(max-width:1023px) {
  .addinvitees-popup-body {
    width: 60rem;
    height: 55.6rem;
  }
}

.addinvitees-title {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
}

.common-ptb-invitees {
  padding: 3rem 0rem;
}

.main-inner-part-invite {
  margin: 0rem 3rem;
}

.tabbing-section-invite {
  height: 4.7rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--dark-white);
}

.tabbing-invite-area {
  padding: 0rem;
  margin: 0rem;
  list-style-type: none;
}

.invite-common-tab {
  display: inline-block;
  padding: 1.5rem 0.3rem;
  cursor: pointer;
  /* margin: 0px 20px; */
  margin: 0rem 3%;
}

.invite-common-tab-active {
  border-bottom: 0.1rem solid var(--color-brand);
  display: inline-block;
  padding: 1.5rem 0.1rem;
  display: inline-block;
  padding: 1.5rem 0rem;
  /* margin: 0px 20px; */
  margin: 0rem 3%;
}

@media(max-width:1200px) {
  .addinvitees-popup-body {
    width: 68rem;
  }
}

@media(max-width:1023px) {
  .addinvitees-popup-body {
    width: 60rem;
    height: 55.6rem;
  }

  .invite-common-tab {
    margin-right: 0%;
  }

  .invite-common-tab-active {
    margin-right: 0%;
  }
}

.invite-common-tab-unactive {
  border-bottom: 0rem solid var(--color-brand);
  display: inline-block;
  padding: 1.5rem 0rem;
  margin: 0rem 30rem;
  display: inline-block;
  padding: 1.5rem 0rem;
  margin: 0rem 3rem;
}

.search-invite-section {
  height: 4.7rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--dark-white);
  /* margin-top: 1.5rem; */
}

.input-search-invite {
  display: inline-block;
  width: 94%;
  border-right: solid 0.1rem var(--gray);
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

/* .input-search-invite input {
  width: 100%;
	font-size: var(--font-size-15);
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	color: var(--slate-gray);
	border: none;
	padding: 1.2rem 2rem;
	background-color: var(--dark-white);
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
} */

.input-search-invite input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding: 1.3rem 0rem !important;
  width: 100% !important;
}

.input-search-invite input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding: 1.3rem 0rem !important;
  width: 100% !important;

}

.input-search-invite input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding: 1.3rem 0rem !important;
  width: 100% !important;

}

.input-search-invite input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  font-size: var(--font-size-15) !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--slate-gray) !important;
  border: none !important;
  padding: 1.3rem 0rem !important;
  width: 100% !important;
}

.selected-member-list .btn-search-invite {
  display: inline-block;
  width: 15%;
  text-align: center;
  cursor: pointer;
  text-align: center;
  display: flex;
}

.invite-contact {
  margin-top: 1.6rem;
  /* height: calc(100vh - 600px); */
  height: 44rem;
  overflow-y: scroll;
}

@media(max-width:1023px) {
  .invite-contact {
    height: 28rem;
  }
}

.invite-contact ul {
  padding: 0rem;
  margin: 0rem;
  list-style-type: none;
}

/* .invite-contact ul li{
  border: solid 1px var(--gray);
  background-color: var(--dark-slate-gray);
  margin-bottom: 8px;
} */
.invite-contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 16px 22px; */
  padding: 1.5% 2%;
}

.invite-user-icon {
  width: 10%;
  text-align: center;
}

.invite-user-details {
  width: 80%;
  padding-left: 1.2rem;
}

.invite-user-select {
  width: 10%;
  text-align: right;
}

.user-select-check-box {
  cursor: pointer;
  margin-right: 1rem;
}

.user-select-check-box img {
  width: 1.6rem;
  height: 1.6rem;
}

.invite-user-name {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92rem;
  color: var(--black);
}

.invite-coworker {

  border-radius: 0.1rem;
  border: solid 0.1rem var(--slate-gray);
  background-color: var(--light-slate-gray);
  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0.2rem 0.5rem;
  vertical-align: text-bottom;
}

.invite-network {

  border-radius: 0.1rem;
  border: solid 0.1rem var(--red);
  background-color: var(--light-slate-gray);
  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0.2rem 0.5rem;
  vertical-align: text-bottom;
}

.invite-user-department,
.invite-user-location {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86rem;
  color: var(--brown);

}

.invite-select-cancel {
  text-align: right;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.invite-cencel {
  width: 8rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 0.8rem 0 var(--color-border);
  border: solid 0.1rem var(--red);
  background-color: var(--white);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
  margin-right: 0.8rem;

}

.invite-select {
  width: 8rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  /* box-shadow: 0 0.5rem 0.8rem 0 var(--gray); */
  border: solid 0.1rem var(--red);
  background-color: var(--red);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
  padding: 1rem;
  cursor: pointer;
}

/* add invitees popup location department title location  css end here  */
/* accordian css start here */
#accordion-invite-location .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0rem;
}

#accordion-invite-location a {
  display: block;
  /* padding: 10px 15px;
  border-bottom: 1px solid var(--gray); */
  text-decoration: none;
}

#accordion-invite-location .panel-headings a.collapsed:hover,
#accordion-invite-location .panel-headings a.collapsed:focus {
  background-color: var(--white);
  color: var(--color-text-inverse);
  transition: all 0.2s ease-in;
}

#accordion-invite-location .panel-headings a.collapsed:hover::before,
#accordion-invite-location .panel-headings a.collapsed:focus::before {
  color: var(--dark-gray);
}

#accordion-invite-location .panel-headings {
  padding: 0;
  border-radius: 0rem;
}

#accordion-invite-location .panel-headings a:not(.collapsed) {
  color: var(--color-text-inverse);
  background-color: var(--white);
  transition: all 0.2s ease-in;
}

#accordion-invite-location .panel-headings {
  color: var(--color-text-inverse);
  background-color: var(--white) !important;
  transition: all 0.2s ease-in;
}

.panel-headings {
  background-color: var(--white) !important;
  border: unset !important;
}

/* Add the indicator icon to the left */
#accordion-invite-location .panel-headings .accordion-toggle::before {
  content: '';
  background-image: url(../../../images/dropdown.svg);
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 9999;
  background-repeat: no-repeat;
  float: right;
  color: var(--dark-gray);
  font-weight: 1;
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
  margin-top: 2.4rem;
  /* margin-left: 15; */
  margin-right: 3rem;

}

#accordion-invite-location .panel-headings .accordion-toggle.collapsed::before {
  color: var(--dark-gray);
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}

.panel-collapse .panel-body {
  /* background-color: var(--dark-slate-gray); */
}

/*location css*/
/*Department invite css*/
#accordion-invite-department .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0rem;
}

#accordion-invite-department a {
  display: block;
  /* padding: 10px 15px;
  border-bottom: 1px solid var(--gray); */
  text-decoration: none;
}

#accordion-invite-department .panel-headings a.collapsed:hover,
#accordion-invite-department .panel-headings a.collapsed:focus {
  background-color: var(--white);
  color: var(--color-text-inverse);
  transition: all 0.2s ease-in;
}

#accordion-invite-department .panel-headings a.collapsed:hover::before,
#accordion-invite-department .panel-headings a.collapsed:focus::before {
  color: var(--dark-gray);
}

#accordion-invite-department .panel-headings {
  padding: 0;
  border-radius: 0rem;
}

#accordion-invite-department .panel-headings a:not(.collapsed) {
  color: var(--color-text-inverse);
  background-color: var(--white);
  transition: all 0.2s ease-in;
}

#accordion-invite-department .panel-headings {
  color: var(--color-text-inverse);
  background-color: var(--white) !important;
  transition: all 0.2s ease-in;
}

.panel-headings {
  background-color: var(--white) !important;
  border: unset !important;
}

/* Add the indicator icon to the left */
#accordion-invite-department .panel-headings .accordion-toggle::before {
  content: '';
  background-image: url(../../../images/dropdown.svg);
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 9999;
  background-repeat: no-repeat;
  ;
  float: right;
  color: var(--dark-gray);
  font-weight: 1;
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
  margin-top: 2.4rem;
  /* margin-left: 15; */
  margin-right: 3rem;

}

#accordion-invite-department .panel-headings .accordion-toggle.collapsed::before {
  color: var(--dark-gray);
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}

/*Department invite css end*/

/* title  start css*/
#accordion-invite-title .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0rem;
}

#accordion-invite-title a {
  display: block;
  /* padding: 10px 15px;
  border-bottom: 1px solid var(--gray); */
  text-decoration: none;
}

#accordion-invite-title .panel-headings a.collapsed:hover,
#accordion-invite-title .panel-headings a.collapsed:focus {
  background-color: var(--white);
  color: var(--color-text-inverse);
  transition: all 0.2s ease-in;
}

#accordion-invite-title .panel-headings a.collapsed:hover::before,
#accordion-invite-title .panel-headings a.collapsed:focus::before {
  color: var(--dark-gray);
}

#accordion-invite-title .panel-headings {
  padding: 0;
  border-radius: 0rem;
}

#accordion-invite-title .panel-headings a:not(.collapsed) {
  color: var(--color-text-inverse);
  background-color: var(--white);
  transition: all 0.2s ease-in;
}

#accordion-invite-title .panel-headings {
  color: var(--color-text-inverse);
  background-color: var(--white) !important;
  transition: all 0.2s ease-in;
}

.panel-headings {
  background-color: var(--white) !important;
  border: unset !important;
}

/* Add the indicator icon to the left */
#accordion-invite-title .panel-headings .accordion-toggle::before {
  content: '';
  background-image: url(../../../images/dropdown.svg);
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 9999;
  background-repeat: no-repeat;
  float: right;
  color: var(--dark-gray);
  font-weight: 1;
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
  margin-top: 2.4rem;
  /* margin-left: 15; */
  margin-right: 3rem;

}

#accordion-invite-title .panel-headings .accordion-toggle.collapsed::before {
  color: var(--dark-gray);
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}

/* title  end css*/











.common-list-ul-invite {
  list-style-type: none;
  padding-left: 0rem;
  margin: 0rem;
}

/* .common-list-ul-invite li{
    border: solid 1px var(--gray);
    background-color: var(--white);
    padding: 23px 30px;
    margin-bottom: 8px;
  } */
.accordian-list-border {
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  padding: 2.3rem 3rem;
  margin-bottom: 0.8rem;
}


.common-accordion-width {
  width: 100%;
}

.scroll-invite-popop ul {
  padding: 0rem;
  margin: 0rem;
  list-style-type: none;
}

.invite-checkbox {
  /* border-bottom: solid 1px var(--gray);
    border-left: solid 1px var(--gray);
    border-right: solid 1px var(--gray); */
  border: solid 0.1rem var(--gray);
  background-color: var(--dark-slate-gray);
}

.invite-checkbox-contact {
  border: solid 0.1rem var(--gray);
  background-color: var(--dark-slate-gray);
  margin-bottom: 0.8rem;
}

.toggle-invite-list-active {
  border: 0.1rem dashed var(--slate-gray);
  background-color: var(--gray);

}

.invite-common-items-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.8rem;

}

.counter-section {
  float: left;
  /*width: auto;*/
  margin-right: 2rem;
  border-radius: 0.2rem;
  background-color: var(--dark-gray);
  padding: 0.2rem;
}

/* .flag-section{
  float: left;
  width: 7%;
  } */
.location-section {
  float: left;
  width: 60%;
}

#department-area .location-section,
#title-area .location-section {
  width: 85% !important;
}

.count-area {

  font-size: var(--font-size-13);
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  text-align: center;
  color: var(--white) !important;
  padding: 0.17rem 0.3rem;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  vertical-align: bottom;
  min-width: 2.3rem;
}

.flag-section-div img {
  width: 3rem;
  height: 2.4rem;
}

.common-title-invite-label {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  color: var(--color-text-primary);
  margin-left: 0.8rem;
  margin-top: 0.2rem;
}

.panel-collapse .panel-body {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.team-panel-body {
  padding-left: 1.5rem;
}

/*deapartment section*/


.accordion-common-invite {
  /* height: calc(100vh - 600px); */
  height: 44rem;
  overflow: auto;
}

@media(max-width:1023px) {
  .accordion-common-invite {
    height: 28rem;
  }
}

.scroll-invite-popop {
  /* height: calc(100vh - 194px) !important; */
  max-height: 20rem;
  overflow-y: scroll;

}

.invite-margin-common {
  margin-top: 1.6rem;
}

/* accordian css end here  */
/* save meeting css start here */
.save-meeting-popup {
  position: fixed;
  z-index: 1;
  margin-top: 0rem;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.2rem;
  background-color: rgb(from var(--black) r g b / 80%);
  z-index: 9999;
}

.save-meeting-body {
  width: 45rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  padding: 0rem 0rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.save-meeting-innerpart {
  margin: 3rem;
}

.meeting-book-title {

  font-size: var(--font-size-17);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
  margin-top: 3rem;
}

.meeting-success-title {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.77;
  text-align: center;
  color: var(--slate-gray);
  margin-top: 0.6rem;
}

.close-meeting {
  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);

  width: 8rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 0.8rem 0 var(--color-border);
  border: solid 0.1rem var(--red);
  background-color: var(--white);
  margin-top: 3rem;

}

.unchange-section {
  display: flex;
  justify-content: space-between;
}

.unchange-title {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  color: var(--black);
}

.close-unsave {
  cursor: pointer;
}

.unchange-subtitle {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  color: var(--brown);
  margin-top: 1.6rem;
}

.cancel-continue-btn {
  margin-top: 3rem;
  text-align: right;
}

.cancel-unsave {
  width: 8rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 0.8rem 0 var(--color-border);
  border: solid 0.1rem var(--red);
  background-color: var(--white);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--red);
  margin-right: 0.8rem

}

.continue-edit {
  width: 18.8rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 0.8rem 0 var(--color-border);
  border: solid 0.1rem var(--red);
  background-color: var(--red);

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);

}

/* save meeting css end here */
#checkDate {
  position: relative;
}

.calendar-in-meeting-schedule {
  position: absolute;
  top: 3.8rem;
  width: 100%;
  background-color: var(--color-surface);
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgb(from var(--color-text-primary) r g b / 35%);
  border: solid 0.1rem var(--gray);
  padding-bottom: 2rem;
  padding-top: 2rem;
  left: 0%;
  z-index: 99;

}

.date-inner-header {
  padding: 0rem 1.8rem 0rem 1rem;
}


.date-inner-header::after {
  content: "";
  display: table;
  clear: both;
}

.newevent-calendar-popup-left,
.monthLeft .monthNameDate {
  float: left;
}

.newevent-calendar-popup-right {
  float: right;
}

.newevent-calendar-popup-line-down {
  border-bottom: unset !important;
  padding-top: unset !important;
  ;
  margin-right: unset !important;
  ;
  margin-left: unset !important;
  ;
}

.editor-main-section .note-toolbar {
  margin-bottom: 0rem !important;
  background: var(--white) !important;
  margin-top: 0rem !important;
}

.meeting-popup-section #quillMeetingEditor.ql-container.ql-snow {
  background-color: var(--white) !important;
  max-height: 24rem;
}

.meeting-popup-section #quillMeetingEditor .ql-editor {
  min-height: 10rem;
  max-height: 24rem;
  overflow-y: auto;
  background-color: var(--white) !important;
}

.serach-invite-input-main {
  list-style-type: none;
  padding: 0rem;
  margin: 0rem;




}

.search-listing-invite {
  position: absolute;
  top: 99%;
  left: 0rem;
  width: 50%;
  z-index: 9;
  /* height: 11.8rem;
    min-height: 28rem; */
  /* overflow-y: scroll; */
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgb(from var(--color-text-primary) r g b / 35%);
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  padding-bottom: 0px !important;

}

.listing-main-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.2rem;
  cursor: pointer;
}

.listing-user-icon {
  width: 13%;
  text-align: center;
}

.listing-user-details {
  width: 85%;
  padding-left: 1.2rem;
}

.listing-user-name {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  color: var(--black);
}

.listing-coworker {

  border-radius: 0.1rem;
  border: solid 0.1rem var(--slate-gray);
  background-color: var(--light-slate-gray);
  font-size: var(--font-size-11);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--black);
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0.2rem 0.5rem;
  vertical-align: text-bottom;
}

.listing-user-department {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--brown);
}

.listing-user-location {

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--brown);
}

.invite-search-list {
  border-bottom: 0.1rem solid var(--gray);
}

.fw {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media(max-width:2000px) {

  /* .meeting-left-part {
    height: 80rem;
 }
 .availble-inner-part {
  height: 75rem;
  } */

}

@media(max-width:1700px) {
  .meeting-right-part {
    /* width: 36.9%; */
  }

  /* .meeting-left-part {
    height: 80rem;
 }
 .availble-inner-part {
  height: 74rem;
  } */
  .meeting-popup-header {
    /* width: 95%; */
    width: 100%;
  }

  .flag-section {
    float: left;
    /* width: 9%;} */

  }

  @media(max-width:1600px) {
    .listing-main-section {
      padding: 1.6rem 1.6rem;
    }

    .attachment-icon-meeting {
      top: 1.1rem;
    }
  }

  @media(max-width:1500px) {
    .listing-main-section {
      padding: 1.6rem 1.5rem;
    }

    .search-listing-invite {
      width: 54%;
    }

    .listing-main-section {
      padding: 1.6rem 0.9rem;
    }

    /* .invite-contact {
  height: 40rem;
 } */
    .scroll-invite-popop {
      height: 40rem;
    }

    /* .accordion-common-invite {
  height: 40rem;
 } */
    .meeting-popup-section {
      left: 0.5rem;
    }


  }

  @media(max-width:1400px) {

    /* .meeting-left-part {
    height: 59rem;
  }
  .availble-inner-part {
    height: 53rem;
  } */
    .attachment-icon-meeting {

      padding-top: 0.8rem !important;
      padding-left: 0.8rem !important;
    }

    .uploadfile-main-area {
      padding: 0rem 1.6rem 0rem 1.6rem;
    }

    .upload-file-label {
      padding-top: 1.1rem;
      max-width: 95%;
    }

    /* .file-count{
    right: 12%;
    text-align: left;
  } */
    .attachment-icon-meeting {
      /* float: right;
    padding-top: 1.2rem; */
      /* position: absolute;
    right: 1.2rem;
    top: 0.8rem; */

      top: 0.8rem;
      height: 3rem;
    }

    #upload-calendar-file {
      height: 1.2rem;
    }

    .meeting-popup-header {
      /* width: 94%; */
      width: 100%;
    }

    .listing-user-details {
      padding-left: 1rem;
    }

    /* .flag-section {
    width: 11% !important;
  } */


  }




  @media(max-width:1300px) {
    .search-listing-invite {
      width: 100%;
    }

    /* .flag-section {
    width: 12% !important;
 } */

  }

  @media(max-width:1024px) {
    .meeting-right-header-btn {
      /* padding: 22px 79.5px 19px 0px; */
    }

    /* .duration-right {
    float: none;
    width: 100%;
  } */
    /* .date-left {
    float: none;
    width: 100%;
  } */
    /* .flag-section {
    width: 9% !important;
 } */

  }


  @media (min-width:768px) and (max-width:1600px) {
    .week-time-right .week-day-slot-top {
      /* max-width: 19.77rem !important; */
    }

    .week-day-slot-bottom {
      /* max-width: 19.77rem !important; */

    }

  }

  @media(max-width:768px) {

    /* .add-invite-title {
    width: 55%;
   } */
    .add-invite-icon {
      /* width: 44%; */
      text-align: right;
    }

    .dropdown-inner-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .main-meetin-inner-section {
      padding: 0rem 0rem 0rem -0.1rem;
    }

    /* .flag-section {
    width: 11% !important;}
  } */
  }
}

img.notifyMsg {
  width: auto !important;
  /* margin-right: 2rem; */
}


.week-time-right .week-day-slot-top {
  /* width: 220.99px !important; */
}

.notify-Message {
  cursor: pointer;
}

.meetingpopup-edit {
  /* width: 4.5rem; */
  /* float: right; */
  padding: 0.4rem;
  display: flex;
    justify-content: center;
    align-items: center;
}

.meetingpopup-top svg{
  width: 20px !important;
  height: 20px !important;
}

	.editmeetingcall img {
		width: 1.5rem;
		height: 1.5rem;
	}

.monthDropDown .newTeam-user-detail {
  padding-left: 0px !important;
}

.monthDropDown .fr {
  /* position: absolute !important; */
  /* right: 1rem !important; */
  /* top: 1.3rem !important; */
  background: none;
  height: inherit !important;
  width: 100%;
  max-width: max-content;
  /* float: right; */
  float: none !important;
}

.monthDropDown {
  border: none;
  padding: 1.5rem 0 0 1rem;
}

.monthDropDown span.common-username-team {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding-right: 0%;
}

#invitees-section .monthSearch {
  padding: 0 !important;
}

#invitees-section .monthSearch > .list-section {
  padding-inline: var(--space-10);
}

.monthSearch .fw {
  /* width: 100%; */
  /* max-width: 60%; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* display: inline-block; */
  /* padding-right: 0%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.newTeam-user-name.fl {
  width: auto;
  padding-right: 5%;
  float: left;
  max-width: 75%;
  margin-top: 0.8rem;
}

.bottomHeight {
  height: calc(100vh - 34rem);
}

.activeWeek,
.selectWeek {
  background-color: rgb(from var(--color-brand) r g b / 11%);
  border-left: solid 0.8px rgb(from var(--color-brand) r g b / 22%);
  border-right: solid 0.8px rgb(from var(--color-brand) r g b / 22%);
}

.selectWeek:last-of-type {
  height: 3rem;
}

.dont-touch:last-of-type .selectWeek {
  border-bottom: 1px solid var(--red);
}

.weekDaySlot {
  width: 14.28155% !important;
  max-width: inherit;
  height: 3rem !important;
  display: flex;
}

.weekheaderSlot {
  width: inherit;
  max-width: inherit;
}

.Box2:focus {
  border: solid 0.1rem var(--gray);
}

/* search timezone */
/* Dropdown Button */
.dropbtn {
  background-color: var(--color-success);
  color: var(--white);
  padding: 16px;
  font-size: var(--font-size-17);
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: var(--color-success);
}

/* The search field */
#timeZoneInput,#timeZoneInputCreate {
  box-sizing: border-box;
  font-size: var(--font-size-15);
  font-weight: 500;
  line-height: 1.7rem;
  padding: 1.4rem 2.0rem 1.1rem 1.3rem;
  border: none;
  border-bottom: 1px solid var(--color-border-light);
  width: 100%;
  background-color: var(--white);
}

/* The search field when it gets focus/clicked on */
#timeZoneInput:focus {
  outline: 3px solid var(--color-border-light);
}
#timeZoneInputCreate:focus {
  outline: 3px solid var(--color-border-light);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-background);
  min-width: 100%;
  border: 1px solid var(--color-border-light);
  z-index: 222;
  width: 100%;
  left: 0;
  top: 4.5rem;
}

/* Change color of dropdown links on hover */
.dropdown-content li:hover {
  background-color: var(--light-white)
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.meetingOver {
  width: 100% !important;
  text-align: center !important;
}

span.meetingpopup-joinBtn {
  border: solid 0.1rem var(--red);

  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
  background-color: var(--red);
  border-radius: 0.2rem;
  cursor: pointer;
  padding: 1rem;
  margin-right: 0.8rem;
  display: inline-block;
}

.meetingpopup-notify-button-flex {
  float: none !important;
  display: flex;
  justify-content: space-between;
  margin: 0px 1rem 0 3rem;
  padding-bottom: 1.6rem;
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
  gap: 1rem;
}

span#notifyBtn {
  padding-top: 0.2rem;
}

/* Adarsh Changes */
@media(max-width: 1300px) {
  .attachment-icon-meeting {
    padding-top: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}

.newMeetingEventStartID {
  margin-right: 1rem;
  /* padding: 1rem 1.5rem; */
}

.connectButton {
  margin-right: 1rem;
  margin-top: 3rem;
  float: right;
  width: unset;
}

#viewDropdown i.material-icons {
  position: relative;
  top: -0.1rem;
}

.yearView {
  position: relative;
  float: left;
}

#timeZoneDropdown .common-dropdown-ul {
  max-height: 20.9rem;
  min-height: inherit;
  height: auto;
}


#eventsLoader .spinner {
  left: 50%;
  margin-left: -2rem;
  top: 50%;
  margin-top: -2rem;
  position: absolute;
  z-index: 19;
  /* animation: body-spinner-bar 700ms linear infinite; */
}

#eventsLoader {
  z-index: 99;
}

#eventsLoader .body-spinner-icon {
  width: 3rem !important;
  height: 3rem !important;
  border: solid 0.2rem transparent;
  border-top-color: var(--red) !important;
  border-left-color: var(--red) !important;
  border-radius: 50%;
}

#eventsLoader .text {
  margin-top: 6rem;
  font-size: var(--font-size-15);
}


/* month-left-start-here */
.monthLeft {
  /* width: 34.8rem; */
  height: 100vh;
  /* float: left; */
  margin-left: 1rem;
  border-radius: 5px;
  border: solid 0.8px var(--gray);
  background-color: var(--white);
  /* padding: 0rem 2rem; */
  margin-top: 1rem;
  /* flex-basis: calc(29% - 9.5rem); */
  flex-grow: 0;
  margin-bottom: 2rem;
  gap: 10px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  flex: 0 0 20%;
}

.monthLeft .monthView-leftContainer {
  width: 100%;
  position: inherit !IMPORTANT;
  box-shadow: inherit;
  border: none;
  padding-top: 0;
  background-color: var(--white);
  border-radius: 0.3rem;
  /* top: 2.5rem; */
  /* left: 0%; */
  padding-top: 2rem;
  padding-bottom: 1.6rem !important;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: 100%;

}

.monthLeft .newevent-calendar-popup-days {
  background: var(--dark-slate-gray);
  width: 100%;
  float: left;
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.77;
  color: var(--black);
}

.monthLeft span.newevent-calendar-popup-date img {
  padding-right: 2.1rem;
}

.monthLeft .dateDropdown {
  cursor: pointer;
}

.monthLeft span.popup-days-span {
  color: var(--brown);
  font-weight: 600;
  font-size: var(--font-size-15);
}

.monthLeft .newevent-calendar-popup-right {
  float: right;
  margin-top: 0.5rem;
}

.monthLeftIcon, .monthLeftIcon {
  width: 3.0rem;
  height: 2.73rem;
  /* margin: 0 0 0.4rem .3rem; */
  padding: 0.5rem 0.8rem;
  border-radius: 2px;
  border: solid 0.8px var(--gray);
  cursor: pointer;
  text-align: center;
}

.monthLeftIcon .dateDropdown {
  margin-left: 0px !important;
}

.monthRightIcon {
  width: 3.0rem;
  height: 2.73rem;
  /* margin: 0 0rem 1.64rem 1.42rem; */
  padding: 0.5rem 0.8rem;
  border-radius: 0.2rem;
  border: solid 0.8px var(--gray);
  cursor: pointer;
  text-align: center;
}

.monthRightIcon .dateDropdown {
  margin-left: 0px !important;
}

.leftViewDateIcon img {
  vertical-align: top;
  transform: rotateZ(-90deg);
  width: 1.2rem;
  height: 1.2rem;
}

.ChevronDown img {
  transform: rotateZ(-180deg);
  width: 1.2rem;
  height: 1.2rem;
}

#rightCalendarArrowIcn {
  cursor: pointer;
  width: 2.5rem;
  display: inline-block;
}

.ChevronDown {
  vertical-align: top;
  padding-right: 1.2rem;
  cursor: pointer;
}

.monthNameDate .leftViewDate {
  line-height: normal !important;
  display: inline-block;
  font-weight: 500 !important;
}

.monthLeft .leftViewDate,
#dateContainer {
  /* padding-bottom: 3.6rem !important; */
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.77;
  color: var(--black);
  /* padding-bottom: 1.5rem; */
  clear: both;
  cursor: default;
}

.monthLeft .popup-date {
  cursor: pointer;
}

.meetingLeftCopyLink {
  clear: both;
  /* padding-top: 2rem; */
  display: inline-block;
  /* width: 30rem; */
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

span.meetingLeftCopyLinkOuter {
  /* width: 193px; */
  /* height: 30px; */
  /* margin: 46px 17.3px 27px 28px; */
  /* padding: 7px 8.6px 7px 10px; */
  border-radius: 2px;

  background-color: var(--white);
  display: inline-block;
  width: 24rem;
  cursor: pointer;
  border: 1px solid var(--dark-gray);
}

span.meetingLeftCopyLinkOuterclipboard {
  font-size: var(--font-size-15);
  font-weight: 500;
  color: var(--black);
  padding:0.7rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.meetingLeftCopyLink .cancelButtonGlobal {
  width: 100%;
}
.meetingLeftCopyLinkOuterclipboard img {
  /* float: right; */
  width: 100%;
  height: 1.5rem;
  max-width: 1.5rem;
}

.myMeetingsLink {
  padding-top: 2rem;
  border-top: 0.1rem solid var(--gray);
  padding-left: 2rem;
  padding-right: 0rem;
  position: relative;
}

.myMeetingLinkInside {
  /* padding-bottom: 1rem; */
  padding: 3rem 0rem 2.7rem 0;
  border-bottom: 1px solid var(--color-border-light);
  margin-bottom: 1.7rem;
  padding-left: 1rem;
}

.darkmode .myMeetingLinkInside {
  border-bottom: 1px solid var(--popup);
}

.myMeetingLinkInside h2 {
  font-size: var(--font-size-15);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  text-align: left;
  color: var(--black);
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.myMeetingLinkInside span {
  /* font-size: var(--font-size-15); */
  /* font-weight: 600; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.46; */
  /*  */
  /* text-align: left; */
  /* color: var(--black); */
  /* display: flex; */
  align-items: center;
  color: var(--color-text-primary);
  text-align: center;

  font-size: var(--font-size-17);
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.myMeetingLinkInside span img {
  margin-right: 1.2rem;
  width: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.myMeetingOuter {
  /* display: flex; */
  /* margin-bottom: 1.8rem; */
  /* margin-top: 1.8rem; */
  cursor: pointer;
  position: relative;
}

.MymeetingBg {
  width: 0.8rem;
  background: var(--brown);
  margin-right: 1.8rem;
  float: left;
  height: 3.5rem;
}

.myMeetingContent {
  /* display: flex; */
  width: 100%;
  position: relative;
  /* flex-direction: column; */
  /* align-items: center; */
}

.myMeetingContent h2 {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  text-align: left;
  color: var(--brown);
  margin-bottom: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 60%;
  padding-right: 5%;
}

.myMeetingContent span {
  font-size: var(--font-size-13);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  text-align: left;
  color: var(--brown);
}

.myMeetingBtn {
  float: right;
  position: absolute;
  right: 0;
  top: 0.2rem;
}
.myMeetingBtn.singleListJoinBtn {
  right: 0.2rem;
  top: 1rem;
}
button.myMeetingJoinBtn {
  width: 100%;
  background: var(--color-brand) !important;
  font-weight: bold;
  text-align: center !important;
  color: var(--white) !important;
  border-radius: 0.2rem;
  padding: 0.33rem 1.5rem;
  font-size: var(--font-size-15);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  border: none;
  min-width: min-content;
  max-width: max-content;
  min-height: 2.8rem;
  position: relative;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pendingBtn {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  color: var(--dark-gray);
  background: none;
  border: none;
  /* position: relative; */
  /* left: -8rem; */
}
.acceptedBtn {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  text-align: left;
  color: var(--red);
  background: none;
  border: none;
}

.declinedBTN {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  text-align: left;
  color: var(--brown);
  background: none;
  border: none;

}

.fullPageloader .spinner {
  margin-top: -4rem !important;
}

#eventsLoader .spinner {
  left: 50%;
  margin-left: -2rem;
  top: 50%;
  margin-top: -2rem;
  position: absolute;
  z-index: 19;
  /* animation: body-spinner-bar 700ms linear infinite; */
}

#eventsLoader {
  z-index: 99;
}

#eventsLoader .body-spinner-icon {
  width: 3rem !important;
  height: 3rem !important;
  border: solid 0.2rem transparent;
  border-top-color: var(--red) !important;
  border-left-color: var(--red) !important;
  border-radius: 50%;
}

#eventsLoader .text {
  margin-top: 6rem;
  font-size: var(--font-size-15);
}


.monthViewToggle {
  /* margin-right: 2.5rem; */
  cursor: pointer;
}

.monthViewCalenderBtn {
  /* margin-left: 2.5rem; */
}
.calenderLeftDuration {
  padding: 0px;
  text-align: inherit;
}
.calenderMidBar .date-inner-header {
  display: flex;
  align-items: center;
}

.calenderMidBar .leftViewDate {
  font-size: var(--font-size-15);
  color: var(--black);
  cursor: pointer;
}

.todayBtn {
  margin-left: 2rem;
}

.headerYearView {
  padding: 1rem;
  max-width: 66%;
  width: 100%;
}

.calenderMidBar {
  margin-left: 34.5rem;
  position: relative;
  /* top: 37px; */
  display: flex;
    justify-content: center;
    align-items: center;
}

.calenderMidBar .monthNameDate {
  margin-left: 2rem;
}

section#calender-view {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 100vw;
  min-width: 100vw; */
  /* padding-right: 8.5rem; */
}

.calenderMidBar span.leftViewDate img {
  margin-left: 1rem;
  margin-top: -0.2rem;
  cursor: pointer;
  width: 100%;
  height: 1.2rem;
  max-width: 1.2rem;
}

.calenderContainer {
    padding: 0rem 0 0rem 1.5rem;
    display: block;
    position: inherit;
    margin-right: 0.5rem;
    /* margin-top: 2rem; */
    /* flex-basis: calc(72.3% - 3.3rem); */
    flex-grow: 0;
    margin-bottom: 2rem;
    gap: 10px;
    /* transition: all 0.5s; */
    overflow: hidden;
    flex: 0 0 55.3%;
}

.calenderContaierWidth {
  width: 100%;
  max-width: 97%;
  margin-left: 3rem;
}

.calenderLeftDropDown {
  /* background: red; */
  /* display: flex; */
  padding-top: 0.8rem;
  border-radius: 2px;
  border: solid 0.8px var(--gray);
  background-color: var(--white);
  /* display: flex; */
  position: absolute;
  z-index: 9;
  width: 21rem;
  right: 0;
  top: 4.8rem;
  /* padding-bottom: 1rem; */
  padding: 1rem 0.8rem;
  left: 6.5rem;
  display: none;
}

.calenderLeftDropDown .monthNameDate {
  float: left;
  margin-left: 0;
  width: 100%;
}

.calenderViewDropDown {
  /* clear: both; */
  /* display: flex; */
  /* justify-content: space-evenly; */
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.popup-months .popup-days-span-months {
  font-size: var(--font-size-15);
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  text-align: left;
  color: var(--brown);
  /* width: 19.2857%;
  float: left; */
  /* padding: 8px; */
  text-align: center;
  /* opacity: 0.5; */
  border-radius: 2px;
  border: rgb(from var(--color-border-light) r g b / 50%) 1px solid;
  /* margin-left: 0.5rem; */
  font-weight: 500;
  /* margin-right: 0.5rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}



.calenderLeftDropDown .newevent-calendar-popup-right {
  padding: 0px 1rem 8.1px 0rem;
  float: none;
}


.headerYearView:hover {
  background-color: var(--dark-white);
}

.calenderLeftDropDown .newevent-calendar-popup-arrow-left {
  float: right;
}

.calenderLeftDropDown span.monthRightIcon {
  margin-left: 0.3rem;
  margin-right: 0;
}

.calenderLeftDropDown span.monthLeftIcon {
  margin-right: 0.3rem;
}

span.popup-days-span-months.active {
  background: var(--color-error-bg);
  color: var(--red);
}

.leftSelectedPanel {
  background-color: rgb(from var(--color-brand) r g b / 11%);
  border: solid 0.8px rgb(from var(--color-brand) r g b / 22%);
  height: 3.6rem;
}

.activeStateCalender {
  /* display: inline-block; */
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--red);
  /* padding-top: 0.6rem; */
  /* border-radius: 50%; */
  color: var(--white);
  text-align: center;
  line-height: 2.5rem;
  /* margin-bottom: 2rem; */
  display: inline-block;
  position: relative;
  top: 0.2rem;
  border-radius: 100rem !important;
}

.monthActiveState {
  background-color: rgb(from var(--color-brand) r g b / 11%) !important;
}

.weekView .leftViewDate:hover {
  background-color: var(--dark-white);
  height: 3.6rem;
}

.leftSelectedPanel:hover {
  background-color: rgb(from var(--color-brand) r g b / 22%) !important;
  height: 3.6rem;
}

.myMeetingAction {
  overflow: auto;
  height: auto;
  padding-right: 2rem;
  max-height: calc(100vh - 24rem);
  padding-bottom: 2rem;
  overflow-x: hidden;
}

.meetingFullHeight {
  /* height: calc(100vh - 10rem); */
  min-height: calc(100vh - 37rem);
  /* height: calc(100vh - 16rem); */
}

.loader-shift-right {
  z-index: 99 !important;
  left: 60% !important;
}

.popup-months {
  cursor: pointer;
}

.popup-days-span-months:hover {
  background-color: var(--dark-white);
}

.highlight-monthYr {
  background-color: rgb(from var(--color-brand) r g b / 11%) !important;
}

.upDownArrow {
  width: 100%;
  max-width: 30%;
}

.viewCalenderBtn img {
  vertical-align: text-bottom;
  margin-right: 0.4rem;
}

.subCalenderInfoParent {
  display: inline-block;
  cursor: pointer;
}

.infoDropDown {
  position: absolute;
  top: -3rem;
  background:var(--red);
  width: 21.1rem;
  left: 18.5rem;
  padding: 0.9rem 1.5rem;
  background: var(--white);
  box-shadow: 0px 4px 6px rgb(from var(--color-text-primary) r g b / 25%);
  border-radius: 3px;
  display: none;
  z-index: 9999;

}

.upArrow:hover,
.downArrow:hover,
.popup-date:hover {
  background-color: var(--dark-white);
}

.newevent-calendar-popup-date-main.weekView .popup-date:hover:not(.active) {
  background-color: inherit !important;
}

.downArrow,
.upArrow {
  padding: 0.5rem;
  cursor: pointer;
}

.meetingListEmpty {
  position: absolute;
  font-size: var(--font-size-21);
  text-align: center;
  width: 100%;
  right: 0;
  display: flex;
  place-content: center;
  max-height: 50vh;
  top: -3rem;
  flex-direction: column;
  min-height: calc(100vh - 50vh);
}

.connect_calendar-pointer::before {
  top: -9.2rem !important;
}

.gap-1rem {
  gap: 1rem !important;
}

.dropDownCaret:before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  background: url(../../images/icons/msgPolygong.svg) no-repeat left top;
  height: 1.4rem;
  width: 100px;
  LEFT: 0px;
  z-index: 8;
}

.calendarSetting span.viewCalenderBtn {
  font-weight: 700;
  font-size: var(--font-size-21);
  text-align: center;
  width: 100%;
  right: 0;
  display: flex;
  place-content: center;
  bottom: 50%;
  height: calc(100vh - 50rem);
  top: 50%;
  flex-direction: column;
}

/* Meeting details uses the shared Modal component. Keep the shell stable and let
   the content determine its height; only long participant lists scroll. */
.meeting-details-modal {
  max-width: 72rem;
}

.meeting-details-modal .mui-modal__body {
  padding: 1.2rem 0;
}

.meeting-details-modal .mui-modal__header-actions .btn-icon {
  width: 4rem;
  height: 4rem;
}

.meeting-details-modal .mui-modal__header-actions .mui-icon {
  font-size: 2.4rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.meeting-details-modal .mui-modal__header-actions .btn-icon:hover .mui-icon,
.meeting-details-modal .mui-modal__header-actions .btn-icon:focus-visible .mui-icon {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.meeting-details-modal .meeting-details-content,
.meeting-details-modal .meetingpopup-modal-content {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.meeting-details-modal .meetingpopup-heading {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 1.6rem 2.4rem 0;
}

.meeting-details-modal .meetingpopup-heading .meetingpopup-Oval {
  flex: 0 0 auto;
  float: none;
  margin: 0.7rem 1.2rem 0 0;
}

.meeting-details-modal .meetingpopup-day {
  padding: 0;
}

.meeting-details-modal .meetingpopup-organiser {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.6rem 2.4rem 0;
}

.meeting-details-modal .meetingpopup-organiser .countAttending {
  flex-basis: 100%;
}

.meeting-details-modal .total-participants {
  margin: 2.4rem 0 0;
  padding: 0 2.4rem 1.2rem;
}

.meeting-details-modal .meetingpopup-participants-scroll {
  max-height: 24rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.meeting-details-modal .meetingpopup-user {
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0 2.4rem 1.6rem;
}

.meeting-details-modal .meetingpopup-user .meetingpopup-single-user {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr) 2.4rem;
  align-items: center;
  gap: 1.2rem;
  float: none;
  padding: 1.2rem 0;
}

.meeting-details-modal .meetingpopup-user .meetingpopup-single-user .meetingpopup-user-image,
.meeting-details-modal .meetingpopup-user .meetingpopup-single-user .meetingpopup-user-detail,
.meeting-details-modal .meetingpopup-user .meetingpopup-single-user .meetingpopup-org-name {
  width: auto;
  float: none;
  margin: 0;
}

.meeting-details-modal .meetingpopup-description,
.meeting-details-modal .meetingpopup-notification {
  margin: 0;
  padding: 1.6rem 2.4rem;
}

.meeting-details-modal .meetingpopup-description-details {
  padding-left: 2.8rem;
  overflow-wrap: anywhere;
}

.meeting-details-modal .mui-modal__footer {
  padding: 0;
  border-top: 0.1rem solid var(--color-border-light);
}

.meeting-details-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.2rem;
  padding: var(--space-md) var(--space-lg);
}

.meeting-details-actions .attendingshowhide,
.meeting-details-actions .meetingpopup-notifyme {
  width: auto;
  min-width: 0;
  margin: 0;
  float: none;
  border: 0;
}

.meeting-details-actions .meetingpopup-notifyme {
  margin-left: auto;
}

.meeting-details-actions .meetingpopup-attending {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: auto;
  height: auto;
  background: transparent;
}

.meeting-details-actions .meetingpopup-attending .meetingpopup-attending-title,
.meeting-details-actions .meetingpopup-attending .meetingpopup-attending-content,
.meeting-details-actions .meetingpopup-notify-button {
  width: auto;
  float: none;
  padding: 0;
}

.meeting-details-actions .meetingpopup-attending .meetingpopup-attending-title {
  color: var(--color-text-secondary);
  font-size: var(--font-size-15);
  font-weight: 500;
  line-height: 2rem;
  white-space: nowrap;
}

.meeting-details-actions .meetingpopup-attending .meetingpopup-attending-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.meeting-details-actions .meetingpopup-attending-content .meetingpopup-accept,
.meeting-details-actions .meetingpopup-attending-content .meetingpopup-decline,
.meeting-details-actions .meetingpopup-attending-content .meetingpopup-tentative {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
}

.meeting-details-actions .meetingpopup-attending-content .commonMeetingSpace {
  flex: 0 0 auto;
  vertical-align: middle;
}

.meeting-details-delete-action {
  color: var(--color-error);
}

@media (max-width: 600px) {
  .meeting-details-modal .meetingpopup-heading,
  .meeting-details-modal .meetingpopup-organiser,
  .meeting-details-modal .total-participants,
  .meeting-details-modal .meetingpopup-user,
  .meeting-details-modal .meetingpopup-description,
  .meeting-details-modal .meetingpopup-notification {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .meeting-details-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .meeting-details-actions .meetingpopup-attending {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .meeting-details-actions .meetingpopup-attending .meetingpopup-attending-content {
    flex-wrap: wrap;
  }

  .meeting-details-actions .meetingpopup-notifyme {
    margin-left: 0;
  }
}

.calendar-settings-modal {
  height: 80vh;
}

.meetingListEmpty p {
  display: block;
  margin-bottom: 0;
  font-size: var(--font-size-15);
  line-height: 2.4rem;
}

.meetingListEmpty .first {
  color: var(--black);
  font-weight: 500;
}

.meetingListEmpty .second {
  color: var(--dark-gray);
  font-weight: 600;
}

.meetingClose img {
  width: 1.5rem;
}

/*sub-calende*/
.subsubCalender .calendarTopStrip {
  padding-bottom: 0px;
  width: auto;
  padding-top: 0px;
}


.subCalenderTabs li {
  float: left;
}

.subCalenderTabs li {
  cursor: pointer;
  padding: 0rem 1.5rem 0rem 0.2rem !IMPORTANT;
}

.subCalenderTabs li span {
  /* padding: 1.5rem 0 1.5rem; */
  float: left;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 5.5rem;
  display: block;
  margin-right: 1.5rem;
  /* margin-left: 1.5rem; */
  cursor: pointer;
  color: var(--black);
}

.subCalenderTabs .tabbable-line>li {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.subCalenderTabs li span.active {
  border-bottom: 0.2rem solid var(--red);
  position: relative;
  color: var(--red);
  /* background: var(--black); */
}

.subCalenderTabs .tabbable-line>.nav-tabs>li.open,
.tabbable-line>li:hover {
  border-bottom: none !important;
}

.viewCalenderBtn {

  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--dark-gray);
  vertical-align: middle;
}

button.viewCalender {
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  /* float: right; */
  margin-left: 1rem;
  padding: 0.7rem 0.8rem;
}

.subCalenderInfo {
  position: relative;
  vertical-align: text-top;
}

.subCalenderInfoIcon {
  position: relative;
  vertical-align: text-top;
  margin-left: 0.7rem;
  width: 1.5rem;
  height: 1.5rem;
}

.calenderMsgBar {
  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  color: var(--black);
  background-color: var(--white);
  width: 100%;
  padding: 1.6rem 1rem 2.3rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--gray);
  resize: inherit;
  height: 100%;
  min-height: 14.3rem;
}

.calenderCount {
  color: var(--dark-gray);
  position: absolute;
  /* bottom: 0; */
  right: 3.5rem;
  display: flex;
  font-size: var(--font-size-13);
  font-weight: 500;
}

.calenderlimitcharacter {
  font-size: var(--font-size-15);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--dark-gray);
  font-weight: 500;
}

.subCalenderCount {
  color: var(--brown);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
}

/* .subCalenderInfo {
    margin-left: 1rem;
  } */
.subCalenderBox {
  border-radius: 0.2rem;
  border: solid 0.1rem var(--gray);
  background-color: var(--white);
  padding: 0.8rem 1rem 0.8rem 1rem;
  cursor: pointer;
}

.workingHoursRow {
  position: relative;
  /* overflow: hidden; */
}


input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}
.timeSlot1 {
    width: 2.3rem;
    text-align: right;
    color: var(--black);
    font-size: var(--font-size-15);
    font-weight: 500;
}
.timeSlot {
  width: 13.5rem;
  border: 1px solid var(--gray);
  height: 4.4rem;
  text-align: center;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 1.2rem;
}
.timeRight{
  text-align: left;
}
.timeSlot .timeSlot1:focus {
  background: none;
}
.workingHoursRow {
  padding: 3rem 3rem 0;
}

.workingHoursColumMiddle {
  /* display: flex; */
  /* flex: 0 0 4rem; */
  /* align-items: center; */
}

.workingHypen {
  width: 0.9rem;
  height: 0.2rem;
  background: var(--dark-gray);
  /* line-height: 10rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 1.5rem;
}

.workingHoursColum {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* padding-bottom: 2.4rem; */
  /* height: 4.8rem; */
  /* border: 1px solid var(--black); */
  padding-bottom: 1.5rem;
  clear: both;
}

.subCalenderPlusIcon {
  /* background-image: url(../../images/icons/addIcon.svg); */
  /* cursor: pointer; */
  /* float: left; */
  /* margin-left: 2.3rem; */
  /* padding: 1rem 3rem; */
  /* background-repeat: no-repeat; */
  /* background-size: 3rem; */
  /* background-position: 2rem center; */
}
.removeIcon span {
    display: inline-block;
    /* padding-top: 0.5rem; */
    /* margin-left: 1.5rem; */
    cursor: pointer;
}

.removeIcon span img {
  height: 4.4rem;
}

.subCalenderPlusIcon span img {
  height: 4.4rem;
}

.subCalenderPlusIcon span {
    display: inline-block;
    /* padding-top: 0.5rem; */
    /* margin-left: 1.5rem; */
    cursor: pointer;
}
.removeIcon {
  /* background: url(../../images/icons/remove.svg) no-repeat center center; */
  /* background: url(../../images/icons/remove.svg) no-repeat center center; */
  /* cursor: pointer; */
  /* float: left; */
  /* padding: 1rem 3rem; */
  /* background-repeat: no-repeat; */
  /* background-size: 3rem; */
  /* background-position: 2rem center; */
}

.workingHoursColumLeft h2 {
  font-size: var(--font-size-15);
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  line-height: 4.2rem;
  padding-top: 0.3rem;
}

.marginLeft {
  margin-left: 0px;
}

.workingHoursColumLeft {
  flex: 0 0 10rem;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.workingHoursColumRight {
  flex: 0 0 5rem;
  /* align-items: center; */
  /* justify-content: center; */
  padding-top: 1rem;
  /* float: right; */
  display: flex;
  justify-content: end;
  position: relative;
}

input.timeSlot.startTime {
  border: none;
  height: auto;
  padding: 0px;
  text-align: left;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  color: var(--black);
  margin-top: 0;

}

.switch {
  display: inline-block;
  position: relative;
  width: 3.5rem !important;
  height: 2.0rem;
  border-radius: 20px;
  /* background: #dfd9ea; */
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
  border: 0.1rem solid var(--dark-gray);
  position: relative;
}

.switch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: var(--dark-gray);
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0.3rem, 0.24rem);
}



.workingHoursColumRight input:checked+.switch {
  background: var(--red);
  border: 0.1rem solid var(--red);
}

.workingHoursColumRight input:checked+.switch::before {
  /* left: 1.8rem; */
  background: var(--white);
  /* top: 17%; */
  transform: translate(1.7rem, 0.24rem);
}



.unavilable {
  text-align: left;
  width: 100%;
}

.unavilable h4 {
  font-size: var(--font-size-15);
  color: var(--slate-gray);
}

.availble-inner-part.subCalenderInnerPart {
  height: calc(100vh - 48.9rem);
  overflow-y: hidden;
  margin-bottom: 2.2rem;
  overflow: scroll;
  overflow-x: hidden;
}

.setting-availsection{
  margin-right: 3rem;
}
.subCalenderBtn {
  margin-top: 0rem;
}

.workingHoursMiddleFirstColum,
.workingHoursMiddleSecondColum {
  position: relative;
  text-align: center;
  /* position: relative; */
}

.subCalenderDropDown,
.timeFormatterDropDown {
  min-height: inherit !important;
  overflow-y: scroll;
  height: 14rem;
  z-index: 99999;
  top: 4.3rem;
}

ul.timeDropDown {
  margin-top: 0.3rem;
  border: 1px solid var(--gray);
  border-radius: 0.2rem;
}

.subCalenderDropDown li,
.timeFormatterDropDown li {
  text-align: center;
}

.subCalenderDropDown .dropdown-list-items {
  padding: 0.2rem 1rem !important;
}

.stratTimeDropDown {
  position: absolute;
  left: 6rem;
  top: 5.4rem;
}

.startColum {
  position: relative;
}

.stratTimeDropDownInner {
  font-size: var(--font-size-15);
  background: var(--dark-white);
  width: 4.3rem;
  /* text-align: center; */
  /* height: 1.9rem; */
  padding-left: 0.5rem;
  font-weight: 500;
  border-radius: 0.2rem;
  /* margin-top: 1rem; */
  border: 1px solid var(--gray);
}

.stratTimeDropDown ul li {
  font-size: var(--font-size-15);
  background: var(--white);
  width: 4.3rem;
  /* text-align: center; */
  height: 2.2rem;
  padding-left: 0.5rem;
  font-weight: 500;
  list-style: none;
  border-bottom: 1px solid var(--gray);
  cursor: pointer;
}

.stratTimeDropDown ul li:hover {
  background: var(--dark-white);
}

.subCalenderBtn span.meeting-save-btn {
  /* display: inline-block; */
}

.workingHoursColumMiddleRow {
  display: flex;
  margin-bottom: 1.3rem;
  position: relative;
}

.dateRangeColumRight {
  display: flex;
}

.dateRangeColumRight .duration-right {
  width: 50%;
  margin-right: 1rem;
}

.advanceSettingHead h2 {
  font-size: var(--font-size-15);
  color: var(--red);
  margin-bottom: 0px;
  background: url(../../images/icons/advancesettingicon.svg) no-repeat center right;
  display: inline-block;
  padding-right: 3rem;
}



.advanceSettingHead {
  padding-top: 3rem;
}

.subCalenderType {
  /* background: none; */
  position: inherit;
  /* width: 96vw; */
  padding-right: 2.2rem !important;
}

.subCalendarBody .meeting-common-label {
  margin-left: 0px;
  position: relative;
}

.subCalendarBody .meeting-left-part {
  border-bottom: none;
}

/*eventtype*/
.eventTypeRow {
  padding-top: 2.7rem;
  /* display: flex;
    justify-content: space-around;
    flex-wrap: wrap; */
}

.eventScrool {
  overflow-y: scroll;
  height: calc(100vh - 21rem);
  overflow-x: hidden;
  max-width: 93.5vw;
}

.eventRow {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.eventTypeColum {
  width: calc(24.333% - 1rem);
  border: solid 0.1rem var(--gray);
  border-radius: 1.2rem;
  padding-left: 3.2rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  margin-bottom: 3rem;
  padding-right: 3.2rem;
  position: relative;
}

/* .eventTypeColum:nth-child(3n+1) {
  margin-right: 0px;
} */

.evebtBg {
  background: var(--white);
  position: relative;
}

.eventTypeHeading h2 {
  font-size: var(--font-size-15);
  color: var(--black);
  font-weight: 600;
  cursor: pointer;

}

.eventTypeTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  /*  */
}

.eventTypeHeading p {
  font-size: var(--font-size-15);
  color: var(--slate-gray);
  font-weight: 600;
}

.eventTypeMiddle {
  /* display: flex; */
}

.eventTypeMiddle ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 3.2rem;
  padding: 0px;
  /* margin-top: 2rem; */
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* height: auto; */
  /* max-height: calc(100vh - 76rem); */
  /* overflow-y: scroll; */
  /* margin-bottom: 5rem; */
}

.eventTypeMiddle ul li {
  background: var(--dark-white);
  border-radius: 14rem;
  padding: 0.6rem 1rem;
  list-style: none;
  line-height: 2.3rem;
  font-size: var(--font-size-15);
  font-weight: 600;
  color: var(--slate-gray);
  width: auto;
  text-align: center;
  /* margin-right: 1.2rem; */
  margin-right: 1.6rem;
}

button.eventBottomBtnCopy {
  /* border: none; */
  width: 48%;
  background: var(--red);
  color: var(--white);
  border-radius: 0.3rem;
  font-weight: 700;
  height: 3.4rem;
  font-size: var(--font-size-15);
  line-height: 3.7rem;
}

.eventTypeBottom button {
  border: none;
  /* margin-right: 0.5rem; */
  /* margin-right: 1.3rem; */
}

button.eventBottomBtnEdit {
  width: 48%;
  background: var(--white);
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  border-radius: 0.3rem;
  font-weight: 700;
  height: 3.4rem;
  font-size: var(--font-size-15);
  float: right;
}

ul.eventMoreOptionDropDown li {
  list-style: none;
  line-height: 3.6rem;
  font-size: var(--font-size-15);
  color: var(--slate-gray);
  font-weight: 500;
  cursor: pointer;
}

ul.eventMoreOptionDropDown {
  position: absolute;
  right: 0.5rem;
  border: 1px solid var(--gray);
  box-shadow: 0px 4px 10px rgb(from var(--color-text-primary) r g b / 10%);
  border-radius: 3px;
  background: var(--white);
  width: 100%;
  max-width: 8rem;
  text-align: center;
  z-index: 9;
  top: 4.3rem;

}

ul.eventMoreOptionDropDown li:hover {
  background: var(--dark-white);
}

.subCalenderType .meeting-left-part {
  border-bottom: none;
}

.blockUser {
  clear: both;
}

.blockUserHead h2 {
  font-size: var(--font-size-15);
  color: var(--red);
  margin-bottom: 0px;
  /* background: url(../../images/icons/advancesettingicon.svg) no-repeat center right; */
  display: inline-block;
  padding-right: 3rem;
  cursor: pointer;
}



.blockUserHead {
  padding-top: 3rem;
}

/*block user*/

.blockUserSearchType {
  display: flex;
  width: 99%;
}

.blockUserSearchTypeColum {
  /* flex-grow: 600; */
  /* flex-shrink: 20; */
  /* flex-basis: 0; */
  /* flex-grow: 1; */
  /* flex-shrink: 1; */
  /* flex-basis: 0; */
  margin-left: 0.4rem;
  width: 100%;
  position: relative;
}

.blockUserSearchBar {
  border: none;
  /* border-bottom: 0.1rem solid var(--gray); */
  padding: 0.9rem 4rem 0.9rem 1.5rem;

  font-size: var(--font-size-15);
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: var(--black);
  border-radius: 0.2rem;
  border: 0.1rem solid var(--gray);
  background-color: var(--dark-white);
  /* width: 82%; */
  /* width: 31.3rem; */
  /* margin-top: 1rem; */
  /* border-right: none; */
  width: 100%;
}

.serchHeaderClose {
  display: block;
  background: url(../../images/icons/close.svg) no-repeat center center;
  text-decoration: none;
  /* background-size: 100% 31%; */
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 4rem;
  height: 3.4rem;
  z-index: 9999;
  cursor: pointer;
  display: none;
  background-position: center;
}


.blockUserTabs {
  padding-top: 1rem;
  border-bottom: 1px solid var(--gray);
  float: left;
  clear: both;
  width: 100%;
  /* padding-bottom: 3rem; */
}

.blockUserTabs ul li {
  list-style: none;
  /* display: flex;
    flex-direction: row; */
  /* padding-bottom: 3rem; */
  display: flex;
  align-items: center;
}

.blockUserTabs ul li span {
  padding: 1.5rem 0 1.5rem;
  float: left;

  font-size: var(--font-size-15);
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1rem;
  display: block;
  /* margin-right: 1.5rem; */
  margin-left: 1.5rem;
  /* cursor: pointer; */
  /* color: var(--slate-gray); */
  float: left;
}

.clearBoth {
  clear: both;
}

span.bloskUserCount {
  padding: 0px !important;
  background: var(--dark-gray);
  width: 40px;
  height: 19px;
  line-height: normal !important;
  font-size: var(--font-size-13) !important;
  color: var(--white) !important;
  border-radius: 0.2rem;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: right !important;
  /* opacity: 0.5; */
}

.blockNavs li span.active {
  border-bottom: 0.2rem solid var(--red);
  position: relative;
  color: var(--black);
  /* background: var(--black); */
}

.blockNavs li span.active span.bloskUserCount {
  background: var(--dark-gray);
  /* opacity: inherit; */
}

ul.blockNavs {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
}

.externalUserList {
  background: var(--color-surface);
  border-radius: 3px;
  position: absolute;
  z-index: 9;
  width: 100%;
}

.externalUserList li {

  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-15);
  line-height: 16px;
  color: var(--brown);
  padding: 0.5rem;
  border-bottom: 0.1REM solid var(--gray);
  /* width: 31.4rem; */
  background: var(--dark-gray)17;
  box-shadow: 0px 7px 8px -10px rgb(from var(--color-text-primary) r g b / 40%);
  list-style: none;
  position: relative;

}

.blockUserList .common-d-list {
  width: 100%;
  display: flex;
  /* grid-template-columns: minmax(65px, max-content) repeat(auto-fill, 305px) 25%; */
  align-items: center;
}

.blockUserList .common-user-icon {
  /* width: 12%; */
  /* float: left; */
  margin-right: 3.5%;
  cursor: default;
  position: relative;
}

.blockUserList .common-icons-size {
  height: 4.3rem;
  width: 4.3rem;
  border-radius: 0.5rem;
  /* border: solid 0.1rem var(--red); */
  padding: 0.1rem;
  margin: 0rem !important;
}

.blockUserList .common-user-list {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 100% !important;
  flex-direction: column;
}

.blockUserList .user-label {

  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9rem;
  font-size: var(--font-size-15);
  cursor: pointer;
  color: var(--black);
}


.blockUserList .columCallScreen.inviteCallBtn {
  background: var(--dark-white);
  width: 25%;
  position: fixed;
  bottom: 0;
  /* left: 0; */
  /* max-width: 23.1%; */
  right: 0;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  /* overflow: hidden; */
  /* left: 0; */
  margin: 0px auto;
  bottom: 0rem;
  display: flex;
  height: 7rem;
  align-items: center;
  flex-wrap: wrap;
  /* align-items: center; */
  padding-left: 1.5rem;
}

.blockUserList div#callInviteUser {
  padding-left: 1rem;
  MIN-width: 75%;
  display: flex;
  /* overflow: hidden; */
  min-height: 100%;
  /* overflow-x: hidden; */
  padding-right: 0rem;
  /* max-width: 95%; */
  MAX-WIDTH: 80%;
  overflow: scroll;
}

.blockUserList .add-invite-main {
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  /* position: relative; */
}

.blockUserList .add-invite-main .invite-short-name {
  border-radius: 0.5rem;
  /* margin-top: 0; */
  /* width: 4.3rem; */
  /* height: 4.3rem; */
  /* text-align: center; */
  /* vertical-align: middle; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* padding: 0; */
  /* margin: 0; */
  border: 0.2rem solid var(--white);
  margin: 0.1rem;
}

.blockUserList span.callDp {
  position: relative;
  /* height: 4.3rem; */
  width: 100%;
  /* object-fit: contain; */
  /* padding: 0; */
  display: inline-block;
  /* max-width: 4.3rem; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  /* float: left; */
}

.blockUserList .callScreenDp {
  height: 4.3rem;
  width: 4.3rem;
  padding: 0;
  margin: 0.1rem !important;
}

.blockUserList .invitees-close-new-icon {
  position: absolute;
  top: -0.7rem;
  right: -1.1rem;
  z-index: 999;
}

.remove-invite {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.blockUserList button.indvitaiuonInvite {
  border-radius: 0.5rem;
  background-color: var(--red);
  font-size: var(--font-size-15);
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: var(--white);
  border: none;
  box-shadow: none;

  padding: 0.6rem 1rem;
  margin: 0px auto;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 8%;
  position: absolute;
  right: 2%;
  /* width: -webkit-fill-available; */

}

.invite-short-dp {
  background: none;
  padding: 0px !important;
}

.callInviteUser {
  overflow: scroll;
  /* width: 33rem; */
  /* min-width: 35rem; */
  /* padding-right: 8rem; */
}

.blockUserList .common-postion {
  padding-left: 1.5rem;
}

span.SubteamCaret {
  position: absolute;
  margin-top: 0;
  top: 0.9rem;
  left: -1.44rem;
  display: none;
}

.SubteamCaret:before {
  position: absolute;
  top: 0.2rem;
  content: "";
  left: 0.5rem;
  z-index: -8;
  border-right: 1rem solid var(--color-border-light);
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

.m-top-label.mTobFlex {
  display: flex;
}

.workingHoursSwitchTab {
  margin-left: 2rem;
}

.enable-Work-hours {
  padding-top: 0;
}

.meeting-right-header-btn.subCalenderBtn.subCalenderMTop {
  margin-top: 5rem;
  margin-right: 3rem;
}

.subCalenderBtn .meeting-cancel-btn {
  margin-right: 1rem;
}

.workingHoursColumMiddleRow h3 {
  color: var(--slate-gray);
  font-size: var(--font-size-15);
  margin-bottom: 0;
  padding-top: 1.5rem;
  width: 100rem;
  max-width: 31rem;

}

.subCalendarOpacity {
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
  background: var(--white);
}

.hideSubCalendarOpacity {
  opacity: 0;
  z-index: 0;
  position: unset;
}

.blockIcon {
  vertical-align: text-bottom;
  margin-right: 0.4rem;
}

.subCalenderInfoParent {
  display: inline-block;
  cursor: pointer;
}

.infoDropDown {
  position: absolute;
  top: -0.5rem;
  background: var(--color-brand);
  width: 27.3rem;
  right: 50%;
  padding: 1.5rem 1.7rem 2rem 1.7rem;
  background: var(--white);
  box-shadow: 1.2px 1.2px 10px rgb(from var(--color-text-primary) r g b / 10%);
  border-radius: 0.3rem;
  border: 1px solid var(--color-border-light);
  left: 100%;
  margin-left: 2rem;

}

.infoDropDown h2 {
  font-size: var(--font-size-15);
  color: var(--brown);
  font-weight: 600;
  margin-bottom: 1rem;
}

.infoDropDown p {
  font-size: var(--font-size-11);
  color: var(--brown);
  text-transform: math-auto;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.9rem;
}


span.dropDownCaret {
  position: absolute;
  margin-top: 0;
  top: 0.8rem;
  left: -2.5rem;
  right: 100%;
  width: 1rem;
}

.dropDownCaret:before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  /* background: url(../../images/icons/msgPolygong.svg) no-repeat left top; */
  height: auto;
  width: auto;
  left: 100%;
  z-index: 8;
  border-top: 1rem solid var(--color-border-light);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  transform: rotate(90deg);
  right: 100%;
}

.calendarSetting span.viewCalenderBtn {
  font-weight: 700;
}

.month-header .base {
  /* width: 14.23155% !important; */
}

input[type=time] {
  cursor: text;
}

.event-type-empty {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.monthViewToggle img {
  width: 100%;
  max-width: 2.2rem;
  max-height: 2.2rem;
}
.monthLeftIcon img, .monthRightIcon img {
    width: 100%;
    max-width: 0.7rem;
    /* float: left; */
}

span.dateDropdown.newevent-calendar-popup-arrow-left {
    /* width: 10rem; */
    float: right;
}
.material-icons img {
  /* width: 100%; */
  max-height: 1.3rem;
  max-width: 1.3rem;
}
.searcInviteBtn {
  /* width: 100%;
  min-width: 1.8rem;
  min-height: 1.8rem; */
}

.note-editor .btn-group > .btn-small {
  font-size: var(--font-size-15) !important;
  /* height: 2.5rem; */
  /* line-height: 2.2 !important; */
}
.note-editor .note-toolbar .note-fontsize button {
  height: inherit !important;
}
/* .note-color .btn-default {
  height: 2.5rem;

} */
.meetingClose img, .notify-Message img, .sharemeetingcall img {
  width: 20px !important;
  height: 20px !important;
}
/* meeting over icons */
.meetingOverIcon {
  width: 100%;
  max-width: 1.8rem;
  max-height: 1.8rem;
}

.meetingpopup-notification-icon .meetingOverIcon {
  width: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.meetingpopup-description-heading .meetingOverIcon {
  width: 100%;
  max-width: 1.9rem;
  max-height: 1.9rem;
}

.meetingpopup-user-icon .meetingOverIcon {
  width: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.meetingpopup-org-name img {
  width: 100%;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.meetingOverIconDelte {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;

}

.note-editor .note-toolbar {
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;}

  .downArrow img {
    width: 100%;
    max-width: 1.4rem;
    max-height: 1.4rem;
}

.upArrow img {
  width: 100%;
  max-width: 1.4rem;
  max-height: 1.4rem;
}
.newevent-calendar-popup-date-main {
    padding-top: 0.8rem;
}

.monthView-leftContainer .date-inner-header {
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.monthView-leftContainer .dateDropdown.newevent-calendar-popup-arrow-left {
    /* width: 4rem; */
    display: flex;
    justify-content: flex-end;
}
.eventTypeMoreOption{
  cursor: pointer;
}


.subCalenderdropdown {
  /* background: #fff; */
  /* height: 100%; */
  position: absolute;
  z-index: 99999;
  width: 100%;
  /* display: flex; */
}

.subCalenderdropdown ul,
.timeFormatterDropDown ul {
  list-style: none;
  text-align: left;
  z-index: 99999;
  background: var(--color-surface);
  height: calc(100vh - 70rem);
  overflow: auto;
  border: 1px solid var(--gray);
  box-shadow: 1.2px 1.2px 10px rgb(from var(--color-text-primary) r g b / 10%);
  border-radius: 0.2rem 0 0 0;
  left: 0;
  width: 33.3%;
  float: left;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
  overflow-x: hidden;

}

.subCalenderdropdown ul li,
.timeFormatterDropDown ul li {
  font-size: var(--font-size-15);
  font-weight: 600;
  width: 100%;
  float: left;
  line-height: 3.5rem;
  text-align: center;
  cursor: pointer;
  color: var(--black);
}
.subCalenderdropdown ul li:hover,
.timeFormatterDropDown ul li:hover {
    background: var(--red);
    color: var(--white);
}

::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
}

.subCalenderdropdown::-webkit-scrollbar-track,
.timeFormatterDropDown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.4rem transparent;
    border-radius: 0.3rem;

}

.subCalenderdropdown ul::-webkit-scrollbar-thumb,
.timeFormatterDropDown ul::-webkit-scrollbar-thumb {
	background: var(--white);
	border-radius: 0.3rem;
}

.subCalenderdropdown ul::-webkit-scrollbar-thumb:hover,
.timeFormatterDropDown ul::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}

.subCalenderdropdown ul::-moz-scrollbar,
.timeFormatterDropDown ul::-moz-scrollbar {
    width: 0.5rem;
}

.subCalenderdropdown ul::-moz-scrollbar-track,
.timeFormatterDropDown ul::-moz-scrollbar-track {
    box-shadow: inset 0 0 0.4rem transparent;
    border-radius: 0.3rem;

}

.subCalenderdropdown ul::-moz-scrollbar-thumb,
.timeFormatterDropDown ul::-moz-scrollbar-thumb {
  background: var(--white);
	border-radius: 0.3rem;
}

.subCalenderdropdown ul::-moz-scrollbar-thumb:hover,
.timeFormatterDropDown ul::-moz-scrollbar-thumb:hover {
  background: var(--white);
}
.subCalenderdropdown ul li:last-child,
.timeFormatterDropDown ul li:last-child {
    padding-bottom: 0px;
}

.subCalenderdropdown ul:first-child,
.timeFormatterDropDown ul:first-child {
    border-right: none;
}
.submeetingLink {
    top: 4rem;
    min-height: inherit !IMPORTANT;
    /* max-height: calc(100vh - 18.5rem) !important; */
    max-height: 13rem !important;
}

.submeetingLink li.common-dropdown-li {
    height: 4.4rem;
}

.submeetingLink li .dropdown-list-items {
  line-height: 2.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  overflow-y: hidden;
}
.eventTypeBottom {
    /* position: absolute; */
    /* bottom: 3%; */
    /* padding-bottom: 0.5rem; */
    /* padding-top: 1.4rem; */
    width: 100%;
    display: flex;
    left: 0;
    justify-content: space-between;
}
#showDone {
    padding-right: 1rem;
}
.eventSubTitle {
    margin-bottom: 0;
    font-size: var(--font-size-15);
    padding-top: 1.4rem;
}
.workHoursInfoMain,
.availabilityInfoMain{
  position: relative;
}
#workHoursInfo {
  /* left: -4.2rem; */
  /* top: 3rem; */
}
#availabilityInfo {
  /* left: 2.5rem; */
  /* top: -14rem; */
}
.dayNight {
  color: var(--black);
  font-size: var(--font-size-15);
  font-weight: 500;
  line-height: 4.3rem;
  position: relative;
  right: 2.8rem;
}
.subCalenderdropdown ul:last-child {
  border-left: none;
  float:right;
}
.workingHoursColumLeft h2:first-letter {

}
.back-icon img{
  width: 100%;
  height: 100%;
  max-width: 1.2rem;
  max-height: 1.2rem;
}
.event-type-empty img {
  width: 100%;
  max-width: 50rem;
  max-height: 50rem;
}
.scheduleEmptyMain img {
  width: 100%;
  max-width: 35rem;
  max-height: 35rem;
}
.meetingPlaceHolder {
  padding-top: 0;
}

.createEventType .meeting-common-label {
  margin-left: 0px !important;
}

.subCalenderTimeValue{
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
}
.subCalenderTimeValue span{/* width: 6.8rem; */text-align: right;color: var(--black);font-size: var(--font-size-15);font-weight: 500;margin-right: 0;/* position: relative; *//* right: 2.3rem; */}
.timeSlotWrap {
    width: 5rem;
}

.scheduleBodyRow {
  /* height: 10rem !important; */
  /* display: table-row-group; */
  /* align-items: center; */
  /* padding: 2rem 0 !important; */
  clear: both;
  /* padding-bottom: 2rem; */
}

.scheduleBodyRow .scheduleLeft {
  /* max-height: 10rem !important; */
  padding-top: 3.0rem !important;
  /* padding-bottom: 1.5rem !important; */
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: column;
  float: left;
}

.scheduleBodyRow .right {
  /* max-height: 6rem !important; */
  padding-top: 3rem !important;
  /* padding-bottom: 0rem !important; */
}

.scheduleBodyRow .left-time {
  margin-top: 0px;
}

.sheduleMeetingRow {
  /* padding-top: 2.5rem; */
}

.scheduleBodyRow .schedule-attending {
  padding-top: 0.8rem;
  /* float: right !important; */
}

.meetingpopup-description .meetingpopup-description-details ol {
  position: relative;
  left: 0.4rem;
}
.disableEventColumn{
  opacity: 0.2;
}

.meetingpopup-description-details font {
  padding-top: 1rem !important;
  display: inline-block;
  line-height: normal !important;
}
.time-error{
  border: 0.1rem var(--color-error) solid;
}
#timeFormatter {
  height: auto;
}

.dateMeetingLeftItem .meeting-span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  /* min-width: 100%; */
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 4%;
}

.dateMeetingLeftItem .meeting-start {
  position: absolute;
  margin-top: 1.5rem;
  right: 0;
  left: 96%;
}

.dateMeetingLeftItem {
  position: relative;
}

.meetingpopup-description-details span,
.meetingpopup-description-details span u,
.meetingpopup-description-details span i {
  /* line-height: 2rem !important; */
  display: inline-block;
}
.ql-align-center,
.ql-align-center * {
  text-align: center;
}
.ql-align-right,
.ql-align-right * {
  text-align: right;
}
.ql-align-justify,
.ql-align-justify * {
  text-align: justify;
}

.fileLenth {
  width: 100%;
  /* max-width: 97%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  /* padding-right: 2%; */
}
.calenderMeetingWrap {
  display: flex;
  width: 100%;
}
.workingHoursMiddleSecondColum {
  margin-right: 1.5rem;
}
.calenderLabelName {
  display: flex;
  width: 100%;
  /* flex-wrap: nowrap; */
  flex-direction: column;
  gap: 0.4rem;
}
.calenderUploaded {
  display: block;
}
.calenderLabelName .download-icons {
    padding: 0;
}

/* .calenderUploaded {
    margin-bottom: 1rem;
} */
.bookingPageCalendar {
  border-right: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
  border-left: none;
  background: var(--color-background);
  border-top: 1px solid var(--color-border-light);
  height: 5.8rem;
}
.bookingPageCalendarContainer {
  padding-left: 0;
  width: 100%;
  padding-right: 0;
}
.meetingListEmptyStates {
  position: absolute;
  top: 20rem;
  bottom: 50%;
  padding: 0 3rem;
}

.meetingzEventsEmtyTest {
  text-align: center;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.meetingzEventsEmtyTest p {
  color: var(--color-text-primary);
  text-align: center;

  font-size: var(--font-size-15);
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem; 
}

.darkmode .meetingzEventsEmtyTest p {
  color: var(--dark-white);
}

.sheduleNewMeeting {
  border: navajowhite;
  background: none;
  color: var(--color-brand);
  text-align: center;

  font-size: var(--font-size-15);
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
}

.meetingEventsEmtyStates img {
  width: 100%;
  max-width: 100%;
}

/* images/no-events.jpg is a JPG with an opaque white background baked in, so on
   the dark theme it shows as a stray white rectangle — give it an intentional
   white card treatment instead of leaving it edge-to-edge. */
.darkmode .meetingEventsEmtyStates {
  background: var(--white);
  border-radius: 1.2rem;
  padding: 1.6rem;
  display: inline-block;
}

.sheduleNewMeeting img {
  padding-right: 0.5rem;
}
.meetingLeftCopyLinkOuterclipboardBooking {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.entryBooking {
    padding-left: 2.3rem;

    color: var(--color-text-primary);
    text-align: center;

    font-size: var(--font-size-15);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.darkmode .entryBooking {
    color: var(--dark-white)
}

.bookingStatusColum {
    border-radius: 0.2rem;
    border-top: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-light);
    border-bottom: 1px solid var(--color-border-light);
    padding:1.95rem 0.8rem 0 0.8rem;
    margin-bottom: 1.9rem;
    position: relative;
}

.bookingStatusColumTime {
    color: var(--color-text-primary);
    text-align: center;

    font-size: var(--font-size-13);
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    /* padding-right: 2.4rem; */
    width: 9rem;
    text-align: left;
}

.darkmode .bookingStatusColumTime {
  color: var(--dark-white);
}

.bookingStatusColumTitle {
  color: var(--color-text-primary);
  text-align: left;

  font-size: var(--font-size-15);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
  max-width: 70%;
  padding-right: 2%;
}

.darkmode .bookingStatusColumTitle {
  color: var(--dark-white);
} 


.BookingStatus {
    flex: 0 0 23.5%;
    /* border: 1px solid #D6DBE1 !IMPORTANT; */
    /* border-top: none; */
    margin-left: 0px !important;
}
.bookingStatusColumInline {
  display: flex;
  padding-bottom: 2.3rem;
  width: 100%;
  /* text-align: left; */
  align-items: center;
}

.bookingStatusColumInline:last-child {
  padding-bottom: 0;
}
.statusColumActive {

  /* width: 0.6rem; */
}

.BookingStatus .myMeetingAction {
  padding-right: 1rem;
  padding-left: 1rem;
}

.BookingStatus .myMeetingsLink {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.bookingJoinBtn {

  padding: 0.2rem 1.13rem;
  border-radius: 0.3rem;
  border: solid 0.1rem var(--red);
  font-size: var(--font-size-15);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: var(--white);
  background-color: var(--red);
  cursor: pointer;
  height: 2.5rem;
}

.bookingJoinStatus {
  display: inline-block;
  position: absolute;
  right: 2.3rem;
  bottom:2.0rem;
}
.bookingStatusCancele {
  border: none;
  margin: 0 0rem 0 0.8rem;
  background: var(--white);
  position: relative;
  top: 0.5rem;
}
.bookingStatusCancele img {
    width: 100%;
    max-width: 2.6rem;
    max-height: 2.6rem;
}

span.New-Event {
    display: flex;
    justify-content: center;
    align-items: center;
}

button#create-meeting-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.monthNameDate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.toolTipPopup {
    background-color: var(--color-surface-alt);
    position: absolute;
    bottom: 69%;
    left: -19%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: var(--font-size-15);
    opacity: 0;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    z-index: 9999;
}


.toolTipPopup::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: var(--color-border-light) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
}


.event-listing-span:hover .toolTipPopup{
    opacity: 1;
    transform: translateY(-10px);
}

.timeZoneCalendarPage{
  padding: 10px 18px;
}

.carrentGoogleCalendarInfo{
    top: -2.0rem !important;
    left: 13.5rem !important;
    transform: rotate(90deg);
}


.infoDropDownCalendar{
    position: absolute;
    top: 4rem;
    background: var(--color-brand);
    width: 25.3rem;
    right: -75%;
    padding: 1.5rem 1.7rem 2rem 1.7rem;
    background: var(--white);
    box-shadow: 1.2px 1.2px 10px rgb(from var(--color-text-primary) r g b / 10%);
    border-radius: 0.3rem;
    border: 1px solid var(--color-border-light);
    /* left: -200%; */
    /* margin-left: 2rem; */
    z-index: 9999;

}

#month-connect-cloud {
    position: relative;
}

#month-connect-cloud .calendar-connect-tooltip {
    top: auto;
    left: auto;
    right: 0;
    border-radius: 0.8rem;
    background: var(--light-slate-brown-v1);
    color: var(--color-text-inverse);
    transform: translateY(0.4rem);
}

#month-connect-cloud .calendar-connect-tooltip::after {
    position: absolute;
    right: 2.2rem;
    left: auto;
    transform: rotate(45deg);
}

#month-connect-cloud .calendar-connect-tooltip[flow="down"] {
    top: calc(100% + 0.8rem);
    bottom: auto;
}

#month-connect-cloud .calendar-connect-tooltip[flow="down"]::after {
    top: -0.5rem;
    bottom: auto;
    transform: rotate(225deg);
}

#month-connect-cloud.info-tooltip-trigger:hover > .calendar-connect-tooltip,
#month-connect-cloud.info-tooltip-trigger:focus-visible > .calendar-connect-tooltip {
    transform: translateY(0);
}

.infoDropDownCalendar h2 {
    font-size: var(--font-size-15);
    color: var(--brown);
    font-weight: 600;
    margin-bottom: 1rem;
}

.infoDropDownCalendar .info-tooltip-description {
    color: inherit;
    margin-bottom: 0;
}

/* Past days do not create meetings; only their events and event overflow control are clickable. */
#monthviewAllMeetings .day-list.prevbase { cursor: default; }
#monthviewAllMeetings .day-list.prevbase .event-listing-span,
#monthviewAllMeetings .day-list.prevbase .conflict-listing-span,
#monthviewAllMeetings .day-list.prevbase .threedot-main { cursor: pointer; }

.showavailableSlotSpan{
    color: var(--color-text-primary);
    font-size: var(--font-size-15);
    font-weight: 500;
    margin-bottom: 1.4rem;
    text-align: center;
}

.showavailableSlotSpan:hover {
  /* color: #c73529; */
  /* transform: scale(1.05); */

}

.no-slots_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.show-all-slots_btn {
  padding: 1rem;
  background-color: var(--red);
  border-radius: 3px;
  color: var(--white);
  cursor: pointer;
  border: none;
  font-size: var(--font-size-15);
  font-weight: 600;
}
