:root {
    --theme-color-1: #4169E1;
    /* --theme-color-2:#000080;
  --theme-color-3:#0000CD;
  --theme-color-4:#0000FF;     */
}
/* global style start  */
.g-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
     background-color: #F5F5F5; 
}

.g-scroll::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}
.g-scroll::-webkit-scrollbar-thumb
{
    background-color: var(--theme-color-1);
    border: none;
}
/* global style end  */

header {
    background-color: var(--theme-color-1);
}
header .nav-link.active {
    position: relative;
}
header .nav-link.active:after { 
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    margin: auto;
    width: 100%;
    height: 3px;
    background: white;
}
.partner_sidebar_links .nav-link.sidebar-link:hover img {
    filter: invert(1);
}
header .nav-link>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}  

.header-profile-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.h-profile-dd .dropdown-menu[data-bs-popper] {
    top: 100%;
    /* left: -706%; */
    margin-top: var(--bs-dropdown-spacer);
}

.h-profile-dd .dropdown-toggle::after {
    display: none;
}

.h-profile-dd .dropdown-toggle::before {
    display: none;

}

/* =================  */
.kanban-board .kanban-header-card {
    background-color: var(--theme-color-1);
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    position: relative;
    color: white;
    position: sticky;
    top: 0px;
    margin-bottom: 15px;
}

.kanban-board .kanban-header-card .header {
    background-color: #3366cc;
    height: 5px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.kanban-board .kanban-header-card h5 {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.kanban-board .kanban-header-card p {
    margin: 0;
    font-size: 1rem;
}

.custom-checkbox {
    position: absolute;
    top: 10px;
    right: 15px;
}

.kanban-board .kanban-header-card h5 {
    font-size: 15px;
    text-align: left !important;
    padding-top: 0px !important;
}

.kanban-board input.form-check-input.kanban-checkbox {
    position: absolute;
    top: 17px;
    right: 10px;
}

.h-profile-dd .dropdown-menu {
    width: 280px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.h-profile-dd .dropdown-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.h-profile-dd .dropdown-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.h-profile-dd .dropdown-header .status {
    font-size: 0.875rem;
    color: green;
}

.h-profile-dd .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.h-profile-dd .dropdown-item i {
    font-size: 1.2rem;
    color: #6c757d;
}

.h-profile-dd .dropdown-divider {
    margin: 0;
}

.h-opt-dd img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.wiz-dropdown-menu {
    /* min-width: 277px;
    max-width: 277px; */
    width:fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px;
    /* left: -502%; */
    position: absolute;  
    top: 51px;
    left: -240px;
    background: white;
    border-radius: 10px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.wiz-dropdown-menu li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    /* border: 1px solid; */
}

.wiz-dropdown-menu li {
    /* width: 65px;
    height: 65px; */
    /* border: 1px solid var(--theme-color-1); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5px; */
}

/* ============ */

/* sidebar filter  */


.filter-sidebar .sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.filter-sidebar .sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.filter-sidebar .sidebar-nav .nav-link.collapsed {
    color: #012970;
   
}

.filter-sidebar .sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.filter-sidebar {
    background-color: var(--theme-color-1);
    border-radius: 10px;
    max-height: 70vh;
    overflow: auto;
}
.reports-sidebar-nav {
    list-style-type: none;
    padding: 0;

   
    color: white;
    border-radius: 5px;
    margin: 0;
}
.reports-sidebar-nav a.active {
    background: white;
    color: black;
    width: 100%;
    /* border-radius: 10px; */
}

.reports-sidebar-nav a:hover {
    background: white;
    color: black;
    width: 100%;
    /* border-radius: 10px; */
}
.reports-sidebar-nav li:last-child {
    border-bottom: none;
}
.reports-sidebar-nav a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px;
}
.reports-sidebar-nav li:first-child a {
   
   
}
.reports-sidebar-nav a:hover {
  
    cursor: pointer;
}
.filter-sidebar .sidebar-nav .nav-link.collapsed i {
    color: #ffffff;
}
.filter-sidebar .nav-content span {
  color: white;
  font-size: 13px;
}


.filter-sidebar .sidebar-nav .nav-link.collapsed {
    color: #012970;
  
}

.filter-sidebar .sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #ffffff;
}

.filter-sidebar .sidebar-nav .nav-link.collapsed i {
    color: #ffffff;
}

.filter-sidebar .sidebar-nav .nav-link .fa-angle-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.filter-sidebar .sidebar-nav .nav-link:not(.collapsed) .fa-angle-down {
    transform: rotate(180deg);
}

.filter-sidebar .sidebar-nav .nav-link .fa-angle-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}
.filter-sidebar aside#sidebar {
  background-color: var(--theme-color-1);
  border-radius: 10px;
}

