

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap'); */

*,
*::before,
*::after {
  box-sizing: border-box;
  /* font-family: 'Rubik', sans-serif; */
}

.header1-text {
  font-size: 25px;
  color: #90cdf9;
  font-weight: 500;
}

.header2-text {
  font-size: 12px;
  font-weight: 500;
}
.notes-text{
  background-color: #f1eaff;
  color: #1f1f1f;
  padding: 5px;
  border-radius: 5px;
  width: 90%;
  font-size: 12px;
}
.header3-text {
  font-size: 12px;
  font-weight: 600;
  color: #7F4BDA !important
}

.base-text {
  font-size: 12px;
}

.help-text {
  font-size: 12px;
  color: #999;
}

.disabled-text {
  font-size: 12px;
  color: #ccc;
}

.scheduler {
  margin: 20px auto;
  border-spacing: 0;
  border-bottom:1px solid #7f4bda;
}

.scheduler td {
  padding: 0px;
}

.expander-space {
  overflow: hidden;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -1%;
}

.resource-view {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  border-top-left-radius: 20px;
}

.scheduler-view {
  border: 1px solid #e9e9e9;
  margin: 0 0 0 -1px;
  padding: 0;
  box-shadow: inset -7px 0 10px -10px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.scheduler-content {
  position: relative;
  z-index: 2;
}

.scheduler-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

table.resource-table,
table.scheduler-bg-table,
table.scheduler-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  text-align: center;
}

table.scheduler-table {
  border: 1px solid #e9e9e9;
}

table.scheduler-content-table {
  margin: 0;
  padding: 0;
  border: 0 solid #e9e9e9;
  border-spacing: 0;
}

table.resource-table tr,
table.scheduler-bg-table tr,
table.scheduler-table tr {
  border-bottom: 1px solid #e9e9e9;
}

table.resource-table th,
table.scheduler-table th,
table.resource-table td,
table.scheduler-bg-table td,
table.scheduler-table td {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.resource-table tbody tr td{
  min-height: 100px;
}
table.scheduler-bg-table th {
  border-right: 1px solid #e9e9e9;
}

table.resource-table tr th:last-child,
table.scheduler-table tr th:last-child,
table.resource-table tr td:last-child,
table.scheduler-table tr td:last-child {
  border-right: 0;
}
.scheduler-bg-table tbody tr td{
  border-right: none;
}
/* 
.scheduler-bg-table tbody tr td:nth-child(odd) {
  border-right: none;
} */
.scheduler-bg-table thead tr th {
  position: relative;
  border-right: none;
}

.scheduler-bg-table thead tr th:after {
  content: '';
  position: absolute;
  top: 60%;
  right: 0;
  height: 40%;
  width: 1px; /* Adjust the width as needed */
  background-color: #e9e9e9; /* Adjust the color as needed */
}

.timeline-event {
  position: absolute;
  cursor: pointer;
 }

.day-event {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.day-event-container {
  text-align: left;
  padding: 5px 5px 0;
}

.round-all {
  border-radius: 14px;
}

.round-head {
  border-radius: 14px 0px 0px 14px;
}

.round-tail {
  border-radius: 0px 14px 14px 0px;
}

.round-none {
  border-radius: 0px;
}

.event-container {
  position: relative;
}

.event-item {
  margin: 1px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-right: 20px !important;
}

.overflow-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px !important;
}

.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 7px;
}

.ant-radio-button-wrapper-checked {
  background-color: #108ee9;
  color: #ffffff;
}


.add-more-popover-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.popover-calendar {
  width: 300px;
}

.popover-calendar .ant-calendar {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0) !important;
}

