@font-face {
    font-family: 'Mark For MC Narrow - Regular';
    src: url('/fonts/MarkForMCNarrowW00-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/MarkForMCNarrowW00-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/MarkForMCNarrowW00-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/MarkForMCNarrowW00-Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/MarkForMCNarrowW00-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/MarkForMCNarrowW00-Regular.svg#Mark For MC Narrow W00 Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Mark Web Pro - Light Regular';
    src: url('/fonts/MarkWebPro-LightW01Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/MarkWebPro-LightW01Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/MarkWebPro-LightW01Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/MarkWebPro-LightW01Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/MarkWebPro-LightW01Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Mark Web Pro - Medium Regular';
    src: url('/fonts/MarkWebPro-MediumW01Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/MarkWebPro-MediumW01Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/MarkWebPro-MediumW01Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/MarkWebPro-MediumW01Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/MarkWebPro-MediumW01Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Mark Web - Regular';
    src: url('/fonts/MarkWebW01Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/MarkWebW01Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/MarkWebW01Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/MarkWebW01Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/MarkWebW01Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

h1 {
    font-family: 'Mark Web Pro - Light Regular', serif;
    font-size: 48px;
    margin: 0;
    color: #cf4500;
    font-weight: normal;
}

h2 {
    font-family: 'Mark Web Pro - Light Regular', serif;
    font-size: 36px;
    color: #3c3f42;
    margin: 0;
    padding: 10px 10px 10px 0px;
}

h3 {
    font-family: 'Mark Web Pro - Light Regular', serif;
    font-size: 30px;
    color: #3c3f42;
    padding: 15px 10px 15px 0px;
}

h4 {
    font-family: 'Mark Web Pro - Light Regular', serif;
    font-size: 20px;
    color: #3c3f42;
    padding: 15px 10px 15px 0px;
}

body {
    font-family: 'Mark For MC Narrow - Regular', serif;
    font-size: 16px;
    color: #3c3f42;
    background-color: #f5f2ef;
}

code {
    color: #cf4500; 
}

.custom-accordion .accordion-item {
    background-color: transparent !important;
    border: none !important;
}

.custom-accordion .accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    .custom-accordion .accordion-button:hover {
        background-color: rgba(0, 0, 0, 0.03) !important;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #e2e3e5 !important;
    }

.custom-accordion .accordion-collapse {
    background-color: transparent !important;
    border: none !important;
}

.custom-accordion .accordion-header button {
    font-size: 18px !important;
    color: #000 !important;
}

.table > :not(caption) > * > * {
    background-color: transparent;
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

.navbar-dark h1, .navbar-dark h2, .navbar-dark h3, .navbar-dark h4 {
    color: #fff;
}

.navbar-dark, .navbar-dark p, .navbar-dark a {
    color: #b1ada6;
}

.navbar {
    font-family: 'Mark Web - Regular', serif;
}

.navbar-dark {
    background-color: #141413;
}

    .navbar-dark .navbar-brand {
        color: #c3c0b8;
        font-size: 24px;
        font-family: 'Mark For MC Narrow - Regular', serif;
    }

        .navbar-dark .navbar-brand .mc {
            color: #fff;
        }

.nav {
    font-family: 'Mark Web - Regular', serif;
    font-size: 16px;
}

.nav-link {
    color: #cf4500;
}

    .nav-link:hover, .nav-link:focus {
        color: #b83d00;
    }

.btn {
    border-radius: 30px;
    font-family: 'Mark Web Pro - Medium Regular', serif;
    font-size: 16px;
    padding: 15px 30px;
}

.btn-primary {
    background-color: #cf4500;
    border-color: #cf4500;
}

    .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
        background-color: #b83d00;
        border-color: #b83d00;
    }

        .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgb(207, 69, 0, 0.5) !important;
            border-color: #cf4500 !important;
            background-color: #cf4500 !important;
        }

.btn-sm {
    border-radius: 20px;
    padding: 5px 20px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ffab82;
    border-color: #ffab82;
}

.btn-dark {
    color: rgba(255, 255, 255, 0.75);
}

    .btn-dark:active, .btn-dark:hover, .btn-dark:focus {
        color: rgba(255, 255, 255, 0.75);
        background-color: rgba(255, 255, 255, 0.15);
    }

.form-control:focus {
    border-color: rgba(207, 69, 0, 0.25) !important;
    box-shadow: 0 0 0 0.1rem rgba(207, 69, 0, 0.25) !important;
}

.form-select:focus {
    border-color: rgba(207, 69, 0, 0.25) !important;
    box-shadow: 0 0 0 0.1rem rgba(207, 69, 0, 0.25) !important;
}

.form-select.navbar-dark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6" style="&%2310; stroke: lightgrey;&%2310;"/></svg>');
}

    .form-select.navbar-dark:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
    }

    .form-select.navbar-dark:disabled {
        background-color: #141413;
    }

.form-check-input:focus {
    box-shadow: none;
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
}

.field-validation-error, .validation-summary-errors {
    color: #D7373C;
}

/** We need to discuss everything below this point - CF **/

.alert-light {
    border: 1px solid darkgray;
}

.alert-secondary {
    border: 1px solid darkgray;
    background-color: #E2E3E5;
}

.btn.btn-sm.alert-secondary {
    box-shadow: none;
}

    .btn.btn-sm.alert-secondary:hover {
        background-color: gray;
        border-color: gray;
        color: #fff;
    }

    .btn.btn-sm.alert-secondary:active {
        box-shadow: 0 0 0 0.25rem rgb(207 69 0 / 50%)
    }

.btn-outline-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: darkgray;
}

.activated {
    background-color: #cf4500;
    color: white;
}

.label {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: #41464b;
    background-color: #e2e3e5;
    border: 1px solid darkgray;
}

.highlight {
    color: white;
    background-color: #cf4500;
}

.highlight-text {
    color: #cf4500;
}

.highlight-hover:hover {
    color: #cf4500 !important;
}

.info-custom {
    background-color: transparent;
    border-color: #cf4500;
}

.btn-add-custom {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0px;
}

    .btn-add-custom:hover {
        color: #cf4500;
    }

    .btn-add-custom:focus {
        box-shadow: none;
    }

    .btn-add-custom:active {
        border-color: transparent !important;
    }

.btn-pep {
    margin-left: 0.5rem;
}

    .btn-pep:hover {
        background-color: darkgray;
        border-color: darkgray;
    }

    .btn-pep:active {
        background-color: gray;
    }

.form-check-input:checked {
    background-color: #cf4500;
    border-color: #cf4500;
}

.bi-custom-size {
    font-size: 25px;
}

.bi-custom-size-20 {
    font-size: 20px;
}

.bi-custom-size-23 {
    font-size: 23px;
}

.btn-ssn-custom {
    background-color: lightgray;
    border-radius: 10px;
}

    .btn-ssn-custom:hover {
        background-color: darkgray;
    }

.custom-cursor-pointer {
    cursor: pointer;
}

.progress-indicator {
    display: flex;
    height: 30px;
    margin: 50px 0px 30px 0px;
}

    .progress-indicator .line {
        border-bottom: 1px solid #707070;
        flex: 4;
        height: 50%;
    }

    .progress-indicator .circle {
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: inline-block;
    }

    .progress-indicator .active {
        background-color: #cf4500;
    }

    .progress-indicator .inactive {
        background-color: #e7a27f;
    }

.textarea-custom {
    overflow: hidden;
    resize: none;
    min-height: 30px;
    max-height: 100px;
    line-height: 1.7;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
}

.spinner-custom {
    color: #cf4500;
    display: none;
}

.infobox {
    display: flex;
    position: relative;
    padding: 1rem 1rem;
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 2rem;
    border-top: 1px solid #cf4500;
    border-bottom: 1px solid #cf4500;
    border-radius: 0.25rem;
}

    .infobox .text {
        margin: auto;
        width: 100%;
    }

    .infobox .image {
        margin: auto;
        margin-right: 1rem;
    }

.admin-labels-ul {
    list-style-type: none;
}

a[data-bs-toggle="modal"] {
    text-decoration: underline !important;
    color: #cf4500 !important;
    cursor: pointer;
}

.admin-labels-li {
    margin: 1em;
}

.admin-labels-caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .admin-labels-caret::before {
        display: inline-block;
        margin-right: 6px;
    }

.admin-labels-caret-down::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.admin-labels-nested {
    display: none;
}

.admin-labels-active {
    display: block;
}

table tr td {
    vertical-align: middle;
}

.admin-email-history-table {
    table-layout: auto;
    overflow-wrap: anywhere;
}

table > thead > tr > th > a {
    color: inherit;
    text-decoration: none;
}

    table > thead > tr > th > a:hover {
        color: #cf4500;
        text-decoration: none;
    }

table > thead > tr > th > p > a {
    color: inherit;
    text-decoration: none;
}

    table > thead > tr > th > p > a:hover {
        color: #cf4500;
    }

.table > tbody > tr:nth-of-type(even) * {
    border-color: transparent;
    --bs-table-accent-bg: rgba(0, 0, 0, 0.02);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    border-color: transparent;
    --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgba(0, 0, 0, 0.075);
}

td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.outreach-canvas {
    border-radius: 0.5em;
    border-color: lightgray;
    background-color: #faf9f6;
}

.outreach-box-question {
    background-color: gray !important;
    border-radius: 0.5em !important;
}

.outreach-box-answer {
    background-color: lightgray !important;
    border-radius: 0.5em !important;
}

.outreach-set.unanswered {
    display: none;
}

.outreach-set.answered {
    display: block;
}

.outreach-set.current {
    display: block;
}

.outreach-bi-custom-size {
    font-size: 18px;
}

.outreach-spinner-custom {
    color: #cf4500;
}

.outreach-reminder {
    padding: 0.3rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    background-color: #f5f2ef;
}

.page-item, .page-link {
    color: #3c3f42;
}

    .page-item.active > .page-link {
        background-color: #cf4500;
        border-color: #cf4500;
    }

    .page-item :hover, .page-item :focus, .page-item :active, .page-link :hover {
        color: #cf4500;
    }

form > .btn-group button[aria-expanded="true"] {
    background-color: gray;
    border-color: gray;
    color: #fff;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.3rem;
    width: calc(2rem + 0.5rem);
    border-radius: 3rem;
    margin-bottom: 0.2rem;
}

.modal-content {
    background-color: #f5f2ef;
}

.select-primary {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6" style="&%2310; stroke: white;&%2310;"/></svg>');
}

.select-option {
    background-color: #fff !important;
    color: #3c3f42 !important;
}

.language-icon {
    color: #fff;
    font-size: 22px;
}

.language-link {
    color: #fff;
    cursor: pointer;
}

    .language-link:hover {
        text-decoration: underline;
    }

.field-validation-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* Size utilities */

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.mw-6 {
    min-width: 6rem;
}

/* Specific elements */

#inputSearch {
    width: 400px;
}

