#update-result,
.popup-title-simple,
.sortable-item,
.wa-send-btn {
    font-family: 'Cereal medium'
}

.popup.open,
header {
    top: 0;
    position: fixed
}

.crm-column,
.dashboard-content,
.lead-item,
.lead-item-container,
.menu-left,
input[type=text],
textarea {
    box-sizing: border-box
}

.wa-send-box {
    padding-top: 10px;
    bottom: 40px;
    position: absolute;
    width: calc(100% - 100px)
}

.wa-send-textarea {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical
}

.wa-send-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px
}

.wa-send-status {
    font-size: 12px;
    opacity: .7;
    display: none
}

.wa-send-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    padding: 15px 20px;
    border: none;
    border-radius: 60px;
    background: #222;
    color: #fff;
    cursor: pointer
}

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

.icon-button,
.popup-actions {
    align-items: center;
    display: flex
}

.h1,
.h2,
.popup-title,
h1,
h2,
h3,
h6 {
    margin: 0
}

.popup-title-link {
    color: inherit;
    text-decoration: none;
    font-weight: unset
}

.popup-actions {
    gap: 20px
}

.link-clean {
    text-decoration: none
}

.icon-17 {
    width: 17px;
    height: auto
}

.icon-button {
    gap: 10px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.icon-dots,
.menu-left .menu-item i {
    margin-right: 10px
}

.no-y-scroll {
    overflow-y: hidden
}

.mt-10 {
    margin-top: 10px
}

.mt-40,
.nueva-tarea {
    margin-top: 40px
}

.form-nota,
.mb-60 {
    margin-bottom: 60px
}

.center-text {
    text-align: center
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-20 {
    padding: 20px
}

.icon-15 {
    width: 15px;
    height: auto
}

.icon-20 {
    width: 20px;
    height: auto
}

.icon-dots {
    width: 9px;
    opacity: .2
}

.button-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px
}

.avatar-circle,
.avatar-lead {
    border-radius: 50%
}

.column-menu-wrapper {
    position: relative
}

.column-menu-toggle {
    cursor: pointer;
    opacity: .2;
    position: absolute;
    right: 18px;
    top: -16px
}

.column-menu,
.tareas-list {
    margin-top: 30px
}

.inline-lead-form {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px
}

.inline-lead-form .input-column {
    margin-bottom: 5px
}

.inline-lead-form button,
.inline-lead-form input {
    font-size: 14px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc
}

.inline-lead-form button {
    background-color: #222;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    width: fit-content;
    padding: 0 20px;
    border: 0
}

.notes-title {
    margin: 50px 0 15px
}

.textarea-note {
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px
}

.muted {
    color: #777
}

.comentario-item {
    display: flex;
    gap: 10px;
    margin: 30px 0
}

.comment-author-row {
    display: flex;
    align-items: center
}

.left-side,
.popup.open {
    justify-content: center
}

.comment-time {
    font-size: 12px;
    color: #888;
    margin-left: 10px
}

.comment-delete-btn {
    color: #222;
    opacity: .4;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0
}

.comment-text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.55em
}

input[type=checkbox] {
    margin: 0 6px 0 0;
    accent-color: #000
}

.checkbox-black input[type=checkbox],
input[type=checkbox].force-black {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    position: relative;
    transition: background .15s, box-shadow .15s, border-color .15s;
    vertical-align: middle
}

.checkbox-black input[type=checkbox]:checked,
input[type=checkbox].force-black:checked {
    background: #000;
    border-color: #000
}

.checkbox-black input[type=checkbox]:checked::after,
input[type=checkbox].force-black:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.checkbox-black input[type=checkbox]:focus-visible,
input[type=checkbox].force-black:focus-visible {
    outline: #000 solid 2px;
    outline-offset: 2px
}

.checkbox-black input[type=checkbox]:disabled,
input[type=checkbox].force-black:disabled {
    opacity: .45;
    cursor: not-allowed
}

