p, body{
	color:#666666;
}
a {
    color: #ff8900;
    text-decoration: none;
}
a:hover{
    color: #444444;
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #444444;
}
body .text-muted {
    color: #666666 !important;
}
body .page-content {
    padding: calc(60px + 24px) calc(24px / 2) 60px calc(24px / 2);
}
.navbar-brand-box {
    padding: 0 15px;
    text-align: center;
    width: 250px;
}
body .card {
    margin-bottom: 15px;
}
body[data-sidebar=dark] .vertical-menu {
  background: #464646;
}
body[data-sidebar=dark] .navbar-brand-box {
    background: #464646;
}
body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #bfbfbf;
}
body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: #bfbfbf;
}
body[data-sidebar=dark] #sidebar-menu ul li a.active {
    color: #fff;
}
body[data-sidebar=dark] #sidebar-menu ul li a.active i {
    color: #fff;
}
body[data-sidebar=dark] .menu-title {
    color: #ffffff;
}
.card-body{
    padding: 10px 15px;
}
body .main-content {
    background-color: transparent;
}
button#vertical-menu-btn {
    color: #ff8900;
}
.page-title-box {
    padding-bottom: 10px;
}
.noti-icon .badge {
    background-color: #ff8900;
}
.avatar-title {
    background-color: #ff8900;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff8900;
}
.btn-primary{
    color: #fff;
    background-color: #ff8900;
    border-color: #ff8900;
    margin-bottom: 0px !important;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #df7a04;
    border-color: #df7a04;
    outline: 0 !important;
    box-shadow: none;
}
.btn-link {
    color: #ff8900;
}
.btn-link:hover {
    color: #fff;
    background-color: #ff8900;

}
body .bg-primary {
    background-color: #ff8900 !important;
}
.verti-timeline .event-list.active .event-timeline-dot {
    color: #ff8900;
}
body .text-primary {
    color: #ff8900 !important;
}
.noti-icon i,.header-item {
    color: #666666;
}
.breadcrumb-item>a {
    color: #444444;
}
.breadcrumb-item.active {
    color: #666666;
}
.nav-pills>li>a, .nav-tabs>li>a {
    color: #444444;
}
.nav-link:focus, .nav-link:hover {
    color: #444444;
    text-decoration: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff8900;
    background-color: #f7e7d4;
}

.main-content {
    background-color: #f1f1f1;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #ff8900;
    color: #fff;
}
.footer {
    padding: 20px calc(24px / 2);
    background-color: #ffffff;
}
footer a{
	color: #666666;
}
footer a:hover{
	color: #ff8900;
}

