.ucbheader {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.56rem 1rem 3.81rem;
    background: var(--white, #FFF);
    z-index: 99;
    height: 5rem;
    @media (max-width:1200px) {
        padding: 1rem 1rem 1rem 1.81rem;
    }
}
.ucbheader .labelIcon{
    padding-left: 0.5rem;
}
.ucbheader-two {
    display: flex;
    gap:1.5rem
}
.ucbheader-two > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.75rem;
}

.ucbheader a{
    cursor: pointer;
    color: var(--Black, #223770);
    font-family: Helvetica;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing:  -0.00625rem;
    margin:0;
    text-decoration: none;
    display: flex;
    align-items: center;
 }

.ucbheader .circle{
    background-color: #CFAE00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.6rem;
    width: 2.6rem;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
  }
  .circle_activity_logs{
    background-color: #CFAE00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    width: 1.6rem;
    text-align: center;
    color: #FFF;
  }
  .ucbheader-two .storage{
    color: var(--Black, #223770);

/* Title 14 */
font-family: Helvetica;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.1px;
  }
  .ucbheader-two .storagevalue{
    color: var(--primary-green, #249789);
/* button text */
font-family: Helvetica;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.1px;
  }
  .ucbheader-two .name-flex{
    display: flex;
    flex-direction: column;
    gap:2px;
    padding-right: 0.5rem;
  }
 .ucbheader-two .label{
  color: var(--grey, #5F6F98);
  position: absolute;
text-align: center;
/* small button text */
font-family: Helvetica;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.1px;
top:56%;
left: 22%;
 }
 #notificationDropdown .headingWrapper{
  display: flex;
  justify-content: space-between;
 }
 #notificationDropdown .heading{
  color: var(--Black, #223770);

  /* Heading 5 */
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
 }
 #notificationDropdown .subHeading{
  color: var(--grey, #5F6F98);

  /* Regular text */
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
 }
#notificationDropdown hr{
  color: var(--background-grey, #F0F2FC);
  background-color: var(--background-grey, #F0F2FC);
  width: 100%;
  height: 1px;
  opacity: 1;
}
#notificationDropdown .time{
  color: var(--grey, #5F6F98);

  /* Heading 6/12 */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;  
}
#notificationDropdown .description{
  color: var(--grey, #5F6F98);

  /* Regular text */
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 77%;
  letter-spacing: -0.1px;  
}
#notificationDropdown .notificationWrapper{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#notificationDropdown .notificationWrapper .action{
  color: var(--primary-red, #EC1C24);

  /* Regular text */
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
}
#notificationDropdown .iconNotifWrapper{
  display: flex;
  gap: 0.75rem;
}
.scrollClass{
  max-height: 500px;
  overflow-y: scroll;
}
#notificationDropdown button{
  all:unset;
  border:none;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  }
  #notificationDropdown button.primaryBtn{
  background: var(--primary-blue, #30549E);
  color: var(--white, #FFF);
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
  }
  #notificationDropdown button.secondaryBtn{
  border-radius: 8px;
  border: 1px solid var(--primary-blue, #30549E);
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
  color:#30549E;
  }
  #notificationDropdown .buttonWrapper{
    padding-top: 0.5rem;
    padding-bottom: 6px;
  display: flex;
  gap: 10px;
  }
  #notificationDropdown .tag{
    padding: 2px;
    border-radius: 2px;
    background: var(--background-grey, #F0F2FC);
    color: var(--grey, #5F6F98);
    font-family: Helvetica;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
  }
  .buttonWrapperview{
    cursor:pointer;
    font-family: Helvetica;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.10000000149011612px;
    text-align: left;
    color: var(--primary-blue, #30549E);
    text-decoration: underline;
  }
  #notificationDropdown .aboutTable{
    width: 95%;
    padding:16px 12px;
    border-radius: 8px;
    background: var(--background-grey, #F0F2FC);
  }
  #notificationDropdown .tableEntryContainer{
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  #notificationDropdown .tableEntryContainer .tableInfo{
    color: var(--grey, #5F6F98);
    width: 100px;
    /* Regular text */
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;    
  }
  #notificationDropdown .tableEntryContainer .tableInfoData{
    color: var(--Black, #223770);

    /* Regular text */
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;    
    white-space: break-spaces;
    word-break: break-word;
  }
  #notificationDropdown .allContainerWrapper{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 320px;
  }
  #notificationDropdown .undoWrapper{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: var(--primary-blue, #30549E);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    width: 262px;
    align-self: center;
    margin: auto;
  }
  #notificationDropdown .undoWrapper .message{
    color: var(--white, #FFF);
    /* Regular text */
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
    }
    #notificationDropdown .undoWrapper .undoBtn{
      all:unset;
      color: var(--white, #FFF);      
    }
    .dropdown-menu::-webkit-scrollbar {
      width: 0.5rem;
    }
    
    .dropdown-menu::-webkit-scrollbar-track {
      background: #FFF !important; 
    }
     
    /* Handle */
    .dropdown-menu::-webkit-scrollbar-thumb {
      background: #CBD5F6 !important; 
    }
    .scrollClass::-webkit-scrollbar {
      width: 0.5rem;
    }
    
    .scrollClass::-webkit-scrollbar-track {
      background: #FFF !important; 
    }
     
    /* Handle */
    .scrollClass::-webkit-scrollbar-thumb {
      background: #CBD5F6 !important; 
    }
    
    /* Handle on hover */
    .scrollClass::-webkit-scrollbar-thumb:hover {
      background: #CBD5F6 !important; 
    }

    .progress-chart-div{
      height:60px!important;width:60px!important;position:relative;margin-bottom:0.5rem
    }
    /* Handle on hover */
    .dropdown-menu::-webkit-scrollbar-thumb:hover {
      background: #CBD5F6 !important; 
    }
    /* Profile Css */
    #profileModal h1{
      font-family: Helvetica;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: -0.10000000149011612px;
      color: #223770;

    }
    #profileModal h2{
      font-family: Helvetica;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: -0.10000000149011612px;
      color:#223770

    }
    #profileModal h3,label{
      font-family: Helvetica;
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: -0.10000000149011612px;
      color: #223770;
    }
    #profileModal .tabWrapper{
      display: flex;
      flex-direction: column;
      gap: 1rem;
      min-width: 190px;
    }
    #profileModal .sideTab{
      font-family: Helvetica;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      line-height: 18px;
      letter-spacing: -0.10000000149011612px;
      color:#5F6F98;
      padding: 16px 16px;
      border-radius: 0.5rem;
    }
    #profileModal .tabContainer{
      display: flex;
      gap: 2rem;
    }
    #profileModal .sideTabActive{
      background-color: #F0F2FC;
      color: #223770;
    }
    #profileModal input[type=text],input[type=password] {
      width: 100%;
      padding: 0.66rem 0.8rem;
      display: inline-block;
      border: none;
      border-radius: 10px;
      box-sizing: border-box;
      background-color: #F0F2FC;
      outline: none;
      color: #223770;
      font-family: Helvetica;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.1px;
  }
  
  #profileModal input[type=text],input[type=password]::placeholder {
      color: var(--light-grey, #A2ABC3);
      font-family: Helvetica;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.00625rem;
  }
  #profileModal button.primaryBtn,button.tertiaryBtn{
    all:unset;
    border:none;
    border-radius: 10px;
    padding: 11px 46px;
    cursor: pointer;
    }
