/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Oxygen:wght@300;400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --box-shadow-color: rgba(0, 0, 0, 0.5); /* Default box shadow color */
}
html, body{
    min-height: 100%;
}
#root {
     height: calc(100% - 1px);
 }
html,
  body{
      min-height: 100% !important;
      width: 100% !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 16px !important;
      font-family: "Poppins", "Source Sans Pro", "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  }
body {
    color: #3e3e3e;
    background: #f1f2f7;
    padding: 0px !important;
    margin: 0px !important;
}

.archivo {
    font-family: "Archivo Black", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.work-sans-regular {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.big-input-field {
    width: 100%;
    padding: 20px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #CDCDCD;
    color: #777777;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 19px;
    background: #ffffff69;
    outline: none !important;
}


/*advanced table*/

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length,.adv-table .dataTables_filter {
    padding: 15px 0;
}



/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}

/*  My Default Setting */

.box{
    border:0;
}

.box-header {
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    background: #00bcd4;
}
.box-body{
    padding: 20px;
}
.my-form-body{
    margin: 0 auto;
    width: 70%;
    padding-top: 40px;
}
label{
    font-weight: 500;
}
.form-control {
    border-radius: 4px;
}

.flash-msg {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
}

/*advanced form*/

.form-body {
    padding: 20px;
}



.panel-heading{
	margin-bottom:10px;
}

.form-box{
    position: relative;
    background: #ffffff;
    max-width: 375px;
    width: 100%;
    border-top: 5px solid #33b5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.margin-all-10{
    margin: 10px !important;
}
.pad-all-10{
    padding: 10px !important;
}
.pr-r-20{
    position: relative;
    right: 20px;
}
.pr-t-100{
    position: relative;
    top: 10px;
}
.pr-t-20{
    position: relative;
    top: 20px;
}
.pad-tb-10-rl-20{
    padding: 10px 20px;

}
.btn-primary {
    background-color: #e7551e !important;
    border-color: #e7551e !important;
    color: #ffffff;
}
.form-box {
    border-top: 5px solid #e7551e !important;
}
body {
    min-height: 100vh !important; /* Prevent footer overlap while allowing content to grow */
    margin: 0;
    background: linear-gradient(135deg, #e8faff, #feb47b) !important;
    background-attachment: fixed; /* Optional: Makes the gradient fixed on scroll */
}
.eye-icon {
    position: absolute;
    top: 0px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    right: 0px;
}
.note-divisions h3
{
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 2px dotted;
    background: #89c8ff;
    padding: 5px;
}
.note-divisions p
{
    font-size: 16px;
    padding-left: 5px;
}
.orange-header{
    background: linear-gradient(45deg, #ff6a00, #ee0979) !important;
    color: #fff;
    height: 48px;
}
.mdl-close-btn {
    margin-top: -2px;
    position: relative;
    top: -20px;
}
#main-grid-wrap{
    position: relative;
    display: flow-root; /* contain floated columns and auto-expand height */
    min-height: 1px;    /* ensure non-zero height */
    padding-bottom: 40px; /* spacing above footer */
}
.wizard-wrapper{
    background-color: #ecf0f5b5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 600;
    top: 0px;
    left: 0px;
    display: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
}

#settings-wrapper-main{
    background-color: #ecf0f5 !important;
    overflow-y: auto;
    overflow-x: hidden;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#settings-wrapper-main .wizard-body{
    margin-top: 20px;
    padding: 0 10px 26px;
}

/* Subscription tab only */
#settings-wrapper-main #subscription{
    padding: 10px 0 24px;
}

.settings-subscription-wrap{
    width: 100%;
}

.settings-subscription-panel{
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 18px 20px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: linear-gradient(180deg, #f9fbff 0%, #f2f6fc 100%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.settings-plans-container{
    margin-top: 6px;
}

.settings-plans-error{
    color: #b91c1c;
    margin-top: 10px;
}
.exit-wizard, .exit-lead-wizard, .exit-settings-wizard, .exit-ai-tag-wizard{
    position: relative;
    top: 12px;
    right: 17px;
}
.wizard-heading{
    padding-left: 20px ;
}
#sequence-list, #sequence-settings{
    background: transparent !important;
}
#sequence-settings{
    border: none !important;
    border-radius: 0 !important;
}
#sequence-list{
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 70vh;
}
.sequence-item {
    padding: 14px 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.sequence-item.active {
    background-color: #1e282c;
    color: #fff;
    padding: 14px 10px;
    border-radius: 25px;
}
.btn-default {
    /*background: linear-gradient(0deg, #d50f0f, #f64e10) !important;*/
    background: linear-gradient(0deg, #10c0f6, #48a9ff) !important;
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe !important;
    text-shadow: 0px 0px 8px #000 !important;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    border-radius: 8px !important;
    --box-shadow-color: #dfdfdf;
}

.btn-outline-dark{
    background: linear-gradient(0deg, #48a9ff, #10c0f6) !important;
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe !important;
    text-shadow: 0px 0px 8px #000 !important;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    border-radius: 8px !important;
    --box-shadow-color: #dfdfdf;
}

.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
    background: linear-gradient(0deg, #10c0f6, #48a9ff) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 15px #dfdfdf;
    --box-shadow-color: #dfdfdf;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    /*background: linear-gradient(0deg, #f64e10, #d50f0f) !important;*/
    background: linear-gradient(0deg, #10c0f6, #48a9ff) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 15px #dfdfdf;
    --box-shadow-color: #dfdfdf;
}

.btn-outline-dark span, .btn-outline-dark i {
    color: #fff !important;
}


.btn-secondary {
    background: linear-gradient(0deg, #6b6666, #b9b6b4) !important;
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe !important;
    text-shadow: 0px 0px 8px #000 !important;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    border-radius: 8px !important;
    --box-shadow-color: #dfdfdf;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: linear-gradient(0deg, #6b6666, #b9b6b4) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 15px #dfdfdf;
    --box-shadow-color: #dfdfdf;
}
.btn-primary {
    /*background: linear-gradient(0deg, #0d337c, #4fade6) !important;*/
    background: linear-gradient(45deg, #ff6a00, #ee0979) !important;
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe !important;
    text-shadow: 0px 0px 8px #000 !important;
    transition: background 0.3s ease,background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    transform: rotate(0deg);
    border-radius: 8px !important;
    --box-shadow-color: #eca2c6;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: linear-gradient(0deg, #ff6a00, #ee0979) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 15px #eca2c6;
    --box-shadow-color: #eca2c6;
}

.btn-success {
    background: linear-gradient(0deg, #42b960, #02aa92) !important;
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe  !important;;
    border-radius: 8px !important;
    text-shadow: 0px 0px 8px #000;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease  !important;
    --box-shadow-color: #3ae054;
}

.btn-success:hover,.btn-success:active, .btn-success:focus  {
    background: linear-gradient(0deg, #42b960, #02aa92)  !important;;
    color: #ffffff  !important;;
    box-shadow: 0px 0px 15px #3ae054  !important;
    --box-shadow-color: #3ae054;
}

.btn-danger {
    background: linear-gradient(0deg, #c20f0f, #b51616) !important;
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe  !important;;
    border-radius: 8px !important;
    text-shadow: 0px 0px 8px #000;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease  !important;;
    --box-shadow-color: #e03a3a;
}

.btn-danger:hover,.btn-danger:active, .btn-danger:focus  {
    background: linear-gradient(0deg, #c20f0f, #b51616) !important;
    color: #ffffff  !important;;
    box-shadow: 0px 0px 15px #e03a3a  !important;;
    --box-shadow-color: #e03a3a;
}

.btn-big {
    padding: 17px;
    font-size: 22px !important;
}
.btn-med {
    padding: 12px;
    font-size: 17px !important;
}
.btn-small {
    padding: 5px;
    font-size: 14px !important;
}

#exit-sequence {
    padding: 17px;
    background: linear-gradient(0deg, #1b5e15, #3ae054);
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe;
    border-radius: 8px !important;
    font-size: 22px !important;
    text-shadow: 0px 0px 8px #000;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}


#preview-sequence {
    padding: 17px;
    background: linear-gradient(0deg, #f64e10, #e8975b);
    border: 2px solid #d9eaed78 !important;
    color: #fcfdfe;
    border-radius: 8px !important;
    font-size: 22px !important;
    text-shadow: 0px 0px 8px #000;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

#preview-sequence:hover {
    background: linear-gradient(0deg, #e8975b, #f64e10);
    color: #ffffff;
    box-shadow: 0px 0px 15px #e8975b;
}

.delete-sequence {
    position: relative;
    top: -4px;
    border-radius: 25px !important;
}


/* TinyMce */
/* For other boilerplate styles, see: https://www.tiny.cloud/docs/tinymce/7/editor-content-css/ */
/*
* For rendering images inserted using the image plugin.
* Includes image captions using the HTML5 figure element.
*/

.tox-tinymce {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

/*
 Alignment using classes rather than inline styles
 check out the "formats" option
*/

img.align-left {
    float: left;
}

img.align-right {
    float: right;
}

/* Basic styles for Table of Contents plugin (tableofcontents) */
.mce-toc {
    border: 1px solid gray;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc li {
    list-style-type: none;
}
/* End TinyMce */

/* Container for the toggle */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 8px;
}

/* Hide the default checkbox */
.toggle-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.toggle-label {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 50px;
    transition: background-color 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.toggle-label::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    top: 3px;
    left: 3px;
    transition: transform 0.3s;
}

/* When checked, change background and move the circle */
.toggle-checkbox:checked + .toggle-label {
    background-color: #f64e10;
}

.toggle-checkbox:checked + .toggle-label::before {
    transform: translateX(24px); /* Adjust this value based on the width of the switch */
}
.sequence-name.disabled {
    color: #ccc;
}
.see-through{
  background: transparent !important;
}
.left-panel-head,
.left-panel-body,
.left-panel-foot {
    border: none !important;
    background: transparent !important;
}
.b-all-r-10-p-20{
    border: 2px solid #d2d6de !important;
    border-radius: 10px;
    padding: 10px;
    height: 89px;
    width: 724px;
    margin: auto;
}
.small-input-field {
    width: 100%;
    padding: 7px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #CDCDCD;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 12px;
    background: #ffffff69;
    outline: none !important;
}
.ui-autocomplete{
    position: absolute !important;
    z-index: 5000 !important;
}
#keyword-field{
    text-transform: capitalize;
}
.loader-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px; /* Adjust width as needed */
    height: 20px; /* Adjust height as needed */
    text-align: center;
    margin: auto;
    position: relative;
    top: 35%;
}

.loader-dots span {
    width: 8px;
    height: 13px;
    margin: 0 2px;
    background-color: #1c80d7;
    opacity: 0;
    animation: loader 1.5s infinite;

}

.loader-dots span:nth-child(1) {
    animation-delay: 0s;
}

.loader-dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.loader-dots span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes loader {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.table-icon {
    color: #356086 !important;
}
.ok{
    color: #02aa92 !important;
}
.running{
    color: #ff7b2d !important;
}

@keyframes boxShadowAnimation {
    0% {
        box-shadow: 0px 0px 10px var(--box-shadow-color);
    }
    50% {
        box-shadow: 0px 0px 0px var(--box-shadow-color);
    }
    100% {
        box-shadow: 0px 0px 10px var(--box-shadow-color);
    }
}
.error-field {
    --box-shadow-color: #dd9595 !important;
    animation: boxShadowAnimation 1s infinite ease-in-out;
}
.animated-box {
    animation: boxShadowAnimation 0.9s infinite ease-in-out;
}
.wizard-body{
    margin-top: 20px;
}
.d-block{
    display: block;
}
.right-lay{
    float: right;
    position: relative;
    top: 2px;
}
.mt-10{
    margin-top: 10px;
}
.custom-switch {
    top: -3px;
    margin: 0px;
}
.over-icon{
    position: relative;
  top: -7px;
  left: -21px;
  font-size: 20px !important;
  background: #fff;
  border-radius: 50%;
}
.green-text-color{
    color: #63ba3c;
}
.red-text-color{
    color: #f64e10;
}
.uc {
    text-transform: uppercase;
}
.group-icon{
    position: relative;
    left: 6px;
}
.navbar-icons {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #fff;
}
.blue-header{
    background-color: #1673d7;
    color: #fff;
    height: 48px;
}
.accountTabs{
    border: none !important;
    border-bottom: 3px solid hsla(0, 0%, 100%, 0) !important;
    border-radius: 0px 0px 0px 0px !important;
}
.active .accountTabs{
  background-color: transparent !important;
  border: none !important;
  border-bottom: 3px solid #f64e10 !important;
  border-radius: 0px 0px 0px 0px !important;
  font-weight: bold !important;
}
.nav-tabs > li > a.accountTabs:hover {
    border: none !important;
    background: transparent !important;
    border-bottom: 3px solid #f64d1067 !important;
}
#account_integrations th:first-of-type {
    width: 250px !important;
  }
#account_integrations {
    margin-top: 10px;
}  
#account_integrations .gc-container, #account_integrations .gc-header-tools, #account_integrations .gc-grid-container {
    background: transparent !important;
}
.big-input-field{
    height: 66px !important;
}
.table-icon-mini{
    font-size: 16px !important;
    top: 3px;
    position: relative;
}
ul.no-lst{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px !important;
    margin-top: 3px !important;
}
.sequence-details-page table.table-bordered tr td {
    border-top: 1px solid #ddd !important;
    vertical-align: middle !important;
}
.sequence-details-page table.table-bordered tr td:nth-child(2) .gc-data-container-text {
    overflow: initial !important;
}
tr.gc-datagrid-row.selected {
    background-color: #c4ffb442 !important;
}
th[data-order-by="selection"] {
    cursor: pointer !important;
}

td.gc-actions button.btn-outline-dark{
    padding: 6px 12px !important;
}

.account-widget {
  background: #ecf0f5;
  padding: 7px 20px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 230px;
  position: absolute;
  z-index: 830;
  top: 50px;
  border-top: 2px inset #ff0000a1;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}

.account-level {
    background: linear-gradient(to right, #ff914d, #f86ca7);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.account-widget .stat {
    margin-bottom: 18px;
}

.account-widget .label {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    padding: 0px;
}

.account-widget .value {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #444;
}

.account-widget .progress-bar {
    background: #eee;
    height: 8px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.account-widget .progress {
    height: 100%;
    background: linear-gradient(to right, #ff914d, #f86ca7);
    border-radius: 6px;
    transition: width 0.4s ease;
}

.sidebar {
  padding-bottom: 10px;
  position: absolute;
  top: 312px;
  width: 100%;
  background: transparent !important;
}
.skin-blue .sidebar a {
  color: #2d2b31 !important;
}

.sidebar-toggle {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  display: none;
  padding: 10px;
  z-index: 9999;
  color: #ffffffdb;
}

@media (max-width: 767px) {

  .account-widget {
    display: none;
  }  
  .sidebar {
    top: 118px;
  }

  .sidebar-toggle {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 4px;
  }

  .list-flag-icons {
    display: none;
  }

  .main-sidebar, .left-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-230px);
    transition: transform 0.3s ease;
    z-index: 9998;
  }

  .main-sidebar.active, .left-side.active {
    transform: translateX(0);
  }

  /* Optional backdrop overlay */
  .sidebar-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9997;
  }

  .sidebar-backdrop.active {
    display: block;
  }
}

.main-footer {
  background: #ecf0f5 !important;
  padding: 15px;
  color: #444;
  border-top: 1px solid #ecf0f5 !important;
  text-align: end;
}
.text-highlighter{
    background: linear-gradient(45deg, #ff6a00, #fd016b);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chip {
    width: 120px;
    height: 120px;
    position: relative;
}

.chip svg {
    width: 100%;
    height: 100%;
}

.chip .border-glow {
    fill: none;
    stroke: #ff6000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 106;
    stroke-dashoffset: 200;
    animation: trailGlow 1s linear infinite;
    filter: url(#glow);
}

.chip .chip-text {
    font-size: 28px;
    fill: #333;
    font-weight: bold;
    text-anchor: middle;
    dominant-baseline: middle;
}

.chip .pin {
    fill: #af01ed;
}

@keyframes trailGlow {
    0% {
        stroke-dashoffset: 200;
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
#keyword-field{
    padding-right: 68px;
}
.fetchSuggestions{
    cursor: pointer;
}

/* Suggestion Box Styles */
.ai-suggestion-box {
    position: absolute;
    top: 185px;
    left: 0;
    width: 84%;
    margin: 0 8%;
    background: linear-gradient(to right, #ff914d, #f86ca7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    font-size: 14px;
    z-index: 999;
    min-width: 420px;
    display: none;
}

/* Pointer Arrow */
.ai-suggestion-box .arrow-down {
    position: absolute;
    top: -10px;
    left: 120px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff914d;
}

/* Suggestions layout */
.ai-suggestion-box .suggestion-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ai-suggestion-box .suggestion-content span {
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.ai-suggestion-box .suggestion-content span:hover {
    background: rgba(255, 255, 255, 0.35);
}

#pageLoader .loader-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pageLoader .loader-box {
    background: #ffe6f4;
    border-radius: 12px;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pageLoader .spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #fff;
    border-top: 4px solid #FF7A45;
    border-right: 4px solid #f86ca7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

#pageLoader .loader-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ui-autocomplete {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 0;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-family: 'Poppins', sans-serif;
    z-index: 9999 !important;
}

.ui-menu-item {
    padding: 10px 20px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease;
}

.ui-menu-item:hover {
    background: linear-gradient(to right, #ff914d, #f86ca7) !important;
    color: #fff !important;
    border-radius: 4px !important;
}
.leads-social-networks a i{
    font-size: 45px;
}
.leads-social-networks a i.lni-x{
    color: #0a0a0a;
}
.leads-social-networks a i.lni-facebook-square{
    color: #0866ff;
}
.leads-social-networks a i.lni-instagram{
    background: linear-gradient(45deg, #fd016b, #6800ff);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.leads-social-networks a i.lni-linkedin{
    color: #0a66c2;
}
.leads-social-networks a i.lni-youtube{
    color: #ff0033;
}
.leads-social-networks a i.lni-tiktok-alt{
    color: #20161c;
}
.leads-social-networks a i.lni-blogger{
    color: #fca60d;
}

.text-grad {
    background: linear-gradient(45deg, #ff6a00, #fd016b);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
input[disabled] {
    cursor: not-allowed !important;
}
.text-18{
	font-size: 18px;
}
.gc-container .table > thead:nth-child(1) {
	/*background: linear-gradient(90deg, #fe660429, #f1186626, #a800fc30) !important;*/
	background: #d5deea !important;
}
.left-bar-overview{
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
    padding: 12px 10% !important;
    font-size: 16px !important;
    font-weight: bold !important;  
}

/* Elegant Admin Header */
header.main-header,
body .main-header,
.skin-blue .main-header,
.skin-blue-light .main-header {
    background: #ecf0f5 !important;
    border-bottom: 1px solid #ecf0f5 !important;
    padding: 8px 14px 8px 0 !important;
    box-shadow: none !important;
}

.main-header .navbar.navbar-static-top,
.skin-blue .main-header .navbar,
.skin-blue-light .main-header .navbar {
    position: relative;
    overflow: visible;
    background: #ecf0f5 !important;
    background-color: #ecf0f5 !important;
}

.main-header .navbar.navbar-static-top::before {
    content: none !important;
    display: none !important;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Ensure navbar content stays above the header layer */
.navbar.navbar-static-top * {
    position: relative;
    z-index: 2;
}

.main-header .navbar .nav > li > a,
.main-header .logo,
.main-header .sidebar-toggle {
    color: #5f6368 !important;
}

.main-header .navbar .nav > li > a:hover,
.main-header .sidebar-toggle:hover {
    background: rgba(60, 64, 67, 0.08) !important;
    color: #202124 !important;
}

/* Notification System Styles */
.notifications-menu {
    position: relative;
}

.notification-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e74c3c !important;
    color: white !important;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border: 2px solid #fff;
    animation: pulse-notification 2s infinite;
}

@keyframes pulse-notification {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.notification-dropdown {
    width: 350px;
    max-height: 500px;
    right: 0;
    left: auto;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0;
    margin-top: 8px;
    background: #ffffff;
}

.notification-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    border-radius: 8px 8px 0 0;
}

.notification-title {
    font-weight: 600;
    font-size: 16px;
    color: #374151;
}

.mark-all-read {
    color: #3b82f6 !important;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mark-all-read:hover {
    color: #2563eb !important;
    text-decoration: none;
}

.notification-list {
    max-height: 350px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
    position: relative;
}

.notification-item:hover {
    background-color: #f8fafc;
}

.notification-item.unread {
    background-color: #eff6ff;
    border-left: 4px solid #3b82f6;
}

.notification-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 16px;
    color: white;
}

.notification-icon.voice-recording {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.notification-icon.voice-input {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.notification-icon.voice-action {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.notification-icon.default {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
}

.notification-content {
    flex-grow: 1;
    min-width: 0;
}

.notification-title-text {
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.notification-text {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.notification-time {
    font-size: 11px;
    color: #9ca3af;
    margin: 0;
}

.notification-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
}

.notification-dismiss {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.2s ease;
    opacity: 0;
}

.notification-item:hover .notification-dismiss {
    opacity: 1;
}

.notification-dismiss:hover {
    background: #e5e7eb;
    color: #374151;
    transform: scale(1.1);
}

.notification-priority-high {
    border-left: 4px solid #ef4444;
}

.notification-priority-urgent {
    border-left: 4px solid #dc2626;
    animation: urgent-pulse 2s infinite;
}

@keyframes urgent-pulse {
    0%, 100% { border-left-color: #dc2626; }
    50% { border-left-color: #ef4444; }
}

.notification-dropdown .footer {
    padding: 12px 20px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    background: #f8fafc;
    border-radius: 0 0 8px 8px;
}

.notification-dropdown .footer a {
    color: #3b82f6 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.notification-dropdown .footer a:hover {
    color: #2563eb !important;
    text-decoration: none;
}

.no-notifications {
    text-align: center;
    padding: 30px 20px;
    color: #9ca3af;
}

.no-notifications .notification-item {
    border: none;
    justify-content: center;
}

.no-notifications .notification-text {
    color: #9ca3af;
    font-style: italic;
}

/* Loading state */
.notification-loading {
    text-align: center;
    padding: 20px;
    color: #6b7280;
}

.notification-loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    border-top-color: #3b82f6;
    animation: spin 1s ease-in-out infinite;
    margin-left: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .notification-dropdown {
        width: 300px;
        right: -50px;
    }
    
    .notification-item {
        padding: 12px 15px;
    }
    
    .notification-header {
        padding: 12px 15px;
    }
}

/* Voice Sequence Action Row Enhancements */
.action-row-container {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.action-row-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.modern-input, .modern-select {
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.modern-input:focus, .modern-select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

.btn-delete-action:hover {
    background: #dc2626 !important;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3) !important;
}

.btn-add-action:hover {
    opacity: 0.8 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

.field-label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Delay Dropdown Styling */
.delay-dropdown-modern {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 500;
    color: #334155;
}

.delay-dropdown-modern:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background: #ffffff;
}

/* Action Row Responsive */
@media (max-width: 768px) {
    .action-row-content {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .say-field, .action-field, .settings-field {
        flex: 1 1 auto !important;
        min-width: 100% !important;
    }
    
    .delete-field {
        align-self: flex-end;
    }
}
.gc-data-container-text .leads-social-networks a i {
    font-size: 26px !important;
  }
