@media(min-width: 992px){
	[data-kt-app-aside-fixed=true] .app-wrapper{
		margin-right: 0;
	}
	[data-kt-app-aside-enabled=true] .app-header-separator {
		margin-right: 0;
	}
}

.hidden{
	display: none !important;
}

/* .modal-content{
	background-color: #d7deeb !important;
} */

/* .table.gy-5 td, .table.gy-5 th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table tr.child td.child table{
	margin-bottom: 1.5rem;
}


.table-hover>tbody>tr.info>*,
table.dataTable.table-hover>tbody>tr.info>*{
	color: rgb(62 151 255 / 78%);
}

.table-hover>tbody>tr.info:hover>*,
table.dataTable.table-hover>tbody>tr.info:hover>*{
	box-shadow: inset 0 0 0 9999px rgb(62 151 255 / 78%);
	color: white;
}

.table-hover>tbody>tr.success>*,
table.dataTable.table-hover>tbody>tr.success>*{
	color: rgba(124,219,159,.95);
}

.table-hover>tbody>tr.success:hover>*,
table.dataTable.table-hover>tbody>tr.success:hover>*{
	box-shadow: inset 0 0 0 9999px rgba(124,219,159,.45);
	color: white;
}


.table-hover>tbody>tr.warning>*,
table.dataTable.table-hover>tbody>tr.warning>*{
	color: rgb(210 199 2 / 73%);
}

.table-hover>tbody>tr.warning:hover>*,
table.dataTable.table-hover>tbody>tr.warning:hover>*{
	box-shadow: inset 0 0 0 9999px rgb(177 170 49 / 45%);
	color: white;
} */

/* Square container */
.profile-pic {
	width: 160px; /* Adjust the size as needed */
	height: 160px; /* Adjust the size as needed */
}

/* Crop image to fit square container */
.profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Crops the image to cover the entire container */
}

.image-input-placeholder {
	background-image: url('svg/avatars/blank.svg');
}

[data-bs-theme="dark"] .image-input-placeholder {
	background-image: url('svg/avatars/blank-dark.svg');
}

/* Note Css */
/* Styling for Quill Editor */
#note_body {
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #fff;
	overflow-y: auto;
  }
  /* Fullscreen Styling */
  .fullscreen {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	background-color: white;
	overflow-y: auto;
	padding: 20px;
  }
  #toolbar {
	border: 1px solid #ccc;
	border-radius: 8px 8px 0 0;
	margin-bottom: 5px;
  }
  
/* Styles Added by Saad */

.text-gray-900{
	color: #0138A6 !important;
}


.dashboard-top-menu{
	padding: 5px;
}

.dashboard-main-menu{
	font-family: 'Roboto';
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	justify-content: space-between;
}

.dashboard-main-menu li{
	list-style: none;
}

.dashboard-main-menu li a{
	display: block;
	font-size: 14px;
	padding: 9px 15px;
	line-height: 1;
	border-radius: 6px;
	color: #B5B5C3;
}

.dashboard-main-menu li a:hover,
.dashboard-main-menu li.active a{
	color: #fff;
	background: #3E97FF;
}


.card .card-header.right-aligned,
.card .card-header.small-header{
	position: relative;
	justify-content: end;
	text-align: right;
	flex-direction: row;
}

.card .card-header.small-header{
	text-align: left;
	justify-content: start;
}

.card .card-header.small-header span{
	position: absolute;
	bottom: -15px;
	margin-right: 0.5rem;
}

.fixed-height{
	min-height: 234px;
	max-height: 234px;
}

.cost-col .card-header{
	display: block;
}

.cost-col .card-header .card-title{
	display: block;
}

.cost-col .card-header span{
	margin-right: 6.5px !important;
}

.card .card-header{
	min-height: 50px;
}

.custom-user-list.card-header{
	justify-content: flex-end;
}

.custom-user-list.card-header .search-field{
	margin-right: 30px;
}

/*.custom-user-list.card-header .btn.btn-primary{
	background: #1BC5BD;
}*/

.custom-user-list.card-header .btn.btn-primary i{
	font-size: 2rem;
}


.custom-user-list.card-header .btn.btn-primary i.ki-plus{
	position: relative;
	top: -5px;
	left: -10px;
	opacity: 0.3;
	font-size: 1rem;
}

.custom-user-list.card-header .btn.btn-primary i.ki-plus.normal{
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 1;
	font-size: 1rem;
}

.grey-background th{
	background: #F3F6F9;
	text-transform: uppercase;
}

