
body {
    background-color: var(--ct-body-bg) !important;
}

.btn-secondary {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card .card-header {
    background-color: rgba(207, 213, 201, 0.1);
    /*background-color: red;*/
    /*background-color: var(--ct-topbar-user-border) !important;*/
}

/*.card {*/
/*    background-color: rgba(207, 213, 201, 0.1);*/
/*}*/

.btn-secondary {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

hr.colored {
    border: 0;
    margin: 0;
    height: 1px;
    background: var(--ct-dark) !important;

}

.dropdown-menu-animated.dropdown-menu-right {
    right: 0 !important;
    left: 0 !important;
}

.btn-primary {
    background-color: #4da154;
    border-color: #4da154;
}

.btn:hover {
    color: white;
    background-color: #158f53;
    border-color: #158f53;
    border-color: #4da154;
}


.css-rgxens {
    display: flex;
    flex-direction: column;
    margin: 0px auto 24px;
    width: 400px;
/*    !*padding: 32px 40px;*!*/
/*    background: rgb(255, 255, 255);*/
/*    border-radius: 3px;*/
/*    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;*/
/*    box-sizing: border-box;*/
/*    color: rgb(94, 108, 132);*/
}


@media (max-width: 704px){
    .css-rgxens {
        padding: 0px 8px;
        background: transparent;
        box-shadow: none;
        width: 320px;
    }
}

.leftside-menu {
    z-index: 1000;
    bottom: 0;
    top: 0;
    position: fixed;
    width: var(--ct-leftbar-width);
    min-width: var(--ct-leftbar-width);
    padding-bottom: calc(var(--ct-footer-height) + 0.75rem);
    background: red;
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    border-right: var(--ct-theme-card-border-width) solid var(--ct-gray-300);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

