﻿
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #203d57 !important;
    border-color: #203d57 !important;
}

.form-check-input:hover {
    cursor: pointer;
}

html {
    position: relative;
    min-height: 100%;
}

label {
    font-size: 18px;
    margin-bottom: 5px;
    color: #203d57;
}

hr {
    color: #ced4da !important;
}

input:focus, input:focus-visible,
button:focus, button:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible {
    outline: none !important;
    border: 1px solid #31698a !important;
    box-shadow: none !important;
}

.d-none {
    display: none !important;
}

u-none {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-center {
    align-content: center;
}

.b-none, .b-none:focus, .b-none:focus-visible {
    border: none !important;
}

.bg-white {
    background: #FFF !important;
}

.bg-none {
    background: transparent !important;
}

.status {
    display: flex;
    justify-content: flex-end;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tc {
    text-align: center !important;
}

.m-p-0 {
    padding: 0 !important;
}

.m-m-0 {
    margin: 0 !important;
}

.letter-space-1 {
    letter-spacing: -0.5px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    border-radius: 6px;
}

/*custom styling*/
.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.c-content a, .page-controller a {
    color: #203d57;
    text-decoration: none !important;
    font-weight: 500 !important;
}

    .c-content a svg {
        width: 20px;
        margin-left: -5px;
    }

@media screen and (min-width: 101px) and (max-width: 768px) {
    .page-controller > a {
        margin-left: -15px;
    }
        .page-controller a > span {
            top: 2px;
            position: relative;
        }
}

body {
    background: url('../files/img/bg-wavy.png') no-repeat;
    background-size: cover;
    height: 100vh;
    overflow-y: hidden;
}

.left-part {
    background: url('../files/img/irc-splash.jpg') no-repeat;
    background-size: cover;
}

.right-part {
    background: url('../files/img/bg-wavy.png') no-repeat;
    background-size: cover;
}

.form-check-input {
    outline: none;
    box-shadow: none;
}

.form-switch label {
    margin: 0 !important;
    color: #31698a !important;
}

.form-check-input:checked + .form-switch label {
    color: #31698a !important;
}

.form-switch .form-check-input {
    height: 24px;
    width: 40px;
}

button#password-toggle {
    position: absolute;
    right: 0;
    background: white;
    border-left: 0;
}

    button#password-toggle:focus {
        box-shadow: none;
    }

.btn:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    transform: translateY(-1px);
    transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn-primary {
    background-color: #203d57 !important;
    border-color: #203d57 !important;
    color: #FFF !important;
    min-width: 4rem;
}

    .btn-primary:hover {
        background-color: #31698a !important;
        border-color: #31698a !important;
        min-width: 4rem;
    }

    .btn-primary svg {
        color: #FFF !important;
    }

.btn-secondary {
    color: #31698a !important;
    background-color: white !important;
    border-color: #31698a !important;
    min-width: 4rem;
}

.btn-add {
    position: absolute;
    top: 15%;
    left: 37%;
}

.btn-danger svg {
    width: 20px;
}

.form-control {
    color: #31698a !important;
}

    .form-control::placeholder {
        font-style: italic;
        font-size: smaller;
    }

/*a {
    color: #31698a  !important;
}*/

.border-icon {
    border: 10px solid #5c83cf !important;
}

.border-icon-danger {
    border: 10px solid #e56874 !important;
}

.top-neg-10 {
    top: -10%;
}

.top-10 {
    top: 10%;
}

