body {
    font-family:
            "Inter",
            system-ui,
            -apple-system,
            Roboto;
   font-size: 0.975rem;
}
.sl, .slb a {
    text-decoration: none;
}
.sl:hover, .slb a:hover {
    text-decoration: dashed underline;
}
table {
    font-size: .875rem;
}
footer {
    font-size: .875rem;
}
#ct-main {
    max-width: 1280px;
}
.navbar .feather {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}
.navbar-brand .feather {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
#proxy-logo{
    width: 270px;
    height: 45px;
}
.langswitch{
   display: inline;
   position: relative;
   float: right;
   right: 30px
}

.langswitch ul, .langswitch li{
    display: inline;
    list-style: none;
}

.langswitch a{
    margin: 5px;
}
a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: inherit;
}

label {
    width: 100%;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
    border: 1px solid #2ecc71;
}

.card-input-element:checked + .card-input .card-title {
    color: #28a745;
}

.card-input-element:checked + .card-input .card-footer {
    color: #fff;
    background: #28a745;
}

.icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: text-bottom;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 350ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 100ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
