@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/earlyaccess/notokufiarabic.css);

:root {
    /*    --mallard-primary: rgb(51, 97, 148);
    --primary: rgb(137, 44, 80);
    --mallard-secondary: rgba(216, 159, 191);*/
    --primary: #990e5e;
    --secondary: #1b154a;
    --dark: #0d0928;
    --light: #2b2175;
    --mallard-font-family: RobotoFallback, Verdana;
}

body {
    font-family: var(--mallard-font-family);
    background-size: 100%;
    /*background-color: var(--dark);*/
    padding-left: 15px;
    padding-right: 15px;
}

#btnNext,
#btnBack,
#btnDownloadProp,
#btnEmailProp,
#btnNewProp,
btnAddSecondApplicant {
    background-color: var(--dark);
    transition: padding-bottom 0.2s ease, background-color 0.2s ease;
}

#btnDownloadProp,
#btnEmailProp {
    margin-inline: 5px;
}

#btnNext:hover,
#btnBack:hover,
#btnDownloadProp:hover,
#btnEmailProp:hover,
#btnNewProp:hover,
btnAddSecondApplicant:hover {
    padding-bottom: 1px !important;
    background-color: var(--light) !important;
}

.error-body {
    background-color: var(--dark);
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
div .error-summary {
    width: auto;
    border: 7px solid #8B0000;
    background-color: #FAA0A0;
    padding: 10px;
    margin: auto !important;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 300px) {
    .logo {
        width: 80%;
    }
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.pdf {
    height: 100%;
    width: 100%;
    margin: 2em auto;
    border: 1px solid #999999;
}

    .pdf .content h1 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 2px;
    }

    .pdf .content h2 {
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 2px;
    }

    .pdf .content h3 {
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 2px;
    }

    .pdf .content p {
        font-size: 10px;
        padding-bottom: 2px;
    }

    .pdf .content b {
        font-weight: bold !important;
    }

    .pdf .content strong {
        font-weight: bold !important;
    }

    .pdf .content table {
        font-size: 10px;
        padding-bottom: 2px;
        margin: 1em;
    }

#scrollview {
    height: 70vh;
}

#chkTerms {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#SignedBy {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#btnSubmit {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .pdf .content h1 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .pdf .content h2 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .pdf .content h3 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .pdf .content p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .pdf .content table {
        font-size: 14px;
        padding-bottom: 5px;
    }

    #chkTerms {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #SignedBy {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #btnSubmit {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.UPPER input {
    text-transform: uppercase;
}

