body {
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;

    background-color: white;
    color: black;
}

.header {
    background-color: #04101b;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    padding-bottom: 56px;
    overflow: visible;
}

.maintitle {
    margin-top: -60px;
}

.maintitle h1, .maintitle div {
    color: white !important;
}

.maintitle svg {
    fill: white;
}

div.dialog {
    width: 300pt;
    margin: 32pt auto;
    text-align: center;

    border: 1pt solid black;
    border-radius: 8pt;
    padding: 12pt 5pt;
}

a.button {
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 5pt;
    padding: 3pt 12pt;
}

.action-button {
    background-color: #52a9de;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
}

.action-button span {
    color: #ffffff;
}

a.disabled {
    text-decoration: none;
    color: #999 !important;
    cursor: default !important;
}

a.disabled svg path {
    stroke: #999;
}

a.disabled svg circle {
    fill: #999;
}

.sign-in-with-github {
    flex-shrink: 0;
    width: auto;
    height: auto;
    white-space: pre;
    overflow: visible;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: center;
  
    transition: color 0.5s;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid #D8000C;
    border-radius: 8px;
    padding: 8px;
    margin: 16pt 0 -16pt 0;
}

.logo {
    width: 92px;
    text-decoration: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 6px;
}

input[type="checkbox"]:checked {
    color: #ffffff;
    background-color: #52a9de;
}

.info-field{
    pointer-events: auto;
    border: none;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    resize: none;
    margin: 0px;
    font-family: 'open sans Regular', 'open sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    appearance: none;
    color: rgb(82, 73, 93);
    background-color: rgb(243, 243, 244);
    border-radius: 8px;
    text-align: left;
    line-height: 1.4;
    caret-color: #52a9de;
    display: flex;
    justify-content: space-between;
    height: auto;  
    direction: ltr;
    text-overflow: unset;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 1px inset;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

.copybutton {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid var(--grey_2, #d6d3d8);
    cursor: pointer;
    box-sizing: border-box;
    height: 30pt;
    display: flex;
    flex-direction: row;
    padding: 8px 16px 8px 16px;
    white-space: pre;
    overflow: visible;
    font-weight: 700;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: center;
    color: #0a0511;
    text-decoration: none;
    margin-bottom: 12px;
    margin-top: 12px;
}

.copybutton:hover {
    border: 1px solid #52a9de;
    background-color: #52a9de;
    color: #ffffff;
}
