﻿body {
}

.text-regsol,
.text-regcol {
    color: #4D618F !important;
}

a.text-regcol.selected:hover, a.text-regsol.selected:hover {
    color: #fff !important;
    text-decoration: underline;
}

a.text-regcol:hover, a.text-regcol:focus {
    color: #0071c2 !important;
}

a.text-regsol.selected,
a.text-regcol.selected {
    color: #fff !important;
    background-color: #4D618F;
    font-weight: 600;
}

a.text-regsol:hover, a.text-regsol:focus {
    color: #4D618F !important;
}

.border-3 {
    border-width: 3px !important;
    font-weight: 600;
}

.border-regsol,
.border-regcol {
    background-color: #4D618F;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 2rem;
}

.btn-regsol,
.btn-regcol {
    color: #fff !important;
    background-color: #4D618F;
    border-color: #4D618F;
    font-weight: 800;
    border-radius: 32px;
}

    .btn-regsol:hover, .btn-regcol:hover {
        background-color: #707070;
        border-color: #707070;
    }

.btn-consent {
    color: #fff !important;
    background-color: #0071c2;
    border-color: #0071c2;
    font-weight: 800;
}

.btn-consent:hover {
    background-color: #4D618F;
    border-color: #4D618F;
}

    .btn-consent:disabled {
        background-color: #707070 !important;
        border-color: #707070 !important;
    }

    .xsmall{
        font-size: 70%;
        font-weight: 400;
    }

.bg-regsol,
.bg-regcol {
    background-color: #4D618F !important;
}

.rounded-1 {
    border-radius: 0.375rem !important;
}

.rounded-7 {
    border-radius: 7px !important;
}

.rounded-t-7 {
    border-radius: 7px 7px 0 0 !important;
}

.rounded-b-7 {
    border-radius: 0 0 7px 7px !important;
}

.rounded-regcol {
    border-radius: 1rem !important;
}

.gradient {
    background-image: linear-gradient(to right, #4D618F, #4D618F, #fff);
}

.hp-field {
    /* CSS trick to visually hide an element without using common hide methods. HP = Honeypot */
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}