.popup.open {
    align-items: center;
    z-index: 1000;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.popup-content.narrow-sm {
    max-width: 360px
}

.popup-content.narrow-md {
    max-width: 400px
}

.popup-title-simple {
    font-weight: 100;
    margin: 50px 0 30px;
    font-size: 20px
}

.popup-subtext {
    font-size: 15px;
    margin-bottom: 25px
}

.popup-actions-row {
    display: flex;
    justify-content: left;
    gap: 15px
}

.btn-danger {
    background-color: #c00;
    color: #fff
}

.btn-light {
    background-color: #ddd;
    color: #222
}

#sortable-columns {
    list-style: none;
    padding: 0
}

.sortable-item {
    cursor: grab;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.lead-placeholder {
    background: rgba(0, 0, 0, .02)
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo,
.business-details .label,
.hidden,
.popup.hidden,
a#CybotCookiebotDialogPoweredbyCybot,
body.menu-collapsed .menu-left .menu-top .logo-link,
div#CybotCookiebotDialogPoweredByText {
    display: none
}

#update-result {
    font-size: 14px;
    color: #fff;
    display: none
}

.wa-convo {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    overflow: auto;
}

.wa-msg {
    display: flex;
    flex-direction: column;
    margin: 15px 0
}

.wa-bubble {
    display: inline-block;
    padding: 20px;
    border-radius: 12px;
    max-width: 80%;
    line-height: 1.35;
    font-size: 15px
}

.wa-bubble.in,
.wa-msg.wa-in .wa-bubble {
    background: #fff;
    color: #222;
    border: 1px solid #e6e6e6;
    align-self: flex-start
}

.wa-bubble.out,
.wa-msg.wa-out .wa-bubble {
    background: #00000004;
    color: #222;
    align-self: flex-end
}

.wa-time {
    font-size: 11px;
    opacity: .65;
    margin-top: 2px
}

.wa-msg.wa-in .wa-time,
.wa-time.left {
    text-align: left;
    align-self: flex-start
}

.wa-msg.wa-out .wa-time,
.wa-time.right {
    text-align: right;
    align-self: flex-end
}

.wa-avatar {
    display: inline-block;
    border-radius: 50%
}

.wa-avatar-out {
    align-self: flex-end;
    margin-top: -10px;
    width: 24px;
    height: 24px
}

.accordion,
.iti,
header {
    width: 100%
}

.wa-sending {
    opacity: .7;
    font-size: 11px
}

header,
select {
    background-color: #fff
}

.language-popup,
.user-popup {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
    min-width: 190px;
    color: #222;
    text-decoration: none
}

.hidden,
.popup {
    opacity: 0;
    visibility: hidden
}

body {
    margin: 0;
    font-family: 'Cereal book', Lato, Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #00000004
}

.button,
.menu-left a,
.menu-left ul li,
.panel-item,
.user-trigger,
h6,
header,
input[type=submit] {
    font-family: 'Cereal medium';
    font-weight: 100
}

header {
    height: 80px;
    font-size: 14px;
    opacity: .97;
    max-width: none !important;
    z-index: 5 !important
}

.container {
    max-width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0 20px
}

.logo svg,
.user-menu.open .user-popup {
    display: block
}

.header-cta,
.header-menu {
    display: flex;
    align-items: center;
    gap: 30px
}

.iti input[type=tel] {
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 80px !important;
    font-size: 15px !important
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .02) !important
}

#CybotCookiebotDialogHeader,
.login-container .login-remember,
.login-remember {
    display: none !important
}

.hot-lead {
    position: absolute;
    bottom: 25px;
    right: 123px;
    height: auto !important;
    width: 14px !important;
    border-radius: 0 !important
}

.iti__selected-dial-code {
    font-size: 14px !important
}

.header-cta a,
.header-menu a {
    text-decoration: none;
    color: inherit
}

.btn-cta,
.button,
input[type=submit] {
    height: 50px;
    background-color: #222;
    border-radius: 60px;
    color: #fff;
    font-family: 'cereal medium';
    border: 0;
    padding: 0 20px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .2s
}

