.personal-questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.title-h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--clr-font-tl);
}

.col-personal-info-lp,
.col-personal-info {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 30px;
    margin: 30px;
    min-height: 70rem;
    width: 28%;
}

.col-personal-info-lp {
    min-height: auto;
}

.col-payment {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 30px;
    margin: 30px;
    width: 100%;
}

.col-personal-info-title {
   display: flex;
   justify-content: center;
   align-content: center;
   margin-bottom: 40px;
}

.col-personal-info-title-img {
    width: 65px;
    padding: 5px;
    margin-right: 20px;
}

.title-btns {
    display: flex;
    border-radius: 8px;
}

.title-btn-width {
    width: 30%;
}

.btn-half-width {
    width: 49%;
}

.date-of-birth {
    display: flex;
}

.date-of-birth .form-group:first-child,
.date-of-birth .form-group:last-child {
    width: 50%;
}

.date-of-birth .form-group:first-child {
    margin-right: 20px;
}

.col-company {
    min-height: 56rem;
}

.label-personal-info,
.label-payment {
    font-weight: bold;
    margin-left: 0;
}

.label-personal-info {
    margin: 0 0 25px 0;
}

.label-payment {
    text-align: left;
}

.label-wrraper-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.holder-info-inputs {
    text-align: left;
    padding-left: 14px;
    width: 100%;
    height: 41px;
    border: none;
    border-radius: 8px;
    border: solid 1px #d2d2d2;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.holder-inputs:hover,
.holder-inputs:focus,
.holder-info-inputs:hover,
.holder-info-inputs:focus,
.extras-input:hover,
.extras-input:focus {
    border: solid 1px #000;
    cursor: pointer;
}

.holder-info-inputs:focus {
    box-shadow: 0 16px 32px -8px #00000014;
}

.error-inputs {
    border: solid 1px #d72828;
}

.nationality-frequent-driver {
    margin-top: 122px;
}

.check-address-evn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.premium-payer-person {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.col-payment {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 30px;
    margin: 30px;
    width: 94%;
}

.col-payment-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 64px 0;
}

.col-payment-title-img {
    margin-right: 50px;
}

.col-payment-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.col-payment-info-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.col-payment-info-left,
.col-payment-info-right {
    width: 50%;
}

.col-payment-info-row-txt {
    width: 40%;
    margin-right: 30px;
}

.col-payment-info-row-btns,
.col-payment-info-row-select {
    display: flex;
    width: 60%;
}

.col-payment-info-row-btns {
    justify-content: space-between;
}

.payment-border-left {
    border-left: solid 2px #929a92;
}

hr:not([size]).payment-hr {
    border: none;
    border-left: solid 2px #929a92;
    height: 50px;
    width: 1px;
    margin: 0 40px; 
}

.leasing-company {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leasing-company-label,
.leasing-company-group-label {
    font-size: 1.8rem;
    font-weight: bold;
}

.leasing-company-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 53%;
}

.leasing-company-group-label,
.leasing-company-group-input {
    width: 50%;
}

/* Personalizations legal protection */
.panel-row-full-width {
    display: flex;
    width: 100%;
    border-radius: 18px;
}