.container {
    padding: 5px 15px 0 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page-header {
    padding: 9px 5px 9px 5px;
    margin: 10px 0 20px;
    background-color: #ffff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dx-form-group-with-caption > .dx-form-group-content {
    padding: 0.2rem 0 0.5rem 0;
}
/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
/*.logo {
    font-size: 10px;
    font-weight: bold;
}*/
@media (max-width: 768px) {
    /*  .logo {
        width: 60svw;
    }*/
    .jumbotron {
        padding: 1rem;
    }
}

.nav-indicator {
    border-radius: 6px;
    padding-bottom: 5px;
}
/*
    .page-footer {
        text-align: center;
        padding: 5px 5px 5px 5px;
        background-color: #ffff;
        border-radius: 6px;
    }
*/
/*  @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }*/

.jumbotron {
    padding-bottom: 15px;
    color: inherit;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 1rem 2rem;
    min-width: 60svw;
    max-width: 80svw;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
        font-weight: 600;
        padding: 5px;
        flex-wrap: wrap;
        font-size: 2rem;
    }

    .jumbotron h2,
    .jumbotron .h2 {
        color: inherit;
        font-weight: 400;
        font-size: 1.6rem;
    }

    .jumbotron h3,
    .jumbotron .h3 {
        color: inherit;
        /*margin-top: 15px;*/
        /*margin-bottom: 15px;*/
        /*font-size: 12px;*/
        font-weight: 100;
        font-size: 1.2rem;
    }

    .jumbotron p,
    .jumbotron .p {
        color: inherit;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

    .jumbotron strong {
        font-weight: bold !important;
    }

    .jumbotron .example {
        font-weight: 400;
        color: #6f777b;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    /*   padding-right: 15px;
        padding-left: 15px;
        border-radius: 6px;*/
}

.jumbotron .container {
    max-width: 100%;
}

/* Pre app screen */
.jumbotron .wrapper {
    position: relative;
    height: 475px;
}

/* Stepper */
.jumbotron .horizontal-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

.jumbotron .column {
    float: left;
    width: 20%;
    display: flex;
    justify-content: center;
}

.nav-indicator-column {
    background-color: var(--secondary);
}



@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/* Clear floats after the columns */
.jumbotron .row:after {
    content: "";
    display: table;
    clear: both;
}

.colStatus {
    width: 45px;
    vertical-align: top;
}


/*@media screen and (min-width: 768px) {
        .jumbotron {
            padding-top: 15px;
            padding-bottom: 15px;
            min-width: 60%;
        }

        .container .jumbotron,
        .container-fluid .jumbotron {
            padding-right: 40px;
            padding-left: 40px;
        }

        .jumbotron h1,
        .jumbotron .h1 {*/
/*font-size: 30px;*/
/*flex-wrap: wrap;
        }

        .jumbotron h2,
        .jumbotron .h2 {
            color: inherit;
            margin-bottom: 15px;*/
/*font-size: 18px;*/
/*font-weight: 200;
        }

        .jumbotron h3,
        .jumbotron .h3 {
            color: inherit;
            margin-bottom: 15px;*/
/*font-size: 14px !important;*/
/*font-weight: 100;
        }

        .jumbotron p,
        .jumbotron .p {
            color: inherit;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 200;
        }

        .colStatus {
            width: 60px;
        }
    }*/



/* [COOKIE BANNER] */
#cookie-law {
    position: fixed;
    z-index: 99999;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    padding: 30px 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    #cookie-law p {
        margin: 0;
    }

.close-cookie-banner span {
    position: absolute;
    top: 0;
    color: black;
    font-size: 25px;
}
/* [/COOKIE BANNER] */


/* https://demos.devexpress.com/ASPNetCore/Demo/Form/Validation */
form {
    margin: 10px 10px 10px 10px;
}

.last-group {
    margin-top: 30px;
    margin-bottom: 10px;
}

    .last-group .dx-item-content {
        align-items: start;
        justify-content: center;
    }

    .last-group .dx-field-item {
        padding: 0 !important;
    }

.buttons-group-next {
    display: flex;
    width: 100%;
    justify-content: end;
}

    .buttons-group-next .dx-item-content {
        gap: 10px;
    }

.buttons-group-back {
    float: left;
    width: 100%;
    justify-content: left;
}

    .buttons-group-back .dx-item-content {
        gap: 10px;
    }


.togglebuttons .dx-button {
    height: 75px;
    border-radius: 0.3rem !important;
    margin: 0.1rem;
}

.dx-buttongroup-wrapper {
    flex-wrap: wrap !important;
    justify-content: center;
}

.dx-buttongroup-item.dx-button-mode-outlined.dx-button {
    border-left-width: 1px !important;
}

.togglebuttons .dx-button.dx-state-selected {
    background-color: var(--secondary);
    color: #fff;
    border-radius: 0.3rem;
}


.togglebuttons .dx-button-has-icon.dx-button-has-text .dx-icon {
    width: 32px;
    height: 32px;
}

#helpedInfo {
    color: #ffff;
    padding: 0 1rem 0 0;
}

#tooltip-content {
    font-size: 14px;
    font-weight: bold;
}

#template-content {
    display: inline-flex;
    background: var(--dark);
    border-radius: 5px;
    color: white;
    padding: 5px;
    margin: 0 0 10px 5px;
}

.address-title {
    display: flex;
    justify-content: space-between;
}

.remove-button {
    background-color: transparent;
    color: red;
    border: none;
    cursor: pointer;
    /*float: right;*/
    top: 0;
    right: 0;
}

    .remove-button > i {
        font-size: 20px !important;
    }

.address-list {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    padding: 25px;
    margin: 10px;
    border-radius: 5px;
    /*flex-grow: 1;*/
    justify-self: stretch;
    display: inline-block;
    /*box-shadow: 5px 8px #3b6196;*/
    width: fit-content;
    height: fit-content;
    text-wrap: normal;
    align-items: start;
}

    .address-list > i {
        float: right;
        color: red;
        cursor: pointer;
        font-size: 1.2rem;
        position: absolute;
    }

.address-list-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}



.summary-item {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    justify-self: stretch;
    display: inline-block;
    /*box-shadow: 5px 8px #3b6196;*/
    text-wrap: normal;
}

    .summary-item > i {
        float: right;
        color: red;
        cursor: pointer;
        font-size: 1.2rem;
        position: absolute;
    }

.summary-item-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
    flex-grow: 1;
    /*position left*/
}

