@charset "UTF-8";
/* --- Variables --- */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --primary-color: #2476FF;
  --secondary-color: #16BCDC;
  --info-color: #128AC5;
  --text-dark: #2E2E2E;
  --text-muted: #757575;
  --bg-light: #F0F2F4;
}

.post-an-auction {
  background-color: #F0F2F4;
  color: #333;
}
.post-an-auction .header {
  position: relative;
  z-index: 1030; /* 1030 là z-index chuẩn của Bootstrap cho navbar */
  background-color: #fff;
}
.post-an-auction .breadcrumb-section {
  background-color: #F0F2F4;
  margin-top: -30px;
  margin-bottom: 10px;
  margin-left: 40px;
}
@media (min-width: 1400px) {
  .post-an-auction .col-lg-8 {
    width: 736px;
  }
  .post-an-auction .col-lg-4 {
    width: 488px;
  }
}
.post-an-auction .card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.post-an-auction .card .card-body {
  padding: 24px !important;
}
.post-an-auction .card .card-body .text-muted span {
  color: #A3A3A3;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.post-an-auction .card h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.post-an-auction {
  /* --- File Uploader --- */
}
.post-an-auction .file-uploader {
  height: 515px;
  position: relative;
  border: 2px dashed #dee2e6;
  border-radius: 1rem;
  padding: 72px 80px 80px 80px;
  text-align: center;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
.post-an-auction .file-uploader.dragover {
  border-color: #0d6efd;
  background-color: rgb(215.3278688525, 231.2295081967, 254.6721311475);
}
.post-an-auction .file-uploader-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.post-an-auction .file-uploader-content {
  margin-top: 100px;
}
.post-an-auction .file-upload-label {
  color: #2E2E2E;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.post-an-auction .file-upload-label:hover {
  text-decoration: underline;
}
.post-an-auction .form-select, .post-an-auction .form-control {
  background-color: #F0F2F4;
  height: 48px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}
.post-an-auction {
  /* --- Image Preview --- */
}
.post-an-auction .preview-image-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}
.post-an-auction .preview-image-wrapper .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
}
.post-an-auction .preview-image-wrapper .remove-image-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #dc3545;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.post-an-auction {
  /* --- Preview Card --- */
}
.post-an-auction .preview-list .list-group-item {
  display: flex;
  align-items: center;
  border: none;
  margin-top: 8px;
  justify-content: space-between;
}
.post-an-auction .preview-list .list-group-item span {
  color: #6c757d;
  font-size: 0.9rem;
}
.post-an-auction .preview-list .list-group-item strong {
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  line-height: 140%;
  color: #2E2E2E;
  margin-left: 40px;
}
.post-an-auction .preview-list .list-group-item:last-child {
  border-bottom: none;
}
.post-an-auction .preview-list .list-group-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #A3A3A3;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: -30px;
}
.post-an-auction .preview-list .list-group-item .asset-info {
  margin-right: auto;
  width: 176px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #757575;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.post-an-auction .asset-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.post-an-auction {
  /* --- Submit Button --- */
}
.post-an-auction #submitButton {
  background-color: #DEDEDE;
  border-color: #e9ecef;
  border-radius: 100px;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.post-an-auction #submitButton:not(:disabled) {
  background-color: #16BCDC;
  border-color: #16BCDC;
  color: white;
}
.post-an-auction {
  /* --- Floating Action Buttons (FABs) --- */
}
.post-an-auction .fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1050;
}
.post-an-auction .fab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-size: 1.25rem;
}
.post-an-auction .fab:hover {
  opacity: 0.9;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.post-an-auction .fab.fab-phone {
  background-color: #dc3545;
}
.post-an-auction .fab.fab-send, .post-an-auction .fab.fab-messenger, .post-an-auction .fab.fab-top {
  background-color: #0d6efd;
}
.post-an-auction {
  /* Footer */
}
.post-an-auction .footer {
  background-image: url("../images/bg_dark.png");
  position: relative;
  margin: 80px auto;
  height: auto;
  max-width: 1824px;
  width: calc(100% - 76px);
  border-radius: 38px;
  background-color: #F0F2F4 !important;
}
.post-an-auction .footer::before, .post-an-auction .footer::after {
  content: "";
  position: absolute;
  background-size: cover;
  opacity: 15%;
}
.post-an-auction .footer::before {
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("https://c.animaapp.com/mgrlrs425bzV8m/img/home-5-bg-1-1.png");
}
.post-an-auction .footer::after {
  bottom: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-image: url("https://c.animaapp.com/mgrlrs425bzV8m/img/home-5-bg-1-1.png");
}
.post-an-auction .footer h5 {
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  color: #FFFFFF;
}
.post-an-auction .footer p, .post-an-auction .footer a {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #A3A3A3 !important;
}
.post-an-auction .footer .text-center {
  margin: 18px;
}
.post-an-auction .footer .payment-icons {
  position: relative;
  bottom: 80px;
  right: 115px;
}
.post-an-auction .footer .social-icons a {
  position: relative;
  bottom: 80px;
  color: rgba(255, 255, 255, 0.6);
  right: 250px;
  margin-right: 16px;
  font-size: 20px;
  transition: color 0.3s;
}
.post-an-auction .footer .social-icons a:hover {
  color: #0dcaf0 !important;
}
.post-an-auction .footer p.text-muted {
  color: #757575;
  font-size: 0.9rem;
  top: 23px;
}
.post-an-auction .footer .payment-icons img {
  margin-right: 8px;
  cursor: pointer;
}
.post-an-auction .footer {
  /* === KHỐI RESPONSIVE CHO MOBILE === */
}
@media (max-width: 768px) {
  .post-an-auction .footer {
    text-align: left;
    border-radius: 0;
  }
  .post-an-auction .footer .col-md-4,
  .post-an-auction .footer .col-md-3,
  .post-an-auction .footer .col-md-2 {
    margin-bottom: 2rem;
  }
  .post-an-auction .footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2rem 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .post-an-auction .footer .d-flex.align-items-center {
    justify-content: left !important;
  }
  .post-an-auction .footer .social-icons {
    position: static;
    bottom: auto;
    right: auto;
    margin-bottom: 3.5rem;
  }
  .post-an-auction .footer .social-icons a {
    position: static; /* Reset vị trí */
    bottom: auto;
    right: auto;
    margin: 0 10px;
  }
  .post-an-auction .footer .payment-icons {
    position: static;
    bottom: auto;
    right: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .post-an-auction .footer .payment-icons img {
    margin: 5px;
  }
}
@media (max-width: 992px) {
  .post-an-auction .footer .payment-icons {
    bottom: initial;
  }
  .post-an-auction .footer .social-icons a {
    bottom: initial;
  }
}
.post-an-auction {
  /* Responsive */
}
@media (max-width: 992px) {
  .post-an-auction .header-link {
    margin: 0.5rem 0;
  }
  .post-an-auction .header-divider {
    display: none;
  }
  .post-an-auction .btn-post-auction {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .post-an-auction .breadcrumb-section {
    margin-left: 10px;
  }
  .post-an-auction .tab-section .container > div {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .post-an-auction .filter-row {
    flex-direction: column;
    gap: 8px;
  }
  .post-an-auction .filter-label-wrapper {
    min-width: 100%;
    padding-top: 0;
  }
  .post-an-auction .product-card {
    margin-bottom: 1rem;
  }
  .post-an-auction .sub-nav .d-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.post-an-auction {
  /* Form Labels */
}
.post-an-auction .form-label {
  font-size: 14px;
  margin-bottom: 8px;
}
.post-an-auction .phone-call {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  background-color: #b00020; /* Background of the button */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 16px;
  bottom: 150px;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
}
.post-an-auction .phone-call:hover {
  transform: scale(1.1); /* Slight scaling on hover */
}
.post-an-auction .phone-call:before {
  content: "";
  position: absolute;
  background: radial-gradient(60.42% 60.42% at 50% 50%, rgba(176, 0, 32, 0.72) 0%, rgba(176, 0, 32, 0) 100%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}
.post-an-auction .phone-call .icon-phone-call {
  width: 24px;
  height: 24px;
  background: url("../images/icons/phone-call.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
  animation: changeIcon 1s linear infinite;
  animation-delay: 0.3s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.post-an-auction {
  /* Keyframes for icon change (optional effect) */
}
@keyframes changeIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* Slight zoom effect */
  }
}
.post-an-auction .connect-social {
  cursor: pointer;
  right: 0;
  bottom: 160px;
  position: fixed;
}
.post-an-auction .connect-social .cicon-mess {
  margin-top: -30px;
}
.post-an-auction .connect-social .cicon-logo {
  margin-left: 10px;
}
.post-an-auction .scroll {
  background: #16BCDC;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 130px;
}
.post-an-auction .scroll .icon-scroll {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/icons/icon-chevron-up.svg);
  margin: 12px auto;
}

/*# sourceMappingURL=05-Post-An-Auction.css.map */
