body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  background-color: #f1f2f7;
}

* {
  font-size: 100%;
  min-width: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  color: #ed1c24;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #f65e63;
  font-weight: bold;
  text-decoration: none;
}

/* HEADER */

header {
  width: 100%;
  background: #2c2c2c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 1000;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo {
  font-size: 1px;
  line-height: 0px;
}

.logo img {
  height: 50px;
}

nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.2;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #ffffff;
}

nav ul li a:hover {
  text-decoration: none;
  color: #ed1c24;
}

nav .text {
  text-align: right;
  margin-bottom: 5px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  z-index: 1100;
}

.hamburger span {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

@media(max-width: 768px) {

  nav {
    position: fixed;
    top: 0;
    right: -370px;
    height: 100vh;
    width: 350px;
    background: #1c1c1c;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: auto;
    text-align: left;
  }

  nav.active {
    right: 0;
  }

  nav ul {
    flex-direction: column;
    padding-left: 0px;
  }

  nav ul li {
    margin: 20px 0 0 0;
  }

  .hamburger {
    display: block;
  }

  nav .text {
    text-align: left;
  }

}


.main {
  margin: 0 auto;
  padding-top: calc(60px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}

h1 {
  position: relative;
  padding: 0;
  margin: 40px 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  _text-align: left;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.title h1:before {
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #ed1c24;
}

.title h1 span {
  font-size: 13px;
  font-weight: 500;
  _text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}





.left {
  float: left;
}

.right {
  float: right;
}

.left100 {
  float: left;
  width: 100px;
}

.left200 {
  float: left;
  width: 200px;
}

.left250 {
  float: left;
  width: 250px;
}

.left300 {
  float: left;
  width: 300px;
}

.left380 {
  float: left;
  width: 380px;
}

.left400 {
  float: left;
  width: 400px;
}

.left500 {
  float: left;
  width: 500px;
}

.height10 {
  height: 10px;
  font-size: 1px;
  line-height: 0px;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0px;
}

.spacer {
  height: 30px;
  font-size: 1px;
  line-height: 0px;
}

/* === HEADING STYLE #2 === */








h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #222222;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #222222;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

#sectionLogo {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 5px solid #e6e6e6;
}

#sectionData {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

#sectionSubmit {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.dashboard {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.dashboard-menu {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.loginText {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 5px;
}

.loginField {
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
  width: 400px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2c2c2c;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  border: 1px solid #888888;
  border-radius: 20px;
}

.loginFieldSelect {
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  width: 400px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 20px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSelectWide {
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  width: 600px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 20px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSelectTicket {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 230px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSelectTicketEdit {
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSelectTicketEditSmall {
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  width: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSelectTicketWide {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 360px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSelectAdmin {
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  width: 400px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 16px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.loginFieldSubject {
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2c2c2c;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  border: 1px solid #888888;
  border-radius: 20px;
}

.loginFieldText {
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  width: 800px;
  height: 200px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.defaultText {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.defaultTextSmall1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.defaultTextSmall2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.errorText {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #e30529;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.button-filter {
  display: inline;
  margin: 0px 0px 0px 0px;
}

.button-filter-extra {
  margin-left: 20px;
}

.button-filter a {
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 9px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  background-color: #2a344e;
  display: inline-block;
  border-radius: 5px;
}

.button-filter a:hover {
  background-color: #00344e;
}

.tableDesign {
  border-collapse: collapse;
  border: 0px;
}

.tableDesign tr td {
  border: 1px solid #dddddd;
}

.tableText {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
  background-color: #ffffff;
}

.tableText .format1 {
  font-size: 11px;
  line-height: 16px;
}

.tableText .format2 {
  font-size: 12px;
  line-height: 16px;
}

.statusColor1 {
  color: #ce0e41;
}

.statusColor2 {
  color: #45a500;
}

.statusColor3 {
  color: #45a500;
}

.statusColor9 {
  color: #222222;
}

.statusColor10 {
  color: #222222;
}

.tableTextHeader {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  vertical-align: top;
}

.tableBg {
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  border: 0px solid #dcdcdc !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ticketDetailsText {
  margin: auto;
  padding: 10px 10px 10px 10px;
  width: 800px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background-color: #dce4c6;
}

.ticketSubjectText {
  margin: 0px auto 30px auto;
  padding: 10px 10px 10px 10px;
  width: 800px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background-color: #2a344e;
  border-radius: 5px;
}

.ticketSubjectTextDark {
  margin: 0px auto 30px auto;
  padding: 10px 10px 10px 10px;
  width: 800px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2a344e;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background-color: #2a344e;
  border-radius: 5px;
}

.ticketSubjectTextDarkNormal {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2a344e;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background-color: #2a344e;
  border-radius: 5px;
}

.ticketSubjectTextDarkWide {
  margin: 0px auto 30px auto;
  padding: 10px 10px 10px 10px;
  width: 1000px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2a344e;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background-color: #2a344e;
  border-radius: 5px;
}

.ticketSubjectText span {
  font-size: 12px;
  line-height: 18px;
}

.ticketText {
  margin: auto;
  padding: 10px 10px 10px 10px;
  width: 800px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background-color: #ffffff;
}

.ticketText img {
  max-width: 100%;
  height: auto;
}

.fileText {
  margin: auto;
  padding: 10px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.themeEffect {
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  border: 1px solid #dcdcdc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.commentEffect {
  border: 1px solid #dcdcdc;
  border-top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.icon-recurring {
  margin: 7px 0px 0px 0px;
}




















.button {
  display: inline;
  margin: 0px 10px 0px 10px;
}

.button a {
  margin: 0px 0px 0px 0px;
  padding: 15px 35px 15px 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ed1c24;
  display: inline-block;
  border-radius: 20px;
}

.button a:hover {
  background-color: #2c2c2c;
}






  .table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;

    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4

  }

  th, td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
  }

  th {
    background: #2c2c2c;
    color: #fff;
  }

  @media(max-width: 768px){

    table thead {
      display: none;
    }

    table {
      background-color: transparent;
    }

    table tr {
      display: block;
      margin-bottom: 15px;
      background: #ffffff;
      border-radius: 20px;
      padding: 10px;
      _box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      border: 0px solid #ff0000;
    }

    table td {
    display: flex;
    _flex-direction: column;       /* <div>-ek egymás alatt */
    justify-content: flex-start;  /* ne húzza szét, marad egymás alatt */
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    flex-direction: column;
    }

  /* Ha csak egy gyerek van a td-ben, ne legyen column */
  table td.xx {
    flex-direction: row;
    justify-content: space-between;
  }


    table td::before {
      content: attr(data-label);
      font-weight: bold;
      margin-bottom: 4px;
    }

  table td > div {
    margin-bottom: 2px;           /* kis távolság a div-ek között */
  }

    table td:last-child {
      border-bottom: 0;
    }

  }







._container {
    max-width: 1200px;
    margin: 0 auto;
  }

  ._grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* alap 4 oszlop */
    gap: 20px;
  }

  ._ticket {
    background: #2c2c2c;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    color: #ffffff;

    display: flex;            /* flexbox engedélyezése */
    align-items: center;      /* függőleges középre */
    justify-content: center;  /* vízszintes középre */
    text-align: center;       /* több soros szöveg esetén középre */


  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.2;
  }

  ._ticket:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    font-weight: 400;
  }

  /* Reszponzív szabályok */
  @media (max-width: 1024px) {
    ._grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {
    ._grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 480px) {
    ._grid {
      grid-template-columns: 1fr;
    }
  }








.s_container {
    max-width: 1200px;
    margin: 0 auto;
}

.s_grid {
    display: grid;
    gap: 15px;
    margin: 30px 0;
}
.s_grid > div {
    background: #2c2c2c;
    color: white;
    padding: 20px;
    text-align: left;
    border-radius: 20px;
}

/* --- Automatikus oszlopok desktopon --- */
.s_grid.s_auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

._comment-box {
  border-radius: 20px;
  padding: 0px;
  margin: 40px 0;
  background: #ffffff;
  overflow: hidden;
}

/* felső sor: név és dátum */
._comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 10px 15px;
}

/* név és dátum formázás */
._comment-author {
  font-weight: bold;
  color: #ffffff;
}

._comment-date {
  font-size: 0.9em;
  color: #ffffff;
}

/* komment szöveg */
._comment-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: left;
  padding: 14px;
}

._comment-text figure {
  padding: 0;
  margin: 0;
}

._comment-text figcaption {
  display: none;
}

._comment-text img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* mobilon egymás alá kerül */
@media (max-width: 600px) {
  ._comment-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  ._comment-date {
    margin-top: 4px;
  }
}