.joint-app-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.center-align {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.remove-button {
    display: flex;
    float: right;
    cursor: pointer;
    color: red;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
}

.applicant-details {
    display: flex;
    flex-wrap: wrap;
}

    .applicant-details > div {
        margin-right: 1rem;
    }

.summary-header {
    display: flex;
    justify-content: space-between;
}

.summary-title {
    display: flex;
    justify-content: space-between;
}


.dx-loadpanel-content-wrapper {
    margin-top: 1svh;
    transform: scale(9);
}

.new-prop-button-container {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    border-width: 0px;
}

.new-prop-button {
    background-color: var(--dark);
    border-radius: 5px;
    color: white;
}


.dealer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.org-select-box {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.index-page-notes {
    text-align: left;
    margin-bottom: 1rem;
}

/*.horizontal-center .dx-widget {
    display: flex;
    justify-content: center;
}*/

#dealerSelectBox {
    width: 15svw;
}


@media (max-width: 2000px ) {
    #dealerSelectBox {
        width: 35svw;
    }
}

@media (max-width: 1000px ) {
    #dealerSelectBox {
        width: 60svw;
    }
}


@media (max-width: 650px ) {
    #dealerSelectBox {
        width: 75svw;
    }
}



#selectedDealerTextBox {
    width: 15svw;
}


@media (max-width: 2000px ) {
    #selectedDealerTextBox {
        width: 35svw;
    }
}

@media (max-width: 1000px ) {
    #selectedDealerTextBox {
        width: 60svw;
    }
}


@media (max-width: 650px ) {
    #selectedDealerTextBox {
        width: 75svw;
    }
}


#dealerFinanceSelectBox {
    width: auto;
}

.editDealer_icon {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

    .editDealer_icon :hover {
        text-decoration: none !important;
        cursor: pointer;
    }

.dx-icon-edit {
    color: var(--dark) !important;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.summaryButton {
    border-radius: 100px !important;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    justify-content: center;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    align-items: center;
}

.summaryButtonDiv {
    display: flex;
    justify-content: end;
}

.dx-state-readonly input {
    text-align: center;
    color: rgba(0,0,0,.87) !important;
}

.dx-state-readonly textarea {
    color: rgba(0,0,0,.87) !important;
}


.terms {
    flex-grow: 1;
    display: flex;
    background: var(--dark);
    margin: 0 0 5px 0;
    border-radius: 5px;
}

.inner-terms {
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border-radius: 5px;
    align-items: center;
}

    .inner-terms span {
        color: black;
        margin: 0 0 0 5px;
    }

    .inner-terms .dx-checkbox-icon {
        margin: 0.3rem 0 0 0 !important;
    }

.dx-radiobutton-icon-checked {
    border-color: var(--dark);
}

    .dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
        background-color: var(--dark);
    }

.change-org-button {
    display: flex;
    align-self: end;
}

.reset-dealer {
    border: none;
    border-radius: 100px !important;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    justify-content: center;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    align-items: center;
}

.dx-button-default {
    color: var(--dark);
    border-radius: 100px !important;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    justify-content: center;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    align-items: center;
}

.download-application-button {
    display: flex;
    align-self: end;
}

/*    .mallard-button {
        background-color: var(--dark);
        color: white;
        border: none;
        border-radius: 100px !important;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 20px;
        max-width: 480px;
        min-height: 40px;
        justify-content: center;
        display: inline-flex;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        border: 0;
        align-items: center;
    }
*/
.looking-for-finance {
    display: flex;
    flex-wrap: wrap;
}

.dx-field-item-label-text {
    font-weight: 500;
    font-size: 0.8rem;
}

.error-group {
    display: flex;
    justify-content: end;
}

.template-content-warning {
    display: flex;
    justify-content: end;
    background: rgb(210, 42, 70);
    border-radius: 5px;
    color: white;
    padding: 5px;
    margin: 0 0 10px 5px;
    align-items: center;
}

.template-content-warning-yellow {
    display: flex;
    justify-content: end;
    background: rgb(217, 173, 70);
    border-radius: 5px;
    color: white;
    padding: 5px;
    margin: 0 0 10px 5px;
    align-items: center;
}


.dx-calendar-caption-button {
    background: none !important;
    color: black;
}

.contact-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .contact-footer a {
        padding: 0.2rem 0 0.2rem 0;
        display: flex;
        cursor: pointer;
        color: var(--dark)
    }

    .contact-footer > a > img {
        padding: 0 1.2rem 0 0;
    }

.contact-footer-single {
    padding: 0 0 0 0;
    cursor: pointer;
    color: var(--dark)
}

.horizontal-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
}



.contact-popover {
    margin: 0 2rem 0 0;
    transform: scale(2);
    color: var(--dark);
}

a {
    color: var(--primary);
}




.long-title {
    text-align: center;
}

.dx-checkbox-indeterminate .dx-checkbox-icon {
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.54);
    color: #336194;
}


