.password-eye {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    height: 13px;
    display: flex;
}

.password-eye.show:after {
    content: '';
    width: 1.5px;
    background-color: #3B4559;
    height: 20px;
    transform: rotate(135deg);
    position: absolute;
    display: block;
    top: -4px;
    right: 6px;
}

.toggle-sub.collapsed svg {
    transform: rotate(180deg);
}

.box-grey {
    background-color: #F5F5F5 !important;
}

.cafr-heading-bg {
    background-color: #DEF4F6;
    padding: 15px 20px;
}

/* fix css payment detail list items right*/
.box-dashboard .box-line ul li span:last-child {
    text-align: right;
}
/* fix css popover list left items margin left */
.popover ul li.d-flex.justify-content-between span:first-child {
    margin-right: .5rem;
}

.popover .popover-content ul li span {
    color: #3B4559 !important;
}