.btn-secondary {
    background-color: #fff;
    border: 0 solid #222;
    color: #222
}

.btn-secondary:hover {
    background-color: #fff !important
}

.language-selector .language-trigger,
.user-menu .user-trigger {
    box-shadow: none !important
}

.left-side,
.right-side {
    height: 100vh;
    width: 50%;
    display: flex
}

.left-side {
    float: left;
    align-items: center;
    background-color: #fff
}

.right-side {
    float: right;
    background-color: #fff;
    justify-content: center;
    align-items: center
}

.login-container {
    text-align: left;
    max-width: 390px;
    width: 100%
}

.login-container form {
    display: flex;
    flex-direction: column;
    gap: 0
}

.login-container label {
    margin-bottom: 5px;
    display: block;
    text-align: left;
    font-size: 14px
}

.g_id_signin {
    margin: 40px 0
}

.login-container input[type=email],
.login-container input[type=password],
.login-container input[type=tel],
.login-container input[type=text] {
    width: 100%;
    padding: 20px 14px;
    font-size: 14px;
    width: calc(100%);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
    transition: border .2s, box-shadow .2s
}

.login-container input[type=email]:focus,
.login-container input[type=password]:focus,
.login-container input[type=tel]:focus,
.login-container input[type=text]:focus,
.menu-left select:focus {
    border-color: #3274c4;
    box-shadow: 0 0 0 5px #c6e6fb;
    outline: 0
}

.login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.login-actions .forgot-password {
    margin: 0;
    font-size: 13px
}

.login-actions .forgot-password a {
    color: #222;
    text-decoration: underline
}

.divider {
    margin: 25px 0;
    border: none;
    height: 1px;
    background-color: #00000015
}

.signup-text {
    font-size: 14px;
    text-align: left
}

a {
    color: #3274c4;
    text-decoration: underline;
    font-weight: 500
}

.dashboard-wrapper,
.main-container {
    display: flex;
    height: 100vh;
    overflow: visible
}

.logo-link,
.logo-link:hover {
    padding: 20px 0 0 20px !important;
    margin: 0 !important;
    background-color: transparent !important
}

.dashboard-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    margin-right: 60px;
}

.page,
ul {
    margin: 0;
    padding: 0
}

.menu-left select {
    width: 90%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7L0 0h12L6 7z' fill='rgba(34,34,34,0.3)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 7px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
    transition: border .2s, box-shadow .2s;
    margin: 20px auto;
    display: block
}

.column-action,
.menu-left a {
    padding: 15px 20px;
    list-style: none
}

.column-action,
.menu-left a,
.panel-item {
    font-size: 15px
}

.menu-left a.active,
.menu-left a:not(.logo-link):hover {
    border-radius: 6px;
    background-color: #00000008
}

.menu-left a {
    text-decoration: none;
    color: #3a3a3a;
    margin-bottom: 5px;
    width: calc(100% - 30px);
    display: inline-flex;
    align-items: center
}

.column-action,
.language-popup a,
.user-popup a {
    gap: 4px;
    color: #333;
    text-decoration: none;
    transition: background .2s
}

.column-action {
    font-family: 'Cereal medium';
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 10px
}

.menu-left a.active {
    color: #222
}

.crm-content {
    display: flow-root;
    position: relative;
    margin: 0 auto
}

.crm-column,
.crm-container,
.crm-content,
.language-popup a,
.panel,
.panel-item {
    display: flex;
    display: flex
}

.panel {
    flex-wrap: wrap;
    justify-content: space-between
}

.language-trigger,
.user-trigger {
    all: unset;
    cursor: pointer;
    color: #222
}