#profileModal button.primaryBtn{
        background: var(--primary-blue, #30549E);
        color: var(--white, #FFF);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
}
#profileModal button.secondaryBtn{
  color: var(--primary-blue, #30549E);
  border: 1px solid #30549E;
  background-color: var(--white, #FFF);
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
  padding: 10px;
  border-radius: 10px;
  }
  #profileModal button.primaryBtna{
    background: var(--primary-blue, #30549E);
        color: var(--white, #FFF);
        border:none;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    padding: 10px;
    border-radius: 10px;
    }
  #profileModal .toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 2.375rem;
    height: 1.1875rem;
  }
  #profileModal .toggle-btn .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#profileModal .toggle-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E7ECFF;
  -webkit-transition: .4s;
  transition: .4s;
}

#profileModal .toggle-btn .slider:before {
  position: absolute;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#profileModal .toggle-btn input:checked + .slider {
  background-color: #30549E;
}

#profileModal .toggle-btn input:checked + .slider:before {
  -webkit-transform: translateX(1.1rem);
  -ms-transform: translateX(1.1rem);
  transform: translateX(1.1rem);
}

/* Rounded sliders */ 
#profileModal .toggle-btn .slider.round {
  border-radius: 34px;
}

#profileModal .toggle-btn .slider.round:before {
  border-radius: 50%;
}
#profileModal .tabsMain{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#profileModal .inputContainer{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#profileModal .otp_inputs{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #F0F2FC;
}
#profileModal .otp_inputs input[type="text"]{
  height: 54px;
  width:56px !important;
  font-family: Helvetica;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.10000000149011612px;
  text-align: center;

}

