@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");
/*------------------- Responsive --------------------------*/
* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 13px;
    margin: 0px;
}

table td {
    font-size: 13px;
}

body {
    font-size: 13px;
    letter-spacing: 0.3px;
    background-color: #ffffff;
    background-image: url(../images/solar_overviewbg.jpg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner {
    background-image: url(../images/solar-rooftop_2d107dfdd6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

.login-banner {
    background-image: url(../images/NewConnectionHeader_f3049edb4f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

table thead tr th {
    background-color: #2e77b0 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.main-body {
    height: 100vh;
    width: 100%;
    overflow: auto;
}

    .main-body header {
        border-bottom: 1px solid #cae5ff;
        position: relative;
    }

        .main-body header::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: #ffffff;
            background: linear-gradient(173deg, rgb(222, 241, 255) 0%, rgb(232, 255, 233) 100%);
        }

        .main-body header .top {
            display: flex;
            position: relative;
            justify-content: space-between;
        }

            .main-body header .top .d_it-logo img {
                width: 130px;
                padding: 10px;
            }

@media screen and (max-width: 768px) {
    .main-body header .top .d_it-logo {
        display: flex;
        align-items: center;
    }

        .main-body header .top .d_it-logo img {
            width: 60px;
            border: none;
        }
}

.main-body header .top .full-right {
    display: flex;
    align-content: space-evenly;
    flex-flow: column;
    justify-content: center;
}

    .main-body header .top .full-right .top-right {
        display: flex;
        justify-content: space-between;
        padding-left: 7px;
    }

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .top-right {
        border: none;
        display: grid;
        grid-template-columns: auto 45px;
    }
}

.main-body header .top .full-right .top-right .left {
    display: flex;
    padding: 0px 0px;
    align-items: center;
    position: relative;
}

    .main-body header .top .full-right .top-right .left p {
        font-weight: 500;
        font-size: 15px;
    }

        .main-body header .top .full-right .top-right .left p a {
            text-decoration: none;
        }

    .main-body header .top .full-right .top-right .left .text {
        color: #2e77b0;
        row-gap: 0px;
    }

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .top-right .left .text {
        margin-left: 0px;
    }
}

.main-body header .top .full-right .top-right .left .text .app_name {
    align-self: center;
    margin-left: 5px;
}

    .main-body header .top .full-right .top-right .left .text .app_name h5 {
        font-size: 30px;
        text-transform: uppercase;
        margin: 0px;
        letter-spacing: 1px;
        color: #fff;
    }

        .main-body header .top .full-right .top-right .left .text .app_name h5 span {
            font-weight: 800;
        }

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .top-right .left .text .app_name h5 {
        font-size: 20px;
    }
}

.main-body header .top .full-right .top-right .right {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    position: relative;
    justify-items: end;
    border-left: 2px solid #b7b7b7;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .main-body header .top .full-right .top-right .right {
        position: absolute;
        width: 100%;
        top: 61px;
        left: 0px;
        background: #2e77b0;
        justify-content: center;
        display: none;
        height: -moz-fit-content;
        height: fit-content;
        text-align: center;
        padding: 10px;
    }
}

.main-body header .top .full-right .top-right .right img {
    width: 225px;
}

.main-body header .top .full-right .top-right .right .text {
    margin-left: 15px;
}

    .main-body header .top .full-right .top-right .right .text p {
        margin: 0px;
    }

        .main-body header .top .full-right .top-right .right .text p a {
            text-decoration: none;
            color: #9ac8ff;
        }

.main-body header .top .full-right .top-right .right h5 {
    margin: 0px;
    color: #e1faff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
}

    .main-body header .top .full-right .top-right .right h5 img {
        width: 30px;
    }

.main-body header .top .full-right .top-right .right ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

    .main-body header .top .full-right .top-right .right ul li {
        display: inline-block;
    }

        .main-body header .top .full-right .top-right .right ul li a {
            font-size: 12px;
            color: #676666;
            padding: 7px 10px;
            text-decoration: none;
            position: relative;
            transition: 0.3s;
        }

@media (max-width: 767px) {
    .main-body header .top .full-right .top-right .right ul li a {
        color: #fff;
    }
}

.main-body header .top .full-right .top-right .right ul li a:hover {
    color: #208d25;
}

    .main-body header .top .full-right .top-right .right ul li a:hover .fa-user {
        color: #fff;
        border: 1px solid #208d25;
        background-color: #208d25;
    }

.main-body header .top .full-right .top-right .right ul li a .fa-user {
    width: 25px;
    height: 25px;
    border: 1px solid;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #2e77b0;
    font-size: 12px;
    margin-right: 7px;
    color: #fff;
}

.main-body header .top .full-right .top-right .right ul li .btn-outline-primary {
    background-color: #2e77b0 !important;
    color: #fff !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .main-body header .top .full-right .top-right .right ul li .btn-outline-primary:hover {
        background-color: #fff !important;
        color: #2e77b0 !important;
        border: 1px solid #2e77b0 !important;
    }

.main-body header .top .full-right .top-right .three-dots {
    display: none;
}

@media (max-width: 767px) {
    .main-body header .top .full-right .top-right .three-dots {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #2e77b0;
    }

        .main-body header .top .full-right .top-right .three-dots i {
            font-size: 30px;
            color: #fff;
        }
}

.main-body header .top .full-right .sidebar {
    background: #2e77b0;
    width: 100%;
    margin-left: 6px;
}

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar {
        background-color: #1d659d;
        display: none;
        position: absolute;
        width: 65% !important;
        height: 100%;
        z-index: 1;
    }
}

