:root {
    --mainColor: #194383;
    /* --mainColor: #176E83; */
    --bs-blue: var(--mainColor);
    --bs-link-color: var(--mainColor);
    --bs-btn-bg: var(--mainColor);
    --bs-btn-border-color: var(--mainColor);
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-disabled-bg: var(--mainColor);
    --bs-btn-disabled-border-color: var(--mainColor);
    --bs-font-size: 12px;
    --secondColor:#6F441E;
    --thirdColor:#3C7930;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
.btn {
    --bs-btn-padding-x: 0.6rem;
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-color: #fff;
}

.text-primary {
    color: var(--mainColor) !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--mainColor);
    --bs-btn-border-color: var(--mainColor);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--mainColor);
    --bs-btn-disabled-border-color: var(--mainColor);
    --bs-nav-link-color: rgba(0, 0, 0, 0.125) !important;
}

.bg-light {
     background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");

    
}

.nav-link {
    color: #292323;
}

#sidebar {
    min-height: 89vh;
    /* border-right: var(--mainColor) solid 2px; */
}

.form-control,
.form-select {
    font-size: 0.8rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}

.form-control {
    padding: .275rem .65rem;
}

.border-bottom {
    border-bottom: 2px solid black;
}

input[type="checkbox"] {
    height: 11px;
    width: 11px;
}

.permission label,
strong {
    color: #495057;
}

body {
    font-family: "Quicksand", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: var(--bs-font-size) !important;
    background-color: #ffffff;
    /* background-image: url("https://www.transparenttextures.com/patterns/large-leather.png"); */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10px;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    /* --bs-dropdown-spacer: 0.125rem; */
    --bs-dropdown-font-size: 12px;
    /* --bs-dropdown-color: #212529; */
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--mainColor);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

/* Custom CSS for flat line design */

.custom-nav .nav-tabs .nav-link {
    border: none;
    position: relative;
    padding: 0.5rem 1rem;
    color: #6c757d;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
}

.custom-nav .nav-tabs .nav-link.active {
    color: var(--mainColor);
    font-weight: 500;
}

/* Flat line style */

.custom-nav .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--mainColor);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transform: translateX(-50%);
}

.navbar {
    --bs-navbar-padding-y: 0.0rem;
}

.custom-nav .nav-tabs .nav-link.active::before {
    width: 100%;
}

.form-check-inline {
    display: inline-block;
    margin-right: .2rem;
}

.form-check {
    min-height: 1rem;
    margin-bottom: 0rem;
}

.select2-container .select2-selection--multiple {
    max-height: 29px;
    /* Fix the height */
    overflow-x: hidden;
    /* Enable scrollbar for overflow */
}

.select2-container--default {
    width: 100% !important;
    /* border: 1px solid #ced4da!important; */
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

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

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}
.font-20 {
    font-size: 20px !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.dollar {
    position: relative;
}

.dollar:before {
    position: absolute;
    content: "$";
    left: 4px;
    top: 4px;
    font-size: 15px;
}

.dollar input {
    padding-left: 15px;
}

.percentage {
    position: relative; /* Make sure the container is positioned so the pseudo-element can be positioned correctly */
}

.percentage:after {
    position: absolute;
    content: "%";         /* The content to be appended */
    right: 4px;           /* Adjust the position of the % symbol */
    top: 50%;             /* Vertically center the symbol */
    transform: translateY(-50%); /* Ensure perfect vertical centering */
    font-size: 15px;      /* Adjust font size as needed */
    color: #000;          /* You can change the color if necessary */
}

.percentage input {
    padding-right: 25px; /* Adjust padding so there's space for the % symbol */
}

.cusLink {
    font-size: 12px;
    border-color: var(--mainColor) !important;
}

.cusLink:hover {
    color: white !important;
    background-color: var(--mainColor) !important;
}

.require::after {
    content: '*';
    color: red;
    font-weight: bold;
}

.item {
    font-size: 15px;
    color: grey;
}

.client-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.client-item {
    display: flex;
    /* align-items: center; */
    margin-bottom: 10px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-info {
    flex: 1;
}

.client-name {
    margin-left: 15px;
}

.client-job-title {
    margin: 5px 0;
    font-size: 14px;
    margin-left: 15px;
    color: #666;
}

.client-email,
.client-phone {
    margin: 5px 0;
    font-size: 12px;
    color: #666;
    margin-left: 15px;
}

.scroll-column {
    height: 600px;
    overflow: auto;
}

.page-background {
    background-image: linear-gradient(to top, #5c87a1 0%, #ccdde7 100%);
}

.margin-auto {
    margin-bottom: auto;
}

.datepicker-container {
    z-index: 9999 !important;
}

.bg-secondary {
    background-color: #efefef;
}

.orange-text {
    background-color: orange !important;
}

.green-text {
    color: green !important;
}

.black-text {
    color: black !important;
}

.bg-green {
    background-color: #30d630 !important;
}

.bg-yellow {
    background-color: orange !important;
}

.white-text {
    color: white !important;
}

.custom-body {
    padding: 0px !important;
}

.acc-custom-body {
    padding: 5px 10px 0px 5px !important;
}

.custom-ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: var(--mainColor) !important;
    color: white;
    text-align: center;
    margin-right: 8px;
    text-transform: uppercase;
}

.purple-text {
    color: #570a7f !important;
}

.custom-side-bar li a {
    padding-left: 0px !important;
}

.notification-circle {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--mainColor);
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.accordion-button {
    padding: 10px !important;
}

main {
    border-left: #1943832b solid 4.5px;
    border-top: #1943833d solid 2.5px;
}

.text-pursuit {
    color: #194383;
}

.text-proposal {
    color: var(--secondColor)
}

.text-project {
    color: var(--thirdColor)!important;
}

.card-custom-table {
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

.table-custom {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: var(--bs-font-size);
}

.table-custom th {
    background-color: var(--mainColor);
    color: white;
}
.total-count {
    font-weight: bold;
    font-size: 16px;
    color: var(--thirdColor) !important;
    text-align: center; 
    vertical-align: middle;
    padding: 2px!important; 
}

.total-count:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}
.text-second{
    color: var(--secondColor);
}

th.sortable {
    cursor: pointer;
}

th i {
    margin-left: 5px;
}
.custom-table {
    font-size: 10px;
}

.custom-table td,
.custom-table th {
    padding: 8px;

}
.table-custom th a{
  color: white!important;
}
.my-swal {
    color: var(--mainColor); /* Text color */
    /* background-color: #007bff;  */
    border-radius: 10px; /* Rounded corners */
}

.my-swal .swal2-title {
    font-family: 'Arial', sans-serif; /* Font family for the title */
    font-size: 16px; /* Font size for the title */
}

.my-swal .swal2-content {
    font-family: 'Arial', sans-serif; /* Font family for the content */
    font-size: 16px; /* Font size for the content */
}

.my-swal .swal2-confirm {
    background-color:var(--mainColor); /* Custom color for the confirm button */
    color: white; /* Text color for the confirm button */
    padding: 5px 15px;
}

.my-swal .swal2-cancel {
    background-color: #dc3545; /* Custom color for the cancel button */
    color: white; /* Text color for the cancel button */
    padding: 5px 15px;
}
#page-loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#columnToggleDropdown {
    position: absolute;
    left: 135px;
    z-index: 999999;
}

/* Remove left positioning on small screens */
@media (max-width: 768px) {
    #columnToggleDropdown {
        left: auto; 
       
    }
}

