/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/
@import url("reset.css");
@import url("bootstrap.min.css");
@import url("onetrust.css");
/*
    GLOBAL STYLES
*/
:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --background-color: #000;
    --main-font: "Roboto", sans-serif;
    --main-font-size: 1rem;
    --font-style-normal: normal;
    --font-weight-normal: 400;
    --selection-color: ;
    --block-margin: 20px;
    --block-padding: 40px;
    --h1-size: 2rem;
    --h2-size: 1.75rem;
    --h4-size: 1.5rem;
    --paragraph-size: 1.3rem;
    --heading-line-height: 1.45;
    --heading-letter-spacing: normal;
    --text-transform: uppercase;
    --white: #ffffff;
    --black: #000000;
    --color-60rule: #f9b48a;
    --color-30rule: rgb(14, 34, 126);
    --color-10rule: #ff8110;
    --color-10rule-focus: rgb(63, 42, 187);
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    scroll-behavior: smooth;
}

*:focus {
    outline: none !important;
    transition: all 0.2s ease-in;
}
html,
body {
    height: 100%;
    width: 100%;
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--color-10rule) var(--color-60rule) !important;
    overflow-x: hidden !important;
    overflow-y: auto;
    margin: 0;
    background-color: white;
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-normal);
    color: var(--selection-color);
    width: 100%;
    min-height: 100%;
}

a {
    color: var(--white);
}
a:hover,
a:focus {
    color: var(--color-10rule);
}
nav {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

/* Header before navbar */
.container-box-partners {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .partner-box {
    flex: 1 1 300px; /* responsive sizing */
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .partner-box img {
    max-width: 100%;
    height: auto;
  }

/* 
    GENERAL
*/
header,
footer {
    width: 100%;
    color: var(--white);
    margin: 0;
    padding: 1rem 0;
}

header a:hover,
header a:focus {
    color: var(--color-30rule);
}

.container {
    max-width: 1200px;
}

.row-checkbox {
    padding-top: 20px;
    padding-bottom: 15px;
}

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

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

h1,
h2,
p {
    text-align: center;
    font-weight: var(--font-weight-normal);
    color: var(--white);
}

h1 {
    font-size: var(--h1-size);
    font-weight: bold;
    padding: var(--block-padding);
}
h2 {
    font-size: var(--h2-size);
    padding: var(--block-padding);
}
p {
    font-size: var(--main-font-size);
}

.premii {
    padding: 2rem 0;
}

/* 
    MODAL 
*/
.modal.show {
    display: block;
}
.modal-backdrop.show {
    display: none;
    opacity: 0.5;
}
.modal-backdrop.fade {
    opacity: 0;
    display: none;
}
body.modal-open .modal-backdrop {
    display: none;
    opacity: 0.5;
}
.modal-dialog {
    max-width: 500px;
    top: 50%;
    left: 0;
    position: relative;
    width: auto;
    pointer-events: none;
    transform: translate(0%, -50%) !important;
}
.modal-header {
    border-bottom: 0px;
}

/* Header Section */
.hero-section {
    background: url("../img/bg-header.png") no-repeat center center/cover;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Glassmorphism navbar */
.glass-navbar {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 0.7rem 2rem; 
    overflow: hidden;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  }

.glass-navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-navbar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

  .glass-navbar .nav-link {
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    position: relative;
    transition: all 0.3s ease;
    padding: .5em 1em;
  }

  .glass-navbar .nav-link.active {
    color: #000;
  }

  /* Hover underline effect */
  .glass-navbar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background: #ffcc99;
    border-radius: 2px;
    transition: width 0.3s ease-in-out;
  }

  .glass-navbar .nav-link:hover::after {
    width: 100%;
  }

  .glass-navbar .navbar-nav {
    flex-direction: row;
    text-align: center;
    margin: 0 auto;
  }

  .action-cta {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    padding: 8px 16px;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid black;
    background: black;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin-bottom: 40px;
  }

  .action-cta:hover {
    transform: scale(1.05);
    color: var(--white);
    text-decoration: none;
  }

.action-cta:active {
    box-shadow:
      inset 0 2px 4px rgba(0,0,0,0.5),
      inset 0 0 3px rgba(255,255,255,0.25),
      0 1px 2px rgba(0,0,0,0.6);
}

.hero-main-title {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 35px;
}

.hero-main-title strong {
    color: #F9B48A;
}

/* 
    FORM
*/

input.form-control,
textarea.form-control {
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
}
.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    /* margin-bottom: var(--block-margin); */
}
.custom-control-label {
    display: block;
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-radius: 50%;
    border-color: var(--color-10rule);
    background-color: var(--color-10rule);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--color-10rule);
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: var(--color-10rule) solid 1px;
}

.custom-control-description {
    font-size: 1.15rem;
    font-family: var(--main-font);
    line-height: 1.75;
    color: var(--white);
    margin-left: 60px;
    height: 60px;
    display: inline-block;
}

.custom-control-description a {
    color: var(--darker-blue);
}

#results {
    color: var(--color-60rule);
}

