[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    height: 0.75em;
    vertical-align: 0px;
}
:host, :root {
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Solid";
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Regular";
    --fa-font-light: normal 300 1em / 1 "Font Awesome 6 Light";
    --fa-font-thin: normal 100 1em / 1 "Font Awesome 6 Thin";
    --fa-font-duotone: normal 900 1em / 1 "Font Awesome 6 Duotone";
    --fa-font-sharp-solid: normal 900 1em / 1 "Font Awesome 6 Sharp";
    --fa-font-sharp-regular: normal 400 1em / 1 "Font Awesome 6 Sharp";
    --fa-font-sharp-light: normal 300 1em / 1 "Font Awesome 6 Sharp";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}
.o-back-top:focus {
    outline: 0
}


.o-btn--icon svg {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    transform: translateY(2px)
}
.o-back-top {
    background: #00afc3 !important;
    border: 0 !important; 
    border-radius: 100%;
    box-shadow: 0 2px 30px 0 rgba(30, 36, 48, .12) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 3rem !important;
    line-height: 1 !important;
    height: 40px !important;
    width: 40px !important;
    position: fixed !important;
    padding: 0 !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 900 !important;
}


@media  (min-width: 1080px) and (max-width: 1750px){
    .o-back-top {
        height: 30px !important;
        width: 30px !important;
        font-size: 2.5rem !important;
        position: fixed !important;
    }
}


@media screen and (max-width: 1080px) {
    .o-back-top {
        bottom:15px;
        right: 15px;
        height: 25px !important;
        width: 25px !important;
        font-size: 2rem !important;
        position: fixed !important;
    }
}
