/***** GLOBAL CSS ****/
h1, h2, h3, h4, p, a, span {
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.center {
    display: flex;
    justify-content: center;
}

.center div {
    text-align: center;
}

.input-field, #id_generator-token {
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111827;
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .75rem 1rem;
    max-width: 400px;
    width: 90vw;
    height: 60px;
    margin: 5px;
}

.input-field, #id_generator-token {
    border: 1px solid #1b84b9;
}

.wrapper {
    display: block;
}

.errorlist {
    margin: 10px;
    color: #de0101;
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    font-size: 10pt;
}

.title {
    font-size: 25pt;
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #1b84b9;
    margin-bottom: 5px;
    margin-left: 5px;
}

.sub-title {
    font-size: 14pt;
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #1b84b9;
}

.text-block {
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-left: 5px;
}

.navDot {
    height: 25px;
    width: 25px;
    background-color: #1b84b9;
    border-radius: 50%;
    display: inline-block;
}

.navDot:hover {
    background-color: #105485;
}

.navGroup {
    margin-left: 5px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #105485;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #105485 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

input[type="checkbox"] {
    position: relative;
    left: 30px;
    top: 0px;
    z-index: 0;
    /*-webkit-appearance: none;*/
}

input[type="checkbox"] + label {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.1;
    padding-left: 40px;
    position: relative;
    margin-left: 5px;
}

input[type="checkbox"] + label:before {
    width: 30px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #ddd;
    background-color: #EEE;
    content: "";
    margin-right: 15px;
    transition: background-color 0.5s linear;
    z-index: 5;
    position: absolute;
    left: 0px;
}

input[type="checkbox"] + label:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    content: "";
    transition: margin 0.1s linear;
    box-shadow: 0px 0px 5px #aaa;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 10;
}

input[type="checkbox"]:checked + label:before {
    background-color: #1b84b9;
}

input[type="checkbox"]:checked + label:after {
    margin: 0 0 0 15px;
}

.main-button {
    background-color: #FFFFFF;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111827;
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    max-width: 400px;
    width: 90vw;
    height: 60px;
    margin: 10px;
}


.main-button:hover {
    background-color: rgb(249, 250, 251);
    border-color: #1a85b9;
}

.main-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.main-button:focus-visible {
    box-shadow: none;
}