.panel-item {
    flex: 1 1 calc(30% - 20px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .01);
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.h2,
h2,
h3 {
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: -10px
}

.crm-content {
    flex-direction: column;
    flex-grow: 1;
    flex-direction: column
}

.crm-container {
    flex-grow: 1;
    align-items: flex-start
}

.crm-column {
    flex: 1;
    flex-direction: column;
    align-items: center
}

.language-selector,
.user-menu {
    position: relative;
    opacity: 1
}

.language-trigger {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    font-family: 'cereal medium'
}

.language-popup a,
.promo {
    align-items: center
}

.language-popup {
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    border: 1px solid #00000008;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
    border-radius: 12px;
    padding: 10px 30px 30px;
    display: none;
    z-index: 100;
    font-size: 14px
}

.hero-section,
.parallax-hero {
    position: relative;
    overflow: hidden
}

.column-action:hover,
.language-popup a {
    border-radius: 6px;
    padding: 15px 20px
}

.column-action:hover,
.language-popup a:hover,
.user-popup a:hover {
    background-color: #00000008;
    padding: 15px 20px
}

.logo-fadein {
    display: inline-block;
    opacity: 0;
    animation: .3s .1s forwards fadeInUp
}

p.login-password,
p.login-username {
    margin: 10px 0
}

.left {
    float: left;
    width: 50%
}

.right {
    float: right;
    width: 40%
}

.hi-fadein {
    opacity: 0;
    animation: .3s .2s forwards fadeInUp
}

.snippet {
    padding: 12px 20px 0;
    margin-bottom: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    width: fit-content;
    font-size: 14px;
    font-family: 'Cereal medium'
}

.hero-section {
    text-align: center;
    padding: 90px 20px 110px;
    background-color: #00000004;
    min-height: calc(1060px - 320px) !important
}

.full-width,
.reviews,
.section {
    padding: 150px 20px
}

.parallax-hero {
    width: 100%;
    height: 70vh
}

.parallax-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 5em;
    text-align: center;
    font-family: 'Cereal medium';
    z-index: 2;
    max-width: 90%
}

.parallax-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform
}

.promo {
    height: 40px;
    background-color: #222;
    color: #fff !important;
    font-size: 14px !important;
    display: flex;
    width: 100%;
    justify-content: center
}

.full-width {
    background-color: #00000004
}

.hero-section img {
    max-width: 1560px;
    margin: 90px auto 0;
    width: 100%
}

.trustpilot a {
    margin-top: 50px
}

