/* BEGIN STYLESHEET */
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/


.ia_tabContainerComponent__tabMenuRight--modern {
    border-bottom: none;
}
.ia_tabContainerComponent__tab--modern {
    
    border-bottom: none;
    
}

.ReactVirtualized__Grid {
  scrollbar-width: none !important; /* Firefox */
}

.ReactVirtualized__Grid::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Edge */
}

/* Remove extra width reserved for scrollbar */
.ReactVirtualized__Grid__innerScrollContainer {
  width: 100% !important;
  max-width: 100% !important;
}

.ia_table__headContainer,
.ia_table__footContainer,
.ia_table .column-group.tr {
  width: 100% !important;                      /* override calc(100% - 15px) */
}

/* (Optional) If you still see a tiny offset, force the head to match body */
.ia_table__head {
  width: 100% !important;
}



.psc-hide-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none; 
  scroll-behavior: smooth;          /* modern browsers */
  -webkit-overflow-scrolling: touch;
}

.psc-hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
  
}

.docked-view.docked-view-left {
    top: 0px !important;
    height: 100% !important;
}

.ia_popup {
  border-radius: 12px !important;
  overflow: hidden;
  border: none !important;
  background: #f0f0f0 !important;                          
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* BEGIN STYLE CLASSES */
.psc-Buttons\/hover {
  background-color: #ffffff;
  border-color: #191919;
  border-style: solid;
  border-width: 1px;
  color: #191919;
  cursor: pointer;
}
.psc-Buttons\/hover:hover {
  background-color: #272727;
  color: #ffffff;
  cursor: pointer;
}

.psc-Cards\/hover {
  border-color: #F0F0F0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
.psc-Cards\/hover:hover {
  border-color: #191919;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

.psc-Navigation\/border {
  border-color: #0085E4;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 5px;
}

.psc-Navigation\/hover {
  border-color: #0085E4;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #0085E4;
  cursor: pointer;
  font-weight: 500;
}
.psc-Navigation\/hover:hover {
  background-color: #0085E4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  font-weight: 500;
}
