@charset "UTF-8";
.detail-product .right-detail .list-2 {
  padding-left: 0; }

.box-asset-hot {
  background: #F4FDFF !important; }

.box-detail-aution {
  margin: 0 0 30px; }

.title-countdown {
  margin-bottom: 0; }

.col-xs-12 {
  float: left;
  width: 100%;
  padding: 0 15px; }

.center {
  text-align: center !important; }

.button-register-auction, .event-register-auction {
  line-height: 38px !important;
  padding: 0 10px !important; }

@media (min-width: 1200px) {
  .col-lg-6 {
    float: left;
    width: 50%;
    padding: 0 15px; } }
.table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 15px; }
  .table tr {
    border-bottom: 1px solid #ddd; }
  .table tr.header, .table tr:hover {
    background-color: #f1f1f1; }
  .table th, .table td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #ddd; }
  .table .icon-download {
    color: #0a90eb; }

.table-list .btn-cao, .table-list .btn-thap {
  width: auto !important; }

.event-delete {
  font-size: 20px;
  color: red;
  cursor: pointer; }

.link-result {
  line-height: 38px !important;
  height: auto !important; }

.table-list tbody {
  display: block;
  overflow: auto; }
.table-list thead, .table-list tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* even columns width , fix width of table too*/ }
.table-list thead {
  width: calc(100% - 6px); }

.detail-product .right-detail .list {
  list-style: circle; }

.deve-aution .table-list td {
  word-wrap: break-word; }

button.swal2-confirm.btn.btn-success {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

button.swal2-cancel.btn.btn-danger {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin: 0 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.box-input-auction .box-input .input.input-full {
  width: 100%; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: auto;
  left: 0;
  top: 0; }

.event-slider {
  position: absolute;
  left: 35px;
  font-size: 22px;
  background: #FFFFff;
  opacity: 0.8;
  cursor: pointer; }
  .event-slider:hover {
    opacity: 1; }
  @media (max-width: 768px) {
    .event-slider {
      left: 14px; } }
  @media (max-width: 480px) {
    .event-slider {
      left: 14px; } }

.event-lSPrev {
  top: 0; }

.event-lSNext {
  bottom: 0; }

.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid #FFFFff;
  border-radius: 4px; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border: 1px solid #ff6600; }

.box-detail-aution .detail-product .left-slide-photo {
  text-align: center;
  position: relative;
  margin-bottom: 10px; }

/* Trả giá theo bước giá - nút chọn số bước cộng thêm */
.bid-step-add-section .price-label.mb-2 {
  color: #1a1a1a;
  letter-spacing: 0.02em; }
.bid-step-add-section .bid-step-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
.bid-step-add-section .btn-bid-step {
  min-width: 90px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease; }
  .bid-step-add-section .btn-bid-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 188, 220, 0.25);
    border-color: #16BCDC;
    background: linear-gradient(180deg, #fff 0%, #e8f8fb 100%);
    color: #0a9bb5; }
  .bid-step-add-section .btn-bid-step:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
  .bid-step-add-section .btn-bid-step.active {
    background: linear-gradient(180deg, #16BCDC 0%, #0ea5c0 100%);
    border-color: #16BCDC;
    color: #fff;
    box-shadow: 0 4px 14px rgba(22, 188, 220, 0.4);
    transform: translateY(-1px); }
    .bid-step-add-section .btn-bid-step.active:hover {
      background: linear-gradient(180deg, #1ac5e6 0%, #16BCDC 100%);
      box-shadow: 0 6px 16px rgba(22, 188, 220, 0.45); }
  .bid-step-add-section .btn-bid-step:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(22, 188, 220, 0.35); }
.bid-step-add-section .bid-step-total-add {
  font-size: 0.95rem; }
  .bid-step-add-section .bid-step-total-add #bid-step-total-add {
    color: #16BCDC; }

/*# sourceMappingURL=product.css.map */
