@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --back-color: #002D62;
    --white-color: #fff;
    --green-color: #5FD62D;
    --theme-color: #973F51;
    --black-color: #111;
    --pdf-bg-color: #f5feff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    overflow-x: hidden;
    -webkit-print-color-adjust: exact;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* border-radius: 10px;*/
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    /*    border-radius: 10px;*/
    background-color: var(--back-color)
}

::-webkit-input-placeholder {
    color: #c3c3c3;
}

.pdf-bg {
    background: var(--pdf-bg-color);
    width: 100%;
}

.pdf-header {
    background: var(--back-color);
    height: 80px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.pdf-content {
    padding: 10px;
}

.pdf-header img {
    width: 120px;
    margin-bottom: 20px;
}

.pdf-area {
    background: var(--white-color);
    border: 1px solid #ddd;
    /* height: 100vh; */
    margin-bottom: 20px;
    padding: 10px;
}

.contact-call {
    background: var(--back-color);
    color: var(--white-color);
    text-align: center;
    margin: 10px;
}

.pdf-header-two {
    background: var(--back-color);
    margin-bottom: 20px;

}

.pdf-header-two p {
    color: var(--white-color);
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.form-group-pdf {
    margin-bottom: 20px;
}

.form-control:focus,
.form-check-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--back-color);
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--back-color);
    border-color: var(--back-color);
}

.check-any .form-check {
    margin-bottom: 10px;
}

.pdf-area .form-check {
    margin-bottom: 10px;

}

.pdf-header-third {
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}

.pdf-form-field {
    margin-bottom: 20px;
}

.pdf-content h4 {
    text-align: center;
    text-decoration: underline;
}

.pdf-header-fourth {
    margin-bottom: 20px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.pdf-content-flex {
    display: flex;
    justify-content: space-evenly;
}

/* 29-07-2024 */

.heading-color {
    color: var(--back-color);
    font-weight: 600;
}

.logo-text p {
    color: var(--white-color);
}

/* #legal_name::placeholder,
#llcein::placeholder,
#llc_representative::placeholder,
#llc_rep_title::placeholder,
#llc_rep_email::placeholder,
#llc_rep_phone::placeholder {
    color: red;
    opacity: 1;

}

input#name_corporation::placeholder,
input#corporate_add::placeholder,
input#city::placeholder,
input#zip::placeholder,
input#state_of_incorporation::placeholder,
input#phone::placeholder,
input#federal_ein::placeholder,
input#state_tax_id::placeholder,
input#email::placeholder {
    color: red !important;
    opacity: 1 !important;
} */

/* for tax organizer personal form validation */
/* input#inputPassword6::placeholder,
input#tax_payer_first_middle_name::placeholder,
input#tax_payer_spouse_first_middle_name::placeholder,
input#tax_payer_last_name::placeholder,
input#tax_payer_spouse_last_name::placeholder,
input#tax_payer_social_security_no::placeholder,
input#tax_payer_spouse_social_security_no::placeholder,
input#tax_payer_email::placeholder,
input#tax_payer_spouse_email::placeholder,
input#tax_payer_work_phone::placeholder,
input#tax_payer_spouse_work_phone::placeholder {
    color: red !important;
    opacity: 1 !important;
} */

/* checkbox disable */
.chek_dis {
    pointer-events: none;
    opacity: 1.5;
    cursor: not-allowed;
}

.cell-phone-other {
    border: 1px solid #ddd;
    outline: none;
    border-radius: 4px;
    padding: 10px;
    width: 60px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}

/* PROGRES-BAR */

.progress {
    --bs-progress-height: 1.5rem !important;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #5fd62d !important;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: 30px !important;
    margin: 4px 0;
}

.progress_bar-section .back,
.next {
    background-color: #002d62;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.progress_top {
    position: sticky;
    top: 0;
    width: 100%;
}

.red {
    color: red;
}

/* PROGRES-BAR */
/* PROGRES-BAR Organizer LLC */
.progress-bar-organizer {
    color: black;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 20px 0;
    position: relative;
}

.progress-organizer {
    width: 0;
    height: 20px;
    background-color: #73f877;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.percentage-organizer {
    color: white;
    position: relative;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
}

.step-organizer {
    display: none;
}

.step-organizer.active-organizer {
    display: block;
}

.buttons-organizer {
    margin-top: 20px;
}

#prevBtn-organizer,
#nextBtn-organizer {
    background-color: #002d62;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.form_button {
    margin-left: 22px;
}

/* PROGRES-BAR Organizer LLC */
/* PROGRES-BAR financial  */
.progress-bar-financial {
    color: black;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 20px 0;
    position: relative;
}

.progress-financial {
    width: 0;
    height: 20px;
    background-color: #73f877;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.percentage-financial {
    color: white;
    position: relative;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
}

.step-financial {
    display: none;
}

.step-financial.active-financial {
    display: block;
}

.buttons-financial {
    margin-top: 20px;
}

#prevBtn-financial,
#nextBtn-financial {
    background-color: #002d62;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.form_button {
    margin-left: 22px;
}

/* PROGRES-BAR financial  */
/* PROGRES-BAR Personal */
.progress-bar-personal {
    color: black;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 20px 0;
    position: relative;
}

.progress-personal {
    width: 0;
    height: 20px;
    background-color: #73f877;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.percentage-personal {
    color: white;
    position: relative;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
}

.step-personal {
    display: none;
}

.step-personal.active-personal {
    display: block;
}

.buttons-personal {
    margin-top: 20px;
}

#prevBtn-personal,
#nextBtn-personal {
    background-color: #002d62;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.form_button {
    margin-left: 22px;
}

/* PROGRES-BAR Personal */

/* PROGRES-BAR Rental */
.progress-bar-rental {
    color: black;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 20px 0;
    position: relative;
}

.progress-rental {
    width: 0;
    height: 20px;
    background-color: #73f877;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.percentage-rental {
    color: white;
    position: relative;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
}

.step-rental {
    display: none;
}

.step-rental.active-rental {
    display: block;
}

.buttons-rental {
    margin-top: 20px;
}

#prevBtn-rental,
#nextBtn-rental {
    background-color: #002d62;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.form_button {
    margin-left: 22px;
}

/* PROGRES-BAR Rental */

/*================================== 16 Sep 2024 CSS  ==================================*/
#step-organizer-2 table tr td {
    vertical-align: middle;
}

.btn-submit-all {
    background-color: #198754;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.mb-20px {
    margin-bottom: 20px;
}

#c-corp-asset-dep {
    width: 90px;
}