body.form-m2t {
    background-color: #eee;
    min-height: 100vh;
    position: relative;
}

#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 2rem;
    /* text-transform: uppercase; */
    color: #999;
}

#loading.hidden {
    display: none;
}

body.form-m2t > .maincontent {
    min-height: calc(100vh - 5.5rem);
    padding: 0;
}
.maincontent .header {
    text-align: center;
    padding: 1.75rem 1.5rem 0;
    background-color: #fafafa;
}

.maincontent .header .logo-wrapper img{
    width: 75px;
}

@media (max-width: 600px) {
    .maincontent .header .logo-wrapper img {
        width: 20%;
    }
}

.maincontent .header-info {
    background-color: #fafafa;
}

.maincontent .header-info.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #25336E;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.maincontent .header-info.sticky h5 {
    color: #fafafa;
    text-align: left;
}

.sticky + .field-form {
    margin-top: 60px !important;
}

.maincontent .header-info h5 {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 1rem 1.5rem;
    color: #25336E;
    text-align: center;
}

.maincontent .field-form {
    padding: 1.5rem 1.5rem 3rem;
}

.maincontent .field-form .field .control .file .file-label{
    width: 100%;
}

.maincontent .field-form .field .control .file-label .file-cta {
    width: 100%;
}

.maincontent .field-form .field .control .file-label .file-cta .file-label {
    justify-content: center;
}

.maincontent #zoneresult .zoneresult {
    height: 9rem;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
}

.maincontent #zoneresult .zoneresult span {
    word-break: break-word;
}

.maincontent #zoneresult {
    display: block;
    padding: 1.5rem 1.5rem 0;
}

.maincontent #zoneresult.hides {
    display: none;
}

.maincontent .field-form .field.submit{
    margin-top: 2rem;
}

.maincontent .field-form .field.submit .is-link {
    background-color: #25336E;
}

body.form-m2t > .footer {
    padding: 2rem 1.5rem;
}

#guestcheckout .card{
    border: 1px solid #ddd;
    box-shadow: none;
}

#successmod {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 5.5rem);
    padding: 2rem;
    text-align: center;
    background-color: #fff;
}

#successmod.hidden {
    display: none;
}

#maincontent.hidden {
    display: none;
}

#successmod h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #25336E;
}

#successmod h5 {
    font-size: 1rem;
}