.mobile-hamburger, .close-menu {
    cursor: pointer
}

.close-menu i {
    font-size: 20px
}

.icon_contact_show {
    z-index: 999
}

.contact-toggle-btn {
    background-color: #5fb13a;
    border: none;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 11px;
    bottom: 20px;
    z-index: 1001;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.box-icon-local div {
    margin-top: 12px !important
}

.box-icon-local div img {
    box-shadow: rgba(105, 216, 115, 0.35) 0 5px 15px;
    border-radius: 50%;
    width: 35px;
    transition: all .3s ease;
    height: 35px
}

.box-icon-local div img:hover {
    transform: scale(1.1)
}

#contactIconsList {
    transition: all .3s ease
}

.paginate .number-page {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    color: rgba(14, 37, 60, 0.5);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center
}

.paginate .number-page.active {
    color: #0e253c
}

.paginate .number-page:hover {
    background: rgba(14, 37, 60, 0.06) !important
}

.login-copright-text-mobile {
    display: none
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@media only screen and (max-width: 1920px) {
    .slick-banner, .slick-banner .slick-list, .slick-banner .slick-list .slick-item {
        height: 100vh !important
    }
}

@media only screen and (max-width: 1550px) {
}

@media only screen and (max-width: 1440px) {
    .dashboard-content, .menu-top {
        padding-right: 20px !important
    }

    .menu-right {
        width: 250px !important;
        z-index: 999 !important
    }

    form#registerForm {
        margin: 12px 60px !important
    }

    .mobile-hamburger {
        display: block !important
    }

    section.left-menu {
        position: fixed;
        z-index: 999;
        height: 100%;
        overflow-y: scroll;
        transition: all .5s;
        transform: translateX(-100%);
        opacity: 0
    }

    section.left-menu::-webkit-scrollbar {
        width: 3px
    }

    section.left-menu::-webkit-scrollbar-thumb {
        background-color: #5fb13a;
        border-radius: 10px
    }

    section.left-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px
    }

    .active-left-menu {
        transform: translateX(0%) !important;
        opacity: 1 !important
    }

    .close-menu {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block !important
    }

    .title-slide {
        font-size: 30px !important
    }

    .banner-infor {
        max-width: 650px !important
    }
}

@media only screen and (max-width: 1280px) {
    .form-login-wrap {
        width: 100%
    }

    .banner-infor {
        display: none !important
    }

    .login-copright-text {
        transform: translateX(40px) !important
    }
}

@media only screen and (max-width: 1024px) {
    .total-box-result {
        width: 60% !important
    }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
    #contactIconsList.d-none {
        display: none !important
    }

    #contactIconsList.d-block {
        display: block !important
    }

    #emissionsChart {
        height: 400px !important
    }

    .form-calculator__body, .form-calculator__foot {
        gap: 20px !important
    }

    .icon_contact_show {
        bottom: 70px !important
    }

    .box-icon-local div {
        opacity: 0;
        transform: translateX(100%);
        transition: transform .4s ease, opacity .4s ease
    }

    #contactIconsList.show-animated div {
        animation: slideInRight .4s ease forwards
    }

    #contactIconsList.show-animated div:nth-child(1) {
        animation-delay: .05s
    }

    #contactIconsList.show-animated div:nth-child(2) {
        animation-delay: .1s
    }

    #contactIconsList.show-animated div:nth-child(3) {
        animation-delay: .15s
    }

    #contactIconsList.show-animated div:nth-child(4) {
        animation-delay: .2s
    }

    #contactIconsList.show-animated div:nth-child(5) {
        animation-delay: .25s
    }

    .footer-group {
        display: block !important
    }

    .footer-component {
        position: static !important
    }

    .paginate.d-flex.justify-content-center.align-items-center {
        gap: 0 !important;
        justify-content: start !important;
        flex-wrap: wrap
    }

    .number-page {
        width: 35px !important;
        height: 35px !important
    }

    div#pagination-links {
        justify-content: center
    }

    section.main-board {
        max-width: unset !important;
        margin-left: 20px !important
    }

    img.logo-company {
        display: flex;
        margin: 0 auto
    }

    .copy-right {
        bottom: 0px !important;
    }

    .dashboard-content {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 615px) {
    form#registerForm {
        margin: 12px 60px !important
    }

    #emissionsChart {
        height: 400px !important
    }
}

@media only screen and (max-width: 425px) {
    form#registerForm {
        margin: 12px 30px !important
    }

    .form-infor {
        margin-left: 0 !important
    }

    .login-copright-text {
        bottom: 20px;
        max-width: 300px;
        display: none
    }

    .login-copright-text-mobile {
        display: block;
        font-size: 13px
    }

    .copy-right {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
        margin-top: 30px !important
    }

    .copy-right .copy-right-txt, .copy-right .link-term {
        font-size: 12px !important
    }

    .table-result .table-header {
        display: flex;
        flex-direction: row;
        align-items: center !important;
        gap: 10px
    }
}

