body {
    background-color: #1576c2;
    font-family: "Rubik", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color:#000;
    display: block;
    margin: 8px;
    font-size:16px;
    line-height: normal;
}
a {
    text-decoration:underline!important;
}
* {
    -moz-box-sizing: border-box;
    box-sizing: unset;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.flex {
    display: flex;
    gap: 15px;
}
.fields > * {
    flex: 1;
}
.external_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.table-responsive {
    overflow-x:unset;
}
.external_logo {
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
    height: auto;
    width:100%;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.external_content {
    background-color: #f8f9fa;
    padding: 20px;
    margin-top:4px;
}
label {
    display: flex;
    gap: 5px;
    font-size:16px;
    font-weight: normal;
}
label {
    cursor: default;
}
h1 {
    font-size: 20pt;
    margin-top: -4px;
    margin-bottom:0px;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: normal;
    font-weight: bold;
    unicode-bidi: isolate;
}
p {
    text-align: justify;
}
select, input[type=text], input[type=email] {
    height: 35px;
    padding: 10px;
    font-size: 17px;
}
input[type=number] {
    height: 55px;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}
.external_btn {
    display: block;
    color: #fff !important;
    background-color: #1576c2;
    border-color: #1576c2;
    cursor: pointer;
    text-align: center;
    padding: 0.3125rem 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}
.external_btn:hover {
    color: #fff !important;
    background-color: #126aae;
    border-color: #126aae;
}
.external_btn_hidden {
    width: 100%;
    color: #fff;
    background-color: #1576c2;
    border-color: #1576c2;
    cursor: pointer;
    text-align: center;
    padding: 5px 0px 5px 0px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    border-width:0px;
    border-style:solid;
}
.external_fields {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.external_fields > * {
    flex: 1;
}
.external_info {
    background-color: #1576c2;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
}
.external_warning {
    background-color: darkorange;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
}
.external_error {
    background-color: red;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
}
.external_success {
    background-color: green;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
}
.table-error {
    background-color:#dd0000;
}
.table-success {
    background-color:#008800;
}
@media (min-width: 500px) {
    .external_box {
        width: 80%;
        top: 50px;
        left: 50%;
    }
}
@media (min-width: 900px) {
    .external_box {
        width: 50%;
        left: 25%;
    }
}
img {
    max-width: unset!important;
}