*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #122b55;
    margin: 0;
    overflow-x: hidden;
}

:root {
    --primary-color: #C6C5B9;
    --bg-color: rgba(198,197,185, .2);
    --bg-hover-color: rgba(198,197,185, .05);
    --table-td-first-color: #bcd2ee;
    --table-td-first-bg-color: rgba(188,210,238, .05);
    --red-color: #D72638;
}

/*------------------ login ------------------*/

.card{
    background-color: rgba(130, 139, 154, .6);
    border-radius: 5px;
    width: 20%;
    margin: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 .125rem .375rem 0 rgba(161,172,184,.12);
    padding: 50px;
}

.card-header{
    margin: auto auto 30px auto;
    text-align: center;
}

.card-body{
    text-align: center;
}

.card-body label{
    color: #ffffff;
    font-size: 16px;
}

.card-body input{
    width: 200px;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 5px;
    color: #ffffff;
}

.card-body .row{
    height: 80px
}

.card-body .btn-primary{
    margin-top: 30px;
    width: 245px;
    background-color: #0e2040;
    border: 2px solid #0e2040;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
}

#login:hover{
    background-color: transparent;
    color: #0e2040;
    cursor: pointer;
}

.card .invalid-feedback{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    background-color: #D72638;
    color: #ffffff;
    width: 100%;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.footer-logo{
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}

.footer-logo img{
    width: 120px;
    cursor: pointer;
}

/*------------------ menu ------------------*/


.menu{
    bottom: 0;
    left: 0;
    margin-left: 0!important;
    margin-right: 0!important;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 1000;
    width: 240px;
    background-color: #13335D;
    box-shadow: 0 .125rem .375rem 0 rgba(19,51,93,.12);
    overflow-y: auto;
}

.menu .logo{
    width: 120px;
    padding: 20px 20px;
    display: flex;
}

.menu .logo img{
    width: 75px;
    margin: auto auto auto 0;
    display: block;
}

.clear{
    width: 100%;
    height: 30px;
    display: block;
}

.small{
    font-size: 14px;
}

.text-uppercase{
    text-transform: uppercase;
}

.menu-inner {
    list-style: none;
    padding: 0;
}

.menu-item {
    padding: 15px 20px;
}

.menu-header {
    position: relative;
    padding: 15px 0;
}

.menu-header span{
    color: #8d8f90;
}

.menu-header-text {
    margin-left: 25px;
    position: relative;
}

.menu-header:before {
    content: "";
    width: 15px;
    border-top: 1px solid #8d8f90;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-item{
    margin: 5px 0;
    transition: all .2s ease-in-out;
}

.menu-item a{
    text-decoration: none;
    color: #f4f4f4;
}

.menu-item:hover{
    background-color: var(--bg-hover-color) !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}

.menu-item.active{
    background-color: var(--bg-color) !important;
    border-radius: 5px;
    position: relative;
}

.menu-item.active a{
    color: #ffffff;
}

.menu-item i{
    color: #ffffff;
    margin-right: 10px;
}

.menu-item.active a, .menu-item.active i{
    color: #ffffff;
}

#logout-icon{
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #8d8f90;
    color: #8d8f90;
    padding: 8px 8px;
    line-height: 20px;
    margin: 5px 5px 0 5px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

#logout-icon:hover{
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
}

/*------------------ main window ------------------*/


.main_window{
    margin: 30px 20px 20px 20px;
    width: calc(100% - 300px);
    float: right;
}

.row{
    width: 100%;
    display: block;
    height: 110px;
}

.statistic{
    width: calc((100% / 6) - (30px));
    height: 110px;
    background-color: #26467D;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.statistic span, .box span{
    font-size: 12px;
    color: #ffffff;
}

.statistic h2, .box h2{
    font-size: 34px;
    color: #ffffff;
    margin: 10px 0 6px 0;
}

.statistic h3, .box h3{
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0 6px 0;
}

.fa-download:hover{
    color: rgba(175, 252, 65, 1);
    cursor: pointer;
}

input, select{
    outline: none;
}

input, select{
    outline: none;
}

.info-wrapper{
    background-color: #13335D;
    box-shadow: 0 .125rem .375rem 0 rgba(19,51,93,.12);
    border-radius: 5px;
    padding: 20px 20px;
    color: #ffffff;
}

.small-tag{
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
}

.multi-wrapper{
    display: flex;
}

.pie_wrapper{
    display: flex;
    width: 70%;
    flex: 0 0 calc(70% - 20px);
    flex-direction: row;
    gap: 10px;
    padding: 20px;
}

.pie_wrapper h3{
    padding-bottom: 10px;
}

.stats_wrapper{
    display: flex;
    flex: 0 0 calc(30% - 40px);
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.stats_wrapper .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25%;
}

.multi_bar-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.multi_bar-wrapper h3{
    padding-bottom: 20px;
}

.bar_wrapper{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.pie{
    width: 50%;
    text-align: center;
    padding: 10px;
}

.small-pie canvas{
    display: block;
    margin: auto;
    max-height: 90px;
    align-content: center;
    padding-top: 5px;
}