.background-test {
    background-color: red;
}

.dx-box-item-content {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
}

.decision-buttons {
    display: flex;
    flex-direction: row;
}

@media (max-width: 650px ) {
    .decision-buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .decision-buttons > .dx-widget {
            margin: 0 0 1rem 0;
        }
}

.add-applicant {
    padding-bottom: 1rem;
}

.maintenance-message {
    display: inline-flex;
    background: rgb(217, 173, 70);
    border-radius: 5px;
    color: white;
    padding: 5px;
    margin: 0 0 10px 5px;
    width: 100%;
}

.dx-texteditor-input {
    min-height: 25px;
}


/*INTERNAL FORM CSS*/
.internal-background {
    background-image: url("../images/MVF_M.svg");
    /*  width: 100%;
    height: 100%;*/
    z-index: 9999;
}

#accordion {
    height: 700px;
}

.dx-accordion-item-title {
    background-color: var(--dark);
    color: #ffff
}

.dx-accordion-item.dx-state-hover > .dx-accordion-item-title,
.dx-accordion-item.dx-state-focused > .dx-accordion-item-title {
    background-color: rgb(28, 47, 73) !important;
    color: #fff !important;
}


#internalForm {
    width: 100%;
}

    #internalForm .dx-box-item-content {
        justify-content: flex-start;
    }


.add-applicant-checkbox-div {
    background-color: var(--dark);
    margin: 5px 3px 3px 3px;
}

    .add-applicant-checkbox-div > div {
        color: white;
        font-size: 1.5rem;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        min-height: 40px;
        padding: 6px 11px;
    }

    .add-applicant-checkbox-div > span {
        color: white !important;
    }

.submit-button-div {
    display: flex;
    justify-content: end;
}

.dx-fileuploader-wrapper {
    border: 1px black;
}

/****New Website CSS****
******WITH CHANGES*****/
html,
body,
/*div,*/
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    font-family: "body-font", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "body-font";
    font-display: swap;
    src: url("./fonts/Manrope-VariableFont_wght.ttf") format("truetype");
}


.container {
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

header {
    display: flex;
    padding: 1rem 0;
}

    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo img {
    width: 150%;
    max-width: 300px;
}

@media (max-width: 500px) {
    .logo img {
        max-width: 200px;
    }
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .contact p {
        font-size: 0.85rem;
        text-align: end;
        margin-bottom: 0;
    }

    .contact a {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        text-decoration: none;
        color: var(--primary);
    }

    .contact svg {
        width: 0.85rem;
        height: 0.85rem;
        fill: var(--primary);
    }

.main {
    background-color: var(--secondary);
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 3rem 0;
    min-height: 80svh;
}

    .main .container {
        display: flex;
    }

    .main .form-wrap {
        background-color: white;
        max-width: 1000px;
        width: 100%;
        margin-inline: auto;
        border-radius: 0.5rem;
        padding: clamp(1rem, 4vw, 3rem);
    }

.divider {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: flex;
}

    .divider svg {
        height: 30px;
    }

footer {
    background-color: var(--dark);
    position: relative;
    padding: 3rem 0;
    display: flex;
}

    footer .container .footer-main {
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer .container .footer-main:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 400px;
            height: 80%;
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTYuOSAxNTguOTIiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgICAgb3BhY2l0eTogLjA1OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMi0yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGc+CiAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyMTYuOSAxMDcuMDEgMjE2LjkgMTU4LjkyIDE2My42NiAxNTguOTIgMTYzLjY2IDE0Mi40OCAyMTYuOSAxMDcuMDEiLz4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgMTA3LjAxIDAgMTU4LjkyIDUzLjI0IDE1OC45MiA1My4yNCAxNDIuNDggMCAxMDcuMDEiLz4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjIxNi45IDcxLjY0IDIxNi45IDAgMTA4LjQ1IDY1LjczIDAgMCAwIDcxLjY0IDEwOC40NSAxNDkuODQgMjE2LjkgNzEuNjQiLz4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEwOC45OCAzMi41OSAxNjMuOTEgMCA1Mi45NiAwIDEwOC45OCAzMi41OSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
            background-position: left bottom;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 0;
        }

@media (max-width: 500px) {
    footer .container .footer-main {
        flex-direction: column;
    }

    .copy-legal {
        margin-top: 2rem;
    }

        .copy-legal a:hover {
            color: white;
            text-decoration: underline;
        }

    footer .logo img {
        max-width: 300px;
    }
}

.copy-legal {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: end;
    opacity: 0.76;
    font-size: 0.85rem;
}

    .copy-legal a {
        color: white;
        text-decoration: none;
    }
