::-webkit-scrollbar {
    /*Width of vertical scroll bar*/
    width: 8px;
    /* Height of horizontal scroll bar */
    height: 10px;
}
  
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #5e7594;
}

a, a:hover{
    color: #5e7594;
}

.operation-list > li:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5e7594;
    display: inline-block;
    top: 7.5px !important;
}

.operation-list > li{
    margin: 0 !important;
    padding: 0 0 0 50px !important;
}


.form-control:focus{
    border-color: #5e7594;
    box-shadow: 0 0 0 0.2rem rgb(94 117 148 / 25%);
}

}
}