::placeholder {
    color: #adb5bd !important;
    font-weight: 400 !important;
    opacity: 0;
}

.form-select option {
    color: black !important;
}

.form-select.text-muted,
input[type="date"].form-control.text-muted {
    color: #adb5bd !important;
}

header a {
    color: #0a0a0a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main {
    background-color: #f4f4f4;

    @media (max-width: 575.98px) {
        padding-top: 20px !important;
    }
}

.wizard-container {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    width: 100%;
}

ul[role="tablist"] {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: unset !important;
}

ul[role="tablist"]::-webkit-scrollbar {
    height: 6px;
}

ul[role="tablist"]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

ul[role="tablist"] li {
    min-width: 200px; /* ensure enough space for each step */
    text-align: center; /* center content */
}

#wizard-form .content {
    @media (max-width: 575.98px) {
        margin-top: 20px !important;
    }
}

#wizard-form .steps ul {
    display: flex;
    justify-content: center;
}

#wizard-form .steps li {
    position: relative;
}

#wizard-form .steps .number {
    height: 32px;
    width: 32px;
    border: 2px solid #a1aebe;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: white;
}

#wizard-form .steps li:not(:last-child) a::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background-color: #a1aebe;
    position: absolute;
    top: 30px;
    transform: translateX(70%);
}

#wizard-form .steps li a {
    background: transparent;
    color: #465668;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
}

#wizard-form .steps li[aria-selected="true"] .number {
    border: 2px solid #0464c6;
}

#wizard-form .steps li[aria-selected="true"] a::after {
    background-color: #0464c6;
}

#wizard-form .steps li[aria-selected="true"] a {
    color: #0464c6;
    font-weight: 700;
}

#wizard-form .content {
    background-color: white;
    margin-top: 40px;
    border-radius: 10px;
}

#wizard-form .actions ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#wizard-form .content,
#wizard-form .actions {
    max-width: 1040px !important;
    margin-left: auto;
    margin-right: auto;
}

.steps-indicator span {
    border: solid 1px #0464c6;
    color: #0464c6;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
}

#wizard-form .actions ul[aria-label="Pagination"] a {
    font-weight: 400;
    font-size: 16px;
}

#wizard-form .actions ul[aria-label="Pagination"] a[href="#next"] {
    background: #0464c6;
    color: white;
}

#wizard-form .actions ul[aria-label="Pagination"] a[href="#previous"] {
    background: white;
    color: inherit;
}

#wizard-form
    .actions
    ul[aria-label="Pagination"]
    .disabled
    a[href="#previous"] {
    opacity: 0.7;
}

.heading-title {
    display: flex;
    gap: 10px;
}

.heading-title h4 {
    font-weight: 500;
    font-size: 18px;
    color: #0464c6;
    margin-bottom: 0;
}

.description {
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    display: block;
    color: #6c757d;
}

.sub-heading-title {
    margin-top: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #0464c6;
    margin-bottom: 0;
    border-bottom: solid 1px #0464c6;
    padding-bottom: 3px;
    margin-bottom: 16px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
}

.terms-info-box {
    background-color: #d8ebfa;
    border: solid 2px #0464c6;
    border-radius: 4px;
    color: #0464c6;
    padding: 10px;
    display: flex;
    align-items: start;
    gap: 30px;
}

.terms-info-box span {
    font-weight: 400;
    font-size: 16px;
    margin-left: -20px;
}

.terms-info-box ul li {
    list-style-type: disc;
    display: list-item;
    font-weight: 400;
    font-size: 16px;
}

.form-check label,
.form-check span {
    font-size: 14px;
    display: block;
}

.form-check span {
    color: #737373;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
    margin-bottom: 0;
}

.print-container {
    display: none;
}

@media print {
    .print-container {
        display: block;
    }

    .register-header,
    .wizard-container,
    .landing-container {
        display: none;
    }

    html,
    body {
        height: auto !important;
    }

    body {
        margin: 0;
    }

    .page {
        width: 210mm;
        min-height: 297mm;
        padding: 20mm;
        margin: 0;
        page-break-after: always !important;
        break-after: page !important;
    }

    .page:last-child {
        page-break-after: auto !important;
        break-after: auto !important;
    }

    @page {
        size: A4;
        margin: 0;
    }
}
