.my-pdf {
    margin-top: 50px;
    padding: 30px 0;
    width: 100%;
    color: #001A45;
}

@media (max-width: 1200px) {
    .my-pdf {
        margin-top: 0px;
    }
}

.my-pdf__container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 45px;
}

.my-pdf__container .back-btn {
    width: fit-content;
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .my-pdf__container {
        flex-direction: column;
        gap: 0;
    }
}

.my-pdf .my-pdf__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}

.my-pdf .my-pdf__header .my-pdf__header-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.my-pdf .my-pdf__body-title {
    color: #1BB9D1;
    font-weight: 600;
    font-size: 20px;
}

.my-pdf .my-pdf__body {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.my-pdf .my-pdf__body .my-pdf__block {
    width: 40%;
}

.my-pdf input,
.my-pdf select {
    border: 2px solid transparent;
}

.my-pdf .input-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
    position: relative;
}

.my-pdf .input-item .units {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #727479;
    font-size: 20px;
    line-height: 36px;
}

.my-pdf .input-item label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.my-pdf .input-item input ,
.my-pdf .input-item select {
    width: 100%;
    max-width: 300px;
    background: #ECECEC;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
}

.my-pdf .drop-area {
    width: 100%;
    height: 100px;
    border: 1px solid #001A45;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    margin: 10px auto 50px;
    font-size: 20px;
    font-weight: 600;
    color: #727479;
}

.my-pdf .preview-image {
    max-width: 400px;
    max-height: 300px;
    object-fit: cover;
    display: none;
    margin-top: 20px;
    border-radius: 10px;
}

.my-pdf .preview-container {
    position: relative;
    width: fit-content;
}

.my-pdf .remove-image {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.pdf-item_qty {
    display: inline-block;
    position: relative;
}

.pdf-qty_addition {
    width: 128px;
    padding: 0;
    background: #0AB1D6;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pdf-qty_addition span {
    display: inline-block;
    width: 40px;
    height: 48px;
    text-align: center;
    position: relative;
}

.pdf-qty_addition .pdf-qty_minus:before,
.pdf-qty_addition .pdf-qty_plus:before,
.pdf-qty_addition .pdf-qty_plus:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #fff;
    left: 10px;
    right: 10px;
}

.pdf-qty_addition .pdf-qty_plus:after {
    transform: rotate(90deg);
}

.my-pdf .my-pdf__list .list-item.active .list-item__header {
    color: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #0AB1D6;
    background-color: #0AB1D6;
}

.my-pdf .my-pdf__list .my-pdf__list-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.my-pdf .my-pdf__list .list-item .list-item__header {
    cursor: pointer;
    padding: 35px 60px;
    border-radius: 10px;
    border: 1px solid #001A45;
    background-color: #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-pdf .my-pdf__list .list-item__title {
    font-size: 24px;
    font-weight: 600;
}

.my-pdf .my-pdf__list .list-item .list-item-arrow {
    transform: rotate(180deg);
}

.my-pdf .my-pdf__list .list-item.active .list-item-arrow {
    transform: rotate(0deg);
}

.my-pdf .my-pdf__list .list-item.active .list-item-arrow svg path {
    fill: white;
}

.my-pdf .list-item__body {
    display: none;
}

.my-pdf .list-item__body .list-item__baner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0px 25px 55px;
}

.my-pdf .list-item__body .list-item__baner-left {
    min-height: 100%;
}

.my-pdf .list-item__body .list-item__baner-col {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-pdf .list-item__baner-title .title-top {
    display: block;
    color: #005F90;
    font-weight: 600;
    font-size: 24px;
}

.my-pdf .list-item__baner-title .title-bottom {
    display: block;
    color: #0092D7;
    font-weight: 600;
    font-size: 24px;
}

.my-pdf .list-item__content {
    padding: 25px 55px;
}

.my-pdf .list-item__content li {
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    font-size: 18px;
    list-style-type: disc;
}

.my-pdf .list-item__content p {
    padding-bottom: 25px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    font-size: 18px;
}

.my-pdf .list-item__content p strong {
    display: block;
    color: #096E98;
    font-size: 24px;
    font-weight: 600;
}

.my-pdf .list-item .list-item__gallery {
    padding: 25px 55px 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px 20px;
}

.my-pdf .list-item .list-item__gallery .list-item__gallery-img {
    margin-bottom: 20px;
}

.my-pdf .list-item .list-item__gallery .list-item__gallery-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #020202;
}

