@font-face {
    font-family: MuseoSlab-500;
    src: url(../fonts/Museo_Slab_500.otf);
}

@font-face {
    font-family: MuseoSlab-200;
    src: url(../fonts/Museo_Slab_300.otf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Monserrat-Variable;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

.logo {
    background-image: url(/images/EPfiler_logo.png);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.flex-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
}

form label {
    font-family: MuseoSlab-300;
    font-weight: lighter;
}

.form-control, input {
    border-radius: 0px !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* font-family: var(--bs-font-sans-serif); */
    font-family: Monserrat-Variable;
    font-size: 14pt;
    /*padding-bottom: 250px;*/
}

.navbar-menu, h4, h3, h2, h1 {
    font-family: MuseoSlab-500 !important;
}

small {
    font-size: 0.8em;
}

.btn, .paginate_button {
    border-radius: 0px;
    font-family: MuseoSlab-500;
}

.btn-primary {
    background-color: #b92051;
    border-color: #b92051;
    color: #E9E9DF;
}

    .btn-primary:hover {
        background-color: #93334e;
        border-color: #b92051;
    }

    .btn-primary:disabled {
        background-color: #93334e;
        border-color: #93334e;
    }

.btn-default {
    background-color: #424242;
    border-color: #E9E9DF;
    color: #E9E9DF;
}

.btn-success {
    background-color: #AACC39;
    border-color: #AACC39;
    color: #70445B;
}

.small-text {
    font-family: var(--bs-font-sans-serif);
    font-weight: lighter;
}

.bg-red {
    /* background-color: #C41F4C; */
    /* color: white; */
}

.bg-dark {
    background-color: #262626;
    color: white;
}

/*.footer-graphic {
    position: absolute;
    top: -182px;
}

    .footer-graphic img {
        width: 60%;
        height: 60%;
    }*/

/*select, button {
    border-radius: 0 !important;
}

    select.form-control {
        -webkit-appearance: menulist;
    }*/

.right-align {
    text-align: right;
}

header {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url("/images/header_bg_pattern.jpg");
    background-color: #b92051;
}

    header .card {
        background-color: transparent;
        border: none;
    }

    header .register .card {
        border-radius: 0;
        background-color: #3d3d3d;
    }

        header .register .card .card-text {
            font-family: var(--bs-font-sans-serif);
        }

footer {
    background-color: #424242;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    line-height: inherit !important;
    font-size: 10pt;
}

    footer ul {
        padding: 0;
        list-style-type: none;
    }

    footer a {
        color: #6c757d !important;
    }

.render-body {
    margin-top: 50px;
    background-color: white;
}

.header-text {
    color: #EAE9DF;
    padding-bottom: 100px;
}

.index-no-signin {
    padding: 50px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.index-no-signin-right {
    padding: 50px;
    background-color: #EAE9DF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.footer-links {
    white-space: nowrap;
}

.signedin-right {
    background-color: #E9E9DF;
    padding: 50px;
}

    .signedin-right ul {
        margin: 0px;
        padding-left: 20px;
        font-weight: bold;
    }

        .signedin-right ul li {
            padding: 0px;
        }

.navbar-menu {
    padding-bottom: 0px;
    border-bottom: 5px;
    color: white;
}

.table-stripped {
    border-color: white;
}

.paginate_button {
    background-color: #AACC39 !important;
    border-color: #AACC39 !important;
    color: #70445B !important;
}

table.dataTable {
    border-color: white !important;
    font-family: Monserrat-Variable !important;
}

.spacer {
    margin-bottom: 30px;
}

.spacer_5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

table {
    font-size: 1em;
}

    table th {
        background-color: #b82051 !important;
        color: white !important;
        font-weight: normal !important;
        font-size: 1em;
        text-align: center !important;
    }

        table th th.sorting_asc:before {
            background-color: #b82051 !important;
            color: white !important;
        }

    table.dataTable thead tr th,
    table.dataTable thead tr td {
        color: #ffa500;
    }

        table.dataTable thead tr th.sorting_asc,
        table.dataTable thead tr td.sorting_asc {
            background-color: red;
        }

        table.dataTable thead tr th.sorting_desc,
        table.dataTable thead tr td.sorting_desc {
            background-color: blue;
        }

.dataTables_length, .dataTables_filter, .dataTables_paginate, .paging_simple_numbers, .dataTables_info {
    font-size: 0.8em !important;
    margin-bottom: 5px;
    border-radius: 0 !important;
}

.m-1 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.btn-danger {
    border: none;
    border-bottom: 2px solid #b92051;
    margin-left: 1px;
    margin-right: 1px;
    color: #b92051;
    background-color: transparent;
}

    .btn-danger:hover {
        background-color: transparent;
        border: 1px solid #b92051;
        color: #b92051;
        margin-left: 0px;
        margin-right: 0px;
    }


/*WIZARD*/
.progress {
    border-radius: 0px !important;
    margin-bottom: 1rem;
}

.progress-bar, .progress-bar-info {
    background-color: #AACC39;
    border-color: #AACC39;
    color: white;
}

.tab-content {
    margin-top: 0px;
    padding: 0px;
}

.wiz-content {
    padding: 20px 30px;
    background-color: #EAE9DF;
}

.wiz-content-buttons {
    padding: 20px 30px;
    padding-bottom: 50px;
    background-color: #EAE9DF;
}

.wiz-content-spacer {
    height: 1rem;
}

#wzd-nav .container {
    padding: 0px;
    padding-bottom: 50px;
}

    #wzd-nav .container .wiz-nav-button {
        display: block;
    }

#wzd-content .container {
    padding: 0px;
}

