 .teamScreen .disp {
      border-radius: 10px;
      font-size: .6rem;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #000000;
      background-color: #e9e9e9;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
     .rightClickBtn textarea {
      width: 100%;
      position: relative;
      resize: none;
      display: flex;
      margin: 0;
      background-color: rgba(255, 255, 255, 0);
      font-size: .8rem;
      color: rgb(0, 0, 0);
      margin: auto;
      font-family: var(--font2);
      border-radius: 0;
      height: .9rem;
      border: 0;
      padding: 0;
      text-align: left;
      margin-left: 0;
      overflow: hidden;
      outline: unset;
    }
    .queryDiv .displayPic{
    border-radius: 10px;
    font-size: .6rem;
    height: 1.75rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000000;
    background-color: #e9e9e9;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px;
    border-radius: 50%;
    overflow: hidden;
    width: 1.75rem;
    }
    .queryDiv{
   position: relative;
    width: 1.75rem;
    height: 1.75rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 8px;
    border: 2px solid white;
    
    }
     .teamScreen .ta {

      overflow-y: auto;
      resize: none;
      flex-grow: 1;
      border: none;
      font-size: 16px;
      line-height: 1.4;
      font-family: var(--font2);

      border-radius: 6px;
      box-sizing: border-box;


      outline: none;
      height: calc(100dvh - 9dvh - 3rem - 10rem);
      width: 100%;
      border: none;
      padding: 0;
      font-size: 1rem;
      padding: 1rem;

    }
    .calRowDiv{
          display: flex
;
    gap: .5rem;
    align-items: center;
    justify-content: center;
        width: max-content;
        
    }
    .infoScreen .rhsWrap2{
         
    background-color: #f6f6f6;
  
 

    }
    .cloneA{
          position: fixed;
    top:2.5dvh;
   
    width: 100%;
        border-bottom: 1px solid #d7d7d7;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
    transition: all 0.1s;
    opacity: 0;
    border-radius: 8px;
    left: 0;
    overflow: hidden;
    }
    .disp2{
      border-radius: 10px;
    font-size: .6rem;
    height: 2rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000000;
    background-color: #e9e9e9;
    letter-spacing: 2px;
    text-transform: uppercase;
      width: 1rem !important;
border-radius: 50%;
overflow: hidden;
      height: 1rem !important;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .openedCal .cloneA{
      position: sticky;
      left: 0 !important;
      top: 0;
    }
    .infoScreen .rhsHeader{
      height: 4rem;
      border-bottom: .1px solid var(--stroke-color);
    }
   .customToday .customDayLabel{
    font-weight: 400;

    }
 .customCalendarScreen {
  width: 100%;

  margin: auto;
  border: 1px solid #ddd;
  
  
  
  background-color: #fff;
  position: relative;
  border-top: 0;
}
.infoScreen .rhs{
  
      overflow: hidden;
    overflow-y: scroll;
}
.infoScreen .rhs::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari, Opera */
    }


.customCalendarScreen-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f7f7f7;
  
}

.customCalendarScreen-header button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.customCalendarGrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid #ddd;
}
.dayNumber{
  font-size: .8rem;
}

.customCalendarDay {
    
    text-align: center;
    border-left: 1px solid #ddd;
    
    position: relative;
    font-size: .5rem;
    color: grey;
   
    text-transform: uppercase;
    letter-spacing: 3px;
        width: 100%;
        min-width: 14.28%;
     min-height: 3rem;
    display: grid
;
    align-items: center;
    margin: auto;
}
.eventDiv{
     width: 280px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 30px;
    padding-bottom: 3rem;
    
    animation: fadeIn 0.2s ease-in-out;
}

.customCalendarDay:first-child {
  border-left: none;
}
#customCalendarTitle{
      text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1rem;
    font-weight: 400;
    margin: 0;
        text-align: center;
}
.openedCal .btnsWrap{
  display: none;
}
.openedCal .rhsWrap2{
  top: 0 !important;
  position: relative;
}
.itistoday{
   background-color: rgb(157, 209, 255) !important;
   color: grey;
}


.customToday {
    background-color: #1976d2 !important;
    color: white !important;
    /* border-radius: 50%; */
    
    display: grid;
    /* min-width: 30px; */
    /* height: 2rem; */
   
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: auto;
        
}
.customTodayReally{
     background-color: rgb(170, 231, 255);
}
.eBlocked,.selectedRow{
  background-color:#ff616182 !important;
}




.customCalendarTimeGrid {
     display: grid
;
    grid-template-rows: repeat(24, 40px);
    grid-template-columns: 60px calc(100% - 60px);
    border-top: 1px solid #ddd;
    position: relative;
}

.customTimeSlot {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  line-height: 40px;
  transition: all 0.1s;
}
.customCalendarDay:hover{
  background-color: #1976d2;
  color: white;
}
.customTimeSlot.selected {
  background-color:#e5f3ff;
  border:0;
}

.customTimeLabel {
    border-right: 1px solid #ddd;
    background-color: #f9f9f9;
    font-size: .5rem;
    font-weight: 100;
    color: #8b8b8b;
    letter-spacing: 1px;
    transition: all 0.2s;
}
.customTimeLabel:hover{
  background-color: #000000;
  color: white;
  font-weight: 400;
}
.eventDiv {
 width: 280px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    /* padding-bottom: 3rem; */
 
    animation: fadeIn 0.2s ease-in-out;
    height: max-content;
}