/*.grey-background th:first-child{
	background: #F3F6F9;
	color: #000;
	padding-left: 2% !important;
	border-radius: 6px !important;
}*/

/*.grey-background th:last-child{
	background: #F3F6F9;
	padding-right: 2% !important;
	border-radius: 6px !important;
}*/

/*.btn.ngreen i{
	color: #1BC5BD;
}*/



/***** COLOR CHANGES *****/


/******************** DASHBOARD **********************/

#kt_app_header_logo{
	padding-right: 3rem !important;
}


#kt_app_header_logo .logo-container{
	display: flex;
	align-items: center;
	padding: 5px;
	margin-top: 20px;
	border-radius: 4px;
	background: #1B84FF;
	width: 100%;
  justify-content: space-evenly;
}

/*.app-sidebar-logo{
	position: relative;
	border-radius: 2px;
	padding: 4px;
	background: #1B84FF;
}*/

/*#kt_app_sidebar_toggle{
	background: #B5E05C !important;
}*/

#kt_app_sidebar_toggle i.ki-outline {
	margin-top: 0 !important;
	/*color: #fff !important;*/
  }

/*#kt_app_sidebar_toggle:hover {
	background: #1B84FF !important;
}*/

#kt_header_user_menu_toggle .bg-light-danger{
	background: #1B84FF !important;
}

#kt_header_user_menu_toggle .text-danger i.ki-duotone{
	font-size: 1.5rem;
	color: #fff !important;
}



.dashboard-nav li{
	background: none;
	margin: 0 0.5rem;
	padding: 0 0.5rem;
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
}

/*.dashboard-nav li:hover{
	background: #B5E05C;
}*/

.dashboard-nav .nav-line-tabs .nav-item .nav-link{
	color: #0138A6 !important;
	margin: 0;
}

.dashboard-nav .nav-line-tabs .nav-item .nav-link:hover,
.dashboard-nav .nav-line-tabs .nav-item .nav-link.active{
	color: #1B84FF !important;
	/*border-color: #B5E05C;*/

}

/*.dashboard-nav .nav-line-tabs{
	border-color: #0138A6;
}*/

.dashboard-nav .fa-house{
	color: #0138A6;
}

.dashboard-nav .fa-diagram-project{
	color: #4285F4;
}

.dashboard-nav .fa-money-check-dollar{
	color: #85bb65;
}


.dashboard-nav .fa-linkedin{
	color: #0077B5;
}

.dashboard-nav .fa-square-instagram{
	color: #e56969;
}

.dashboard-nav .fa-facebook{
	color: #1877F2;
}

.dashboard-nav .nav-item:nth-child(6) .fa-google{
	color: #DB4437;
}

.dashboard-nav .nav-item:nth-child(7) .fa-google{
	color: #F4B400;
}

.dashboard-nav .nav-item:nth-child(8) .fa-google{
	color: #0F9D58;
}


.header-client-dropdown .form-group label{
	display: block;
}


.header-client-dropdown .select2-container{
	width: auto !important;
	min-width: 300px;
}

/*
.select2-selection{
	border-color: #B5E05C;
}*/

.select2-container--open .select2-selection{
	border-color: #02256B !important;
}

.select2-selection .text-muted{
	color: #0138A6 !important;
}


/*.select2-container--bootstrap5 .select2-dropdown{
	background-color: #02256B !important;
}*/


.text-dark{
	color: #02256B !important;
}

.btn.btn-primary,
.active > .page-link, .page-link.active {
	background-color: #4CC7EC;
}


.app-header-separator,
.app-content{
	border-color: #02256B;
}

.app-toolbar:first-child{
	border-left: 1px solid #02256B;
	border-right: 1px solid #02256B;
}

.ngreen .ki-duotone, 
.ngreen .ki-outline, 
.ngreen .ki-solid{
	color: #17C653;
}

.nred .ki-duotone, 
.nred .ki-outline, 
.nred .ki-solid{
	color: #F8285A;
}

.nblue-light .ki-duotone, 
.nblue-light .ki-outline, 
.nblue-light .ki-solid{
	color: #4CC7EC;
}

.nblue .ki-duotone, 
.nblue .ki-outline, 
.nblue .ki-solid{
	color: #02256B;
}




/*.app-sidebar .separator{
	border-color: #B5E05C;
}*/

.app-sidebar .menu-heading{
	color: #02256B;
}

