﻿.footer {
    background: var(--secondary);
    color: var(--white);
    font-size: 12px;
    height:80px;
    padding: 15px 0;
    z-index: 1303;
    position: fixed;
    bottom: 0;
    width: 100%;
}
    .footer.footer__subpage {
        position: fixed;
    }

@media (max-width: 992px) {
    .footer {
        padding: 18px 0;
    }
}


@media (max-width: 768px) {
    .footer {
        /*CHANGED**/
        font-size: 10px;
        padding: 16px 5px;
        height: auto;
    }
        .footer.footer__subpage {
            display:none;
        }
}

@media (max-width: 576px) {
    .footer:not(.footer__subpage) .footer__container {
        /*CHANGED*/
        padding-top:54px;
        position: relative;
    }
}

.footer__subpage {
    font-size: 14px;
    padding: 12px 0;
    height: 66px;
    align-items:center;
    display:flex;
}

@media (max-width: 576px) {
/*    .footer__subpage {
        padding: 32px 0;
    }*/
}

.footer p {
    margin: 0;
}

.footer__icon {
    margin-right: 20px;
    vertical-align: baseline;
}

@media (max-width: 992px) {
    .footer-counters .footer__icon {
        display: none;
    }
}

.footer__text-container {
    display: flex;
    margin-right: 60px;
}

@media (max-width: 1200px) {
    .footer__text-container {
        margin-right: 40px;
    }
    .footer-counters > .footer__text-container:first-of-type {
        margin-right:10px;
    }
}

@media (max-width: 992px) {
    .footer__text-container {
        margin-right: 1.5rem;
    }
    .footer-counters > .footer__text-container:first-of-type {
        margin-right: 1rem;
    }
}

@media (max-width: 576px) {
    .footer__text-container {
        margin-right: 15px;
    }
}

.footer__container {
    display: flex;
    justify-content: space-between;
}
@media(max-width:576px) {
    .footer__container .footer-counters {
        width: auto !important;
        margin-right: 0.5rem;
    }
    .footer__container .footer__text-container {
        width:auto !important;
    }
}

    @media(max-width:992px) {
        .footer__container .footer-counters {
            width: 35%;
            margin-right: 0.5rem;
        }

        .footer__container .footer__text-container {
            width: 65%;
        }
    }

    .footer__number {
        font-size: 30px;
        font-weight: 700;
    }

    @media (max-width: 992px) {
        .footer__number {
            font-size: 24px;
        }
    }

    @media (max-width: 576px) {
        .footer__number {
            font-size: 24px;
            margin-top: 2px;
        }
    }

  
    .btn__footer-export.k-button-solid {
        align-items: center;
        background: none;
        border: 1px solid var(--white);
        border-radius: var(--border-radius);
        color: var(--white);
        display: flex;
        font-size: 18px;
        margin: 0 40px;
        padding: 0 16px 0 20px;
        white-space: nowrap;
        text-transform: none;
        background-color: transparent;
    }

    @media (max-width: 1200px) {
        .btn__footer-export.k-button-solid {
            margin: 0 20px;
        }

        .footer__icon {
            max-height: var(--large-control-height);
        }
    }

    @media (max-width: 768px) {
        .btn__footer-export.k-button-solid, .export-popover-container {
            display: none;
        }
    }
@media (max-width: 576px) {
    .footer__icon {
        margin-top:1px;
    }
}


    .btn__report-footer-export {
        align-items: center;
        padding-right: 4px !important;
        background-color: transparent;
        border: 1px solid var(--white);
        border-radius: var(--border-radius);
        color: var(--white);
        display: flex;
        white-space: nowrap;
        text-transform: uppercase;
    }

        .btn__report-footer-export.k-button-solid-base {
            background-color: transparent;
        }


    @media (max-width: 992px) {
        .btn__footer-export {
            display: none;
        }
    }

    .dropdown--excel .dropdown-toggle::after {
        display: none;
    }

    .dropdown--excel .dropdown-menu {
        background-color: var(--secondary);
        border: none;
    }

    .dropdown--excel .dropdown-item {
        color: var(--white);
        padding: 15px 20px;
    }

        .dropdown--excel .dropdown-item:hover {
            background: none;
        }

.btn__footer-export.k-button.btn.dropdown-toggle,
.btn__report-footer-export.k-button.btn {
    padding-left: 0px !important;
    height: var(--large-control-height)
}

    .btn__footer-export span,
    .btn__report-footer-export span {
      align-items: center;
      display: flex;
    }


.btn__footer-export-text {    
    border-right: 1px solid var(--white);
    padding: 5px 20px 6px 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn__report-footer-export .btn__footer-export-text {
    padding: 7px 16px 6px 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    @media(max-width: 992px) {
        .btn__footer-export.k-button-solid {
            padding: 0 16px 0 6px;
        }

        .btn__footer-export-text {
            font-size: 14px;
            padding: 10px 6px 9px 6px;
            min-width: 115px;
        }
    }

    .btn__report-footer-export {
        border-right: 1px solid var(--white);
    }

.btn.btn__footer-report {
    background: var(--green);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 6px 20px;
    height: var(--large-control-height);
    min-width:fit-content;
    white-space: nowrap;
}

    .btn:disabled.btn__footer-report {
        background: transparent;
        color: var(--white);
        opacity: var(--bs-btn-disabled-opacity);
    }

    @media (max-width: 992px) {

        .btn.btn__footer-report {
            display: flex;
            align-items: center;
            font-size: 16px;
            padding: 8px 10px 7px 20px;
        }
    }

    @media (max-width:768px) {
        .btn.btn__footer-report {
            padding: 7px 10px 7px 20px;
        }
    }

    .footer .footer__title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .footer__logo {
        margin-bottom: 40px;
    }

    .footer__list {
        list-style: none;
        padding: 0;
    }

    .footer__list-link {
        align-items: center;
        color: var(--white);
        display: flex;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .footer__list-link img {
            margin-right: 5px;
        }


    .dropdown-menu--report-selection {
        border: 0;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,.25);
        min-width: 656px;
        padding: 32px;
    }

    @media (max-width: 576px) {
        .dropdown-menu--report-selection {
            min-width: 0;
            padding: 18px;
        }
    }

    .report-selection__title {
        background-color: var(--secondary);
        border-radius: 4px 4px 0 0;
        color: var(--white);
        font-weight: 700;
        padding: 16px 14px;
    }

.report-selection__list {
    border: 1px solid var(--secondary-gray-2);
    border-radius: 0 0 4px 4px;
    margin-bottom: 32px;
    padding: 0;
}

        .report-selection__list:last-child {
            margin-bottom: 0;
        }

        .report-selection__list li {
            list-style: none;
        }

            .report-selection__list li:hover a,
            .report-selection__list li .active {
                background-color: var(--secondary-gray-4);
            }

        .report-selection__list a {
            display: flex;
            justify-content: space-between;
            padding: 6px 16px;
        }

    .export-popover {
        padding-left: -20px;
    }