@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    font-family: "Lato", serif;
}
.step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.step1_card{
background-color: #F3F4F6 !important;
border-radius: 8px !important;
}
.step1_title{
    color: rgb(75 85 99);
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Lato", serif;
}
.text-title {
        color: #4d4e50;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700;
        font-family: "Lato", serif;
    }
    .select-box{
        padding: 12px;
        color: #4d4e50;
        font-size: 14px;
        height: 50px;
    }
    .card-width{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .card_body_step_title{
        margin-left: 5px;
    }

.step h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    font-family: "Lato", serif;
    opacity: 0.8;
}
.shadow{
   box-shadow:  0 4px 6px -1px rgba(0, 0, 0, .1),
    0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.input-padding{
    padding: 10px !important;
    height: auto !important;
}
.checkmark {
    font-size: 20px;
    color: green;
}

p {
    font-size: 16px;
    margin: 10px 5px;
    color: #555;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.separator {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.separator span {
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
}

.separator:before,
.separator:after {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
}

.separator:before {
    left: 0;
}

.separator:after {
    right: 0;
}
