﻿.CTFAB-action-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 32px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 152, 0, 1);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
}
    .CTFAB-action-button .element-number {
        position: absolute;
        top: 60%;
        font-size: small;
        border-radius: 50%;
        left: 1.7em;
    }
.CTFAB-action-list {
    color: initial;
    font-size: initial;
    text-align: initial;
    line-height: initial;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    list-style: none;
    background-color: #c3bfbf8c;
}

.CTFAB-action-list-item {
    padding: 10px;
    white-space: nowrap;
}

.CTFAB-action-list-item:hover {
    background-color: #ff9800;
}

.CTFAB-action-list-item i, .CTFAB-action-list-item span {
    display: inline-block;
    vertical-align: middle;
}

.CTFAB-action-list-item i {
    margin-right: 5px;
}
