* {
    scroll-behavior: smooth !important;
    transition: 0.4s !important;
}

.steps .step:before {
    height: 0.4rem !important;
}

.step-primary:before {
    background-color: #00447c !important;
}

.apcolor {
    background-color: #012542 !important;
    border-color: white;
}

.bcolor {
    background-color: #012542 !important;
    border-color: #012542 !important;
}

.bcolor:disabled {
    background-color: #ccc !important;
    /* or any other color you prefer */
    border-color: #ccc !important;
    /* or any other color you prefer */
}

.justify-end button:hover {
    background-color: hsl(207, 100%, 66%) !important;
    color: white !important;
    border-color: hsl(207, 100%, 66%) !important;
}

.prv {
    background-color: white !important;
    color: #012542 !important;
    border-color: #012542 !important;
}

.justify-end a:hover {
    background-color: hsl(207, 100%, 66%) !important;
    color: white !important;
    border-color: hsl(207, 100%, 66%) !important;
}

.justify-center a:hover {
    background-color: hsl(207, 100%, 66%) !important;
    color: white !important;
    border-color: hsl(207, 100%, 66%) !important;
}

.w83 {
    width: 83% !important;
}

.w85 {
    width: 85% !important;
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 50%), 0 8px 10px -6px rgb(0 0 0 / 50%) !important;
}

.sup-docs-img {
    max-height: 200px !important;
}