h4.section-title {
    margin-top: 35px;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.hero-content {
    position: relative;
    z-index: 3
}

.hero-content h1 {
    font-size: 40px;
    font-family: 'Cereal book';
    font-weight: 0;
    opacity: 0;
    animation: 1s .1s forwards fadeInUp
}

.hero-content .button {
    opacity: 0;
    animation: 1s .3s forwards fadeInUp
}

img {
    display: block;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.add-column-button:hover img,
.add-lead-item:hover img,
.fadein.visible,
img.loaded {
    opacity: 1
}

.user-trigger {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 0;
    padding: 5px;
    min-height: 60px
}

.online {
    height: 11px;
    border-radius: 50%;
    background-color: #83ba6d;
    width: 11px;
    position: absolute;
    top: 47px;
    left: 43px;
    border: 5px solid #fff
}

.popup,
.spinner {
    top: 0;
    left: 0;
    position: fixed
}

.crm-colum-header,
.lead-item,
.tasks {
    position: relative
}

.user-popup a {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 15px 20px;
    gap: 10px
}

input,
input#quoteInput,
input[type=text],
textarea {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding: 0 5px
}

.login-error,
.login-success {
    margin: 30px 0;
    border-radius: 16px;
    padding: 20px 24px;
    font-weight: 500;
    line-height: 1.5
}

.trustpilot-left {
    float: left;
    height: 130px
}

.trustpilot-right {
    float: right
}

.trustpilot a {
    color: #222;
    text-decoration: underline;
    font-size: 17px;
    display: flex;
    align-items: center
}

h3 {
    font-size: 24px
}

.login-error {
    background-color: #ffe5e5;
    border-left: 6px solid #ff8a8a;
    font-size: 15px;
    color: #560110;
    box-shadow: 0 2px 10px rgba(255, 0, 0, .05)
}

.login-success {
    background-color: #e5fff0;
    border-left: 6px solid #5dd49c;
    font-size: 15px;
    color: #014d2b;
    box-shadow: 0 2px 10px rgba(0, 255, 136, .05)
}

.popup {
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: auto
}

.card-data,
.tasks {
    width: calc(50% - 100px);
    padding: 50px
}

.popup.open {
    display: block;
    cursor: pointer
}

.card-data {
    float: left;
    background-color: #00000004;
    height: calc(100% - 100px)
}

.popup .popup-content {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    transform: translateX(100%);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    backdrop-filter: blur(10px)
}

.popup .popup-content .card-data,
.popup .popup-content .tasks {
    float: none !important;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.popup .popup-content .card-data {
    flex: 1 1 50%
}

.popup .popup-content .tasks {
    flex: 1 1 50%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column
}

.popup .popup-content .tasks .wa-convo {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 0 12px
}

.popup .popup-content .tasks .wa-send-box {
    flex: 0 0 auto;
    background: #fff
}


.popup.open .popup-content {
    transform: translateX(0);
    cursor: default
}

.popup.close .popup-content {
    transform: translateX(100%)
}

.crm-content {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.crm-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px
}

.crm-container {
    flex-grow: 1;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: calc(100vh - 20px);
    align-items: flex-start;
    gap: 10px
}

.lead-header img {
    border-radius: 50%;
    height: 35px;
    width: 35px
}

.crm-column {
    flex: 1;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100vh - 180px);
    min-width: 300px
}

.editable-title {
    cursor: pointer;
    width: calc(100% - 70px)
}

.editable-title:focus {
    border: 1px solid #ccc
}

.button-add-lead-inline {
    background: 0 0;
    border: 0;
    cursor: pointer
}

.crm-colum-header {
    background-color: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 15px 0;
    text-align: left;
    cursor: default;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
    border: 1px solid #00000008
}

h6 {
    font-size: 15px;
    padding-left: 20px
}

.lead-list {
    min-height: calc(100vh - 130px);
    padding: 15px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.lead-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.menu-left ul li {
    padding: 10px 0;
    font-size: 15px
}

.lead-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 10px 12px
}

.add-lead-item,
.lead-item {
    padding: 0 !important;
    flex-direction: column;
    border-radius: 6px;
    width: 100%;
    transition: background .2s ease-in-out;
    display: flex;
    cursor: pointer
}

.lead-item {
    background: #fff;
    align-items: flex-start
}

.add-lead-item {
    align-items: flex-start;
    box-shadow: inset 0 0 0 0 #fff;
    height: 115px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff
}

.add-column-button img,
.add-lead-item img {
    opacity: .1
}

.add-lead-item:hover {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    height: 115px;
    border: 1px solid #00000008
}

.column-menu-toggle svg {
    float: right;
    top: -50px;
    margin-top: -20px;
    margin-right: 8px
}

.crm-container.dragging-horizontal {
    user-select: none
}

.popup.open,
.popup.open * {
    user-select: text !important;
    -webkit-user-select: text !important
}

body.popup-open {
    overflow: hidden !important;
    touch-action: none;
    overscroll-behavior: contain
}

body.popup-ios-fix {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%
}

.input-column {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
    padding: 20px !important;
    border: 0;
    margin-bottom: 15px;
    min-width: calc(300px);
    margin-right: 0;
    height: 50px;
    margin-top: -9px;
    border-radius: 6px;
    font-size: 15px;
    font-family: 'cereal medium';
    color: #222
}

.input-column:focus {
    outline: 0 !important;
    border: 1px solid #000 !important;
    padding: 20px !important
}

.primary {
    color: #6a6a6a;
    font-size: 26px;
    text-align: center;
    font-family: 'Cereal book';
    margin-bottom: 50px;
    margin-top: 30px;
    font-weight: lighter;
    line-height: 42px;
    padding: 0 100px
}

.hero {
    padding-top: 100px;
    padding-bottom: 0
}

.add-column-button {
    background: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 6px;
    box-shadow: inset 0 0 0 0 #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    border: 0;
    width: 300px;
    margin-right: 0;
    height: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03)
}

.lead-item,
.menu-left {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03)
}

