/********************/
/********************/
/********************/
body, .ui-widget {
    font-family: 'Poppins' !important;
}

#navlist {
    scrollbar-color: #ff6b00 #2c2b29;
    scrollbar-width: thin;
}

#navcontainer {
    border-top: none;
}

.container {
    border-top: none;
}

#wrapper {
    padding-top: 2px;
}

#sidebar {
    border: none;
    left: 5px;
    border-radius: 5px;
    background: #50C878;
}

#content {
    border-radius: 5px;
    margin-right: 5px;
}

#left_nav div.menutitle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #275a64;
    border-bottom: none;
    border-radius: 5px;
    font-size: 13px;
}

.btn {
    color: black;
}

fieldset {
    /*width: 100%;*/
    /*position: relative;*/
    /*min-width: 0;*/
    /*word-wrap: break-word;*/

    /*background-clip: border-box;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.15rem;
    border: none;
    padding: 10px;
    background-color: #fff;
}
/********************/
/********************/
/********************/