#profileModal .otp_inputs input[type="text"]:focus{
  background-color: #fff;
  border: 2px solid #A2ABC3
}
#profileModal .otp_inputs input[type="text"].error{
  background-color: #DBEDED;
  color: #EC1C24;
 }
#profileModal .otp_inputs input[type="text"].successfully {
    background-color: #DBEDED;
    color: #249789;
}

.paginationContainer{
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.pageNumberContainer{
  display:flex;
  justify-content: center;
  align-items: center;
}
.paginationContainer .pagination_back{
  display: flex;
  align-items: center;
}
.paginationContainer .pagination_next{
  display: flex;
  align-items: center;
}
.paginationContainer .pagination_dots{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CBD5F6;
}
.pagination_btn{
  text-align: center!important;
  border-radius: 0!important;
  width: 24px!important;
  padding:0!important;
  height: 24px!important;
  background-color: #F0F2FC!important;
  font-family: Helvetica!important;
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 18px!important;
  letter-spacing: -0.10000000149011612px!important;
  color: #5F6F98!important;
  border: none!important;
}
.pagination_btn.active{
  color: #223770!important;
  background-color: #A2ABC3!important;
  font-weight: bold!important;
}


/* Video playe style */

#video_player .main-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0; 
  visibility: hidden; 
  transition: opacity 0.3s ease, visibility 0s 0.3s; 
}

#video_player .main-modal.open {
  opacity: 1;
  visibility: visible; 
  transition: opacity 0.3s ease, visibility 0s 0s;
}
.do-not-open-1{
  visibility: hidden; 
}

.open-1{
  visibility: visible; 
}
#video_player .modal-content {
  background: white;
  border-radius: 16px;
  max-width: 90%;
  max-height: 90%;
  width: 1325px;
  height: 672px;
  opacity: 0; 
  transform: translateY(-30px);
  transition: opacity 0.3s ease, transform 0.3s ease; 
}

#video_player .main-modal.open .modal-content {
  opacity: 1; 
  transform: translateY(0);
}

#video_player .modal-header {
  color: white;
  padding: 1rem;
  text-align: right;
  border: none;
}

#video_player .modal-body {
  padding: 0px 20px 10px 20px ;
  width: 100%;
  text-align: center;
}

#video_player body.modal-open {
  overflow: hidden;
}

#video_player iframe {
  max-width: 1269px;
}

#video_player .footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

#video_player .video-title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #223770;
  margin-top: 10px;
}

#video_player .download-button {
  width: 246px;
  height: 42px;
  top: 593px;
  left: 1052px;
  border-radius: 30px;
  gap: 9px;
  padding-top: 8px;
  padding-right: 18px;
  padding-bottom: 8px;
  padding-left: 18px;
  background: #F0F2FC;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 18.4px;
  letter-spacing: -0.1px;
  color: #223770;
  border: none;
}

#video_player .download-logo {
  width: 18px;
  height: 18px;
  top: 4px;
  left: 4px;
  margin-right: 10px;
}
.videos-and-assessment-button{
  background: linear-gradient(228.69deg, #4FA99D -9.35%, #2D51A4 56.39%, #57BF9B 123.4%);
  color: #fff;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 18.4px;
  letter-spacing: -0.1px;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
}
/*notofication*/
/* style for notification filter button */
#notificationDropdown .btn-group {
  display: flex;
  gap: 10px;
  padding-top: 26px;
}

#notificationDropdown .tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 127px;
  height: 34px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #223770;
  background:  #E7ECFF;
  color: #223770;
  cursor: pointer;
}
#notificationDropdown .separator {
  width: 1px;
  height: 16px;
  background: #CBD5F6;
  margin: 0px 10px;
}
#notificationDropdown .count {
  font-size: 14px;
  font-weight: 600;
  color: #223770;
}



