/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  /* margin: 0; */
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/


/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-left-0 {
  left: 0px;
}

.tw-top-0 {
  top: 0px;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tw-mb-7 {
  margin-bottom: 1.75rem;
}

.tw-me-3 {
  margin-inline-end: 0.75rem;
}

.tw-ms-3 {
  margin-inline-start: 0.75rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-40 {
  margin-top: 10rem;
}

.tw-mt-5 {
  margin-top: 1.25rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-flex {
  display: flex;
}

.tw-hidden {
  display: none;
}

.tw-h-screen {
  height: 100vh;
}

.tw-w-\[30\%\] {
  width: 30%;
}

.tw-w-full {
  width: 100%;
}

.tw-w-screen {
  width: 100vw;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.tw-pb-10 {
  padding-bottom: 2.5rem;
}

.tw-pe-1 {
  padding-inline-end: 0.25rem;
}

.tw-pt-10 {
  padding-top: 2.5rem;
}

.tw-pt-20 {
  padding-top: 5rem;
}

.tw-text-center {
  text-align: center;
}

.tw-italic {
  font-style: italic;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-100 {
  opacity: 1;
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-500 {
  transition-duration: 500ms;
}

@font-face {
  font-family: Worksans_exbold;

  src: url(https://www.onlinepenztarca.hu/fonts/WorkSans-ExtraBold.eot);

  src: url(https://www.onlinepenztarca.hu/fonts/WorkSans-ExtraBold.woff) format('woff'), url(https://www.onlinepenztarca.hu/fonts/WorkSans-ExtraBold.ttf) format('truetype'), url(https://www.onlinepenztarca.hu/fonts/WorkSans-ExtraBold.svg) format('svg');

  font-weight: 400;

  font-style: normal;

  font-display: swap
}

@font-face {
  font-family: Worksans_reg;

  src: url(https://www.onlinepenztarca.hu/fonts/WorkSans-Regular.eot);

  src: url(https://www.onlinepenztarca.hu/fonts/WorkSans-Regular.woff) format('woff'), url(https://www.onlinepenztarca.hu/fonts/WorkSans-Regular.ttf) format('truetype'), url(https://www.onlinepenztarca.hu/fonts/WorkSans-Regular.svg) format('svg');

  font-weight: 400;

  font-style: normal;

  font-display: swap
}

svg {
  display: inline;
}

@media(max-width: 992px) {
  body {
    margin-top: 60px;
  }
}

/*BASIC*/

body {
  background-color: #fff !important;
  /* overflow-x: hidden; */
}

@media(max-width: 992px){
  body {
    margin-top: 60px !important;
  }
}

.tombola-button {
  background-color: #d9ea00;
  color: #1a234a;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Worksans_reg;
  font-weight: 700;
  padding: 8px 20px;
  cursor: pointer;
  transition: .2s;
}

.tombola-button:hover {
  background-color: #1a234a;
  color: #d9ea00;
}

.tombola-button.tombola-button-dark {
  background-color: #1a234a;
  color: #d9ea00;
  padding: 6px 18px;
  border: 2px solid #1a234a;
}

.tombola-button.tombola-button-dark:hover {
  background-color: #d9ea00;
  color: #1a234a;
  border: 2px solid #1a234a;
}

.yellow {
  color: #d9ea00
}

.white {
  color: #fff
}

.d-blue {
  color: #1a234a
}

.l-blue {
  color: #2363b4
}

.reg {
  font-family: Worksans_reg
}

.bold {
  font-family: Worksans_exbold
}

.tombola-title {
  font-size: 40px;
  padding: 0 10px;
  line-height: 1.4;
  font-family: Worksans_exbold;
  width: 100%;
  text-align: center;
}

@media(max-width: 992px) {
  .tombola-title {
    font-size: 30px;
  }
}

@media(max-width: 767px) {
  .tombola-title {
    font-size: 26px;
  }
}

.desktop-block {
  display: block;
}

.desktop-flex {
  display: flex;
}

.mobile-block {
  display: none;
}

.mobile-flex {
  display: none;
}

@media(max-width: 992px) {
  .mobile-block {
    display: block;
  }

  .mobile-flex {
    display: flex;
  }

  .desktop-block {
    display: none;
  }

  .desktop-flex {
    display: none;
  }
}

#op-main-alert .op-btn-primary,
#op-main-confirm .op-btn-primary {
  background-color: #d9ea00 !important;
}

#op-main-alert .op-btn-primary:hover,
#op-main-confirm .op-btn-primary:hover {
  background-color: #1a234a !important;
  color: #d9ea00 !important;
}

#op-bottom-notification-container-villam{
  display: none !important;
}

#opMainNavbarMenuOffcanvas .offcanvas-header .btn-close.text-reset{

}

/*BASIC END*/

/*MODAL*/

.t-modal {
  z-index: 1050;
  padding: 0 50px;
}

.t-modal-inside {
  width: 820px;
  border-radius: 12px;
  position: relative;
}

.t-modal-bg-image {
  border-radius: 10px;
}

.t-modal-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px 20px 50px;
}

.t-model-text {
  font-size: 14px;
  letter-spacing: .4px;
  line-height: 1.2;
  max-width: 300px;
  margin: 16px 0;
}

.t-model-text-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.t-model-szelveny {
  background-color: #fff;
  color: #1a234a;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 30px;
}

.t-model-button {
  padding: 11px 42px;
  margin-top: 10px;
}

.t-moda-close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(50%, -50%);
  cursor: pointer;
}

.t-moda-close-inside {
  color: #fff;
  background-color: #2363b4;
  width: 46px;
  height: 46px;
  border: 2px solid #2363b4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s;
}

.t-moda-close:hover .t-moda-close-inside {
  background-color: #fff;
  color: #2363b4;
}

@media(max-width: 820px) {
  .t-model-text {
    font-size: 12px;
    margin: 8px 0;
    max-width: 200px;
  }

  .t-model-text-title {
    font-size: 24px;
  }

  .t-model-szelveny {
    padding: 4px 15px;
    font-size: 14px;
  }

  .t-model-button {
    padding: 8px 32px;
    margin-top: 20px;
    display: block;
  }
}

@media(max-width: 700px) {
  .t-modal-content-container {
    padding: 20px 20px 20px 25px;
  }
}
@media(max-width: 650px) {
  .t-model-text{
    max-width: 100%;
    text-shadow: 0 0 0 rgba(0,0,0,1);
  }
  .t-modal-bg-image{
    opacity: .6;
  }
  .t-modal-inside{
    background-color: #1a234a;
  }
  .t-modal {
      padding: 0 30px;
  }
}
@media(max-width: 550px) {
  .t-modal {
    padding: 0 20px;
}
.t-moda-close-inside {
  width: 30px;
  height: 30px;
  border: 2px solid #2363b4;
}
.t-moda-close-inside svg{
  width: 16px;
  height: 16px;
}
  .t-model-button {
    padding: 4px 15px;
    margin-top: 10px;
    font-size: 12px;
  }
  .t-model-text{
    font-size: 10px;
  }
  .t-model-text-title {
    font-size: 20px;
  }
  .t-model-szelveny {
    padding: 2px 10px;
    font-size: 12px;
}
}
@media(max-width: 450px) {
  .t-modal-content-container{
    padding: 10px 15px;
  }
  .t-model-text{
    line-height: 1.1;
  }
}
@media(max-width: 450px) {
  .t-modal-inside {
    background-color: #2b3b74;
}
  .t-modal-content-container{
    position: static;
    z-index: 2;
  }
  .t-modal-bg-image{
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
  }

}

/*MODAL END*/

/*WAVE*/

/*
db: #1a234a
lb: #2363b4
y: #d9ea00
w: #fff
g: #f7f7f7
*/

.mc-1{
  margin-top: -1px;
}

.spacer {
  aspect-ratio: 960/140;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -1px;
}

.layer-db-lb {
  background-image: url('/images/tombola/v3//waves/db-lb.svg');
}

.layer-lb-y {
  background-image: url('/images/tombola/v3//waves/lb-y.svg');
}

.layer-y-w {
  background-image: url('/images/tombola/v3//waves/y-w.svg');
}

.layer-w-g {
  background-image: url('/images/tombola/v3//waves/w-g.svg');
}

.layer-g-w {
  background-image: url('/images/tombola/v3//waves/g-w.svg');
}

.layer-g-db {
  background-image: url('/images/tombola/v3//waves/g-db.svg');
}

.layer-db-g {
  background-image: url('/images/tombola/v3//waves/db-g.svg');
}

.layer-y-g {
  background-image: url('/images/tombola/v3//waves/y-g.svg');
}

/*bgdesign*/

.background-design-image {
  position: absolute;
  width: 100%;
  max-width: none;
  filter: drop-shadow(0px 0px #f7f7f7);
  left: 0;
  bottom: 0px;
  z-index: 1;
}

@media(max-width: 767px){
  .background-design-image-after-nyeremenyek{
    display: none;
  }
}

/*WAVE END*/

/* TOP */

.top-text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  line-height: 1.03;
  right: 18%;
  bottom: 18%;
  font-size: 60px;
}

.top-image-mobile {
  display: none;
}

.top-image-desktop {
  display: block;
}

/*szamlalo*/

.szamlalo-container {
  position: absolute;
  bottom: -65px;
  right: 10%;
  display: flex;
}

.circle {
  width: 156px;
  height: 156px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.circle svg {
  position: relative;
  width: 140px;
  height: 140px;
  transform: rotate(270deg);
}

.circle svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 10;
  stroke: #dddddd;
  transform: translate(5px, 5px);
}

.circle svg circle:nth-child(2) {
  stroke: #2363b4;
  stroke-dasharray: 408;
  stroke-dashoffset: 408;
  transition: .2s;
}

.dots {
  position: relative;
}

.circle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circle-number {
  color: #2363b4;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 3px;
}

.circle-number-type {
  line-height: 1;
  color: #1a234a;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

@media(max-width: 1500px) {
  .circle svg circle {
    /* r: 40;
        cx: 40;
        cy: 40; */
    stroke-width: 8;
  }

  .circle {
    width: 100px;
    height: 100px;
  }

  .circle svg {
    width: 90px;
    height: 90px;
  }

  .circle-number {
    font-size: 30px;
  }

  .circle-number-type {
    font-size: 14px;
  }

  .szamlalo-container {
    bottom: -50px;
    right: 5%;
  }
}

@media(max-width: 992px) {
  .szamlalo-container {
    width: 100%;
    right: 0;
    justify-content: center;
  }

  .circle {
    margin: 0 10px;
  }
}

@media(max-width: 900px) {
  .szamlalo-container {
    bottom: -70px;
  }
}

@media(max-width: 650px) {
  .circle svg circle {
    /* r: 30;
        cx: 30;
        cy: 30; */
    stroke-width: 6;
  }

  .circle {
    width: 80px;
    height: 80px;
  }

  .circle svg {
    width: 70px;
    height: 70px;
  }

  .circle-number {
    font-size: 18px;
  }

  .circle-number-type {
    font-size: 12px;
  }

  .szamlalo-container {
    bottom: -50px;
  }
}

@media(max-width: 480px) {
  .circle {
    margin: 0 5px;
  }
}

@media(max-width: 375px) {
  .circle svg circle {
    /* r: 20;
        cx: 20;
        cy: 20; */
    stroke-width: 4;
  }

  .circle {
    width: 50px;
    height: 50px;
  }

  .circle svg {
    width: 50px;
    height: 50px;
  }

  .circle-number {
    font-size: 14px;
  }

  .circle-number-type {
    font-size: 8px;
  }

  .szamlalo-container {
    bottom: -30px;
  }
}

/*szamlalo end*/

@media(max-width: 1650px) {
  .top-text {
    font-size: 50px;
  }
}

@media(max-width: 1350px) {
  .top-text {
    font-size: 40px;
  }
}

@media(max-width: 1150px) {
  .top-text {
    font-size: 30px;
  }
}

@media(max-width: 950px) {
  .top-text {
    font-size: 25px;
  }
}

@media(max-width: 750px) {
  .top-text {
    font-size: 20px;
  }
}

@media(max-width: 500px) {
  .top-image-mobile {
    display: block;
  }

  .top-image-desktop {
    display: none;
  }

  .top-text {
    right: calc(50% - 90px);
    bottom: 10%;
    font-size: 28px;
  }
}

/* TOP END */

/*NYEREMENYEK*/

.nyeremenyek-container {
  background-color: transparent;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nyeremenyek-blokkok {
  max-width: 1150px;
  padding: 0 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nyeremeny-blokk {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 30px;
  width: 260px;
}

.nyeremeny-blokk.hidden{
  display: none !important;
}

.nyeremeny-inside {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  padding: 20px;
  border: 20px solid #d9ea00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}


.nyeremeny-homokora .nyeremeny-inside {
  border-color: #2363b4;
}

.nyeremeny-image {
  /* width: 100%;*/
  /* aspect-ratio: 1/1;  */
  position: relative;
  z-index: 10;
  border-radius: 50%;
  max-height: 200px;
  max-width: 100%;
  height: auto;
  transition: .15s;
}

.nyeremeny:not(.nyeremeny-homokora) .nyeremeny-inside:hover .nyeremeny-image{
  transform: scale(1.15);
}

.nyeremeny-name {
  background-color: #2363b4;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  position: absolute;
  z-index: 20;
  letter-spacing: .6px;
  top: -10px;
  padding: 2px 8px;
  border-radius: 3px;
}

.nyeremeny-name.large {
  font-size: 12px;
  letter-spacing: .3px;
  top: -10px;
  padding: 4px 8px;
}

.nyeremeny-title {
  background-color: #fff;
  color: #1a234a;
  font-size: 20px;
  letter-spacing: 1px;
  position: absolute;
  z-index: 20;
  bottom: -25px;
  padding: 4px 15px;
  border: 2px solid #1a234a;
  border-radius: 3px;
  transform: rotate(-6deg);
}

.nyeremeny-homokora-titles {
  position: absolute;
  bottom: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nyeremeny-homokora-title {
  background-color: #d9ea00;
  color: #1a234a;
  font-size: 16px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px 15px;
  border-radius: 3px;
  transform: rotate(-6deg);
  margin-bottom: 4px;
}

.nyeremeny-ertek-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-top: 10px;
  font-size: 22px;
}

/*fonyeremeny*/

.fonyeremenyek-swiper-container {
  width: 100%;
  max-width: 1150px;
  padding: 0 50px;
}

.fonyeremeny-container {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fonyeremeny .nyeremeny-inside {
  border-color: #1a234a;
  max-width: 320px;
  padding: 25px;
  border: 24px solid #1a234a;
}

.fonyeremeny .nyeremeny-name {
  font-size: 14px;
  top: -18px;
  padding: 4px 10px;
}

.fonyeremeny .nyeremeny-name.large {
  font-size: 14px;
  letter-spacing: .3px;
  top: -18px;
  padding: 4px 8px;
}

.fonyeremeny-button {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em !important;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em !important;
  z-index: 1;
  border: 2px solid #9C9EAC;
  color: #9C9EAC;
  background-color: #fff;
  transition: .2s;
}

.fonyeremeny-button-next:hover,
.fonyeremeny-button-prev:hover {
  border: 2px solid #1a234a;
  color: #fff;
  background-color: #1a234a;
  opacity: .9;
}

.fonyeremeny-button:hover svg {
  fill: #fff;
}

.fonyeremeny-button::after {
  display: none;
}

.fonyeremeny-button-next svg,
.fonyeremeny-button-prev svg {
  fill: #9C9EAC;
  width: 14px;
  height: 14px;
  transition: .2s;
}

.fonyeremeny-button-prev {
  right: auto;
  left: 10px !important;
}

.fonyeremeny-button-prev svg {
  transform: scaleX(-1);
}

.fonyeremeny-button-next {
  right: 10px !important;
  left: auto;
}

@media(max-width: 650px){
  .fonyeremeny .nyeremeny-inside {
    width: 230px;
    height: 230px;
  }
}

@media(max-width: 375px){
  .fonyeremeny .nyeremeny-inside {
    width: 200px;
    height: 200px;
  }
}

/*fonyeremeny end*/

@media(max-width: 992px) {
  .nyeremeny-blokk {
    padding: 5px;
    width: 270px;
  }
}

@media(max-width: 767px) {
  .nyeremeny-blokk {
    padding: 5px;
    width: 270px;
  }
}

@media(max-width: 550px) {
  .nyeremenyek-blokkok {
    padding: 0 20px;
  }
}

@media(max-width: 500px) {
  .nyeremeny-name {
    font-size: 12px;
    letter-spacing: .3px;
    padding: 1px 5px;
  }

  .nyeremeny-title {
    font-size: 16px;
    letter-spacing: .6px;
    padding: 2px 10px;
  }

  .nyeremeny-homokora-title {
    font-size: 14px;
    letter-spacing: .6px;
    padding: 3px 10px;
    margin-bottom: 4px;
  }
}

@media(max-width: 450px) {
  .fonyeremeny .nyeremeny-name {
    font-size: 12px;
  }

  .fonyeremeny .nyeremeny-name.large {
    font-size: 11px;
  }

  .fonyeremeny .nyeremeny-inside {
    border: 24px solid #1a234a;
  }
}

@media(max-width: 370px) {
  .nyeremeny-blokk {
    padding: 0px;
    width: 100%;
  }

  .fonyeremeny .nyeremeny-name {
    font-size: 10px;
  }

  .fonyeremeny .nyeremeny-name.large {
    font-size: 10px;
  }
}

/*NYEREMENYEK END*/

/*MENET*/

.menet-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.menet-container-inside {
  max-width: 1300px;
  padding: 0 50px;
}

.menet-steps {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menet-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menet-step-text {
  color: #1a234a;
  max-width: 220px;
  text-align: center;
  padding: 0 10px;
}

.menet-arrow-container {
  max-width: 150px;
  padding: 0 25px;
}

.menet-arrow {
  width: 100%;
}

.step-image {
  max-width: 200px;
  padding: 0 0 20px 0;
}

@media(max-width: 1100px) {
  .menet-step-text {
    font-size: 14px;
  }
}

@media(max-width: 992px) {
  .menet-arrow-container {
    display: none;
  }

  .menet-steps {
    flex-direction: column;
  }

  .step-image {
    max-width: 300px;
    padding: 20px 0;
  }

  .menet-step-text {
    font-size: 18px;
    max-width: 300px;
  }

  .menet-container-inside {
    padding: 0 20px;
  }
}
@media(max-width: 550px) {
  .step-image {
    max-width: 250px;
    padding: 20px 20px;
  }
}
@media(max-width: 400px) {
  .menet-container-inside {
    padding: 0 10px;
  }

}

/*MENET END*/

/*NYERTESEK*/

.nyertesek-container {
  background-color: #1a234a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nyertesek-container-inside {
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nyertesek-small-text {
  font-size: 14px;
}

.nyertesek-blokkok {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nyertes-blokk {
  width: 25%;
  padding: 10px 15px;
}

.nyertes-kep-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
}

.nyertes-kep-container-inside {
  background-color: #2363b4;
  border-radius: 10px;
  padding: 3px;
}

.nyertes-kep {
  width: 100%;
  border-radius: 9px;
}

.nyertes-szelvenyszam {
  bottom: 20px;
  left: calc(50% - 50px);
  width: 100px;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.nyertes-triangle {
  position: absolute;
  bottom: -20px;
  width: 30px;
  left: calc(50% - 15px);
}

.nyertes-nev {
  font-size: 14px;
  text-align: center;
}

.nyertes-nyeremeny {
  font-size: 14px;
  text-align: center;
  min-height: 44px;
}

@media(max-width: 992px) {
  .nyertes-blokk {
    width: 50%;
  }
}

@media(max-width: 500px) {
  .nyertesek-container-inside {
    padding: 0 20px;
  }

  .nyertes-szelvenyszam {
    padding: 2px 8px;
    font-size: 12px;
    padding: 2px 6px;
    width: 100px;
  }

  .nyertes-nyeremeny {
    font-size: 12px;
  }
}

@media(max-width: 370px) {
  .nyertes-blokk {
    width: 100%;
  }
}

/*NYERTESEK END*/

/*SZELVENY BASIC*/

.szelveny {
  background: linear-gradient(0deg, #fff 0%, #fff 50%, #1a234a 50.001%);
  padding: 10px;
  border-radius: 5px;
  width: 300px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.szelveny-inside {
  width: 100%;
  height: 100%;
  border: 2px solid #d9ea00;
  background: linear-gradient(0deg, #1a234a 0%, #1a234a 50%, #fff 50.001%);
  display: flex;
  flex-direction: column;
}

.szelveny-top,
.szelveny-bottom {
  height: 40px;
}

.szelveny-top {
  color: #1a234a;
  font-size: 38px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.szelveny-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 5px 15px
}

.szelveny-bottom span {
  font-size: 20px;
}

/*nagy szelveny*/

.szelveny.szelveny-nagy {
  padding: 12px;
  width: 360px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  position: relative;
  z-index: 10;
}

.szelveny.szelveny-nagy .szelveny-inside {}

.szelveny-nagy .szelveny-top,
.szelveny-nagy .szelveny-bottom {
  height: 60px;
}

.szelveny-nagy .szelveny-top {
  font-size: 54px;
}

.szelveny-nagy .szelveny-bottom span {
  font-size: 28px;
}

/*pottyos hatter*/

.szelveny-pottyos-hatter {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: calc(50% + 100px);
  top: 76px;
  max-width: none;
  width: 700px;
}

.mobile-szelveny-vasarlas-szelveny-container,
.mobile-szelveny-szinezes-szelveny-container {
  position: relative;
}

.szelveny-pottyos-hatter-yellow {
  left: calc(50% - 100px);
  top: 76px;
  max-width: none;
  width: 600px;
}

@media(max-width: 992px) {
  .szelveny-pottyos-hatter {
    left: calc(50%);
  }
}

@media(max-width: 767px) {
  .szelveny-pottyos-hatter {
    width: 600px;
  }
}

@media(max-width: 500px) {
  .szelveny.szelveny-nagy {
    padding: 10px;
    width: 100%;
    max-width: 330px;
  }

  .szelveny-nagy .szelveny-top,
  .szelveny-nagy .szelveny-bottom {
    height: 50px;
  }

  .szelveny-nagy .szelveny-top {
    font-size: 44px;
  }

  .szelveny-nagy .szelveny-bottom span {
    font-size: 22px;
  }
}

@media(max-width: 430px) {
  .szelveny.szelveny-nagy {
      max-width: 280px;
  }
  .szelveny-nagy .szelveny-top,
  .szelveny-nagy .szelveny-bottom {
    height: 40px;
  }

  .szelveny-nagy .szelveny-top {
    font-size: 34px;
  }

  .szelveny-nagy .szelveny-bottom span {
    font-size: 18px;
  }
}

/*SZELVENY BASIC END*/

/*VASARLAS*/

.vasarlas-container {
  background-color: #2363b4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: clip;
}

.vasarlas-container-inside {
  max-width: 1200px;
  min-height: 300px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vasarlas-side {
  width: 50%;
}

.vasarlas-title {
  font-size: 35px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}

.vasarlas-text {
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0;
  position: relative;
  z-index: 10;
}
.vasarlas-text-info-amount{
  min-height: 40px;
}

.vasarlas-kassza {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.vasarlas-amount {
  padding: 0 10px;
  font-size: 18px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vasarlas-amount-input {
  background-color: transparent;
  width: max-content;
}

.vasarlas-counter-container {
  margin-right: 20px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.vasarlas-counter {}

.vasarlas-counter-inside {
  background-color: #2363b4;
  color: #d9ea00;
  border: 2px solid #d9ea00;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}

.vasarlas-counter-inside.disabled{
  opacity: .3;
  /* filter: grayscale(.7); */
}

.vasarlas-counter-inside:hover {
  background-color: #d9ea00;
  color: #2363b4;
}
.vasarlas-counter-inside.disabled:hover{
  background-color: #2363b4;
  color: #d9ea00;
}

/**/

.vasarlas-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media(max-width: 992px) {
  .vasarlas-container-inside {
    min-height: 400px;
  }
  .vasarlas-right {
    display: none;
  }

  .vasarlas-left {
    width: 100%;
  }

  .vasarlas-title {
    text-align: center;
  }

  .vasarlas-text {
    text-align: center;
  }

  .vasarlas-kassza {
    flex-direction: column;
  }

  .vasarlas-counter-container {
    margin-right: 0px;
  }
}

@media(max-width: 600px) {
  .vasarlas-container-inside {
    min-height: 460px;
    padding: 0 20px;
  }

  .vasarlas-title {
    font-size: 24px;
  }
}

@media(max-width: 450px) {
  .vasarlas-title {
    font-size: 20px;
  }
}

@media(max-width: 380px) {
  .vasarlas-title {
    font-size: 18px;
  }
}

/*VASARLAS END*/

/*SZINEZES*/

.szinezes-container {
  background-color: #d9ea00;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: clip;
}

.szinezes-container-inside {
  max-width: 1200px;
  min-height: 250px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.szinezes-side {
  width: 50%;
}

.szinezes-title {
  font-size: 35px;
  line-height: 1.2;
  text-align: end;
  position: relative;
  z-index: 10;
}

.szinezes-text {
  font-size: 16px;
  line-height: 1.2;
  text-align: end;
  margin: 15px 0 22px;
  position: relative;
  z-index: 10;
}

.szinezes-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.szinezes-button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 10;
}

/*szinezes allapotok*/
.szelveny-szinezheto {
  overflow: hidden;
}

.szelveny-szinezheto::after {
  /* content: '';
  width: calc(100% + 45px);
  height: calc(100% + 100px);
  transform: rotate(15deg);
  position: absolute;
  top: -55px;
  left: -30px;
  z-index: 10;
  background-color: rgba(165, 42, 42, 0.612); */

  content: '';
  width: 0px;
  height: 260px;
  transform: rotate(15deg);
  position: absolute;
  top: -54px;
  right: -30px;
  z-index: 10;
  background-color: rgb(13 21 44 / 74%);
  filter: blur(2px);
  transition: .3s;
}

.szelveny-szinezheto::before {
  /* content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: calc(33% - 3px);
  z-index: 11; */
}

.szelveny-szinezheto-0::after {
  width: calc(100% + 45px);
}

.szelveny-szinezheto-33::after {
  width: calc(66% + 29px);
}

.szelveny-szinezheto-66::after {
  width: calc(33% + 31px);
}

.szelveny-szinezheto-100::after {
  width: 0px;
}

.szinezes-timer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}

.szinezes-timer-text {
  font-size: 15px;
  font-weight: 700;
  /* font-style: italic; */
  color: #1a234a;
  text-align: end;
}

.szinezes-timer-container-inside {
  display: flex;
  justify-content: flex-end;
  font-size: 40px;
  font-family: Worksans_exbold;
  color: #1a234a;
}

.szinezes-timer-divider {
  padding: 0 15px;
}

.szinezes-timer-container .time-unit {
  min-width: 52px;
}

@media(max-width: 992px) {
  .szinezes-container-inside {
    min-height: 400px;
  }
  .szinezes-left {
    display: none;
  }

  .szinezes-right {
    width: 100%;
  }

  .szinezes-title {
    text-align: center;
  }

  .szinezes-text {
    text-align: center;
  }

  .szinezes-button-container {
    justify-content: center;
  }

  .szinezes-timer-container {
    align-items: center;
  }

  .szinezes-timer-text {
    text-align: center;
  }
}

@media(max-width: 600px) {
  .szinezes-container-inside {
    min-height: 460px;
    padding: 0 20px;
  }

  .szinezes-title {
    font-size: 24px;
  }
}

@media(max-width: 450px) {
  .szinezes-title {
    font-size: 20px;
  }
  .szinezes-container-inside {
    min-height: 500px;
  }
}

@media(max-width: 380px) {
  .szinezes-title {
    font-size: 18px;
  }
}

/*SZINEZES END*/

/*SZELVENYEIM*/

.szelvenyeim-container {
  background-color: transparent;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 330px;
}
.szelvenyeim-container-tiny{
  min-height: auto;
}

.szelvenyeim-container-inside {
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.szelvenyeim-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.szelvenyeim-darabszam {
  width: 44px;
  height: 44px;
  background-color: #d9ea00;
  color: #1a234a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1;
}

.szelvenyeim-darabszam.medium {
  font-size: 24px;
}

.szelvenyeim-darabszam.large {
  font-size: 20px;
}

.szelvenyeim-darabszam.extra-large {
  font-size: 14px;
}

.szelvenyeim-small-text {
  font-size: 16px;
  text-align: center;
}

.szelvenyeim-auth-buttons{
  margin-top: 20px;
  display: flex;
}
.szevenyeim-auth-button{
  padding: 0 15px;
}
.szevenyeim-auth-button-inside{
  font-size: 16px;
  min-width: 200px;
  display: block;
}

.szelvenyeim-szelvenyek {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.szelvenyeim-szelveny-outside {
  padding: 5px 10px;
}

.szelvenyeim-szelveny-outside-template:first-child {
  display: none !important;
}

.szelveneyim-after-spacer-nobg img{
  display: none;
}

@media(max-width: 1350px) {
  .szelvenyeim-container {
    min-height: 300px;
  }
}
@media(max-width: 992px) {
  .szelvenyeim-container {
    min-height: 270px;
  }
}

@media(max-width: 767px) {
  .szelvenyeim-container-inside {
    padding: 0 20px;
  }
  .szelvenyeim-container {
    min-height: 200px;
  }
  .szelvenyeim-darabszam {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
  }
  .szelvenyeim-darabszam.medium {
    font-size: 20px;
  }

  .szelvenyeim-darabszam.large {
    font-size: 14px;
  }

  .szelvenyeim-darabszam.extra-large {
    font-size: 10px;
  }
}
@media(max-width: 550px) {
  .szelvenyeim-container {
    min-height: 180px;
  }
}
@media(max-width: 500px) {
  .szelvenyeim-container {
    min-height: 160px;
  }
  .szelvenyeim-auth-buttons{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .szevenyeim-auth-button-inside{
    font-size: 12px;
  }
  .szevenyeim-auth-button-inside:first-child{
    margin-bottom: 10px;
  }

}
@media(max-width: 400px) {
  .szelvenyeim-szelveny-outside {
    width: 100%;
  }
  .szelvenyeim-container {
    min-height: 140px;
  }
  .szelvenyeim-szelveny-outside .szelveny {
    width: 100%;
    max-width: 100%;
  }
}

@media(max-width: 370px) {
  .szelvenyeim-szelveny-outside .szelveny-top {
    font-size: 26px;
  }

  .szelvenyeim-szelveny-outside .szelveny-bottom span {
    font-size: 18px;
  }
}

@media(max-width: 340px) {
  .szelvenyeim-szelveny-outside .szelveny-bottom span {
    font-size: 16px;
  }
}

@media(max-width: 315px) {
  .szelvenyeim-szelveny-outside .szelveny-bottom span {
    font-size: 14px;
  }
}

/*SZELVENYEIM END*/

/*RESZTVEVOK*/

.resztvevok-container {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resztvevok-container-inside {
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
}

.resztvevo-box {
  padding: 5px 10px;
  display: block;
}

.resztvevo-box-inside {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .02);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resztvevok-swiper-navigation-container {
  display: flex;
  justify-content: flex-start;
  align-items: centers;
  padding-left: 10px;
  margin-top: 5px;
}

.resztvevok-container .swiper-wrapper {
  transition-timing-function: linear;
}

.resztvevok-button {
  position: static !important;
  width: 28px !important;
  height: 28px !important;
  color: #fff !important;
  background-color: #2363b4;
  border: 1px solid #2363b4;
  border-radius: 5px;
  margin: 0 !important;
  transition: .2s;
  cursor: pointer;
}

.resztvevok-button:hover {
  color: #2363b4 !important;
  background-color: #fff;
}

.resztvevok-button::after {
  display: none !important;
}

.resztvevok-button-prev {
  margin-right: 10px !important;
}

@media(max-width: 767px) {
  .resztvevok-container-inside {
    padding: 0 20px;
  }
}

/*RESZTVEVOK END*/

/*TERMEKAJANLO*/

.termekajanlo-container {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.termekajanlo-container-inside {
  max-width: 1200px;
  width: 100%;
  padding: 30px 50px 0;
}

.termekajanlo-swiper {
  padding: 20px 0px;
}

.termek-container {
  padding: 10px;
}

.termek-container-inside {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.termek-kep-container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.termek-kep {
  padding: 10px;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.termek-nev {
  font-size: 14px;
  color: #1a234a;
  text-align: center;
  min-height: 60px;
}

.termek-ar {
  color: #1a234a;
  font-family: Worksans_exbold;
  text-align: center;
  letter-spacing: .4px;
}

.termek-gomb-container {
  margin: 5px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.termek-gomb {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
  border: 1px solid #1a234a;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  cursor: pointer;
}

.termek-gomb:hover {
  color: #fff;
  background-color: #1a234a;
}

.termekajanlo-button {
  background-color: #fff !important;
  color: #9d9d9d !important;
  border: 1px solid #9d9d9d;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  line-height: 1;
  top: 60% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}

.termekajanlo-button:hover {
  background-color: #9d9d9d !important;
  color: #fff !important;
}

.termekajanlo-button::after {
  display: none;
}
@media(max-width: 992px) {
  .termekajanlo-button{
    display: none;
  }
  .termekajanlo-container-inside{
    padding: 30px 20px 0;
  }

}
@media(max-width: 375px) {
  .termekajanlo-container-inside {
    padding: 0 30px;
  }

  .termekajanlo-button {
    width: 26px !important;
    height: 26px !important;
  }

  .termekajanlo-button-prev {
    left: 6px !important;
  }

  .termekajanlo-button-next {
    right: 6px !important;
  }
}

/*TERMEKAJANLO END*/

/*GYIK*/

.gyik-container {
  background-color: transparent;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 870px;
}

.gyik-container-inside {
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
}

.t-accordion {
  background-color: #1a234a;
  color: #fff;
  font-family: Worksans_exbold;
  cursor: pointer;
  padding: 18px;
  margin-top: 10px;
  border-radius: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.2s;
}

.t-accordion.active {
  background-color: #2363b4;
  border-radius: 8px 8px 0 0;
}

.t-accordion:hover {
  background-color: #1a234ae8;
}

.t-accordion.active:hover {
  background-color: #2363b4;
}

.t-accordion-icon-container {
  color: #d9ea00;
}

.t-accordion span {
  padding-right: 10px;
}

.t-accordion svg {
  transition: .2s;
}

.t-accordion.active svg {
  transform: rotate(180deg);
}

.t-panel {
  background-color: #2363b4;
  max-height: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}

.t-panel-inside {
  padding: 0 18px 18px 18px;
}

.t-panel-inside p {
  font-family: Worksans_reg;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
}

.gyik-link{
  color: #d9ea00;
  text-decoration: underline;
  transition: .1s;
}
.gyik-link:hover{
  color: #aebcf8;
}

@media(max-width: 767px) {
  .gyik-container-inside {
    padding: 0 20px;
  }
  .gyik-container {
    min-height: 850px;
  }
}

/*GYIK END*/

/*SPEC LOADING*/

.tombola-button-nyeremenyek {
  min-width: 200px;
}

.tombola-button-loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}

.tombola-button-loading div {
  position: absolute;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1a234a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  transition: .2s;
}

.tombola-button-nyeremenyek:hover .tombola-button-loading div {
  background: #fff;
}

.tombola-button-loading div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.tombola-button-loading div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.tombola-button-loading div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.tombola-button-loading div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*SPEC LOADING END*/

/*WIDGET*/

.tombola-widget-container{
  position: fixed;
  z-index: 20;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

.tombola-widget-container-inside{
  background-color: #0d132e;
  position: relative;
  padding: 5px 30px 5px 10px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 #1a234a55;
  transition: .2s;
}

.tombola-widget-container:hover .tombola-widget-container-inside{
  color: #d9ea00;
}

.tombola-widget-icon{
  position: absolute;
  right: -20px;
  top: -3px;
  width: 40px;
  height: 40px;
  background-color: #d9ea00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a234a;
  box-shadow: 0 0 6px 0 #1a234a55;
}

@media(max-width: 992px){
  .tombola-widget-container-inside span{
    overflow: hidden;
    width: 0px;
    display: block;
  }
  .tombola-widget-container-inside{
    height: 40px;
    padding: 0;
  }
  .tombola-widget-icon{
    width: 50px;
    height: 50px;
  }
  .tombola-widget-icon svg{
    width: 20px;
    height: 20px;
  }
}

/*WIDGET END*/

/* LIVE */
.tombola-live {
 top: 50%;
 transform: translateY(-50%);
 left: 17%;
}

.tombola-live-top-text {
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    line-height: 1.03;
    right: 19.5%;
    bottom: 38%;
    font-size: 60px;
}

@media(max-width: 1820px ){
  .tombola-live {
    left: 15%;
   }
}

@media(max-width: 1750px ){
  .tombola-live {
    left: 10%;
   }
}

@media(max-width: 1550px ){
  .tombola-live {
    left: 5%;
   }
}

@media(max-width: 1700px ){
  .tombola-live-top-text {
    right: 20%;
    font-size: 50px;
}
.live-iframe{
  width: 600px;
  height: 336px;
}
.tombola-live {
  left: 20%;
 }
}
@media(max-width: 1500px ){
  .tombola-live-top-text {
    right: 21%;
    font-size: 40px;

}
.tombola-live {
  left: 15%;
 }
}
@media(max-width: 1400px ){
  .tombola-live-top-text {
    right: 20.5%;
    font-size: 38px;
}
  .live-iframe{
    width: 500px;
    height: 280px;
  }
  .tombola-live{
    left: 20%;
  }

}
@media(max-width: 1250px ){
  .tombola-live-top-text {
    font-size: 35px;
}
}


@media(max-width: 1200px ){
  .tombola-live {
    left: 18%;
  }
}

@media(max-width: 1150px ){
  .tombola-live-top-text {
    font-size: 33px;
}
  .live-iframe{
    width: 400px;
    height: 224px;
  }

  .tombola-live {
    left: 20%;
   }
}


@media(max-width: 1100px ){
  .tombola-live-top-text {
    font-size: 32px;
}
}
@media(max-width: 1050px ){
  .tombola-live-top-text {
    font-size: 31px;
}
}

@media(max-width: 1000px ){
  .tombola-live-top-text {
    font-size: 30px;
}
.tombola-live {
  left: 10%;

 }
}

@media(max-width: 900px ){
  .tombola-live-top-text {
    font-size: 29px;
}
.tombola-live {
    width: revert-layer;
    height: revert-layer;
 }
}

@media(max-width: 800px ){
  .tombola-live-top-text {
    font-size: 28px;
    right: 19%;
}
}


/* LIVE - MOBIL*/
@media(max-width: 767px ){
  .top-image-mobile-live {
  display: block;
}
.top-image-desktop-live{
  display: none;
}

.tombola-live{
width: 100%;
padding: 10px;
transform: translateY(0);
top: 30%;
left: 0%;
}

.live-iframe{
  width: 100%;
  height: revert-layer;
}
.tombola-live-top-text{
  font-size: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  width: 100%;
}
}


@media(max-width: 420px ){
  .tombola-live-top-text{
    font-size: 35px;
  }
}


.tombola-button-login-login-container{
  z-index: 999;
  text-align: right;
}
@media(max-width: 992px ){
  .tombola-button-login-login-container{
    text-align: center;
  }

}

#tombolaAszfModal p{
  margin-top: 5px;
}
h3, h4, h5{
margin-top: 20px;
margin-bottom:5px;
}
#tombolaAszfModal .modal-body{
  max-height: 400px;
  overflow: auto;
  position: relative;
}
/* LIVE END */
