.spottedMainSection {
  margin-bottom: 60px;
}

#spottedHeader {
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  padding: 10px 20px 5px 20px;
  border: 1px solid #8fb3bb;
  border-radius: 4px;
}

#rewardStatusHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#rewardHeader {
  color: #8fb3bb;
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1rem;
}

#claimRewardsButton {
  color: #5d5d5d;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 15px;
  text-align: right;
  cursor: pointer;
}

#claimRewardsButton:hover {
  color: #8FB3BB;
}

#rewardStatusAmount {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

h5#rewardAmount {
  margin: 5px 0 0 0;
  color: #8fb3bb;
}

.spottedMainSection .global-btn {
  font-size: 16px;
  padding: 4px 14px 3px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn.global-btn.spotted-item-add-btn {
  margin-left: 5px;
  font-size: 16px;
}

button.btn.global-btn.spotted-item-template-btn {
  font-size: 14px;
  height: 22px;
  padding: 0 5px;
}

#spottedActionArea {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}

.headerChildrenArea {
  width: 100%;
  background-color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.089);
  border-radius: 0px 0px 4px 4px;
  padding-bottom: 1px;
}

.spottedAccordeon .spotted-card-link::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(/images/polygon1.png) center center no-repeat;
  display: block;
  background-size: contain;
}

.spottedSubHeader .spotted-card-link {
  transform-origin: center center;
  transition: transform 0.3s ease; /* Add a transition for smoother rotation */
}

.payoutInfoSecondRow {
  display: flex;
  justify-content: flex-end;
}

.newDepositAmount p {
  color: black;
  font-size: 14px;
  margin-bottom: 0;
}

.payoutAmount p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fc1794;
}

.spottedItemInfoContainer.payoutContainer {
  padding: 5px 10px 5px 0;
}

p.payoutTitle {
  color: #fc1794;
  font-weight: 500;
}

.spotted-item-box.payout-box {
  border-color: #fc1794;
}

/* Define the rotation class */
.spotted-rotate-90 {
  transform: rotate(90deg);
}

.spottedSubHeader {
  width: 100%;
  display: flex;
  border-radius: 4px;
  color: white;
  align-items: center;
  margin-top: 10px;
  padding-left: 10px;
}

.spottedSubHeader:hover {
  cursor: pointer;
}

#pendingHeader {
  background-color: black;
}

#approvedHeader {
  background-color: #8fb3bb;
}

#declinedHeader {
  background-color: #fc1794;
}

.spottedAccordeon .headerTitle {
  color: white;
  margin: 5px 10px;
}

.spotted-item-box {
  width: 99%;
  border: 1px solid #8fb3bb;
  margin: 3px auto;
  border-radius: 4px;
  overflow: hidden;
}

.spottedItemInfoFirstRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  min-height: 40px;
}

.spotted_date {
  margin: 0 0 0 10px;
  width: 100px;
}

.spottedTitle {
  display: flex;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  min-width: 300px;
}

.spottedTitle p {
  margin: 0 0 0 10px;
  font-size: 18px;
  color: #8fb3bb;
  font-weight: 450;
}

.spottedItemActions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.spotted_delete_edit_area {
  display: flex;
  margin: 0 10px;
}

.spotted-pen-btn {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #8FB3BB;
  font-size: 28px;
}

.spotted-bin-button {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #8FB3BB;
  font-size: 28px;
  margin: 0 5px;
}

.rejectionReason {
  display: flex;
  flex-direction: column;
  margin-left: 120px;
  color: #fc1794;
}

.rejectionReason p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
}

p.rejectionHeader {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.rewardsAmount p {
  margin: 5px;
  color: #8FB3BB;
}

p.payoutTitle.startTitle {
  color: #8fb3bb;
  font-weight: 500;
}

.startAmount p {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

select#fundusDropdown {
  width: 100%;
  height: 29px;
  padding-left: 10px;
  font-size: 18px;
}

a.btn.global-btn.spotted-fundus-add-btn {
  margin-left: auto;
  font-size: 14px;
  height: 23px;
  padding: 0px 10px;
  width: 100px;
}

#selectFundus {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.edit-spotted-fundus-select {
  margin-bottom: 20px;
}

.form-group.description-field {
  margin-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff;
  color: #8fb3bb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-left: 5px;
  font-size: 18px;
}

.select2-container .select2-selection__choice[title=""] {
  display: none;
}

.form-group-payout {
  position: relative;
}

#payout-popup .euro_symbol {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.global-modal .form-group-payout .form-control {
  background: #ffffff;
  border: 1px solid #aaa;
  height: auto;
  padding: 5px 17px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  text-align: end;
  padding-right: 30px;
}

#availablePayoutAmount {
  color: #8FB3BB;
}

#payoutHintContainer {
  position: relative;
}

#payoutHint {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: grey;
}

.btn-block.registerSuccessBtn {
  width: 50%;
}

#spotted-fundus-registeration-popup .register-checked .check_container .checkmark {
  margin-right: 7px;
}

#spotted-fundus-registeration-popup .register-checked .rbox {
  display: none;
}

#spotted-fundus-registeration-popup .register-checked .check_container.radio {
  align-items: center;
}

.register_spotted_fundus_description {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .global-modal .modal-content #payout-request-section .btns {
    margin-top: 40px;
  }
  .spottedDate {
    order: 2;
  }
  .spottedTitle {
    order: 1;
    flex-grow: 1;
    min-width: 490px;
  }
  .spottedItemActions {
    order: 3;
  }
}
