@import url('normalize.css');

body {
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1.75;
    background-color: #2d2825;
    background-image: linear-gradient(180deg, #546e7a, #455a64);
    background-position: 0px 0px;
    height: 150vh;
}

h1 {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
}

p,
li {
    line-height: 1.7;
    color: #fff;
    font-size: 14px;
}

.bordered {
    border: 1px solid white;
    margin-top: 14px;
    margin-bottom: 14px;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 20px;
}

.product-explorer-customise {
    padding: 14px;
    border-radius: 8px;
    background-color: #fff;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #136f63;
}

.product-explorer-customise:disabled {
    border: 1px solid #999999;
    background-color: blue;
    color: #666666;
}

.product-explorer-customise-disabled {
    pointer-events: none;
    cursor: default;
    color: lightgray;
}

.db_logo_light {
    width: auto;
    height: 80px;
    max-width: none;
}

a {
    font-family: Inter, sans-serif;
    color: #136f63;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 26px;
}

.initialisation-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    gap: 20px;
    box-sizing: border-box;
}

.initialisation-column-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.inspiration-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.utility-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-color: #2d2825;
    background-image: linear-gradient(180deg, #546e7a, #455a64);
    background-position: 0px 0px;
}

.utility-container {
    display: flex;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    width: 100%;
}

.utility-content {
    max-width: 100%;
}
.configure-selected-container {
    max-width: 100%;
}

input {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
@media only screen and (min-width: 600px) {
    h1 {
        font-size: 55px;
    }
    p {
        font-size: 19px;
    }
    .utility-container {
        padding-left: 5%;
        max-width: 640px;
    }
    .initialisation-container {
        padding: 100px;
    }
    .initialisation-column-container {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
    }
}

@font-face {
    font-family: 'Inter';
    src: url('https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2')
        format('woff2');
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    src: url('https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYAZ9hiA.woff2')
        format('woff2');
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    src: url('https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYAZ9hiA.woff2')
        format('woff2');
    font-style: normal;
    font-weight: 700;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2')
        format('woff2');
    font-style: normal;
    font-weight: 500;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2')
        format('woff2');
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074,
        U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
