.changeform-tabs {
    margin: 0;
    border-bottom: 2px solid #eff6f5;
    border-bottom: 0.14286rem solid #eff6f5;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border-radius: 0.28571rem 0.28571rem 0 0;
    margin-left: 0px !important;
}

#tabbed-wrapper {}

#tabbed-wrapper.tab {
    background-color: #fff;
    border-radius: 4px;
    border-radius: 0.28571rem;
    padding: 14px;
    padding: 1rem;
    border: 0;
}

#tabbed-wrapper.tab.selected {
    display: block !important;
}

#tabbed-wrapper>.tab {
    background: white !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.results {
    padding-top: 10px;
}

.tab {
    display: none;
}

.tab.selected {
    display: block !important;
}

table thead th {
    background: #f9cc1c;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .1s;
}

#content {
    background-color: white;
}

#changelist {
    padding-top: 10px;
}

ul.object-tools {
    top: 10px;
}

.changelist-footer {
    background-color: white;
}

.changeform-tabs-item.selected a,
.changeform-tabs-item.selected a:hover,
.changeform-tabs-item.selected a:visited {
    color: #44b78b;
    border-color: #44b78b;
}

.sidebar-right {
    display: none;
}

.disabled-link {
    pointer-events: none;
    /* You can also add additional styles to visually indicate that the link is disabled */
    color: #b9b4b4 !important;
    background-color: rgba(123, 134, 134, 0.28) !important;
    text-decoration: none;
    cursor: not-allowed;
}

.button.default,
input[type="submit"].default,
input[type="button"].default,
.object-tools a.default {
    font-weight: lighter;
    background-color: #44b78b;
    color: #fff;
    text-transform: uppercase;
    margin: 0 8px 0 0;
    margin: 0 0.57143rem 0 0;
    padding: 0 20px;
    padding: 0 1.42857rem;
}

.changeform-tabs {
    background-color: #c0e3de;
}

.changeform-tabs-item a,
.changeform-tabs-item a:hover,
.changeform-tabs-item a:visited {
    top: 2px;
    color: #62a29c;
    font-size: 0.85rem;
}

.button.btn-yellow,
input[type="submit"].btn-yellow,
input[type="button"].btn-yellow,
.object-tools a.btn-yellow {
    font-weight: lighter;
    background-color: #44b78b;
    color: #fff;
    text-transform: uppercase;
    margin: 0 8px 0 0;
    margin: 0 0.57143rem 0 0;
    padding: 0 20px;
    padding: 0 1.42857rem;
}

.eye-icon::before {
    content: "\1F441";
}

.bg-none {
    background-color: none !important;
}

/* Styling notification */
#notification {

    /* circle shape, size and position */
    position: absolute;
    left: 4.3em;
    top: -0.3em;
    min-width: 1.6em;
    /* or width, explained below. */
    height: 1.6em;
    border-radius: 0.8em;
    /* or 50%, explained below. */
    border: 0.05em solid white;
    background-color: red;

    /* number size and position */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: white;
}

.hidden {
    display: none;
}

.live-tarification-counter {
    position: absolute;
    top: 20px;
    right: 36%;
    z-index: 1000;
}

.live-tarification-counter:hover .notification-content {
    display: block;
}

.notification-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.notification-content ul {
    margin-left: 0px;
    padding: 0em 1em 0em 1em;
    list-style: none;
}

.notification-content ul li {
    list-style-type: none;
    min-width: max-content;
    padding: 0.5em;
}

@media print {

    .no-print,
    
    .changeform-tabs {
        display: none !important;
    }

    .no-print {
        display: none !important;
    }

    #changelist-form .results:nth-of-type(2) {
        display: none !important;
    }

    .sidebar-dependent {
        display: none !important;
    }

    .changelist-footer >  * {
        display: none !important;;
    }
    
    .changelist-footer > .paginator.initialized {
        display: block !important;;
    }

    thead tr th:last-child,
    tfoot tr th:last-child,
    tbody tr td:last-child,
    thead tr th:first-child,
    tfoot tr th:first-child,
    tbody tr td:first-child,
    #export-xlsx, #export-csv,
    .button, .default, .object-tools {
        /* Your styles here */
        display: none !important;
    }

}