body {
    /*    background-color: #f3f4ef;*/
}

* {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

label {
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

td a {
    color: #000;
    text-decoration: none;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #424242;
}

.p-20 {
    padding: 20px !important;
}

.hr-cgt {
    opacity: 0.1;
}

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

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #167182;
    border-color: #167182;
}

.bg-grey {
    background-color: #f5f7fa;
}

/*.bg-primary {
    background-color: #000;
}*/

.text-primary {
    color: #167182 !important;
}

.text-secondary {
    color: #17b978 !important;
}


.text-grey {
    color: #333;
}

.signup-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #333;
    margin-top: 10px;
}

.signup-form {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

@media (min-width: 576px) {
    .signup-form {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .main {
        padding-left: 5.25rem
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }


}

.navbar-vertical-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 16.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #167182;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
}

.text-bg-dark {
    color: #fff !important;
    background-color: #167182 !important;
    font-size:13px;
}

.active > .page-link, .page-link.active {
    background-color: #000;
    border-color: #000;
}

.page-link, .page-link:hover {
    color: #000;
}

.dataTables_wrapper .dataTables_processing {
    background-color: #d7fec8 !important;
}

div.dataTables_processing > div:last-child > div {
    background: #000;
}

.bg-soft-success {
    background-color: rgba(0, 201, 167, .1) !important;
}

.card-title {
    min-height: 70px;
}

.fs-6 {
    font-size: 0.8rem !important;
}

.border-cgt {
    border: 2px solid #05aa50;
}

.list-finc li {
    margin: 10px 0px 0px 10px;
}

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

.form-check-input:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.25rem rgba(11, 153, 110, 0.25);
}

.breadcrumb {
    background: none; /* Remove default background */
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>'; /* Custom separator */
    color: #6c757d; /* Custom color */
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item a {
    color: #f05454; /* Custom link color */
    text-decoration: none;
    font-size: 12px;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f8f9fa;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.m-t-05rem {
    margin-top: 0.5rem;
}

.file-upload-table table {
    width: 100%;
}

.file-upload-table th,
.file-upload-table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}

.drop-text {
    color: #888;
    margin: 20px 0;
}

/* Generic styles for all file upload buttons */
[id^="select-files-btn-"] {
    text-decoration: underline !important;
    color: #007bff !important;
    cursor: pointer !important;
}

[id^="select-files-btn-"]:hover {
    text-decoration: none;
    color: #0056b3;
}

/* Generic styles for all hidden file inputs */
[id^="hidden-file-input-"] {
    display: none;
}

/* Style for dropdown with down arrow */
select.form-control {
    -webkit-appearance: none; /* Remove default dropdown arrow in WebKit browsers */
    -moz-appearance: none; /* Remove default dropdown arrow in Firefox */
    appearance: none; /* Remove default dropdown arrow */
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="gray" d="M0 0l5 6 5-6z"/></svg>') no-repeat right 0.75rem center;
    background-size: 10px 10px; /* Adjust icon size */
    padding-right: 2rem; /* Add padding to make space for the icon */
    cursor: pointer;
    border: 1px solid #ccc; /* Optional: Default border style */
    border-radius: 4px; /* Optional: Rounded corners */
    font-size: 12px; /* Optional: Font size for consistency */
}

/* Optional: Remove inner padding for better alignment */
select.form-control option {
    padding: 0;
}

.nav-tabs {
    display: flex;
    gap: 10px; /* Add spacing between tabs */
}

.nav-tabs .nav-item {
    flex: 0 0 calc(20% - 10px); /* Adjust width to include the gap */
}

.nav-tabs .nav-link {
    border: 1px solid #167182 !important;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    color: black;
    padding: 10px; /* Add padding inside tabs */
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link.active {
    background-color: #167182;
    color: #fff;
}

.tab-content {
    margin-top: 20px;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.bs-stepper-content {
    padding: 0 20px 0px !important;
}

.badge, .badge:hover, .badge:active {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.card-count {
    font-size: 12px;
    margin-bottom: 0 !important;
}

.p-10{
    padding: 10px !important;
}

.d-none {
    display: none;
}


.bs-stepper-circle {
    width: 4em !important;
    height: 3em !important;
}

.fs-24 {
    font-size: 24px !important;
}

.inProgress {
    background-color: #ff9200 !important;
}

.completed {
    background-color: #198754 !important;
}
.m-10 {
    margin: 10px !important;
}

.step {
    position: relative; /* Set position relative for the parent element */
}

.step.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 75%;
    height: 5px;
    background-color: #167182;
    transform: translateX(-50%);
}

.accordion-item {
    border: 1px solid #dee2e6 !important; /* Ensure you have a border around each accordion item */
    border-radius: 0 !important; /* No rounding by default */
}

.accordion-item:first-child {
    border-top-left-radius: .25rem !important; /* Top left rounded */
    border-top-right-radius: .25rem !important; /* Top right rounded */
}

.accordion-item:last-child {
    border-bottom-left-radius: .25rem !important; /* Bottom left rounded */
    border-bottom-right-radius: .25rem !important; /* Bottom right rounded */
}

.accordion-body {
    padding: 15px !important; /* Adjust padding as needed */
    margin-top: -1px !important; /* Offset to remove border gaps */
    background-color: white !important; /* Ensures background color remains consistent */
}

.accordion-item:not(:last-child) {
    margin-bottom: 10px !important; /* Space between items */
}

.tooltip-left-align .tooltip-inner {
    text-align: left;
    white-space: pre-line; /* optional: preserves line breaks if using \n */
}

.highchart-tooltip-custom {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #333;
}


.highchart-tooltip-custom strong {
    font-size: 14px;
}

.m-l-10 {
    margin-left: 10px !important;
}

.select2-container {
    z-index: 1055 !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.fw-0 {
    font-weight: 100 !important;
}