/* MOD:- SUPPORT DESK */
.badge.badge-staff {
  color: #fff;
  background-color: #3f793f; }
.badge.badge-priority-critical {
  color: #fff;
  background-color: #e10000; }
.badge.badge-priority-high {
  color: #fff;
  background-color: #ea8f00; }
.badge.badge-priority-standard {
  color: #fff;
  background-color: #66cd60; }
.badge.badge-priority-low {
  background-color: #50a8e6; }
.badge.badge-ticket-id {
  text-shadow: none !important; }

.view-support-ticket .dl-horizontal dt {
  overflow: visible;
  white-space: normal; }
.view-support-ticket .ticket-headline {
  padding: .5rem .5rem .7rem;
  background-color: #fcfcfc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 2.5rem;
  font-weight: 500 !important; }
.view-support-ticket .headline {
  font-weight: 600;
  margin-bottom: 1rem; }
  .view-support-ticket .headline.border-bottom {
    padding-bottom: .5rem;
    border-bottom: 1px solid #eeeff0 !important; }
  .view-support-ticket .headline.uppercase {
    text-transform: uppercase; }

/*# sourceMappingURL=mods.css.map */

.custom-fields-grid {
    display: -webkit-box;         /* Old Safari/Chrome */
    display: -ms-flexbox;         /* IE10 */
    display: flex;                /* Modern browsers */
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    justify-content: flex-start;
    background-color: #f0f0f0;    /* Light grey background */
    padding: 1rem;
    border-radius: 8px;
}

/* Each field block */
.custom-fields-grid .field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #ffffff;    /* White background inside each field */
    transition: background 0.3s ease;
}

/* Optional hover effect */
.custom-fields-grid .field:hover {
    background-color: #f7f7f7;
}

/* Label styling */
.field-label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.3rem;
    color: #333;
    font-size: 0.95rem;
}

/* Value styling (Red) */
.field-value {
    color: #cc0000;               /* Red color */
    font-size: 0.95rem;
    word-break: break-word;
}

/* Responsive layout for tablets and larger */
@media (min-width: 600px) {
    .custom-fields-grid .field {
        -ms-flex: 1 1 calc(50% - 1rem);
        flex: 1 1 calc(50% - 1rem);
    }
}

/* Responsive layout for desktops */
@media (min-width: 900px) {
    .custom-fields-grid .field {
        -ms-flex: 1 1 calc(33.333% - 1rem);
        flex: 1 1 calc(33.333% - 1rem);
    }
}

/*Ügyszám*/

.highlighted-text {
   /* background-color: #E9ECEF;*/
    /*font-weight: bold;*/
    margin-top: 2px;
    margin-bottom: 2px;
    /*border-radius: 4px;*/
}

.payment-box .card-text {
    font-size: 0.925rem;
    color: #444;
}

/* Áttűnő keretes konténer */
.downloads-container {
     background: rgba(2, 255, 255, 0.05); /* enyhén áttetsző */
    border: 1px solid rgba(2, 215, 0, 0.4); /* aranyos áttetsző keret */
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.15);
    transition: background 0.3s ease;
}

.downloads-container:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* Cím */
.downloads-container h6 {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 6px;
}

/* Linkek stílusa */
.download-link {
    display: inline-block;
    background: linear-gradient(90deg, #333, #222);
    color: #f8f8f8;
    padding: 8px 10px;
    margin: 5px 5px 5px 0;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-link:hover {
    background: linear-gradient(90deg, #444, #333);
    transform: translateY(-2px);
}
/* Egyéni mezők stílusa*/

.custom-fields-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem; /* Reduced spacing between boxes */
    margin: 0.2rem 0;
    justify-content: flex-start;
    background-color: #f0f0f0; /* Light grey background */
    padding: 0.4rem;
    border-radius: 6px;
}

.custom-fields-grid .field {
    flex: 1 1 100%;
    box-sizing: border-box;
    padding: 0.5rem; /* Reduced padding */
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #ffffff;
    transition: background 0.3s ease;
}

.custom-fields-grid .field:hover {
    background-color: #f7f7f7;
}

.field-label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.85rem; /* Smaller font size */
}

.field-value {
    color: #cc0000; /* Red text */
    font-size: 0.85rem; /* Smaller font size */
    word-break: break-word;
}

/* Tablet view: 2 columns */
@media (min-width: 600px) {
    .custom-fields-grid .field {
        flex: 1 1 calc(50% - 0.5rem);
    }
}

/* Dátum kiemelése */

.download-date {
    color: #ffcc33;
    font-weight: bold;
    margin-left: 4px;
    font-size: 0.7rem;
    opacity: 0.9;
    /*display: inline-flex;*/
    align-items: center;
  /*  gap: 4px;*/
}

.download-date i {
    font-size: 0.8rem;
    vertical-align: middle;
}

.no-documents {
  display: inline-block;
  width: 100%;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  background: linear-gradient(135deg, #fefefe, #f5f5f5); /* soft white to light grey */
  border: 1px solid #e0e0e0; /* subtle grey border */
  border-radius: 12px; /* keeps soft corners */
  color: #b91c1c; /* deep red text for contrast */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* soft shadow for depth */
  padding: 12px 16px; /* optional: gives spacing inside */
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  animation: fadeIn 0.4s ease-in-out;
}

.auction-label {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 2px 0;
}

.auction-label i {
    margin-right: 6px;
    font-size: 16px;
}

/* Green for reverse (purchase) auctions */
.auction-label.reverse {
    background-color: #2ecc71;
}

/* Blue for normal (sales) auctions */
.auction-label.normal {
    background-color: #3498db;
}

.beszerzesi-aukcio {
    display: inline-flex;
    align-items: center;
    background-color: #2ecc71; /* green */
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 12px;
    margin-left: 6px;
}

.ertekesitesi-aukcio {
    display: inline-flex;
    align-items: center;
    background-color: #3498db; /* blue */
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 12px;
    margin-left: 0px;
}

.beszerzesi-aukcio i,
.ertekesitesi-aukcio i {
    margin-left: 6px;
}

.card-title {
  font-size: 1.1rem; /* slightly larger for emphasis */
  font-weight: 700; /* bold and attention-grabbing */
  color: #111827; /* dark grey for readability */
  line-height: 1.2; /* tight for compact display */
  margin-bottom: 6px;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* subtle depth */
  position: relative;
  word-wrap: break-word; /* ensure long words don’t overflow */
}

/* Accent line under title */
.card-title::after {
  content: '';
  display: block;
  width: 50px; /* accent length */
  height: 3px; /* thickness */
  background: #b91c1c; /* fallback solid color */
  background: -webkit-linear-gradient(90deg, #b91c1c, #f87171); /* Chrome, Safari */
  background: -moz-linear-gradient(90deg, #b91c1c, #f87171); /* Firefox */
  background: linear-gradient(90deg, #b91c1c, #f87171); /* Standard */
  border-radius: 2px; /* smooth edges */
  margin-top: 4px;
}

/* Optional: ensure gradient is smooth on older browsers */
@supports (-webkit-background-clip: text) {
  .card-title::after {
    -webkit-background-clip: content-box;
    -webkit-text-fill-color: transparent;
  }
}

.sell-button {
  background-color: #e63946;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

/* Jelentkezés gomb */

.download-btnn {
    display: inline-block;
    padding: 0.45rem 1rem; /* thinner look */
    background: linear-gradient(135deg, #007bff, #0056d2);
    color: #fff; /* ensure text is white */
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
    font-size: 0.95rem; /* slightly smaller text for slim design */
}

.download-btnn:hover {
    background: linear-gradient(135deg, #0069e0, #0049b8);
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 123, 255, 0.4);
    color: #fff; /* keep white even on hover */
}

.download-btnn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.2);
    color: #fff;
}   
 
/* Detailsbe az aukció típus és idők */

.aukcio-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    align-items: center;
    gap: 10px;
}

/* Left side (auction type button) */
.tipus-col {
    text-align: left;
}

/* Right side (start/end times) */
.ido-col {
    text-align: right;
}

/* Time lines styling */
.aukcio-idok span {
    display: block;
    margin: 2px 0;
    font-size: 14px;
}

/* Button styling (unchanged from earlier) */
.aukcio-tipus {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    gap: 6px;
}

.aukcio-tipus.beszerzesi { background: #2ecc71; }
.aukcio-tipus.ertekesitesi { background: #3498db; }

/*Details pagebe a login box*/

/* Base button structure — now sharp & square */
.btnn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 0;          /* <— square corners */
  text-decoration: none;
  font-weight: 400;
  color: #fff !important;
  transition: all 0.25s ease;
  font-size: 0.80rem;
}

/* LOGIN – MOHU GREEN */
.btnn-login {
  background-color: #009639;
  border: 1px solid #007a2d;
}
.btnn-login:hover {
  background-color: #007a2d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 150, 57, 0.35);
}

/* REGISTER – Red */
.btnn-register {
  background-color: #dc3545;
  border: 1px solid #b02a37;
}
.btnn-register:hover {
  background-color: #b02a37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.35);
}

/* Icon slightly smaller */
.btnn i {
  font-size: 0.95rem;
}

/* Keep them centered in one line */
.button-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.card-details2 {
  text-align: center;
 /* background: #f4f4f4;  */     /* light neutral grey */
  padding: 2px 2px 0px 0px;        /* spacing inside box */
}

/* Részvevők: */

.auction-participants {
    font-family: 'Inter', 'Roboto', sans-serif; /* modern, profi */
    font-size: 1rem;
    font-weight: 700; /* erőteljes, de nem túlzó */
    color: #1A1A1A; /* nagyon sötét szürke, nem fekete */
    text-transform: uppercase; /* elegáns, kiemelt cím */
    letter-spacing: 0.05em; /* légiesebb, prémium hatás */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    position: relative;
}

/* finom vonal aláhúzás, ami modern */
.auction-participants::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FF6B00, #FF8C42); /* elegáns színátmenet */
    border-radius: 1px;
    margin-top: 4px;
}

/* kiemelt span stílusa */
.auction-participants .highlight {
    background: linear-gradient(120deg, #FF6B00 0%, #FF8C42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 1.05rem;
}

.restricted-hovercard {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    display: none;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    min-width: 220px;
}

.restricted-buyer:hover .restricted-hovercard {
    display: block;
}

.badge-activity-low {
    background: #6c757d;
    color: #fff !important;
}

.badge-activity-med {
    background: #007bff;
    color: #fff !important;
}

.badge-activity-high {
    background: #28a745;
    color: #fff !important;
}






