﻿


.bg {
    height: 100vh;
    background-image: url('../../img/bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll; /* or fixed */
}

.top-header {
    float: left;
    width: 100%;
    height: 30px;
}

    .top-header div:nth-of-type(1) {
        width: 100%;
        font-size: 35px;
        padding: 0px;
        margin: 0px;
        color: black;
        font-weight: bold;
        float: left;
    }
    .top-header div:nth-of-type(2) {
        width: 100%;
        font-size: 15px;
        margin-top: -10px;
        padding: 0px;
        color: black;
        font-weight: bold;
        float: left;
    }

.font-large {
    font-size: 35px;
}
.font-medium {
    font-size: 25px;
}

.step-content {
    display: none;
}

    .step-content.active {
        display: block;
    }

.step-btns {
    margin-top: 20px;
}

body {
    background-color: #C0C5FC;
}

header{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.header {
    width: 100%;
    height: 70px;
    background-color: #3C46B5;
    margin: 65px 0px 0px 0px !important;
    padding: 5px 35px 5px 10px !important;
    color: black;
}

.btn-preview {
    background-color: #3C46B5;
    color: white;
}

.lang {
    width: 110px;
    float: right;
    height: 30px;
    font-size: 10px;
    padding: 1px;
    margin: 5px;
}

.left-menu {
    background-color: #3C46B5;
    width: 250px !important;
}
    .left-menu a {
        color: black !important;
        width: 100%;
        padding: 3px;
        text-align: center
    }

        .left-menu a:hover {
            background-color: #212db2;
            color: black;
        }



.first-page .cover-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    display: block;
}
.first-page div:nth-of-type(1) {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
}
.first-page div:nth-of-type(2) {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
}

.first-page div:nth-of-type(3) {
    width: 300px;
    text-align: center;
    background-color: #3b44b1;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 3px;
    cursor: pointer;
}

#wizardForm{
    margin-bottom: 10px;
}

#wizardForm > div {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#wizardForm p {
    font-weight:bold;
}
#wizardForm h4 {
    font-weight: bold;
    color: black;
    font-size: 30px;
    margin-top: 110px !important;
}
    #wizardForm h5 {
        font-weight: bold;
    }
    #wizardForm label {
        font-weight: bold;
        background-color: #3C46B5;
        color: white;
        min-width: 400px;
        padding: 2px 2px 2px 15px;
    }

.report-wizard #progressText1 {
    font-weight: bold;
    color: white;
    max-width: 100% !important;
    font-size: 20px;
    text-align: center;
    padding: 2px 2px 2px 15px;
    background-color: #3C46B5;
    border-radius: 20px;
}

.no-bg {
    background-color: transparent !important;
}

.icon {
    width: 204px; /* width of one icon */
    height: 204px; /* height of one icon */
    background-repeat: no-repeat;
}

.collection-1-1 {
    background-image: url('../../img/collection1.png');
    background-position: 0px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-1-2 {
    background-image: url('../../img/collection1.png');
    background-position: -204px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-1-3 {
    background-image: url('../../img/collection1.png');
    background-position: -408px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-1-4 {
    background-image: url('../../img/collection1.png');
    background-position: 0px -210px; /* move background to show 3rd icon in 2nd row */
}
.collection-1-5 {
    background-image: url('../../img/collection1.png');
    background-position: -216px -210px; /* move background to show 3rd icon in 2nd row */
}
.collection-1-6 {
    background-image: url('../../img/collection1.png');
    background-position: -416px -210px; /* move background to show 3rd icon in 2nd row */
}

.collection-2-1 {
    width: 306px !important; /* width of one icon */
    background-image: url('../../img/collection2.png');
    background-position: 0px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-2-2 {
    width: 306px !important; /* width of one icon */
    background-image: url('../../img/collection2.png');
    background-position: -306px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-2-3 {
    width: 306px !important; /* width of one icon */
    background-image: url('../../img/collection2.png');
    background-position: 0px -210px; /* move background to show 3rd icon in 2nd row */
}
.collection-2-4 {
    width: 306px !important; /* width of one icon */
    background-image: url('../../img/collection2.png');
    background-position: -306px -210px; /* move background to show 3rd icon in 2nd row */
}

.collection-3-1 {
    background-image: url('../../img/collection3.png');
    background-position: 0px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-3-2 {
    width: 214px !important; /* width of one icon */
    background-image: url('../../img/collection3.png');
    background-position: -204px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-3-3 {
    background-image: url('../../img/collection3.png');
    background-position: -414px 0px; /* move background to show 3rd icon in 2nd row */
}
.collection-3-4 {
    background-image: url('../../img/collection3.png');
    background-position: 0px -205px; /* move background to show 3rd icon in 2nd row */
}
.collection-3-5 {
    width: 244px !important; /* width of one icon */
    background-image: url('../../img/collection3.png');
    background-position: -204px -205px; /* move background to show 3rd icon in 2nd row */
}
.collection-3-6 {
    background-image: url('../../img/collection3.png');
    background-position: -444px -205px; /* move background to show 3rd icon in 2nd row */
}