.w-80 {
    width: 80%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

.w-15px {
    width: 15px;
}

.mh-55vh {
    max-height: 55vh;
}

.min-vh-65 {
    min-height: 65vh;
}

.minmax-height-50 {
    min-height: 50%;
    max-height: 50%;
}

.mw-150px {
    max-width: 150px;
}

svg:focus {
    border: none;
    outline: none;
}

.top-bar {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.top-bar-container {
    background-color: transparent;
    height: 80px;
    margin-left: 300px;
    border-bottom: 1px solid #C3C4C6;
    transition: all 0.2s ease;
}

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown button {
        background-color: #4CAF50;
        padding: 10px;
        font-size: 16px;
        border: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

aside {
    background: #203d57;
    position: fixed;
    top: 0;
    width: 300px;
    height: min(100vh, 100%);
    box-shadow: rgba(0, 0, 0, 0.175) 5px 0px 15px;
    transition: all 0.2s ease;
    overflow-y: scroll;
    z-index: 5;
}

    aside::-webkit-scrollbar {
        width: 8px;
    }

    aside::-webkit-scrollbar-thumb {
        background: #c0c0c0;
    }

        aside::-webkit-scrollbar-thumb:hover {
            background: #cccccc;
        }

        aside::-webkit-scrollbar-thumb:active {
            background: #c0c0c0;
        }

    aside::-webkit-scrollbar-track {
        background: #d9d9d9;
    }

#sidebarToggle {
    position: absolute;
    right: 25px;
    top: 28px;
    color: white;
}

    #sidebarToggle:hover {
        cursor: pointer;
    }

.aside-minimized {
    width: 100px;
}

.hide-text .nav-link span {
    display: none;
    transition: all 0.2s ease;
}

.nav-bar-container {
    position: relative;
    z-index: 0;
}

.navbar-nav .nav-item .nav-link {
    color: #CCC;
    padding: 12px 0;
}

.navbar-nav .nav-item {
    transition: all 0.2s ease;
}

    .navbar-nav .nav-item.selected {
        background-color: #31698a;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .navbar-nav .nav-item:hover {
        background-color: #31698a;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transform: translateY(-5px);
    }

        .navbar-nav .nav-item.selected .nav-link,
        .navbar-nav .nav-item:hover .nav-link {
            color: #FFF;
        }

.sub-nav-item {
    display: none;
    margin: 0 0 0 35px;
}

    .sub-nav-item ul li {
        padding: 10px 0;
        display: list-item;
    }

        .sub-nav-item ul li:hover {
            transform: translateY(-3px);
            transition: all 0.2s ease;
        }

            .sub-nav-item ul li:hover a {
                cursor: pointer;
                color: #FFF;
            }

    .sub-nav-item a.sub-nav-link {
        font-weight: 500;
        color: #CCC;
        text-decoration: none;
    }


        .sub-nav-item a.sub-nav-link::before {
            content: "¬";
            margin-right: 5px;
        }

.down {
    -webkit-transform: rotate(90deg);
    transition: all 0.1s ease-in-out;
}

.main {
    position: absolute;
    margin-top: 80px;
    padding-left: 320px;
    padding-bottom: 80px;
    background-color: transparent;
    height: min(100vh, 100%);
    overflow-y: auto;
    width: 100%;
    float: left;
    overflow-y: scroll;
    transition: all 0.2s ease;
}

footer {
    position: fixed;
    bottom: 0;
    padding-left: 180px;
    background: #f6f6f6;
    min-width: 100vw;
    transition: all 0.2s ease;
    z-index: 4;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6C757D;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #6C757D;
    }

::-webkit-scrollbar-track {
    background: #C3C4C6;
}

.scrollable-signup-container

.summary-container::-webkit-scrollbar, .scrollable-signup-container::-webkit-scrollbar {
    width: 12px;
}

.summary-container::-webkit-scrollbar-thumb, .scrollable-signup-container::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 5px;
}

    .summary-container::-webkit-scrollbar-thumb:hover, .scrollable-signup-container::-webkit-scrollbar-thumb:hover {
        background: #6C757D;
    }

    .summary-container::-webkit-scrollbar-thumb:active, .scrollable-signup-container::-webkit-scrollbar-thumb:active {
        background: #6C757D;
    }

.summary-container::-webkit-scrollbar-track, .scrollable-signup-container::-webkit-scrollbar-track {
    background: #C3C4C6;
    border-radius: 5px;
}

.text-blue {
    color: #203d57;
}


/* FORGOT PASSWORD */
.modal-forgot-password {
    top: 10%;
}

.forgot-pass-modal-content {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    padding: 25px;
}

.forgot-pass-modal-header {
    border-bottom: none;
    padding-top: 0;
}

.forgot-pass-modal-footer {
    border-top: none;
}

.forgot-pass-modal-title {
    font-size: x-large;
}

#password-validator {
    position: absolute;
    z-index: 50;
    margin-top: 20px;
    display: none;
    transition: 0;
}

.fade-out {
    opacity: 0;
    pointer-events: none;
}

#password-validator.fade-out {
    transition: opacity 1s;
}

