.low-bar{
    background:rgb(3, 66, 133);
    display: flex;
    padding: 8px;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    z-index: 10000;
}
.item-menu{
    width: 33.3%;
    margin: auto;
    color: white;
    font-size: 25px;
    text-align: center;
}

.item-menu .itm{
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 50%;
    transition: all .45s;
}
.item-menu:hover .itm
{
    transition: all .45s;
    background: #727bf8;
}
.loader{
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.content-load{
    width: 100%;
    height: 100vh;
    background: white;
}

@keyframes ldio-1wo7qan3ttc {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.ldio-1wo7qan3ttc div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-1wo7qan3ttc 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-1wo7qan3ttc div:nth-child(1) {
    border-color: #93dbe9;
    animation-delay: 0s;
}

.ldio-1wo7qan3ttc div:nth-child(2) {
    border-color: #689cc5;
    animation-delay: -0.5s;
}

.loadingio-spinner-ripple-7roya81jy54 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.ldio-1wo7qan3ttc {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-1wo7qan3ttc div {
    box-sizing: content-box;
}

p{
    margin-bottom: 0% !important;
    padding-bottom: 0% !important;
}