@import 'react-date-range/dist/styles.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import 'react-date-range/dist/theme/default.css';
@import url("https://cdn.syncfusion.com/ej2/material.css");
@import 'https://ej2.syncfusion.com/react/demos/src/grid/Grid/style.css';
@import 'react-phone-input-2/lib/style.css';

.e-cellselectionbackground{
  background-color: #E6EDEF !important;
}
.e-freezeleftborder{
  border-right-color: #E0E0E0 !important;
}
.e-spinner-pane {
  display: none !important;
}
.e-emptyrow{
  position:fixed;
  top:60%;
  left:55%
}
body {
  font-family: 'Poppins', sans-serif !important;
  margin: 0;
  height:100%;
  background-color: #f3f5f7;
}

.rdrDefinedRangesWrapper{
  width:0px !important;
}

.ag-theme-quartz {
  --ag-font-family: 'Poppins', sans-serif;
}

.ag-row .ag-cell {
  display: flex;
  align-items: center;
}
.ag-header-cell-text {
  font-weight: 600;
}

.ag-theme-quartz .ag-header-cell .ag-header-icon {
  visibility: visible !important;
  opacity: 1 !important; 
}

.ag-theme-quartz .ag-header-cell:hover .ag-header-icon {
  visibility: visible !important;
  opacity: 1 !important;
}
.ag-root-wrapper {
  border-radius: 0 0 10px 10px !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #E6EDEF;
}

::-webkit-scrollbar-thumb {
  background: #3BA4E8;
}

::-webkit-scrollbar-button:single-button {
  background-color: white;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 12px;
  width: 12px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 12px;
  width: 12px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement {
  height: 12px;
  width: 12px;
  background-position: 3px -1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 12px;
  width: 12px;
  background-position: 3px -1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}


@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.ag-floating-bottom::-webkit-scrollbar {
  display: none;
}