.arrow {
    height: 25px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: -25px;
    -webkit-transform: (-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
}

    .arrow::after {
        background: #FFFFFF;
        box-shadow: 1px 1px 14px 0px rgb(0 0 0 / 20%);
        content: "";
        height: 20px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(75%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(75%) rotate(45deg);
        transform: translateX(-50%) translateY(75%) rotate(45deg);
        width: 20px;
    }

.inputValidationIndicator {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 15px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 14px 0px rgb(0 0 0 / 20%);
    font-size: 11px;
    line-height: 15px;
}

.header {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 4px;
}

.conditionList {
    padding-left: 0px;
}

.conditionWrapper {
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    list-style-type: none;
    margin-bottom: 4px;
    color: red;
}

.bg-red {
    background: #dc3545;
}

.bg-green {
    background: #198754;
}

.bg-blue {
    background: #203d57;
}

.bg-lightblue {
    background: #e1ebff;
}

.bg-lightgreen {
    background: #90ee90;
}

.bg-lightgray {
    background: #f2f2f3;
}

.bg-modal {
    background: url('../files/img/bg-modal.png') no-repeat;
    background-size: cover;
}

.avatar {
    border-radius: 50%;
    object-fit: cover;
}

/* multi-step sign up form */
.tab {
    display: none;
}

.step {
    height: auto;
    width: auto;
    margin: 0 2px;
    border: none;
    opacity: 0.5;
    color: #fff;
    position: relative;
}

    .step.active {
        opacity: 1;
    }

    .step.finish {
        color: #fff;
        opacity: 1;
    }

    .step:nth-child(-n+4)::after {
        content: '';
        position: absolute;
        top: 22%;
        left: 7.3%;
        transform: translateX(-50%);
        width: 1px;
        height: 45px;
        background-color: #fff;
        margin: 40px 0;
    }

.error-message {
    color: red;
    font-size: 12px;
    display: none; /* Hide error message by default */
}

.error {
    border: 1px solid red;
}

input#summaryPassword {
    border: none;
    color: #000;
    background: transparent;
}
/* multi-step sign up form end */

/* multi-step submission form */
.form-control:disabled, .form-control[readonly] {
    color: #AAA !important;
}

.form-submit-tab {
    display: none;
    background-color: #f3f3f3;
}

.form-submit-step {
    color: #6c757d;
    padding: 1rem;
    background-color: #e6e6e6;
}

    .form-submit-step.active {
        color: #203d57;
        background-color: #FFF;
    }
/* multi-step concept proposal end */

.btn-cancel-signup {
    position: fixed;
    top: 50px;
    right: 50px;
}

.pwd-tooltip {
    color: #000;
    background-color: white;
    position: absolute;
    top: 60vh;
    left: 80vw;
}

.pwd-tooltip-rp {
    z-index: 3;
    top: 57vh;
    left: 83vw;
}

.dt-container thead {
    background: #203d57;
    color: #fff;
}

.dt-container th:hover {
    outline: none !important;
}

.dt-container .row.mt-2.justify-content-between:first-child {
    flex-direction: row-reverse !important;
    margin-bottom: 20px;
}

.dt-container > div:nth-child(3) {
    margin: 20px 0 20px 0 !important;
}

.dt-container .row.mt-2.justify-content-between div:nth-child(2) {
    margin-left: 0px !important;
    padding-left: 0px;
}

.dt-container .row.mt-2.justify-content-between div:nth-child(1) {
    margin-right: 0px !important;
}

.dt-container tbody tr {
    background: #fff;
    vertical-align: middle;
    /*cursor: pointer;*/
}

label[for="dt-search-0"], .workflow-table label[for^="dt-search-"], label[for^="dt-search-"] {
    display: none !important;
}

#dt-search-0, .workflow-table [id^="dt-search-"], [id^="dt-search-"] {
    margin-left: 12px !important;
    width: max(460px, 100%) !important;
    font-size: 16px;
    font-style: normal !important;
    height: 50px;
}

    #dt-search-0:focus, .workflow-table [id^="dt-search-"]:focus {
        box-shadow: none !important;
    }

.data-table th, .data-table td {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

table.dataTable th.dt-type-date, .dt-type-date, table.dataTable th.dt-type-numeric, .dt-type-numeric {
    text-align: left !important;
}

.page-item.active .page-link {
    background-color: #203d57;
    border-color: #203d57;
    border-radius: 4px
}

.page-item:not(.active) .page-link {
    border: none !important;
    background: transparent !important;
}

.row-checkbox, .column-checkbox {
    width: 1.2rem;
    height: 1.3rem;
    margin-top: 2px;
    cursor: pointer;
}

.status-pending {
    border: 1px solid #FD7E14;
    padding: 0 10px 2px;
    border-radius: 5px;
    color: #FD7E14;
    background: #ffecdc;
    min-width: 100px;
    text-align: center;
}

.status-active, .status-reviewed {
    border: 1px solid red;
    padding: 3px 8px;
    border-radius: 3px;
    color: white;
    background: red;
    min-width: auto;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-inactive {
    border: 1px solid #6c757d;
    padding: 3px 8px;
    border-radius: 3px;
    color: white;
    background: #6c757d;
    min-width: auto;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-ongoing {
    border: 1px solid #198754;
    padding: 0 10px 2px;
    border-radius: 5px;
    color: #198754;
    background: #d1e7dd;
    min-width: 100px;
    text-align: center;
}

.pe-cursor {
    cursor: pointer;
}

#usersByDivisionTable th, #usersByDivisionTable td {
    text-align: left;
}

#usersByDivisionTable_wrapper .row.mt-2.justify-content-between:first-child, #usersByDivisionTable_wrapper .row.mt-2.justify-content-between,
#usersByDivisionTable_wrapper .row.mt-2.justify-content-md-center {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


#toast-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    z-index: 1050 !important;
}

    #toast-container > div {
        padding: 5px 15px 5px 50px !important;
        width: auto !important;
        margin-left: 14vw !important;
    }

.toast-message {
    margin-right: 30px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

input.select2-search__field {
    border-radius: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #203d57 !important;
    color: white;
}

.tab-content, .tab-page .tab-content {
    background: rgba(229, 230, 231, 0.5);
    padding-top: 15px;
    border-radius: .25rem
}

.horizontal-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.tab-page .nav-tabs .nav-item.show .nav-link {
    color: #203d57;
    background-color: rgba(229, 230, 231, 0.5);
    border: none;
    /*    border-bottom: solid 3px #203d57;*/
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border: none;
}

.tab-page .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:not(.active) {
    color: #777;
    font-weight: 600;
    background-color: #e6e6e6;
}

    .tab-page .nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):hover {
        border-color: transparent;
    }