.filter-sidebar .nav-link span {
  color: white;
  font-size: 14px;
}

.filter-sidebar .sidebar-nav {
  padding-left: 0px;
}
.filter-sidebar #filter-search::placeholder{
color: white;
}
/* ===============  */
.g-table-wrap {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 15px;
}

/* sidebar-start */

.bg_sidebar {
    background-color: var(--theme-color-1);
    /* border-radius: 0px 20px 20px 0px; */
}

.sidebar_logo {
    width: 52px;
    height: auto;
}

.parter_cybergen_txt {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
}

.parter_partner_txt {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.parter_portal_txt {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}

.partner_logo_txt {
    margin-left: 5px;
}

.sidebar_main_wrapper .nav-link,
.sidebar_main_wrapper .nav-link .partner_user_name {
    color: #FAFAFA;
    font-size: 17px;
    border-radius: 0px;
}

.sidebar_main_wrapper .nav-link>svg {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.sidebar_main_wrapper .nav-link.active,
.sidebar_main_wrapper .nav-link:hover {
    background: #FFF;
    color: #484848 !important;
    font-weight: 600;
}

.sidebar_main_wrapper .nav-link.sidebar-link.active {
    position: relative;
}

.sidebar_main_wrapper .nav-link.active:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #484848;
    left: 0px;
    top: 0px;
}

.sidebar_main_wrapper .nav-link:hover .partner_user_sidebar>p {
    color: #484848;
    font-weight: 600;
}

.sidebar_main_wrapper .nav-link.active>svg>path,
.sidebar_main_wrapper .nav-link:hover>svg>path {
    fill: #484848;
}

.profile_partner_sidebar {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 100%;
}

.partner_user_email {
    color: #FAFAFA;
    font-size: 11px;
}

.partner_sidebar_links {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.partner_sidebar_links::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.partner_sidebar_links::-webkit-scrollbar-thumb {
    background: #484848;
}

.partner_sidebar_links::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.partner_sidebar_links::-webkit-scrollbar-track {
    background: var(--theme-color-1);
}

.partner_sidebar_links::-webkit-scrollbar-thumb:active {
    background: #484848;
}

.sidebar_switch_icon {
    position: absolute;
    right: -10px;
    top: 90px;
    background-color: #edf5ff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 2px solid var(--theme-color-1);
    cursor: pointer;
    z-index: 9;
}

.sidebar_switch_icon>i {
    color: var(--theme-color-1);
    font-size: 16px
}

.sidebar_switch_icon:hover {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* loader style add by sajid starts */

.analyze-loading-wrap {
    position: absolute;
    top: 38%;
    right: 44%;
    z-index: 9;
}

.c.custom-loader::before,
.custom-loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
    transform-origin: center;
}

.custom-loader {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(0deg, #55bdfe85 50%, #766DF4FF 0, #55bdfe 0) center/4px 100%, linear-gradient(90deg, #766DF440 50%, #766DF4BF 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
}

.custom-loader::before,
.custom-loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
    transform-origin: center;
}

@keyframes s3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* loader style add by sajid ends */


/* toggle_side_bar_start_start */

.small_sidebar_partner .partner-sidebar-col {
    width: 80px;
}

.small_sidebar_partner .partner-sidebar-col .partner_logo_wrapper {
    padding: 0px 10px !important;
    justify-content: center;
}

.small_sidebar_partner .partner-sidebar-col .partner_logo_wrapper>.sidebar_logo {
    width: 42px;
}

.small_sidebar_partner .partner-sidebar-col .partner_logo_wrapper>.partner_logo_txt {
    display: none;
}

.small_sidebar_partner .partner-sidebar-col .partner_sidebar_links .nav-link,
.small_sidebar_partner .partner-sidebar-col .partner_sidebar_links .nav-link>.partner_user_sidebar>p {
    font-size: 0px;
    text-align: center;
    flex-direction: column;
}

.small_sidebar_partner .partner-sidebar-col .partner_sidebar_links .nav-link>svg,
.small_sidebar_partner .partner-sidebar-col .partner_sidebar_links .nav-link>img {
    margin-right: 0px !important;
}

.small_sidebar_partner .partner_sidebar_links {
    margin-top: 35px !Important;
}

.small_sidebar_partner .sidebar_switch_icon {
    transform: rotate(180deg);
}

.small_sidebar_partner .translate-content-col {
    width: calc(100% - 80px);
}

.partner-sidebar-col,
.translate-content-col,
.main-inner-row {
    transition: all 0.4s linear;
}

.sidebar_main_wrapper .nav-link,
.sidebar_main_wrapper .nav-link .partner_user_sidebar>p {
    transition: all 0.4s linear;
    transition: all 0.4s linear;
    word-break: break-word;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar_main_wrapper {
    height: calc(100vh - 1px);
}

.small_sidebar_partner .sidebar_main_wrapper .nav-link,
.small_sidebar_partner .sidebar_main_wrapper .nav-link .partner_user_sidebar>p {
    transition: none;
}


/* toggle_side_bar_start_end */

.small_sidebar_partner .logout-wrap {
    gap: 5px;
}

.small_sidebar_partner .cg-fed-logo-large {
    display: none;
}

.small_sidebar_partner .cg-fed-logo-small {
    display: block !important;
    width: 60px;
    height: auto;
}

.cg-fed-logo-small, .cg-fed-logo-large {
    max-width: 80px;
    width: 100%;
    height: auto;
}
.footer-inner {
    width: calc(100% - 19%);
}
.footer-inner h5 {
    margin-bottom: 0px;
}
img.cg-fed-logo-small.img-fluid {
    display: none;
}

/* .sidebar_main_wrapper .nav-item.r-f-p:hover .nav-link {
  stroke: #484848 !important; 
} */

.sidebar_main_wrapper .nav-link.r-f-p.active,
.sidebar_main_wrapper .nav-link.r-f-p:hover {
    stroke: #484848 !important;
}


.sidebar_main_wrapper .nav-link.active>img {
    filter: invert(1);
}

.sidebar_main_wrapper .nav-link>img {
    width: 25px;
    height: auto;
}

/* sidebar-end */


/* content pattern  */
div#main-content {
    height: calc(100vh - 80px);
    overflow: auto;
    padding-bottom: 50px;
    background: #E7F4FF;
}

a.tbl-banner-red {
  padding: 0 2px 0 5px!important;
  border-radius: 2px;
  font-size: 13px;
  /* min-width: initial; */
  line-height: 19px;
  height: 18px;
  margin-right: 0!important;
  color: #fff!important;
  background-color: #f14949;
  display: block;
  width: 60px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  line-height: 17px;
}
a.tbl-banner-red:after {
  border-width: 9px;
  border-style: solid inset solid solid;
  border-color: #f14949 transparent #f14949 #f14949;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  right: -16px;
}

a.tbl-banner-yellow {
  padding: 0 2px 0 5px!important;
  border-radius: 2px;
  font-size: 13px;
  /* min-width: initial; */
  line-height: 19px;
  height: 18px;
  margin-right: 0!important;
  color: #fff!important;
  background-color: #E89D25;
  display: block;
  width: 60px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  line-height: 17px;
}
a.tbl-banner-yellow:after {
  border-width: 9px;
  border-style: solid inset solid solid;
  border-color: #E89D25 transparent #E89D25 #E89D25;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  right: -16px;
}


a.tbl-banner-green {
  padding: 0 2px 0 5px!important;
  border-radius: 2px;
  font-size: 13px;
  /* min-width: initial; */
  line-height: 19px;
  height: 18px;
  margin-right: 0!important;
  color: #fff!important;
  background-color: #12AA67;
  display: block;
  width: 60px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  line-height: 17px;
}
a.tbl-banner-green:after {
  border-width: 9px;
  border-style: solid inset solid solid;
  border-color: #12AA67 transparent #12AA67 #12AA67;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  right: -16px;
}


.task-tbl>img {
  width: 22px;
  height: auto;
}
.filter-toggle-btn img {
  width: 17px;
  height: auto;
}
/* content pattern  */


.new-header-opt .new-links {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.g-off-canvas .offcanvas-header {
    background: var(--theme-color-1);
    color: white;
}

.g-off-canvas .offcanvas-header .btn-close {
    color: white;
    filter: invert(1);
    opacity: 1;
}

div#reminder-header-off-canvas img {
    width: 15px;
}

.reminder-off-canvas .reminder-links {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 4px 12px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    gap: 3px;
}

.reminder-off-canvas span.reminder-for-me {
    width: 20px;
    height: 20px;
    background: var(--theme-color-1);
    padding: 5px;
    font-size: 9px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    border-radius: 50%;
}

div#navbarNav .nav-link {
    cursor: pointer;
}
div#navbarNav .nav-link:hover {
    background: white;
    /* filter: invert(1); */
    border-radius: 5px;
}

