/* HOMEPAGE */
@font-face {
  font-family: dillion;
  src: url(Assets/fonts/FSDillon-Regular.otf);
}
@font-face {
  font-family: dillion;
  src: url(Assets/fonts/FSDillon-Bold.otf);
  font-weight: bold;
}

  body {
    background-color: white;
    margin: 0;
    font-family: dillion;
  }

*, :after, :before {
  box-sizing: border-box;
}

*, :after, :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 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-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: rgba(59, 130, 246, .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-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: rgba(59, 130, 246, .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: ;
}


[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}



.custom-input {
  border-color: rgba(0, 0, 0, 0.2);
  background: white;
  color: rgb(0, 0, 0);
  font-size: 1.125rem !important;
  line-height: 1.3em !important;
  min-height: 2.75rem !important;
  touch-action: manipulation;
  -webkit-appearance: none;

}

.input-error{
  border-color: red;
}

.default-option{
  color: rgb(55,55,55) !important;
}

.pl-\[52px\] {
  padding-left: 52px;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(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);
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}
.booth-description{

}
.delete-button{
  margin-left: 10px;
  cursor: pointer;
}

.hide{
  display: none;
}

.block {
  display: block;
}

::placeholder {
  color: rgb(55,55,55);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(55,55,55);
}


.rounded {
  border-radius: .25rem;
}

.w-full {
  width: 100%;
}

  h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
    line-height: 1.15em;
  }

  h2 {
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.3em;
    color: #000;
  }
  h3 {
    text-align: center;
    font-size: 2rem;

    font-weight:bold;
    color: #000;
    line-height: 1.15em;
  }

  P {
    text-align: center;
    font-size: 1.25rem;
    color: #000;
    line-height: 1.3em;
  }

  .p-bold {
  font-weight: bold;
  }

  .flex-row {
  display: flex;
  justify-content: center;
  align-items: center !important;
  height: 100vh;
  position: relative;
  }

  .logo-start {
    max-width: 150px;
    margin: 0 auto 0 auto;
  }

  .prizes {
    width: 100%;
  }

  .container {
    text-align: center;
    max-width: 700px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m-05 {
    margin-top: 0.85rem;
  }

  .m-15 {
    margin-top: 1.85rem;
  }

  .flex-row-btn {
    display: flex;
    justify-content: center;
  }
  
  .button-custom {
    background: rgb(0, 0, 0);
    color: white;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 500;
    border-radius: .375rem;
    font-family: dillion;
    border-width: 1px;
    border-color: transparent;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem!important;
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }
  
  .button-custom:hover {
    cursor: pointer;
    background: rgb(51, 51, 51);
  }

  .black-border{
    border: 1px solid black;
  }

#manual:hover {
  background: rgb(155, 155, 155);
}

  .button-custom-b {
    background: rgb(0, 0, 0);
    color: #ffffff;
    margin-top: 2%;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.61rem;
    line-height: 1.5em;
    font-weight: 500;
    border-radius: .375rem;
    font-family: 'Oswald';
    border-width: 1px;
    border-color: transparent;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem!important;
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .button-custom-b:hover {
    cursor: pointer;
    background: rgb(51, 51, 51);
  }

/* REGULAMENT */

#download-pdf{
  text-decoration: none;
}
#download-pdf:hover{
  color: white;
}

@media dompdf{
  .m-20{
    margin-top: 1rem;
  }
  body {
    height:100%;
  }
  .flex-row-reg{
    background: rgb(253, 212, 41);
  }
  .logo-start, .logo-m-10{display:none;}
  .container-reg{
    border-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius:0px !important;
  }
}

  .flex-row-reg {
 
    display: flex;
    justify-content: center;
    background-image: url(Assets/22-min.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100dvh;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .container-reg {
    text-align: center;
    max-width: 800px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 5rem;
    min-height:400px;
    height: max-content;
  }

  .m-20, .logo-m-20 {
    margin-top: 3rem;
  }

  .m-30 {
    margin-top: 4rem;
  }


  .p-left {
    text-align: left;
  }

  .p-left a {
    color: #000;
  }

  .m-btn {
    margin-top: 30px;
  }

  .addendum{
    display:inline;
    font-size: 0.9rem;
  }

  .highlight {
    font-weight: bold;
  }

.light {
  font-weight: 100;
  color:#333;
  font-size: 1.15rem;
}

  #adauga-sectie{
    background: #343a40;
  }

#adauga-sectie:hover{
  background: rgb(20, 20, 20);
}

  .bulet-list li {
    font-size: 1.25rem;
    color: #000;
    line-height: 1.3em;
    text-align: left;
  }

  .bulet-list a {
    color: #000;
  }

  .page-header{
    width:100%;
  }

  .rezultat {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid  rgba(0, 0, 0, 0.2);
    margin: 20px 0 10px 0;
  }
.rezultat p {
  text-align: left;
  line-height: inherit;
}

.cautare-titlu{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding:5px;
  padding-left:10px;
}

.cautare-text{
  padding-left:10px;
  padding-bottom:10px;
}

.cautare-detalii {
  padding-left:10px;
}

.color-red {
  color: #B22222;
}

.maps-icon {
  width: 64px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.maps-link{
  position: relative;
  display: block;
  width: 100%;
}


  @media screen and (max-width: 1024px) {
    .container-reg {
      margin-top: 0;
      margin-bottom: 0;
      height: 100%;

      border-radius: 0rem;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
    }
    .logo-m-20{
      margin-top:0px;
    }
  }

.color-gray{
  color:#343a40;
}

.color-black {
  color:#111111;
}

.bk-white {

  background-color:white;
}

.uppercase {
  text-transform: uppercase;
}


  .flex-row-quiz {
    display: flex;
  }

  .container-quiz {
    width: 60%;
  }

  .container-img {
    width: 40%;
  }

  .header {
    color: black;
    padding:5px;
    flex-direction: column;
    border: 1px solid black;
    width:100%;
    background-color: white;
  }

  .header-container{
    position: relative;

    display: flex;
    width:100%;
    background-color: white;
    padding:10px;
  }
  .header *{
    line-height:1.1;
    margin:0;
    padding:0;
  }

  .header p {
    font-size: 15px;
    font-family: "Inter", Sans-serif;
  }


  @media (max-width: 1024px) {
    .header p{
      font-size: 8px;
    }

    .header {
      padding:10px;
    }

    .flex-row-reg{
      background: #ffffff;
    }
  }

  .btn-container{
    display: flex;
    margin-top:3rem;
  }
  
  .block-btn
  {
    border-radius: 0px;
    color: #fcc224;
    background-color: #000000;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    margin-bottom:20px;
    font-size:20px;
  }

  .block-btn:visited{
    color: #fcc224;
  }

  .help {
    margin-top:25px;
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .help a {
    text-decoration: none;
    border:1px solid gray;
    padding:10px;
    border-radius:5px;
    max-width:235px;
    min-width:200px;
    color: black;
    text-transform: uppercase;
    margin-top:10px;

  }

  .help a:hover {
    background-color: #e5e5e5;

  }

  #position{
    display: flex;
    width: 100%;
  }

  .share {
    display:flex;
    text-align: center;
    margin-top:25px;
    justify-content: flex-end;
  }

  .shareLink{
    display: flex;
    align-items: center;
    font-size: 1rem;
    color:black;
    text-decoration: none;
    height:100%;
    text-align: center;
    vertical-align: middle;
  }

  .shareIcon{
    width:28px;
    height:28px;
    margin-right:5px;
  }