.left-form-wrapper {
    padding: 36px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    width: 60%;
}

.right-summary-wrapper {
    width: 40%;
}

.trip-form {
    display: flex;
    gap: 27px;
}

.paketas-dropdown-wrapper {
    margin-bottom: 16px;
    width: 58.5%;
}

.inputas {
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
    height: 60px;
    font-size: 15px;
    line-height: 21px;
    color: #898989;
    font-weight: 500;
}

.select2-selection {
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
    height: 60px !important;
    align-content: center !important;
}

.select2-selection__arrow {
    height: 60px !important;
    right: 16px !important;
}

.select2-dropdown.select2-dropdown--below {
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding: 6px;
}

.select2-dropdown.select2-dropdown--above {
    overflow: hidden;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding: 6px;
}

.select2-results__option--highlighted,
.select2-results__option--selected {
    border-radius: 10px;
    background-color: #FDFBFF !important;
    border: 1px solid #f2f2f2 !important;
    color: #090825 !important;
    font-weight: 500;
}

.select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.select2-results__option {
    border: 1px solid #ffffff;
    transition: background-color 0.3s ease, font-weight 0.2s ease, transform 0.2s ease !important;
    font-size: 15px;
}



.select2-selection__rendered {
    height: inherit;
    align-content: center;
    color: #898989 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 500 !important;
    padding-left: 16px !important;
}

.dvigubas {
    display: flex;
    justify-content: space-between;
    gap: 11px;
}

.dvigubas .wrapper {
    width: 50%;
}

.flatpickr {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    overflow: auto;
    padding: 17px;
}

.flatpickr-range {
    flex-grow: 1;
    border: none !important;
    outline: none;
    font-size: 15px;
    line-height: 21px;
    color: #898989;
    font-weight: 500;
    padding: 0 !important;
}

.trip-form input {
    outline-color: #E6D4FF;
}

.select2-search__field {
    border: none !important;
}

.flatpickr-current-month {
    display: flex !important;
    justify-content: center;
    gap: 20px;
}

.input-button {
    cursor: pointer;
    margin-left: 10px;
    color: #999 !important;
}

.label-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.activities {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.activities input {
    margin-right: 11px;
    accent-color: #9747FF;
}

.activities label {
    color: #090825;
    font-size: 15px;
    line-height: 21px;
}

.top-pramoga {
    background-color: #FBF565;
    padding: 6px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8px;
}

.hotel-attributes {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.hotel-attributes input {
    margin-right: 11px;
    accent-color: #9747FF;
}

.hotel-attributes label {
    color: #090825;
    font-size: 15px;
    line-height: 21px;
}


/* Keliones biudzeto css */
.slider-container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 40px;
}

.budget-output {
    position: absolute;
    top: 5px;
    background-color: #9747FF;
    color: white;
    padding: 6px 9px;
    border-radius: 5px;
    font-size: 10px;
    transform: translateX(-50%);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    color: #898989;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    border-radius: 2px;
}

input[type=range]::-moz-range-track {
    height: 1px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #9747FF;
    border-radius: 50%;
    margin-top: -6px;
}

.paketas-dropdown-wrapper .select2-selection__rendered {
    padding: 25px 32px !important;
}

ul.select2-results__options li.select2-results__option {
    padding: 12px 32px !important;
}

.paketas-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.paketas-selection-img,
.paketas-option .paketas-img {
    max-width: 20px !important;
    min-width: 20px;
    max-height: 20px;
    min-height: 20px;
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.paketas-dropdown-wrapper .select2-selection {
    border-radius: 10px !important;
    background-color: #FBF7FF !important;
    border-color: #E6D4FF !important;
}

.paketas-selection-post-title {
    background-color: #9747FF;
    border-radius: 5px;
    padding: 6px;
    color: #ffffff;
    font-size: 12px;
    line-height: 125%;
}

.paketas-selection-title {
    font-size: 15px;
    font-weight: 600px;
    color: #090825;
}

.paketas-option .paketas-title {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.paketas-selection {
    width: 95%;
}

.paketas-dropdown-wrapper b {
    border-color: #9747FF transparent transparent transparent !important;
}

.paketas-dropdown-wrapper .select2-dropdown.select2-dropdown--below {
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding: 6px;
}

/* Kad selected laukelyje neišlūžtų */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.right-summary-wrapper {
    height: fit-content;
    padding: 40px 32px 25px 32px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}

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

.summary-content h3 {
    color: #090825;
    font-weight: 600;
    font-size: 35px;
}

.summary-content .packetas-name {
    color: #090825;
    font-size: 15px;
    line-height: 21px;
}

.summary-content h4 {
    color: #090825;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.summary-content .preliminary-cost {
    display: flex;
    flex-direction: column;
}

.summary-content .price {
    color: #9747ff;
    font-size: 40px;
    font-weight: 600;
}

.price-info2 {
    font-size: 13px;
    color: #090825;
    line-height: 21px;
}

.submit-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
}

.submit-wrapper .response-time {
    font-size: 12px;
}

.submit-wrapper .final-submit-btn,
.submit-wrapper .new-request-btn {
    border-radius: 30px;
    background-color: #9747FF;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.submit-wrapper .final-submit-btn:hover,
.submit-wrapper .final-submit-btn:focus,
.submit-wrapper .new-request-btn:hover,
.submit-wrapper .new-request-btn:focus {
    background-color: #7F30E5;
}


.submit-wrapper img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.submit-wrapper .final-submit-btn span {
    font-size: 14px;
    color: #ffffff;
}

.contact-form-text {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #090825;
}

.checkbox-label {
    margin-top: 24px;
    font-size: 13px;
    line-height: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-label .rules-checkbox {
    accent-color: #9747FF;
}

.papildomas {
    height: auto;
}

.checkbox-label .rules-checkbox {
    margin-right: 12px;
}

.checkbox-label a {
    margin-left: 5px;
    text-decoration: underline !important;
    color: #9747FF;
}

.checkbox-label a:hover {
    color: #7F30E5;
}



.error-message {
    color: #e63946;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.input-error {
    border-color: #e63946 !important;
}

.checkbox-label .error-message {
    width: 100%;
}

.success-message {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.success-message h3 {
    font-size: 35px;
    color: #090825;
}

.success-message .success-tekstas {
    font-size: 15px;
    line-height: 21px;
    color: #090825;
}

.success-message .new-request-btn {
    color: #fff;
}

@media (max-width: 768px) {
    .paketas-dropdown-wrapper {
        width: 100%;
    }

    .paketas-dropdown-wrapper .select2-selection__rendered {
        padding: 20px 16px !important;
        white-space: normal !important;
    }

    .paketas-selection-title {
        font-size: 12px;
        line-height: 1.25em;
    }

    .paketas-selection {
        gap: 16px !important;
    }

    .paketas-selection-post-title {
        white-space: nowrap !important;
        font-size: 10px;
        margin-right: 10px;
    }

    .trip-form {
        flex-direction: column;
    }

    .left-form-wrapper {
        width: 100%;
        padding: 20px;
    }

    .dvigubas {
        flex-direction: column;
    }

    .dvigubas .wrapper {
        width: 100%;
    }

    .right-summary-wrapper {
        width: 100%;
    }
}