
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 10000;
}

.fixed-dossier-btn {
    background-color: rgb(240,240,240);
    display: block;
    position: fixed;
    left: 0;
    bottom: 0px;
    padding: 14px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px);
    width: auto;
    border-radius: 12px 12px 0 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(219, 219, 219, 0.5);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
}

.fixed-spinner-btn {
    display: block;
    position: fixed;
    left: 15px;
    bottom: 0px;
    margin-bottom: 15px;
    z-index: 10000;
}

.fixed-error-btn {
    display: block;
    position: fixed;
    width: 70%;
    left: 15%;
    bottom: 0px;
    padding-bottom: 10px;
    z-index: 10000;
}

.fixed-step-counter-btn {
    display: block;
    font-weight: 400;
    position: fixed;
    min-width: 40px;
    min-height: 40px;
    right: 15px;
    bottom: 0;
    padding-top: 7px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: white;
    color: lightgray;
    border: 1px solid lightgray;
    z-index: 10000;
    cursor: default;
}

.btn-floating {
    background-color: rgb(24, 188, 156);
    color: white;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 37px;
    padding: 0;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .btn-floating.btn-dossier-floating {
        border-radius: 10%;
    }

.btn-floating-icon {
    width: inherit;
    display: inline-block;
    text-align: center;
    margin-top: 9px;
    color: white;
    font-size: 1.3rem;
}

.btn-floating:hover {
    background-color: rgb(28, 221, 183);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
