.dy-has-error-contact input.form-control,
.dy-has-error-contact textarea.form-control,
.dy-has-error-contact select.form-control {
    border: 1px solid red !important;
}


.has-error input.form-control,
.has-error textarea.form-control,
.has-error select.form-control {
    border: 1px solid red !important;
}

.has-error span.help-block {
    color: red !important;
}

/* Front-end validations */
.inline-has-error {
    border: 1px solid red !important;
}

.gd-help-validation {
    color: red;
}

.gd-admin-search {
    background-color: #d0e2fd !important;
}

.gd-display-none {
    display: none;
}

.gd-small-text {
    font-size: 12px;
    font-weight: 500;
}

.gd-vertical-middle {
    vertical-align: middle;
}

.gd-admin-category-icon-index {
    font-size: 28px;
}

.gd-admin-category-icon-show {
    font-size: 60px;
}

.gd-admin-index-icon-margin {
    margin-right: 5px;
}

.gd-admin-category-accent {
    background-color: #F5F7FB !important;
}

.gd-admin-category-normal {
    background-color: #e8e9ed !important;
}

.gd-font-12 {
    font-size: 12px;
}

.gd-admin-product-pyg {
    min-width: 110px;
}

.gd-admin-product-usd {
    min-width: 110px;
}

.gd-admin-texts {
    min-width: 210px;
}

.gd-admin-product-es-container {
    background-color: #f9eeee;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gd-admin-product-es-container-color {
    background-color: #f9eeee !important;
}

.gd-admin-product-po-container {
    /*margin-top: 20px;*/
    background-color: #e7f3ec;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gd-admin-product-po-container-color {
    background-color: #e7f3ec !important;
}

.gd-admin-product-show-title-column {
    min-width: 200px;
}


.gd-admin-product-show-image {
    border: 1px solid #C1CCCA;
    background-color: #fff;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.gd-admin-product-show-image-delete {
    position: absolute;
    margin-top: -30px;
    background-color: #fff;
    padding: 2px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
}

#sortable li {
    margin: 3px 3px 3px 3px;
    padding: 10px;
    float: left;
    height: 120px;
}

.gd-admin-product-edit-money {
    background-color: #f1f3ff !important;
}

select.gd-has-error,
div.gd-has-error {
    border: 1px solid red;
}

.gd-admin-finance-icon {
    margin-right: 5px;
}

.tab .nav-tabs .nav-link.active {
    background: #e6eaf2 !important;
}

.tab .tab-content {
    background: #e6eaf2 !important;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.gd-seller-photo {
    width: 300px;
    border-radius: 50%;
}

.gd-seller-photo-mini {
    width: 50px;
    border-radius: 50%;
}

.gd-company-logo {
    width: 300px;
}

.gd-company-logo-mini {
    width: 50px;
}

.gd-program-form-company-logo {
    width: 65px;
}

.gd-program-form-container {
    background-color: #cee4f8;
    border: 1px solid #cee4f8;
    border-radius: 10px;
    padding: 10px;
}

.gd-program-form-container:hover {
    border: 1px solid #4da9ff;
}

.font-15px {
    font-size: 15px;
}

input[type="text"]:hover,
input[type="time"]:hover,
select:hover,
textarea:hover {
    border: 1px solid #818181;
}

.gd-input-group {
    background-color: #e5e2e2;
    padding: 10px;
    border-radius: 5px;
}

.gd-container-error {
    border: 1px solid red;
    border-radius: 5px;
}

