body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}
main {
    flex: 1;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.transparent-btn {
    margin: 4px;
    width: 34px;
    background-color: transparent;
    border: 2px solid;
    border-radius: 10%;
}
.delete-color {
    color: red;
}
.edit-color {
    color: green;
}
.copy-color {
    color: #3fa8fa;
}
.pdf-color {
    color: darkblue;
}
.cart-icon {
    color: red;
}
.section-title {
    color: dimgrey;
    text-align: center;
}
.logo-list-table {
    max-height: 46px;
}
.logo-edit-table {
    max-height: 50px;
}
/*Error. Start*/
.body-error {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    text-align: center;
}
.error-container {
    margin-top: 50px;
}
.error-message {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.error-link {
    text-decoration: none;
    color: #007bff;
}
.details {
    color: #721c24;
}
.details div {
    margin: 20px 0;
}
/*Error. End*/
.form-inline {
    display:inline;
}
.wrapper-table-list-payments {
    max-height: 700px;
    overflow-y: auto;
}
.wrapper-table-list-payments thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}