.summary-label {
    width: 35% !important;
}

.aml-table-cell-select {
    width: 230px;
}

.aml-table {
    display: flex !important;
    flex-direction: row;
}

.aml-table-cell {
    margin: 0 0 0 5px;
}

.summary-input {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
}

textarea.summary-input {
    padding-top: 0 !important;
    width: 100%;
    height: 30px;
}

.aml-table-cell input {
    width: 180px;
}

.aml-table-cell select {
    width: 180px;
}

.card-columns {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.card.card-custom-menu {
    border-radius: 0.4rem;
    border-color: rgba(207, 69, 0, 0.5)
}

    .card.card-custom-menu:hover {
        transform: scale(1.01);
        box-shadow: 0 10px 20px rgba(37,33,82,.12), 0 4px 8px rgba(37,33,82,.06);
    }

.notification-bar {
    background-color: var(--bs-red);
    text-align: center;
    padding: 10px 0px;
    font-size: 35px;
    color: var(--bs-white);
}

    .notification-bar h4 {
        display: inline;
        text-transform: uppercase;
        font-family: 'Mark For MC Narrow - Regular', serif;
        font-size: 45px;
        font-weight: bold;
        color: #fff;
    }

.flow-navigator {
    float: right;
}

@media (max-width: 1200px) {
    .card-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .card-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .card-columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card-columns.card-columns-custom-details {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1200px) {
    .card-columns.card-columns-custom-details {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card.card-custom-menu .card-header {
    color: white;
    background-color: #cf4500;
}

.card.card-custom-menu .card-body {
    background-color: rgba(150, 150, 150, 0.03);
}

.card.card-custom-details .card-body {
    background-color: rgba(0, 0, 0, 0.03);
}

.modal-wider {
    max-width: 900px !important;
}

.modal-max-wider {
    max-width: 1200px !important;
}

.very-small-btn {
    font-size: 12px !important;
}

.summary-item {
    border-left: 2px solid #cf4500;
}

.modal-medium-width {
    max-width: 720px !important;
}

/* Sizes for screens, UP TO: 1400px */

@media screen and (max-width: 1400px) {
    h1 {
        font-size: 36px !important;
    }

    .infobox {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .aml-table {
        display: flex !important;
        flex-direction: column !important;
        margin-top: 1rem !important;
    }

    .alert {
        margin-bottom: 0 !important;
    }

    .row.alert {
        margin-bottom: 1rem !important;
    }

    .aml-table-cell {
        margin-bottom: 0.5rem !important;
    }

        .aml-table-cell input {
            float: right !important;
            width: 50% !important;
        }

        .aml-table-cell select {
            float: right !important;
            width: 50% !important;
        }

        .aml-table-cell span .text-danger {
            margin-bottom: 0.5rem !important;
        }

    .aml-table .btn-close {
        width: 2rem !important;
        height: 2rem !important;
    }

    .btn-pep {
        margin-left: 0 !important;
    }

    .modal-wider {
        max-width: 900px !important;
    }

    .modal-max-wider {
        max-width: 1200px !important;
    }
}

/* Sizes for screens, UP TO: 992px */

@media screen and (max-width: 992px) {
    textarea.summary-input {
        padding-top: 0 !important;
        width: 100%;
        height: 100% !important;
    }
}

/* Sizes for screens, UP TO: 576px */

@media screen and (max-width: 576px) {
    .dropdown-menu.show {
        width: 90% !important;
    }
}

@media (min-width: 768px) {
    .col-md-0 {
        flex: 0 0 auto;
        width: 5.6%;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