.gd-devise-h2 {
    color: #001F55;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #326abc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #326abc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

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

.css-grid-table,
.css-grid-table-header,
.css-grid-table-body {
    display: grid;
}

.css-grid-table {
    /* grid-template-rows: 24px 72px; */
    width: 100%;
}

.css-grid-table-header,
.css-grid-table-body {
    grid-template-columns: 5% 15% 70% 10%;
    width: 100%;
    line-height: 24px;
}

.css-grid-table-header {
    grid-column-gap: 2px;
    grid-template-rows: auto;
}

.css-grid-table-body {
    grid-template-rows: auto auto auto;
}

.css-grid-table-header div {
    text-align: center;
    font-weight: bold;
    background-color: rgb(191, 191, 191);
}

/* Drag and drop styles */
body.dragging-file::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(65, 105, 225, 0.15);
  border: 4px solid #4169e1;
  pointer-events: none; /* Allow clicks to pass through */
  z-index: 9998;
}

/* Drop message that stays in the center of the viewport */
body.dragging-file::before {
  content: "Suelta aquí para adjuntar archivo";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4169e1;
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: bold;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none; /* Allow clicks to pass through */
}

/* Add a pulsing animation for better visibility */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(65, 105, 225, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(65, 105, 225, 0); }
  100% { box-shadow: 0 0 0 0 rgba(65, 105, 225, 0); }
}

body.dragging-file::before {
  animation: pulse 1.5s infinite;
}

.gd-inbox-conversation-open {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 10;
    right: 0;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #7c58eb;
    margin-top: 10px;
}

.gd-inbox-conversation-new-message {
    background-color: #cffcc4;
}

.gd-inbox-conversation-new-message:hover {
    background-color: #a9ff93;
}

.gd-inbox-conversations-filtered {
    background-color: #dfdffd;
}

.content {
    padding: 0px !important;
}

.gd-main-margin {
    margin: 1rem 1rem 1rem;
}

.gd-main-margin-full {
    margin: 1rem 1rem 1rem;
}

.gd-avoid-clicks {
    pointer-events: none;
}

.gd-autoresponses {
    right: 0;
    z-index: 10;
    background-color: white;
}

.gd-autoresponse {
    background-color: #f5f7fb;
    border-radius: 12px
}

.gd-autoresponse:hover {
    cursor: pointer;
    background-color: #c9dafc;
}

.gd-autoresponse-question {
    padding: 0;
    margin: 0;
}

.gd-autoresponse-body {
    padding: 0;
    margin: 0;
}

#chat-second-column {
    border-left: 2px solid var(--gd-accent-color);
}

/* Listing animations (index.html.erb) */
.gd-fade-out {
    /* Class applied to the element when it is deleted */
    animation: gdFadeOut 1s;
    opacity: 0;
}

.gd-form-preview-container {
    max-height: 250px;
    overflow-y: scroll;
}

/* Custom off canvas (bootstrap's default doesn't work) */
/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    background: #C1CCCA;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
/* .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
} */

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.gd-table-header-actions {
    width: 100px;
}

.gd-show-first-column {
    width: 200px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}



@keyframes gdFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.gd-highlight {
    /* Class applied to the element when it is updated/created */
    animation: highlight 1s;
}

@keyframes highlight {
    0% {
        background: rgb(133, 255, 170)
    }

    100% {
        background: none;
    }
}

/* End of listing animations (index.html.erb) */

:root {
    --gd-main-color: #00005A; 
    --gd-accent-color: #21D0B3;
    --gd-dark-gray: #AAAAAA;
    --gd-gray: #C6C6C6;
    --gd-light-gray: #E0E0E0;
    --gd-super-light-gray: #f7f7f7;
    --gd-red: #ff0000;
    --gd-white: #ffffff;
  }

