﻿ul.pagination li:first-child a {
    background-color: #4A35E9;
}

ul.pagination li:last-child a {
    background-color: #4A35E9;
}

ul.pagination li:first-child a:after {
    content: 'First'
}

ul.pagination li:last-child a:after {
    content: 'Last'
}

ul.pagination li:nth-child(2) a {
    background-color: #087AAF;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul.pagination li:nth-last-child(2) a {
    background-color: #087AAF;
    color: white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
    color: #000;
    background-color: #fff;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #af25ff;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.radiobtn-fullweight {
    width: 100% !important;
    margin: auto;
    margin-left: 0 !important;
    display: flex;
}

.imgupload-zoom {
    width: 25%;
    margin: 0 auto;
}

.imgoverlay {
    position: relative;
}

.grid.assessment {
    border-collapse: collapse;
    border-spacing: 0;
}

.grid.assessment thead {
    border-bottom: 2px solid #e1e1e1;
}

.grid.assessment thead::after {
    content: "";
    display: block;
    height: 1.5em;
    width: 100%;
    background: white;
}

.grid.assessment th {
    border: none !important;
    background-color: transparent;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #4A35E9;
    text-align: center;
}

.grid.assessment tr {
    text-align: center;
}

.content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    border-radius: 26px;
    padding: 13px 5px;
    width: 153px;
    text-align: center;
    color: white;
    font-weight: 400;
}

.certainty-level-0, .certainty-level-3, .certainty-level-4, .certainty-level-6, .certainty-level-5 {
    color: #000;
}

table th a:hover {
    text-decoration: none;
    border-bottom: 2px solid #000;
}

table th a:focus {
    text-decoration: none;
    border-bottom: none;
}

.modal-header .close {
    opacity: 0.6;
}

.modal-header .close:hover {
    opacity: 0.8;
}