    @media (min-width: 992px) and (max-width: 1900px) {
    html {
        zoom: 0.67 !important;
    }
    }
    .footer.px-4.px-lg-0.py-3 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: block;
    }


    html {
        /* font-size: 16px; */
        font-size: 10px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Assistant', sans-serif !important;
    }

    /* START popUp */
    .openPopup,.openRef {
        cursor: pointer;
    }

    /* Popup container (hidden by default) */
    .popup {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    /* Popup content */
    .popup-body {
        background-color: #fefefe;
        margin: 10vh auto;
        /* Centered */
        padding: 0px 10px 10px 10px;
        border: 1px solid #888;
        width: 80%;
        /* Could be more or less, depending on screen size */
        height: 80vh;
        border-radius: 8px;
    }

    .popup-context {
        height: 95%;
        overflow: auto;
    }

    /* The Close Button */
    .close-btn-container {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width: 100%;
        height: 5%;
        display: flex;
        justify-content: flex-end;
    }

    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    /* Popup text (hidden when loader is shown) */
    .popup-text {
        display: none;
        /* Initially hidden */
    }

    .popup-text-time {
        color: #8C8C8C;
        font-size: small;
    }

    .line {
        height: 1px;
        background-color: #E2E2E2;
        margin: 15px 0px;
    }

    /* END popUp */

    /* LOADER */
    #loader {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100000000;
        background-color: rgba(0, 0, 0, 0.192);
    }

    .loader {
        position: relative;
        left: 50%;
        top: 50%;
    }

    /* END loader */

    @media (max-width: 1200px) {

        .mb-3 {
            display: flex !important;
        }

        .container {
            margin-left: 10px
        }
    }

    .container-full {
        padding-left: 70px;
        padding-right: 70px;
        height: 100%;
    }

    @media (max-width: 749px) {

        .container-full {
            padding-bottom: 100px;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    }

    @media (max-width: 576px) {

        #tabs-container .tab {
            max-height: 30px;
        }

        #tabs-container::before,
        #tabs-container::after {
            content: none;
        }

        #orders-container {
            justify-content: space-between !important;
        }

        .order-option {
            width: 19%;
            border: none !important;
        }

        .col-12 {
            padding-right: 0px;
            padding-left: 0px;
        }

        .popup-body {
            margin-top: 5vh;
            padding: 0px;
            width: 95%;
            height: 80vh;
        }

        .close-btn {
            margin-right: 10px;
        }
    }
    @media (min-width: 578px) {
        .tab {
            height: 42px;
            width: 300px;
        }

    }

    @media only screen and (max-width: 767px) {
        .order-icon svg {
            width: 10px;
        }
    }

    .box-table [id^=Rectangle] {
        max-width: 100%;
        position: relative !important;
        width: 0 !important;
        display: none;
    }

    #box-message-content {
        height: 500px;
        border-radius: 8px;
        overflow: auto;
        /* box-shadow: none;  */
    }

    .tab {
        background-color: white;
        border: 1px solid #DFDFDF;
        border-radius: 5px;
        /* width: 200px; */
        margin: 10px;
        height: 40px;
        display: flex;
        justify-content: center;
        place-items: center;
        cursor: pointer;
    }

    #orders-container .tab-selected, #tabs-container .tab-selected {
        border: 1px solid #005299 !important
    }

    .order-option {
        background-color: white;
        border: 1px solid #DFDFDF;
        display: flex;
        justify-content: center;
        place-items: center;
        cursor: pointer;
        overflow-x: hidden;
    }

    .smaller-text {
        font-size: 15px;
    }

    h6 {
        font-size: 16px !important;
    }

    .no-paddig-messages {
        padding-right: 0;
        padding-left: 0;
    }

    #mark-all-read-btn {
        color: var(--blue) !important;
        background: none;
        border: var(--blue) 1px solid;
        border-radius: 8px;
        padding: 5px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .message-type {
        align-content: center;
    }
    #search-input {
        font-weight: 400;
    }
    a.tm-link {
        font-family: 'Assistant', sans-serif !important;
        font-size: 15px !important ;
    }