.tooltip-inner {
    padding: 6px 11px;
    font-size: 14px;
    padding: 16px;
}
.circle-top {
    border: 120px solid #f8816d17;
}
.app-chat-offcanvas {
    transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
}

.cus-info {
    position: relative;
    display: flex;
    margin-left: 20px;
    padding-left: 10px;
}

.cus-info::before {
    content: '';
    border-left: 1px solid #e0e6eb;
    position: absolute;
    left: 0;
    top: -23px;
    bottom: -23px;
}

.cus-info > .chat-menu {
    display: flex;
    align-items: center;
}
.chat-box {
    width: calc(100% - 400px);
}
.app-chat-offcanvas {
    width: 400px;
}

#customerDetails .accordion-button {
    padding: 15px;
}

#customerDetails .accordion-body {
    padding: 15px;
}

.cus-infocard {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cus-infocard h5 {
    margin: 0;
    font-size: 15px;
}

.cus-infocard i {
    font-size: 17px;
    vertical-align: middle;
}

.list-come > li {
    display: flex;
    align-items: flex-start;
}

.list-come > li i {
    margin-top: 4px;
}

.list-come > li .comefrom {
    flex: 1;
}

.list-come > li .comefrom > a {
    margin-bottom: 6px;
    display: flex;
}

.data-grid-container {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    border-radius: 8px;
    white-space: nowrap;
    height: calc(100vh - 290px);
    width: 100%;
    padding-top: 20px;
}

.data-grid-header,
.data-grid-row {
    display: grid;
    grid-template-columns: repeat(24, minmax(170px, 1fr));
}

.data-grid-header {
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 2;
}

.grid-item {
    padding: 14px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e6;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    color: #131317;
}

.data-grid-row:hover .grid-item {
    background-color: #f1f3f4;
}

.data-grid-header .grid-item {
    padding: 14px 10px;
    font-weight: 700;
    color: #62626d;
}

#pills-tabContent:focus-visible,
#pills-tabContent *:focus-visible {
    outline: none !important;
}

#pills-tabContent .row {
    outline: none !important;
}

.traffic-det .card-body {
    padding-inline: 0;
}

.traffic-det .nav-link {
    color: #000;
    font-weight: 600;
}

.traffic-det .nav-pills {
    border-bottom: 1px solid;
    flex: 1;
}

.customer-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #dee2e6;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1050;
    overflow-y: auto;
}

.customer-sidebar.active {
    right: 0;
}

.customer-sidebar .sidebar-header {
    background: #f8f9fa;
}

