.form-control{
        border: 1px solid#e2e2e2!important;
    }
     .float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}
/* Title Menu */
.gva_menu_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 5px;
    color: #34495e;
    border-left: 4px solid #80378C;
}

/* Sidebar Menu Base */
.gva_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gva_menu .menu-item {
    margin-bottom: 10px;
}

.gva_menu .menu-item a {
    display: block;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.25s;
    background: #f5f5f5;
}
.gva_menu .menu-item.active a {
    background: #80378C;
    color: #fff;
    font-weight: 700;
    border-left: 5px solid #f1c40f;
    padding-left: 20px; /* sesuaikan karena ada border */
}

.gva_menu .menu-item a:hover {
    background: #80378C;
    color: #fff;
}