@font-face {
    font-family: supportFont;
    src: url(https://unify-prod.b-cdn.net/fonts/unify/InterTight-VariableFont_wght.ttf);
}

* {
    font-family: supportFont;
}

/* Login */

.gd-login-h1 {
    font-family: supportFont;
    font-weight: 800;
    font-size: 47px;
    color: var(--gd-main-color);
}

.gd-login-container {
    border: 3px solid var(--gd-main-color) !important; 
    border-radius: 20px !important;
}

.gd-custom-login-label {
    color: #001F55 !important;
}

.gd-custom-login-input {
    background-color: #001F55 !important;
}

.gd-custom-login-button {
    color: white !important;
    background-color: var(--gd-main-color) !important;
    border: none !important;
    font-size: 22px !important;
    border-radius: 10px !important;
    min-height: 60px !important;
}

.gd-login-form-control {
    font-family: supportFont !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    background-color: var(--gd-super-light-gray) !important;
    color: var(--gd-dark-gray) !important;
}

.gd-login-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--gd-gray) !important;
}
.gd-login-form-control::-moz-placeholder { /* Firefox 19+ */
    color: var(--gd-gray) !important;
}
.gd-login-form-control:-ms-input-placeholder { /* IE 10+ */
    color: var(--gd-gray) !important;
}
.gd-login-form-control:-moz-placeholder { /* Firefox 18- */
    color: var(--gd-gray) !important;
}

.gd-login-input-icon {
    background-color: var(--gd-main-color) !important;
    border-top-left-radius: 10px !important; 
    border-bottom-left-radius: 10px !important;
    color: white !important;
}

.form-check-input:checked {
    background-color: var(--gd-accent-color) !important;
    border-color: var(--gd-accent-color) !important;
}

.form-check-label {
    color: var(--gd-main-color) !important;
}

.gd-login-background {
    background: url('/img/images/unify/unify-background.jpg');
}

/* End of Login */

/* Sidebar, header & footer */

.sidebar-content {
    background-color: var(--gd-main-color) !important;
}

