:root {
    --moneynet-primary-color: #aa0a2e;
}

.moneynet-beneficiari-shortcode {
    margin: 0 auto;
    max-width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a.button,
.button {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 33px;
    line-height: 34px;
    padding: 0 8px 0 8px;
    color: var(--moneynet-primary-color);
    text-decoration: none;
}

a.button:hover,
.button:hover {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f6f6f6', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #eeeeee), color-stop(52%, #f6f6f6), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #f6f6f6 52%, #ffffff 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 0 8px 0 8px;
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}


.moneynet-bene-form {
    gap: 1rem;
    margin-bottom: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.moneynet-bene-form-left-container {
    width: 70%;
}

.moneynet-bene-form-right-container {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.moneynet-bene-form-address-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.moneynet-bene-form p {
    margin-top: 0px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.moneynet-bene-form-address-container p {
    width: 50%;
    gap: 4px;
}

.moneynet-bene-form .moneynet-bene-form-left-container p {
    justify-content: space-between;
}

.moneynet-bene-form .moneynet-bene-form-right-container p {
    justify-content: end;
    gap: 6px;
}

.moneynet-bene-form input[type="text"],
.moneynet-bene-form select {
    width: 100%;
    border: 1px solid #ced4da;
    font-size: 1rem;
    color: #1f2937;
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4em;
    color: #666;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    outline: none;
    border: 1px solid #b0b0b0;
    transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    font-family: inherit;
}

.moneynet-bene-form input[type="text"] {
    max-width: 320px;
}

.moneynet-bene-form select {
    max-width: 60px;
    cursor: pointer;
}

.moneynet-bene-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5b6b8f 50%), linear-gradient(135deg, #5b6b8f 50%, transparent 50%);
    background-position: calc(100% - 1rem) calc(1rem + 2px), calc(100% - 0.75rem) calc(1rem + 2px);
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

.moneynet-bene-form .button {
    margin-top: auto;
    align-self: end;
    width: 80%;
}

.moneynet-bene-result {
    margin-top: 1rem;
}

.moneynet-bene-result table.widefat {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #ffffff;
}

.moneynet-bene-result table.widefat thead {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    color: var(--moneynet-primary-color);
    font-family: "FranklinGothic-DemiCond", "MyriadPro", "Calibri", Verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.moneynet-bene-result table.widefat th,
.moneynet-bene-result table.widefat td {
    padding: 1rem 1rem;
    text-align: left;
}

.moneynet-bene-result table.widefat tr th:nth-child(1),
.moneynet-bene-result table.widefat tr td:nth-child(1) {
    width: 60%;
}

.moneynet-bene-result table.widefat tr th:nth-child(2),
.moneynet-bene-result table.widefat tr td:nth-child(2) {
    width: 26%;
}

.moneynet-bene-result table.widefat tr th:nth-child(3),
.moneynet-bene-result table.widefat tr td:nth-child(3) {
    width: 14%;
}



.moneynet-bene-result table.widefat tbody tr:last-child td {
    border-bottom: none;
}

.moneynet-bene-result table.widefat tbody tr {
    height: 30px;
    border-bottom: 1px dashed #d4d4d4;
}

.moneynet-bene-result table.widefat tbody tr:hover {
    background: #f8fafc;
}

.moneynet-bene-result table.widefat td h4 {
    color: var(--moneynet-primary-color);
    margin-top: 0px !important;
    margin-bottom: 5px;
    font-size: 16px;
}

.moneynet-bene-result table.widefat td p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.moneynet-bene-agreement-note {
    font-size: 0.9em;
    color: var(--moneynet-primary-color);
    padding: 20px 0px 0px 0px;
}

.moneynet-pagination {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.moneynet-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.moneynet-pagination .pagination li {
    margin: 0;
}


.moneynet-pagination .pagination .current a {
    background: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    color: #444444;

}

.moneynet-bene-result .notice {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

@media (max-width: 720px) {
    .moneynet-bene-form {
        grid-template-columns: 1fr;
    }

    .moneynet-bene-form .button {
        width: 100%;
    }
}