/* 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: yellow;
    font-weight: bold;
    padding: 4px;
    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: #000;
    margin-bottom: 6px;
}

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


/* 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, #fef3f2, #fdecea);
  border: 1px solid #f5c2c7;
  border-radius: 12px;
  color: #b91c1c;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease-in-out;
}

. download-item {
  color: #b91c1c;
  font-size: 1rem;
}
