body {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dpo8-txt {
    align-self: flex-start;
    display: block;
    color: #3e3e3e;
    margin: 0.4em;
    width: 100%;
    word-break: break-word;
}

.dpo8-text-center {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.en-CA .dpo8-txt,
.fr-CA .dpo8-txt {
    font-size: 18px;
    margin-bottom: 1em;
}

.dpo8-file-upload-container {
    display: flex;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    max-width: 700px;
    width: 100%;
}

.en-CA .dpo8-file-upload-container,
.fr-CA .dpo8-file-upload-container {
    border: none;
    background-color: white;
    color: #0036a3;
}

.dpo8-file-upload-wrapper {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    flex-direction: column;
    padding: 10px;
    max-width: 700px;
    width: 100%;
}

a {
    outline: none;
    text-decoration: none;
}

#averyFile {
    visibility: hidden;
    width: 0;
    height: 0;
}

.dpo8-green-btn {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 3em;
    line-height: 3em;
    border-width: 1px;
    border-color: #86b34d #86b34d #5d8d1e #5d8d1e;
    background-color: #68A020;
    border-style: solid;
    border-radius: 5px;
    user-select: none;
}

.dpo8-green-btn:hover {
    background-color: #62981e;
    border-color: #7aa841 #518213 #518213 #7aa841;
    cursor: pointer;
}

.button-container{
    display: flex;
    justify-content: center;
}

.en-CA .button-container,
.fr-CA .button-container {
    margin-bottom: 30px;
}

.block-text{
    display: none;
}

.en-CA .block-text,
.fr-CA .block-text {
    border-color: #b9b9b9;
    border-radius: 7px 0 0 7px;
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background-color: #fafafa;
    display: inline-block;
    position: relative;
    color: black;
    height: 3em;
    line-height: 3em;
    user-select: none;
    padding: 0 7px 0 7px;
    width: 275px;
    cursor: pointer;
}

.en-CA .dpo8-green-btn,
.fr-CA .dpo8-green-btn {
    border-color: #b9b9b9;
    border-radius: 0 7px 7px 0;
    background-color: #bdbdbd;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.en-CA .button-group,
.fr-CA .button-group {
    display: flex;
    height: 42px;
}

.fr-CA .button-group:hover .dpo8-green-btn,
.en-CA .button-group:hover .dpo8-green-btn {
    cursor: pointer;
    background-color: #adadad;
    border-color: #adadad;
    margin-bottom: 10px;
}

.fr-CA .btn-large-template,
.en-CA .btn-large-template {
    justify-content: center;
    width: 590px;
}

.fr-CA .upload-btn,
.en-CA .upload-btn {
    width: 100%;
}

.button-title {
    font: 13px/35px Arial;
    border-color: #757575;
    color: #fff;
    margin: 0 15px;
}

.en-CA .button-title,
.fr-CA .button-title {
    color: white;
    font-weight: bold;
}


.button-wrapper {
    text-align: center;
}