html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {

}

.monsieur-la-doulaise-regular {
    font-family: "Monsieur La Doulaise", cursive;
    font-weight: 400;
    font-style: normal;
}

.lavishly-yours-regular {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
}

.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

/*.form-check-custom.form-check-solid .form-check-input:active, .form-check-custom.form-check-solid .form-check-input:focus,
.form-check-custom.form-check-solid .form-check-input {
    filter: none;
    background-color: #3E97FF;
}*/
/*input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: none !important;
    color: fieldtext !important;
}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: none !important;
    -webkit-background-clip: text;
}

.app-header {
    z-index: 999 !important;
}

/*---input-field-floating---*/
.input-field-floating {
    height: 42px;
    width: 100%;
    position: relative;
}

.input-field-floating input {
    height: 100%;
    width: 100%;
    border: none;
    color: #5e6278;
    border: 1px solid #E4E6EF;
    outline: none;
    padding: 0.775rem 1rem;
    border-radius: 0.85rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    -webkit-background-clip: text;
     -moz-background-clip: text;
}

/*.input-field-floating input:focus ~ label,
.input-field-floating input:valid ~ label {
    transform: translateY(-20px);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}*/

.input-field-floating label {
    position: absolute;
    bottom: 30px;
    left: 15px;
    background: #fff;
    color: #a1a5b7;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

/*---Selectbox floating---*/

.select-floating-label-content {
    position: relative;
    /*margin-bottom: 20px;*/
}

.select-floating-label {
    color: #a1a5b7;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: -10px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.floating-select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 14px;
    background: #fff;
    color: #5e6278;
    border: 1px solid #E4E6EF;
    box-sizing: border-box;
    border-radius: 0.85rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    /*-webkit-background-clip: text;*/
}

.bi-currency-pound::before {
    width: 12px;
}

/*.floating-select:focus ~ .select-floating-label {
    top: -8px;
}

.floating-select:focus {
    outline: none;
}

select.floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.floating-select::-ms-expand {
    display: none;
}

.floating-select:not([value=""]):valid ~ .select-floating-label {
    top: -8px;
}

.floating-select[value=""]:focus ~ .select-floating-label {
    top: 11px;
}*/

.floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    height: 42px;
}

