.success{
    background-color: #00b2e8;
}

.warning{
    background-color: orange;
}


.error{
    background-color: indianred;
}

.info{
    background-color: dodgerblue;
}

.koesio{
    background-color: #6e398c;
}

.btn-koesio{
    background-color: #6e398c;
    color: white !important;
}

.btn-koesio a{
    color: white !important;
}

.table{
    height: auto;
    width: auto;
}

#container{
    overflow: scroll;
    height: 100vh;
}

#page-content-wrapper{
    overflow: scroll;
    height: 100vh;
}

#page-content-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#container::-webkit-scrollbar {
    display: none;
}

#container{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.submenu{
    margin-left: 15px;
    list-style: none;
}

.nav-submenu{
    text-align: left;
    margin-left: 5px;
    color: black;
}

.nav-submenu:hover{
    color: lightgray;
}

.nav-submenu{
    color: lightslategray;
}

.img-user{
    width: 40px;
    border-radius: 100px;
}
#sidebar-wrapper{
    width: 300px;
    background-color: #edf3f3;
    box-shadow: inset -1px 0 20px -5px rgba(0,0,0,0.35)

}

.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
}

.border-gradient-purple::after {
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    content: '';
    z-index: -1;
    border-radius: 16px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

#wrapper-top{
    border-bottom: transparent !important;
}

h4{
    font-weight: 300;
}

.purple{
    background: #BA55D3;
}

.green{
    color: #009A87;
}

.blue{
    color: #00BAEF;
}

#sidebar-wrapper{
    position: relative;
}

#sidebar-wrapper .nav-item{
    text-align: center;
    padding: 10px;
}

#sidebar-wrapper .nav-item .link i{
    margin: 10px;
    text-align: center;
    color: #0a58ca;
}

#sidebar-wrapper .nav-item .link a{
    width: 70%;
    text-align: start;
    color: black;
}

#sidebar-wrapper .active{
    background-color: white;
    position: relative;
}

.sidebar-show{
    margin-left:0 !important;
    position: absolute !important;
    z-index: 100 !important;
}

#sidebar-wrapper .logout{
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid lightgray;
    background-color: white;
}

#sidebar-wrapper .logout div{
    border:none;
    height: 50px;
    width: 100%;
}

#sidebar-wrapper .logout div span{
    flex: auto;
    padding: 10px;
    align-self: center;
}

#sidebar-wrapper .logout div i{
    flex: auto;
    align-self: center;
    text-align: center;
}

#sidebar-wrapper .logout div:hover{
    background-color: indianred !important;
    cursor: pointer;
    color: white;
}

#sidebar-wrapper .active::before{
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    background: radial-gradient(130% 130% at left -20% top -20%, transparent 99%, white )
}

#sidebar-wrapper .active::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    background: radial-gradient(130% 130% at left -20% bottom -20%, transparent 99%, white )
}

.flex-nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.margin-button{
    margin-left: 300px;
}


.trans-button{
    transition: margin 0.25s ease-out;
}

@media (min-width: 765px) {
    .hide-toggle{
        display: none;
    }
}