.sidebar-link, a.sidebar-link {
    background-color: var(--gd-main-color) !important;
    color: var(--gd-white) !important;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar-link:hover, a.sidebar-link:hover {
    background-color: var(--gd-accent-color) !important;
    /*font-weight: 500 !important;*/
}

.sidebar-link:hover > i, a.sidebar-link:hover > i {
    color: var(--gd-white) !important;
}

.gd-left-panel-header {
    border-bottom: 2px solid var(--gd-accent-color) !important;
}

.gd-left-panel-username {
    font-family: supportFont;
    font-size: 22px;
}

.sidebar-user-subtitle {
    color: white !important;
}

.gd-avatar-rounded {
    border-radius: 50%;
    border: 2px solid var(--gd-accent-color);
}

.indicator {
    background-color: var(--gd-red) !important;
}

.hamburger, .hamburger:after, .hamburger:before {
    background: var(--gd-main-color) !important;
}

/* End of Sidebar, header & footer */

/* Generic */

.gd-mini-loader {
    width: 15px;
    height: 15px;
}

.gd-input-no-hover:hover {
    border: none !important;
}

.btn-primary {
    font-family: supportFont !important;
    background-color: var(--gd-accent-color) !important;
    max-width: 200px !important;
    border: none !important;
}

.btn {
    border-radius: 30px !important;
}

.btn-icon {
    border-radius: 5px !important;
    padding: 5px 10px;
}

.btn-lg {
    font-weight: 600 !important;
    font-size: 25px !important;
    border-radius: 30px !important;
}

.gd-link {
    color: var(--gd-main-color);
}

.gd-link:hover {
    color: var(--gd-main-color);
}

.h3 {
    color: var(--gd-main-color) !important;
    font-weight: 600 !important;
}

.gd-table-header-link {
    color: var(--gd-main-color) !important;
    font-weight: 800 !important;
}

.card-body, .table, tr, td, tbody {
    color: var(--gd-main-color) !important;
}

.card-title {
    color: var(--gd-main-color) !important;
}

.gd-card-border {
    border-color: var(--gd-main-color) !important;
    border-width: 1px;
    border-style: solid;
}

/* End of Generic */

/* Modals */

.modal-title {
    color: var(--gd-main-color) /*!important*/;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* End of Modals */

/* Inbox */

.gd-message-bubble-right {
    background-color: var(--gd-super-light-gray) !important;
    border: 1px solid var(--gd-main-color) !important;
    border-radius: 8px !important;
    color: var(--gd-main-color);
}

.gd-message-bubble-left {
    background-color: #d9d9e6 !important;
    border: none;
    border-radius: 8px !important;
    color: var(--gd-main-color);
}

.gd-message-name {
    font-size: 16px;
}

.gd-message-body {
    font-size: 15px;
    font-weight: 600;
}

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

.gd-report {
    margin-bottom: 0px;
}

.gd-report-container {
    border: 1px solid black;
    width: 100%;
    padding: 5px;
    border-radius: 10px
}

.gd-conversation-tag {
    color: white;
    border-radius: 5px;
    padding: 3px;
}

.gd-in-reply-to {
    font-weight: normal;
    font-size: 14px;
}

.gd-list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    /* border: 1px solid red !important; */
    color: var(--bs-list-group-color);
    display: block;
    padding: 10px 10px;
    position: relative;
}

.gd-info-icon {
    font-size: 15px;
    color: #00005a;
}

.gd-conversation-name {
    color: #00005a;
    font-weight: 600;
}

.gd-conversation-avatar {
    border: 2px solid #21d0b3;
    padding: 2px;
}

@keyframes blink {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}
  
.gd-replied-to-message {
    animation: blink 2500ms linear;
}

.gd-reaction {
    font-size: 22px
}

/* End of Inbox*/

/* User activities */

.gd-user-activity-full-bar {
    height: 25px; 
    background-color:#ebebeb;
}

.gd-user-activity-bar {
    position:absolute; 
    top: 0;
    height: 25px;
}

.gd-user-activity-login {
    background-color: #4D9DE0;
}

.gd-user-activity-online {
    background-color: #61b58b;
}

.gd-user-activity-offline {
    background-color: #e93e4f;
}

.gd-user-activity-logout {
    background-color: #7768AE;
}

.gd-user-activity-table-row:hover {
    background-color: #f9f0cc;
}

/* End of User activities */

.gd-ad-info-counter {
    width: 100%;
    height: 100px;
    background-color: #00005a;
    color: #21d0b3;
    border-radius: 15px;
}

.gd-data-source-test-container {
    border: 2px solid #21d0b3;
    border-radius: 10px;
}

.gd-index-image {
    width: 100px;
}

.gd-menu-icon {
    color: var(--gd-accent-color) !important;
    opacity: 0.7;
}

.parent{
    height: 100vh;
}
.parent>.row{
    display: flex;
    align-items: center;
    height: 100%;
}
.col img{
    height:100px;
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    object-fit: cover;
}
.col label{
    overflow: hidden;
    position: relative;
}
.imgbgchk:checked + label>.tick_container{
    opacity: 1;
}
/* .has-error > input.imgbgchk:checked + label > .tick_container {
    border: 2px solid green !important;
    background-color: blue !important;
}
.has-error > .imgbgchk:checked + .help-block {
    border: 2px solid green !important;
    background-color: blue !important;
} */
/* ANIMATION */
.imgbgchk:checked + label>img{
    /*transform: scale(1.25);*/
    opacity: 0.3;
}
.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}
.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.gd-campaign-progress-bar-container {
    width: 100%;
    border: 2px solid var(--gd-main-color);
    padding: 1px;
    height: 20px;
}

.gd-campaign-progress-bar-content {
    width: 0%;
    background-color: var(--gd-accent-color);
    height: 14px;
    transition: all 0.35s ease-in-out;
    font-size: 11px
}

.gd-fs-30 {
    font-size: 30px;
}

.gd-campaign-kpi-number {
    font-size: 20px;
    font-weight: 600;
}

.gd-compaign-kpi-container {
    background-color: #c2ede6;
    border-radius: 10px;
}

.funnel-container {
    display: flex;
    overflow-x: auto;
    padding: 10px;
}

.funnel-column {
    flex: 0 0 320px;
    margin-right: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
}

.step-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    cursor: default;
}

.conversation-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 8px;
    cursor: default;
}

