body {
    position: relative;
    min-height: 100%;
}
.form-check-input:checked {
    background-color: var(--Teal-Teal-300, #4FD1C5);
    border-color: var(--Teal-Teal-300, #4FD1C5);
}
.form-check-input:focus {
    border-color: #4FD1C5 !important;
    outline: 0;
    box-shadow: none;
}
.login{
    padding-top: 20px;
    height: 100%;
}
.login .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.login .loginForm{
    border-radius: 15px;
    background: var(--black-amp-white-white, #FFF);
    box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    width: 75%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.login .loginForm .col-lg-6:first-child{
    border-right: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login .loginForm .col-lg-6:first-child button{
    border-radius: 10px;
    background: #E2E8F0;
    border-color: #E2E8F0;
    color: #2D3748;
    margin-left: 10px;
    font-weight: 600;
}
.login .loginForm h1{
    color: var(--Gray-Gray-700, #2D3748);
    margin-bottom: 30px;
    font-size: 33px;
}
.login .loginForm h2{
    color: var(--Gray-Gray-700, #2D3748);
    margin-bottom: 20px;
    font-size: 22px;
}
.login .loginForm .form-control{
    border-radius: 7px;
    border: 1px solid var(--Gray-Gray-200, #E2E8F0);
    background: var(--black-amp-white-white, #FFF);
}
.login .loginForm form{
    padding: 0 20px;
}
.login .loginForm form .btn.mb-3{
    border-radius: 12px;
    background: var(--Teal-Teal-300, #4FD1C5);
    border-color: #4FD1C5;
    color: #fff;
    font-weight: 600;
    padding: 10px 5px;
}
.login .loginForm form .btn{
    border-radius: 12px;
    background-color: #fff;
    border-color: var(--Gray-Gray-200, #E2E8F0);
    color: var(--Gray-Gray-700, #2D3748);
    font-weight: 600;
    padding: 10px 5px;
}
.login .loginForm .loginInfo{
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #E9EBF1;
    background: #FFF;
    padding: 17px 20px;
    font-weight: 600;
}
.login .loginForm .loginInfo svg{
    margin-right: 10px;
}
a {
    transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 280px;
    width: 0;
    height: 100%;
    margin-left: -280px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 280px;
    text-align: center;
    padding: 20px 0;
}
.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.sidebar-nav {
    position: absolute;
    top: 75px;
    width: 280px;
    margin: 0;
    padding: 0 18px;
    list-style: none;
}
.sidebar-nav > li img{
    padding-right: 5px;
}
.sidebar-nav > li {
    text-indent: 10px;
    line-height: 42px;
    margin-bottom: 5px;
}
.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #757575;
    font-weight: 600;
    font-size: 17px;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active a {
    text-decoration: none;
    color: #024A3E;
    border-radius: 8px;
    background: var(--LightMode-Secondary-Secondary-Active, #F9F9F9);
}
.sidebar-nav li a{
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.sidebar-nav li a .minusImg,
.sidebar-nav li a .plusImg {
    margin-left: auto;
}
.sidebar-nav li.active .sidebar-submenu li a{
    background-color:#fff;
    font-size: 15px;
}
.sidebar-nav li.active .sidebar-submenu li a:hover,
.sidebar-nav li.active .sidebar-submenu li.active a{
    background-color: var(--LightMode-Secondary-Secondary-Active, #F9F9F9);
}
.sidebar-nav > li > a i.fa {
    font-size: 24px;
    width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
    padding: 10px 0;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -280px;
}
.sidebar-submenu{
    display: block;
    border-left: 1px solid var(--LightMode-Grey-Grey-200, #F1F1F4);
    margin-left: 17px;
    padding: 8px 0 8px 14px;
}
.sidebar-submenu li{
    list-style: circle;
}
.card{
    border-radius: 10px;
    border: 1px solid #E8E8EC;
    background: #FFF;
}
#navbar-wrapper .navbar .dropdown-toggle{
    border-radius: 24.5px;
    background: #F8F8F8;
    color: #2D3748;
    border: none;
    padding: 5px 12px;
    display: flex;
    align-items: center;
}
#navbar-wrapper .navbar .btn:focus{
    box-shadow: none;
}
#navbar-wrapper .navbar form{
    border-radius: 100px;
    background: #F8F8F8;
    position: relative;
}
#navbar-wrapper .navbar form button{
    position: absolute;
    left: 0;
    border: none;
    color: #171543;
}
#navbar-wrapper .navbar form .btn:hover{
    background-color: transparent;
}
#navbar-wrapper .navbar form input{
    border-radius: 100px;
    background: #F8F8F8;
    padding: 12px 5px 12px 42px;
    border: none;
}
#navbar-wrapper .navbar form .form-control:focus{
    box-shadow: none;
}
#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-wrapper .navbar a {
    color: #757575;
}
#navbar-wrapper .navbar a:hover {
    color: #F8BE12;
}
div.dt-container div.dt-length select{
    border-radius: 6px;
    border: 1px solid var(--LightMode-Grey-Grey-300, #DBDFE9);
    background: var(--LightMode-Light-Light-Active, #FCFCFC);
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    border-radius: 6px;
    background: #024A3E;
    padding: 5px 13px;
    color: #fff !important;
}
div.dt-container div.dt-search input{
    border-radius: 7px;
    border: 1px solid var(--LightMode-Grey-Grey-300, #DBDFE9);
    background: var(--LightMode-Light-Light-Active, #FCFCFC);
}
table.dataTable thead > tr > th.dt-orderable-none span, 
table.dataTable thead > tr > th.dt-orderable-asc span, 
table.dataTable thead > tr > th.dt-orderable-desc span, 
table.dataTable thead > tr > td.dt-orderable-asc span, 
table.dataTable thead > tr > td.dt-orderable-desc span{
    color: #171543;
    font-weight: 400;
}
table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td{
    color: #171543;
    opacity: .5;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
div.dt-container div.dt-length label,
div.dt-container div.dt-search label,
div.dt-container .dt-info{
    color: #78829D;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order{
    opacity: 0;
}
table.dataTable thead > tr > th.dt-orderable-asc, 
table.dataTable thead > tr > th.dt-orderable-none, 
table.dataTable thead > tr > th.dt-orderable-desc{
    border-color: #E8E8EC;
    border-top: 1px solid #E8E8EC;
    font-size: 15px;
    background: #F5F5F5;
    padding-right: 10px;
}
/*#example_wrapper > div:nth-child(1){
    padding: 0 10px;
}
table.dataTable thead > tr > th:first-child,
table.dataTable > tbody > tr > td:first-child{
    padding-left: 20px;
}
table.dataTable thead > tr > th:last-child{
    padding-right: 20px;
}*/
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > *{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable > tbody > tr > td:first-child{
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px 0 0 7px;
}
table.dataTable > thead > tr > th:first-child{
    border-left: 1px solid #E8E8EC;
    border-radius: 7px 0 0 7px;
}
table.dataTable > tbody > tr > td:last-child{
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 7px 7px 0;
}
table.dataTable > thead > tr > th:last-child{
    border-right: 1px solid #E8E8EC;
    border-radius: 0 7px 7px 0;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > *{
    border-color: #E8E8EC;
}
table.dataTable > tbody > tr.selected > *,
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > *{
    color: #171543;
    box-shadow: none !important;
}
table.dataTable.row-border > tbody > tr.selected > td, 
table.dataTable.display > tbody > tr.selected > td{
    border-color: #024a3e !important;
}
table.dataTable{
    border-spacing: 0 7px;
    border-collapse: separate;
}
#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
    border-radius: 14px 14px 0px 0px;
    background: #F5F5F5;
    min-height: calc(100vh - 90px);
}
#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -280px;
}
.groupDiv{
    border-radius: 100px;
    background: #F8F8F8;
    padding: 5px 10px;
    margin-right: 15px;
}
#chartdiv {
    width: 100%;
    height: 500px;
}
.tooltip {
    position: absolute;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 5px;
    pointer-events: none;
    visibility: hidden;
}
.newsBar{
    background-image: url(../image/newsBg.png);
    padding: 30px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 10px;
}
.newsBar a{
    border-radius: 34px;
    border: 1px solid #E8E8EC;
    background: var(--LightMode-Light-Light, #FFF);
    color: #4B5675;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.newsBar p{
    margin: 0;
    font-size: 13px;
}
.newsBar img{
    margin-right: 15px;
}
.footer{
    border-radius: 10px;
    border: 1px solid #E8E8EC;
    background: #FFF;
    padding: 15px 20px;
}
.footer img{
    margin-right: 10px;
}
.footer p{
    margin: 0;
    color: #4B5675;
    font-size: 13px;
}
.footer h6{
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    #wrapper {
        padding-left: 280px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -280px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -280px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 280px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 280px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 280px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -280px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -280px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 280px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 280px;
    }
}