.approval-wrapper {
    margin: 0.625rem auto 4rem;
}
@media screen and (min-width: 64rem) {
    .approval-wrapper {
        margin: 0.8125rem auto 5rem;
    }
}
.approval-wrapper--stickerbot {
    margin-top: 1.625rem;
}
@media screen and (min-width: 64rem) {
    .approval-wrapper--stickerbot {
        margin-top: 2.1875rem;
    }
}
.approval__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.36;
    margin-bottom: 1.625rem;
}
@media screen and (min-width: 64rem) {
    .approval__title {
        font-size: 1.5rem;
        margin-bottom: 2.5rem;
    }
}
.approval__icon {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.approval__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 47.5rem;
    width: 100%;
}
@media screen and (min-width: 83.75rem) {
    .approval__wrap {
        margin-left: 5.4375rem;
    }
}
.approval__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.approval__label {
    margin: 0 auto 1.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 1.25rem 1.5rem;
    border: 2px solid #E9EAEC;
    border: 2px solid var(--G-color-gray-light);
    border-radius: 0.25rem;
    background-color: #FBFBFC;
    background-color: var(--G-color-gray-athens);
}
@media screen and (min-width: 64rem) {
    .approval__label {
        margin-bottom: 2rem;
    }
}
.approval__image {
    position: relative;
    margin: 0 auto 2.5rem;
    height: 15.625rem;
    width: 15.625rem;
}
@media screen and (min-width: 64rem) {
    .approval__image {
        margin-bottom: 2.8125rem;
    }
}
.approval__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.approval__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.75rem;
}
@media screen and (min-width: 64rem) {
    .approval__buttons {
        margin-bottom: 2.75rem;
    }
}
.approval__btn {
    font-size: 1rem;
    font-weight: 700;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    margin-bottom: 0.8125rem;
}
@media screen and (min-width: 64rem) {
    .approval__btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        min-width: 15.625rem;
        padding-top: 1.15625rem;
        padding-bottom: 1.15625rem;
        margin-bottom: 0.625rem;
    }
}
.approval__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: center;
}
.approval__text a {
    text-decoration: none;
}
.approval__text a:hover, .approval__text a:focus-visible {
    text-decoration: underline;
}
.approval__text strong {
    font-weight: 600;
}
.approval__text--only {
    margin-bottom: 2rem;
}
.approval__text-link {
    display: block;
}
@media screen and (min-width: 64rem) {
    .approval__text-link {
        display: inline;
    }
}
.approval__message {
    font-size: 0.9375rem;
    line-height: 1.7;
    text-align: center;
    padding: 0.75rem;
}
.approval__form {
    margin-bottom: 1.75rem;
}
@media screen and (min-width: 64rem) {
    .approval__form {
        margin-bottom: 2.75rem;
    }
}
.approval__form-btn {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 48rem) {
    .approval__form-btn {
        width: auto;
    }
}
.approval__form-input {
    border: 1px solid #d1d1d1;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 0.875rem;
}
@media screen and (min-width: 64rem) {
    .approval__form-input {
        font-size: 0.9375rem;
        padding: 0.5625rem;
    }
}
.approval__form-input--textarea {
    padding: 0.6875rem 0.625rem;
    resize: none;
    height: 4.375rem;
    line-height: 1.42;
}
@media screen and (min-width: 64rem) {
    .approval__form-input--textarea {
        height: 4.1875rem;
    }
}
.approval__form-input-file {
    margin-bottom: 1.125rem;
    min-height: 1.6875rem;
}
.approval__form-input-file .input-file__files-filename {
    line-height: 1.2;
}
.approval__form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 64rem) {
    .approval__form-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.approval__form-buttons span {
    margin-right: 0.3125rem;
}
.approval__form-cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.8125rem;
    font-size: 0.875rem;
}
@media screen and (min-width: 64rem) {
    .approval__form-cancel {
        margin-left: 1.25rem;
        margin-top: 0;
    }
}
.approval__alert {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.875rem 1.25rem;
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    border-radius: 0.25rem;
    line-height: 1.65;
    margin-bottom: 1.75rem;
    background-color: #fff;
}
@media screen and (min-width: 64rem) {
    .approval__alert {
        padding: 1.375rem 2.5rem;
        margin-bottom: 2rem;
    }
}
.approval__alert strong {
    font-weight: 600;
}
.approval-history__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.36;
    margin-bottom: 1.0625rem;
}
@media screen and (min-width: 64rem) {
    .approval-history__title {
        font-size: 1.375rem;
    }
}
.approval-history__list {
    background-color: #fff;
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    border-radius: 0.25rem;
}
.approval-history__item {
    border-bottom: 1px solid #E9EAEC;
    border-bottom: 1px solid var(--G-color-gray-light);
}
.approval-history__item:last-child {
    border-bottom: none;
}
.approval-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.25rem 0.9375rem 1rem;
    font-size: 0.875rem;
}
@media screen and (min-width: 64rem) {
    .approval-item {
        padding: 2.0625rem 2.5rem 1.1875rem;
    }
}
.approval-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.875rem;
}
.approval-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.3;
    margin-bottom: 0.5625rem;
}
@media screen and (min-width: 64rem) {
    .approval-item__top {
        margin-top: 0.375rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.approval-item__name {
    font-weight: 600;
    margin-right: 0.5rem;
    margin-bottom: 0.1875rem;
}
@media screen and (min-width: 64rem) {
    .approval-item__name {
        margin-bottom: 0;
    }
}
.approval-item__date {
    color: #94999E;
    color: var(--G-color-placeholder);
}
.approval-item__status {
    margin-bottom: 0.625rem;
    line-height: 1.3;
}
.approval-item__status strong {
    font-weight: 600;
}
.approval-item__status a {
    font-weight: 600;
    text-decoration: none;
}
.approval-item__status a:hover, .approval-item__status a:focus-visible {
    text-decoration: underline;
}
.approval-item__img {
    display: inline-block;
    margin-top: 0.375rem;
    height: 3.9375rem;
    text-align: left;
    margin-bottom: 0.875rem;
    cursor: pointer;
    background-image: url(/images/patern_transp_bg.png);
}
@media screen and (min-width: 64rem) {
    .approval-item__img {
        margin-bottom: 1.125rem;
    }
}
.approval-item__img:last-child {
    margin-bottom: 0;
}
.approval-item__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: left;
}
.approval-item__img + .approval-item__links {
    margin-top: 0;
}
.approval-item__img--no-hover {
    cursor: default;
}
.approval-item__title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.625rem;
}
.approval-item__text {
    position: relative;
    line-height: 1.6;
}
.approval-item__text a {
    text-decoration: none;
}
.approval-item__text a:hover, .approval-item__text a:focus-visible {
    text-decoration: underline;
}
.approval-item__text blockquote {
    position: relative;
    padding-left: 1.25rem;
    border: none;
    font-size: inherit;
}
.approval-item__text blockquote:before {
    content: "";
    width: 0.1875rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #202527;
    background-color: var(--G-color-default);
}
.approval-item__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.6;
    margin-top: 0.3125rem;
}
@media screen and (min-width: 64rem) {
    .approval-item__links {
        margin-top: 0.75rem;
    }
}
.approval-item__links a {
    text-decoration: none;
    margin-bottom: 1px;
}
.approval-item__links a:hover, .approval-item__links a:focus-visible {
    text-decoration: underline;
}
.approval-item__links--no-hover a {
    cursor: default;
}
.approval-item__links--no-hover a:hover, .approval-item__links--no-hover a:focus-visible {
    text-decoration: none;
}
.approval-item__links + .approval-item__title {
    margin-top: 0.625rem;
}
.approval-item__size {
    font-weight: 600;
    margin-bottom: 0.8125rem;
    margin-top: 1rem;
}
.approval-item__btn {
    width: auto;
    display: inline-block;
    min-width: 8.75rem;
    text-align: center;
    margin-top: 0.3125rem;
}
@media screen and (min-width: 64rem) {
    .approval-item__btn {
        margin-top: 1rem;
    }
}
.approval-item__delimiter {
    margin-bottom: 1.5rem;
}