/* style for the critical notifications*/
.crNotifModal .modal-dialog {
    max-width: 600px; 
    border-radius: 15px;
}
.crNotifModal .modal-content{
    padding: 42px 45px;
}
.crNotifModal .modal-header {
    border-bottom: 1px solid #F0F2FC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-family: Helvetica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #223770;
    line-height: 100%;
    letter-spacing: -0.1px;
    padding: 0px 0px 15px 0px;
}
.crNotifModal .modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}
.crNotifModal .modal-body {
    border-top: 1px solid #F0F2FC;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    font-family: Arial, sans-serif;
}
.crNotifModal .modal-text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;       
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.1px;
    vertical-align: middle;
    color: #223770;
}
.crNotifModal .modal-body h1 {
    font-size: 1rem;
    margin: 10px 0;
}
.crNotifModal .bold-name {
    font-weight: 700;   
}
.crNotifModal .notification-time {
    font-family: Helvetica;
    font-weight: 700;      
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.1px;
    color: #5F6F98;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 12px;   
}
.crNotifModal .modal-body h3 {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 15px;
}
.crNotifModal .critical-badge {
    background-color: #FBC9CB;  
    color: #EC1C24;             
    font-size: 10px;            
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 4px;           
    display: inline-block;
    line-height: 1;             
    white-space: nowrap;        
}
.crNotifModal .notification-info {
    background-color: #F0F2FC;  
    padding: 12px 16px;         
    border-radius: 4px;         
    font-family: Helvetica;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.crNotifModal .cr-modal-footer {
    background-color: #fff !important;
    padding: 15px 0px 0px 0px;
    border-top:1px solid #F0F2FC !important;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
}
.crNotifModal .cr-modal-footer .ackbutton {
    border: none;
    border-radius: 6px;
    background-color: #30549E !important;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    font-style: Bold;
    width: 360px !important;
    height: 42px;
}
.crNotifModal .circle{
    background-color: #CFAE00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.6rem;
    width: 2.6rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.crNotifModal .cr-notif-btn {
    all: unset; 
    cursor: pointer;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;   
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #30549E;
    padding: 6px 12px;
}
.crNotifModal .button-container{
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
}

.crNotifModal .Cr-Noti-Label{
  color: #5F6F98;
}

.crNotifModal .Cr-Noti-Value{
  color : #223770;
  max-width: 400px;
  white-space: normal;
  word-break: break-word;
  display: inline-block;
}

.crNotifModal .plus-icon {
  position: relative;
  cursor: pointer;
  margin-left: 6px;
  font-weight: bold;
  background-color: #d8dff7;
  padding: 5px;
  font-size: 12px;
  border-radius: 50%;
}

.crNotifModal .tooltipNotes {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
  color: #A2ABC3;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: normal;
  word-break: break-word;
  max-width: 500px;
  width: 400px;
  z-index: 10;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.crNotifModal .plus-icon:hover .tooltipNotes {
  visibility: visible;
}
/* notification popup modal css ends here */

.crNotifModal .notifications-scroll {
    max-height: 300px;  
    overflow-y: auto;  
    padding-right: 8px;
}

.primaryBtn {
  background: var(--primary-blue, #30549e) !important;
  color: var(--white, #fff);
  font-family: Helvetica;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  padding: 0.5rem 1rem;
}
.secondaryBtn{
  border-radius: 8px;
  border: 1px solid var(--primary-blue, #30549E);
  font-family: Helvetica;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.1px;
  color:#30549E;
  }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(/new-design/assets/datepickerIcon.svg) no-repeat;
  background-size: 21px 21px;
  
}
input[type="date"]:focus {
  border: 1px solid #30549E;
}
input[type="date"]:focus-within {
  border: 1px solid black;
}

.tooltipfullname {
  position: relative;
  display: inline-block;
}
.tooltipfullname .tooltipfullnametext {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 110%;
  left: 55%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: max-content;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: opacity 0.3s ease;
  font-weight: 400;
  font-size: 13px;
  color: #223770;
}
.tooltipfullname .tooltipfullnametext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
.tooltipfullname:hover .tooltipfullnametext {
  visibility: visible;
  opacity: 1;
}
#dashboardTableTeams .tableClassDeliverablesMi{
  min-width:100% !important;
}