.traffic-det .cus-info {
    margin-left: 0;
    display: block;
    height: 100%;
    padding: 19px 10px;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.traffic-det .cus-info::before {
    top: 0;
    bottom: 0;
    border-color: #98a5ae;
    display: none;
}

.traffic-list-offcanvas {
    display: flex;
    overflow: hidden;
}

.traffic-offcanvas {
    flex-shrink: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    z-index: 2;
    background-color: var(--bs-card-bg);
    visibility: visible;
    transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    transform: translateX(100%); /* hidden off-screen */
    transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
}

.traffic-list-offcanvas .traffic-offcanvas.active {
    width: 350px;
    transform: translateX(0%); /* hidden off-screen */
    overflow-y: scroll;
    height: calc(100vh - 290px);
}

.data-grid-container {
    width: 100%;
    transition: width 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.traffic-list-offcanvas.active .data-grid-container {
    width: calc(100% - 350px);
}

.traffic-det .card-body {
    padding: 0px;
}
.vis-country {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vis-country img {
    width: 25px;
}

.data-grid-row {
    cursor: pointer;
}

.cusnot-found {
    text-align: center;
    padding: 100px;
}

.agent-container {
    position: relative;
    display: flex;
}


.agent-header {
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.agent-row:hover {
    background: #fafafa;
    cursor: pointer;
}

/* -------- SIDEBAR -------- */
.agent-sidebar {
    width: 300px;
    background: #fff;
    border-left: 1px solid #ddd;
    position: absolute;
    right: -300px;
    top: 0;
    height: 100%;
    padding: 20px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}

.agent-sidebar.active {
    right: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-sidebar {
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.agent-card .agt-status .btn-group .btn {
    border: none;
}

.agent-card .agt-status .dropdown-menu li > a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.dropdown-menu li > a {
    border-radius: 10px;
}

.dropdown-menu {
    padding: 10px;
}

/* Smooth dropdown animation */
.agent-card .dropdown-menu {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.agent-card .dropdown-menu.show {
    display: block;
    opacity: 1;
}

.avatar-initials {
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #6c757d; /* default gray */
    flex-shrink: 0;
}

#agentDetails {
    --bs-offcanvas-width: 400px;
}

#agentDetails .accordion-button,
#agentDetails .accordion-body {
    padding: 15px;
}

.agt-DetailsCard {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.agt-DetailsCard li {
    font-size: 14px;
}

.agt-DetailsCard span {
    color: #131317;
}

.g-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #328dff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}

#detail-groups {
    color: #131317;
}

.agt-performace {
    margin: 0;
}

.agt-performace li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agt-performace li:not(:last-child) {
    margin-bottom: 10px;
}

.agt-performace li span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    color: #131317;
}

.agt-performace li span.value {
    color: #5d87ff;
}

/* hide real select */
.custom-selectoption {
    display: none !important;
}

/* wrapper generated by script */
.selectDropdown {
    position: relative;
    cursor: pointer;
    background: #fff;
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-heading-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #e0e6eb;
    border-radius: 8px;
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* display text */
.selectDropdown > span {
    display: flex;
    user-select: none;
    padding: 10px 16px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

/* dropdown list */
.selectDropdown ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 10;
    padding: 10px;
    margin-top: 6px;
}

/* open class */
.selectDropdown.open ul {
    display: block;
}

/* items */
.selectDropdown ul li a {
    display: flex;
    padding: 10px;
    text-decoration: none;
    color: #000 !important;
    border-radius: 10px;
    transition: all ease 0.3s;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

/* hover */
.selectDropdown ul li a:hover {
    background: #f1f1f1;
}

/* active item */
.selectDropdown ul li.active a {
    background: #e7e7e7;
    color: #000000 !important;
}

#invite-agentmodal .form-group {
    margin-bottom: 10px;
}

.selectDropdown ul li:not(:last-child) {
    margin-bottom: 5px;
}

.selectDropdown > span::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19 9l-7 6l-7-6'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: all ease 0.3s;
}

.selectDropdown.open > span::after {
    transform: rotate(180deg);
}

.selectDropdown ul li a::after {
    content: '';
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12 5 5L20 7'%3E%3C/path%3E%3C/svg%3E");
    background-color: var(--bs-secondary);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: all ease 0.3s;
    opacity: 0;
}

.selectDropdown ul li.active a::after {
    opacity: 1;
}

.invite-agent {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 16px 80px;
    color: #131317;
    cursor: pointer;
    transition: all ease-in-out 0.03s;
}

.invite-agent iconify-icon {
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8db;
    border-radius: 50%;
    font-size: 19px;
    color: #000;
}

.invite-agent:hover {
    background: #fafafa96;
}

.upload-button .profile-pic {
    display: block;
    border-radius: 50%;
}

.upload-button .file-upload {
    display: none;
}
.upload-button.circle {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    transition: all 0.3s;
    /* background: #000; */
    cursor: pointer;
    border: 1px solid #e2e2e4;
    position: relative;
}
.upload-button img {
    max-width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.profile-avatar-details {
    display: flex;
    align-items: center;
    gap: 30px;
}

.profile-avatar-details .profile-name p {
    margin-bottom: 0;
}

.profile-avatar-details.has-image .upload-button {
    background: transparent;
}

.upload-button .profile-initials {
    height: 100%;
    width: 100%;
    margin: 0px;
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.profile-avatar-details .upload-button .status {
    position: absolute;
    top: 0;
    right: 6px;
}

.profile-avatar-details .upload-button .status span {
    padding: 7px;
    border: 3px solid;
}

.avatar-plus {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    box-shadow: #00000014 1px 4px 8px 0px;
}

.quantity-box {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.quantity-box input[type='number'] {
    width: 70px;
    padding: 6px 5px;
    padding-right: 29px;
    text-align: right;
}

.quantity-box .ti {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #e0e6eb;
    background: transparent;
    cursor: pointer;
    padding: 0;
    width: 23px;
    height: 50%;
}

.quantity-box .qty-plus {
    position: absolute;
    right: 0;
    top: 0;
}
.quantity-box .qty-minus {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e0e6eb;
}

.quantity-box input[type='number']::-webkit-inner-spin-button,
.quantity-box input[type='number']::-webkit-outer-spin-button {
    opacity: 0;
    display: none;
}

.form-group.chatbox label {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}

.form-group.chatbox label span {
    display: flex;
}
.profileEditForm .row {
    margin-bottom: 30px;
}

.profileEditForm .title {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeef;
    padding-bottom: 6px;
    font-size: 18px;
}

.profileEditForm .row:last-child {
    margin-bottom: 0;
}

.cus-header,
.cus-row-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.cus-header {
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 20px;
}
.agent-row:hover {
    background: #fafafa;
    cursor: pointer;
}

.cus-row-items > div {
    color: #131317;
}

.cus-header > div {
    color: #626289;
}

.plusModalbtn {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    color: #131317;
    cursor: pointer;
    transition: all ease-in-out 0.03s;
    border-bottom: 1px solid #eee;
}

.plusModalbtn iconify-icon {
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8db;
    border-radius: 50%;
    font-size: 19px;
    color: #000;
}

.shortcut-tabs {
    margin-top: 30px;
}

.shortcut-tabs .nav-tabs {
    border: 1px solid #ccc;
    padding: 5px;
    gap: 5px;
    --bs-nav-tabs-link-active-bg: #eeeeef;
}

.shortcut-tabs .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #1a1317;
    padding: 8px 16px;
    line-height: normal;
}

.shortcut-tabs .nav-tabs .nav-link:hover {
    background-color: var(--bs-nav-tabs-link-active-bg);
}

.shortcut-tab .total-shortcut {
    padding: 7px 28px;
    background-color: #eeeeef;
    color: var(--content-basic-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1px;
    border-radius: 4px;
}

.shortcut-lists {
}

.shortcut-list {
    position: relative;
    padding: 16px 18px 20px;
    border-bottom: 1px solid #e5e5e6;
    transition: all ease 0.3s;
    color: var(--content-basic-primary);
}

.shortcut-list:hover {
    background: #f5f5f5;
}

.shortcut-list .hastag-short {
    display: inline-flex;
    padding: 6px 11px;
    border: 1px solid #eeeeef;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #131317;
    font-weight: 600;
    background: #fff;
}

.shortcut-info > p {
    margin-bottom: 0;
}

.shortcut-info {
    font-size: 13px;
}

.shortcut-placeholder {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.shortcut-textarea {
    position: relative;
}

.shortcut-placeholder button {
    border: none;
    padding: 5px 10px;
    background: transparent;
    border-radius: 6px;
    transition: all ease 0.3s;
}

.shortcut-placeholder button:after {
    display: none;
}

.shortcut-placeholder button iconify-icon {
    font-size: 12px;
}

.shortcut-placeholder button:hover {
    background: #e6e6e6;
}

.short-btns {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all ease 0.3s;
    opacity: 0;
}

.shortcut-list:hover .short-btns {
    opacity: 1;
}

.cuscheckbox {
    position: relative;
    text-align: center;
}

.cuscheckbox label {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(188, 198, 208);
    transition: all ease 0.3s;
    cursor: pointer;
}

.cuscheckbox input[type='radio'] {
    position: absolute;
    left: -9999px;
}

.cuscheckbox input[type='radio']:checked + label {
    border-color: var(--bs-primary);
}

.cuscheckbox label iconify-icon {
    font-size: 24px;
    color: #62626d;
}

.cuscheckbox label::before {
    content: '\ea5e';
    position: absolute;
    font-family: 'tabler-icons' !important;
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    transform: scale(0);
}

.cuscheckbox input[type='radio']:checked + label::before {
    transform: none;
}

.cuscheckboxlist {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.color-swatch {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    vertical-align: top;
}

.picker-row {
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.widgetOption {
    padding-left: 20px;
}

.widgetOption > div {
    margin-bottom: 20px;
}

#chatCustomize {
    border-radius: 0;
}

#chatCustomize h5 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
}

#chatCustomize .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

#chatCustomize .accordion-item {
    border: 1px solid #e5e5e6;
    border-radius: 5px;
    transition: all ease 0.3s;
}

#chatCustomize .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 17px;
    font-weight: 600;
}

.cuscheckbox label i {
    font-size: 21px;
}

#chatCustomize .accordion-item:hover,
#chatCustomize .accordion-item:active {
    border-color: #1744a2;
}

#chatCustomize .accordion-item .accordion-button::after {
    mask-image: var(--bs-accordion-btn-icon);
    /* Optional: Adjust mask properties */
    background-color: #000000; /* Color of the masked area */
}

.form-switch.custom-switch-lg {
    min-height: 2.013em;
}

.form-switch.custom-switch-lg .form-check-input {
    width: 3.413em;
    height: 1.813em;
    cursor: pointer;
}

.twakslist {
    max-width: 500px;
}

#chatTweaks .widgetOption {
    padding-left: 0;
}

.twakslist li {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 9px 10px 9px 6px;
    border-bottom: 1px solid rgb(238, 240, 242);
    color: rgb(66, 77, 87);
    gap: 10px;
}

.twakslist li .file-upload {
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid;
}

.twakslist li .twakLabel {
    flex: 1;
}

.preview-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px 0;
    background: transparent;
    border: none;
}

.preview-simulation {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 660px;
}

.preview-simulation #chat-widget-container {
    position: absolute;
}

.preview-card #chat-popup {
    height: 560px;
}