.event-resizer {
  position: absolute;
  z-index: 4;
  display: block;
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.event-start-resizer {
  cursor: w-resize;
  left: -1px;
}

.event-end-resizer {
  cursor: e-resize;
  right: -1px;
}

.selected-area {
  position: absolute;
}

.slot-cell {
  padding-left: 4px;
  padding-right: 4px;
}

.slot-text {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

.txt-btn-dis {
  border: none;
  background-color: transparent;
}

.anticon-left{
  border-radius: 25px;
  padding: 8px;
  background-color: #DED4F0;
  color: #7F4BDA !important;
}
.anticon-right{
    border-radius: 25px;
    padding: 8px;
    background-color: #DED4F0;
    color: #7F4BDA !important;
}
.header2-text-label{
  cursor: pointer;
  padding: 8px;
  color: #eb0a84;
  background-color: #fff0f6;
  border: 1px solid pink;
}

.ant-radio-button-wrapper {
  border: none;
  background-color: #fff;
  color: #7F4BDA;
  font-weight: 500;
  height: 35px;
  text-align: center;
  padding-top: 1px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #7F4BDA;
  
}
.ant-radio-button-wrapper:active {
  background-color:#DED4F0 !important ;
  color: #7F4BDA;
  border-radius: 10px;
}
.ant-radio-button-wrapper-checked{
  background-color: #DED4F0 !important;
  border:none;
  border-color:#DED4F0 !important ;
  border-radius: 10px;
}
.ant-radio-button-checked{
  color: #7F4BDA;
}
.ant-radio-group{
background-color: #fff;
border-radius: 10px;
}
.ant-radio-button-wrapper:last-child{
  padding-inline: 10px;
}
/* More specific CSS selector to override Ant Design styles */
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #7F4BDA !important; /* Override with higher specificity */
  background: #DED4F0 !important; /* Override with higher specificity */
  border-color: #DED4F0 !important; /* Override with higher specificity */
 
}
.ant-radio-group-solid :where(.css-dev-only-do-not-override-1xg9z9n).ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #7F4BDA;
  background: #DED4F0;
  border-color: #DED4F0;
}
.ant-radio-button-wrapper:first-child {
  border-inline-start: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color:white !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: white !important;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  background-color: white !important;
}
.ant-radio-button-wrapper:first-child {
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}
.ant-radio-button-wrapper:last-child {
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  width: 0px;
}
.ant-btn-default{
  box-shadow: none;
}
.date-div{
  background-color: #fff;
  padding:8px 8px 8px 8px;
  border-radius: 25px;
  color: #7F4BDA;
 
}
.icon-nav:hover {
  color: #b74bff !important;

}
.event-item{
  margin: 1px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #3b3a3a;
  padding-right: 20px !important;

  border-radius: 4px;
}
.break-edit-section {
  overflow: hidden;
  height: 0;
  transition: height 2s ease;
}

.break-edit-section.visible {
  height: auto;
}
.popover-content{
  padding: 5px 5px;
  padding-bottom: 0px;
}
.popover-profile{
  margin-left: 0px;
  width: fit-content;
}
  .publish-status{
  position: absolute;
  top: 10px;
  right: 20px;
  }
.popover-header{
  margin: 0px;
  margin-bottom: 5px;
  color: #4f4f4f;
}
.popover-h4{
  margin: 0px 0px 0px 0px;
}
.popover-label{
  color:#1f1f1f;
}
.badge-break{
  display: inline-block;
  text-align: center;
  vertical-align: initial;
  white-space: nowrap;
 
  border-radius: 5px;
  font-weight:500;
  background-color: rgba(225, 60, 60, .1);
  color: #e13c3c;
  padding: 1px 10px;
}
.popover-division{
  border-color: #616161;
  margin: 10px 0;
}
/* table */
.scheduler tbody tr{
  border-radius: 20px;
}
.resource-name{
  background-color: #7F4BDA;
  color: #fff !important;
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.notes-area {
  max-height: 45px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  line-height: normal;
  scrollbar-width: none;
}

.tooltip-ip {
  display: inline-block;
  cursor: pointer;
}

.tooltip-ip .tooltiptext {
  visibility: hidden;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(127, 75, 218, 0.9);
  color: white;
  text-align: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  z-index: 999;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip-ip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}