.select2-container .select2-selection--single {
    padding: 0.375rem 0.25rem !important;
}

/*
#workflowsTab .nav-link.active, .tab-page .nav-link.active {
    color: #203d57 !important;
    font-weight: 600;
    background-color: transparent;
    border: none !important;
    border-bottom: solid 3px #203d57;
}

#workflowsTab .nav-link.active, .tab-page .nav-link.active {
    color: #203d57 !important;
    font-weight: 600;
    background-color: transparent;
    border: none !important;
    border-bottom: solid 3px #203d57 !important;
}

#workflowsTab .nav-link:not(.active), .tab-page .nav-link:not(.active) {
    color: #777;
}*/
input.form-control {
    height: 50px;
}

.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 55px;
        text-align: center;
        color: #6c757d;
        font-style: italic;
        font-size: small;
    }

    .input-icon > input {
        padding-left: 50px;
        padding-right: 0;
    }

.project-status-content {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    top: 17px;
    left: 23px;
    width: 300px;
    z-index: 1;
    opacity: 0;
    transform: translate(-10px, -5px);
    transition: opacity 0.5s, transform 0.5s;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.project-status-icon-container {
    position: relative;
}

.project-status-content.show {
    opacity: 1;
    transform: translate(0px, 5px);
}

/* LOGIN */
.page-login .validation-summary-errors {
    display: none;
}

.page-login, .page-registration {
    min-height: 100vh;
}

    .page-login .page-login-container, .page-registration .page-registration-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-login .logo-login {
        padding: 20px;
        background: white;
        border-radius: 10%;
        width: 30%;
    }

    .page-login .d-width {
        width: 50%;
    }

    .page-login h3 {
        color: #203d57;
    }

    .page-registration .form-control,
    .page-registration .form-select,
    .page-login .form-control {
        height: 50px;
        border-radius: 4px;
        border: 1px solid #EEE;
    }

    .page-registration label,
    .page-login label {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
    }

    .page-registration .form-check-label {
        margin: 0;
        font-size: 14px;
        cursor: pointer;
    }

    .page-login .login-logo {
        width: 250px;
        padding: 30px;
        border-radius: 30px;
        background: #FFF;
    }

    .page-registration .input-group,
    .page-login .input-group {
        border: 1px solid transparent;
    }

        .page-login .input-group #password {
            padding-right: 64px;
        }

        .page-login .input-group #password-toggle {
            height: 95%;
            z-index: 5;
            border: transparent;
            margin: 1px;
        }

            .page-login .input-group #password-toggle:hover {
                transform: none;
                box-shadow: none;
            }

            .page-login .input-group #password-toggle:focus {
                border: none !important;
                outline: none;
            }

    .page-login .cta-forgot-password,
    .page-login .cta-sign-up {
        color: #203d57;
    }

    .page-login .hint-validation {
        margin-top: 30px;
    }

.form-bg-gray {
    background-color: #f3f3f3;
}

.page-registration .breadcrumbs {
    text-transform: uppercase;
    font-size: 10px;
    color: red;
}

.page-registration .cta-controls {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .page-registration .cta-controls .cta {
        width: 25%;
    }

.page-registration .form-user-agreement {
    margin-right: 30%;
}

/* DASHBOARD */
.dashboard-title {
    flex-basis: 60%;
}

.dashboard-view-all {
    flex-basis: 40%;
}

.dashboard-table .table th, .dashboard-table .table td {
    vertical-align: middle;
    padding: 12px 20px;
    font-size: 14px;
}

    .dashboard-table .table th a, .dashboard-table .table td a {
        color: #203d57;
        text-decoration: none;
        font-size: 14px;
    }

.dashboard-table .dashboard-table-footer {
    font-size: 12px;
    color: #31698a;
}

    .dashboard-table .dashboard-table-footer .dashboard-counter {
        width: auto;
        padding: 5px 8px;
        text-align: center;
        font-size: 12px;
        border-radius: 0;
    }

.dashboard-table .dashboard-search-btn {
    border-radius: 4px;
    width: 40%;
}

.dashboard-table #currentMonthPartial, .dashboard-table #allMonthsPartial {
    padding: 0 12px;
}

.dashboard-table .btn-cta {
    font-size: 11px;
    background: #EEE;
}

.card-custom {
    border-radius: 10px;
}

    .card-custom .card-title {
        margin-bottom: 2rem;
    }

.dashboard-cards .card-body {
    padding: 1rem 1rem 2rem !important;
    border-radius: 6px;
}

