body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #0b0b0b ;
    color: white;
}
.form_bg{
    border-radius: 16px;
    background: rgba(232, 244, 238, 1);
    color: rgba(11, 11, 11, 1);
    max-width: 1140px;
    width: calc(100% - 196px);
    padding: 0px 98px;
    background-image: url(https://cloud.devtome.top/domains/prizeme.club/w/form/img/BG.svg);
}

.text-center{
    text-align: center;
}
.form_body__block{
    max-width: 460px;
}
.end_sender{
    font-size: 18px;
    font-weight: 400;
}
.end_sender input{
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    background-color: rgba(195, 195, 195, 1);
    color: rgba(46, 46, 46, 1);
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(195, 195, 195, 1);
    font-family: 'Inter', Arial, sans-serif;
    position: relative;
    text-transform: capitalize;
}
.end_sender p{
    margin-top: 16px;
    margin-bottom: 8px;
}
.end_sender{
    position: relative;
    display: inline-block;
    width: 100%;
}

.end_sender input {
    width: 100%;
    padding-right: 30px; /* Add space for the icon */
}

.end_sender::after {
    content: '';
    background: url(https://cloud.devtome.top/domains/prizeme.club/w/form/img/Lock.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.form_subTitle{
    margin-bottom: 0;    
}
.seal_block{
   max-width: 324px;
   position: relative;
}
.seal_block img{
    position: absolute;
    top: 0;
    right: -140px;
}
.data1{
    margin-top: 50px;
    padding-bottom: 40px;
}
.form_body {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.pers_send p{
    margin-top: 16px;
    margin-bottom: 8px;
}
.pers_send input{
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    background-color: rgba(195, 195, 195, 0);
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(195, 195, 195, 1);
    font-family: 'Inter', Arial, sans-serif;
    position: relative;
    text-transform: capitalize;
}
.label_radio_wr {
    display: flex;
    flex-direction: column;
        row-gap: 16px;
}
label.label.label_checkbox {
    display: flex;
    flex-direction: column;
}
span.new_checkboxWr.mt-1.f_16 {
    display: flex;
    align-items: flex-start;
}
.label_radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding-left: 30px; /* простір під кастомне коло */
  font-size: 16px;
}

.label_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.new_radio {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #0b0b0b;
    border-radius: 50%;
    transition: 0.2s;
}

.label_radio input[type="radio"]:checked ~ .new_radio::after {
content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7b23ff;
}

.label_radio:hover .new_radio {
  border-color: #007bff;
}
.new_checkboxWr {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 1.4;
}

.new_checkboxWr input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.new_checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #0b0b0b;
    border-radius: 4px;
    background-color: #fff;
    transition: 0.2s;
    margin-top: 2px;
    flex-shrink: 0;
}

.new_checkboxWr input[type="checkbox"]:checked + .new_checkbox::after {
    content: "";
    position: absolute;
    left: 11px;
    top: -7px;
    width: 6px;
    height: 21px;
    border: solid rgba(123, 35, 255, 1);
    border-width: 0px 3px 3px 0;
    transform: rotate(45deg);
}

.new_checkboxWr:hover .new_checkbox {
  border-color: #007bff;
}
.form_bottom{
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 30px;
    column-gap: 20px;
    margin-left: 97px;
}
.btn_send{
    width: 100%;
    max-width: 360px;
    border-radius: 8px;
    background: linear-gradient(90deg, #9FFFC2 0%, #49FF8B 100%);
    padding: 16px 24px;
    border: none;
    color: #0b0b0b;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    opacity: 0.5;
    pointer-events: none;    
}
.btn_send.active {
    opacity: 1;
    pointer-events: all;
}
.errore{
    border: 2px solid rgba(255, 0, 0, 1) !important;
}
.dop_info {
    position: absolute;
    transform: rotate(270deg);
    right: -246px;
    top: 36%;
}
.seal_block_1{
        display: none;
    }
.br-none {
    display: none;
}
.current_dateWr{
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400px;
}
   .data1_none{
        display: none;
    }
@media screen and (max-width: 1025px) {
    .form_body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    }
    .form_bg {
    border-radius: 16px;
    background: rgba(232, 244, 238, 1);
    color: rgba(11, 11, 11, 1);
    max-width: 768px;
    width: calc(100% - 522px);
    padding: 0px 98px;
    margin: 0 auto;
    background-image: url(https://cloud.devtome.top/domains/prizeme.club/w/form/img/BG.svg);
}
.label_checkbox{
    margin-bottom: 50px;
}
}
@media screen and (max-width: 500px) {
    .container {
        max-width: calc(100% - 0px) !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
        .form_bg {
        border-radius: 0px;
        background: rgba(232, 244, 238, 1);
        color: rgba(11, 11, 11, 1);
        max-width: 500px;
        width: calc(100% - 30px);
        padding: 0px 15px;
        margin: 0 0;
        background-image: url(https://cloud.devtome.top/domains/prizeme.club/w/form/img/BG.svg);
    }
    .end_sender{
        font-size: 16px;
    }
    .end_sender input {
    font-size: 14px;
    }
    .seal_block{
        display: none;
    }
    .seal_block_1{
        display: block;
    }
    .sb_none{
        display: none;
    }
    .dop_info {
        right: -117px;
        top: 36%;
    }
    .form_bottom {
            display: flex;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 0px;
        column-gap: 0px;
        margin-left: 0px;
        flex-direction: column;
        text-align: center;
        position: fixed;
        bottom: 0;
        height: 176px;
        z-index: 11;
        width: 100%;
        background-color: #0b0b0b;
    }
    .br-none {
        display: block;
    }
    .md-br-none {
        display: none;
    }
    .btn_page.btn_page__green.btn_form {
        width: calc(100% - 30px);
        display: flex;
        justify-content: center;
    }
    .btn_send {
        width: 100%;
        max-width: 320px;
        border-radius: 8px;
        padding: 16px 8px;
        /* pointer-events: none; */
    }
    .seal_block_1 img {
        position: absolute;
        right: 0;
        bottom: 17px;
        width: 186px;
    }
    .data1 {
        margin-top: 30px;
        padding-bottom: 40px;
        width: 100%; 
    }
    .current_dateWr{
        font-size: 14px;
    }
    .data1_none{
        display: block;
    }
    .form{
        margin-bottom: 228px;
    }
    .form_subTitle {
        margin-bottom: 0;
        margin-top: 0;
    }
}