.loading-page {
    overflow: hidden;
}

.loading-page .loading-animate {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 1060;
}

.loading-animate {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}

.webhook-url-prefix {
    color: rgba(255, 255, 255, 0.7);
    background-color: #263447;
    border-color: transparent;
}
