html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.validation-summary-errors ul {
    list-style-type: none;
}


#stats h2 {
    font-size: 3em;
}
#stats .counter {
    background-color: #f5f5f5;
    padding: 25px 0;
    border-radius: 5px;
}

#stats .counter i,
#stats .counter .count-title {
    margin-bottom: 15px;
}


#stats .counter p {
    font-style: italic;
    margin-bottom: 0;
}


.highlight input[type="radio"]:checked + label {
    background-color: #F2F2F2!important;
    color:midnightblue;
}

header{
    padding: 10px 0;
}

nav {
    border-bottom: 1px solid #e5e5e5;
}

footer {
    border-top: 1px solid #e5e5e5;
}

.accordion-body {
    padding-top: .2rem;
    padding-bottom: 2rem;
}

.loaderModal {
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

    .loaderModal img {
        width: 100px;
    }

.openloaderModal {
    display: flex;
    z-index: 98999;
}
#modalLoader .modal-dialog{
    max-width : fit-content;
}
