body {
  margin: 0;
  padding: 0;
}

.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Helvetica, 'sans-serif';
  background-color: #f2f3f8;
  color: #5E6278;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.splash-screen span {
  color: #5E6278;
  transition: none !important;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
  height: 30px !important;
}

[data-theme="dark"] .splash-screen {
  background-color: #151521;
  color: #92929F;
}

[data-theme="dark"] .splash-screen span {
  color: #92929F;
}


.actions-button-cell { 
  overflow:visible; 
}

.ag-row {
    z-index: 0;
}

.ag-row.ag-row-focus {
    z-index: 1;
}

/* .ag-root,
.ag-body-viewport,
.ag-body-viewport-wrapper {
    overflow: visible !important;
} */

.ag-ltr .ag-dropdown {
  overflow: visible !important;
}

.btn-table-dropdown{
  background: white !important;
  border: 1px solid #e9ebf2 !important;
}
.dropdown-cancel, .dropdown-caret{
  padding-left: 5px !important;
}

.dropdown-caret{
  float: right !important;
}

.ag-dropdown .dropdown-item{
  padding: 0.1rem 0.25rem !important;
}

/* .ag-theme-alpine .ag-cell .ag-checkbox-input-wrapper.ag-checked::before {
  border-color: red !important; 
  background-color: red !important; 
}

.ag-theme-alpine .ag-checkbox-input.ag-checked::after {
  border-color: red !important; 
  background-color: red !important; 
} */


.whiteph::placeholder {
  color: #f5f5f5;
  opacity: 1; /* Firefox */
}

.whiteph::-moz-placeholder {
  color: #f5f5f5;
  opacity: 1; /* Firefox */
}

.whiteph input::-webkit-input-placeholder {
  color: #f5f5f5;
}

.text-active-primary.active{
  transition: color 0.2s ease !important;
  color: #0a7eac !important;
  background-color: white !important;
  border-bottom: 3px solid #0a7eac !important;
  border-radius: 0px !important;
}

.pl-0{
  padding-left:0px !important
}

.pl-10{
  padding-left:10px !important
}