.new-form-popup__wrapper p.new-form-popup__subtitle {
    color: #727272;
}

.new-form-popup--opened .new-form-popup {
    /* background-color: #000; */
}

.new-form-popup_right-block label span,
.new-form label input,
.new-form label input::placeholder,
.new-form__radio-group.whatsapp span,
.new-form-popup_right-block label p,
.new-form-popup_right-block_inner.borderred span,
.new-form-popup_left label span,
.new-form_radio-top p,
.new-form_radio-top span {
    /* color: #fff !important; */
}

.new-form-popup_left label span {
    margin-bottom: 10px;
    display: block;
}

.new-form_radio-top span {
    /* border-color: #C30D0D !important; */
}

.new-form input[type="submit"]:hover:not(.new-form__submit--invalid) {
    /* background-color: #C30D0D; */
}

.new-form label textarea,
.new-form label input {
    /* border: 1px solid #fff; */
    /* background-color: transparent; */
}
.new-form__radio-group_wrapper label.checked,
.new-form label input .new-form__input--invalid {
    /* background-color: transparent; */
    /* border-color: #C30D0D; */
}
.new-form__radio-group_wrapper.borderred label:first-child {
    border-right: 1px solid #000;
}
.new-form__radio-group_wrapper label.checked {
    border-color:#000;
}

/* MERGE HERE 24-10-2023 */
div.new-form-popup_left-inputs > p,
div.new-form-popup_right-block > p {
    /* color: #fff; */
}


.new-form-popup_right-block_inner.borderred label:last-child,
.new-form__radio-group.borderred label:nth-child(3) span {
    /* border-left: 1px solid #C30D0D; */
}
.new-form__radio-group_wrapper.borderred label:first-child,
.new-form-popup_right-block_inner.borderred label:first-child,
.new-form__radio-group.borderred label:nth-child(1) span {
    /* border-right: 1px solid #C30D0D; */
}
.new-form__radio input:checked + span,
.new-form-popup_right-block label.checked { 
    /* border-color: #C30D0D !important; */
}

#viewing_datetime::after, .charter_type--hourly label:first-child::after, .charter_type--daily label:first-child::after, .charter_type--daily label:nth-child(2)::after {
    top: 37px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M2.5 12C2.5 8.22876 2.5 6.34315 3.67157 5.17157C4.84315 4 6.72876 4 10.5 4H14.5C18.2712 4 20.1569 4 21.3284 5.17157C22.5 6.34315 22.5 8.22876 22.5 12V14C22.5 17.7712 22.5 19.6569 21.3284 20.8284C20.1569 22 18.2712 22 14.5 22H10.5C6.72876 22 4.84315 22 3.67157 20.8284C2.5 19.6569 2.5 17.7712 2.5 14V12Z' stroke='%23fff'/%3E%3Cpath d='M7.5 4V2.5' stroke='%23fff' stroke-linecap='round'/%3E%3Cpath d='M17.5 4V2.5' stroke='%23fff' stroke-linecap='round'/%3E%3Cpath d='M3 9H22' stroke='%23fff' stroke-linecap='round'/%3E%3C/svg%3E");
}

.new-form textarea:focus, .new-form input:focus, .new-form .select:focus {
    outline: 3px solid #000;
}

.new-form-popup__bot input:not(.new-form__submit--invalid) {
    background-color: #000 !important;
}

.iti__flag-box, .iti__country-name,
.new-form-popup__bot .new-form__small-comment {
    color: #000 !important;
}
p.new-form-popup__title {
    /* color: #C30D0D !important; */
}
.new-form-popup__wrapper p.new-form-popup__subtitle {
    color: #727272;
}

/* MERGE 24-10-2023 */
.new-form__radio-group.whatsapp .new-form__radio-group_wrapper span {
    margin-bottom: 0;
}
.new-form_radio-top .new-form__radio-group,
fieldset.new-form-popup_right-block_inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 8px;

    border: 1px solid #000;
}
.new-form_radio-top .new-form__radio-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-form_radio-top .new-form__radio-group span {
    height: 40px;
}
.new-form_radio-top .new-form__radio-group label,
.new-form_radio-top .new-form__radio-group label span,
.new-form-popup_right-block_inner label {
    border: none !important;
}

.new-form_radio-top .new-form__radio-group.borderred span,
.new-form_radio-top .new-form__radio-group label span,
.new-form-popup_right-block_inner.borderred span,
.new-form-popup_right-block label span {
    color: rgba(9, 7, 7, 0.60) !important;
    font-weight: 600;
    transition: .4s;
}
.new-form_radio-top .new-form__radio input:checked + span {
    border-radius: 14px !important;
    background-color: #090707;
    color: #fff !important;
}
.new-form-popup_right-block label {
    height: fit-content;
    padding: 11px 15px;
    transition: 0.4s;
}
.new-form-popup_right-block_inner label p {
    display: none;
}
.new-form-popup_right-block fieldset.new-form__radio-group {
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border: 1px solid #000;
}
.new-form-popup_right-block label.checked {

    border-radius: 14px;
    background-color: #090707;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-form-popup_right-block label.checked span {
    color: #fff !important;
}

.new-form_popup-top {
    max-width: 912px;
    width: 100%;
}

/*
.new-form-popup__wrapper p.new-form-popup__subtitle {
    color: #727272;
} */
