#business+span {
    margin-top: 1rem;
}

.bg-primary-500 {
    background-color: #2d85ba !important;
}

.bg-primary-600 {
    background-color: #236891 !important;
}

.pac-target-input {
    width: 90% !important;
}



.gap-20-custom {
    gap: 80px;
}

.bg-status {
    background-color: #757575;
    color: white;
    border-radius: 5px;
    max-width: 120px;
}

.max-w-container {
    max-width: 1224px;
}

.left-iter {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.right-iter {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @page {
    size: A4 landscape;
    
    margin: 20mm;
    
}

@media print {
    .bg-status {
        color: black;
        font-weight: bold;
    }

} */

@media (max-width: 768px) {
    .left-iter {
        width: 100%;
    }

    .right-iter {
        width: 100%;
    }

    .gap-20-custom {
        gap: 20px;
    }

    .step-container {
        border: 1px solid #adadad;
        border-radius: 5px;
        padding: 5px;
        display: flex;
        flex-wrap: wrap;
    }

    
}
