input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.error {
    display: none;
}

.dropzone {
    background: rgba(227, 238, 239, 0.3) !important;
    border: 2px dashed #587D83 !important;
    box-sizing: border-box;
    border-radius: 12px;
}

.dropzone .dz-preview {
    background: none !important;
}

.dropzone .dz-image {
    border-radius: 0px !important;
}

.dropzone .dz-message {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #365658;
}

.thumbnail {
    position: relative;
}

.thumbnail .delete,
.dropzone .dz-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-image: url('../img/icon/icon-delete.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
}

.product-buttons {
    display: block;
    margin: 8px 0;
}

.product-buttons .button {
    margin: 0 auto;
    font-size: 24px;
    padding: 14px 20px;
}

.product-buttons input {
    text-align: center;
    margin: 0 8px;
}

.card .extra {
    display: block;
    margin-top: 16px;
}

html,
body {
    background-color: #E3EEEF;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    align-items: center;
    text-decoration-line: underline;
    /* Primary / Dark Blue */
    color: #006FA4;
}

p {
    font-size: 18px;
}

header {
    display: block;
    margin-top: 80px;
    margin-bottom: 24px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

header .logo {
    display: inline-block;
    max-width: 160px;
}

footer {
    display: block;
    margin: 24px 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

section.section-content {
    padding: 48px;
    background: #FFFFFF;
}

@media (max-width: 1200px) {
    .button {
        margin-bottom: 16px;
    }
    .section-content {
        padding: 24px !important;
        margin-left: -15px;
        margin-right: -15px;
    }
    h2 {
        word-wrap: break-word;
    }
}

a.cancel {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #365658;
}

a.cancel::after {
    content: '';
    margin-left: 8px;
    position: relative;
    top: 2px;
    padding: 8px;
    background-image: url('../img/icon/icon-cancel.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.review .edit {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #006FA4;
}

.review .edit::after {
    content: '';
    margin-left: 10px;
    position: relative;
    top: 2px;
    padding: 10px;
    background-image: url('../img/icon/icon-edit.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.step {
    display: block;
    margin-bottom: 8px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #365658;
}

.button-group {
    display: block;
    margin-top: 64px;
}

small {
    display: block;
    margin-top: 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    /* or 16px */
    display: flex;
    align-items: center;
    /* Secondary / Dark Grey */
    color: #365658;
}

.review {
    padding: 16px;
    margin-bottom: 16px;
    background: #E3EEEF80;
}

.modal-dialog {
    max-width: 700px;
    box-shadow: 0px 0px 50px #365658;
}

.modal-dialog p {
    font-size: 20px;
}

.modal-content {
    padding: 48px;
    border: none;
    border-radius: 0;
}

.modal-large .modal-dialog {
    max-width: 90vw;
}

.modal-large ul li {
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .modal-large .modal-dialog {
        max-width: 100vw;
    }
}

.warning {
    position: relative;
    padding: 16px;
    padding-left: 40px;
    margin-bottom: 32px;
    background-color: rgba(255, 230, 90, 0.5);
    color: #004D7A;
    border: none;
    border-radius: 0;
}

.warning span::before {
    content: '';
    position: relative;
    top: 2px;
    left: -10px;
    margin-left: -16px;
    padding: 8px;
    background-image: url('../img/icon/icon-exclamation-triangle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}