html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    background-color: #99ccff;
    color: black;
    display: flex;
    flex-direction: column;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    text-align: center
}

br {
    display: block;
    margin: 10px 0
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

img {
    border-radius: 10px
}

h1 {
    margin: 0
}

.App-link {
    color: #61dafb
}

.FlashMessageFail {
    color: red
}

.FlashMessageEdge {
    color: #daa520
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.onTop {
    font-size: 20px;
    height: 90%;
    left: 0;
    top: 0;
    width: 90%;
    z-index: 10
}

.Modal,.onTop {
    position: absolute
}

.Modal {
    align-items: center;
    background-color: white;
    border-radius: 4px;
    color: black;
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: 95vh;
    max-width: 500px;
    overflow-y: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 95%
}

.Overlay {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.buttonGroup {
    align-items: center;
    justify-content: center
}

.copyButton {
    width: 140px
}

.pad {
    padding-right: 10px
}

.react-toggle {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    touch-action: pan-x;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.react-toggle-screenreader-only {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.react-toggle--disabled {
    cursor: not-allowed;
    opacity: .5;
    transition: opacity .25s
}

.react-toggle-track {
    background-color: #4d4d4d;
    border-radius: 30px;
    height: 24px;
    padding: 0;
    transition: all .2s ease;
    width: 50px
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #000
}

.react-toggle--checked .react-toggle-track {
    background-color: #19ab27
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #128d15
}

.react-toggle-track-check {
    bottom: 0;
    height: 10px;
    left: 8px;
    line-height: 0;
    margin-bottom: auto;
    margin-top: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease;
    width: 14px
}

.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x {
    opacity: 1;
    transition: opacity .25s ease
}

.react-toggle-track-x {
    bottom: 0;
    height: 10px;
    line-height: 0;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px
}

.react-toggle--checked .react-toggle-track-x {
    opacity: 0
}

.react-toggle-thumb {
    background-color: #fafafa;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    box-sizing: border-box;
    height: 22px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all .5s cubic-bezier(.23,1,.32,1) 0ms;
    transition: all .25s ease;
    width: 22px
}

.react-toggle--checked .react-toggle-thumb {
    border-color: #19ab27;
    left: 27px
}

.react-toggle--focus .react-toggle-thumb {
    box-shadow: 0 0 2px 3px #0099e0
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
    box-shadow: 0 0 5px 5px #0099e0
}

.colorblind {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center
}

label {
    font-size: 16px;
    padding-left: 10px
}
