.thtd-ctr {
  text-align: center;
  width: 5px;
}

.thtd-edit {
  text-align: center;
  width: 10px;
}

.thtd-delete {
  text-align: center;
  width: 10px;
}

.thtd-image {
  text-align: center;
  width: 100px;
}

.img-style {
  object-fit: cover;
}

.thtd-status {
  text-align: center;
  width: 100px;
}

.img-service-modify {
  object-fit: cover;
  height: 213px;
  width: 100%;
}

td {
  vertical-align: super !important;
}

.div-radius {
  border-radius: 12px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.upload-container {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.upload-container h2 {
  margin-bottom: 15px;
  font-size: 1.2em;
  text-align: center;
}

.upload-area {
  border: 2px dashed #6c757d;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #6c757d;
  cursor: pointer;
}

.upload-area.dragover {
  border-color: #007bff;
  background-color: #e9f7ff;
}

.file-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.file-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.file-list li span {
  flex: 1;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-list li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
}

.file-list li button {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.file-list li button:hover {
  background: #c82333;
}

.hidden-input {
  display: none;
}

.card {
  border-radius: 12px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.modal-content {
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1) !important;
}

.modal-btn {
  border-radius: 6px !important;
}


/* Investors protal start */

.net-income {
  font-size: 1.6rem;
}

/* .distribution-date {
        font-size: 1.5rem;
    } */

@media (max-width: 768px) {
  .net-income {
    font-size: 0.7rem;
  }

  .distribution-date {
    font-size: 0.8rem;
  }

  .vehicles-name {
    font-size: 0.86rem;
  }

  .vehicles-muted {
    font-size: 0.8rem;
  }
}

.scrollable-div {
  width: auto;
  max-height: calc(100vh - 200px);
  /* max-height: calc(100vh - 147px); */
  overflow: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #3B5190 #ffffff;
  /* thumb / track */
}

/* Chrome, Edge, Safari */
.scrollable-div::-webkit-scrollbar {
  width: 8px;
  /* width of the scrollbar */
}

.scrollable-div::-webkit-scrollbar-track {
  background: #ffffff;
  /* track color */
  border-radius: 0;
  /* ensure track doesn't affect div border radius */
}

.scrollable-div::-webkit-scrollbar-thumb {
  background: #3B5190;
  /* thumb color */
  border-radius: 4px;
  /* small rounding for thumb only */
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background: #2e4575;
  /* slightly darker on hover */
}

.card-body-detail {
  padding-top: 15px !important;
  padding-bottom: 2px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.card-body-detail-modal {
  padding-top: 0px;
  padding-bottom: 1px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: -28px;
}

.card-ledger-modal {
  border-radius: 8px !important;
}

.card-body-ledger-modal {
  padding-top: 5px !important;
  padding-bottom: 2px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.my-swal-popup {
	border-radius: 12px !important;
}

/* Investors protal end */