@media (min-width: 1200px) {
    .d-xl-block-inline {
        display: inline-block !important;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .ql-size-large {
        font-size: 1.3em;
    }

    .save-button-bar {
        padding: 0;
    }
    .screen-holder-body {
        padding: 0;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .bl-bb {
        border: none;
    }
    .bl {
        border: none;
    }
}
@media screen and (min-width: 768px) {
    .modal-lg {
        max-width: 750px;
    }
    .modal-content {
        margin-top: 40px;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 45px;
        font-weight: 200;
    }
}
@media screen and (min-width: 1024px) {
    .modal-lg {
        max-width: 1010px;
    }
    .modal-content {
        margin-top: 40px;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 50px;
        font-weight: 200;
    }
    hidden-lg {
        display: none;
    }

    .responsive-card {
        border: none;
        margin-left: 310px;
    }
    .header-holder {
        padding-left: 310px;
    }
    .padded-left {
        padding-left: 310px !important;
    }
}

@media screen and (max-width: 767px) {
    .mmb-10 {
        margin-bottom: 10px;
    }
    .handbook-html ul {
        padding-inline-start: 17px!important;
    }

    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 16px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 55px;
        font-weight: 200;
    }
    .save-button-bar {
        padding: 0;
    }
    .screen-holder-body {
        padding: 0;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .hidden-mobile {
        display: none;
    }
    .modal.show .modal-dialog {
        margin-top: 50px;
    }
    .menu-holder {
        z-index: 10;
    }

    .modal-header .close {
        padding: 5px 10px;
        position: absolute;
        right: 16px;
        top: -18px;
        background-color: #f9a831;
        color: white;
        opacity: 1;
    }
    .alert-success h2 {
        color: #199054;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }
    .alert-danger h2 {
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
    }

    .ql-size-large {
        font-size: 1.2em;
    }
    .bl-bb {
        border: none;
    }
    .bl {
        border: none;
    }

    p,
    li {
        font-size: 15px;
    }

    .menu-holder {
        height: -webkit-fill-available;
        position: absolute;
    }

    .handbook-mobile-menu {
        width: 310px;
        display: block;
        position: absolute;
        z-index: 9;
        background-color: white;
    }

    .handbook-menu-holder {
        height: -webkit-fill-available;
        position: absolute;
        width: 100%;
    }
    .handbook-menu-container {
        display: block;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 10px;
        background-color: white;
        z-index: 9;

    }
    .handbook-content {
        width: 100%;
        display: block;
        padding: 0;
        vertical-align: top;
    }
    .hide-menu {
        display: none;
    }
    .btn-handbook {
        padding: 1rem 0.75rem !important;
        font-size: 1rem !important;
        margin-top: 4px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .ipad-vert-only {
        display: flex !important;
    }
    .mobile-only,
    .ipad-horiz-only,
    .desktop-only {
        display: none !important;
    }
    .footer p {
        font-size: 20px;
    }
    .footer-bottom-bar {
        font-size: 13px;
    }
    .btn-group-sm > .btn,
    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .footer-logo {
        max-width: 65%;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .ipad-horiz-only {
        display: flex !important;
    }
    .mobile-only,
    .ipad-vert-only,
    .desktop-only {
        display: none !important;
    }
    .footer p {
        font-size: 20px;
    }
    .footer-bottom-bar {
        font-size: 13px;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

    .handbook-mobile-menu {
        display: none;
    }
    .handbook-menu {
        /* width: 25%;
        display: inline-block; */

        width: 275px;
        position: fixed;
        top: 80px;
        height: calc(100vh - 85px);
        overflow: auto;
        background-color: white;
    }
    .handbook-content {
        margin-left: 275px;
        padding: 0 15px 15px 15px;
        vertical-align: top;
    }
    .hide-menu {
        display: unset;
    }

    .btn-handbook {
        padding: 1rem 2.75rem !important;
        font-size: 1rem !important;
        margin-top: 4px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .desktop-only {
        display: flex !important;
    }
    .mobile-only,
    .ipad-vert-only,
    .ipad-horiz-only {
        display: none !important;
    }
    .footer p {
        font-size: 26px;
    }
    .footer-bottom-bar {
        font-size: 20px;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }
    .menu-holder {
        margin-left: 0;
    }
    .wrapper {
        width: 100%;
        margin-left: 285px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
