/* banner.css */
.banner-img {
  width: 150px;
  height: 130px;
  object-fit: contain;
}

.mainTable {
  background-color: #151f30;
  height: auto;
  padding: 5px;
}

/* Add your custom styles for the upload modal */
.upload-modal {
  background-color: #131720;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #151f30;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.dashboard-upload-modal {
  background-color: #131720;
  padding: 20px;
  max-width: 80%;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #151f30;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.upload-modal .modal__title {
  margin-bottom: 15px;
}

.upload-modal input[type="file"] {
  margin-bottom: 15px;
}

.upload-modal .modal__btn {
  margin: 0 5px;
}

.upload-modal .modal__btn--apply {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
}

.upload-modal .modal__btn--dismiss {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
}

.baner-btn {
  min-width: fit-content;
  border-radius: 5px;
  justify-content: center;
  margin-right: 3.5rem;
}

.alert-msg {
  color: #dc3545;
  text-align: center;
  font-size: smaller;
  margin-top: 10px;
}

.delete-title {
  color: #fff;
  text-align: center;
  font-size: medium;
}
.modal-body {
  color: #fff;
  margin-top: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: small;
}

.modal-footer {
  margin-top: 20px;
}

.button-cancel {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: medium;
  margin-right: 10px;
}

.button-confirm {
  background-color: #2f80ed;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: medium;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  text-align: center;
}

.toast {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.success-toast {
  background-color: #4caf50; /* Green */
}

.toast-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.toast-message {
  display: inline-block;
  vertical-align: middle;
  font-size: medium;
  font-family: "Rubik", sans-serif;
}
.button-title {
  text-transform: capitalize;
  border-radius: 6px;
}

.category-img-form {
  height: 200px;
}

.submit-button {
  background-color: #2f80ed;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: medium;
  width: 100%;
}

.desc-btn {
  text-align: left;
}

#uploadModal-description {
  display: none; /* Hide the description initially */
}

.list-img {
  width: 200px;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}

.slider-div {
  margin-top: 3px;
}

.card-item {
  width: 210px;
  height: 300px;
  border-radius: 1px;
}

.item-specifications {
  color: red;
}

#item-image-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 2rem;
}
#item-image-row img {
  width: 200px;
  height: auto;
  margin-right: 6px;
  border-radius: 10px;
}

.rank-badge {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  

}

.top-rank-text {
  color: goldenrod !important;
  font-size: medium;
  font-weight: bold;
}

.modal__close-review {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
}

.modal__close-review svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.user-type-btn {
  display: none;
}