.loader_boss {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(1px);
}

.loader_boss .content {
    background: transparent;
    color: #0f172a;
    width: 84px;
    text-align: center;
    height: 84px;
    border-radius: 999px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding-top: 12px;
    box-shadow: none;
}

.loader_boss .content .spinner {
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    padding: 2px;
    overflow: visible;
}

.loader_boss .content .spinner>circle {
    fill: none;
    stroke: currentColor;
    cx: 50%;
    cy: 50%;
    r: 50%;
    stroke-width: 2px;
    stroke-linecap: round;
    transform-origin: center;
}

.loader_boss .content .l_text {
    text-align: center;
    font-size: 11px;
    margin-top: -8px;
    margin-left: 0;
    color: #334155;
}
