@import url('./load-iframe.css');
[mini_loader].show {
    transform: translateX(-0%);
}
[mini_loader] {
    width: 32px;
    height: 32px;
}
[mini_loader] {
    box-sizing: content-box;
    padding: 5px;
    transition: all .3s ease-in-out;
    top: 70px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    right: 0;
    position: fixed;
    transform: translateX(105%);
    background: var(--theme-bg-main,white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    z-index: 10000000000000;
}