.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active .menu-title,
.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active,
.app-sidebar-menu-primary.menu > .menu-item:hover a,
.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active .menu-icon, 
.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active .menu-icon .svg-icon, 
.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active .menu-icon i,
.app-sidebar-menu-primary.menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, 
.app-sidebar-menu-primary.menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title,
.app-sidebar-menu-primary.menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, 
.app-sidebar-menu-primary.menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, 
.app-sidebar-menu-primary.menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, 
.app-sidebar-menu-primary.menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, 
.app-sidebar-menu-primary.menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, 
.app-sidebar-menu-primary.menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i{
	color: #4CC7EC;
}

.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active{
	background: #1B84FF;
}

.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active .menu-title,
.app-sidebar-menu-primary.menu > .menu-item > .menu-link.active .menu-icon i{
	color: #fff;
}

.card .card-header .card-title{
	/*background: #4CC7EC;
	color: #fff;
	padding: 7px 7px 5px 7px;
	border-radius: 4px;
	margin-right: 0;*/
}

.card .card-header .card-title, 
.card .card-header .card-title .card-label{
	color: #02256B;
}

.card .card-header .card-title .card-label{
	color: #02256B;
	/*padding-left: 5px;
	border-left: 3px solid #B5E05C;*/
}


.search-field .form-control.form-control-solid {
	background-color: #4CC7EC;
	border-color: #fff;
	color: #fff;
	transition: color .2s ease;
}

.search-field .ki-duotone{
	color: #fff;
}

.search-field input{
	border-radius: .35rem;
}

.search-field input.form-control::placeholder {
	color: #fff !important;
}


/********** DASHBOARD FACEBOOK **********/


.facebook_container .card{
	border: 1px solid #1877F2 !important;
}

.instagram_container .card{
	border: 1px solid #e56969 !important;	
}

.linkedin_container .card{
	border: 1px solid #0077B5 !important;	
}

#kt_tab_pane_9 .card,
#kt_tab_pane_10 .card{
	flex-grow: 1;
}

.breakdown-widget{
	width: 100%;
}

.social-dashboard-logo{
	max-width: 65px;
	font-size: 5rem !important;
	margin-bottom: 15px;
}

.facebook_chart{
	min-height: 500px;
}




.instagram_container .col-md-3 .card-body{
	padding: 0 !important;
}

.instagram_container .col-md-3 .card-body a.btn{
	display: block;
	height: 100%;
	padding: 2rem 2.25rem !important;
}

.instagram_container .col-md-3 .card-body:hover a.btn,
.instagram_container .col-md-3 .card-body:hover a.btn:hover{
	color: #fff !important;
	background: #dd2a7b !important;
	margin-bottom: 0 !important;
	border-color: #515bd4 !important;
}


.instagram_container .col-md-3 .card-body:hover a.btn .text-gray-800,
.instagram_container .col-md-3 .card-body:hover a.btn p,
.instagram_container .col-md-3 .card-body:hover a.btn h3{
	color: #fff !important;
}


.breakdown-widget h2{
	color: #515bd4;
}

.breakdown-widget .col-md-4{
	border-left: 1px solid #FEDA77;
	padding-left: 10px;
	margin-bottom: 20px;
}

/* Needs Analysis */
.chip-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.chip {
    border: 3px solid #e5e7eb;
    background: #fafafa;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}
.chip.active {
    background: #1b84ff;
    border-color: #1b85ffbd;
    color: #fff;
}
.chip:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(22, 163, 74, 0.25);
}
.chip:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.btn-ghost {
    border: 1px dashed #d1d5db;
    background: transparent;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 12px;
    color: #6b7280;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check + label.chip {
    margin-right: 8px;
    margin-bottom: 8px;
}
[data-summary-for] {
    max-width: 36ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-check:checked + label.chip {
    background: #1b84ff;
    border-color: #1b85ffbd;
    color: #fff;
}
.btn-check:checked + label.card {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}
.btn-check:checked + label.card .tile-title {
    color: var(--bs-primary) !important;
}

.btn-check + label.card {
    cursor: pointer;
    border: 1px solid #eef0f4;
    border-radius: 0.75rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.tile-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.card-header .card-toolbar {
    transition: transform 0.3s ease;
}
.rotate-180 {
    transform: rotate(180deg);
}

#budgetSlider.noUi-touch-area {
    height: 8px;
    border: 0;
    box-shadow: none;
    background: #f3f4f6;
    cursor: pointer;
}
#budgetSlider .noUi-connect {
    background: #0144c9;
}
#budgetSlider .noUi-handle {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#budgetSlider .noUi-handle:after,
#budgetSlider .noUi-handle:before,
#budgetSlider .noUi-marker {
    background: #cbd5e1;
}
#budgetSlider .noUi-pips {
    margin-top: 14px;
    color: #9aa3af;
}
#budgetSlider .noUi-marker-large {
    height: 12px;
}
#budgetSlider .noUi-marker-sub {
    height: 7px;
}
#budgetSlider .noUi-value {
    font-size: 12px;
    font-weight: 500;
    transform: translateX(-50%);
}

