.App {
  text-align: center;
}

.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);
  }
}


.card-title {
  text-align: center;
  position: relative;
  top: -16px;
  font-size: medium;
  margin-right: 8px;
}
.jCKqCB:not(:last-of-type) {
  border-collapse: collapse;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom-color:#ffff;
}
.fade-bg {
  background-color: rgba(40, 167, 69, 0.5); /* Adjust the color and opacity as needed */
}
.invalid-feedback{
  text-align: start;
}


.modal-dialog {
  display: flex; /* Add this line to use flexbox */
  align-items: center; /* Center the modal vertically */
  justify-content: center; /* Center the modal horizontally */
  height: 50vh; /* Set the height to 100vh to center the modal vertically */
}

.custom-modal-width {
  width: 90% !important;
  max-width: 500px !important; 
}

.custom-modal-width .modal-content {
  width: 100% !important;
}

img {
  transition: transform 0.3s ease; /* Adds smooth scaling effect */
}

img:hover {
  transform: scale(1.1); /* Scale up on hover */
}

.font-size{
  font-size: small !important;
}



.call-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
