
#sidebar-child-wrapper {
    min-height: 100vh;
    margin-left: -5rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    font-size: 12pt;
}

#sidebar-child-wrapper .sidebar-heading {
    /* padding: 0.875rem 1.25rem ; */
    font-size: 1.2rem;
}

#sidebar-child-wrapper .list-group {
    width: 13rem;
    /* background-color: red !important; */
}

#page-content-wrapper {
    min-width: 100vw;
    background-color: rgba(245, 245, 245, 1);
}

#wrapper.toggled #sidebar-child-wrapper {
    margin-left: 0;
}

 /* #sidebar-child-wrapper #sidebar.list-group{
    background-color: red !important;
}  */
#sidebar-child-wrapper .list-group-item {
    /* background-color: #26aae2; */
}
#sidebar-child-wrapper .list-group-item .active{
    /* background-color: #2e98c4; */
}

#sidebar-child-wrapper .list-group-item:hover {
    background-color: #2e98c4 !important;
    color: #fff !important;
    /* background-color: red !important; */
}
#sidebar-child-wrapper .list-group-item{
    border:none !important;
    color: #fff !important;
}
#sidebar-child-wrapper .list-group-item a{
    border:none !important;
    color: rgba(100,100,100,0.5) !important;
    font-weight: 500;
}
#sidebar-child-wrapper .list-group-item a:hover{
    border:none !important;
    color: #fff !important;
    /* color: rgba(100,100,100,0.5) !important; */
    /* background-color: pink !important; */
    font-weight: 500;
}
#sidebar-child-wrapper .list-group-item:hover{
    border:none !important;
    color: #fff !important;
    /* color: rgba(100,100,100,0.5) !important; */
    /* background-color: pink !important; */
    font-weight: 500;
}

#sidebar-child-wrapper .list-group-item.active{
    background-color: #fff !important;
    color: #fff !important;
}
#sidebar-child-wrapper .list-group-item.active a{
    background-color: #fff !important;
    border:none !important;
    color: rgba(00,00,00,1) !important;
    font-weight: 500;
}

.btn-lg {
    border-radius: 30px !important;
}

.btn-telepon {
    background-color: #f27e1a !important;
    color: #ffffff !important;
}

.btn-balloon {
    border-radius: 100% !important;
    background-color: #bde5f6 !important;
    color: #187298 !important;
    width: 40px;
    height: 40px;
    /* margin-right:12px; */
}

.borderless a {
    border: none;
    border: none;
}

.borderless a:hover {
    border: none;
}

.box {
    background-color: #ffffff;
    margin-left: 33px;
    margin-right: 33px;
}
.feather-10{
    margin-bottom: 5px;
    /* padding-right:15px; */
    margin-left:-3px;
    /* font-size: 10px !important; */
    width:20px;
    height: 20px;
}
.nav-item a {
    color: #a3a3a3;
}

.nav-item.active a {
    color: #26aae2;
    font-weight: 600;
    border-bottom: 5px solid #26aae2;
}


@media (min-width: 768px) {
    #sidebar-child-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-child-wrapper {
        margin-left: -5rem;
    }
}