.wiz-nav-button {
    display: block;
}

#wzd-content .input-group a {
    margin-left: 10px;
}

.fa-circle-info {
    color: #b92051;
}

/*POPOVER*/
.popover {
    background-color: #b92051;
    max-width: 350px;
}

    .popover .popover-body {
        color: white;
    }

.popover-arrow:after {
    border-right-color: #b92051 !important;
}

.signedin-right-list {
    font-family: Monserrat-Variable;
}

.index-bullets {
    color: #b92051;
    font-size: 1.5em;
    font-family: MuseoSlab-500;
}

.nav-link-abel-logo {
    color: #b92051;
    text-decoration: none;
    font-style: normal;
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.2em;
}

h4, h3, h2, h1 {
    color: #b92051;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

/*th.sorting::before, th.sorting::after{
    color:white;
    opacity:0.75 !important;
}*/

.w-step-1 {
    width: 1% !important;
}

.w-step-2 {
    width: 17% !important;
}

.w-step-3 {
    width: 33% !important;
}

.w-step-4 {
    width: 50% !important;
}

.w-step-5 {
    width: 66% !important;
}

.w-step-6 {
    width: 83% !important;
}

.w-step-7 {
    width: 100% !important;
}

.radio-group {
    /*    height: 100%;
    margin: auto;
    width: 100%;*/
}

    .radio-group .form-check-input {
        border-radius: 50% !important;
        font-size: 1.5em;
        margin: auto;
        vertical-align: central;
    }

    .radio-group .form-check-label {
        margin-left: 10px;
        font-weight: bold;
    }

    .radio-group .form-check-input:checked {
        background-color: #AACC39;
        border-color: #AACC39;
        color: #AACC39;
    }

.radio-group-vertical {
    padding: 0 !important;
    margin-left: .75em;
}

    .radio-group-vertical input[type=radio] {
        border-radius: 50% !important;
        font-size: 1.5em;
        padding-left: .75em;
    }

        .radio-group-vertical input[type=radio]:checked {
            background-color: #AACC39;
            border-color: #AACC39;
            color: #AACC39;
        }

.radio-group-checkboxes {
    float: right !important;
}

#file-upload-form {
    margin: 0px;
    padding: 20px;
    padding-bottom: 30px;
    background-color: white;
}

#Successfull-submission-form .container {
    padding: 60px;
    background-color: #EAE9DF;
}

.uploaded-files-table, .additional-comments {
    margin: 0px;
    padding: 20px;
    padding-bottom: 30px;
    background-color: #f3f4ef;
}

#formFile {
    background-color: #b92051;
    border-color: #b92051;
    color: #E9E9DF;
}

.red-text-color {
    color: #b92051;
}

.red-background-color {
    color: #b92051;
    height: 100%;
    margin: auto;
}

.icon-success {
    color: #AACC39;
}

.progress-bar-pct.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
    from {
        left: -25%;
        width: 25%;
    }

    to {
        left: 100%;
        width: 25%;
    }
}

.step6-costs-label, .step6-fees-values {
    font-weight: bold;
    font-size: 1em;
}

.step6-costs-value {
    font-weight: bold;
    font-size: 1.5em;
    color: #b92051;
}

.additional-comments-fees {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #f3f4ef;
}

#step6-total-fees {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: white;
}

.step6-spacer {
    background-color: #E9E9DF;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pct-attachments thead {
    visibility: hidden;
}

.pct-attachments tbody tr {
    border-bottom: 1px dashed #b92051;
}

    .pct-attachments tbody tr td a {
        color: #b92051;
        text-decoration: none;
    }

.additional-comments-fees {
    padding-bottom: 15px;
}

.bold-writing {
    font-weight: bold;
}

.admin-row {
    background-color: palegreen;
}

.member-row {
    background-color: #e5fee6;
}

.abelimray-row {
    background-color: #b6e4f6;
}

.space-above {
    margin-top: 10px;
}

.wide-button {
    padding-left: 40px;
    padding-right: 40px;
}

.app-checkbox {
    transform: scale(1.5);
    margin-left: 5px;
}

a.dropdown-item {
    color: black !important;
}

    a.dropdown-item:active, a.dropdown-item:hover {
        color: white !important;
        background-color: #b92051;
    }

td a {
    color: #b92051;
    font-weight: bold;
    text-decoration: none;
}

.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}

.ep-checkbox {
    width: 1.2em;
    height: 1.2em;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 9999;
    display: none;
}

.loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: none;
}

.loader-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    border-top-color: #b92051;
}

.loader-message {
    margin-top: 15px;
    color: #b92051; /* Customize the message color */
    text-align: center;
    margin-left: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#login-errors {
    background-color: #b92051;
}

    #login-errors ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding:0px;
    }

        #login-errors ul li {
            color: white;
            list-style-type: none;
            text-align:center;            
        }
