table.detail-view th {
    width: 21%;
    font-weight: 600;
}

table.kv-grid-table th {
    text-align: center;
    word-break: break-word;
}

.form-group.required label:after {
    color: #d00;
    font-size: 12pt;
    content: " *";
}

.form-group.required .radio-control label:after {
    content: " ";
}

.form-group.required .custom-checkbox label:after {
    content: "";
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    /*background-color: #4caf50;*/
    border-bottom-width: 1px;
    color: #000;
    font-weight: bold;
}

.table-bordered > thead > tr > th > a,
.table-bordered > thead > tr > td > a {
    color: #000;
    font-weight: bold;
}

.content-header h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding-left: 12px;
    border-left: 7px solid #0b305c;
}

.sidebar-light-primary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.btn-primary {
    border-color: #8E24AA;
}

.card-primary:not(.card-outline) > .card-header,
.bg-primary,
.btn-primary {
    background-color: #8E24AA !important;
}

.card-primary.card-outline {
    border-color: #8E24AA !important;
}

table.kv-grid-table {
    width: auto;
    margin: 5px;
}

.pagination {
    margin: 15px !important;
}

[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-light-] .nav-sidebar > .nav-item:hover > .nav-link,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #8E24AA;
    color: #fff;
}

.main-header {
    background-color: #8E24AA;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
    color: #fff;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    float: left;
}

.question {
    font-weight: 700;
    font-size: 1.3rem;
}

.answer {
    font-size: 1.2rem;
    font-weight: normal !important;
    margin-left: 7px;
    margin-bottom: 0 !important;
}

.radio-space {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

table.kv-grid-table {
    margin: 0;
}

.bg-primary-2 {
    /*background-color: rgb(2, 48, 71);*/
    background-color: #7c2095;
}


.form-check-input[type=radio] {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 4px
}

.form-check-input[type=radio]:before {
    width: 1rem;
    height: 1rem
}

.form-check-input[type=radio]:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    z-index: 1;
    display: block;
    border-radius: 50%;
    background-color: #fff
}

.form-check-input[type=radio]:checked {
    background-image: none;
    background-color: #fff
}

.form-check-input[type=radio]:checked:after {
    border-radius: 50%;
    width: .625rem;
    height: .625rem;
    border-color: #3b71ca;
    background-color: #3b71ca;
    transition: border-color;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.form-check-input[type=radio]:checked:focus {
    background-color: #fff
}

.form-check-label {
    padding-left: .15rem
}

.form-check-label:hover {
    cursor: pointer
}

.form-check {
    margin-top: .5rem;
}