@charset "UTF-8";

.FullScreenloadingContainer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #bdbdbdd1;
    z-index: 10000000;
    display: grid;
    grid-template-rows: 25% 45% 30%;
}

.MainTextLoading {
    text-align: center;
    align-self: center;
    font-size: 40pt;
    color: var(--col-text-main);
    font-family: "Chivo", "Lucida Grande", sans-serif;
    text-shadow: 0px 0px 1px var(--col-text-shadow);
}

.SecondTextLoading{
	text-align: center;
    align-self: center;
    font-size: 20pt;
    color: var(--col-text-main);
    font-family: "Chivo", "Lucida Grande", sans-serif;
    text-shadow: 0px 0px 1px var(--col-text-shadow);
}

.SecondInfoInLoading{
    display: flex;
    flex-flow: column;
    text-align: center;
    /* justify-self: center; */
    justify-content: center;
    align-self: flex-start;
    font-size: 20pt;
    width: inherit;
    height: inherit;
    color: var(--col-text-main);
    font-family: "Chivo", "Lucida Grande", sans-serif;
    text-shadow: 0px 0px 1px var(--col-text-shadow);
}

.IMGLoading{
    justify-self: center;
    align-self: center;
    height: 100%;
}

.connection-msg-bg{
	background: cornflowerblue;
}
.connection-msg-pnl{
	text-align: center;
    align-self: center;
}
    