.selected-items-box {
    width: 100%;
    /* max-width: 380px; */
    background: #fff;
    border-radius: 20px;
    padding: 25px 22px;
    box-shadow: 0 4px 70px rgba(0,0,0,0.13);
    border: 1px solid rgba(0, 195, 137, 0.26);
}

.form-title {
    font-size: 20px;
    color: #03c98a;
    font-weight: 800;
}

.form-label {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

.form-input {
    background: #f7fbfa;
    border: none;
    border-radius: 14px;
    padding: 12px;
    font-size: 14px;
}

.form-input:focus {
    background: #eef8f4;
    box-shadow: none;
    outline: none;
}

.btn-green {
    background: #03c98a;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 15px;
}

.btn-green:hover {
    background: #02a677;
}
