.text-base p{
    font-size: 1.125rem;
    line-height: 160%;
    padding-bottom: 16px;
}
.text-base.big p{
    font-size: 1.25rem;
}
.text-base.small p{
    font-size: 0.75rem;
}
.text-base h1, .text-base h2, .text-base h3, .text-base h4{
    margin-top: 32px;
    margin-bottom: 12px;
}
.text-base ul{
     list-style: disc;
   list-style-position:outside;
   margin: 0 0 2rem 0;
    padding: 0 0 0 1.5rem;
}
.text-base ol{
    list-style-type: decimal; 
   list-style-position:outside;
   margin: 0 0 4rem 0;
    padding: 0 0 0 1.5rem;
}
.text-base li{
    display: list-item;
    padding: 2px;
    font-size: 1.25rem;
    line-height: 160%;
}
.text-base li p{
    margin: 0;
    padding: 0;
}
.text-base a {
    text-decoration: underline;   
}
.text-base table{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
    display: block;
    box-shadow: inset -5px 0px 9px -11px #000000b5;
}

.text-base table p{
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    font-size: 1.125rem;
    text-align: left;
}
.text-base.big table p{
    font-size: 1.25rem;
}
.text-base.small table p{
    font-size: 0.75rem;
}
.text-base table + p{
    margin-top: 3rem;
}
.text-base td {
    padding: 1.25rem 1.25rem 1.25rem;
    border-bottom: 1px solid #cbd1dd;
    display: table-cell;
    min-width: 112px;
}

.text-base thead {
    white-space: nowrap;
    text-align: left;
    background-color: #D8F2FC;
}
.text-base thead p {
    text-align: left;
}
.text-base .btn{
    min-width: 132px;
}

/* .text-base .inner-shadow:has(table) table{
    overflow: auto;
    box-shadow: inset -5px 0px 9px -11px #000000b5;
} */
.text-base a.btn{
    text-decoration: none;
}
@media(min-width: 768px){
    .text-base table{
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        min-width: 500px;
        box-shadow: none;
    }
    .text-base thead {
        white-space: normal;
        text-align: center;
        background-color: #D8F2FC;
    }
    .text-base .inner-shadow:has(table){
        box-shadow: none;
    }
    .text-base p{
        font-size: 1.25rem;
        line-height: 160%;
        padding-bottom: 24px;
    }
    .text-base table p{
        font-size: 1.25rem;
        line-height: 160%;
    }
    .text-base.big p, .text-base.big table p{
        font-size: 1.375rem;
    }
    .text-base.small p, .text-base.small table p{
        font-size: 1.125rem;
    }
    .text-base h1, .text-base h2, .text-base h3, .text-base h4{
        margin-top: 48px;
        margin-bottom: 16px;
    }
    .text-base ul{
       list-style: disc;
       list-style-position:outside;
       margin: 0 0 1rem 0;
       padding: 0 0 0 1.5rem;
    }
    .text-base ul ul {
        list-style: circle;
      }
    .text-base ol{
       list-style-type: decimal; 
       list-style-position:outside;
       margin: 0 0 1rem 0;
        padding: 0 0 0 1.5rem;
    }
    .text-base li{
        display: list-item;
        padding: 2px;
        font-size: 1.25rem;
        line-height: 160%;
    }
    .text-base.big li{
        font-size: 1.375rem;
    }
}
.custop-upload-container .icon {
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    background: #D8F2FC;
    border-radius: 16px;
    width: 56px;
}
.custop-upload-container {
    border: 1px dashed #0A2D3B;
    border-radius: 16px;
    background: rgb(235 249 255 / 60%);
    padding: 16px 20px;
    position: relative;
}
.custom-file-upload label {
    display: block!important;
    max-width: max-content;
    border: 1px solid #00709F;
    color: #00709F;
    font-size: 16px;
    line-height: 160%;
    border-radius: 200px;
    padding: 11px 24px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
}

.custom-file-upload input {
    width: auto;
    padding: 0;
    border: none;
    background: transparent !important;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-upload input#contactForm-file::-webkit-file-upload-button {
    visibility: hidden;
    text-align:center;
  }

.custom-file-upload:hover label {
    border-color: #159FD9;
    color: #159FD9;
}

.custom-file-upload:active label {
    border-color: #00709F;
    color: #00709F;
}