div#navbarNav .nav-link:hover img {
    filter: invert(1);
}
.tab-content .fade:not(.show) {
    display: none;
}
.dashboard-img-wrap img {
    width: 35px;
}

footer.wiz-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
}

.g-table-wrap h3 {
    font-size: 17px;
    font-weight: 700;
    color: #008eff;
}
.dashboard-img-wrap strong span {
    color: #008eff;
}

.dashboard-img-wrap strong {
    font-size: 24px;
}

.dashboard-img-wrap {
    display: flex;
    align-items: center;
}


#task-document-selectList+.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 190px;
}


.to-do-task-dd .dropdown-menu {
    width: 250px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Search Input */
.to-do-task-dd .status-search {
    margin-bottom: 8px;
}

.to-do-task-dd .status-header {
    font-size: 12px;
    font-weight: bold;
    color: #6c757d;
    margin-top: 8px;
    margin-bottom: 4px;
}

/* Status Item */
.to-do-task-dd .dropdown-item-status {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    font-size: 14px;
}

.to-do-task-dd .dropdown-item-status input[type="radio"] {
    margin-right: 10px;
    accent-color: #6f42c1; /* Custom color for radio button */
}

.to-do-task-dd .dropdown-item-status .status-icon {
    color: green;
    margin-right: 10px;
}

/* Icon */
.to-do-task-dd .gear-icon {
    float: right;
    color: #6f42c1;
    cursor: pointer;
}

.to-do-task-dd .dropdown-divider {
    margin: 8px 0;
}

.to-do-task-dd .status-header-prof {
    background: var(--theme-color-1);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.doc-container {
    max-width: 600px;
    margin: 30px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.doc-container .doc-header {
    background-color: #f1f1f5;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.doc-container .doc-body {
    padding: 20px;
}

.doc-container .doc-title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 10px;
}

.doc-container .list-group-item {
    border: none;
    padding: 10px 0;
}

.doc-container .doc-footer {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #f1f1f5;
    font-size: 0.9rem;
    text-align: center;
    cursor: pointer;
}

.doc-container .doc-footer:hover {
    text-decoration: underline;
}

.doc-container .text-muted {
    font-size: 0.85rem;
    color: #777;
}

.doc-container .icon {
    margin-right: 10px;
    font-size: 1.1rem;
    color: #6c757d;
}

.doc-container .form-check-input {
    margin-top: 0.2em;
}


.reminder-container {
    max-width: 750px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.reminder-container .btn-reminder {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    color: #6c757d;
    font-weight: 500;
}

.reminder-container .btn-reminder:hover {
    background-color: #f8f9fa;
    color: #6c757d;
}

.reminder-container .selected-btn {

}

.reminder-container .create-reminder-btn {
   
}

.reminder-container .create-reminder-btn:hover {

}

.reminder-container .attach-icon {
    color: #6c757d;
    cursor: pointer;
}
.canvas-chat-container {
    max-width: 750px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.canvas-chat-container .workspace-btn {
    border: 1px solid #ddd;
    color: #6c757d;
    font-weight: 500;
    background-color: #fff;
}

.canvas-chat-container .workspace-btn:hover {
    background-color: #f8f9fa;
}

.canvas-chat-container .form-control:focus {
    box-shadow: none;
    border-color: #6f42c1;
}

.canvas-chat-container .create-chat-btn {
    background-color: #6f42c1;
    color: #fff;
    font-weight: 600;
}

.canvas-chat-container .create-chat-btn:hover {
    background-color: #5a3798;
    color: #fff;
}

.canvas-chat-container .icon-muted {
    color: #6c757d;
    font-size: 1.2rem;
}
.leads-top-card-wrapper{
    text-decoration: none;
}

 /* Custom Styles */
 .new-header-opt .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.new-header-opt .icon-box:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.new-header-opt .icon-box img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.new-header-opt .icon-text {
    font-weight: 500;
}


.reports-search-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px;
}
.reports-search-container .form-control::placeholder {
    color: #adb5bd; /* Placeholder color */
}

.reports-search-container .form-control {
    max-width: 190px;
}

/* .crm-header-wrap {
    position: fixed;
    width: 100%;
    left: 0px;
}
.partner-sidebar-col, .crm-content-wrap {
    margin-top: 59px;
} */
.pj-header-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    padding-left: 20px;
    background: #2816A6;
}

.pj-sidebar_main_wrapper {
    max-width: 220px;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 996;
    transition: all 0.4s;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background: #2816A6;
}
.pj-header-wrap .partner_logo_wrapper img {
    max-width: 35px;
    width: 100%;
    height: auto;
}
.pj-header-wrap .partner_logo_wrapper {
    width: 250px;
    margin-top: 0px !important;
}

.pj-main-content {
    margin-top: 56px;
    padding: 0px;
    transition: all 0.4s;
    height: calc(100vh - 120px);
}
.pj-main-content div#main-content {
    height: calc(100vh - 70px);
    overflow: auto;
    padding-bottom: 50px;
    background: #E7F4FF;
}
.pj-sidebar_main_wrapper .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
    font-size: 13px;
}

