body {


  color: #303050;

  font-family: arial, helvetica, sans-serif;

  font-size: 8pt;

}

.button-01 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 30px;
  line-height: 30px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.button-01:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.button-26,
.button-27 {
  appearance: none;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 3px 7px;
  height: 24px;
  width: 180px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.15s;
  user-select: none;
  
}
.button-26:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}
.button-27:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

/* button-27: kék → lila átmenet */
.button-27 {
  background: linear-gradient(135deg, #4f8ef7, #7b5bf7);
}

.button-27:hover {
  background: linear-gradient(135deg, #457fe0, #6d4fe0);
  transform: translateY(-2px);
}


.button-27:active {
  transform: scale(0.96);
  transform: translateY(2px);
}

/* button-26: zöld → türkiz átmenet */
.button-26 {
  background: linear-gradient(135deg, #20c997, #17a2b8);
}

.button-26:hover {
  background: linear-gradient(135deg, #1bb190, #1491a3);
  transform: translateY(-2px);
}

.button-26:active {
  transform: scale(0.96);
  transform: translateY(2px);
}

.button-28 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 24px;
  width: 180px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 12px;
}

.button-28:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-28:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}



.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #ffb86c 0, #ff6b6b 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 24px;
  width: 180px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 12px;
}

.button-29:focus {
  box-shadow: #ff6b6b 0 0 0 1.5px inset,
    rgba(45, 35, 66, .4) 0 2px 4px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    #ff6b6b 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    #ff6b6b 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #ff6b6b 0 3px 7px inset;
  transform: translateY(2px);
}











.button-30 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #ffb86c 0, #ff6b6b 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  width: 200px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 24px;
}

.button-30:focus {
  box-shadow: #ff6b6b 0 0 0 1.5px inset,
    rgba(45, 35, 66, .4) 0 2px 4px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    #ff6b6b 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px,
    rgba(45, 35, 66, .3) 0 7px 13px -3px,
    #ff6b6b 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #ff6b6b 0 3px 7px inset;
  transform: translateY(2px);
}

.hang_ablak {

  display: none;
}

.info_ablak {
  display: none;
  /* alapból nem látszik! */
  position: absolute;
  /* nem foglal helyet, lebeg */
  background: #fff;
  border: 1px solid #444;
  padding: 6px;
  z-index: 9999;
  /* minden elé kerül */
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



.ablak {
  border: 1px solid #006;
  background-color: #fff;
  width: 150px;
}

.button {
  border: 1px solid #006;
  background: #9cf;
  width: 150px;
}

.button2 {
  background: #fea;
  width: 100%;
  height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.button2mat {
  background: #ccf;
  width: 100%;
  height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.button2ang {
  background: #fcc;
  width: 100%;
  height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.button2b {
  background: #f88;
  width: 100%;
  height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.button3 {
  background: #fea;
  width: 120px;
  height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.button4 {
  background: #fea;
  width: 160px;
  height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.button5 {
  border: 1px solid #006;
  background: #9c8;
  width: 120px;
  height: 40px;
  font-size: 16pt;
}

.button6 {
  background: #fea;
  width: 160px;
  height: 25px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.button7 {
  background: #bfa;
  height: 75px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.button8 {
  background: #efa;
  height: 75px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.button9 {
  background: #fea;
  width: 90px;
  height: 30px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}


.cella1 {
  font-size: 10pt;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
}

.strong {
  font-weight: bold;
}

.slidecontainer {
  width: 100%;
}

.slider {

  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {

  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}



#matek {
  font-family: "JetBrains Mono", monospace;
  border-collapse: collapse;
  justify-content: center;
  background-color: #d9ea9f;
  vertical-align: middle;

}

#matek td,
#matek th {
  border: 0px;
  padding: 4px;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;

}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 4px;
}

#customers1 tr:nth-child(even) {
  background-color: #D6EEEE;
}

#customers1 tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}