.event-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.event-time {
  font-size: 14px;
     margin: .5rem 0 0 0;
}
.event-time span{
      color: blue;
}

.event-label {
  margin-bottom: 5px;
  font-size: 13px;
  color: #333;
}
.event-desc{
  font-size: .6rem;
  color: grey;
}
.event-tags {
    display: flex
;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 10px;
    padding: 1rem 0;
}
.eventScreen{
   position: fixed;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  left: 0;

}
.bgEventScreen{
  position: fixed;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  left: 0;

}

.event-tag {
     background: #f1f1f1;
    border-radius: 4px;
    padding: .5rem;
    font-size: 12px;
    cursor: pointer;
    color: grey;
    transition: all 0.1s;
    border: 1px solid #e3e3e3;
}

.event-tag:hover {
 background: #1976d2;
    color: white;
}


.event-tag.selected {
  background: #1976d2;
  color: white;
}
.event-accept {
     background: #f1f1f1;
    border-radius: 4px;
    padding: .5rem;
    font-size: 12px;
    cursor: pointer;
    color: grey;
    transition: all 0.1s;
}

.event-accept:hover {
  background: #1976d2;
    color: white;
}


.selectedT {
  background: #1976d2 !important;
  color: white !important;
}
.cIcon{
             position: absolute;
    top: -.2rem;
    right: -.2rem;
    width: 1REM;
    height: 1REM;
    background-color: #2196F3;
    border-radius: 50%;
    fill: #ffffff;
    DISPLAY: FLEX;
    ALIGN-ITEMS: center;
}
.appt{
  
   background-color: #4CAF50;
}
.cancel{
  background-color: red;
}
.cIcon  svg{
  WIDTH: .8REM;
    MARGIN: auto;
    HEIGHT: .8REM;
}
.calendarWrap{
      position: relative;
    
    z-index: 2;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px;
}
.event-actions{
  margin-top: 1rem;
}
.displayPic img{
  width: 100%;
}

.event-actions button {
     background: #ffffff;
    color: #ababab;
    border: none;
    padding: .5REM;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    
    border: 2px solid #e9e9e9;
    transition: all 0.1s;
}
.event-actions button:hover {
     background: #1976d2;
    color: #ffffff;
    border: none;
    padding: .5REM;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    
     border: 2px solid #e9e9e900;
    
}
.loadingScreen{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.btnsWrap{
    display: flex
;
    padding: 0 1rem;
    gap: 1rem;
    font-size: .5rem;
    letter-spacing: 2px;
    text-transform: capitalize;
    align-items: center;
    height: 3rem;
     border-bottom: .1px solid var(--stroke-color);
}

.rhsWrap2{
  display: none;
    POSITION: ABSOLUTE;
    TOP: 8REM;
    WIDTH: 100%;
}

.event-actions .event-cancel {
  background: #aaa;
}
.event{
  position: absolute;
  left: 0;
  width: 100%;
    background-color:#e5f3ff;
 
   
    
}
.eWrap{
     display: grid;
        grid-auto-rows: 1fr;
           
            width: 100%;
            position: absolute;
            
}
.customCalendarTimeGrid .disp{
     border-radius: 50% !important;
    height: 1.5rem !important;
    width: 1.5rem;

}
.hasAnEvent{
     background-color: #9ecfff;
    color: white;
    font-weight: 400;
}
.cRow{
  display: grid;
  width: 100%;
  align-items: center;
      transition: all 0.2s;
  height: 100%;
}
.cRow .disp{
      width: 1.5rem !important;
    height: 1.5rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    border: 1px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px;
    transition: all 0.2s;
    margin: 0 .5rem;
}
.cRow .disp:hover{
       border: 1px solid #57c4ff;
}
.cRow:hover{
  background-color: #b5dcff;
}
.selectedSlot{
   background-color: #b5dcff;
}

.cRow .disp img{
  width: 1.5rem;
  height: 1.5rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.Iselected{
         background-color: #1976d2;
    color: #ffffff;
    padding: .4rem;
    border-radius: 4px;
}
.calMenuTitle{
     padding: .5rem .25rem;
    font-size: .6rem;
    font-weight: 600;
}
.intName{
      width: 60%;
    text-align: left;
    font-size: .7rem;
}
.ccBtn{
         color: grey;
    width: max-content;
    padding: .25rem;
    border-radius: 8px;
    line-height: 1rem;
}
.ccBtn:hover{
  background-color: rgb(255, 255, 255);
  color: rgb(70, 91, 255);
}
.ccWrap{
     font-size: .7rem;
    display: flex
;
    margin-top: 1rem;
    text-align: left;
}
.headerC{
    display: flex
;
    align-items: center;
    font-size: 1rem;
    width: 100%;
    gap: .5rem;
}
.contact-card .disp{
  width: 1.5rem;
}
.headerC img{
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.iconCC{
      width: 1rem;
   
    height: 1rem;
    
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-right: 0;
}
.contact-card {
    width: 220px;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
   
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.contact-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.contact-card h3 {
    margin: 5px 0;
    font-size: 1.2em;
}

.contact-card p {
    margin: 0;
    font-size: 0.85em;
    color: #666;
}

.contact-actions {
    margin-top: 10px;
}

.contact-actions button {
    border: none;
    background: #f0f0f0;
    padding: 8px 12px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-actions button:hover {
    background: #ddd;
}