.dashboard-cards .label {
    border-radius: 4px;
    background-color: #198754;
    color: white;
    font-size: 12px;
    padding: 2px 12px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.dashboard-cards .value {
    font-size: 30px;
    font-weight: 500;
}

.dashboard-cards .progress-bar {
    background-color: #31698a !important;
}

.dashboard-cards .card-title {
    font-size: 26px;
    font-weight: 500;
}

.dashboard-cards .card-btn {
    background: #EEE;
    border-radius: 6px;
}

    .dashboard-cards .card-btn a:hover {
        transform: translateY(-1px) !important;
    }

    .dashboard-cards .card-btn a {
        text-decoration: none;
        color: #203d57;
        font-weight: 500;
        font-size: 12px;
    }

.dashboard-lists .card-body {
    min-height: 25vh;
}
    .dashboard-lists .card-body .text-eur {
        border-radius: 4px;
        background-color: #198754;
        color: white;
        font-size: 12px;
        font-weight: 400;
        padding: 4px 12px;
        display: flex;
        align-items: center;
    }


.dashboard-all-deals .all-deals-ctas .all-deal-edit {
    width: 100%;
    margin-bottom: 6px;
    border: 1px solid #e5e5e5;
}
.dashboard-all-deals .all-deals-ctas .all-deal-edit svg {
    width: 13px;
}
.dashboard-all-deals .all-deals-ctas .all-deal-preview {
    width: 100%;
}
    .dashboard-all-deals .all-deals-ctas .all-deal-preview svg {
        width: 16px;
        margin-top: -6px;
    }

#current-month-top-bar .search-cta {
    width: 50%;
}

.roles {
    display: flex !important;
    align-items: end;
}

.roles-header {
    background: #203d57;
    color: #FFF;
    padding: 10px;
}

.roles .name-role {
    letter-spacing: -0.5px;
}

.roles .badge-role {
    background: #198754;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    width: fit-content;
    padding: 2px 10px;
}


.dashboard-lists .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 15px 0;
}

.list-group-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.dashboard-lists .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.dashboard-lists .text-small {
    font-size: 0.9rem;
    color: #888;
}

.dashboard-lists .text-right {
    text-align: right;
}

.dashboard-lists .text-eur {
    font-weight: bold;
    color: #2a2a2a;
}

.dashboard-lists .activity-timeline {
    position: relative;
    padding-left: 40px;
}

    .dashboard-lists .activity-timeline::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: #f2f2f2;
    }

.dashboard-lists .activity-timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .dashboard-lists .activity-timeline-item:last-child {
        margin-bottom: 0;
    }

.dashboard-lists .timeline-dot {
    width: 10px;
    height: 10px;
    background-color: #31698a;
    border-radius: 50%;
    position: absolute;
    left: 6px;
}

.dashboard-lists .activity-time {
    font-weight: 400;
    color: #333;
    margin-right: 10px;
    font-size: 18px;
}

.dashboard-lists .activity-desc {
    color: #888;
}

.dashboard-tables .card-body {
    /*    min-height: 30vh;*/
}

.dashboard-tables .table-custom th,
.dashboard-tables .table-custom td {
    vertical-align: middle;
    white-space: nowrap;
}

.dashboard-tables .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.dashboard-tables .status-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

    .dashboard-tables .status-icon.success {
        background-color: #1a73e8; /* Blue */
    }

    .dashboard-tables .status-icon.failed {
        background-color: #ea4335; /* Red */
    }

.dashboard-tables .attachment-icon {
    display: inline-block;
    padding: 2px 6px;
    background-color: #00bfa6; /* Green */
    color: white;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
}

.preview-page {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .preview-page .preview-page-header {
        display: flex;
        justify-content: space-between;
    }

        .preview-page .preview-page-header .preview-change-pw {
            width: 15%;
        }

@media screen and (min-width: 101px) and (max-width: 768px) {
    .dashboard-all-deals {
        padding: 0 !important;
    }
    .preview-page {
        justify-content: center;
    }
        .preview-page .preview-page-header {
        display: flex;
        justify-content: flex-start;
    }

        .preview-page .preview-page-header .preview-change-pw {
            width: 50%;
        }
}

    /* NAVS */
    .tab-page .nav-tabs {
        /*    border: none !important;*/
    }

        .tab-page .nav-tabs li .nav-link {
            padding: 10px 40px;
            margin-bottom: -3px;
            border: none !important;
            font-weight: 600;
            color: #000;
        }

            .tab-page .nav-tabs li .nav-link:hover {
                color: #203d57 !important;
            }
    /* DATA FORM */
    .data-form .card {
        background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
    }

        .data-form .card .nav-link {
            font-size: 18px;
            font-weight: 500;
        }

        .data-form .card .nav-item:hover {
            background: #DDD !important;
            color: #203d57;
        }

        .data-form .card .active, .data-form .card .nav-link:focus, .data-form .card .nav-link:focus-visible {
            margin: 0 0 -1px 0;
            border: 1px solid white !important;
        }

        .data-form .card .tab-content {
            background: #FFF !important;
            padding: 15px 30px 30px;
        }

        .data-form .card .tab-page .nav-tabs .nav-item.show .nav-link,
        .data-form .card .tab-page .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link:not(.active) {
            background: transparent !important;
        }


    /* TABLES */

    .tab-content, .tab-page .tab-content, .customer_info {
        background: #FFF !important;
        padding: 30px;
    }

.tab-page .table-responsive #modelTable_wrapper .dt-length, .table-responsive #modelTable_wrapper .dt-length {
    text-align: right;
    display: none;
}

