/*Separator line*/
.divider {
    display: flex;
}
.divider:before, .divider:after {
    content: "";
    flex: 1;
}

.line {
    align-items: center;
    margin: 1em -1em;
}
.line:before, .line:after {
    height: 1px;
    margin: 0 1em;
}

.sharp:before, .sharp:after {
    box-shadow: 0 0.5px 0 black;
}

/*icon selector*/
.icp.icp-auto{
    padding-left: 25px !important;
}