.main-body header .top .full-right .sidebar .nav ul {
    list-style-type: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar .nav ul {
        display: block;
    }
}

.main-body header .top .full-right .sidebar .nav ul li {
    display: inline-block;
    margin: 0.5px;
    border-right: 1.5px solid #d58c23;
    border-left: 1.5px solid #d58c23;
}

    .main-body header .top .full-right .sidebar .nav ul li:first-child {
        border-left: none;
    }

    .main-body header .top .full-right .sidebar .nav ul li:last-child {
        border-right: none;
    }

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar .nav ul li {
        display: block;
        border: none;
    }
}

.main-body header .top .full-right .sidebar .nav ul li a {
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar .nav ul li a {
        padding: 10px;
    }
}

.main-body header .top .full-right .sidebar .nav ul li a:hover {
    background: #d58c23;
}

.main-body header .top .full-right .sidebar .nav ul li a i {
    margin-right: 5px;
}

.main-body header .top .full-right .sidebar .nav ul li a span {
    float: right;
    margin-left: 7px;
}

    .main-body header .top .full-right .sidebar .nav ul li a span i {
        font-size: 13px;
        transition: 0.3s;
    }

.main-body header .top .full-right .sidebar .nav ul li ul {
    background-color: #2e77b0 !important;
    display: none;
    position: fixed;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    transition: 0.2s;
    min-width: 180px;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar .nav ul li ul {
        min-width: 100%;
    }
}

.main-body header .top .full-right .sidebar .nav ul li ul li {
    display: block;
    border-right: 2.5px solid #d58c23;
    border-left: 2.5px solid #d58c23;
}

    .main-body header .top .full-right .sidebar .nav ul li ul li:first-child {
        border-left: 2.5px solid #d58c23;
    }

    .main-body header .top .full-right .sidebar .nav ul li ul li:last-child {
        border-right: 2.5px solid #d58c23;
    }

    .main-body header .top .full-right .sidebar .nav ul li ul li a {
        font-size: 13px;
        padding: 5px 7px;
        transition: 0.3s;
    }

        .main-body header .top .full-right .sidebar .nav ul li ul li a:hover {
            background: #d58c23;
        }

.main-body header .top .full-right .sidebar .nav ul li:hover ul {
    display: block;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar .nav ul li:hover ul {
        position: relative;
        width: 100%;
        padding-left: 18px;
    }
}

