
.avatar-title {
    background-color: rgb(0, 178, 45) !important;

}

.bg-primary.bg-soft {
    background-color: rgba(0, 178, 45, 0.45) !important;
}

/* .forminput {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: lightgray;
    text-align: center;
} */

/* vertical arrows */
.line-vertical {
    width: 2px;
    /* line-width */
    height: 75px;
    /* line length */
    margin-left: 20px;
    margin-top: 35px;
    float: left;
    position: relative;
    background: #aaa;
}

.arrow-down:before {
    bottom: -15px;
    border-top: 15px solid #aaa;
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
}

.arrow-down:before {
    left: -4px;
}
.bx-power-off:hover{
    color:red !important;
}