/* Card Header Collapsible */
.card-header.collapsible {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    background: #fff;
    border-radius: 12px; /* keeps your current look */
}

/* Header Icons */
.field-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background-color: #3b82f6;
    text-color: #f6f6f6; /* icon color */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.field-icon i {
    font-size: 16px;
    line-height: 1;
}

/* card-header */
.card-header.collapsible > div:first-child {
    display: flex;
    flex-direction: column;
}

.brand-color-chip {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    overflow: hidden;
}
.brand-hex-group .input-group-text {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.field-icon {
    border-radius: 8px;
}
.circle {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
}

/* Field Icon */
.field-icon .ki-duotone {
    color: inherit;
}
.field-icon .ki-duotone .path1 {
    color: currentColor;
}
.field-icon .ki-duotone .path2 {
    color: currentColor;
}
.field-icon .ki-duotone .path3 {
    color: currentColor;
}
.field-icon .ki-duotone .path4 {
    color: currentColor;
}
.field-icon .ki-duotone .path5 {
    color: currentColor;
}
.field-icon .ki-duotone .path6 {
    color: currentColor;
}

/* Radio → Metronic card tile */
.radio-tiles .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.radio-tiles .btn-check + label.card {
    cursor: pointer;
    border: 1px solid #eef0f4;
    border-radius: 0.75rem;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s ease-in-out;
}
.radio-tiles .btn-check:focus + label.card {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}
.radio-tiles .btn-check:checked + label.card {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}
.radio-tiles .btn-check:checked + label.card .tile-title {
    color: var(--bs-primary) !important;
}
.radio-tiles .tile-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Scoped to Step 2 only */
  #kt_tab_pane_2 {
    --chip-card-shadow: 0 8px 24px rgba(2, 28, 51, 0.08), 0 1px 3px rgba(2, 28, 51, 0.06);
    --chip-card-shadow-hover: 0 10px 28px rgba(2, 28, 51, 0.12), 0 2px 5px rgba(2, 28, 51, 0.08);
    --chip-card-shadow-checked: 0 12px 30px rgba(27, 132, 255, 0.28), 0 2px 6px rgba(27, 132, 255, 0.16);
  }

  /* Group layout */
  #kt_tab_pane_2 .chip-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* Hide native input; keep it accessible */
  #kt_tab_pane_2 .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
  }

  /* Base chip look */
  #kt_tab_pane_2 .chip,
  #kt_tab_pane_2 .btn-check + label.chip {
    background: #fff;
    border: 1px solid #eef0f4;
    box-shadow: var(--chip-card-shadow);
    padding: 10px 16px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease, color .12s ease;
  }

  /* Spacing for label chips */
  #kt_tab_pane_2 .btn-check + label.chip {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  /* Hover */
  #kt_tab_pane_2 .chip:hover,
  #kt_tab_pane_2 .btn-check + label.chip:hover {
    transform: translateY(-1px);
    box-shadow: var(--chip-card-shadow-hover);
  }

  /* Keyboard focus */
  #kt_tab_pane_2 .chip:focus-visible,
  #kt_tab_pane_2 .btn-check + label.chip:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(27, 132, 255, 0.25);
  }

  /* Checked / active */
  #kt_tab_pane_2 .btn-check:checked + label.chip,
  #kt_tab_pane_2 .chip.active {
    background: #1b84ff;
    border-color: #1b85ffbd;
    color: #fff;
    box-shadow: var(--chip-card-shadow-checked);
  }

  /* Pressed feedback */
  #kt_tab_pane_2 .chip:active,
  #kt_tab_pane_2 .btn-check + label.chip:active {
    transform: translateY(0);
  }

  .ki-cross {
	color: #000 !important;
  }

  /* The fake header item */
.mention-optgroup-header {
    font-weight: bold;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    pointer-events: none; /* Prevents mouse clicks */
}

/* Ensure the list item container for the header doesn't look clickable */
.ql-mention-list-item.disabled {
    cursor: default !important;
    background-color: transparent !important;
}