.tab-page .table-responsive #modelTable_wrapper .dt-buttons, .table-responsive #modelTable_wrapper .dt-buttons {
    /*    display: none;*/
    float: right;
}
    .tab-page .table-responsive #modelTable_wrapper .dt-buttons button, .table-responsive #modelTable_wrapper .dt-buttons button {
        background: #31698a;
        color: white;
        border: 1px solid #31698a;
        border-radius: 4px;
        padding: 5px 20px;
        margin: 0 0 30px 5px;
    }
        .tab-page .table-responsive #modelTable_wrapper .dt-buttons button:hover, .table-responsive #modelTable_wrapper .dt-buttons button:hover {
            background: #203d57;
            border: 1px solid #203d57;
        }

.tab-page .table-responsive #modelTable_wrapper .dt-search input, .table-responsive #modelTable_wrapper .dt-search input {
    margin: 0 0 12px 0 !important;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
}

.tab-page .table-responsive #modelTable_wrapper .dt-info, .table-responsive #modelTable_wrapper .dt-info {
    text-align: right;
    font-size: 14px;
    margin: 30px 0 6px;
}

.tab-page .table-responsive #modelTable_wrapper .dt-paging .pagination, .table-responsive #modelTable_wrapper .dt-paging .pagination {
    justify-content: flex-end;
}

    .table-no-border .data-table th, .table-no-border .data-table td {
        border: none !important;
    }



    /* LOGIN */
    @media screen and (min-width: 101px) and (max-width: 768px) {
        .page-login .logo-login {
            width: 50%;
        }

        .page-login .d-width {
            width: 80%;
        }
    }

    @media screen and (min-width: 101px) and (max-width: 768px) {
        .dashboard-table .container-fluid .col-sm-12,
        .dashboard-title-container {
            padding-left: 0;
            padding-right: 0;
        }

        .page-registration .page-title {
            margin-top: 3rem;
        }

        .page-registration .cta-controls, .page-login .cta-controls {
            display: block;
        }

            .page-registration .cta-controls .cta, .page-login .cta-controls .cta {
                width: 100%;
                margin-bottom: 1rem;
                margin-left: 0 !important;
            }

                .page-registration .cta-controls .cta:last-child {
                    margin-bottom: 4rem;
                }
    }

    /* Media Queries */
    .x-none {
        display: none;
    }

    .mobile-ctas .cta-button {
        width: 15%;
    }

    @media screen and (min-width: 101px) and (max-width: 768px) {
        body {
            overflow: unset !important;
        }

        .main {
            padding-left: 0;
        }

        .back {
/*            margin-left: -15px;*/
        }

        .top-bar small {
            font-size: 0.75em;
        }

        .mobile-ctas {
            flex-direction: column;
            gap: 0.6rem !important
        }

            .mobile-ctas .cta-button {
                width: 100%;
                padding: 0.75em;
            }

        .tab-content .form-group input.form-control {
            padding: .8rem .75rem;
        }

        .table-responsive::-webkit-scrollbar {
            height: 5px;
        }

        .table-responsive::-webkit-scrollbar-thumb {
            background: #31698a;
        }

            .table-responsive::-webkit-scrollbar-thumb:hover {
                background: #cccccc;
            }

            .table-responsive::-webkit-scrollbar-thumb:active {
                background: #c0c0c0;
            }

        .table-responsive::-webkit-scrollbar-track {
            background: #EEE;
        }

        .top-bar-container {
            margin-left: 0;
            background: #FFF;
        }

        .m-none {
            display: none !important;
        }

        .x-none {
            display: block !important;
        }

        .menu-toggle {
            display: block !important;
            position: fixed;
            top: 15px;
            left: 15px;
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 1000;
            display: none;
            border: 0 !important;
        }

            .menu-toggle:focus, .menu-toggle:focus-visible, .menu-toggle:hover {
                border: 0 !important;
            }

        #menu-toggle {
            width: 30px;
            height: 5px;
            /*        position: relative;*/
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

            #menu-toggle span {
                display: block;
                position: absolute;
                height: 3px;
                width: 70%;
                background: #203d57;
                border-radius: 9px;
                opacity: 1;
                left: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }

                #menu-toggle span:nth-child(1) {
                    top: 0px;
                }

                #menu-toggle span:nth-child(2),
                #menu-toggle span:nth-child(3) {
                    top: 8px;
                }

                #menu-toggle span:nth-child(4) {
                    top: 16px;
                }

            #menu-toggle.open span:nth-child(1) {
                top: 18px;
                width: 0%;
                left: 50%;
                background: #EEE;
            }

            #menu-toggle.open span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #EEE;
            }

            #menu-toggle.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                background: #EEE;
            }

            #menu-toggle.open span:nth-child(4) {
                top: 18px;
                width: 0%;
                left: 50%;
            }

        .icon {
            margin-right: 10px;
            font-size: 18px;
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease-in-out;
            z-index: 998;
        }

        /* Active State */
        .off-canvas-menu.active {
            left: 0;
        }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .menu-icon {
            font-size: 24px;
            transition: transform 0.2s ease;
        }

        .menu-toggle {
            top: 30px;
        }

            .menu-toggle.active .menu-icon {
                transform: rotate(90deg); /* Optional rotation effect */
            }

        .off-canvas-menu {
            position: fixed;
            top: 0;
            left: -300px;
            width: 300px;
            height: 100%;
            background-color: #123e6f; /* Navy Blue */
            color: white;
            overflow-y: auto;
            transition: left 0.3s ease-in-out;
            z-index: 999;
        }

            .off-canvas-menu .menu-header {
                text-align: center;
                padding: 20px;
                border-bottom: 1px solid #2b587a;
            }

        .menu-logo {
            width: 50px;
            margin-bottom: 10px;
        }

        .menu-nav {
            padding: 20px 10px;
        }

        .menu-item {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            margin-bottom: 5px;
            border-radius: 5px;
            transition: background-color 0.2s;
        }

            .menu-item:hover {
                background-color: #2b587a;
            }

        .dropdown-menu {
            padding: 0;
        }

        .dropdown, .dropdown button, .dropdown-menu {
            width: 100%;
        }

            .dropdown .dropdown-item {
                background-color: #FFF;
                border-top: 1px solid #EEE;
                color: #203d57;
                font-size: 16px;
                font-weight: 500;
                text-align: center;
            }

                .dropdown .dropdown-item:hover {
                    background-color: #72838d;
                    color: #FFF;
                }

            .dropdown button:focus, .dropdown button:focus-visible {
                border: 0 !important;
            }

        .dropdown-item.active, .dropdown-item:active {
            background: #203d57;
        }

        .tab-page .table-responsive #modelTable_wrapper .dt-length, .tab-page .table-responsive #modelTable_wrapper .dt-info {
            display: none;
        }

        .table-responsive #modelTable_wrapper .dt-paging {
            margin: 30px auto 15px;
            float: right;
        }

        .table-responsive #modelTable_wrapper .dt-length {
            display: none !important;
        }

        .tab-content, .tab-page .tab-content, .customer_info {
            padding: 20px 15px;
        }

            .tab-content .dt-search, #dt-search-0, .workflow-table [id^="dt-search-"], [id^="dt-search-"] {
                width: 100% !important;
            }

            .tab-content .dt-column-title, .data-table th, .data-table td {
                font-size: 13px !important;
                font-weight: 400 !important;
            }

        #current-month-top-bar .search-cta {
            width: 102%;
        }

        .dashboard-table .dashboard-search-btn {
            width: 36%;
        }

        .dashboard-table .table th, .dashboard-table .table th a, .dashboard-table .table td, .dashboard-table .table td a {
            font-size: 12px;
            font-weight: 500;
        }

        #current-month-bottom-bar {
            display: none;
        }

        #notification {
            display: none;
        }
    }
    /* Hide tabs in mobile view */
    @media (max-width: 768px) {
        .nav-tabs {
            display: none;
        }
    }

    /* Hide dropdown in larger view */
    @media (min-width: 769px) {
        .dropdown {
            display: none;
        }
    }

    /* TRAINING */
    .training a.training-link {
        color: #203d57 !important;
        font-weight: bold;
        cursor: pointer;
    }