.left-panel {
    max-height: 76vh;
    overflow: auto;
}

.eyecatcher {
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.eye-catcher-list img.selected {
    border-color: #3784e0;
}

.eye-catcher-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.eye-catcher-list img {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    height: 300px;
    width: 244px;
    object-fit: scale-down;
    cursor: pointer;
    transition: all ease 0.3s;
}

.sidebar-item .has-arrow-submenu.toggle-arrow {
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0, 0, 0, 255)'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-color: #000000;
    transition: all ease 0.3s;
}

.sidebar-item .has-arrow-submenu.toggle-arrow.active {
    transform: rotate(180deg);
}

.sidebar-item.active .has-arrow-submenu.toggle-arrow {
    background-color: #ffffff;
}

.sidebar-link.active .has-arrow-submenu.toggle-arrow {
    background-color: #fff;
}

/*  */

/* form-builder.css - styles for Post-chat Form Builder */
.postchat-builder-root {
    font-family: Inter, system-ui, Arial;
    margin-top: 6px;
}

/* Builder layout */
.postchat-builder-root .builder-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.postchat-builder-root .builder-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.postchat-builder-root .builder-controls .add-field-btn {
}
.postchat-builder-root .builder-controls .add-field-btn:hover {
}

.form-builder {
    margin-block: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Field item */
.field-wrapper {
    background: #fff;
    border: 1px solid #e9edf2;
    padding: 12px;
    border-radius: 10px;
    cursor: grab;
    box-shadow: #00000000 0 0 15px;
}
.field-wrapper.dragging {
    opacity: 0.6;
    transform: scale(0.995);
    box-shadow: #00000024 0 0 15px;
}
.field-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.field-head h4 {
    margin: 0;
    font-size: 13px;
}
.field-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Buttons */
.small-btn {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #e6e9ef;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}
.small-btn.danger {
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

/* Inputs */
.form-field {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Options rows */
.options-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}
.option-row {
    display: flex;
    gap: 8px;
    align-items: center;
}
.option-row input {
    flex: 1;
}

/* Preview styles - will inherit your chat variables for a matching look */
#postchat-preview {
    width: 100%;
    max-width: 420px;
    margin: 12px 0;
}

/* Use your chat css variables if present, otherwise defaults */
:root {
    --primary-color: #2b60d0;
    --bubble-user-bg: var(--primary-color);
    --bubble-user-text: #fff;
    --popup-bg: #fff;
    --popup-text: #111827;
    --bubble-bot-bg: #fff;
    --bubble-bot-text: #111827;
}

/* Preview frame (small phone-like card) */
.postchat-preview-frame {
    border-radius: 12px;
    background: var(--popup-bg);
}

/* Preview fields */
.preview-field {
    background: var(--bubble-bot-bg);
    color: var(--bubble-bot-text);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.preview-field.user-like {
    background: var(--bubble-user-bg);
    color: var(--bubble-user-text);
    align-self: flex-end;
}

/* Labels & inputs inside preview */
.preview-field .label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--popup-text);
}

/* Rating icons */
.rating-icons {
    font-size: 20px;
    display: flex;
    gap: 0;
    align-items: center;
}

/* Small helpers */
.note {
    font-size: 13px;
    color: #9ca3af;
    margin-left: 8px;
}

button.small-btn.danger.deletebtn {
    font-size: 15px;
    padding: 4px 6px;
    border-color: transparent;
    transition: all ease 0.3s;
}

button.small-btn.danger.deletebtn:hover {
    background-color: #f3f3f3;
}

.field-wrapper .form-control {
    padding: 8px 10px;
}

.postchat-preview-frame .form-control {
    padding: 8px 10px;
}

.rating-btn {
    font-size: 15px;
    padding: 4px 6px;
    border-color: transparent;
    transition: all ease 0.3s;
    background: transparent;
    border-radius: 8px;
}

.rating-btn:hover {
    background-color: #f3f3f3;
}

/* Print */

/* Table Styling */
.invoice-table-card {
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    overflow: hidden;
}

.invoice-table-card .card-header {
    background: white;
    border-bottom: 1px solid var(--gray-200);
    padding: 1.5rem;
}

.search-filter-section {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.search-box {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.search-box input {
    padding-left: 2.5rem;
    border-radius: 10px;
    border: 1px solid var(--gray-300);
    height: 44px;
}

.search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-600);
}

.filter-select {
    border-radius: 10px;
    border: 1px solid var(--gray-300);
    height: 44px;
    padding: 0 1rem;
    min-width: 150px;
}

.modern-table {
    margin-bottom: 0;
}

.modern-table thead {
    background: var(--gray-50);
}

.modern-table thead th {
    border-bottom: 2px solid var(--gray-200);
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray-700);
}

