
#cai-fixed-backtop {
position: fixed !important;
right: 22px !important;
bottom: 22px !important;
width: 48px !important;
height: 48px !important;
border: 0 !important;
border-radius: 999px !important;
background: #1d1b1a !important;
color: #fff !important;
font-size: 16px !important;
font-weight: 700 !important;
z-index: 2147483647 !important;
cursor: pointer !important;
display: none !important;
align-items: center !important;
justify-content: center !important;
line-height: 1 !important;
}
#cai-fixed-backtop[data-show="true"] {
display: flex !important;
}
