
/* Background-Color-Primary */
.bg-primary1 {
    background-color: #118ac3;
}

    .bg-primary1:hover {
        background-color: #118ac3;
    }

    .bg-primary1:focus {
        background-color: #118ac3;
    }

/* Background-Color-Secondary */
.bg-secondary1 {
    background-color: #194185;
}

.border-secondary1 {
    border-color: #194185;
}

.bg-secondary1:hover {
    background-color: #194185;
}

.bg-secondary1:focus {
    background-color: #194185;
}

/* Text-Color-Primary */
.text-logo-primary {
    color: #118ac3
}

/* Text-Color-Secondary */
.text-logo-secondary {
    color: #194185;
}

.containerSize {
    width: 100%;
    height: 100%;
}

.elem {
    position: sticky;
    bottom: 0;
    /* z-index: 10; */
    /* right: 0; */
}

.bodyPage {
    width: 100%;
    height: 100%;
}


.secondary {
    width: 40%;
    height: 100vh;
    flex: auto;
}

.primary {
    width: 60%;
    height: 100vh;
    flex: auto;
}

.hs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #194185;
    /* z-index: -1; */
}
