tr, td{
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.pimcore_area_content ul {
    list-style:  disc;
    padding-left: 20px;
}
.pimcore_area_content ol{
    list-style: point;
    padding-left: 20px;
}


.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    background-color: rgb(230, 222, 202);
    border-radius: 0;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn:hover {
    background-color: rgb(210, 200, 180);
    color: #000000;
}

.px-5{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.px-6{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.px-7{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.px-8{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.px-9{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.mx-5{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-6{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mx-7{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mx-8{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mx-9{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mx-10{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.my-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-6{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.my-7{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.my-8{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.my-9{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.my-10{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

@media screen and (max-width: 768px) {
   .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .btn.py-4 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .btn.py-5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }   
    .btn.py-6 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .btn.py-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .btn.py-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .btn.py-6 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .btn.px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .btn.px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .btn.px-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }       

    .btn.mx-5 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .btn.mx-6 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .btn.mx-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
}

@font-face {
  font-family: 'Helvetica-w01';
  src: url('helvetica-w01-light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.menu-list li a, #mainMenu li a{
    font-family: "Helvetica-w01", system-ui, Avenir, Helvetica, Arial, sans-serif;
}

body {
    /* font-family: "Helvetica-w01", "Open Sans", serif; */
    font-family: "Libre Baskerville", "Times New Roman",Times,serif;
}

:root {
  /* font-family: "Helvetica-w01", system-ui, Avenir, Helvetica, Arial, sans-serif; */
  font-family: "Libre Baskerville", "Times New Roman",Times,serif;

}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "Helvetica-w01", system-ui, Avenir, Helvetica, Arial, sans-serif; */
    font-family: "Libre Baskerville", "Times New Roman",Times,serif;
}
p {
    /* font-family: "Helvetica-w01", system-ui, Avenir, Helvetica, Arial, sans-serif; */
    font-family: "Libre Baskerville", "Times New Roman",Times,serif;
}
a {
    /* font-family: "Helvetica-w01", system-ui, Avenir, Helvetica, Arial, sans-serif; */
    font-family: "Libre Baskerville", "Times New Roman",Times,serif;
    color: #000000;
    text-decoration: none;
}

.menu-list li a, #mainMenu li a {
    padding: 5px 10px;
    color: rgb(68, 68, 68);
    font-weight: 700;
}
.menu-list li a:hover, #mainMenu li a:hover {
    background-color: rgb(230, 222, 202);
    color: #000000;
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.success-alert {
    background-color: #e6ffed;
    border: 1px solid #a3d8b1;
    color: #2d7044;
    padding: 12px 16px;
    border-radius: 4px;
    position: relative;
    margin: 10px 0;
    font-family: Arial, sans-serif;
}

.alert-title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.alert-message {
    display: block;
}

@media (min-width: 640px) {
    .alert-message {
        display: inline;
        margin-left: 10px;
    }
    
    .alert-title {
        display: inline;
        margin-bottom: 0;
    }
}


.error-alert {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
    padding: 12px 16px;
    border-radius: 4px;
    position: relative;
    margin: 10px 0;
    font-family: Arial, sans-serif;
}

.alert-title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.alert-message {
    display: block;
}

@media (min-width: 640px) {
    .alert-message {
        display: inline;
        margin-left: 10px;
    }
    
    .alert-title {
        display: inline;
        margin-bottom: 0;
    }
}

footer table tr{
    border: none;
}
footer table td{
    
    border: none;
}