* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #41BEE2;
}

/* Style the header */
header {
    background-color: #1C509A;
    padding: 0px;
    text-align: center;
    font-size: 35px;
    color: white;
    width: 100%;
}

.column-1 {
    align: center;
    float: left;
    width: 100%;
    padding: 10px ;
}

.column-3 {
    align: center;
    float: left;
    width: 33.33%;
    padding: 10px ;
}

.column-5 {
    align: center;
    float: left;
    width: 20%;
    padding: 10px ;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

label.title {
    color: #1C509A;
    text-transform: uppercase;
    font-weight: 800;
    align-content: center;
    font-size: 20px;

}

textarea
{
    width:90%;
    font-size: 16px;
    overflow-wrap: normal;
    white-space: pre;
    overflow-x: scroll;
}

.textwrapper
{
    border:1px solid #999999;
    margin:5px 0;
    padding:3px;
    word-wrap: false;
}

.button-10 {
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-10:disabled {
    background: linear-gradient(-180deg, #FF7E31 0% , #E62C03 100%);
    color: gray;
}
.button-10:focus {
    box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
}
