.form-holder {
    display: flex;
    flex-direction: column;
    background-color: #005096;
    /*color: #fff;*/
}
.text-white {
    color: #fff;
}

.title-holder {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.title-holder h2 {
    font-size: 26px;
    font-weight: bold;
}
.input-holder{
    display: flex;
    flex-direction: row;
    width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subtitle {
    flex-basis: 100%;
    margin-top: 20px;
    font-size: 18px;
}
.input-item {
    flex-basis: 45%;
    width: 45%;
    padding-top: 10px;
}

.question-item {
    flex-basis: 100%;
    width: 100%;
    padding-top: 10px;
}
.input-item input {
    width: 100%;
}
.captcha-holder {
    position: relative;
}
.captcha-holder .captcha {
    position: absolute;
    right: 2%;
    top: 60px;
    height: 30px;
    width: auto;
}
.inp {
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
}
.accord-holder {
    flex-basis: 100%;
    padding: 15px 0;
}
.send-holder{
    flex-basis: 100%;
}
.send-holder .send {
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: #c92128;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 70px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.input-item label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5;
    padding: 5px 0;
}

.question-item label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5;
    padding: 5px 0 0;
}

.question-item textarea {
    width: 80%;
    flex-basis: 80%;
}

.question-item.captcha-holder .captcha{
    left: 20%;
}

.question-item.captcha-holder label{
    margin-bottom: 5px;
}

.validator {
    color:#f4484f;
    font-weight: 600;
    display: block;
}
.text-red {
    color:#f4484f;
}

.details {
    margin: 50px 10px 50px 10px;
}

.separator {
    border: 3px solid #f4484f;
    width: 35%;
    margin-left: 0;
}

.logo {
    align-self: flex-end;
    height: auto;
}

.chosen-container {
    width: 100%!important;
    font-size: 18px;
    line-height: 1;
}

.chosen-container-single .chosen-single {
    height: 45px;
    padding-top: 12px;
}

.chosen-container-single .chosen-single span {
    display: inline;
    color: #6c757d;
    font-size: 18px;
    padding-top: 5px;
}

.square-1 {
    background-color: red;
}
.square-2 {
    background-color: orangered;
}
.square-3 {
    background-color: orange;
}
.square-4 {
    background-color: yellowgreen;
}
.square-5 {
    /*background-color: green;*/
    background-color: #02b002;

}
.square-6 {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #977936 62.5%, #977936 100%);
}
.square.large {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 25px;
    margin-right: 10px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    margin-top:20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.square.large:hover {
    border: 2px solid;
}

.square.large.checked {
    border: 2px solid;
}
.radio-option {
    display: inline-block;
    margin-right: 20px; /* spațiu între opțiuni */
    vertical-align: middle;
}
.event-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.image-holder {
    text-align: center;
}

.text-white.title {
    font-size: 28px;
}

@media screen and (max-width: 1230px) {
    .input-holder{
        width: 90%;
    }
    .input-item {
        flex-basis: 100%;
        width: 100%;
    }

    #referrer {
        width: 100%;
    }
}