.auction-react-container,
.auction-react-container .card_footer_user_offer_buttons > div {
  width: 100%;
}

.auction-react-container .card_footer_user_offer_buttons pre {
  display: none;
}

#loginErrorMessage {
  color: red;
  /* font-weight: 700; */
  margin-right: auto;
}

.navigation_user_account_details {
  position: relative;
}
.user-dropdown-list {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  width: 160px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.user-dropdown-list ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.user-dropdown-list li {
  padding: 8px 16px;
  font-size: 14px;
}
.user-dropdown-list a:visited,
.user-dropdown-list a {
  text-decoration: none;
  color: var(--black);
}

.bottom-part {
  display: none;
}

.rca-casco-radios {
  display: flex;
  margin-top: 20px;
}

.rca-casco-radios div {
  display: flex;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
}

.rca-casco-radios div input {
  margin-right: 10px;
}

.lower-group-1 {
  grid-row: 5 / 6;
  grid-column: 1 / 4;
}

.lower-group-2 {
  grid-row: 5 / 6;
  grid-column: 3 / 6;
}

.lower-group-3 {
  grid-row: 6 / 6;
  grid-column: 1 / 4;
}

.lower-group-4 {
  grid-row: 6 / 6;
  grid-column: 3 / 5;
}

.active_bids_list {
  margin-bottom: 20px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: thin;
}

.mini-active-auction-container {
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.active_bids_list::-webkit-scrollbar {
  height: 6px;
}

.active_bids_list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.active_bids_list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.active_bids_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.filter_badge {
  background-color: var(--blue) !important;
}

.filter_badge .delete_filter {
  color: white !important;
}

.card_list .swiper-wrapper {
  display: flex;
  align-items: center;
}

.card_type {
  z-index: 97;
}

.card_footer_user_offer_amount_aux {
  display: flex;
  align-items: center;
}

.card_footer_user_offer_amount_aux img {
  width: 15px;
  margin-left: 3px;
}

.card_footer_user_offer_amount_aux span {
  font-size: 15px;
}

.card_list_figure {
  border: 1px solid var(--grey-borders);
  display: flex;
  /* align-items: center; */
}

@media only screen and (max-width: 1024px) {
  /* body {
    display: none;
  } */

  .publish-container {
    padding: 0rem 0rem !important;
    padding-top: 0 !important;
    padding-bottom: 2.5rem;
    background-color: #f3f3f3;
  }
}

.card_footer_bid_list {
  overflow-y: scroll;
}

.publish-container {
  padding-top: 20px!important;
  padding: 0rem 6rem;
  padding-bottom: 2.5rem;
  background-color: #f3f3f3;
}

.publish-container .add_bid_wrapper {
  padding: unset;
}

.select-publish-type button,
.upload-zip {
  font-family: inherit;
  color: var(--blue);
  border-radius: 0.5rem;
  border: 1px solid var(--blue);
  padding: 1.4rem 5.8rem;
  font-size: 1.8rem;
  cursor: pointer;
  margin-bottom: 4.7rem;
  margin-right: 10px;
}

.upload-zip {
  border: none;
  background-color: var(--blue);
  color: var(--white);
  /* display: none; */
  margin-top: 20px;
}

.select-publish-type .active {
  background-color: var(--blue);
  color: var(--white);
}

.big-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  border: 1px solid var(--blue);
  border-radius: 15px;
  height: 400px;
  position: relative;
  background-color: white;
}

.big-input-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 1.4rem;
  color: var(--black);
  opacity: 0;
}

.big-input-overlay {
  width: 60%;
  height: 60%;
  background-color: #f3f3f3;
  border-width: 2px;
  border-style: dashed;
  border-color: #a4a4a4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.big-input-overlay p {
  font-size: 25px;
}

.big-input-overlay > div {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}

.big-input-overlay .no-file > span {
  font-size: 19px;
  text-align: center;
  margin: 10px 0;
}

.big-input-overlay .no-file > div {
  border: 1px solid gray;
  font-size: 17px;
  padding: 2px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background-color: white;
}

.big-input-overlay img {
  width: 25px;
}

.with-file-imgs {
  position: relative;
}

.with-file-imgs img {
  width: 85px;
}

.with-file .archive-name {
  font-size: 23px;
  margin-top: 10px;
}

.with-file .with-file-imgs .remove-zip {
  width: 26px;
  position: absolute;
  right: -10px;
  top: 0;
}

.uploads-zip-history {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}

.uploads-zip-history div {
  text-align: left;
}

.uploads-history-table {
  width: 100%;
  font-size: 20px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}

.uploads-history-table > div {
  display: flex;
}
.uploads-history-table-top div,
.uploads-history-table-row div {
  width: 50%;
}

.uploads-history-table-top div {
  background-color: var(--blue);
  color: white;
  padding: 15px;
}

.uploads-history-table-body {
  flex-direction: column;
}

.uploads-history-table-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--blue);
  padding: 20px 10px;
}

.uploads-history-table-row:last-of-type {
  border: none;
}

.disabled {
  pointer-events: none;
  background-color: var(--grey-borders);
}

.publish-ftp {
  display: none;
}

.add_bid_first_group {
  grid-column: 1 / 7;
  display: flex;
  flex-wrap: wrap;
}

