:root {
    --gr-light-blue: #33CCFD;
    --gr-sky: #00BAFF;
    --gr-sea: #00A2FF;
    --gr-light-slathe: #7990A1;
    --gr-slathe: #4D5C70;
    --gr-graphite: #202730;
    --gr-pidgeon: #ABBCC9;
    --gr-silver: #D3D5D9;
    --gr-success: #00C662;
    --gr-light: #f5f7fa;
    --white: #ffffff;
    --shadows-card: -4px -4px 4px 0px #FFFFFF, 3px 3px 6px 0px #7990A159;
    --shadows-card-hover: '-6px -6px 16px #FFFFFF, 6px 6px 16px rgba(32, 39, 48, 0.25)';
    --bs-accordion-bg: var(--gr-light);
    --bs-body-bg: var(--gr-light);
}

.container {
    font-family: "Source Sans Pro", "source-sans-basic", helvetica, arial, "sans-serif";
    margin: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    letter-spacing: 0.02rem;
    color: var(--gr-graphite);
}

.gr-link {
    font-style: normal;
    font-weight: 700;
    display: block;
    text-decoration: none;
    background: 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.gr-link:not(.active) {
    color: var(--gr-slathe);
}

.rectangle {
    margin-top: 0.5rem;
    height: 5px;
}

.gr-link.active .rectangle {
    box-shadow: 3px 3px 5px 1px #20273040, -3px -3px 4px var(--white);
    border-radius: 5px;
    background: linear-gradient(180deg, var(--gr-light-blue) 0%, var(--gr-sea) 100%)
}

.btn-gr {
    border: 0;
    padding: 0 1rem;
    box-shadow: var(--shadows-card);
    border-radius: 0.75rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, var(--gr-sea) 0%, var(--gr-light-blue) 83.85%);
    color: var(--white);
}

.btn-gr:hover {
    background: linear-gradient(180deg, #00A2FF 0%, #00A2FF 100%);
    color: var(--white);
}

.btn-gr-secondary {
    background: var(--gr-light);
    color: var(--gr-sea);
    border: 1px solid var(--gr-sea);
}

.btn-gr-secondary:hover {
    background: var(--gr-sea);
    color: var(--gr-light);
}

.btn-gr-register {
    padding: 1rem;
}

.btn-gr-copy {
    font-size: 0.8125rem;
    width: 62px;
    height: 44px;
    border-radius: 0.375rem;
    box-shadow: none;
    background: linear-gradient(180deg, var(--gr-sky) 0%, var(--gr-light-blue) 83.85%);
}

.fw-gr-bolder {
    font-weight: 900 !important;
}

.gr-label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 0 0.5rem 0;
}

.gr-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.input-group.gr-group {
    width: 500px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
}

.input-group.gr-group input {
    box-shadow: 2px 2px 2px 0px #7990a166 inset;
}

.gr-input {
    margin: 0 !important;
    background-color: var(--white) !important;
}

section {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
}

.gr-inset-shadow {
    box-shadow: -4px -4px 4px 0px #FFFFFF, 3px 3px 6px 0px #7990A159;
    border-radius: 0.75rem;
}

.bg-gr-light-grey {
    background-color: var(--gr-light);
}

li, p {
    color: var(--gr-slathe)
}


.fade:not(.show) {
    display: none;
}


.gr-accordion-item {
    border: none;
}

.gr-accordion-header {
    display: flex;
    border: none;
    border-bottom: 1px solid var(--gr-silver);
    flex-grow: 1;
}

.gr-accordion-button {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.gr-connected {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.gr-status {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

.config-row {
    display: flex;
    justify-content: space-between;
    height: 1.25rem;
    width: 250px;
}

.gr-pill {
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0 0.75rem;
    border-radius: 0.75rem;
    color: var(--white);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gr-description {
    font-size: 0.875rem;
    color: var(--gr-light-slathe);
}

.gr-success {
    background-color: var(--gr-success);
}

.gr-secondary {
    background-color: var(--gr-pidgeon);
}

.gr-pill {
    box-shadow: 2px 2px 2px 0px #7990A166 inset;
}


.config-title {
    color: #5C657E;
    font-size: 0.875rem;
}

.gr-header {
    font-weight: 600;
    line-height: 2rem;
    font-size: 1.5rem;
}

.gr-tabs-content {
    min-height: 150px;
}

.gr-buttons-container {
    display: flex;
    gap: 1rem;
}

.gr-progress-container {
    height: 0.45rem;
    border-radius: 10px;
    background-color: var(--white);
    overflow: hidden;
    margin: 70px auto 0;
}

.gr-progress {
    height: 100%;
    transform-origin: left;
    background-color: var(--gr-sea);
    animation: gr-progress 2.5s infinite;
}

@keyframes gr-progress {
    from {
        transform: scaleX(0%) translateX(-15%);
    }
    to {
        transform: scaleX(75%) translateX(140%);
    }
}