.training .accordion-body {
    padding: 30px;
}
    .training .accordion-body ul {
        padding-left: 60px;
    }
.training .accordion-body ul li {
    margin-bottom: 10px;
}

.training .accordion-button {
    border: none !important;
    font-weight: 500;
    color: #203d57;
    padding: 20px 30px;
}

    .training .accordion-button:not(.collapsed) {
        background: #203d57 !important;
        color: white !important;
    }

.training .accordion-collapse .alert-info {
    background: #ececec;
    border-color: #CCC;
}

/* IRF BRANDED WEBSITE */
.brand-website {
    margin: 2rem 0;
    background: #FFF;
}
    .brand-website .gold {
        color: #c4ad87;
        font-weight: bold;
    }
    .brand-website h2 {
        font-size: 2em;
    }
    .brand-website h4 {
        font-size: 1.5em;
        letter-spacing: 0.5px;
    }
    .brand-website p {
        font-size: 1.25em;
    }
    .brand-website p span {
        display: block;
        width: 100%;
    }

    .brand-website .check-list ul.included, .brand-website .check-list ul.sales {
        padding: 0; /* Remove default padding */
        list-style: none; /* Remove default bullets */
    }

        .brand-website .check-list ul.included li, .brand-website .check-list ul.sales li {
            display: flex;
            align-items: flex-start; /* Align the checkmark with the text */
            gap: 20px; /* Space between checkmark and text */
            font-size: 1.25em;
            margin-bottom: 1em;
        }

            .brand-website .check-list ul.included li::before, .brand-website .check-list ul.sales li::before {
                content: "\2713"; /* Unicode checkmark */
                color: black; /* Adjust color if needed */
                font-size: 1.25em; /* Match text size */
                display: inline-block;
                flex-shrink: 0; /* Prevents the icon from shrinking */
            }

