.color-load {
    background-color: #dcdcdc6b !important;
}

.fixed-save {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 1;
    left: 0;
    box-shadow: 0 0 10px 1px rgba(68,102,242,0.05);
    background-color: white !important;
}

.fixed-save button{
    position: absolute;
    right: 50px;
    bottom: 10px;
}