.pj-sidebar_main_wrapper .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}
.pj-sidebar_main_wrapper .nav-content a span {
    color: white;
}
.pj-sidebar_main_wrapper .nav-content a{
    text-decoration: none;
    display: flex;
    gap: 6px;
}
.pj-sidebar_main_wrapper .nav-content img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.pj-sidebar_main_wrapper .nav-content {
    list-style: none;
    padding-left: 0px;
}
.pj-sidebar_main_wrapper {
    height: calc(100vh - 44px);
}
.pj-sidebar_main_wrapper .nav-link>img {
    width: 20px;
    height: auto;
}
.pj-sidebar_main_wrapper {
    max-width: 220px;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 996;
    transition: all 0.4s;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background: #2816A6;
    border-radius: 0px 20px 0px 0px;
}
.pj-sidebar_main_wrapper .nav-content li a {
    padding: 8px 16px;
}
.cba-sidebar-toggle-btn>i {
    color: white;
    font-size: 32px;
}


.p-d-top-settings-bar .task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.p-d-top-settings-bar .task-header .task-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.p-d-top-settings-bar .task-header .task-icons i {
    margin-left: 15px;
    cursor: pointer;
}

.p-d-top-settings-bar .task-header .task-icons i:hover {
    color: #007bff;
}

.p-d-top-settings-bar .task-header .task-icons a {
    text-decoration: none;
}