.avatar-iniciales,
.avatar-lead {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

@keyframes tadah {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.95) rotate(-1deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.05) rotate(1deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.05) rotate(-1deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

.tadah {
    animation: .8s ease-in-out tadah
}

.avatar-iniciales {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-transform: uppercase;
    user-select: none;
    font-family: 'Cereal medium';
    font-weight: 100
}

.accordion-content p,
.quote-input,
textarea {
    font-family: 'Cereal book'
}

.fadein {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.avatar-lead {
    cursor: pointer
}

.usuarios-asignados {
    gap: 5px;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px
}

.lead-info {
    flex-grow: 1;
    padding-left: 10px;
    text-align: left;
    line-height: 17px;
    padding-right: 45px
}

.lead-info strong {
    font-size: 14px;
    padding-right: 22px
}

.lead-info .lead-date {
    font-size: 11px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .45;
    position: absolute;
    right: 20px;
    top: 21px
}

.lead-phone a {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    font-size: 13px
}

.lead-body {
    text-align: left;
    padding: 10px 10px 0 20px;
    font-size: 13px;
    color: #777
}

.lead-summary {
    font-weight: 700;
    color: #333
}

.lead-details {
    font-size: 12px;
    color: #555
}

.lead-date {
    font-size: 12px;
    color: #888
}

.lead-quote {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-top: 10px
}

.lead-count,
.lead-total-quote {
    color: #777;
    font-size: 13px;
    font-family: 'Cereal book'
}

.lead-total-quote {
    float: right;
    margin: 2px 25px 0 0
}

.lead-count {
    margin-left: 5px
}

.spinner {
    background-color: rgba(0, 0, 0, .1);
    height: 100vh;
    width: 100vw;
    z-index: 9999999999999;
    display: none
}

.quote-container,
input,
input#quoteInput,
textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px
}

.spinner-content {
    background-color: transparent;
    border-radius: 20px;
    position: fixed;
    display: flex;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.spinner-content img {
    height: 60px;
    width: 60px
}

#popup-new form input,
.quote-container {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 5px;
    height: 45px;
    background-color: #fff;
    outline: 1px
}

.quote-input,
.quote-input:focus {
    border: 0;
    outline: 0
}

.quote-input {
    width: 100%;
    font-size: 16px;
    background-color: #fff
}

input,
input#quoteInput,
textarea {
    border: none;
    height: 35px
}

textarea {
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px
}

.currency-symbol {
    font-size: 16px;
    margin-right: 5px
}

.lead-item.dragging {
    opacity: .1;
    transition: transform .2s, opacity .2s
}

.lead-item {
    border: 1px solid #00000008
}

.lead-placeholder {
    height: 110px !important;
    min-height: 110px !important;
    max-height: 110px !important;
    border-radius: 6px;
    background-color: #e8e8e8;
    border: 0;
    margin: 0;
    transition: 2s
}

.menu-item-hidden,
.menu-left .menu-label {
    opacity: 1;
    transition: none
}

.updated {
    /* Fixed toast so it doesn't shift layout */
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 9999;
    margin: 0;
    padding: 12px;
    background: #222222;
    /* border: 1px solid #9ed36a; */
    color: #fff;
    font-family: 'cereal medium';
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    pointer-events: none;
    /* prevents blocking clicks underneath */
    opacity: 1;
    transition: opacity .35s ease, transform .35s ease;
    width: calc(100% - 90px);
    text-align: center;
    z-index: 999999999999999 !important;
}

/* Estado de desvanecimiento para el aviso de actualizado */
.updated.is-fading {
    opacity: 0;
    transform: translateY(-4px);
}


.menu-item-hidden {
    visibility: visible;
    transform: none;
    white-space: nowrap;
    pointer-events: auto;
    margin-left: 10px
}

.menu-left {
    width: 250px;
    border-right: 1px solid #00000008;
    transition: width .18s cubic-bezier(.4, 0, .2, 1);
    background-color: #fff;
    color: #222;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 20px 30px 20px 20px;
    flex-shrink: 0;
    overflow: visible;
    position: relative
}

@media (prefers-reduced-motion:reduce) {

    .menu-item-hidden,
    .parallax-media {
        transform: none !important
    }

    .menu-item-hidden,
    .menu-left {
        transition: none !important
    }
}

.add-contact {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px
}

.menu-left .menu-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    white-space: nowrap
}

.menu-left .menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0 20px
}

.menu-left .menu-top .logo-link {
    padding: 0 !important;
    margin: 0 !important
}

.menu-left .menu-toggle {
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: 0 0;
    border-radius: 6px;
    color: #222;
    cursor: pointer;
    opacity: .5;
    right: 7px;
    position: relative;
}

.menu-left .menu-toggle:hover {
    background: #f0f0f0
}

.menu-left .menu-toggle .chevron {
    transition: transform .18s
}

body.menu-collapsed .menu-left {
    width: 100px
}

body.menu-collapsed .menu-left .menu-label {
    opacity: 0
}

body.menu-collapsed .menu-left .menu-item-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-6px);
    pointer-events: none
}