@media screen and (max-width: 768px) {
    .main-body header .top .full-right .sidebar-open {
        position: absolute !important;
        display: block !important;
        left: 0px;
        top: 61px;
        height: auto;
    }
}

.main-body .title {
    font-weight: 600;
    font-size: 20px;
    color: #2e77b0;
    border-left: 5px solid #2e77b0;
    padding-left: 8px;
    margin-bottom: 10px;
}

    .main-body .title span {
        float: right;
    }

        .main-body .title span a {
            font-size: 15px;
            color: #2e77b0;
            padding: 7px 16px;
            border-radius: 6px;
            border: 1px solid #2e77b0;
            transition: 0.3s;
        }

            .main-body .title span a:hover {
                background: #2e77b0;
                color: #fff;
            }

    .main-body .title .second {
        font-weight: 500;
        font-size: 15px;
        background: #1f5f85;
        color: #fff;
        padding: 2px 6px;
        border-radius: 4px;
    }

    .main-body .title .search {
        float: right;
    }

        .main-body .title .search form {
            display: flex;
            position: relative;
            top: -4px;
        }

            .main-body .title .search form button {
                background: #1f5f85;
                border: none;
                border-radius: 0px 5px 5px 0px;
                transition: 0.3px;
            }

                .main-body .title .search form button:hover {
                    background: #2793a9;
                }

            .main-body .title .search form input {
                border-radius: 5px 0px 0px 5px;
            }

.main-body .middle-body-clicked {
    grid-template-columns: 90px auto !important;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .main-body .middle-body-clicked {
        grid-template-columns: 0px auto !important;
    }
}

.main-body .middle-body-clicked .sidebar {
    min-height: calc(100vh - 80px);
    position: relatives;
    width: 90px !important;
    height: 100% !important;
    overflow-y: auto;
}

    .main-body .middle-body-clicked .sidebar .nav ul li a {
        font-size: 10px;
        padding: 13px 8px !important;
        display: grid !important;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    .main-body .middle-body-clicked .sidebar .nav ul li a {
        font-size: 15px;
        padding: 10px !important;
        display: block !important;
        text-align: left;
        transition: 0.3s;
    }
}

.main-body .middle-body-clicked .sidebar .nav ul li a i {
    font-size: 20px !important;
    margin-bottom: 4px !important;
    margin-right: 0px !important;
}

@media screen and (max-width: 768px) {
    .main-body .middle-body-clicked .sidebar .nav ul li a i {
        font-size: 15px !important;
        margin-right: 5px !important;
    }
}

.main-body .middle-body-clicked .sidebar .nav ul li a span i {
    font-size: 10px !important;
}

.main-body .middle-body-clicked .sidebar .nav ul li ul li a {
    font-size: 11px !important;
    padding: 8px !important;
}

@media screen and (max-width: 768px) {
    .main-body .middle-body-clicked .sidebar .nav ul li ul li a {
        font-size: 15px !important;
        padding: 10px !important;
    }
}

.main-body .middle-body-clicked .box-div {
    min-height: calc(100vh - 80px);
    overflow-y: scroll;
    position: absolute;
}

.main-body .middle-body {
    position: relative;
    display: grid;
}

    .main-body .middle-body .body-breadcrumb {
        background: #cad9ef;
        padding: 10px 0px;
        border-bottom: 1px solid #90b6ed;
    }

        .main-body .middle-body .body-breadcrumb h4 {
            margin: 0px;
            font-size: 15px;
            color: #093068;
            font-weight: 600;
            letter-spacing: 0.4px;
        }

            .main-body .middle-body .body-breadcrumb h4 ul {
                list-style: none;
                float: right;
                display: flex;
                margin: 0px;
            }

                .main-body .middle-body .body-breadcrumb h4 ul li {
                    margin-left: 5px;
                    display: inline-block;
                }

                    .main-body .middle-body .body-breadcrumb h4 ul li a {
                        text-decoration: none;
                        font-weight: normal;
                        font-size: 13px;
                        background: #1f5f85;
                        padding: 5px 12px;
                        border-radius: 6px;
                        color: #fff;
                        transition: 0.3s;
                    }

                        .main-body .middle-body .body-breadcrumb h4 ul li a:hover {
                            background: #2793a9;
                        }

    .main-body .middle-body .box-div {
        padding: 0px 5px;
        overflow-y: auto;
    }