.auth-full-bg .bg-overlay {
    background: url(../images/login_banner.jpg);
}
.auth-full-page-content label.form-label {
    color: #fff;
}
body .auth-full-page-content .text-muted {
    color: #d0d0d0 !important;
}
.auth-full-page-content .form-check{
     color: #d0d0d0;
}
.login-logo{
    margin-bottom: 90px;
}
tr.total-row {
    background-color: #e7d6c3 !important;
    color: #000 !important;
    font-weight: 700;
}
tr.total-row:hover td {
    background-color: #e7d6c3 !important;
    --bs-table-accent-bg: #e7d6c3 !important;
}
.table thead {
    color: #64748b;
    border-color: #e2e8f0;
    background-color: #f8fafc;
}
.table thead tr th{
    color: #64748b;
    background-color: #f8fafc;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* Hide Copy/Excel/PDF export buttons globally — they clutter the UI */
div.dt-buttons { display: none !important; }

/* DataTable Show/Search row — clean inline layout */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input[type="search"] {
    padding: 4px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    font-size: 13px;
    color: #334155;
    outline: none;
}
.dataTables_wrapper .dataTables_filter input[type="search"]:focus { border-color: #2563eb; }
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label { margin: 0; font-weight: 400; display: flex; align-items: center; gap: 5px; }

/* Top bar for listing pages: Add the DT controls to the same row as Back/Add New */
.top-row-btns {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.top-row-btns .dataTables_length,
.top-row-btns .dataTables_filter { display: inline-flex; align-items: center; gap: 6px; margin: 0; font-size: 13px; color: #64748b; }
.top-row-btns .dataTables_length label,
.top-row-btns .dataTables_filter label { display: flex; align-items: center; gap: 5px; margin: 0; font-weight: 400; white-space: nowrap; }
.top-row-btns .dataTables_length select,
.top-row-btns .dataTables_filter input[type="search"] { padding: 4px 8px; border: 1px solid #e2e8f0; border-radius: 5px; font-size: 13px; color: #334155; outline: none; }
.top-row-btns .dataTables_filter { margin-left: 16px; }
.top-row-btns .btns-col { display: flex; align-items: center; gap: 8px; }
table a{
    color: #ff8900;
    font-weight: 600;
}
.show-rows {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right:15px;
}
.filter-col {
    display: flex;
    align-items: center;
}
.show-rows select{
    margin-left:5px;
}
.about-contact .ico-bx {
    padding: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.contact-actions{
    text-align: center;
}
.about-contact p {
    margin: 5px 0 0;
}
.accordion-button:not(.collapsed){
    background-color: #f1f1f1;
    color: #495057;
}
.abt-client-bx {
    padding: 8px 1.25rem;
}
.abt-clnt-wrap .accordion-collapse {
    padding: 10px 0;
}
table.contactInfoWrap td{
    white-space: normal;
}
.attr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.attr-col {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.attr-col-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 600;
    font-size: 13px;
    color: #374151;
}
.attr-col-header .btn {
    padding: 2px 7px;
    font-size: 16px;
    line-height: 1.3;
}
.attr-col-body {
    padding: 6px 12px;
    min-height: 80px;
}
.attr-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.attr-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 2px;
    font-size: 13px;
    color: #374151;
    border-bottom: 1px solid #f1f5f9;
}
.attr-list li:last-child {
    border-bottom: none;
}
.attr-list .sa-del-warning {
    cursor: pointer;
    color: #cbd5e1;
    font-size: 12px;
    flex-shrink: 0;
    margin-left: 8px;
}
.attr-list .sa-del-warning:hover {
    color: #ef4444;
}
@media (max-width: 768px) {
    .attr-grid { grid-template-columns: 1fr; }
}

.about-contact .edit-profile .ico-bx {
    border: 1px solid #ff8900;
    background-color: #ff8900;
    color: #fff;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #ff8900;
}
.nav-tabs-custom .nav-item .nav-link::after {
    background: #ff8900;
}
.tab-pane h2.title{
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 0px;
}
.read-more-wrap{
    display: none;
}
.read-btn{
    color: #ff8900;
    cursor: pointer;
}
.collapse-row {
    width: 370px;
    white-space: normal !important;
}
.table-nowrap td {
    white-space: nowrap;
    vertical-align: top;
}
.activity-stats{
    margin-top:25px; 
}
.activity-stats td, .activity-stats th{
    text-align: center;
}
.activities-wrap {
    margin-top: 5px;
}
td.check, td.check i{
    color: #18ab76;
}
td.times, td.times i{
    color: #f00;
}
.edit-activity button {
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 14px;
    padding: 3px;
    border-radius: 50%;
    color: #666;
    border: 1px solid #d1d1d1;
    margin: 0 4px;
    display: grid;
    place-content: center;
}

.edit-activity .edit {
    background-color: #d8ffd8;
    border-color: #d8ffd8;
    color: #04a506;
}
.edit-activity .history {
    background-color: #dbecf7;
    border-color: #dbecf7;
    color: #09f;
}
.edit-activity .delete {
    background-color: #ffd6d6;
    border-color: #ffbebe;
    color: #f00;
}
.edit-activity button:focus{
    box-shadow: none;
    outline: 0;
}
.activity-cards .card {
    box-shadow: 0 0 1.5rem rgb(18 38 63 / 9%);
}
ul.survey-list {
    padding-left: 0;
}
ul.survey-list li {
    padding-left: 20px;
    position: relative;
    display: block;
}
ul.survey-list li:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8900;
}
p.que {
    margin-bottom: 2px;
    color: #444;
    font-weight: 600;
}
.survey-content-modal .modal-header {
    align-items: flex-start;
}
.survey-content-modal .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: 0;
}
p.survey-date {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 13px;
}
.survey-content-modal .modal-title {
    color: #ff8900;
}
.card-btn-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-btns button{
    margin-right: 15px;
}
.footer-btns button:last-child{
    margin-right: 0;
}
button.btn.btn-right {
    display: flex;
    margin-right: 0;
    margin-left: auto;
    align-items: center;
}
button.btn.btn-right i{
    margin-right: 2px;
}
.form-error {
    color: #ff0000;
    background-color: #f5d5d5;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}
.form-error::before{
    content: "";
    position: absolute;
    left: 10px;
    bottom: 100%;
    width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #f5d5d5;
}
.card-hover-effect{
    transition: 0.4s;
}
.card-hover-effect:hover {
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 20%);
}


.ico-top.edit-profile button {
    margin-left: 5px;
}
.account-detail-tabs-wrap .nav-tabs-custom .nav-item {
    width: 100%;
    flex-basis: unset;
    text-align: left;
}
.card.account-detail-tabs-wrap {
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0px !important;
}
.account-detail-tabs-wrap .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    align-items: flex-start;
    justify-content: space-between;
}
.account-detail-tabs-wrap .nav-tabs-custom {
    width: 200px;
    background-color: #fff;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border-radius: 0.25rem;
    padding: 10px;
    border: none;
}
.account-detail-tabs-wrap .tab-content{
    width: calc(100% - 225px);
    background-color: #fff;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border-radius: 0.25rem;
    padding: 10px !important;
}
.account-detail-tabs-wrap .nav-tabs-custom .nav-item .nav-link {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.table-outer{
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 .75rem 1.5remrgba(18,38,63,.03);
    border-radius: 0.25rem;
    background-color: #fff;
}
.table-outer td {
    padding: 10px;
    width: 33.3%;
    border: 1px solid #f1f1f1;
}
.table-outer td label {
    font-weight: 600;
    margin-bottom: 3px;
}
.table-outer td p {
    margin: 0px;
}
.table-outer .table-responsive {
    display: block;
}
.acc-outer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.acc-wrapper {
    width: 100%;
}
.account-detail-tabs-wrap .activity-cards .card-body {
    padding: 1.25rem 1.25rem;
}
.activity-paragraph {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body .email-rightbar {
    margin-left: 0px;
}
.modal-dialog.modal-xl {
    margin: 0px !important;
}
.filter-start {
    display: flex;
    align-items: center;
}
.filter-new-col {
    margin-right: 20px;
}
.dashboard-main-class{
    justify-content: flex-start !important;
}
.dashboard-select {
    margin-left: 20px;
}
.dashboard-color:hover {
    color: #ff8900;
}
.dashboard-dropdown-color span:hover {
    color: #ff8900 !important;
}
.modal-dialog.modal-xl.account-form {
    margin: 1rem auto !important;
    width: 100%;
    max-width: 1024px !important;
}
.select-dashboard select.form-select {
    min-width: 150px;
}
.select-dashboard label {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
    margin-right: 14px;
}
.select-dashboard button.btn {
    height: 40px;
    width: 180px;
    background-color: #fff;
    text-align: left;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate {
    display: none;
}
.activity-cards .card .card-title{
    display:block;
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
}
div#datatable-buttons_wrapper .col-sm-12.col-md-6:first-child {
    display: flex;
    justify-content: space-between;
}
button.btn-edit {
    border: none;
    background-color: transparent;
    width: auto;
    padding: 0;
    margin: 2px;
}
.add-srcdata{
    display: block;
    cursor: pointer;
}

@media(min-width: 1200px){
    .auth-full-page-content {
        background-color: #595959;
    }
    .modal-xl {
    max-width: 100% !important;
}


}
@media(max-width: 1024px){
.modal-dialog.modal-xl.account-form {
    margin: 0.5rem !important;
    width: unset !important;
    max-width: unset !important;
}

}


@media(max-width: 767px){
    
    .acc-wrapper {
        width: 100%;
    }
    .account-detail-tabs-wrap .nav-tabs-custom {
        width: 100%;
    }
    .account-detail-tabs-wrap .tab-content {
        width: 100%;
    }
    .recovery-wrap {
        flex-wrap: wrap;
    }
    .recovery-wrap .edit-profile {
        margin-top: 10px;
    }
    .account-detail-tabs-wrap .nav-link .d-none {
        display: block !important;
    }
    .activity-cards .card .card-title{
        display: block;
    }
}

/* Apollo Prospect tab */
.apollo-search-bar { background:#f8f7ff; border:1px solid #e9d5ff; border-radius:10px; padding:18px 20px 12px; }
.apollo-search-inner { display:flex; align-items:flex-end; gap:12px; flex-wrap:wrap; }
.apollo-field-group { display:flex; flex-direction:column; flex:1; min-width:180px; }
.apollo-field-sm { max-width:160px; }
.apollo-label { font-size:11px; font-weight:600; color:#7c3aed; text-transform:uppercase; letter-spacing:.5px; margin-bottom:4px; }
.apollo-input { border:1px solid #ddd6fe; border-radius:6px; padding:8px 12px; font-size:13px; outline:none; }
.apollo-input:focus { border-color:#7c3aed; box-shadow:0 0 0 3px rgba(124,58,237,.1); }
.apollo-select { border:1px solid #ddd6fe; border-radius:6px; padding:8px 10px; font-size:13px; background:#fff; }
.apollo-search-btn { background:#7c3aed; color:#fff; border-radius:6px; padding:8px 18px; font-size:13px; font-weight:600; white-space:nowrap; }
.apollo-search-btn:hover { background:#6d28d9; color:#fff; }
.apollo-company-badge { margin-top:10px; font-size:12px; color:#7c3aed; display:flex; align-items:center; gap:6px; }
.apollo-results-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.apollo-results-count { font-size:14px; color:#374151; }
.apollo-results-note { font-size:12px; color:#94a3b8; }
.apollo-cards { display:flex; flex-direction:column; gap:10px; }
.apollo-card { display:flex; align-items:center; gap:14px; background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:14px 16px; transition:box-shadow .15s; }
.apollo-card:hover { box-shadow:0 2px 10px rgba(0,0,0,.08); }
.apollo-card-locked { opacity:.75; }
.apollo-avatar { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; flex-shrink:0; }
.apollo-card-info { flex:1; min-width:0; }
.apollo-card-name { font-weight:600; font-size:14px; color:#111827; }
.apollo-card-title { font-size:13px; color:#6b7280; margin-top:1px; }
.apollo-card-meta { font-size:12px; color:#94a3b8; margin-top:4px; }
.apollo-card-actions { display:flex; flex-direction:column; align-items:flex-end; gap:8px; flex-shrink:0; }
.apollo-score { font-size:11px; font-weight:600; padding:2px 8px; border-radius:20px; }
.apollo-score-high { background:#d1fae5; color:#065f46; }
.apollo-score-med { background:#fef3c7; color:#92400e; }