.funnel-col2 {
    font-size: 12px;
}

.funnel-col3 {
    font-size: 12px;
}

.funnel-truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.funnel-date {
    color: #a7a4a4;
}

.funnel-status {
    color: #388e3c;
}

.funnel-task {
    color: #4888b3;
}

.funnel-tag {
    border: 1px solid #a7a4a4;
    color: #a7a4a4;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.funnel-no-tags {
    color: #a7a4a4;
    font-style: italic;
}

/* Drag and drop styles */
.drag-handle {
    cursor: -webkit-grab;
    cursor: grab;
    user-select: none;
}

.drag-handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.sortable-ghost {
    opacity: 0.4;
    background: #f8f9fa;
}

.sortable-drag {
    opacity: 0.9;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.conversation-card {
    position: relative;
}

.edit-indicator {
    opacity: 0;
    transition: opacity 0.2s ease;
    color: #6c757d;
    cursor: pointer;
    margin-left: 8px;
}

.conversation-card:hover .edit-indicator {
    opacity: 1;
}

.funnel-tag {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes highlightCard {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #e3f2fd;  /* Light blue background */
    }
    100% {
        background-color: #fff;
    }
}

.highlight-update {
    animation: highlightCard 1s ease;
}

@keyframes highlightTotals {
    0% {
        color: inherit;
        transform: scale(1);
    }
    50% {
        color: #2196f3;  /* Blue color */
        transform: scale(1.1);
    }
    100% {
        color: inherit;
        transform: scale(1);
    }
}

.highlight-totals {
    animation: highlightTotals 1s ease;
}

.funnel-in-progress {
    background-color: rgba(255, 236, 179, 0.3) !important; /* Light yellow */
}

.funnel-success {
    background-color: rgba(200, 230, 201, 0.3) !important; /* Light green */
}

.funnel-lost {
    background-color: rgba(255, 205, 210, 0.3) !important; /* Light red */
}

#datatables-orders th.funnel-in-progress,
#datatables-orders td.funnel-in-progress,
#datatables-orders th.funnel-success,
#datatables-orders td.funnel-success,
#datatables-orders th.funnel-lost,
#datatables-orders td.funnel-lost {
    position: relative;
}