@media screen and (max-width: 768px) {
    .main-body .middle-body .box-div {
        padding: 0px;
    }
}

.main-body .middle-body .box-div .welcome {
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
    margin-top: 10px;
    border-radius: 7px;
    background: #f3f9ff;
}

    .main-body .middle-body .box-div .welcome .left {
        display: grid;
        grid-template-columns: 50px auto;
        align-items: center;
    }

        .main-body .middle-body .box-div .welcome .left i {
            background: #10aba8;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 20px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #093068;
            padding: 14px;
        }

    .main-body .middle-body .box-div .welcome .right {
        display: grid;
        align-items: center;
    }

        .main-body .middle-body .box-div .welcome .right p {
            display: inline-flex;
            align-items: end;
        }

            .main-body .middle-body .box-div .welcome .right p a {
                display: inline-flex;
                vertical-align: middle;
            }

                .main-body .middle-body .box-div .welcome .right p a i {
                    font-size: 22px;
                }

            .main-body .middle-body .box-div .welcome .right p .divider {
                padding: 0px 7px;
            }

                .main-body .middle-body .box-div .welcome .right p .divider i {
                    font-size: 11px;
                }

.main-body .middle-body a {
    text-decoration: none;
}

.main-body .middle-body .dashboard-box {
    background-color: #cce8ff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #ebebeb;
    padding: 10px 15px 10px 15px;
    border: 1px solid #96bddd;
    display: grid;
    grid-template-columns: auto auto;
    height: 100%;
    transition: 0.3s;
}

    .main-body .middle-body .dashboard-box:hover {
        border: 1px solid #093068;
    }

    .main-body .middle-body .dashboard-box .left {
        border-right: 1px solid #abb8cb;
        padding-right: 7px;
    }

        .main-body .middle-body .dashboard-box .left h1 {
            font-size: 17px;
            letter-spacing: 0px;
            color: #096c6a;
            margin: 0px;
            line-height: 30px;
        }

        .main-body .middle-body .dashboard-box .left p {
            font-size: 40px;
            font-family: sans-serif;
            font-weight: 600;
            color: #093068;
        }

    .main-body .middle-body .dashboard-box .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .main-body .middle-body .dashboard-box .right i {
            font-size: 45px;
            color: #0b8380;
            padding-left: 20px;
            transition: 0.3s;
        }

    .main-body .middle-body .dashboard-box:hover {
        border: 1px solid #093068;
    }

        .main-body .middle-body .dashboard-box:hover .right i {
            scale: 1.3;
        }

.main-body .middle-body .orange {
    background: #fff6ba;
    border: 1px solid #d3c670;
}

    .main-body .middle-body .orange i {
        color: #bba930 !important;
    }

.main-body .middle-body .blue {
    background: #ddfaff;
    border: 1px solid #91bdc5;
}

    .main-body .middle-body .blue i {
        color: #1893a9 !important;
    }

.main-body .middle-body .red {
    background: #ffd6da;
    border: 1px solid #e1a3a9;
}

    .main-body .middle-body .red i {
        color: #f74052 !important;
    }

.main-body .middle-body .violet {
    background: #f7cbff;
    border: 1px solid #e285f3;
}

    .main-body .middle-body .violet i {
        color: #9d46c1 !important;
    }

.main-body .middle-body .link-box {
    background: #d9f2ff;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 0px #e7e7e7;
    transition: 0.5s;
    border: 1px solid rgba(9, 48, 104, 0.2509803922);
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .main-body .middle-body .link-box {
        padding: 20px;
        margin-bottom: 19px;
    }
}

.main-body .middle-body .link-box img {
    width: 100px;
    transition: 0.5;
}

