.required:after {
    content:" *";
    color: red;
}
.social-items .item {
    list-style: none;
    display: inline-block
}
.item .social-link {
    text-decoration: none;
    color: dimgray;
}
.item .social-link:hover {
    background-color: rgb(174, 174, 215);
}
.header-item:link {
    color: dimgray;;
}
.header-img  {
    box-sizing: border-box;
    max-height: 150px;
}
.culture-navbar {
    background: #F1F1F1 !important;
}
.culture-nav-item a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.culture-nav-item a:hover {
    background-color: dimgrey;
    text-decoration: none;
    color: #fff;
}
.page-header {
    background: #2d5294;
    color:#fff;
    text-align: center;
}
.footer {
    background: #2d5294;
    height: auto;
    padding: 20px;
}
.heading {
    color: #ffff;
}
.hr {
    width: 50%;
    background-color: #ffff;
    margin-left: 1px;
}
.items-info .info {
    list-style: none;
    padding: 10px;
}
.info a {
    color: #ffff ;
}
.content {
    min-height: 50vh;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.affirmation-text-input {
    border: none;
    border-bottom: 1px dotted #000000;
    box-sizing: border-box;
}
.affirmation-text-input:focus {
    outline: none;
}

.reset_password .card {
    margin-top:30px;
    margin-bottom: 30px;
}

.register_code_row{
    margin-top:24px;
}

.register_code_row span{
    font-size:9pt;
    padding-top:2%;
}

.text_form_closed{
    font-size:14pt;
    font-weight: 700;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
    background: red;
}
.table-fixed th, .table-fixed td {
    word-wrap: break-word;
    white-space: normal;
}

.custom-application-form-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    cursor: pointer;
}

.custom-application-form-checkbox:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
