@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&family=Roboto:ital,wght@1,400;1,900&display=swap');

.container {
    font-family: 'Tahoma', sans-serif;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px auto auto auto;
    margin: 0;
}

a {
    text-decoration: none;
    text-decoration: none !important;
    border: none !important;
}

span {
    display: inline-block;
    white-space: nowrap;
}

nav ul {
    display: flex;
}

nav ul li {
    list-style-type: none;
    padding: 10px;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: gray;
    text-transform: uppercase;
}

.title {
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: #102d69;
    margin: 0;
    line-height: 50px;
}

textarea {
    width: 100%;
    height: 45vh;
    border-color: #102d69;
}

h3, h1 {
    text-align: center;
    vertical-align: middle;
}

section {
    padding: 2vw;
}

.data {
    grid-column: 1/2;
    grid-row: 2/3;
}

.data, h3 {
    font-family: 'Montserrat', sans-serif;
}

.preview, .m-preview {
    grid-column: 1/2;
    grid-row: 3/4;

    border: 1px #102d69 solid;
    padding-left: 100px;
}

.preview > p, .m-preview > p {
    /*display: none;*/
}

.preview > table, .m-preview > table {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.preview:before, .m-preview:before {
    text-align: center;
    vertical-align: middle;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.code {
    grid-column: 1/2;
    grid-row: 4/5;
    position: relative;
}

.form-input, select {
    border: 1px solid #102d69;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 24px;
    height: 50px;
    background: transparent !important;
    display: block;
    width: 100%;
    font-weight: 400;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
    margin: 0;
    margin-top: 5px;
    font-family: inherit;
    box-sizing: border-box;
}

.copy {
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: #102d69;
    font-size: 30px;
}

.copy-icon {
    fill: #102d69;
}

table > tbody > tr > td > table > tbody > tr > th {
    text-align: left;
    /* height: 6pt !important; */
    padding: 0px !important;
}

table > tbody > tr > td > table > tbody > tr > td {
    text-align: left;
    /* height: 6pt !important; */
    padding: 0px !important;
}

@media (min-width: 960px) {
    .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        width: 100%;
    }

    .title {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .data {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .preview, .m-preview {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .code {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .copy {
        bottom: 12%;
        right: 3.5%;
    }
}

.logo {
    width: 300px;
    margin: 30px;
}

/* .containerLogo {
    width: 100px;
} */

/* .sectionTable {
    display: flex;
} */

/* .sectionTable_right {
    vertical-align: text-top;
    padding-left: 7px;
    line-height:1.5;
} */

/* .sectionTable_left {
    vertical-align: top;
    align-self: center;
} */

/* .social-icon {
    margin-top:5px;
    width: 36px;
} */

/* .containerLeft {
    border-right: 3px solid red;
    padding-right: 10px;
    white-space: nowrap;
} */

/* .banner {
    width: 350px;
} */
