.App {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: Lato, sans;
  letter-spacing: .3px !important;
  background-color: white !important;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.Add-button-box {
  border: 1px solid #ddd;
  background-color: #fff;
  font-weight: 900;
  font-size: medium;
}

#gridContainer {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
}

#clientGridContainer {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
}

.dx-popup-title.dx-toolbar {
  background-color: #003C55;
}

.dx-popup-title div.dx-toolbar-before {
  color: #fff;
}

/* .dx-icon {
  color: white !important;
} */

.dx-popup-content {
  padding: 0px !important;
}

.padding-20 {
  padding: 20px;
}


/* .ht-100{
  height: calc(100% - 78px);
} */

.dx-toolbar-items-container {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}


.form-control.is-invalid {
  border-color: #dc3545 !important;
  background-image: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e) !important;
}

.form-control.is-invalid:focus {

  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%) !important;

}

.margin-top-15 {
  margin-top: 15px !important;
}

input::placeholder {
  opacity: 10 !important;
}

.form-control::placeholder {
  opacity: 0 !important
}

.form-control.plan::placeholder {
  opacity: 10 !important;
}

.hide-checkbox .dx-select-checkbox {
  display: none !important;
}

.dx-icon .dx-icon-close {
  color: white !important;
}

.vendor{
  padding: 8px 12px !important;
}
/* Add this CSS to your stylesheet */
.over-flow-popup .dx-overlay-content {
  overflow: visible !important; /* Ensures overflow is visible */
}