﻿/*nok9 red*/
:root {
    --nok9-red: #ea0000;
    /*light gray*/
    --light-gray: #f8f8f8;
    /*medium gray*/
    --medium-gray: #ededed;
}

.map-container .map {
    height: 1200px;
}

.map-info-container .map-info {
    z-index: 9999999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    max-width: 800px;
    margin: auto;
    left: 0;
    right: 0;
    top: 60%;
    padding: 50px 150px;
}

    .map-info-container .map-info h2 {
        margin-bottom: 20px;
    }

    .map-info-container .map-info p {
        margin-bottom: 30px;
    }

    .map-info-container .map-info a {
        cursor: pointer;
        color: white;
        font-size: 110%;
    }

    .map-info-container .map-info .map-button {
        margin: auto;
        background-color: var(--nok9-red);
        padding: 10px 30px;
        border-radius: 99px;
        max-width: 200px;
        text-align: center;
    }

.marker {
    max-width: 500px;
}

.rfq-form {
    position: relative;
    margin: auto;
    /*.ATL:hover {
		 transform: scale(1.02);
	}
	 .rfq-part-labs:hover .ATL:not(:hover) {
		 opacity: 0.65;
		 transform: scale(0.95);
	}
	*/
}

    .rfq-form .fixed-atls h1 {
        padding: 60px 0 20px 0;
    }

    .rfq-form .rfq-parts {
        display: flex;
        justify-content: center;
        gap: 100px;
        background-color: white;
        max-width: 900px;
        border-radius: 9999px;
        margin: auto;
    }

    .rfq-form label {
        cursor: pointer;
        margin-right: 3px;
    }

    .rfq-form .rfq-part {
        margin-top: 50px;
    }

        .rfq-form .rfq-part h3 {
            margin-bottom: 20px;
        }

        .rfq-form .rfq-part input {
            margin-bottom: 30px;
            margin-right: 15px;
            margin-top: 5px;
        }

        .rfq-form .rfq-part .spec-versions {
            display: flex;
            flex-direction: row;
        }

    .rfq-form .potential-power {
        display: flex;
    }

        .rfq-form .potential-power .potential-power-label {
            margin-top: 6px;
            margin-right: 5px;
        }

    .rfq-form .button {
        text-align: center;
        margin: 60px auto;
        background-color: var(--nok9-red);
        color: white;
        font-size: 105%;
        padding: 10px 20px;
        width: 300px;
        border-radius: 9999px;
        border: none;
        cursor: pointer;
        display: block;
    }

    .rfq-form .rfq-submit {
        position: fixed;
        bottom: 50px;
        z-index: 9999;
        background-color: #8dc63f;
        border: none;
        padding: 25px;
        color: white;
        border-radius: 999px;
        font-size: 110%;
        cursor: pointer;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    .rfq-form .rfq-part-labs {
        padding: 50px;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .rfq-form .rfq-part-labs h3 {
            margin-bottom: 20px;
        }

        .rfq-form .rfq-part-labs h4 {
            margin-bottom: 10px;
            margin-top: 30px;
        }

        .rfq-form .rfq-part-labs input {
            margin-right: 15px;
        }

        .rfq-form .rfq-part-labs .ATL {
            padding: 30px 20px;
            width: 270px;
            background-color: white;
            height: 245px;
            display: block;
        }

            .rfq-form .rfq-part-labs .ATL h4 {
                line-height: 20px;
            }

            .rfq-form .rfq-part-labs .ATL p {
                margin-bottom: 20px;
            }

            .rfq-form .rfq-part-labs .ATL .atl-logo {
                height: 45px;
            }

        .rfq-form .rfq-part-labs .ATL-checkbox {
            width: 20px;
            height: 20px;
        }

    .rfq-form .uncheck-all p {
        cursor: pointer;
        margin-bottom: 10px;
    }

    .rfq-form .check-all p {
        cursor: pointer;
        margin-bottom: 10px;
    }

    .rfq-form .labs-applicable {
        text-align: center;
        color: #646464;
        margin-top: 5px;
    }

@media screen and (max-width: 1020px) {
    .rfq-parts {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

        .rfq-parts .rfq-part-one {
            width: 500px;
        }

        .rfq-parts .rfq-part {
            margin-top: 10px;
        }

    .rfq-form .rfq-part-labs {
        max-width: 500px;
        margin: auto;
        gap: 20px;
    }

        .rfq-form .rfq-part-labs .ATL {
            width: 500px;
        }

    .rfq-form .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .check-all {
        max-width: 500px;
        margin: auto;
    }

    .uncheck-all {
        max-width: 500px;
        margin: 10px auto;
    }
}

.bpp-epp-buttons {
    display: flex;
    max-width: 1000px;
    margin: auto;
}

    .bpp-epp-buttons div {
        margin: auto;
    }

        .bpp-epp-buttons div .bpp-epp-button {
            padding: 20px 60px;
            background-color: white;
            border-radius: 999px;
            color: var(--nok9-red);
            font-size: 150%;
            width: 200px;
        }

        .bpp-epp-buttons div p {
            text-align: center;
            margin-top: 25px;
        }

#epp-content {
    display: none;
}

#bpp-content {
    display: none;
}

.bpp-epp-content {
    margin-top: 100px;
    max-width: 1000px;
    margin: auto;
}