.my-pdf .list-item__data-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
    padding: 35px 60px;
    border-radius: 10px;
    border: 1px solid #001A45;
    background-color: #E5E5E5;
}

.my-pdf .list-item__data-header .list-item__data-close,
.my-pdf .list-item__data-header .list-item__data-add {
    cursor: pointer;
}

.my-pdf .list-item__data-info {
    padding: 55px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.my-pdf .list-item__data-info .bold {
    font-weight: 700;
}

.my-pdf .list-item__data-info .italic {
    font-style: italic;
}

.my-pdf .list-item__data-form {
    width: 100%;
    max-width: 600px;
    margin-left: 55px;
}

.my-pdf .list-item__data-form .data-sup-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.my-pdf .list-item__data-form .data-sup-title.blue {
    color: #0AB1D6;
}

.my-pdf .list-item__data-form .input-item.room-item {
    display: flex;
    flex-direction: column;
}

/*NEW STYLES*/

.my-pdf__header-title {
    border-bottom: 2px solid #ECECEC;
}

.input-item-line {
    display: flex;
    gap: 5%;
}

.input-item-line .input-item:first-child {
    width: 45%;
}

.input-item-line .input-item:last-child {
    width: 55%;
}

.input-item-line .input-item:first-child label {
    white-space: nowrap;
}

.my-pdf .my-pdf__img-logo-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.my-pdf .list-item__content ul {
    padding-left: 35px;
    margin-bottom: 25px;
}

.my-pdf .list-item__data {
    margin-bottom: 25px;
}

.my-pdf__header-btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-pdf .result-container p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}

.my-pdf .room-item-counter {
    pointer-events: none;
}

.my-pdf .notes-item {
    display: flex;
    flex-direction: column;
    padding: 0 55px;
}

.my-pdf .notes-item label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}

.my-pdf .notes-item textarea {
    border: 1px solid #001A45;
    border-radius: 10px;
    min-height: 150px;
    padding: 20px;
}

@media (max-width: 768px) {
    .my-pdf .list-item .list-item__gallery {
        grid-template-columns: 1fr 1fr;
    }

    .my-pdf .my-pdf__body {
        flex-direction: column;
    }

    .my-pdf .my-pdf__body .my-pdf__block {
        width: 100%;
    }

    .my-pdf .list-item__data-form {
        margin-left: 0;
        max-width: unset;
    }

    .my-pdf .list-item__content,
    .my-pdf .list-item__data-info,
    .my-pdf .list-item .list-item__gallery {
        padding: 35px 0;
    }

    .my-pdf .list-item__body .list-item__baner {
        padding: 0 0 55px;
    }
}

@media (max-width: 540px) {
    .my-pdf .list-item .list-item__gallery {
        grid-template-columns: 1fr;
    }

}

.my-pdf .drafts-container .pdf-item .item {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
}

.my-pdf .drafts-container .pdf-item .title {
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-pdf .drafts-container .pdf-item {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
}

.my-pdf .drafts-container .pdf-item .delete-post-button {
    border: #001A45 2px solid;
    border-radius: 5px;
    font-weight: 600;
}

.my-pdf .drafts-container {
    gap: 10px;
}

.my-pdf .drafts-container .page-title {
    text-align: left;
    margin: 15px 0;
}

.my-pdf .drafts-container .no-data p {
    font-weight: 600;
    font-size: 20px;
}

.my-pdf .footer-btn-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 55px;
}

.my-pdf .footer-btn-block .footer-btn-back {
    padding: 13px 24px;
    border-radius: 5px;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
}

.my-pdf .footer-btn-generate {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    border-radius: 10px;
    padding: 14px 54px;
}