.loading-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.loading {
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
    /* background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%); */
    background: #000;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    top: 0;
    /* font-weight: bold; */
    flex-direction: column;
    z-index: 9999;
    background-size: cover;
}

.loading-bar-bg {
    width: 100%;
    max-width: 400px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0) !important;
    position: relative;
    z-index: 1;
    /* margin: 0 auto; */
}

.progress-bar-loading {
    /* position: absolute; */
    /* bottom: 0; */
    height: 10px;
    /* max-width: 400px; */
    border-radius: 5px;
    /* margin: 0 auto; */
    margin-top: -10px;
    position: relative;
    background-color: #fff !important;
    z-index: 2;
}

.loading-text-section {
    margin-top: 5% !important;
}

.loading-text-section h5 {
    font-weight: 500;
    font-size: 26px;
}

.loading-bar-section {
    flex-direction: column;
    /* margin-top: 100px !important; */
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.loading-bar-message {
    font-size: 18px;
    margin-bottom: 12px;
}

.loading-bar-trademark {
    font-size: 15px;
    margin-top: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-bar-trademark img {
    margin-left: 5px;
}

.logo-bar-section {
    position: absolute;
    top: 0;
    height: 100%;
}

.col {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: column;
}

body {
    
    background-color: #000 !important;
}