.content-wrapper{
    background-color: #fff;
}
.pointer{
    cursor: pointer;
}
body{
    font-size: 16px !important;
}
.d-font-size{
    font-size: 16px!important;
}
.input-group-addon{
    width: auto !important;
}
.krajee-datepicker{
    padding: 14px;
}
.align-center{
    text-align: center;
}
.months{
    margin-bottom: 10px;
}
.chart-title{
    margin-left: 20px;
}
.month-button{
    width: 98%;
}
.navbar {
    margin-bottom: 0px !important;
}
.sdbar{
    width: 16%;
    background: #343a40;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
}
.sdbar-menu{
    display: block;
}
.small-menu-icon {
    width: 10px;
    margin: 0 auto;
    display: none;
}
.open{
    width: 100% !important;
}
.block {
    display: block !important;
}
.months-min{
    display: none;
}
.months-max{
    display: block;
}
.amount-sum{
    font-size: 15px;
}
.currency-list-style {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    height: 55px;
}
.currency-list-style div {
    margin: 10px 10px 0px 0px;
}
@media screen and (max-width: 1000px) {
    .sdbar {
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        padding: 2px;
    }
    .small-menu-icon {
        display: block;
    }
    .sdbar-menu{
        display: none;
    }
    .content{
        padding: 2px;
    }
    .text-style{
        font-size: 12px;
    }
    .months-min{
        display: block;
    }
    .months-max{
        display: none;
    }
}

.table td {
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
}