/*.organization_card_body, .user_card_body {
    padding: 40px !important;
}*/
.denied {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.pointer{
    cursor:pointer !important;
}

.tranparent-loader {
    background-color: transparent !important;
    opacity: 1 !important;
}

.image-input .image-input-wrapper img {
    width: 114px;
    height: 114px;
    border-radius: .85rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.select_tag {
    top: 10px;
    left: 0px;
}

.select_tag span {
    position: absolute;
    left: 17px;
    top: 3px;
    color: #1BC5BD;
    font-size: 11px;
    font-weight: bold;
}

.swal2-icon {
    margin: 1em auto .6em !important;
}

.swal2-popup .swal2-actions {
    margin: 1rem auto 1rem auto;
}

.multiselect_cancle_btn {
    width: 24px !important;
    height: 24px !important;
    font-size: 20px !important;
    padding: 2px !important;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background-color: #F4F6FA;
}

li.paginate_button.page-item{
    margin-bottom: 2px;
}

.information_icon_hover:hover {
    color: #3E97FF;
}

/*.drawer {
    z-index: 999;
}*/

.Style_Body_AddNewSigner .signers-form-rows_item {
    cursor: move !important;
}

option[value=""][disabled] {
    display: none;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 10em;
    max-width: 13em;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
        border-radius: 5px;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #000;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #000;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #000;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #000;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 2em !important;
}

.page-loading .page-loader, [data-kt-app-page-loading=on] .page-loader {
    z-index: 99999999 !important;
}

.file-order-number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    background-color: var(--kt-body-bg) !important;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    border-radius: 100%;
    top: -.825rem;
    left: -.825rem;
}

.margePDF-page-order.d-flex.align-items-end.position-relative {
    width: 18.36%;
    cursor: pointer;
}

.brand-btn-container {
    display: table;
    min-width: 600px;
    max-width: 100%;
    font-size: 24px;
    width: 450px;
    max-width: 100%;
    transition: all 150ms;
    position: relative;
    margin: auto;
    height: 75px;
    border-radius: 100px;
    cursor: pointer;
}

.brand-btn-container .btn-wrapper {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 22px;
    padding-top: 25px;
    text-align: center;
}

.brand-btn-container .button-icon svg {
    transition: all 300ms;
    position: absolute;
    left: 25px;
    top: 25px;
}

.brand-color {
    fill: #1861ac;
    background-color: #1b6ec2;
}

.external-repos {
    display: flex;
    margin: auto;
    gap: 15px;
}

.external-repos .icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    transition: all 200ms;
    background-color: #fff;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.external-repos .icon.google-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)' fill='%23000'%3e%3cpath d='M10.1.97H5.92a.47.47 0 00-.4.7l4.47 7.74h5.27L10.5 1.2a.47.47 0 00-.4-.24zm-5.29 1.4l-4.75 8.2a.47.47 0 000 .47l2.02 3.75c.08.14.24.24.4.24h.01c.17 0 .33-.09.41-.23l4.55-7.87L4.8 2.37zm11.12 8.2a.47.47 0 00-.4-.23H6.58l-2.7 4.7h9.63c.17 0 .33-.1.4-.25l2.03-3.75a.47.47 0 000-.47z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' d='M0 0h16v16H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

.external-repos .icon.dropbox-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 .09L0 3.02l4 2.93 4-2.93L4 .09zM4 5.95L0 8.9l4 2.93 4-2.93-4-2.94zM12 5.95L8 8.9l4 2.93 4-2.93-4-2.94zM12 .09L8 3.02l4 2.93 4-2.93-4-2.93zM8 10.05l-4 2.93 4 2.93 4-2.93-4-2.93z' fill='%23000'/%3e%3c/svg%3e");
}

.external-repos .icon.url-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip1)' fill='%23000'%3e%3cpath d='M14.9 1.1a3.75 3.75 0 00-5.3 0L6.46 4.23a3.79 3.79 0 000 5.3c.23.24.49.42.76.58l.57-.57c.38-.38.24-.82.24-1.13a1.9 1.9 0 01-.24-2.85l3.13-3.14a1.88 1.88 0 012.66 2.66L11.5 7.15c.06.33.42 1.11.24 2.4l.03-.01L14.9 6.4a3.75 3.75 0 000-5.3z'/%3e%3cpath d='M9.78 6.22a3.57 3.57 0 00-.76-.57l-.57.57c-.37.38-.24.82-.23 1.13a1.9 1.9 0 01.24 2.85c-.12.1-3.32 3.31-3.38 3.38a1.88 1.88 0 01-2.66-2.66l2.32-2.31c-.06-.33-.42-1.12-.24-2.41l-.02.02L1.1 9.6a3.75 3.75 0 005.3 5.3l3.38-3.38a3.78 3.78 0 000-5.3z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip1'%3e%3cpath fill='%23fff' d='M0 0h16v16H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

.pdf-file-upload-section {
    height: 80vh !important;
}

.divTable {
    display: table;
    width: 100%;
    /*padding-bottom: 200px;*/
}

.divTableBody {
    display: table-row-group;
}

