/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
p {
    margin: 0;
}
.h-screen {
    height: 100vh;
}
.z-20 {
    z-index: 20;
}
.w-267 {
    width: 267px;
}
.aside {
    border-right: 3px solid #29798F;
    background: #FFF;
}
.top-head {
    padding-top: 18px;
    padding-left: 48px;
    padding-right: 51px;
}
.top-header {
    width: 168px;
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.top-head-img {
    padding-left: 35px;
    padding-right: 35px;
}
.sidebar-menu li {
    border-radius: 15px;
    border: 3px solid #29798F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 21px;
    margin-left: 5px;
    margin-right: 32px;
    padding-left: 6px;
    /*padding-right: 71px;*/
}
.sidebar-menu .active {
    background: #29798F;
}
.sidebar-menu .divider {
    margin-top: 40px;
    border: none;
    box-shadow: none;
}
.sidebar-menu .active a{
    color: #FFF;
}
.sidebar-menu li a {
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.relative {
    position: relative;
}
.flex-1 {
    flex: 1 1 0%;
}
.header-breadcrumb {
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
}
.header-username{
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
}
.header-role{
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-img {
    padding-top: 15px;
}
.dashboard-card {
    border-radius: 15px;
    border: 3px solid #29798F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.dashboard-card p {
    color: #29798F;
    text-align: center;
    font-family: "Comic Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dashboard-margin{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.btn-white-bg{
    border-radius: 15px;
    border: 3px solid #29798F;
    background: #FFF;
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    padding: 2px 10px 0 0;
}
.btn-custom {
    border-radius: 15px;
    border: 3px solid #29798F;
    background: #FFF;
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    padding: 2px 25px 0 25px;
}
.btn-custom-active {
    background: #29798F;
    color: #FFF;
}
.border-rect {
    border-radius: 30px;
    border: 3px solid #29798F;
    background: #FFF;
}
.h-188 {
    height: 188px;
}
.text-20 {
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-12 {
    color: #29798F;
    font-family: "Comic Neue";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-card-p1 {
    padding-top: 23px;
    padding-left: 30px;
}
.banner-card-p4 {
    padding-top: 23px;
}
.banner-card-p2 {
    padding-top: 5px;
}
.banner-card-p3 {
    padding-top: 50px;
}
.banner-card-p5 {
    padding-top: 28px;
}
.banner-card-m4 {
    margin: 11px;
}
.banner-card-m5 {
    margin-top: 124px;
}
.h-fit-content{
    height: fit-content;
}
.mx-10rem{
    margin-left: 10rem;
    margin-right: 10rem;
}
.btn-primary {
    border-radius: 15px;
    border: 3px solid #29798F;
    background: #29798F;
    color: #FFF;
}
.btn-primary:hover {
    border-color: #14404CFF;
    background: #14404CFF;
}
.btn-outline-primary {
    border-radius: 15px;
    border: 3px solid #29798F;
    background: #FFF;
    color: #29798F;
}
.btn-outline-primary:hover {
    border-color: #29798F;
    background: #29798F;
}
.btn-outline-primary.active{
    border-color: #29798F;
    background: #29798F;
}
.btn-outline-danger {
    border-radius: 15px;
    border: 3px solid #F00;
    background: transparent;
    color: #F00;
}
.btn-outline-danger:hover {
    border-color: #F00;
    background: #F00;
}
.btn-outline-danger.active{
    border-color: #F00;
    background: #F00;
}
.btn-outline-warning {
    border-radius: 15px;
    border: 3px solid #ABBA04;
    background: transparent;
    color: #ABBA04;
}
.btn-outline-warning:hover {
    border-color: #ABBA04;
    background: #ABBA04;
    color: #FFF;
}
.btn-outline-warning.active{
    border-color: #ABBA04;
    background: #ABBA04;
}
.btn-outline-success {
    border-radius: 15px;
    border: 3px solid #33BA04;
    background: transparent;
    color: #33BA04;
}
.btn-outline-success:hover {
    border-color: #33BA04;
    background: #33BA04;
    color: #FFF;
}
.btn-outline-success.active{
    border-color: #33BA04;
    background: #33BA04;
}