@media screen and (max-width: 480px) {
    .main-body .middle-body .link-box img {
        width: 130px;
    }
}

.main-body .middle-body .link-box h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #093068;
    margin-top: 10px;
    border-top: 1px solid rgba(2, 2, 2, 0.1215686275);
    padding-top: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .main-body .middle-body .link-box h5 {
        font-size: 22px;
        padding-top: 10px;
    }
}

.main-body .middle-body .link-box p {
    margin: 0px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.main-body .middle-body .link-box:hover {
    background: #eeedff;
}

    .main-body .middle-body .link-box:hover img {
        scale: 1.2;
        transition: 0.5s;
    }

.main-body .middle-body .link-box .links {
    display: flex;
    justify-content: space-around;
}

    .main-body .middle-body .link-box .links a {
        background: #2793a9;
        color: #fff;
        padding: 6px 20px;
        display: block;
        border-radius: 7px;
        font-size: 12px;
        text-decoration: none;
        transition: 0.5s;
    }

        .main-body .middle-body .link-box .links a:hover {
            background: #1b7385;
        }

    .main-body .middle-body .link-box .links .policies {
        background: #32a16d;
    }

    .main-body .middle-body .link-box .links .ims {
        background: #4c67cb;
    }

.main-body footer {
    margin-top: 10px;
}

    .main-body footer p {
        margin: 0px;
        color: #7e7676;
        text-align: center;
        padding: 7px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

.form-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-control {
    font-size: 13px;
}

.form-floating .form-control {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating label {
    display: flex;
    align-items: anchor-center;
}

.new-filter-table {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #ebebeb;
    position: relative;
}

    .new-filter-table table thead tr th:last-child {
        width: 130px;
    }

    .new-filter-table table tbody tr td ul {
        padding: 0px;
        margin: 0px;
    }

        .new-filter-table table tbody tr td ul li {
            display: inline-block;
        }

            .new-filter-table table tbody tr td ul li .delete {
                height: 30px;
                width: 30px;
                background-color: #dc3545;
                display: block;
                border-radius: 5px;
                position: relative;
            }

                .new-filter-table table tbody tr td ul li .delete::before {
                    content: "\f014";
                    position: absolute;
                    top: 0px;
                    bottom: 0px;
                }

    .new-filter-table .pagination-detail {
        position: absolute;
        top: 10px;
    }

.navtab {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 7px 1px #dedcdc;
}

    .navtab .nav-tabs {
        background-color: #1968b3;
        padding: 6px;
        border-radius: 5px;
    }

        .navtab .nav-tabs .nav-link {
            color: #fff;
            padding: 10px 24px;
            border-radius: 3px;
        }

        .navtab .nav-tabs .active {
            color: #1968b3;
            border-radius: 3px;
            font-weight: 500;
        }

    .navtab .tab-content .tab-pane {
        padding: 15px;
    }

    .navtab h4 {
        background: #1968b3;
        padding: 10px;
        text-align: center;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 19px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px 0px #c9c9c9;
    }

    .navtab ul {
        list-style: square;
        -moz-column-count: 2;
        column-count: 2;
        margin: 0px;
        padding: 20px 20px 10px 40px;
    }

        .navtab ul li {
            margin-bottom: 10px;
        }

            .navtab ul li::marker {
                color: #1968b3;
                font-size: 17px;
            }

            .navtab ul li:hover {
                transform: scale(1.05);
                transition: 0.1s;
            }

            .navtab ul li a {
                color: #676666;
            }

.login {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 7px 1px #dedcdc;
    width: 60%;
    margin: auto;
}

    .login h4 {
        background: #1968b3;
        padding: 10px;
        text-align: center;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 19px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px 0px #c9c9c9;
    }

.sub-title {
    color: #974861 !important;
    border-left: 5px solid #63a7a6 !important;
    padding-left: 8px;
    margin-bottom: 10px;
}

    .sub-title h5 {
        font-weight: 500;
        font-size: 15px;
    }

.chevron-rotate-down {
    transition: 0.3s;
    rotate: 180deg;
}

.icons {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #ebebeb;
}

    .icons a {
        pointer-events: none;
        margin: 5px 0px;
        display: block;
        color: #062654;
    }

#revenue-tag {
    font-weight: inherit !important;
    border-radius: 0px !important;
}

.card {
    border: 0rem;
    border-radius: 0rem;
}

.card-header {
    background-color: #093068;
    border-radius: 0 !important;
    color: white;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 16px;
}

.card-block {
    border: 1px solid #cccccc;
}

.shadow {
    box-shadow: 0px 0px 7px 1px #ebebeb;
}

#revenue-column-chart, #products-revenue-pie-chart, #orders-spline-chart {
    height: 300px;
    width: 100%;
}

.three {
    box-sizing: border-box;
    color: #ecf0f1;
    text-align: center;
    display: none;
}

@media screen and (max-width: 768px) {
    .three {
        display: block;
    }
}

.hamburger .line {
    width: 27px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 7px 6px;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger #hamburger-11 {
    transition: all 0.3s ease-in-out;
}

.is-active {
    animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0);
    }
}