.divTableHead {
    display: table-row;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 98;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-cell;
    padding: 0px 10px 15px 0px;
    color: #5E6278;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}

.divTableHeading:last-child, .divTableCell:last-child {
    text-align: end;
}

.divTableCell {
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #5E6278;
    display: table-cell;
    padding: 10px 10px 10px 0;
    vertical-align: top;
    word-break: break-word;
}

.divTableCell span {
    padding: 8px 0;
    display: block;
}

.divTableHeading_responsive {
    display: none;
}
.unlock-pdf-body, .convart-pdf-body, .csv-convart-pdf-body, .word-convart-pdf-body {
    margin-top: 150px;
}

.transfer-arrow {
    color: #9CA3AF;
    font-size: 1.5rem;
    font-weight: 300;
}

@media screen and (max-width: 1500px) {
   /* .convart-pdf-body {
        height: 70vh !important;
    }*/
    .unlock-pdf-body, .convart-pdf-body, .csv-convart-pdf-body, .word-convart-pdf-body {
        height: 100vh;
    }
}

@media screen and (max-width: 1400px) {
    .unlock-pdf-body, .convart-pdf-body, .csv-convart-pdf-body, .word-convart-pdf-body {
        height: 100vh;
        margin-bottom: 100px;
        /*margin-top: 0px;*/
    }
}

@media screen and (max-width: 1024px) {
    .convart-pdf-body {
        height: 50vh !important;
    }
}
@media only screen and (max-width: 989px) {
    .app-header {
        z-index: 999 !important;
    }

    .app-header-mobile-drawer {
        z-index: 99999 !important;
    }

    /* .drawer {
        z-index: 99999 !important;
    }*/
}

@media only screen and (max-width: 500px) {
    .unlock-pdf-body, .convart-pdf-body, .csv-convart-pdf-body, .word-convart-pdf-body {
        margin-top: 0px;
    }
    .convart-pdf-body {
        height: 80vh !important;
    }

    .DivTableBody {
        display: block !important;
    }

    .margePDF-page-order{
        width: 46.9%;
    }
}

/* Shared mobile responsiveness */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-wrap: break-word;
}

img,
svg,
canvas,
video,
iframe,
object,
embed {
    max-width: 100%;
}

.container,
.container-fluid,
.app-container,
.modal-body,
.card,
.card-body,
.form,
.row,
[class*="col-"] {
    min-width: 0;
}

.btn,
.form-control,
.form-select,
.input-field-floating,
.floating-select,
.select-floating-label-content {
    max-width: 100%;
}

.btn {
    white-space: normal;
}

.table-responsive,
.dataTables_wrapper {
    max-width: 100%;
}

