#jazzy-sidebar .brand-link {
    width: 100%;
    display: flex !important;
}

#jazzy-sidebar .brand-link img {
    border-radius:0;
    width: 100%;
    box-shadow: unset !important;
    margin: 0;
    object-fit: cover;
}
#jazzy-sidebar .brand-link span.brand-text {
    display: none !important;
}
#changelist table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}
#changelist .table thead th , #changelist .table thead th {
    color: #64748b;
    border-bottom: 0;
    padding:.75rem;
}
.paginator.sticky-footer input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.login-logo img {
    max-width:420px;
    width:100%;
}

#changelist fieldset.module h2 {
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

input.default[value="Export"] {
    width: 100%;
    margin-top: 16px;
}

.main-footer { 
    padding:0.75rem !important;
    background:#343a40;
    color:#fff;
}

.main-footer .float-right {display:none;}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width:100%;
    margin:0 auto;
    align-items: center;
}
.footer-top .inner .logo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 50px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.footer-top .inner .logo img {
    max-width: 230px;
    object-fit: contain;
}
.footer-top .inner .supported-by {
    position: relative;
}
.footer-top .inner .footer-title {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
}
.footer-top .inner .supported-by .links {
    flex-direction: row;
    gap: 16px;
}
.footer-top .inner .links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0;
}

.jazzmin-login-page footer.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0 !important;
}

body.jazzmin-login-page {
    height: auto;
}

@media screen and (max-width: 768px){
    .footer-top .inner {
        flex-direction: column;
        row-gap: 1rem;
    }

    .footer-top .inner .links img {
        height: 35px;
    }

    .login-logo img {
        width: 240px;
    }

    .footer-top .inner .logo img, .footer-top .inner .logo svg {
        width: 165px;
    }
}
