/* color scheme: https://www.schemecolor.com/orange-and-blue.php */
body {
    font-family: "Route 159", sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
}

hr {
    height: 0.1em;
    border-width: 0;
    background-color: gray;
}

.container {
    max-width: 825px;
    margin: 0 auto;
    max-height: 100%;
    position: relative;
}

.button {
    appearance: button;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Route 159", sans-serif;
    font-size: 14px;
    line-height: 1.15;
    overflow: visible;
    padding: 9px 12px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: all 80ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    margin: 2px;
}

.button-island {
    background-color: #EBEBEB;
    color: #000000;
    border: 1px solid #EBEBEB;
}

.button-island-active {
    background-color: #00A7E1;
    color: #FFFFFF;
    border: 1px solid #00A7E1;
}

.button-island:disabled {
    opacity: .5;
}

.button-island:focus {
    outline: 0;
}

.button-island:hover {
    background-color: #00A7E1;
    border-color: #00A7E1;
    color: #FFFFFF;
}

.button-island:active {
    background-color: #0474BA;
    border-color: #0474BA;
    color: #FFFFFF;
}

.button-settlement {
    background-color: #FFA630;
    text-decoration: none;
    border: 1px solid #FFA630;
    color: white;
}

.button-settlement:disabled {
    opacity: .5;
}

.button-settlement:focus {
    outline: 0;
}

.button-settlement:active {
    background-color: #F17720;
    border-color: #F17720;
    color: white;
}

.link {
    text-decoration: none;
    color:dimgrey;
}

#select-lang {
    position: absolute;
    top: 0;
    right: 0;
}

#email_input {
    font-family: "Route 159", sans-serif;
    width: 300px;
    font-size: 14px;
    margin-left: 2px;
}

@font-face {
  font-family: "Route 159";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/route159-regular.woff2) format("woff2");
}

@font-face {
  font-family: "Route 159";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/route159-bold.woff2) format("woff2");
}