body.menu-collapsed .menu-left .menu-toggle .chevron {
    transform: rotate(180deg)
}

.user-menu {
    position: relative;
    z-index: 1000
}

#add-column-wrapper {
    max-width: 300px
}

.column-menu,
.user-popup {
    position: absolute;
    font-size: 14px;
    border: 1px solid #eee;
    left: 0;
    background: #fff;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 6px;
    display: none;
    width: 230px;
    z-index: 2000;
    bottom: 80px
}

.completed-tasks,
.lead-comments {
    bottom: 12px;
    font-family: 'Cereal medium';
    color: #222
}

.accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-in-out
}

.accordion-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0
}

.accordion-item:last-child {
    border-bottom: none
}

.accordion-content p {
    text-align: left;
    margin-bottom: 50px;
    margin-top: 30px;
    font-weight: lighter;
    line-height: 1.5em;
    opacity: 0;
    animation: 1s .2s forwards fadeInUp;
    font-size: 22px;
    color: #5f6367
}

.accordion-header {
    font-family: 'Cereal medium';
    display: flex;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-size: 24px
}

.accordion-header .arrow::before {
    content: '\25B6';
    display: inline-block;
    margin-right: 10px;
    transition: transform .3s
}

.accordion-header.active .arrow::before {
    transform: rotate(90deg)
}

.accordion-header.active+.accordion-content {
    max-height: 1000px
}

.accordion-header.active .arrow {
    transform: translateY(-50%) rotate(180deg)
}

.tarea-item {
    align-items: center;
    justify-content: space-between;
    height: 50px
}

.tarea-avatar {
    margin-left: 10px;
    height: 30px !important;
    width: 30px !important;
    cursor: pointer
}

.tarea-item {
    list-style: none;
    width: 100%;
    display: inline-block
}

.tarea-item.tarea-completada span {
    text-decoration: line-through;
    color: #222;
    opacity: .55
}

.tarea-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #fff
}

.bookmark,
.completed-tasks,
.lead-comments,
.lead-more,
.oval-alert {
    position: absolute
}

.tarea-checkbox:checked {
    background-color: #222;
    border-color: #222
}