#text-errors {
    color: var(--color-10rule);
    padding: var(--block-margin) 0 0;
    font-size: 30px;
    padding: 20px 0;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-group label {
    position: relative;
    display: inline-flex;
    color: var(--white);
    font-family: var(--main-font);
    font-size: 1.15rem;
}

.form-control,
input.form-control {
    height: 60px;
    color: var(--white);
    border: 4px solid var(--color-60rule);
    background-color: var(--color-10rule);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

textarea.form-control {
    height: 200px;
    color: var(--white);
    border: 4px solid var(--color-60rule);
    background-color: var(--color-10rule);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}
input.form-control:not(:placeholder-shown),
textarea.form-control:not(:placeholder-shown),
input.form-control:focus,
textarea.form-control:focus {
    border-color: var(--color-60rule);
    background-color: var(--color-60rule);
    outline: 0;
    color: var(--white);
    box-shadow: 0px 0px 10px 1px rgb(193 3 4 / 20%),
        0px 0px 15px 2px rgb(252 60 68 / 30%),
        0px 0px 10px 15px rgb(151 0 1 / 10%),
        0px 10px 5px 0px rgb(193 3 4 / 20%),
        inset -2px -2px 3px 0px rgb(151 0 1 / 0%);
}

.form-control::placeholder {
    color: white;
}


.info {
    font-family: var(--main-font);
    padding: 0;
    text-align: center;
    color: var(--white);
    font-size: calc(var(--h2-size) / 3);
}

.custom-control {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 15px;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-control-input {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 4px solid var(--color-60rule);
    background-color: var(--color-10rule);
    border-radius: 0;
    width: 60px;
    height: 60px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 70% 75%;
    background-size: 70% 75%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJtMzQgMjguOCAyMy41IDIzLjZjLjMuNC41IDEgLjUgMS41IDAgLjYtLjIgMS0uNSAxLjRsLTEuNiAxLjVjLS4zLjQtLjguNi0xLjMuNi0uNiAwLTEuMS0uMi0xLjUtLjZMMjkuNCAzMy4xIDYgNTYuOGMtLjUuNC0xIC42LTEuNi42LS41IDAtMS0uMi0xLjMtLjZsLTEuNi0xLjVjLjMtLjQtLjUtLjgtLjUtMS40IDAtLjYuOC0xIC41LTEuNWwyMy43LTIzLjZMMS40IDUuMmMuMy0uNC0uNS0xLS41LTEuNSAwLS42LjgtMSAuNS0xLjRMMyAuOGMuMy0uNC44LS41IDEuMy0uNS42IDAgMS4xLjEgMS42LjVsMjMuNSAyMy41TDUzLjEuOGMuNC0uNC45LS41IDEuNS0uNS41IDAgMSAuMSAxLjMuNWwxLjYgMS41Yy4zLjQuNS44LjUgMS40IDAgLjYtLjIgMS0uNSAxLjVMMzMuOSAyOC44WiIvPgo8L3N2Zz4K");

    border-color: var(--color-60rule);
    background-color: var(--color-60rule);
    box-shadow: 0px 0px 10px 1px rgb(193 3 4 / 20%),
        0px 0px 15px 2px rgb(252 60 68 / 30%),
        0px 0px 10px 15px rgb(151 0 1 / 10%),
        0px 10px 5px 0px rgb(193 3 4 / 20%),
        inset -2px -2px 3px 0px rgb(151 0 1 / 0%);
}

.content-formular {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px) saturate(180%);
        -webkit-backdrop-filter: blur(15px) saturate(180%);
        border: 1px solid rgba(255,255,255, 0.15);
}

.form-main-title,
.form-title {
    font-family: var(--main-font);
    color: var(--white);
    padding-bottom: 1em;
    padding-top: 1em;
}
.navbar-brand-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .item-footer {
    color: var(--color-10rule);
    font-weight: 700;
    font-family: var(--main-font);
}

footer .nav-link:hover,
footer .nav-link:focus,
footer .nav-link:active {
    color: #222222;
}

.navbar-brand-footer img {
    width: 100%;
    max-width: 100px;
    display: block;
}

.header-menu {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
}

.header-menu .castigatori-vr {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.header-menu .castigatori-vr:hover {
    color: var(--color-60rule);
    text-decoration: none;
}

.participa-acum {
    position: relative;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.weekly-prizes {
    background-color: #C10304;
    padding: 40px;
    border-radius: 40px;
    /* backdrop-filter: blur(8px); */
}

.weekly-prizes h3, .winners-vr h3 {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.winners-vr h3 {
    padding-bottom: 20px;
}

.weekly-prizes p {
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
    margin-bottom: 0;;
}

.winners-vr .winner-concurs {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    padding:10px 0;
    border-radius: 4px;
    border: 1px solid var(--color-60rule);
    margin-bottom: 10px;
}

.weekly-prizes ul {
    list-style-type: none;
    padding-bottom: 20px;
}

.weekly-prizes li {
    font-size: 1rem;
    color: white;
}

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

.img-prizes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    grid-gap:20px;
}

.img-prizes p {
    font-size: 1rem;
    color: white;
    font-weight: normal;
}

.weekly-prizes p span {
    font-weight: lighter;
    font-size: .9rem;
}

.img-prizes img {
    display: block;
}

.kaufland-anv {
    padding-top: 40px;
}

.hero-paragraph {
    position: relative;
}

.second a {
    color: var(--white);
}

.second:hover{
    color: var(--black);
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid var(--color-10rule);
    border-right: 5px solid var(--color-10rule);
    transform: rotate(45deg);
    margin: -10px;
    animation: scroll 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -.2s;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.mobile-view {
    display: none;
}

.premii-vr {
    background-color: var(--color-60rule);
    padding: 40px;
}

.winners-vr {
    background-color: #fc3c44;
    padding: 40px 0;
}

.winners h5 {
    min-width: 300px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid var(--color-10rule);
    padding: 5px 10px;
}

@media (min-width: 640px) {
    .premii {
        min-height: 40vh;
    }
    .main-headline {
        padding-top: var(--block-padding);
        min-height: 40vh;
    }
		.footer-img {
			max-width: 450px;
		}
}
@media (max-width: 500px) {
    .header-img-2023 {
        max-width: 200px;
    }

    .hero-paragraph {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .hero-main-title {
        font-size: 25px;
        line-height: 1.3;
        padding:40px 0;
    }

    .mobile-view {
        display: block;
    }

    .img-prizes {
        flex-direction: column;
    }

    .img-prizes img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .weekly-prizes {
        padding-left: 0;
        padding-right: 0;
    }

    .premii-vr .container {
        padding-left: 0;
        padding-right: 0;
    }

    .img-prizes {
        flex-direction: column;
    }

    .img-prizes img {
        height: 100%;
    }

    .glass-navbar {
        padding: 15px 0;;
    }

    .glass-navbar .nav-link {
        font-size: .7em;
    }

    .campaign-form {
        padding-bottom: 0;
    }

    .content-formular {
        border-radius: 0;
    }

    .submitButton {
        margin: 40px auto;
    }

    .container-box-partners {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}




/* Select concurent */
.blue-ring {
    border: solid 2px var(--white);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: auto;
}

.red-ring {
    border: solid 3px var(--betano-primary-color-dark);
    border-radius: 50%;
    height: 196px;
    overflow: hidden;
}

.white-ring {
    border: solid 5px var(--betano-primary-color-light);
    border-radius: 50%;
    height: 190px;
    overflow: hidden;
}

#selectConcurent {
    text-align: center;
}

.answers {
    margin: 5px;
    display: inline-block;
}

.answers .custom-radio {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.answers .custom-control-description {
    color: var(--betano-primary-color-dark);
    position: relative;
    margin: 15px auto;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bolder;
    text-transform: var(--heading-text-transform);
}

.answers input[type=checkbox],
input[type=radio] {
    visibility: hidden;
    display: none;
}   

.answers .selected {
    box-shadow: 0px 0px 0px 5px #C74F00;
}

.img-concurent {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
}

/* end select concurent */

.content-formular {
    background-color: var(--betano-primary-color-light);
    padding: var(--block-padding);
}

.content-formular .container {
    max-width: 1280px;
}

.form-main-title, .form-title {
    color: #000;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
}

.vot-concurent {
    font-family: var(--main-font);
    font-weight: var(--montserrat-normal-font-weight);
    font-size: var(--paragraph-size);
    color: var(--betano-primary-color-dark);
}

.form-section {
    display: block;
    height: auto;
    overflow: hidden;
    background-color: var(--tchibo-color-30rule);
    background-image: linear-gradient(
        top,
        var(--tchibo-color-60rule) 400px,
        var(--tchibo-color-30rule) 400px
    );
    background-image: -moz-linear-gradient(
        top,
        var(--tchibo-color-60rule) 400px,
        var(--tchibo-color-30rule) 400px
    );
    background-image: -webkit-linear-gradient(
        top,
        var(--tchibo-color-60rule) 400px,
        var(--tchibo-color-30rule) 400px
    );
}

.card-container {
  display: grid;
  gap: 1rem;
  
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
}

@media (min-width: 1024px) {
  .card-container {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

.card {
  text-align: center;
  border-radius: 40px;
  border: 1px solid var(--color-10rule);
    cursor: pointer;
}
.card:hover {
    box-shadow: 0px 0px 10px 1px rgb(193 3 4 / 20%),
        0px 0px 15px 2px rgb(252 60 68 / 30%),
        0px 0px 10px 15px rgb(151 0 1 / 10%),
        0px 10px 5px 0px rgb(193 3 4 / 20%),
        inset -2px -2px 3px 0px rgb(151 0 1 / 0%);
}

.card .img-concurent {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-position: top;
}

.card .info-concurent {
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    align-items: center;
}

.card .info-concurent .nume-concurent {
    font-weight: bold;
}

.card .info-concurent .button-voteaza {
    width: 100%;
    font-weight: bold;
    border-radius: 40px;
    padding: 10px 20px;
    color: white;
    background-color: var(--color-10rule);
    cursor: pointer;
}

.form-default {
    padding: 3rem;
    background-color: #FC6C36;
    border-radius: 40px;
    margin: 2rem 0;
    animation: fade .3s linear;
    opacity: 0;
}
@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}   
.form-default .chosen-info {
    font-family: var(--main-font);
    color: var(--white);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .9rem;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  background: #fff;
  color: #111;
  cursor: pointer;
  user-select: none;
  transition: transform .08s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  text-decoration: none;
  font: 500 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.back-btn .icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.back-btn:hover {
  background: #fff;
  border-color: #fff;
}

.back-btn:active {
  transform: translateY(1px);
}

.back-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 120, 240, .25);
  border-color: #8cbcff;
}
.back-btn.icon-only span { display: none; }
.back-btn.icon-only { padding: .5rem; }
.back-btn.icon-only .icon { width: 22px; height: 22px; }


.form-default .chosen-info strong {
    font-weight: bold;
    font-size: 1.6rem;
}

.form-default .form-main-title {
    color: var(--white);
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-top: 0;
}

.form-default .form-group label {
    display: flex;
    align-items: center;
}

.form-default .form-control, input.form-control {
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    height: 50px;
    color: var(--white);
    border: 4px solid var(--white);
    background-color: transparent;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}
.form-default input.form-control:not(:placeholder-shown),
.form-default textarea.form-control:not(:placeholder-shown),
.form-default input.form-control:focus,
.form-default textarea.form-control:focus {
    outline: 0;
    color: var(--white);
    box-shadow: none;
}

.form-default .custom-control-description {
    color: var(--white);
    font-weight: normal;
    font-size: 1.1rem;
    height: auto;
}


.form-default .custom-control-indicator {
    border: 4px solid var(--white);
}
.form-default .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    box-shadow: none;
}

.hidden {
    display: none;
}

.inscriere-info {
    margin: 1rem auto;
    padding: 1rem;
}
.inscriere-info h3 {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}
.inscriere-info ul {
    list-style-type: none;
}
.inscriere-info p {
    text-align: center;
    font-size: 1rem;

}

.premii {
    background: url("../img/bg-header.png") no-repeat center center/cover;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: white;
    text-align: center;
    padding: 20px;
}

@media (max-width: 500px) {
    .glass-navbar {
        padding: 15px 0;
        margin: 0 -15px;
    }
    .glass-navbar .nav-link {
        padding: .5em 0.7em;
    }
    .card .info-concurent .button-voteaza {
        font-size: 0.8rem;
    }
    .content-formular {
        padding: 0.5rem;
        margin: 2rem auto;
    }
    .form-default {
        padding: 1rem;
        margin: 0.2rem auto;
    }
    .form-default .action-cta {
        margin-bottom: 10px;
    }
}

#tapad_url {
		display: none;
		height: 0;
}