@media screen and (min-width: 101px) and (max-width: 768px) {
    .brand-website .brand-intro {
        text-align: center;
    }
    .brand-website .brand-banner {
        display: none;
    }
    .brand-website .included, .brand-website .sales {
        padding: 0;
    }
        .brand-website .included li {
            font-size: 1.1em;
            font-weight: 400;
        }
}

.pricing-banner {
    background-color: #c4ad87;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
    .pricing-banner h2 {
        font-size: 2.5rem
    }
    .pricing-banner small {
        position: absolute;
        right: 10px;
        bottom: 5px;
        font-weight: 400;
    }
    .setup-fee {
        font-size: 1.25rem;
        text-decoration: line-through;
        color: #000;
    }
    .bonus-text {
        font-size: 2rem;
        color: #c00;
        font-weight: bold;
        margin: 0;
    }
    .intro-text {
        font-size: 0.85rem;
        color: #666;
    }

.features {
    list-style: none;
    padding-left: 0;
}
.features li {
    margin-bottom: 1.25em;
    font-size: 1.1em;
}
    .feature-highlight {
        color: #c4ad87;
        margin-bottom: 0.5em;
        font-size: 1.5em;
    }



    /* LEADS CRM PROGRAMS */
.leads-program .leads-pack ul {
    padding: 20px 30px; /* Remove default padding */
    list-style: none; /* Remove default bullets */
}

    .leads-program .leads-pack ul li {
        display: flex;
        align-items: flex-start; /* Align the checkmark with the text */
        gap: 10px; /* Space between checkmark and text */
        font-size: 1.25em;
        margin-bottom: 1em;
    }

        .leads-program .leads-pack ul li::before {
            content: "\2713"; /* Unicode checkmark */
            color: black; /* Adjust color if needed */
            font-size: 1.25em; /* Match text size */
            display: inline-block;
            flex-shrink: 0; /* Prevents the icon from shrinking */
        }
.leads-program h5 {
    text-align: center;
    font-weight: 500;
    color: #beac86;
    margin: 1em auto;
    min-height: 20px;
}
.leads-program h3 {
    text-align: center;
    padding: 25px 30px;
}
.leads-program .leads-all h3, .leads-program .leads-all .leads-price {
    background: #000;
    color: #FFF;
}
.leads-program .leads-all {
    background: #FFF;
    position: relative;
    padding: 0 0 150px;
}

.leads-program .leads-starter h3, .leads-program .leads-starter .leads-price {
    background: #989da1;
    color: #000;
}
.leads-program .leads-starter {
    background: #e1e1e1;
    position: relative;
    padding: 0 0 150px;
}

.leads-program .leads-pro h3, .leads-program .leads-pro .leads-price {
    background: #beac86;
    color: #000;
}

.leads-program .leads-pro {
    background: #FFF;
    position: relative;
    padding: 0 0 150px;
}
.leads-program .leads-price {
    padding: 15px 30px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 2.25em;
    font-weight: 600;
}
    .leads-program .leads-price span {
        font-size: 16px !important;
        font-weight: 300;
    }
.leads-program .leads-price-before {
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    background: #f4f4f4;
    text-align: center;
}

.leads-features {
    margin-top: 5em;
}
    .leads-features h3 {
        text-align: center;
        padding: 0 30px 10px;
    }
    .leads-features .cta-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
        padding: 10px 0;
        max-width: 100%;
    }
        .leads-features .cta-text {
        color: #B19B75; /* Gold color */
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        white-space: nowrap; /* Prevents text wrapping */
    }

    .leads-features .cta-button {
        background-color: #B19B75;
        color: black;
        font-weight: bold;
        text-decoration: none;
        padding: 8px 30px;
        border-radius: 2px;
        font-size: 1.25em;
        text-transform: uppercase;
        display: inline-block;
        border: none;
        cursor: pointer;
    }

        .leads-features .cta-button:hover {
            background-color: #9C865E; /* Darker gold shade on hover */
        }

@media screen and (min-width: 101px) and (max-width: 768px) {
    .leads-starter, .leads-pro {
        margin-top: 2em;
    }
    .leads-features .cta-container {
        display: block;
    }
    .leads-features .cta-container .cta-text {
        white-space: unset;
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 1em;
        font-weight: 500;
    }
    .leads-features .cta-button {
        width: 100%;
        text-align: center;
    }
}



    /* COMMISSION ADVANCES */
    .commission-advance a {
        color: #203d57;
        font-weight: 500 !important;
    }

    /* BUSINESS CARDS & SIGNS */
    .business-card .accordion-button {
        border: none !important;
        font-weight: 500;
        color: #203d57;
        padding: 20px 30px;
    }

        .business-card .accordion-button:not(.collapsed) {
            background: #203d57 !important;
            color: white !important;
        }

    .business-card a {
        color: #203d57;
        font-weight: 500 !important;
    }


    /* MORTGAGE PROGRAM */
.mortgage-program a {
    color: #203d57;
    font-weight: 500 !important;
}

.upload-status {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

