


.edi-btn label {
    transform: translate(-100px, 31px) scale(1, 1) !important;
}

.checksum {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 20px;
}

.alert-box {
    background-color: #f3faff;
    padding: 10px;
    border-radius: 8px;
    margin: 50px auto 0;
    border: 1px solid #e1f2ff;
    max-width: 630px;
}

.alert-box:before {
    content: '';
    width: 50px;
    height: 75px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    float: left;
    background-image: url(../images/shield-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.alert-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.alert-box p {
    line-height: 21px;
    margin: 0 0 5px;
}

.alert-box p:last-child {
    line-height: 30px;
    margin: 0;
}

.alert-box p strong {
    color: #005f8e;
    font-weight: 600;
}

.checksum h3 {
    margin: 0;
    padding: 0 0 5px;
}

.checksum ul {
    padding: 0 !important;
    display: flex;
}

.checksum ul li {
    list-style-type: none;
}

.checksum ul li:first-child {
    font-weight: 600;
    padding: 0 10px 0 0;
}

.checksum ul li:last-child {
    font-size: 12px;
    color: #2f9633;
    word-break: break-all;
}

.checksum p {
    margin: 0 !important;
    font-size: 12px;
    color: #7b2020;
}

.removeBtn,
.btmBar {
    display: none !important
}

.formOnly {
    margin: 0 auto;
    !important;
    float: none !important
}

.new-sub-text {
    border-top: 1px solid #ccc;
    max-width: 130px;
    margin: 14px auto;
}

.nav-dwn.fr a,
.nav-dwn.fr a:hover {
    color: #fff;
    background: #5BBB2A;
}

.icon-s-download {
    display: none;
}

.taa-compliance img {
    max-width: 25px;
}

.taa-compliance {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 10px;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.taa-compliance p {
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
}

.taa-compliance a {
    color: #5786ee;
    text-decoration: none;
}

.breadcrumb {
    display: none !important;
}