.tarea-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.completed-tasks {
    right: 22px;
    font-size: 12px;
    margin-top: -19px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bookmark {
    top: 24px;
    right: 60px;
    width: 15px !important;
    height: auto !important;
    border-radius: 0 !important
}

.lead-comments {
    right: 72px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nueva-tarea input {
    width: calc(100%);
    padding: 15px;
    height: 45px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc
}

input[type=checkbox] {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer
}

li.tarea-item label span {
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    padding: 5px 0
}

li.tarea-item label {
    align-items: center;
    display: flex;
    margin-top: 10px
}

.lead-more {
    height: 14px;
    right: 18px;
    top: 24px;
    opacity: .14;
    cursor: pointer
}

.business-details {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2em
}

.nueva-tarea button {
    padding: 5px 15px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 6px
}

a.login {
    color: #fff;
    background-color: #222;
    padding: 10px 20px;
    border-radius: 30px
}

@media (max-width:768px) {
    .parallax-hero {
        height: 70vh
    }

    .parallax-hero[data-disable-mobile=true] .parallax-media {
        transform: none !important
    }

    .button,
    .left-side,
    input[type=submit] {
        width: 100%
    }

    #whatsapp-chat,
    .language-trigger,
    .right-side,
    a.login {
        display: none
    }

    .hero-content h1 {
        font-size: 30px
    }
}

.oval-alert,
.oval-alert-mobile {
    height: 18px;
    width: 18px;
    color: #fff;
    font-size: 11px;
    font-family: 'Cereal medium'
}

.oval-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 37px;
    right: -10px;
    background-color: #e61e4d;
    border-radius: 50%;
    border: 2px solid #fff
}

.popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999 !important;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popup.open {
    opacity: 1;
    visibility: visible
}

.popup.open .popup-content {
    transform: translateX(-50%) translateY(50%);
    bottom: 50%
}

.popup .popup-close {
    z-index: 99999;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #fff
}

.oval-alert-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: -10px;
    position: absolute;
    background-color: #e61e4d;
    border-radius: 50%;
    border: 3px solid #fff
}

.panel-item,
select {
    background-color: #fff;
    font-family: 'Cereal medium'
}

select {
    cursor: pointer;
    width: 100% !important;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    font-size: 16px;
    color: #222
}

.leads,
.panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.panel-item {
    flex: 1 1 calc(30% - 20px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000008;
    padding: 20px;
    min-height: 200px;
    font-size: 15px;
    width: 25%;
    float: left;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
    overflow: auto
}

.panel-item svg {
    margin-bottom: 15px
}

.container {
    max-width: none;
    margin: 0
}

.lead-item-container {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 222
}

.title-box {
    height: 80px;
    border: 3px solid #fff;
    width: calc(100% - 6px);
    border-radius: 10px 10px 0 0
}

.accepted,
.accepted a {
    background-color: #70af8d;
    color: #fff !important
}

.rejected,
.rejected a {
    background-color: #e06c6c;
    color: #fff !important
}

.pending,
.pending a {
    background-color: #ececec;
    color: #222 !important
}

.title-box img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    border: 3px solid #fff;
    float: left;
    margin: 14px 0 0 15px
}

.title-box-about {
    font-size: 16px;
    font-family: 'Cereal medium';
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 18px 0 0
}

.title-box-phone {
    font-size: 17px;
    font-family: 'Cereal medium';
    float: right;
    text-align: right;
    padding: 0 15px 0 0;
    margin: 28px 0 0
}

.content-box svg,
.title-box-phone svg {
    margin-right: 5px
}

.content-box {
    padding: 30px 0 10px 30px;
    text-align: left;
    font-family: 'Cereal book'
}

.update-lead-form {
    width: 100%;
    background-color: #fff;
    padding: 0;
    box-shadow: unset !important;
    display: flex;
    flex-direction: column
}

.crm-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:650px) {
    .menu-left {
        display: none
    }

    .lead-item,
    .panel-item {
        flex: 1 1 calc(100%)
    }

    .popup .popup-content {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) translateY(100%);
        width: 100%;
        height: 100vh;
        padding: 200px 50px 50px;
        background-color: #fff;
        border-radius: 0;
        overflow: auto;
        backdrop-filter: blur(10px);
        transition: transform .3s ease-in-out;
        justify-content: center;
        text-align: left !important
    }

    .popup .popup-close {
        position: absolute;
        top: 100px;
        right: 35px;
        background-color: transparent;
        border: none;
        font-size: 1.5em;
        cursor: pointer;
        color: #fff
    }
}