.p-d-top-settings-bar .task-header .task-icons a>i {
    color: black;
}
.p-d-top-settings-bar .status-col-wrap {
background: #74CB80;
padding: 5px 10px;
border-radius: 7px;
}

.proj-dshb-filter-wrap .btn-custom {
    color: white;
    background-color: #5a00d4; /* Deep blue color */
    border: none;
  }
  .proj-dshb-filter-wrap .btn-custom:hover {
    background-color: #4400a8;
  }

  .proj-dshb-filter-wrap img {
  width: 20px;
}

.dropdown.g-t-dd .dropdown-toggle:after {
    display:none;
  }
  .g-bg-bar{

    padding: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
  } 

  .side-bar-dd-parent .nav-link>span {
    font-size: 17px;
}
.pj-sidebar_main_wrapper .nav-content span {
    font-size: 14px;
} 
.lines-bg {
    /* background: url("../images/icons/lines-background.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
.g-modal .modal-content {
    background-color: aliceblue;
    padding: 30px;
    border-radius: 35px;
}


  /* Progress Indicator Styling */
  #import-contact .progress-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  #import-contact .progress-indicator span {
    width: 15px;
    height: 15px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
  }

  #import-contact .progress-indicator span.active {
    background-color: #007bff;
  }

  #import-contact .step {
    display: none;
  }

  #import-contact .step.active {
    display: block;
  }

  /* import modal code start */

  .form-container {
    display: flex;
    justify-content: center;
}
.upload-files-container {
	/* background-color: #f7fff7; */
	width: 420px;
	padding: 30px 60px;
	border-radius: 40px;
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px; */
}
.drag-file-area {
	border: 2px dashed #007bff;
	border-radius: 40px;
	margin: 10px 0 15px;
	padding: 30px 50px;
	width: 350px;
	text-align: center;
}
.drag-file-area .upload-icon {
	font-size: 50px;
}
.drag-file-area h3 {
	font-size: 26px;
	margin: 15px 0;
}
.drag-file-area label {
	font-size: 19px;
    display: block;
}
.drag-file-area label .browse-files-text {
	color: #007bff;
	font-weight: bolder;
	cursor: pointer;
}
.browse-files span {
	position: relative;
	top: -25px;
}
.default-file-input {
	opacity: 0;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #f7fff7;
	background-color: #007bff;
  	transition: all 1s;
	width: 390px;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 4.5%;
	width: 0;
	height: 5px;
	border-radius: 25px;
	background-color: #4BB543;
}
.upload-button {
	font-family: 'Montserrat';
	background-color: #007bff;
	color: #f7fff7;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 20px;
	margin: 10px;
	padding: 7.5px 50px;
	cursor: pointer;
}
.open-task-table-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.open-task-table-container .new-badge {
    color: #fff;
    background-color: #f44336;
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 6px;
}