.modern-table tbody tr {
    border-bottom: 1px solid var(--gray-200);
    transition: all 0.2s ease;
}

.modern-table tbody tr:hover {
    background: var(--gray-50);
}

.modern-table tbody td {
    padding: 1.25rem;
    vertical-align: middle;
    color: var(--gray-800);
}

/* Status Badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    position: relative;
}

.status-badge.paid {
    background: #d1fae5;
    color: #065f46;
    position: relative;
}

.status-badge.pending {
    background: #fef3c7;
    color: #92400e;
}

.status-badge.overdue {
    background: #fee2e2;
    color: #991b1b;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-badge.paid .status-dot {
    background: #059669;
}

.status-badge.pending .status-dot {
    background: #d97706;
}

.status-badge.overdue .status-dot {
    background: #dc2626;
}

/* Action Buttons */
.action-btn {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-view {
    background: var(--bs-primary);
    color: white;
}

.btn-view:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* Invoice Modal */
.invoice-modal .modal-dialog {
    max-width: 1000px;
}

.invoice-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-header-custom {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    padding: 1.5rem 2rem;
    border-radius: 16px 16px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-actions {
    display: flex;
    gap: 0.75rem;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* Invoice Preview */
@page {
    size: A4;
    margin: 0;
}

.invoice-modal .modal-body {
    padding: 0px 30px;
}
.invoice-wrapper {
    width: 100%;
}

/* Header */
.header-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.company-title {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.detail-box {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
}

/* Section Titles */
.section-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}

/* Invoice Items */
.items-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.items-table th {
    background: #fbfbfb;
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.items-table td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

/* Totals */
.total-table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.total-table td {
    padding: 6px;
    font-size: 12px;
}

.total-label {
    text-align: right;
    width: 85%;
}

.total-value {
    text-align: right;
    font-weight: bold;
}

/* Footer */
.invoice-footer {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 11px;
}

.invoice-modal .modal-body th,
.invoice-modal .modal-body td {
    color: #000;
}

.invoice-modal .modal-body .invoice-footer {
    color: #100;
    font-size: 13px;
}

.invoice-modal .modal-body .invoice-footer strong {
    font-size: 19px;
}

/* Package Plan */

.pricing-plan {
    padding-top: 30px;
}

.pricing-plan .card-body {
    padding: 24px 20px 33px;
}

.pricing-plan h1 {
    font-size: 22px;
    color: #fd852b;
    margin-bottom: 20px;
}

.pricing-plan small {
    color: #ccc;
}

.pricing-plan .plan-list {
    position: relative;
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
}

.pricing-plan .plan-list h4 {
    font-size: 21px;
}

.pricing-plan .plan-list .recommended-badge {
    position: absolute;
    top: -50px;
    color: #000;
    right: 0;
    padding: 0 20px;
}

.pricing-plan h1 small {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.pricing-plan .plan-list .card-title + p {
    min-height: 50px;
}

.pricing-plan .btn {
    width: 100%;
    margin-bottom: 20px;
}

.plan-list .feature-list {
    padding-top: 16px;
    border-top: 1px solid #ccc;
}

.plan-list .feature-list h6 {
    font-weight: 400;
    margin-bottom: 15px;
}

.plan-list .feature-list .subscription-features {
    margin: 0;
}

.subscription-features li {
    color: #000;
}

.subscription-features li i {
    margin-right: 5px;
}

.subscription-features li:not(:last-child) {
    margin-bottom: 10px;
}

.subscription-features .text-color {
    background: linear-gradient(90deg, rgba(254, 142, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pg-subscription .alert {
    color: #fff;
    gap: 5px;
    --bs-danger-bg-subtle: #ff6969;
    --bs-danger-border-subtle: #ff6969;
}

.pricing-plan .plan-list .recommended-badge strong {
    display: block;
}

.pricing-plan .plan-list .recommended-badge::before {
    content: '\ea7e';
    position: absolute;
    font-family: 'tabler-icons' !important;
    font-size: 38px;
    left: -20px;
    color: var(--bs-primary);
}

.pricing-plan .plan-list h4 .badge {
    margin-left: 25px;
    font-size: 10px;
    padding: 5px 10px;
    vertical-align: middle;
}

.pricing-plan .plan-list .card-text {
    color: #000;
}

.plan-list .card {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.plan-list.recommended-choice .card,
.plan-list.my-plan .card {
    border-color: var(--bs-primary);
}

/* Chat Install Css */
.widget-header {
    margin-bottom: 20px;
}

.header-title {
    font-size: 2rem; /* Prominent title */
    font-weight: 800; /* Extra bold */
    color: #0d1e4c; /* Deep Navy Blue for sophistication */
    margin-bottom: 8px;
}

.install-options-card .status-badge {
    border-radius: 20px;
    padding: 0.4em 0.9em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 30px;
}

/* --- Alert Styling --- */
.domain-security-alert {
    background-color: #e3f2fd;
    color: #1e88e5; /* Stronger blue than default */
    border: 1px solid #bbdefb;
    border-radius: 10px;
    font-size: 0.9rem;
    padding: 18px 25px; /* More padding in alert */
    margin-bottom: 20px;
}

/* --- Manual Install Module Styling --- */
.manual-install-module {
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #e5e5e6;
}

.module-icon-container {
    background-color: #f4ebec;
    border-radius: 50%; /* Circular icon container */
    padding: 15px; /* More padding */
    border: 1px solid #f4ebec; /* Thick, soft blue border */
    line-height: 1;
    transition: transform 0.3s ease;
}

.manual-install-module:hover .module-icon-container {
    transform: scale(1.05); /* Interactive hover effect */
}

.module-icon {
    width: 26px; /* Larger, dominant icon */
    height: 26px;
    color: var(--bs-primary);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #212529;
}

/* --- Code Snippet Styling --- */

.code-snippet-area {
    background-color: #f4f6f8; /* Darker, more serious background */
    border: 1px solid #dfe3e7;
    border-radius: 8px;
    font-family: 'Inconsolata', monospace; /* High-quality code font */
    font-size: 0.85rem;
    color: #343a40;
    padding: 20px;
    line-height: 1.7;
}

.copy-code-btn {
    background-color: var(--bs-primary); /* Dark, professional button */
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 0.75rem;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s, transform 0.2s;
    position: absolute;
    right: 0;
    top: -70px;
}

.copy-code-btn:hover {
    background-color: #fd852b;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* --- Help Action Buttons Styling --- */
.module-footer {
    padding-top: 30px;
}

.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 15px;
}

.help-action-btn {
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    /* Thicker border */
}

/* --- Integrations Accordion Styling (Other Ways) --- */
.integrations-header {
    font-size: 0.8rem;
    font-weight: 800; /* Extra bold for clear section break */
    color: #495057;
    margin-top: 60px;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.integration-button {
    /* Maximum click target and space */
    font-weight: 600;
    background-color: #ffffff;
    color: #212529;
    transition: background-color 0.2s, border-left 0.2s, color 0.2s;
}

.install-action-btn,
.connect-action-btn {
    font-size: 0.95rem;
    font-weight: 700;
    position: absolute;
    right: 20px;
}

.integration-body {
    padding: 25px 30px;
    position: relative;
}

.integration-description {
    font-size: 0.9rem;
    color: #6c757d;
}

.module-header {
    gap: 15px;
    margin-bottom: 30px;
}

.module-step-description {
    margin-bottom: 0;
}

.help-action-group {
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.help-action-group .btn {
    flex: 1;
    padding: 10px 10px;
    justify-content: center;
    --bs-btn-color: #131317;
    --bs-btn-border-color: #131317;
    gap: 10px;
}

.help-action-group .btn iconify-icon {
    font-size: 19px;
}

.integrations-accordion:not(:last-child) {
    margin-bottom: 20px;
}

/* --- Trusted Domains Specific Styling --- */

/* --- Card & Intro --- */
.trusted-domains-card {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    padding: 30px;
}

.intro-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d1e4c;
    margin-bottom: 8px;
}

.intro-description {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 0;
}

.management-heading {
    font-size: 1.15rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
}

/* --- Tabs Styling --- */
.domain-tabs {
    border-bottom: 1px solid #e9ecef; /* Clean, noticeable separator */
    --bs-border-radius-sm: 0;
}

.tab-button {
    font-weight: 600;
    color: #6c757d;
    padding: 10px 15px;
    border: none;
    transition: all 0.2s;
}

.nav-tabs .tab-button.active {
    font-weight: 700;
}

.tab-count {
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.75rem;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    padding: 0.3em 0.6em;
}

/* --- Input Form --- */
.input-form-container {
    padding-top: 5px;
}

.domain-input {
    max-width: 350px;
    padding: 10px 15px;
    transition: border-color 0.2s;
}

/* --- Domain Table Styling --- */
.domain-table-container {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden; /* Ensures border radius applies to table children */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.domain-table {
    margin-bottom: 0;
}

.domain-table-head th {
    font-weight: 700;
    color: #6c757d;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    font-size: 0.8rem;
    padding: 12px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.domain-row td {
    padding: 12px 15px;
    border-color: #f0f0f0;
    font-size: 0.9rem;
}

.domain-name {
    color: #0d1e4c !important; /* Matches main heading color */
    font-weight: 600;
}

.delete-btn {
    color: #ffffff;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
}

.delete-btn:hover {
    color: #fff !important;
    transform: scale(1.1);
    background: #c82333 !important;
    border-color: #c82333;
}

.nav-tabs .tab-button {
    border-radius: 6px;
}



/* Account Details Css */

/* --- Global Body & Header Spacing --- */
.pg-acc-details .header-card {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    /* Custom spacing for the header */
}

.pg-acc-details .header-title-tld {
    margin-bottom: 0; /* Remove mb-4/mb-sm-0 */
}

@media (max-width: 575.98px) {
    .pg-acc-details .header-title-tld {
        margin-bottom: 1rem;
    }
}

.pg-acc-details .header-nav-wrapper {
    margin-left: auto; /* Replaces ms-auto */
}

.pg-acc-details .status-badge-tld {
    font-size: 0.8rem; /* Replaces fs-2 */
    font-weight: 500; /* Replaces fw-medium */
}

.acc-details-card {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f3f3;
}

.pg-acc-details .details-layout-row {
    padding: 25px; /* Internal padding for the row content */
}

.pg-acc-details .details-module-card {
    border-radius: 10px;
    border: 1px solid #e9ecef;
    box-shadow: none;
    transition: box-shadow 0.3s;
    margin-bottom: 0;
}

.pg-acc-details .module-heading {
    font-weight: 700;
    font-size: 1.1rem;
    color: #212529;
    margin-bottom: 20px;
}

.pg-acc-details .module-heading.modal-title {
    margin-bottom: 0;
}

.pg-acc-details .module-icon {
    font-size: 27px;
    color: #010101;
    width: auto;
    height: auto;
}

.pg-acc-details .detail-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.pg-acc-details .detail-item {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d; /* Default text muted style */
}

.pg-acc-details .detail-list .domain-name {
    color: #007bff; /* Primary link color for domain */
    font-weight: 600;
}

.pg-acc-details .owner-info-block {
    margin-bottom: 20px; /* Replaces mb-3 */
    gap: 10px;
}

.pg-acc-details .owner-avatar {
    width: 48px;
    height: 48px;
    background-color: #4CAF50;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
     /* Replaces me-3 */
}

.pg-acc-details .owner-name {
    font-size: 1rem;
    color: #0d1e4c;
    font-weight: 600; /* Replaces fw-bold */
    margin-bottom: 0; /* Replaces mb-0 */
}

.pg-acc-details .owner-email {
    font-size: 0.8rem; /* Replaces small */
    color: #6c757d; /* Replaces text-muted */
    margin-bottom: 0; /* Replaces mb-0 */
}

.pg-acc-details .change-owner-btn {
    border-radius: 6px;
    font-size: 0.85rem;
    padding: 6px 12px;
    margin-top: 15px; /* Custom margin */
    font-weight: 500;
}

/* --- Payment Card (Visuals) --- */
.pg-acc-details .payment-card-visual-dark {
    background: linear-gradient(135deg, #d32f2f 0%, #ff7043 100%);
    border: none;
    min-height: 150px; 
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.4);
}

.pg-acc-details .payment-card-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px !important; /* Replaces p-3 */
}

.pg-acc-details .card-heading-white {
    color: #ffffff !important; /* Replaces text-white */
    margin-bottom: 0;
}

/* Typography override for card details */
.pg-acc-details .payment-card-visual-dark .card-number-text {
    color: #ffffff !important;
    font-weight: 600; /* Replaces fw-bold */
    margin-bottom: 0;
}

.pg-acc-details .payment-card-visual-dark .card-expiry-text {
    font-size: 0.8rem; /* Replaces small */
    color: #ffffff !important;
    margin-bottom: 0;
}


.pg-acc-details .edit-card-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff; /* Replaces text-white */
    font-weight: 600; /* Replaces fw-semibold */
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.8rem;
}

/* Responsive visibility */
@media (min-width: 992px) {
    .pg-acc-details .payment-col-mobile { display: none; }
}
@media (max-width: 991.98px) {
    .pg-acc-details .payment-col-desktop { display: none; }
}


/* --- Warning Alerts --- */
.pg-acc-details .company-warning-alert, .invoice-warning-alert {
    margin-top: 20px; /* Replaces mt-4 */
    margin-bottom: 0;
}

.pg-acc-details .pg-acc-details .alert-warning {
    background-color: #fff9e6; 
    border: 1px solid #ffeb3b;
    color: #333;
    padding: 15px;
    border-radius: 8px;
}

.pg-acc-details .alert-heading {
    font-size: 0.95rem;
    color: #5d4037;
    font-weight: 600; /* Replaces fw-semibold */
    margin-bottom: 5px;
}

.pg-acc-details .alert-text {
    font-size: 0.85rem; /* Replaces small */
    color: #6d4c41;
    margin-bottom: 10px; /* Replaces mb-2 */
}

.pg-acc-details .add-details-btn {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 6px;
}

/* --- Cancellation Section --- */
.pg-acc-details .cancellation-section {
    padding: 0 25px 30px;
    margin-top: 0; /* Replaces mt-5 */
    padding-top: 30px; /* Replaces pt-4 */
    border-top: 1px solid #f0f0f0;
}

.pg-acc-details .more-options-link {
    font-size: 0.9rem;
    color: #007bff;
    font-weight: 600; /* Replaces fw-semibold */
    cursor: pointer;
    padding-top: 0;
    margin-bottom: 15px;
}

.pg-acc-details .cancel-heading {
    font-size: 1rem;
    color: #343a40;
    font-weight: 600; /* Replaces fw-semibold */
    margin-bottom: 5px;
}

.pg-acc-details .cancel-text {
    font-size: 0.85rem; /* Replaces small */
    color: #6c757d; /* Replaces text-muted */
    margin-bottom: 15px;
}

.pg-acc-details .change-link {
    color: #007bff;
    font-weight: 600; /* Replaces fw-semibold */
    text-decoration: underline;
}

.pg-acc-details .continue-cancel-link {
    font-size: 0.9rem;
    color: #dc3545;
    font-weight: 600; /* Replaces fw-semibold */
    text-decoration: underline;
}


/* --- Modal Specific Styling (Elite Professional) --- */

.pg-acc-details .professional-modal-content {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); 
}

.pg-acc-details .professional-modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 15px;
}

.pg-acc-details .modal-close-btn {
    color: #495057;
    font-size: 1rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.pg-acc-details .modal-close-btn:hover {
    opacity: 1;
}

.pg-acc-details .modal-body {
    padding: 15px;
}

.pg-acc-details .modal-card-visual {
    margin-bottom: 20px; /* Custom margin to separate card from form */
}

.pg-acc-details .form-group {
    margin-bottom: 15px; /* Custom margin for form groups */
}

.pg-acc-details .modal-form-row {
    /* margin-bottom: 15px; */ /* Custom margin for form rows */
}

.pg-acc-details .modal-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #343a40;
    margin-bottom: 5px;
}

.pg-acc-details .modal-input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    transition: border-color 0.2s;
}

.pg-acc-details .professional-modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 20px 25px;
}

.pg-acc-details .details-module-card .card-body {
    padding: 15px;
}

.pg-agent .card-body .table-responsive {
    padding: 0 20px 30px;
    overflow: visible;
}

.card-body .table-responsive  .dataTables_filter {
    display: none;
}

#addAgentForm {
    width: 100%;
}

#trafficCustomerDetails {
    --bs-accordion-btn-padding-y: 20px;
    --bs-accordion-btn-padding-x: 20px;
}

.list-come > li:not(:last-child) {
    margin-bottom: 15px;
}

.emoji-picker-container {
    position: absolute;
    bottom: 70px;
    right: 20px;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: #0000000a 0 0 15px;
    padding: 10px;
    background: #fff;
    display: none;
}

.emoji-picker-container > div {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap:4px;
}

.emoji-picker-container > div .emoji-item {
    font-size: 20px;
    padding: 3px;
    cursor: pointer;
    background: #fff;
    transition: all ease 0.3s;
    border-radius: 5px;
}

.emoji-picker-container > div .emoji-item:hover {
    background: #ecececbd;
}

.emoji-picker-container.active {
    display: block;
}

.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Eye catcher options */
.eye-catcher-list {
    display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
}
.eye-option {
    width: 64px; height: 64px; border: 2px solid transparent;
    border-radius: 8px; cursor: pointer; transition: all .15s;
    object-fit: contain; padding: 4px; background: #fff;
}
.eye-option:hover { border-color: #2366ff; }
.eye-option.selected {
    border-color: #2366ff;
    box-shadow: 0 0 0 2px rgba(35,102,255,.3);
}
.eye-option-none, .eye-option-custom {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    background: #f9fafb; border: 2px dashed #d1d5db;
}
.eye-option-none.selected, .eye-option-custom.selected {
    border-color: #2366ff; border-style: solid;
}
.eye-option.eye-option-none {
    flex: 1 auto;
}

#eye-custom-upload {flex: 85%;}
#eye-custom-preview {
    flex: 100%;
}