@font-face {
  font-family: "CircularStd";
  font-weight: 400;
  font-style: normal;
  src: local("CircularStd"), url("CircularStd-Book.otf") format("opentype");
}

@font-face {
  font-family: "CircularStd";
  font-weight: 500;
  font-style: normal;
  src: local("CircularStd"), url("CircularStd-Medium.otf") format("opentype");
}

@font-face {
  font-family: "CircularStd";
  font-weight: 700;
  font-style: normal;
  src: local("CircularStd"), url("CircularStd-Bold.otf") format("opentype");
}
.tooltip {
  visibility: hidden;
}
.parent-container-tooltip:hover .tooltip {
  visibility: visible;
}

.reminder-container {
  position: relative;
}

.reminder-container .reminder-hover-buttons {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0;
}

.reminder-container:hover .reminder-hover-buttons {
  display: flex;
}

.reminder-container button.purple-button {
  border: 1px solid #3366ff;
  color: #3366ff;
}

.reminder-container button.purple-button:hover {
  border: 1px solid #3366ff;
  color: white;
  background: #3366ff;
}

.bread-crumb-link:hover {
  text-decoration: underline;
}

.diary-calendar-item {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.diary-calendar-item p {
  margin: 0;
  color: rgba(202, 198, 221, 1);
  position: relative;
  margin-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.diary-calendar-item .indicator {
  position: absolute;
  top: 0px;
  left: -4px;
  bottom: 0px;
  width: 3px;
  background-color: red;
}

.diary-calendar-item:has(.indicator.indicator.neutral) {
  background-color: #262d38;
}

.diary-calendar-item:has(.indicator.indicator.defeciency) {
  background-color: #222c40;
}

.diary-calendar-item:has(.indicator.indicator.action_needed) {
  background-color: #342535;
}

.diary-calendar-item .indicator.neutral {
  background-color: rgba(46, 204, 113, 1);
}
.diary-calendar-item .indicator.defeciency {
  background-color: #00B8D9;
}
.diary-calendar-item .indicator.action_needed {
  background-color: #FF5630;
}
.ellipsis-default {
    display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 2;
      max-width: 100%;
      max-height: 80px;
}
/* .ellipsis-diaries{
      display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
        max-width: 100%;
        max-height: 100px;
} */
.customTextField{
  /* border: 1px solid red !important; */
  outline: none !important;
}


/* Custom scrollbar styles */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #4C4F563D;
  border-radius: 4px;

}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #4C4F563D;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #4C4F563D;

}
.custom-scrollbar2::-webkit-scrollbar-track {
  margin-top: 48px;
  margin-bottom: 10px;
}
/* Define a class for the list items to apply custom styles */
.emailList {
  list-style: none;
  padding-left: 10px;
  /* Adjust the indentation as needed */
  position: relative;
}


.stepperMain .MuiStepConnector-root.MuiStepConnector-vertical span{
  margin-left: -8px;
  /* display: none; */
  height: 30px;
  margin-top: -23px;
}
.stepperMain .MuiStep-root.MuiStep-vertical  .MuiStepContent-root.css-dft6lt-MuiStepContent-root{
margin-left:3px;
display: flex;
align-items: start;
}


.filter_controller .MuiFormControl-fullWidth.MuiTextField-root{
  margin-bottom:unset;
  margin-top: unset;
}
.diary_button_parent{
  margin-left: 0px !important;
}
.iconfiyIcon{
  color: #00AB55;
}
.iconfiyIconPending {
  visibility: hidden !important;
}

.avatar-container.focused {
  border: 2px solid blue;
  /* Add any other styling you need for the focused state */
}
.custom-avatar:hover {
  z-index: 2;
}
/* Checbox at Reminders */
.checkbox {
  position: relative;
  overflow: hidden !important;
  margin-top: 5px;
}

.checkbox__input {
  position: absolute;
  top: -100px;
  left: -100px;
}

.checkbox__inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #00AB55;
  background: transparent no-repeat center;
}

.checkbox__input:checked+.checkbox__inner {
  border-color: #00AB55;
  background-color: #00AB55;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 10px;
}

.loader {
width: 14px !important;
  height: 14px !important;
}


/*  */


.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.checkbox-wrapper-30 .checkbox>* {
  position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) /1.3);
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}



/* Assignee Checkbox */

.assingnee_Checkbox[type=checkbox] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
  border: 1px solid #000;
  display: flex;
}

.assingnee_Checkbox[type=checkbox]:hover {
  opacity: 1;
}

.assingnee_Checkbox[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

.assingnee_Checkbox[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 11px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.email-popup{
  padding: 0px 0px 0px 0px !important;
}
.disabled-editor {
  pointer-events: none;
  background-color: #2E2A3C;
  overflow: hidden;
  /* You can choose an appropriate background color */
}
.dangrous_html_parent p {
  margin: 0;
}

.typography-label {
  color: #757185;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.07px;
  padding: 0;
  margin: 0;
}

/* Week calendar bg */

.fc .fc-timegrid-col.fc-day-today {
  background-color: unset !important;
}