#pdf-viewer {
    @media only screen and (max-width: 576px) {
        padding: 1.75rem 1.25rem 1.25rem;
    }

    #page-num-input {
        display: flex;
        gap: .5rem;
        align-items: end;
    }
}

.button-layout {
    input {
        margin-bottom: 45px;
    }

    .content {
        width: 33%;

    }

    @media only screen and (max-width: 768px) {
        .content {
            width: 80%;
        }
    }
}

.selected_domain {
    color: #fff;
    background-color: #ff570d;
    border-radius: 10px;
    width: auto;
    display: inline;
    padding: 1px 8px;
    font-size: 12px;
}

.menu-item.menu_item-back {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .content-wrapper {
        min-height: calc(100vh - 60px);
    }
}