.is-active .line:nth-child(1) {
    transition-delay: 0.2s;
    transform: translateY(9px) rotate(45deg);
}

.is-active .line:nth-child(2) {
    transition-delay: 0.2s;
    opacity: 0;
}

.is-active .line:nth-child(3) {
    transition-delay: 0.2s;
    transform: translateY(-9px) rotate(-45deg);
}

.sidebar-navigation {
    z-index: 400;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
}

    .sidebar-navigation ul {
        margin: 0;
        padding: 0;
    }

        .sidebar-navigation ul li {
            display: block;
        }

            .sidebar-navigation ul li a {
                position: relative;
                display: block;
                padding: 8px 8px;
                font-size: 14px;
                text-decoration: none;
                color: #ffffff;
                border-bottom: 1px solid #25497c;
                transition: all 0.3s linear;
            }

                .sidebar-navigation ul li a i {
                    float: right;
                    position: relative;
                    top: 6px;
                    font-size: 10px;
                }

            .sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
                background-color: rgba(0, 0, 0, 0.06);
            }

            .sidebar-navigation ul li ul {
                display: none;
            }

                .sidebar-navigation ul li ul li {
                    font-weight: 400;
                }

                .sidebar-navigation ul li ul.open {
                    display: block;
                }

                .sidebar-navigation ul li ul li a {
                    color: white;
                    border-color: rgba(255, 255, 255, 0.1);
                    font-weight: 400;
                    font-size: 13px;
                }

                .sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
                    background-color: #06305e;
                }

                    .sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
                        margin-right: 10px;
                    }

                .sidebar-navigation ul li ul li.selected.selected--last > a {
                    background-color: #b3b3b3;
                    color: #fff;
                }

                    .sidebar-navigation ul li ul li.selected.selected--last > a:before {
                        background-color: #fff;
                    }

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.subMenuColor1 {
    background-color: #0b3e78;
}

.mobile-footer {
    display: none;
    background-color: #2e77b0;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

    .mobile-footer ul {
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        margin: 0px;
        padding: 0px;
        justify-items: center;
    }

        .mobile-footer ul li {
            list-style-type: none;
        }

            .mobile-footer ul li a {
                color: #fff;
                text-decoration: none;
                padding: 11px 0px 7px 0px;
                font-size: 10px;
                display: grid;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

                .mobile-footer ul li a i {
                    font-size: 15px;
                    margin-bottom: 5px;
                }

@media screen and (max-width: 768px) {
    .mobile-footer {
        display: block;
    }
}

.info-table {
    margin: 0px;
}

    .info-table tbody tr td:first-child {
        font-weight: 500;
        color: #2e77b0;
    }

    .info-table tbody tr td:nth-child(2) {
        text-align: center;
    }

.btn-primary {
    background: #1968b3;
    border-color: #1968b3;
}
/*# sourceMappingURL=style.css.map */