.mass-transfer-container{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.mass-transfer-container .user-img-wrap img{
    width: 20px;
    height: 20px;
}
.Approve-lead-container{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.form-container {
   
}
.Approve-lead-container {
    color: #6c757d;
    text-align: center;
   
}
.sidebar_main_wrapper .nav-link:hover img {
    filter: invert(1);
}

.recent-records-card {
    border-radius: 5px;
    padding: 20px;
    background-color: #ffffff;
    max-height: 250px;
    overflow: auto;
}
  .recent-records-card .record-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .recent-records-card .record-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    color: white;
  }
  .recent-records-card .icon-blue {
    background-color: #17a2b8;
  }
  .recent-records-card .icon-yellow {
    background-color: #ffc107;
  }
  .recent-records-card .icon-orange {
    background-color: #fd7e14;
  }
  .recent-records-card .icon-red {
    background-color: #dc3545;
  }
  .recent-records-card .icon-gold {
    background-color: #ffc000;
  }
  .recent-records-card .view-all {
    text-align: center;
    margin-top: 10px;
  }
  a.deal-link {
    text-decoration: none;
    margin-top: 15px;
}
table.g-table tr th, table.g-table tr td {
    font-size: 14px;
}
table.g-table tr th,table.g-table tr td {
    font-size: 14px;
}

select.form-select.form-select-sm {
    font-size: 12px;
    padding: 3px 10px !important;
}
.filter-sidebar h4 {
    font-size: 20px;
}
div#petential-revenue-chart-container h3 {
    font-size: 17px;
}

.funnel-chart-container h3 {
    font-size: 17px;
}

.recent-records-card h5 {
    font-size: 17px;
}

.key-deals-card h5 {
    font-size: 17px;
}


.crm-header-opt-dd {
    width: 280px;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.crm-header-opt-dd .section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.crm-header-opt-dd .section div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #4169E1; 
    border-radius: 10px;
    height: 80px;
    /* background-color: #333; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.crm-header-opt-dd .section div:hover {
    border-color: #007bff;
}

.crm-header-opt-dd .section div span {
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
}
.card.leads-top-cards {
    background: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    background: var(--theme-color-1);
    color: white;
}
.crm-header-opt-dd .section div img {
    width: 24px;
    height: 24px;
}

.crm-header-opt-dd .bottom-section {
    /* border-top: 1px solid #444; */
    padding-top: 15px;
}
.pagination-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.pagination-container .pagination-text {
    font-weight: bold;
    color: #333;
}

.pagination-container .page-arrow {
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s;
}

.pagination-container .page-arrow:hover {
    color: #333;
}

/* .pagination-container .page-arrow.disabled {
    cursor: not-allowed;
    color: #ddd;
} */
.crm-header-opt-dd .bottom-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crm-header-opt-dd .bottom-section ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}

.crm-header-opt-dd .bottom-section ul li img {
    width: 20px;
    height: 20px;
}

.crm-header-opt-dd .bottom-section ul li span {
    font-size: 14px;
    color: #000000;
}

.pin-icon {
    position: absolute;
    top: -5px;
    right: -1px;
    background-color: #007bff00;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-header-opt-dd .section div.positioned {
    position: relative;
} 
.key-deals-card {
    max-height: 283px;
    overflow: auto;
}
.card.leads-top-card img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.card.leads-top-card h4 {
    text-decoration: none;
    color: black;
}
@media (min-width: 1200px) {
    .pj-main-content {
        margin-left: 220px;
    }
    .toggle-sidebar .pj-main-content {
        margin-left: 0;
    }
    
    .toggle-sidebar .pj-sidebar_main_wrapper {
        left: -300px;
    }
}
@media (min-width: 1200px) {
  
}