.custom-input {
    height: 50px;
    background: transparent;
    border-radius: 13px;
}

button.btn.btn-primary.btn-custom {
    width: 100%;
    height: 50px;
    padding: 0 var(--btn-padding);
    transition: inherit;
    transition-property: color, background-color, border, border-radius,
        visibility;
    border: #132a54;
    border-radius: var(--btn-border-radius, 9999999px);
    background-color: #132a54;
    color: white;
    font-family: inherit;
    line-height: 1;
    text-decoration: none;
    font-size: medium;
    white-space: nowrap;
    cursor: pointer;
}
label {
    font-weight: 600;
    color: #0f254d;
    margin-bottom: 0.5rem;
}
.update-profile-sec {
    margin-left: 38px !important;
    margin-top: 14px;
    padding: 27px;
    background: white;
    border-radius: 15px;
}
.card-heading {
    font-weight: bolder;
    line-height: 43px;
    font-size: xx-large;
    width: 55%;
    font-family: system-ui;
    color: #132a54;
    text-transform: capitalize;
    margin-bottom: 39px;
}
.header-item {
    height: auto !important;
}


.accordion-item {
    margin-bottom: 10px;
    border: 0px;
}
.accordion-body {
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
button.accordion-button {
    font-weight: 600;
    background: #172d54;
    color: #ffffff !important;
}


