body {
    margin: 0;
}
.container {
    /*width: 100%;*/
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width: 574px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
.d-flex {
    display: flex;
}
.text-center {
    text-align: center;
}
.banner__tool {
    justify-content: space-between;
    padding: 10px;
}
.page-pdf {
    text-align: center;
    height: 48px;
    overflow: hidden;
    outline: none;
    border: 0 solid transparent;
    border-radius: 5px;
    position: relative;
    color: #000000;
    font-size: 13px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn__tool {
    background-color: #0097c8;
}
.btn__price {
    background-color: #c2172d;
}
.bg-white {
    background-color: #fff;
}
.right__banner {
    gap: 10px;
}
.logo-upt {
    height: 60px;
}
img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.button .icon {
    display: block;
    width: 25px;
    height: 25px;
    fill: #757575;
    margin: 0 auto;
}
.button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: transparent;
    outline: none;
    border: 0 solid transparent;
    cursor: pointer;
    position: relative;
    color: #757575;
    gap: 10px;
    padding: 0;
    margin: 0 14px;
}
.button .label {
    margin-top: 3px;
    font-size: 9px;
    text-align: center;
    color: #7e7e7e;
    white-space: nowrap;
}
.button img {
    width: 26px;
    height: 26px;
}
.left__banner {
    align-items: center;
}
.box__select--size {
    position: relative;
    margin: 0 14px;
}
.select__size {
    border: 1px solid #bdbdbd;
    padding: 8px 20px 10px 8px;
    border-radius: 4px;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    width: 180px;
    font-weight: 700;
    appearance: none;
}
.box__select--size::after {
    content: '';
    position: absolute;
    top: 25%;
    right: 5px;
    background: url("/common/design/user/img/paper_page/icon-menu.svg") center no-repeat;
    width: 19px;
    height: 15px;
}
.info__header {
    margin-left: 14px;
}
.quantity__paper,
.info__paper {
    color: #575757;
    font-size: 12px;
    line-height: 18px;
}
header {
    margin-bottom: 20px;
}
.choice__pdf {
    align-items: center;
    gap: 92px;
    padding-bottom: 80px;
}
.img-arrow button {
    background-color: transparent;
    outline: none;
    border: 0 solid transparent;
    cursor: pointer;
}
.img-arrow img {
    width: 50px;
    margin-bottom: 102px;
}
.text__picture--1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    flex: 1;
    text-align: center;
}
.text__picture--2 {
    font-size: 14px;
    line-height: 36px;
    color: #575757;
    font-weight: 700;
    flex: 1;
    text-align: center;
}
.text__picture--2 span {
    color: #0084ff;
}
.info__picture {
    display: none;
}
.part__pdf {
    flex: 1;
}
.place__pdf {
    margin: 40px 0;
    width: 100%;
    aspect-ratio: 210 / 297;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 10px 2px #575757;
}
.upload {
    display: none;
}
.label__upload {
    background-color: #E61E02;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    color: white;
    padding: 18px 30px;
    cursor: pointer;
    display: block;
    text-align: center;
    position: relative;
}
.label__upload::after {
    content: '';
    position: absolute;
    background: url("/common/design/user/img/paper_page/upload.svg") center no-repeat;
    width: 11px;
    height: 15px;
    top: 35%;
    right: 15px;
}
.crop__popup,
.paper__tool {
    color: #1F91FF;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}
.list__btn {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}
.btn__upload,
.paper__tool {
    flex: 1;
}
.text__place--2 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.text__place--1 {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 24px;
}
.place__pdf::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dadada;
    opacity: 0;
}
.place__pdf.not-choice::after {
    opacity: 0.8;
}
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Background overlay */
    display: none;
    z-index: 9;
}
.custom-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.custom-modal-content {
    position: relative;
    background-color: white;
    padding: 20px;
    max-width: 1000px;
    margin: 28px auto;
    z-index: 1001;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.open__login {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.input__login {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    color: inherit;
    height: 2.625em;
    padding: 0 .75em;
    font-size: 1.125em;
    margin-bottom: 10px;
}
.btn__login {
    order: 0;
    border-radius: .25em;
    color: #fff;
    font-size: 1.0625em;
    cursor: pointer;
    width: 200px;
    margin: 20px auto;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500;
    position: relative;
    background-color: #333;
    outline: none;
}
.register {
    width: auto;
    height: 40px;
    padding: 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    display: flex;
    border-top: 1px solid #eee;
    text-decoration: none;
    justify-content: center;
}
.box__login {
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}
.list__login {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.crop__popup {
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}
.close-popup {
    border: 4px solid #0097c8;
    background-color: white;
    padding: 15px;
    color: #0097c8;
    font-size: 14px;
}
.btn__access {
    background-color: #0097c8;
    border: 4px solid #0097c8;
    color: white;
    font-size: 14px;
    padding: 15px;
    outline: none;
}
.btn__access,
.close-popup {
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.open__crop {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.text__crop {
    font-size: 14px;
    line-height: 18px;
}
.text__crop span {
    font-size: 11px;
    color: #595959;
}
.text__crop a {
    color: #0097c8;
}
.svg__crop {
    flex: 1;
}
.text__crop {
    flex: 2;
}
.content__crop {
    gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.crop-modal .custom-modal-content {
    max-width: 700px;
}
.crop__note {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.crop__note span {
    padding: 5px 8px;
    background-color: #FBE9EB;
    color: #D7263D;
    font-size: 11px;
    line-height: 14px;
    margin-right: 5px;
}
.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.radio-label input {
    display: none;
}

.radio-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s;
}

.radio-label input:checked + .radio-checkmark {
    border: 2px solid #2196F3;
}

.radio-checkmark::after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2196F3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-label input:checked + .radio-checkmark::after {
    display: block;
}
.choice__crop {
    gap: 50px;
}
.box__crop {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding: 15px 0;
}
.save__image {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.part__pdf {
    display: none;
}
.part__pdf.show {
    display: block;
}
.way__fix {
    background-color: #F7F7F7;
    padding: 10px;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.face__paper {
    flex: 1;
    justify-content: center;
    align-items: end;
    gap: 10px;
}
.face__paper .text__picture--1 {
    border-bottom: 2px solid #E8E8E8;
}
.info__pic {
    margin-bottom: 10px;
    gap: 10px;
}
.text__picture--1.choice {
    border-bottom: 2px solid #000000;
}
.box__header {
    background-color: #C2172D;
}
.bottom__page {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    padding: 10px;
    border-top: 1px solid #828282;
    background-color: #FFFFFF;
}
.content__bottom {
    justify-content: space-between;
    align-items: center;
}
.shirt__page {
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.text-tshirt {
    font-size: 10px;
    line-height: 15px;
    color: #828282;
}
@media (min-width: 1100px) {
    .part__pdf {
        width: 427px !important;
    }
    .info__picture {
        gap: 23px;
        display: flex;
    }
    .list__btn {
        flex-direction: row;
    }
    .label__upload {
        padding: 18px;
    }
    .info__pic {
        display: none;
    }
    .text__picture--2,
    .text__picture--1 {
        flex: unset;
    }
    .box__header {
        background-color: transparent;
    }
    .page-pdf {
        color: #ffffff;
    }
    .part__pdf {
        display: block;
    }
    .open__login {
        margin: 0 0 .4em;
        font-size: 1.875em;
    }
    .content__crop {
        flex-direction: row;
        align-items: flex-start;
    }
    .box__crop {
        padding: 30px;
    }
    .btn__access,
    .close-popup {
        font-size: 18px;
    }
}