@media only screen and (max-width: 375px) {
    form#registerForm {
        margin: 12px 30px !important
    }

    section.main-board {
        margin-left: 15px !important;
        margin-right: 15px !important
    }
}

@media only screen and (max-width: 320px) {
    form#registerForm {
        margin: 12px 20px !important
    }

    .footer-component {
        padding: 0 20px
    }
}

.chart-wrapper {
    width: 100%;
    height: 400px
}

@media (max-width: 1024px) {
    .chart-wrapper {
        height: 350px
    }
}

@media (max-width: 768px) {
    .chart-wrapper {
        height: 300px
    }

    p.number-scope-detail {
        font-size: 25px !important
    }

    p.active-name {
        font-size: 15px !important
    }

    p.date-time {
        font-size: 12px !important
    }

    .scope-detail-1 {
        width: 100%;
        justify-content: space-between
    }

    .list-scope-detail.d-flex.flex-grow {
        gap: 15px !important
    }

    .total-result.d-flex {
        gap: 15px !important
    }

    .notification-wrapper, .guide-wrapper {
        height: calc(100vh - 53px) !important;
        top: 49px !important;
        transform: translateX(100%) !important;
        margin: unset !important;
        width: 100vw !important;
        left: 0 !important;
        position: fixed !important;
        border-radius: unset !important
    }

    .notification-wrapper::before {
        left: 66%
    }

    .guide-wrapper::before {
        left: 75%
    }

    .active-notification, .active-guide {
        transform: translateX(0%) !important
    }

    button.btn-filter-text {
        font-size: 13px
    }

    span.number-item {
        font-size: 11px !important
    }

    a.notification-link {
        font-size: 14px
    }

    .notification-wrapper ul:not(.list-filter-choose) {
        max-height: calc(160px * 5)
    }

    p {
        font-size: 14px
    }

    h1 {
        font-size: 22px
    }

    img.logo-company {
        margin-bottom: 15px !important
    }

    .copy-right, .copyright-content {
        display: block !important;
        line-height: 30px !important;
        text-align: center
    }

    h3.name-account {
        display: none
    }

    .menu-top-background {
        display: none
    }

    .menu-top-right.d-flex.justify-content-end.align-items-center.gap-2 {
        gap: 0 !important
    }

    .menu-top-item:nth-child(4) {
        display: none !important
    }

    .fast-news-title {
        display: none
    }

    .menu-top-item.d-none.mobile-hamburger {
        padding-left: 0
    }

    .menu-top-left.d-flex.align-items-center {
        max-width: calc(100% - 192px) !important
    }

    .menu-top-right .menu-top-item {
        padding: 8px !important
    }

    span.notification-count {
        width: 18px;
        height: 18px;
        top: -2px !important
    }

    span.tag-hr {
        display: none
    }

    .list-news {
        width: 96%
    }

    .total-by-year-right {
        justify-content: end !important;
        align-items: end !important;
        display: flex !important
    }

    .filter-show-result {
        width: 40% !important;
        margin: 0 20px !important;
        gap: 5px
    }

    div#yearSelectorResult {
        gap: 0
    }

    .title-page-component-right {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .total-by-year {
        width: 100%
    }

    div.emission-form-data .row {
        gap: 10px
    }
}

@media (max-width: 575px) {
    .form-datetime [type="date"] {
        width: calc(50% - 7px)
    }
}

@media (max-width: 480px) {
    .chart-wrapper {
        height: 250px
    }
}

@media (max-width: 1366px) {
    .menu-top {
        padding: 0 !important
    }

    .title-page-component {
        padding-top: 15px
    }

    p.description-text {
        margin: 10px 0
    }

    .total-by-year {
        padding: 5px !important
    }

    .show-total-scope {
        padding: 20px !important
    }

    .emission-trend-chart, .list-history-calculator {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    canvas#emissionsChart {
        height: 345px !important
    }

    .total-result {
        padding-top: 0 !important
    }

    .title-page-component {
        padding-top: 15px !important
    }

    .update-information-account {
        .input-form {
            height: 40px !important;
        }
    }

    form.update-company {
        input.form-control {
            margin-bottom: 14px !important;
        }
    }

    .form-infor {
        margin-left: 0px !important;
        & form.update-company {
            button.button-update.btn-primary {
                padding: 10px !important;
            }
        }
    }

    .total-result .total-by-year {
        padding: 20px 20px !important;
    }

    .banner-infor {
        transform: translateX(580px) !important
    }

    ul.slick-dots {
        left: 590px !important
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-login-wrap {
        max-width: 50% !important
    }

    div.emission-form-data .row {
        gap: 0
    }
}

@media (min-width: 1024px) and (max-width: 1366px),(min-width: 820px) and (max-width: 1180px) {
    .total-box-result {
        width: 60% !important
    }

    section.main-board {
        max-width: 100% !important
    }

    th:nth-child(1), td:nth-child(1), th:nth-child(9), td:nth-child(9) {
        width: 15% !important
    }

    th:nth-child(11), td:nth-child(11) {
        width: 10% !important
    }

    .list-news {
        width: 77% !important
    }
}
