.status-bar {
    -webkit-box-shadow: 0px 11px 16px -13px rgba(0,0,0,0.96); 
    box-shadow: 0px 11px 16px -13px rgba(0,0,0,0.4);
    margin-bottom: 0;
}

body {
    background-color: #8BC6EC;
    background-image: linear-gradient(147deg, #FFE53B 0%, #F02323D6 74%);
    min-height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* orange */
body {
    background-color: #FFE53B;
background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525AB 74%);

}

.overview-block {
    background-color: rgba(255, 255, 255, 0);
}

.btn {
    border-radius: 18px;
    background-color: rgba(252, 252, 252, 0.5);
    border: 1px solid #ffffff;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 500;
}

.index-form,
.bootstrap-tagsinput,
.index-form:hover {
    border-radius: 16px;
    height:37px;
}

.bootstrap-tagsinput .badge {
    display: inherit;
    border-radius: 15px;
    margin-top: 5px;
}

.overview-icons span {
    color: #2b2929;
}

.overview-block .badge-underline {
    background-color: transparent;
}

.login-form-header, .settings-form-header, .expenses-form-header {
    border: none;
}
.expenses-form-header { 
    padding-left: 0;
}

.table td {
    padding: 0.3rem;
}

.badge-custom-white {
    background-color: #f2ebeb;
    border: none;
    border-radius: 17px;
}

.tags-cnt {
    margin-left: 15px;
    margin-right: 15px;
}

button, input, optgroup, select, textarea {
    border-radius: 17px;
    height: 45px;
    min-width: 100px;
}

.navigation-bottom-bar {
    background-color: rgb(0, 61, 140);
}

.navigation-bottom-bar  { 
    background-color: rgb(85, 0, 0);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.2);
    height: 60px;
}

.sidenav {
    background-color: #1a0810;
}