.input-wrapper {
  width: 33%;
  margin-bottom: 10px;
}

.type-and-state {
  display: flex;
  width: 100%;
}

.bid-steps {
  display: none;
}

.type-auction,
.bid-steps {
  flex: 0.6;
}

.add_bid_radios {
  margin-top: 10px;
}

.type-auction label,
.bid-steps label {
  margin-bottom: 10px;
}

.type-auction > div > div,
.bid-steps > div > div {
  display: flex;
}

.type-auction > div > div input,
.bid-steps > div > div input {
  margin-right: 10px;
}

.add_bid_radios > div {
  display: flex;
}

.add_bid_radios input {
  margin-right: 10px;
}

.term-input {
  width: 20%;
}

.add_bid_input_img_preview_wrapper {
  flex-wrap: wrap;
  width: 400px;
}

.uploads-zip-history.my-auctions-fix {
  width: 100%;
}

.my-auctions .uploads-history-table-row img {
  /* width: 100%; */
  height: 40px;
}

.my-auctions .uploads-history-table-row div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.my-auctions .uploads-history-table-row {
  padding: 5px;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(1),
.my-auctions .uploads-history-table-row > div:nth-of-type(1) {
  width: 5%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(2),
.my-auctions .uploads-history-table-row > div:nth-of-type(2) {
  width: 10%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(3),
.my-auctions .uploads-history-table-row > div:nth-of-type(3) {
  width: 10%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(4),
.my-auctions .uploads-history-table-row > div:nth-of-type(4) {
  width: 15%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(5),
.my-auctions .uploads-history-table-row > div:nth-of-type(5) {
  width: 15%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(6),
.my-auctions .uploads-history-table-row > div:nth-of-type(6) {
  width: 20%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(7),
.my-auctions .uploads-history-table-row > div:nth-of-type(7) {
  width: 25%;
}

.my-auctions .uploads-history-table-top > div:nth-of-type(8),
.my-auctions .uploads-history-table-row > div:nth-of-type(8) {
  width: 10%;
}

.my-auctions .uploads-history-table-row > div:nth-of-type(8) img {
  width: 20px;
}

.my-auctions {
  display: none;
}

.my-auctions-fix .uploads-history-table-top > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.add_bid_form_grid.no-grid-flex {
  display: block;
}

/* .card_time_text {
  width: 33px;
} */

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
}
.pulse {
  animation: pulse-animation 1s infinite;
}

.card_time_text {
  width: 125px;
  font-size: 11.5px;
  white-space: nowrap;
  font-family: "Roboto Mono", monospace; /* font-variant-numeric: tabular-nums; */
  word-spacing: -5px;
}

.card_footer_bid_list {
  justify-content: unset;
}

.add_bid_serie {
  display: flex;
  align-items: center;
}

.add_bid_serie .serie-wrapper {
  margin-right: 50px;
}

.add_bid_column_radio li {
  margin-bottom: 5px;
}

.add_bid_radios {
  display: block;
}

.card_footer_bid_list_item {
  margin-bottom: 10px;
}

.plic_bg {
  background-color: var(--blue);
}

.two-dots-text {
  font-size: 14px;
  font-weight: 600;
}

.two-dots {
  display: flex;
  gap: 10px;
  align-self: flex-start;
  margin-right: auto;
  margin-top: 12px;
  margin-left: 10px;

}

.two-dots div {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  box-shadow: 0px 0px 5px 1px gray;
}

/* Red dots become distinct rhombus shapes for colorblind accessibility */
.two-dots div.dot-red {
  background-color: #ff0000;
  border-radius: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  box-shadow: 0px 0px 5px 1px rgba(255, 0, 0, 0.3);
}

/* Green dots remain circles */
.two-dots div.dot-green {
  background-color: #4CAF50;
  border-radius: 50%;
}

/* Default/blank dots */
.two-dots div.dot-default {
  background-color: transparent;
  border-radius: 50%;
}

/* Red dots become distinct rhombus shapes for colorblind accessibility */
.two-dots div.dot-red {
  background-color: #ff0000;
  border-radius: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  box-shadow: 0px 0px 5px 1px rgba(255, 0, 0, 0.3);
}

/* Green dots remain circles */
.two-dots div.dot-green {
  background-color: #4CAF50;
  border-radius: 50%;
}

/* Default/blank dots */
.two-dots div.dot-default {
  background-color: transparent;
  border-radius: 50%;
}

.big-input-wrapper.dragover {
  border-color: #2684ff;
  background-color: rgba(38, 132, 255, 0.05);
}

.ftp-page {
  font-family: "Poppins", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftp-card {
  width: 400px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ftp-card-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.ftp-card-group label {
  font-weight: 600;
  font-size: 14px;
}

.ftp-card-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.ftp-card-group input:focus {
  outline: none;
  border-color: #2684ff;
}

.ftp-card-group span {
  font-size: 12px;
  color: red;
  display: none;
}

.ftp-card-group span.show {
  display: block;
}

.ftp-card-button {
  width: 100%;
  padding: 10px;
  background-color: #2684ff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.ftp-card-button:hover {
  background-color: #1e71e5;
}

.ftp-card-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.ftp-card #error-message {
  color: red;
  display: none;
  font-weight: 700;
}

.ftp-card #success-message {
  color: green;
  display: none;
}
