
.pagination, ul.pager {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

    .page-link, ul.pager li a {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: 0;
        line-height: 1.25;
        color: #2196f3;
        background-color: #e9ecef;
        border: 0 solid #dee2e6;
    }

        .page-link:hover, ul.pager li a:hover {
            color: #0a6ebd;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6;
        }

.page-link:focus, ul.pager li a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

        .page-link:not(:disabled):not(.disabled), ul.pager li:not(:disabled):not(.disabled), ul.pager li a:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

        .page-item:first-child .page-link, ul.pager li:first-child, ul.pager li:first-child .page-link, .page-item:first-child ul.pager li a, ul.pager li .page-item:first-child a, ul.pager li:first-child a {
            margin-left: 0;
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.page-item:last-child .page-link, ul.pager li:last-child .page-link, .page-item:last-child ul.pager li a, ul.pager li .page-item:last-child a, ul.pager li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link, ul.pager li.active .page-link, .page-item.active ul.pager li a, ul.pager li .page-item.active a, ul.pager li.active a {
    z-index: 1;
    color: #ffffff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.page-item.disabled .page-link, ul.pager li.disabled .page-link, .page-item.disabled ul.pager li a, ul.pager li .page-item.disabled a, ul.pager li.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link, .pagination-lg ul.pager li a, ul.pager li .pagination-lg a {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link, .pagination-lg ul.pager li:last-child .page-link, ul.pager .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child ul.pager li a, ul.pager li .pagination-lg .page-item:last-child a, .pagination-lg ul.pager li:last-child a, ul.pager .pagination-lg li:last-child a {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm ul.pager li a, ul.pager li .pagination-sm a {
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link, .pagination-sm ul.pager li:first-child .page-link, ul.pager .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child ul.pager li a, ul.pager li .pagination-sm .page-item:first-child a, .pagination-sm ul.pager li:first-child a, ul.pager .pagination-sm li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link, .pagination-sm ul.pager li:last-child .page-link, ul.pager .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child ul.pager li a, ul.pager li .pagination-sm .page-item:last-child a, .pagination-sm ul.pager li:last-child a, ul.pager .pagination-sm li:last-child a {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

ul.pager > li > a, ul.pager > li > span, ul.pager > li:first-child > a, ul.pager > li:first-child > span, ul.pager > li:last-child > a, ul.pager > li:last-child > span, ul.pager > a, ul.pager > em, ul.pager > span {
    border-radius: 20px;
    margin: 0 2px;
    color: #777777;
}
ul.pager {
    padding-inline-start: 0px;
}

.company-header-avatar {
    width: 100%;
    height: auto;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.landscape .company-header-avatar {
    width: auto;
    height: 100%;
}

.potrait .company-header-avatar {
    width: 100%;
    height: auto;
}

.image_cover {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    float: left;
    /*margin: 7px 0 0 5px;*/
    overflow:hidden;
}


.image_cover_70 {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    float: left;
    margin: 7px 0 0 5px;
    overflow: hidden;
}
/*
.modal-backdrop {
    z-index: -1;
}*/

.validation-summary-errors{
    color:red;
}
.btn-link{
    padding-left:5px;padding-right:5px;
}
input {
    font-size: 17px !important;
}
textarea {
    font-size: 17px !important;
}

.btn-outline {
    color: #7a7a7a !important;
}
a {
    word-break: break-word;
}
.card {
    margin-top:15px;
    margin-bottom:15px;
}

/* Force dropdowns to anchor under their toggles and ignore Popper inline offsets
   in mixed Tailwind/Material contexts (scoped to specific components). */
.dropdown.ask-bot-dd,
.dropdown.address-dd { position: relative !important; }
    .dropdown.ask-bot-dd > .dropdown-menu,
    .dropdown.address-dd > .dropdown-menu {
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        margin-top: .125rem;
        transform: none !important;
        /*will-change: auto !important;*/
        will-change: top, right;
    }
    /* When we flip to dropup due to limited space below */
    .dropup.ask-bot-dd > .dropdown-menu,
    .dropup.address-dd > .dropdown-menu {
        top: auto !important;
        bottom: 100% !important;
        margin-top: 0 !important;
        margin-bottom: .125rem !important;
    }
    /* When we flip to dropup due to limited space below */
    .dropup.ask-bot-dd > .dropdown-menu {
        top: auto !important;
        bottom: 100% !important;
        margin-top: 0 !important;
        margin-bottom: .125rem !important;
    }

/*popover override*/
.popover {
    position: fixed !important;
    left: 70% !important;
    top: 0 !important;
}

.myInputStyleGrey {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 34px;
    width: 64px;
}
.myInputStyleGreyAuto {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    resize: none;
}

.avatar {
    width: 32px !important;
    height: 32px !important;    
}

.media > .float-left {
    padding-right: 0 !important;
}

div.panel > a > p {
    font-size: large;
    word-break: break-word;
    font-weight: 400;
    color: #343a40;
}

div.panel > a {
    color: #343a40;
}

div.panel p {
    font-size: large;
    word-break: break-word;
    font-weight: 400;
    color: #343a40;
}
pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */

    background-color: #333; /* Dark background color */
    color: #fff; /* Light text color */
    padding: 10px; /* Add some padding for better readability */
    border-radius: 5px; /* Optional: add rounded corners to the pre element */
}
pre p {
    color: #fff; /* Light text color */
}
pre a {
    color: #fff; /* Light text color */
}
.dropdown-menu.scroll-280 {
    height: 280px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.dropdown-menu.scroll-220 {
    height: 220px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.dropdown-menu.scroll-180 {
    height: 180px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

@media (max-width: 576px) {
    #statusPanel .status-actions {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }

        #statusPanel .status-actions > * {
            margin-right: 8px !important;
            margin-bottom: 8px !important;
            float: none !important;
        }

            #statusPanel .status-actions > *:last-child {
                margin-right: 0 !important;
            }

    #statusPanel .modal-dialog {
        width: auto;
        max-width: 95%;
        margin: 1rem auto;
    }
}
/* Desktop keeps existing layout; buttons inline without wrapping */
@media (min-width: 577px) 
{
    #statusPanel .status-actions {
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
    }

        #statusPanel .status-actions > * {
            margin-right: 8px;
            margin-bottom: 0;
        }

            #statusPanel .status-actions > *:last-child {
                margin-right: 0;
            }
}


/*.modal {
    margin-top: 70px
}
.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
*/



