body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.container-x31d9 {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.tab-menu-z3a5r {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tab-c1m4b {
    font-size: 18px;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

.tab-c1m4b:hover {
    border-bottom: 2px solid #aaa;
}

.tab-c1m4b.active-j2k3p {
    border-bottom: 2px solid black;
}

.form-container-b2p8n {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group-l9z7c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.form-item-x8r3v {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    width: calc(50% - 10px); /* For 2 items per row */
}

.form-item-x8r3v .icon-q7w5m {
    margin-right: 15px;
    font-size: 20px;
}

.form-item-x8r3v .text-v2j6y {
    flex: 1;
}

.form-item-x8r3v .text-v2j6y h3 {
    margin: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-item-x8r3v .text-v2j6y input,
.form-item-x8r3v .text-v2j6y select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.swap-icon-f4n2z {
    font-size: 24px;
    margin: 10px 0;
    cursor: pointer;
}

.switch-k3w8m {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

.switch-k3w8m input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-r2l8z {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider-r2l8z:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider-r2l8z {
    background-color: #2196F3;
}

input:checked + .slider-r2l8z:before {
    transform: translateX(14px);
}

.whatsapp-button-y6b2f {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.wp-button {
    text-align: center;
    background-color: #25D366;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.whatsapp-button-y6b2f:hover {
    background-color: #1ebe57;
}

@media (max-width: 768px) {
    .form-item-x8r3v {
        width: 100%;
    }
}
