.card {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.custom-card {
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: #F5F5F5 !important;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    background-color: #e0e0e0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.15);
}

.custom-card .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ABD4CA;
    display: flex;
    place-items: center;
}

.custom-card .img img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.custom-card .content {
    margin-left: 10px;
    background-color: #F5F5F5 !important;
}

.custom-card .content p {
    font-weight: bolder !important;
    color: black !important;
}

.custom-card .content h5 {
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-parto {
    background-color: #0E5D4A;
    border-radius: 7px;
    padding: 7px 10px;
    color: white;
    font-size: 1em;
}

.btn-parto:hover {
    background-color: #104535;
    color: white;
}

.btn-parto-secondary {
    border: 2px solid #0E5D4A;
    background-color: white;
    border-radius: 7px;
    padding: 7px 10px;
    color: #0E5D4A;
    font-size: 1em;
}

.btn-parto-secondary:hover {
    background-color: #104535;
    color: white;
}

.form-input {
    border-radius: 7px !important;
    border: 2px solid #0E5D4A !important;
    height: 40px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

label {
    margin-bottom: 10px;
}

.input-group {
    display: -webkit-box !important;
}

#togglePassword {
    height: 40px !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0% !important;
    border: 2px solid #0E5D4A !important;
    border-left: 0px !important;
}

#password {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#submit-btn {
    color: white !important;
}

.addon {
    height: 40px !important;
    border-bottom-left-radius: 7px !important;
    border-top-left-radius: 7px !important;
}

.nice-select {
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
    height: 42px !important;
}