.table-responsive.overflow-hidden {
    overflow-x: auto !important;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

.modal-dialog {
    max-width: calc(100% - 1rem);
}

.modal-content {
    max-width: 100%;
}

.dropzone,
.dz-message,
.dz-preview,
.dz-details {
    max-width: 100%;
}

.brand-btn-container {
    min-width: 0;
    width: min(450px, 100%);
}

.external-repos {
    flex-wrap: wrap;
    justify-content: center;
}

.DivTable,
.DivTableBody,
.DivTableHead,
.DivTableRow,
.DivTableHeading,
.DivTableCell,
.DivTableHeading_responsive {
    max-width: 100%;
}

.e-control.e-pdfviewer,
.e-pdfviewer,
.e-pdfviewer .e-pv-main-container,
.e-pdfviewer .e-pv-viewer-main-container {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .container,
    .container-fluid,
    .app-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .auth-shell,
    .forgot-password-shell,
    .set-password-shell {
        width: 100%;
    }

    .app-blank .flex-column-fluid,
    .app-blank .flex-lg-row-fluid,
    .app-blank .flex-lg-row-auto {
        width: 100%;
        min-width: 0;
    }

    .app-blank .p-10,
    .app-blank .p-12 {
        padding: 1.5rem !important;
    }

    .app-blank .w-md-400px,
    .app-blank .w-md-500px,
    .app-blank .w-md-600px {
        width: 100% !important;
        max-width: 100% !important;
    }

    .app-blank .h-lg-100 {
        height: auto !important;
    }

    .modal-dialog[class*="mw-"],
    .modal-dialog.mw-500px,
    .modal-dialog.mw-600px,
    .modal-dialog.mw-700px,
    .modal-dialog.mw-1000px {
        width: calc(100% - 1rem) !important;
        max-width: calc(100% - 1rem) !important;
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .modal-dialog-scrollable .modal-body,
    .modal-body.scroll-y,
    .scroll-y {
        max-width: 100%;
    }

    .nav,
    .nav-tabs,
    .nav-line-tabs,
    [data-kt-buttons="true"] {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    h1,
    .h1 {
        font-size: 2rem;
        line-height: 1.18;
    }

    h2,
    .h2 {
        font-size: 1.65rem;
        line-height: 1.22;
    }

    h3,
    .h3 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    .container,
    .container-fluid,
    .app-container {
        padding-left: .875rem;
        padding-right: .875rem;
    }

    .row {
        margin-left: calc(var(--bs-gutter-x, 1.5rem) * -.25);
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -.25);
    }

    .row > * {
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * .25);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * .25);
    }

    .card,
    .card-body {
        max-width: 100%;
    }

    .card-body {
        padding: 1rem;
    }

    .btn {
        min-height: 2.5rem;
    }

    .input-field-floating label,
    .select-floating-label {
        max-width: calc(100% - 2rem);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table-responsive {
        overflow-x: auto !important;
    }

    .table-responsive > .table,
    .dataTables_wrapper .table {
        min-width: 560px;
    }

    div.dataTables_wrapper div.row {
        margin-left: 0;
        margin-right: 0;
        row-gap: .75rem;
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
        margin-left: 0;
        margin-top: .5rem;
    }

    .DivTable,
    .divTable {
        display: block !important;
        width: 100% !important;
    }

    .DivTableBody,
    .divTableBody {
        display: block !important;
        width: 100% !important;
    }

    .DivTableHead,
    .divTableHead {
        display: none !important;
    }

    .DivTableRow,
    .divTableRow {
        display: block !important;
        width: 100% !important;
        padding: .85rem;
        margin-bottom: .85rem;
        border: 1px solid #e4e6ef !important;
        border-radius: .85rem;
        background: #fff;
    }

    .DivTableCell,
    .divTableCell {
        display: block !important;
        width: 100% !important;
        padding: .45rem 0 !important;
        border: 0 !important;
        text-align: left !important;
        word-break: break-word;
    }

    .DivTableHeading,
    .divTableHeading {
        display: none !important;
    }

    .DivTableHeading_responsive,
    .divTableHeading_responsive {
        display: block !important;
        width: 100%;
        margin-bottom: .2rem;
        color: #7e8299;
        font-size: .8rem !important;
        font-weight: 700;
        text-transform: uppercase;
    }

    .margePDF-page-order.d-flex.align-items-end.position-relative,
    .margePDF-page-order {
        width: calc(50% - .5rem) !important;
        min-width: 0;
    }

    .brand-btn-container {
        height: auto;
        min-height: 58px;
        border-radius: 999px;
    }

    .brand-btn-container .btn-wrapper {
        padding: 1rem 3rem;
        font-size: 1rem;
        line-height: 1.25;
    }

    .brand-btn-container .button-icon svg {
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .unlock-pdf-body,
    .convart-pdf-body,
    .csv-convart-pdf-body,
    .word-convart-pdf-body,
    .html-convart-pdf-body,
    .excel-convart-pdf-body,
    .image-convart-pdf-body,
    .compare-pdf-body {
        height: auto !important;
        min-height: auto;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
    }

    .pdf-file-upload-section,
    [class*="file-upload-section"],
    [class*="file-download-section"] {
        height: auto !important;
        min-height: auto;
    }

    .dropzone {
        min-height: 180px;
    }

    .dz-message {
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .e-control.e-pdfviewer,
    .e-pdfviewer,
    .PDF_Freame {
        width: 100% !important;
        max-width: 100% !important;
    }

    .e-pdfviewer .e-pv-main-container,
    .e-pdfviewer .e-pv-viewer-main-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .container,
    .container-fluid,
    .app-container {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal-footer {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .modal-footer .btn,
    .modal-body .d-grid .btn {
        width: 100%;
    }

    .app-blank .p-10,
    .app-blank .p-12 {
        padding: 1rem !important;
    }

    .app-blank .pb-15,
    .app-blank .pb-lg-20 {
        padding-bottom: 1rem !important;
    }

    .pricing_select_tag {
        position: static;
        margin-bottom: .75rem;
    }

    .pricing_select_tag span {
        position: static;
        display: inline-block;
    }

    .margePDF-page-order.d-flex.align-items-end.position-relative,
    .margePDF-page-order {
        width: 100% !important;
    }
}

/* Shared large desktop responsiveness */
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }

    .app-container.container-xxl {
        max-width: 1480px;
    }

    .app-blank .w-lg-500px,
    .app-blank .w-md-500px {
        max-width: 540px;
    }

    .app-blank .w-lg-600px,
    .app-blank .w-md-600px {
        max-width: 660px;
    }

    .app-blank .d-flex.flex-column-fluid {
        max-width: 1680px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-dialog.mw-500px {
        max-width: 540px !important;
    }

    .modal-dialog.mw-600px {
        max-width: 660px !important;
    }

    .modal-dialog.mw-700px {
        max-width: 760px !important;
    }

    .modal-dialog.mw-1000px {
        max-width: 1120px !important;
    }

    .adminTools_side_nav {
        width: min(34%, 720px);
    }

    .dropzone {
        min-height: 240px;
    }
}

@media (min-width: 1920px) {
    .container,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1560px;
    }

    .app-container.container-xxl {
        max-width: 1640px;
    }

    .app-blank .d-flex.flex-column-fluid {
        max-width: 1760px;
    }

    .modal-dialog.mw-1000px {
        max-width: 1200px !important;
    }

    .adminTools_side_nav {
        width: min(30%, 780px);
    }
}

@media (min-width: 2200px) {
    .container,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1680px;
    }

    .app-container.container-xxl {
        max-width: 1760px;
    }
}

/* Shared tablet responsiveness */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .container,
    .container-fluid,
    .app-container {
        max-width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .app-blank .flex-column-fluid,
    .app-blank .flex-lg-row-fluid,
    .app-blank .flex-lg-row-auto {
        width: 100%;
        min-width: 0;
    }

    .app-blank .d-flex.flex-column-fluid {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .app-blank .p-10,
    .app-blank .p-12 {
        padding: 2rem !important;
    }

    .app-blank .w-md-400px,
    .app-blank .w-md-500px,
    .app-blank .w-md-600px,
    .app-blank .w-lg-500px,
    .app-blank .w-lg-600px {
        width: min(100%, 640px) !important;
        max-width: 100% !important;
    }

    .modal-dialog,
    .modal-dialog[class*="mw-"],
    .modal-dialog.mw-500px,
    .modal-dialog.mw-600px,
    .modal-dialog.mw-700px,
    .modal-dialog.mw-1000px {
        width: calc(100% - 2rem) !important;
        max-width: calc(100% - 2rem) !important;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-content,
    .modal-body,
    .modal-footer {
        max-width: 100%;
    }

    .modal-footer {
        flex-wrap: wrap;
        gap: .75rem;
    }

    .btn,
    .form-control,
    .form-select,
    .input-field-floating,
    .floating-select {
        max-width: 100%;
    }

    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table,
    .dataTables_wrapper .table {
        min-width: 680px;
    }

    div.dataTables_wrapper div.row {
        row-gap: .75rem;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        max-width: 100%;
    }

    .brand-btn-container {
        width: min(100%, 620px);
        min-height: 64px;
    }

    .brand-btn-container .btn-wrapper {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        line-height: 1.25;
    }

    .dropzone {
        min-height: 220px;
    }

    [class*="file-upload-section"],
    [class*="file-download-section"] {
        max-width: 100%;
        min-width: 0;
    }

    .margePDF-page-order.d-flex.align-items-end.position-relative,
    .margePDF-page-order {
        width: calc(33.333% - .75rem) !important;
        min-width: 0;
    }

    .e-control.e-pdfviewer,
    .e-pdfviewer,
    .e-pdfviewer .e-pv-main-container,
    .e-pdfviewer .e-pv-viewer-main-container,
    .PDF_Freame {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .margePDF-page-order.d-flex.align-items-end.position-relative,
    .margePDF-page-order {
        width: calc(50% - .75rem) !important;
    }
}