.table-striped > tbody > tr:nth-of-type(odd) > td.funnel-in-progress {
    background-color: rgba(255, 236, 179, 0.4) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > td.funnel-success {
    background-color: rgba(200, 230, 201, 0.4) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > td.funnel-lost {
    background-color: rgba(255, 205, 210, 0.4) !important;
}

/* Funnel Summary Cards */
.funnel-card {
    border: none;
  }
  
  .funnel-card .card-body {
    border-left: 4px solid transparent;
  }
  
  .funnel-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* In Progress styles */
  .funnel-in-progress .card-body {
    border-left-color: #FFB74D;
  }
  
  .funnel-in-progress .funnel-stat-icon {
    background-color: rgba(255, 183, 77, 0.2);
  }
  
  .funnel-in-progress .funnel-stat-icon i {
    color: #F57C00;
  }
  
  /* Success styles */
  .funnel-success .card-body {
    border-left-color: #66BB6A;
  }
  
  .funnel-success .funnel-stat-icon {
    background-color: rgba(102, 187, 106, 0.2);
  }
  
  .funnel-success .funnel-stat-icon i {
    color: #2E7D32;
  }
  
  /* Lost styles */
  .funnel-lost .card-body {
    border-left-color: #EF5350;
  }
  
  .funnel-lost .funnel-stat-icon {
    background-color: rgba(239, 83, 80, 0.2);
  }
  
  .funnel-lost .funnel-stat-icon i {
    color: #C62828;
  }
  
  /* Common text styles */
  .funnel-card .lead-count {
    font-size: 1.75rem;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  
  .funnel-card .lead-label {
    color: #6c757d;
  }

  .conversation-card-overdue {
    background-color: rgba(244, 199, 199, 0.4) !important; /* Soft red  */
  }
  
  .conversation-card-due-today {
    background-color: rgba(255, 243, 205, 0.4) !important; /* Warm yellow */
  }

  .btn-light.btn-sm .fa-trash {
    color: #dc3545; 
  }
  
  .btn-light.btn-sm:hover .fa-trash {
    color: #bb2d3b;
  }

  .channel-logo {
    border-radius: 4px;
    vertical-align: middle;
  }

  .dashboard-conversation-card {
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .dashboard-conversation-card h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
  }

  .dashboard-funnel-truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dashboard-funnel-tag {
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    border: 1px solid;
    font-size: 0.75rem;
    white-space: nowrap;
  }

  .dashboard-funnel-no-tags {
    color: #6c757d;
    font-size: 0.875rem;
  }

  .dashboard-funnel-status {
    font-size: 0.75rem;
    color: #6c757d;
  }

  .dashboard-conversation-card-overdue {
    border-left: 4px solid #dc3545;
  }

  .dashboard-conversation-card-due-today {
    border-left: 4px solid #ffc107;
  }

  .funnel-container {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    overflow-x: auto;
  }

  .funnel-column {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
  }

  .step-title {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 0;
  }

  .price {
    font-size: 0.875rem;
    color: #6c757d;
  }

  .conversation-cards-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .drag-handle {
    cursor: grab;
    display: inline-block;
    padding: 5px;
  }
  
  .drag-handle:active {
    cursor: grabbing;
  }
  
  .sortable-ghost {
    opacity: 0.4;
    background: #f0f0f0;
  }
  
  .sortable-drag {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  
  .funnel-detail-row {
    transition: background-color 0.2s;
  }
  
  .funnel-detail-row:hover {
    background-color: rgba(0,0,0,0.02);
  }
  
  .position-display {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #666;
  }

  .gd-main-background {
    background-color: var(--gd-main-color);
  }

  /* Notes Event Columns Styling */
  .event-column {
    background-color: rgba(33, 208, 179, 0.05) !important; /* Very light accent color */
    vertical-align: middle !important;
  }

  .event-column.border-start {
    border-left: 2px solid var(--gd-accent-color) !important;
  }

  /* Event column headers */
  th.event-column {
    background-color: rgba(33, 208, 179, 0.1) !important;
    font-weight: 600 !important;
    color: var(--gd-main-color) !important;
  }

  /* Event data styling */
  .event-column small {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .event-column .badge-sm {
    font-size: 0.7rem;
    padding: 0.25em 0.5em;
  }

  /* Visual separation from note data */
  .table td.event-column {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgba(33, 208, 179, 0.3);
  }

  /* Hover effects for event columns */
  .table tbody tr:hover .event-column {
    background-color: rgba(33, 208, 179, 0.08) !important;
  }

  /* Responsive adjustments for event columns */
  @media (max-width: 768px) {
    .event-column {
      font-size: 0.85rem;
    }
    
    .event-column small {
      font-size: 0.75rem;
    }
  }

/* Minimalistic Person Search Styles */

/* Person search results dropdown - Google-style */
.person-search-results {
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  max-height: 200px;
  overflow-y: auto;
}

/* Individual search result items - simple and clean */
.person-search-results .list-group-item {
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  background: white;
}

.person-search-results .list-group-item:hover,
.person-search-results .list-group-item.keyboard-selected {
  background-color: #f5f5f5;
}

/* No results message */
.person-search-results .text-muted {
  color: #666 !important;
  text-align: center;
  padding: 12px;
  font-style: italic;
}

/* Person selection display - minimal */
.person-selection-card {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
}

.person-selection-card .person-name {
  font-weight: 500;
  color: #333;
}

.person-selection-card .person-company {
  color: #666;
  font-size: 13px;
}

/* Simple action buttons */
.person-actions .btn {
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 3px;
}

/* End of Minimalistic Person Search Styles */

 