@import "./typography.css";

body {
    font-family: "Inter", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.category-btn:hover {
    text-decoration: none !important;
}

.block-buttons {
    gap: 1em;
}

@media screen and (max-width: 420px) {
    .block-buttons {
        flex-direction: column;
        align-items: center;
        row-gap: 1em;
    }
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: blue !important;
    border-color: blue !important;
}

.text-vertical-align {
    width: fit-content !important;
}

/*label.btn {*/
/*    padding: 0 !important;*/
/*}*/

label [for="profile2_needHubspot"],
[for="profile2_needClientify"],
[for="profile2_needZoho"],
[for="profile2_needWhatsappApi"] {
    margin: 0 !important;
    width: fit-content !important;
    margin-left: 10px !important;
    margin-top: 7px !important;
}

#profile2_whatDoYouDo {
    margin-bottom: 10px !important;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: -7px !important;
}

label [for="profile2_needHubspot"]:before,
[for="profile2_needClientify"]:before,
[for="profile2_needZoho"]:before,
[for="profile2_needWhatsappApi"]:before {
    display: none !important;
}

label [for="profile2_needHubspot"]:after,
[for="profile2_needClientify"]:after,
[for="profile2_needZoho"]:after,
[for="profile2_needWhatsappApi"]:after {
    display: none !important;
}

h1 {
    font-size: 48px;
    margin-block-start: 20px;
    margin-block-end: 10px;
}

.h1 {
    font-size: 2.25rem;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.container,
.container-md,
.container-sm {
    max-width: 1140px;
}

.btn {
    cursor: pointer;
}

.navbar {
    box-shadow: none;
    /* border-bottom: 1px solid #00bcbe;*/
    padding: 15px 15px;
}

.navbar-light .navbar-nav .nav-link {
    border: 0;
    color: #661aff;
}

/*
.navbar .nav-item:before {
    content: "|";
    display: inline-block;
    float: left;
    font-size: 12px;
    position: relative;
    top: 10px;
    color: #bbb;
}
*/

.navbar .nav-item:first-child:before {
    display: none;
}

button.navbar-toggler {
    padding: 0;
    border: 0;
    margin: 0;
}

span.navbar-toggler-icon {
    color: #661aff;
    font-size: 30px;
}

nav.nav.tabs ul {
    display: flex;
    justify-content: space-around;
    width: 97%;
    padding: 0;
    list-style: none;
    flex-flow: nowrap row;
    margin: 0 auto;
    align-items: flex-end;
}

nav.nav.tabs ul li {
    width: 100%;
    margin: 0 2px;
}

nav.nav.tabs ul li a {
    background: #eee;
    border: 1px solid #efeff2;
    border-bottom: 1px solid #efeff2;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 500;
    z-index: 1;
    position: relative;
    top: 1px;
}

nav.nav.tabs ul li a:hover {
    text-decoration: none;
}

nav.nav.tabs ul li:not(.active) a:hover {
    background: #ddd;
}

nav.nav.tabs ul li.active a {
    background: #fff;
    border: 1px solid #efeff2;
    border-bottom: 1px solid #fff;
}

.navbar .nav-item.hubspot-item:before {
    display: none;
}

.navbar-nav .nav-link.hubspot-btn {
    border: 1px solid;
    padding: 2px 9px;
    font-size: 12px;
    border-radius: 15px;
    margin-top: 8px;
    color: #fff;
    margin-left: 7px;
    display: table;
}

.navbar-nav .nav-link.hubspot-btn.off {
    border: 1px solid #ccc;
    color: #ccc;
}

.navbar-nav .nav-link.hubspot-btn.on {
    background: #00bcbe;
    border: 1px solid #00bcbe;
}

.button-wrapper {
    position: sticky;
    top: 0;
    background: #fafafa;
    z-index: 4;
    padding: 0.5em 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.btn-green {
    background: #36c45b;
    border: #36c45b;
}

.navbar-collapse {
    padding: 1em 0;
}

@media (max-width: 1024px) {
    nav.nav.tabs ul {
        justify-content: flex-start;
    }

    nav.nav.tabs ul li {
        width: auto;
    }
}

/*@media (max-width: 768px) {*/
/*    #tabs {*/
/*        height: auto;*/
/*        !* max-height: 0px;*/
/*        overflow: hidden; *!*/
/*        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);*/
/*    }*/

/*    #tabs.show {*/
/*        max-height: 1000px;*/
/*        transition: max-height 1s ease-in-out;*/
/*    }*/

/*    nav.nav.tabs ul {*/
/*        flex-flow: wrap column;*/
/*        justify-content: flex-start;*/
/*        align-items: flex-start;*/
/*        margin-bottom: 1em;*/
/*    }*/

/*    nav.nav.tabs ul li {*/
/*        width: 100%;*/
/*    }*/

/*    nav.nav.tabs ul li a {*/
/*        text-align: left;*/
/*        border-radius: 0;*/
/*        border: 1px solid #ccc;*/
/*        border-bottom: 0;*/
/*    }*/

/*    nav.nav.tabs ul li:last-child a {*/
/*        border-bottom: 1px solid #ccc;*/
/*    }*/

/*    nav.nav.tabs ul li.active a {*/
/*        color: #fff;*/
/*        background: #00bcbe;*/
/*        border-bottom: 0;*/
/*        border: 1px solid #00bcbe;*/
/*    }*/
/*}*/

@media (max-width: 600px) {
    nav.nav.tabs ul li {
        margin: 0 1px;
    }

    nav.nav.tabs ul li a {
        padding: 5px 10px;
    }
}

.disimage {
    height: 64px;
    width: 64px;
    border-radius: 100px;
    margin-top: 15px;
    display: block;
}

/* Data grid container */
.data-grid-container {
    align-items: center;
}

.form-check {
    padding: 0;
}

.form-check-input {
    visibility: hidden;
    display: none;
}

.form-check-input+label {
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
}

.form-check-input:checked+label {
    background: #00bcbe;
    border: 1px solid #00bcbe;
    color: #fff;
}

.form-check-input:checked+label:before {
    content: "\f058";
    font-family: Font Awesome\5 Free;
    display: block;
    float: left;
    margin-right: 7px;
    font-weight: 900;
}

/*
.tabs-wrapper {
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 5em;
        background: #fff
}
*/

.tabs-wrapper {
    border: 1px solid #efeff2;
    padding: 25px;
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 2px;
    position: relative;
    overflow-y: scroll !important;
}

.tabs-wrapper tr:first-child td {
    border-top: 0;
}

.knowledge-container {
    /* padding-block */
}

.blk span.edit a {
    color: #00bcbe;
}

.blk:before {
    content: "\f0b2";
    font-family: Font Awesome\5 Free;
    display: block;
    float: left;
    margin-right: 7px;
    font-weight: 900;
    border-right: 1px solid #ccc;
    padding-right: 7px;
}

.img-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}

.img-wrapper img {
    height: 100%;
    width: auto;
    max-width: inherit;
}

select#clicker {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 5px 9px;
}

div.send {
    margin-top: 10px;
}

.addbtn {
    margin: 20px 0;
}

button.tooltip-btn {
    border: 0;
    background: transparent;
    color: #00bcbe;
    position: absolute;
    top: 38px;
    right: 20px;
}

.help-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.8em;
    right: 15px;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}

.help-tooltip:before {
    content: "";
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.5);
    top: -7px;
    position: absolute;
    right: 12px;
}

button.tooltip-btn:hover+.help-tooltip,
.help-tooltip:hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}

input#whatsapp_number,
input#business_buttonMessage,
input#business_name,
input#business_widgetMessage {
    padding-right: 2.2em;
}

.btn-big {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    max-width: 390px;
    margin-bottom: 0;
}

.radio-button-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.radio-button-wrapper .form-group {
    width: auto;
    float: left;
    margin-right: 30px;
}

.create-widget {
    margin-bottom: 2em;
}

.create-widget .form-group+small {
    margin-top: -13px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #999;
}

.btn-featured {
    background-color: #c1355d;
    border-color: #c1355d;
}

.btn-featured:hover {
    background: #999;
    border-color: #999;
}

.vueupload .form-items {
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: left;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.vueupload .form-items h3 {
    font-size: 1.4em;
    font-weight: 700;
}

.addbtn {
    float: left;
    margin-right: 20px;
}

.vueupload .addbtn+.send {
    margin: 20px 0;
}

.bg-danger {
    background-color: #ffdddd !important;
    color: #e52121 !important;
}

.color-blue {
    color: #00bcbe;
}

.vich-image img {
    width: 200px;
    height: auto;
    margin-top: 10px;
    border: 1px solid #6fb7bc;
}

.button-header {
    color: #fff;
    background-color: #00bcbe;
    border-color: #00bcbe;
    border-radius: 50px;
    font-weight: bold;
    margin-left: 1.5em;
}

.button-header:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

form#form-login .form-wrapper,
form[name="profile"] {
    padding: 1.5em;
    margin: 1em 0;
    display: table;
    border-radius: 1px;
    box-shadow: none !important;
    width: 100%;
}

form[name="profile"] fieldset {
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 1em;
}

form[name="profile"] fieldset h4 {
    background: #eee;
    padding: 1em;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
}

form[name="profile"] .form-check.check-full {
    width: calc(100% - 124px);
}

form[name="profile"] button#profile_Submit {
    background: #661aff;
    border: 1px solid #661aff;
    display: table;
    margin: 1rem auto 0;
}

form[name="profile"] button#profile_Submit:hover {
    background: #999;
    border-color: #999;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row wrap;
    }
}

@media (max-width: 991px) {
    .button-header {
        margin-left: 0;
    }

    .header-wrapper {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .button-header {
        font-size: 13px;
        padding: 0.45em 0.75em;
    }
}

table a.btn.btn-primary {
    color: #5d5d5d;
    padding: 0.65em 1.25em 0.75em 1.25em;
    background: #efeff3;
    border-radius: 2em;
    font-size: 0.9em;
    border: 0;
}

table a.btn.btn-primary:hover {
    background: #d3d3d3;
}

.navbar-brand img {
    max-height: 50px;
}

/*table tr:last-child a.btn-primary {*/
/*    background: #661aff!important;*/
/*    color: #fff;*/
/*    padding: .375rem .75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    border-radius: .25rem;*/
/*}*/

.table td {
    background: #ffffff;
    margin-bottom: 2px;
    border-bottom: 2px solid #fafafa;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .table tr td:nth-of-type(6):not(.single-campaign-form td) {
        display: none;
    }
}

@media (max-width: 767px) {

    .table tr td:nth-of-type(2):not(.single-campaign-form td):not(.single-campaign-form td),
    .table tr td:nth-of-type(3):not(.single-campaign-form td):not(.single-campaign-form td),
    .table tr td:nth-of-type(4):not(.single-campaign-form td):not(.single-campaign-form td),
    .table tr td:nth-of-type(6):not(.single-campaign-form td):not(.single-campaign-form td),
    .table tr td:nth-of-type(7):not(.single-campaign-form td):not(.single-campaign-form td) {
        display: none;
    }
}

@media (max-width: 567px) {

    .table tr td:nth-of-type(2):not(.single-campaign-form td),
    .table tr td:nth-of-type(3):not(.single-campaign-form td),
    .table tr td:nth-of-type(4):not(.single-campaign-form td),
    .table tr td:nth-of-type(6):not(.single-campaign-form td),
    .table tr td:nth-of-type(7):not(.single-campaign-form td) {
        display: none;
    }

    .tabs-wrapper {
        padding: 20px;
    }

    .tabs-wrapper>h5.mt-3 {
        display: none;
    }

    .tabs-wrapper canvas#myChart {
        display: none !important;
    }

    .tabs-wrapper>.benchmark-container {
        display: none;
    }
}

/*.backend .table tr:last-child td {*/
/*	background: transparent!important;*/
/*}*/

.stipe-payment-page .container {
    margin-top: 3rem;
}

/** nuevo menu **/

body.backend {
    background: #fafafa;
}

.user-navbar {
    background: #fff;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 25%);
    padding: 0.5em 15px;
}

.user-navbar .container {
    display: block;
}

.user-navbar .navbar-brand {
    margin: 0;
}

.user-navbar .navbar-brand img {
    width: 100%;
}

.user-navbar .navbar-brand img.img-fluid.logo-chatwith {
    width: 40px;
}

.user-navbar ul.menu-header {
    padding: 0;
    list-style: none;
    margin: 0;
}

.user-navbar ul.menu-header li.nav-item a.nav-link {
    font-size: 0.85em;
    white-space: nowrap;
    color: #a1a1a1;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    position: relative;
}

.user-navbar ul.menu-header li.nav-item a.nav-link:hover {
    color: #4d4d4d;
}

.user-navbar ul.menu-header li.nav-item a.nav-link:hover:after {
    content: "";
    border-bottom: 3px solid #661aff;
    width: 100%;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.user-navbar ul.menu-header li.nav-item a.nav-link img {
    margin-right: 0.5em;
}

.user-navbar .btn-premium-account {
    background: #f9eacb;
    color: #661aff;
    padding: 0.5em 1.5em;
    border-radius: 50px;
    font-size: 0.8em;
}

.user-navbar .btn-premium-account:hover {
    background: #e9d7b3;
}

.user-navbar .btn-premium-account.is-premium {
    background: #e7ecfc;
}

.user-navbar .btn-premium-account.is-premium:hover {
    background: #c0cbed;
}

.user-navbar .user-wrapper:hover {
    text-decoration: none;
    cursor: pointer;
}

.user-navbar .user-wrapper i {
    color: #4d4d4d;
    margin-top: 3px;
}

.user-navbar .user-wrapper.on i {
    transform: rotate(180deg);
    position: relative;
}

.user-navbar .user-wrapper.on i:before {
    top: -7px;
    position: relative;
}

.account-container {
    position: relative;
}

.user-navbar span.account-label {
    width: 100%;
    display: block;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.3em;
}

.user-navbar span.account-email {
    display: block;
    width: 100%;
    font-size: 0.8em;
    line-height: 1.3em;
    max-width: 150px;
    overflow: hidden;
}

div#user-submenu {
    position: absolute;
    background: #fff;
    top: 57px;
    width: 230px;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(128 128 128 / 15%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.15);
    box-shadow: 0px 0px 8px 0px rgb(128 128 128 / 15%);
    border-radius: 4px;
    right: 0;
    z-index: 7;
}

div#user-submenu.show {
    max-height: 1500px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div#user-submenu ul.submenu {
    padding: 0;
    list-style: none;
}

div#user-submenu ul.submenu li.nav-item {
    border-bottom: 2px solid #fbfbfb;
    font-size: 0.9em;
    margin: 0;
}

div#user-submenu ul.submenu li.nav-item a.nav-link {
    color: #5d5d5d;
    padding: 0.85rem 1rem;
}

div#user-submenu ul.submenu li.nav-item a.nav-link:hover {
    color: #661aff;
}

div#user-submenu ul.submenu li.nav-item-message {
    padding: 5px;
}

div#user-submenu ul.submenu li.nav-item-message .nav-link {
    background: #f9eacb;
    padding: 1.25em 0.85em;
    font-size: 0.75em;
}

div#user-submenu ul.submenu li.nav-item-message.is-premium .nav-link {
    background: #e8edfd;
}

div#user-submenu ul.submenu li.nav-item.account-process {
    color: #5d5d5d;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
}

.account-process span.text {
    font-size: 0.65em;
    margin-bottom: 0.25em;
    width: 100%;
    color: #4d4d4d;
}

.account-process span.process-bar {
    width: 100%;
    border: 1px solid #eee;
    float: left;
    margin-bottom: 2px;
    padding: 2px;
    height: 12px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.account-process span.process-bar:after {
    content: "";
    height: 6px;
    background: #f79999;
    position: absolute;
    top: 2px;
    border-radius: 6px;
    width: 20px;
    left: 2px;
}

.account-process.medium span.process-bar:after {
    width: calc(50% - 4px);
    background: #f7e299;
}

.account-process.full span.process-bar:after {
    width: calc(100% - 4px);
    background: #b6f799;
}

.user-wrapper .account-process {
    display: flex;
    position: relative;
}

.user-wrapper .account-process span.process-bar {
    width: 18px;
    height: 16px;
    border-radius: 15px;
    margin-left: 3px;
}

.user-wrapper .account-process span.process-bar:after {
    width: calc(100% - 4px);
    height: 10px;
}

.user-wrapper .account-process.full {
    display: none;
}

@media (max-width: 1024px) {
    .user-navbar ul.menu-header li.nav-item a.nav-link {
        padding: 0.5em 1.5em;
    }

    .user-navbar ul.menu-header li.nav-item a.nav-link span {
        display: none;
    }

    .user-navbar ul.menu-header li.nav-item a.nav-link img {
        margin: 0;
    }
}

@media (max-width: 992px) {
    .user-navbar span.account-email {
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .user-wrapper .account-process span.process-bar {
        position: absolute;
        left: -22px;
        background: #fff;
        bottom: -36px;
        width: 16px;
    }

    .user-navbar ul.menu-header li.nav-item a.nav-link {
        padding: 0.5em 0.75em;
    }

    .user-navbar .navbar-brand img.img-fluid {
        max-width: 125px;
    }
}

@media (max-width: 576px) {
    .user-navbar .btn-premium-account {
        font-size: 0.7em;
    }
}

/* upgrade plan */

h1.title-page {
    font-size: 3.5em;
    font-weight: 700;
    border: 0;
}

.box-wrapper-shadow {
    padding: 3em;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 5%);
}

.color-dark {
    color: #212121;
}

.disabled-text {
    color: #a5a5a5;
}

.btn-full {
    width: 100%;
    font-size: 1.15em;
}

.bg-purple {
    background-color: #661aff !important;
}

.text-purple {
    color: #661aff !important;
}

.border-purple {
    border-color: #661aff !important;
}

.btn.bg-purple:hover {
    background-color: #a5a5a5 !important;
}

.btn.border-purple:hover {
    border-color: #a5a5a5 !important;
}

.btn {
    padding: .5em 1.25em;
    border-radius: .5em;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #661aff;
    border-color: #661aff;
}

.btn-primary.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    border-color: #661aff;
    color: #661aff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    color: #fff !important;
    /* background-color: #999; */
    background-color: rgba(102, 26, 255, 0.9) !important;
    /* border-color: #999; */
    border-color: rgba(102, 26, 255, 0.9) !important;
}

.btn-secondary {
    background: transparent;
    border: 1px solid;
    color: #661aff;
    border-color: #661aff;
}

.btn-secondary:hover {
    background: #661aff;
    color: #fff;
}

.btn-primary .new-tag,
.btn-secondary .new-tag {
    top: -5px;
    right: -5px;
}

.btn-delete {
    background: #f67367;
    color: #fff;
}

.btn-delete:hover {
    background: #e75446;
    color: #fff;
}

span.or {
    color: #dad9d9;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
}

span.or span.text {
    background: #fff;
    z-index: 0;
    position: relative;
    padding: 0.5em;
}

span.or:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px solid;
    top: 12px;
}

@media (max-width: 768px) {
    .mobile-border-0 {
        border: 0 !important;
    }

    h1.title-page {
        font-size: 2.5em;
    }

    .box-wrapper-shadow {
        padding: 1.5em;
    }
}

/** MENU WIDGET **/

.menu-widget-wrapper {
    border-bottom: 5px solid #eff0f0;
    border-image: linear-gradient(#eff0f0, #fafafa00) 90;
}

.menu-widget li {
    margin-bottom: -2px;
    margin-right: 1em;
}

.menu-widget li a {
    display: block;
    padding: 1em 0.75em;
    color: #54585c;
    border-bottom: 2px solid transparent;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.menu-widget li.back {
    margin-right: 0;
}

.menu-widget li.back a {
    margin-left: -48px;
    border: 0;
    border-radius: 25px;
    line-height: 38px;
    padding: 0;
    width: 38px;
    text-align: center;
    margin-top: 10px;
}

.menu-widget li.back a:hover {
    background: #661aff;
    color: #fff;
}

.menu-widget li a:hover {
    text-decoration: none;
    color: #2b3034;
    border-bottom-color: #2b3034;
}

.menu-widget li.active a,
.menu-widget li a.active {
    font-weight: 600;
    color: #2b3034;
    /*    border-bottom-color: #2b3034;*/
}

.menu-widget li a .circ {
    width: auto;
    height: 20px;
    background: #34b576;
    color: #fff;
    position: relative;
    padding: 2px 6px 1px;
    border-radius: 100px;
    font-size: 11px;
    z-index: 10;
    display: inline-block;
    margin-left: 0.35em;
    min-width: 20px;
    text-align: center;
    top: auto;
    right: auto;
}

.menu-widget {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.menu-widget li {
    padding-left: 5px;
    padding-right: 5px;
}

.menu-widget li.active {
    background: rgb(239, 240, 240);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-widget li a {
    padding-left: 0px;
    padding-right: 0px;
}

ul.buttons li {
    margin-left: 0.5em;
}

ul.buttons li a.button {
    color: #5d5d5d;
    padding: 0.65em 1.25em 0.75em 1.25em;
    background: #efeff3;
    border-radius: 2em;
    font-size: 0.9em;
    cursor: pointer;
}

ul.buttons li a.button .icon {
    width: 20px;
    margin-right: 0.25em;
}

ul.buttons li a.button:hover {
    color: #2b3034;
    text-decoration: none;
}

ul.buttons li a.button.button-transparent {
    background: transparent;
}

img#imgWhatsappIcon,
#modalWhatsappIcon div.choose li a img {
    background-color: #1cd741;
}

#modalBackgroundImage,
#modalBanner,
#modalPreview,
#modalReturningBanner,
#modalWhatsappIcon,
#modalIcon,
#modalPrivacityTermsCookies,
#modalLink,
#modalCodeAgent,
#modalCallback,
#modalCallbackCampaign,
#modalEditAudienceName,
#modalCode1,
#modalCode {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

#modalBackgroundImage {
    padding-top: 0;
}

#modalBackgroundImage div.code-wrapper {
    min-width: 70vw;
    min-height: 70vh;
    padding-bottom: 30px;
}

#modalPreview.show,
#modalBackgroundImage.show,
#modalBanner.show,
#modalReturningBanner.show,
#modalWhatsappIcon.show,
#modalIcon.show,
#modalPrivacityTermsCookies.show,
#modalLink.show,
#modalCallback.show,
#modalCallbackCampaign.show,
#modalEditAudienceName.show,
#modalCode1.show,
#modalCode.show,
#modalCodeAgent.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999999;
}

#modalPrivacityTermsCookies.show {
    background: rgba(0, 0, 0, 0.8);
}

.code-wrapper {
    max-width: 550px;
    background: #fff;
    padding: 1em 2em;
    width: 95%;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
}

.close-modal,
#close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 0.25em;
    cursor: pointer;
}

span#copiedKeyNumber,
span#copiedAgent,
span#copied {
    display: table;
    margin: auto;
    margin-top: -10px;
    font-size: 0.75em;
    color: green;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span#copiedKeyNumber.show,
span#copiedAgent.show,
span#copied.show {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.buttons li a.button#menu-button {
    font-size: 1.25em;
    padding: 0;
    width: 36px;
    display: block;
    text-align: center;
    line-height: 32px;
    background: #efeff3;
    margin-top: -4px;
}

div#menu-mobile {
    padding: 0;
    background: #fff;
    position: absolute;
    top: 38px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(128 128 128 / 15%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.15);
    box-shadow: 0px 0px 8px 0px rgb(128 128 128 / 15%);
    border-radius: 4px;
    min-width: 200px;
    right: 0;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 6;
    visibility: hidden;
}

div#menu-mobile.on {
    max-height: 1500px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: visible;
    z-index: 6;
}

@media only screen and (max-width: 991px) {
    div#menu-mobile.on {
        z-index: 90;
    }
}

div#menu-mobile .menu-widget li {
    display: block !important;
    border-bottom: 2px solid #eff0f0;
    margin: 0;
}

div#menu-mobile .menu-widget li a {
    padding: 0.75em 1em;
    font-size: 0.9em;
    border: 0;
}

div#menu-mobile .menu-widget li a:hover {
    color: #661aff;
}

@media (max-width: 1400px) {
    .menu-widget li.back {
        margin-right: 1em;
    }

    .menu-widget li.back a {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .menu-widget li:not(.back) {
        display: none;
    }
}

/* LISTADO WIDGETS*/

h1.title-page-small {
    font-weight: 500;
    border: 0;
}

a.heading-button {
    font-size: 14px;
}

a.heading-button img {
    max-width: 15px;
    position: relative;
    margin-top: -3px;
}

.widget-wrapper {
    border: 1px solid #efeff2;
    border-radius: 15px;
    padding: 1.5em 1.5em 1em;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: #fff;
}

.footer-widget-tag {
    margin-top: 1em;
}

.footer-widget-tag .get-code-button {
    background-color: orange;
    color: white;
}



.widget-wrapper h3.widget-title {
    /* font-weight: 500;
    font-size: 1.35em; */
    color: #000;
}

.widget-wrapper h3.widget-title a {
    color: #000;
}

.widget-wrapper p.widget-message {
    color: #999999;
    font-size: 0.85em;
    line-height: 1.25rem;
}

.widget-wrapper .agents .agent {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    margin-bottom: 1em;
}

.widget-wrapper .agents .agent .agent-image-link {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
    margin-right: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efeff2;
    background: #fff;
}

.widget-wrapper .agents .agent .agent-image-link img.agent-image {
    height: 100%;
    max-width: initial;
}

.widget-wrapper .agents .agent a {
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
}

.widget-wrapper .agents .agent .agent-image-link+.agent-image-link {
    margin-left: -22px;
}

.get-tag-button,
.get-code-button {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    transition: opacity 0.3s ease-in-out;
    width: fit-content;
    text-align: center;
    background-color: #f4f6fd;
    color: rgb(152 105 247);
}

.get-code-button:hover {
    color: rgb(174 141 241);
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer;
}

.footer-widget {
    /*position: absolute;
    bottom: 0;
    width: calc(100% - 3em);*/
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 1em 0;
}

.footer-widget a {
    cursor: pointer;
    font-size: small;
    text-decoration: none;
}

.footer-widget a.draft {
    color: #5d5d5d;
}

.footer-widget a.draft img {
    position: relative;
    top: -2px;
}

.footer-widget .tags {
    margin-top: 0.4rem !important
}

.footer-widget .tags span {
    color: white;
    margin: 0 2px 5px 0;
}

.myNewFooter {
    color: #8e8d8d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.myNewFooter p {
    padding: 0;
    margin: 0;
}

div.mini-menu {
    position: absolute;
    bottom: 0;
    padding: 0;
    background: #fff;
    /* top: calc(100% + 5px); */
    -webkit-box-shadow: 0px 0px 8px 0px rgb(128 128 128 / 15%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.15);
    box-shadow: 0px 0px 8px 0px rgb(128 128 128 / 15%);
    border-radius: 4px;
    width: 180px;
    /* right: 15px; */
    height: auto;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 5;
    visibility: hidden;
    margin-left: 75px;
}

div.mini-menu.show {
    max-height: 1500px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}

div.mini-menu ul li {
    display: block !important;
    border-bottom: 2px solid #fbfbfb;
    margin: 0;
}

div.mini-menu ul li.nav-item-message {
    background-color: #faf4b4;
}

div.mini-menu ul li.nav-item-message a {
    font-size: 0.75em;
    color: #661aff;
}

div.mini-menu ul li a {
    padding: 0.5em 1em;
    font-size: 0.8em;
    border: 0;
    display: block;
    color: #5d5d5d;
}

div.mini-menu ul li a:hover {
    color: #661aff;
}

div#menu-mobile .menu-widget li:last-child,
div.mini-menu ul li:last-child {
    border-bottom: 0;
}

.widget-wrapper.disabled {
    background: #f3f3f6;
    min-height: 260px;
}

.widget-wrapper.disabled .footer-widget {
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 1em;
}

.widget-wrapper.disabled h3.widget-title a {
    color: #787879;
}

.widget-wrapper.disabled p.widget-message {
    color: #acacae;
}

/** AGENTS **/

.h1-small {
    padding: 0;
    font-size: 1.5em;
    border: 0;
}

.h1-small+a.back-btn {
    font-size: 0.9em;
}

.agent-item-wrapper {
    background: #ffffff;
    margin-bottom: 2px;
    position: relative;
}

.agent-item-wrapper i.handle:hover {
    cursor: pointer;
}

/*
.agent-item-wrapper:before {
    content: "\f142";
    font-weight: 900;
    font-family: FontAwesome;
    position: absolute;
    color: #ddd;
    margin-left: -5px;
}
*/
.agent-item-wrapper span.agent-phone,
.agent-item-wrapper span.hits,
.agent-item-wrapper span.agent-name {
    font-size: 0.9em;
    color: #303337;
    font-weight: 500;
}

.agent-item-wrapper span.agent-name {
    font-size: 0.9em;
    color: #303337;
    font-weight: 500;
    display: inline-block;
    /*max-width: 7rem;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    vertical-align: middle;
}

.agent-submenu a,
.agent-item-wrapper .buttons a {
    font-size: 0.9em;
    color: #5d5d5d;
    padding: 0.4em 0.5em;
    background: #efeff3;
    border-radius: 2em;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 0.5em !important;
}

.agent-submenu a:hover,
.agent-item-wrapper .buttons a:hover {
    color: #2b3034;
    text-decoration: none;
}

.agent-item-wrapper .border-left {
    border-width: 2px;
    border-color: #f6f6f8 !important;
}

.agent-item-wrapper span.agent-name span {
    margin-left: 0.5em;
    color: #b8b9ba;
}

@media (max-width: 767px) {
    .agent-item-wrapper .border-left {
        border: 0 !important;
    }
}

@media (max-width: 576px) {

    .agent-item-wrapper span.agent-phone,
    .agent-item-wrapper span.hits,
    .agent-item-wrapper span.agent-name,
    .agent-item-wrapper span.agent-name,
    .agent-item-wrapper .buttons a {
        font-size: 1.2em;
    }

}

/* .form-group label,
.agent-form label,
.agent-form .enableOptimes legend {
    margin: 1em 0 .25em;
    font-weight: bold;
    color: #262626;
    font-size: .9em;
} */

.form-group {
    margin-bottom: 0.5em;
    clear: left;
}

label[for="business_color"] {
    margin-right: 1em;
    float: left;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    top: 8px;
    cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

label[for="business_color"] {
    margin-right: 20px;
    float: left;
}

.form-check+.form-text {
    margin-top: -8px;
}

fieldset,
fieldset.form-group {
    border: 1px solid #ced4da;
    padding: 1em 1.5em;
    margin: 1em 0;
    border-radius: 0.5em;
    background: transparent;
}

/*
@media only screen and (max-width: 500px) {
    fieldset,
    fieldset.form-group {
        padding-inline: 5px!important;
    }
}

@media screen and (min-width : 768px) and  (max-width : 1184px) {
    fieldset,
    fieldset.form-group {
        padding-inline: 4px!important;
    }
} */

fieldset legend,
fieldset.form-group legend {
    width: auto;
    padding: 0 0.5em;
    font-weight: bold;
    color: #262626;
    font-size: 0.9em;
}

.agent-form small.form-text.text-muted,
.agent-form .form-group+small {
    color: silver !important;
    font-size: 0.8em;
    width: 100%;
    display: block;
    margin: 4px 0;
}

.agent-form #whatsapp_icon_help {
    margin: 0.5em 0 0.25em 0;
}

.agent-form .form-control {
    width: 100%;
    font-size: 16px;
    color: #262626;
    border: 2px solid #e5e5e5;
    border-radius: 0.25rem;
}

.agent-form select.form-control {
    padding: 0.175rem 0.375rem;
}

.w-auto {
    width: 100% !important;
}

.agent-form .enableOptimes label,
.agent-form .enableOptimes legend {
    margin: 0;
}

.custom-file,
.custom-file-input {
    height: 68px;
}

.vich-file a {
    font-size: 14px;
}

.maximum-file-size-p {
    margin-top: 5px;
}

button.tooltip-btn {
    color: #661aff;
    top: 44px;
    right: 20px;
    font-size: 13px;
    padding: 0.25em;
}

.agent-form .upload-field .custom-file label.custom-file-label {
    margin: 0;
}

.form-check-input:checked+label,
.form-check-input+label {
    border-radius: 0;
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 0.9em;
    width: auto;
    color: #3d4e5b;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
}

.form-check-input:checked+label:after,
.form-check-input+label:after {
    content: "";
    position: absolute;
    display: block;
    width: 52px;
    height: 28px;
    background: #bbb;
    right: -70px;
    top: -3px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.form-check-input:checked+label:before,
.form-check-input+label:before {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    right: -43px;
    z-index: 1;
    top: 0px;
    border-radius: 15px;
    transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
}

.form-check-input:checked+label:before {
    right: -74px;
    transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
}

.form-check-input:checked+label:after {
    background: #661aff;
}

.custom-file+.form-text.text-muted {
    position: relative;
    margin: 2.25em 0 0;
    font-size: 0.7em;
}

.full-checks .form-check label {
    width: calc(100% - 100px);
}

.agent-form .enableOptimes>div.col-md-12>fieldset.form-group>legend {
    /* display: none; */
}

.agent-form div#whatsapp_optimes {
    padding: 0;
}

.agent-form .optimesx>fieldset {
    border: 1px solid #e4e4e4;
    background: #fff;
}

.btn-update {
    border-radius: 4px;
    padding: 0.75em 2.5em;
}

.agent-form .optimesx>fieldset>div div:first-child,
.agent-form .optimesx>fieldset>div div:last-child {
    width: 100%;
}

.agent-form .optimesx>fieldset>div>* {
    width: 50%;
}

.agent-form .optimesx>fieldset>div>fieldset {
    margin-top: 0.5em;
}

.agent-form .optimesx>fieldset>div>fieldset .form-inline {
    display: flex;
    flex-flow: nowrap row;
    padding: 0;
}

.preview-wrapper {
    border: 2px dashed #87a2fc;
    border-radius: 15px;
    padding: 8em 2em 0;
    background: #f3f3f6;
    position: relative;
    min-height: 500px !important;
    background: url('/img/test-widget-click-here.png') no-repeat;
    background-position: left 10px bottom 10px;
}

.preview-wrapper .btn-refresh {
    position: absolute;
    top: 1em;
    left: 50%;
    background: #fafafa;
    color: #5d5d5d;
    margin-left: -55px;
}

/*.form-check-input:checked + label, .form-check-input + label {*/
/*    width: 0 !important;*/
/*    text-align: center !important;*/
/*}*/

.border-grey {
    border-color: #aaaaaa;
}

.custom-text-color {
    color: #aaa !important;
    font-weight: 600 !important;
    font-size: 1em !important;
}

.border-grey:hover {
    border-color: #aaaaaa;
}

/*@media screen and (max-width: 500px) {*/
/*    .form-check-input:checked + label, .form-check-input + label {*/
/*        width: 26.6rem !important;*/
/*        text-align: center !important;*/
/*    }*/
/*}*/

.preview-wrapper .btn-refresh:hover {
    background: #eeeeee;
}

ul.copy-links {
    display: flex;
    justify-content: space-around;
    padding: 0;
    list-style: none;
    margin: 1.5em 0;
    flex-flow: wrap row;
}

ul.copy-links li {
    margin: 0 1em;
    text-align: center;
    font-size: 0.9em;
}

ul.copy-links li a {
    color: #661aff !important;
    cursor: pointer;
}

ul.copy-links li a:hover {
    color: #666 !important;
}

/****/

.checklist-horizontal div#whats_app_api_configuration_verifyWhatsAppNumber {
    display: flex;
}

.checklist-horizontal label.form-check-label,
.checklist-horizontal+.last .form-check label {
    /* width: auto%; */
    width: auto;
    position: relative;
    padding-right: 64px;
    color: #3d4e5b;
}

.checklist-horizontal label.form-check-label:before,
.checklist-horizontal+.last .form-check label:before {
    right: 26px;
    color: #3d4e5b;
}

.checklist-horizontal label.form-check-label:after,
.checklist-horizontal+.last .form-check label:after {
    right: 0;
    color: #3d4e5b;
}

.checklist-horizontal+.last .form-check .form-check-input:checked+label:before {
    right: -3px;
}

.checklist-horizontal .form-check {
    margin-right: 2em;
    margin-bottom: 1em;
}

.checklist-horizontal .last .form-check {
    margin-right: 0;
}

.checklist-horizontal .form-check-input:checked+label:before {
    right: -3px;
}

form[name="whats_app_api_configuration"] fieldset {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 1em 1.5em 0;
    margin-bottom: 2.5em;
}

form[name="whats_app_api_configuration"] legend {
    width: auto;
    font-size: 0.9em;
    font-weight: bold;
    color: #262626;
}

.label-no-margin label {
    margin: 0 !important;
}

@media (max-width: 768px) {

    #whats_app_api_configuration_amountAgents,
    #whats_app_api_configuration_amountAgents+.checklist-horizontal {
        width: 100%;
    }

    ul.buttons li a.button {
        padding: 0.65em 1em 0.75em 1em;
        font-size: 0.8em;
    }

    h1.title-page-small {
        font-size: 2.25em;
    }
}

@media (max-width: 576px) {
    .checklist-horizontal .form-check {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    .checklist-horizontal label.form-check-label,
    .checklist-horizontal+.last .form-check label {
        text-align: left;
        width: auto;
    }

    div#whats_app_api_configuration_verifyWhatsAppNumber .form-check {
        margin-right: 2em;
    }

    h1.title-page-small {
        font-size: 1.75em;
    }
}

.hide {
    display: none;
}

.modal div.upload {
    padding: 60px 30px 30px 30px;
    text-align: center;
}

.modal div.choose {
    padding: 30px 0;
    text-align: center;
    height: 59vh;
    width: 100%;
}

@media only screen and (max-width: 434px) {
    .modal div.choose {
        height: 56vh;
    }
}

.modal div.choose a {
    border: 2px solid #cccccc;
    border-radius: 5px;
}

/** PAGINADOR **/

ul.pagination {
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    margin: 1.5em 0 0;
    flex-wrap: wrap;
}

a.page-link {
    color: #5d5d5d;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    border-radius: 20px;
    padding: 0 10px;
}

.page-item.active .page-link {
    border: 0;
    background: #661aff;
    border-radius: 18px;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

span.page-link {
    min-width: 30px;
    font-weight: bold;
}

li.page-item {
    margin: 0 0.25em;
}

.page-item:last-child .page-link {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.page-item.disabled .page-link {
    background: #efeff3;
    border: 0;
    border-radius: 18px;
    font-weight: normal;
}

/* BUSSINES DIRECTORY */

.card.bussines-wrapper {
    border: 1px solid #efeff2;
    border-radius: 15px;
    padding: 1.5em 1em;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: #fff;
}

.card.bussines-wrapper .card-body {
    padding: 0.75em;
}

.img-bussines {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0.5em auto;
    border-radius: 100px;
    object-fit: cover;
    border: 1px solid #ccc;
}

.card.bussines-wrapper h3.bussines-name {
    font-size: 1em;
    font-weight: 600;
}

.card.bussines-wrapper h3.bussines-name a {
    //color: #000;
}

.card.bussines-wrapper .bussines-message {
    font-size: 0.8em;
}

.card.bussines-wrapper span.clicks {
    width: auto;
    position: relative;
    font-size: 0.75em;
}

/** DASHBOARD **/

.services-cards .card,
.payments-card.card,
.dashboard-cards .card {
    border-color: #efeff2;
    background: #fff;
    border-radius: 15px;
    color: #262626;
    text-align: center;
    font-size: 0.8em;
}

.services-cards .card {
    max-width: 396px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.services-cards>div>div.card>a>img {
    margin: 30px auto 0 !important;
}

.dashboard-cards .card span.clicks-number {
    display: block;
    /* text-align: left; */
    font-size: 2em;
    font-weight: 600;
    line-height: 0.95em;
}

.dashboard-cards .card span.clicks-label {
    display: block;
    /* text-align: left; */
    font-size: 0.8em;
}

.data-grid-container .card {
    min-inline-size: 8.75rem;
    margin-block: 0.5rem;
}

.data-grid-container .form-inline {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.data-grid-container .form-alignment-container {
    justify-content: center;
}

.data-grid-container .form-inside-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-inline-size: 500px;
}

.payments-card.card span.label-card {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 2em;
}

.payments-card.card span.payments-value {
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.75em;
}

.payments-card.card span.payments-value span.symbol {
    font-size: 1rem;
    padding-left: 0.2rem;
    font-weight: 500;
}

@media (max-width: 991px) {
    .services-cards div:nth-of-type(4) div img {
        /* height: auto!important;
        width: 100%!important; */
    }
}

@media (max-width: 768px) {
    .services-cards div:nth-of-type(4) div img {
        /* height: 70px!important;
        width: auto!important; */
    }
}

@media (max-width: 576px) {
    .services-cards {
        /* justify-content: center; */
        display: none;
    }

    .services-cards>div {
        display: flex;
        justify-content: center;
    }

    /* Adjust logo padding top and bottom*/
    .services-cards>div>div.card>a>img {
        margin: 10px auto 10px !important;
    }

    /* Quit margin top*/
    .services-cards .card-body {
        padding: 0 1.25rem 20px;
    }
}

/* Hide "Invite your team" and "Get your..." on tablet and desktop */
@media (max-width: 991px) {
    div.invite-team {
        display: none;
    }
}

/* Center "Unlock your premium account and accomplish so much more!" container in Services Payments */
.presubscription {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presubscription>div {
    flex: 0;
}

.choose-a-background-img-container {
    padding-block: 15px !important;
    padding-inline: 15px !important;
    margin-block-end: 0 !important;
}

/* Create account form */
.create-account-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

.create-account-form-container div form {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.no1.svelte-57zwbc.svelte-57zwbc {
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 12px;
    text-align: center;
    color: white;
}

/* Create Account */
.create-your-account-form-container {
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

.create-your-account-form-container div form {
    margin-top: 0;
    padding-top: 0;
}

/* Create widget form */

.widget-setup-form-container .form-group {
    margin-bottom: 0 !important;
}

pre.templatePreview {
    background: white;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

/*
* New Input ans Label Styles
*/

/* .new-form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .new-form-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #newInput {
    width: 100%;
    height: 48px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 5px 10px;
  }
  #newInput::placeholder {
    color: #C0C0C0;
    font-size: 16px;
  }
  .newInput {
    color: #212121;
    width: 100%;
    height: 48px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 5px 10px;
  }
  .newInput::placeholder {
    color: #C0C0C0;
    font-size: 16px;
  }
  .input-tip {
    font-size: 14px;
    color: #C0C0C0;
    margin-top: 5px;
  }
  input {
    font-size: 16px;
  }
  .new-label {
    font-size: 14px;
    font-weight: 600!important;
    color: #3D4E5B;
  } */

/*
  * Widget Landing Page Design Page
  */

fieldset.landing-fieldset {
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

fieldset.landing-fieldset h2 {
    margin-bottom: -10px;
}

.landing-fieldset .ck {
    border-color: #d9d9d9 !important;
}

/* Theme */
/* .new-form-group.theme-group {
      width: 100%;
      max-width: 520px;
  }
  .theme-div-container {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .theme-div-container button#myBtn {
    height: 100%
  }

  .theme-group .input-tip {
      margin-top: 2px;
  } */

/* Legend */

div.new-form-group.legend-group {
    max-width: 520px;
}

div.legend-group {
    padding-left: 0;
    padding-right: 0;
}

div.legend-group div.form-group {
    margin-bottom: 0;
}

div.legend-group div.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #3d4e5b;
}

.legend-group div.form-group>div.ck:first-child {
    /* border-color: #D9D9D9; */
    border-color: red !important;
}

.new-form-group.legend-group .ck-content,
.new-form-group.legend-group .ck-content:focus {
    height: 160px;
}

.landing-group .input-tip {
    margin-top: 2px;
}

.legend-group .input-tip {
    margin-top: 2px;
}

/* Background */

/* .background-group {
     max-width: 520px;
  }
  .background-and-button-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 4px 4px 0 0;
      overflow: hidden;
  }
  .background-thumbnail-container {

  }
  .background-thumbnail-container img {
      max-width: 100%!important;
  }

  .choose-background-button-container {
      border-left: 1px solid #D9D9D9;
      border-right: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      border-radius: 0 0 4px 4px;
      max-width: 520px;
      width: 100%;
      height: 66px;
      display: flex;
      justify-content: start;
      align-items: center;
      padding-left: 27px;
  }

  .choose-background-button {
      background: none;
      border: none;
      color: #661AFF;
      text-decoration: underline;
  }
  .choose-background-button:hover{
      text-decoration: none;
      color: #661AFF;
  }
  .choose-background-button:active,
  .choose-background-button:focus {
      background: none!important;
      border: none!important;
      color: #661AFF!important;
  } */

/* Colors */
.colors-selector-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
    flex-wrap: wrap;
    gap: 10px;
}

.color-input-container {
    width: 220px;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
}

div.color-input-container div.form-group {
    margin-bottom: 0 !important;
}

div.primary-color-group div.form-group label {
    display: none;
}

.primary-hex-color:hover {
    cursor: default;
}

.primary-color-group .form-group input {
    border: none;
    position: static;
}

div.primary-color-group div.form-group label {
    display: none;
}

.primary-hex-color:hover {
    cursor: default;
}

div.secondary-color-group div.form-group label {
    display: none;
}

.secondary-color-group .form-group input {
    border: none;
    position: static;
}

.secondary-hex-color:hover {
    cursor: default;
}

.primary-color-group .form-group input {
    border: none;
    position: static;
}

/* Countdown */
.countdown-group {
    max-width: 520px;
    width: 100%;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.countdown-group .datetime-container fieldset legend {
    display: none;
}

.datetime-container fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.datetime-container fieldset div.form-inline select {
    border: 1px solid #d9d9d9;
    padding-right: 2px;
}

#design_landing_landingDateTime {
    justify-content: center;
}

#design_landing_landingDateTime select {
    width: 100%;
    max-width: 98px;
}

#design_landing_landingDateTime_date_year {
    margin-right: 20px;
}

#design_landing_landingDateTime_time_hour {
    margin-right: 2px;
}

#design_landing_landingDateTime_time_minute {
    margin-left: 2px;
}

.datetime-container fieldset div.form-inline select {
    border: 1px solid #d9d9d9;
    padding-right: 2px;
}

#design_landing_landingDateTime {
    justify-content: center;
}

#design_landing_landingDateTime select {
    width: 100%;
    max-width: 98px;
}

#design_landing_landingDateTime_date_year {
    margin-right: 20px;
}

.countdown-group .timezone-container .form-group label {
    display: none;
}

.countdown-group .timezone-container .form-group select {
    /* max-width: 325px; */
    width: 100%;
    padding-right: 0 !important;
}

.countdown-group .timezone-container .form-group select:focus,
.countdown-group .timezone-container .form-group select:active {
    border: none !important;
}

/* Legal */
.legal-group {
    width: 100%;
    max-width: 520px;
}

.legal-group .form-group label {
    display: none;
}

#design_landing_landingDateTime_time_hour {
    margin-right: 2px;
}

#design_landing_landingDateTime_time_minute {
    margin-left: 2px;
}

/* Submit */
.save-widget-settings {
    position: sticky;
    background: #fafafa;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
}

.submit-and-urls-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    overflow-wrap: anywhere;
    gap: 35px;

    /* position: sticky;
      background:#fafafa;
      bottom:0px;
      padding-top:10px;
      padding-bottom:10px;
      z-index:2; */
}

#design_landing_submit {
    width: 220px;
    height: 48px;
    margin: 0 auto;
}

/* URL */
.url-and-short-url-container {
    max-width: 520px;
}

.url-title {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 0;
}

.url-div,
.short-url-div {
    padding-left: 0;
    padding-right: 0;
}

.url-div a:hover,
.short-url-div a:hover {
    color: #661aff;
}

.url-div {
    margin-bottom: 8px;
}

.widget-design-submenu {
    flex-wrap: wrap;
    justify-content: center;
}

.get-code-and-preview-container {
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
}

.get-code-and-preview-container .preview-li {
    width: max-content;
}

@media only screen and (max-width: 1050px) {
    .get-code-and-preview-container .preview-li a {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 650px) {
    #design_landing_landingDateTime select {
        width: 30%;
        max-width: none;
    }
}

@media only screen and (max-width: 575px) {
    .colors-selector-group {
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .form-div-container {
        padding: 0;
    }

    .get-code-and-preview-container {
        justify-content: start !important;
        margin-left: 30px !important;
        flex-wrap: wrap !important;
    }

    .title-h2 {
        text-align: center !important;
    }

    .preview-li {
        margin-left: -10px !important;
    }
}

/* Widget Settings Subpage */

.widget-settings-subpage-container {
    margin-bottom: 50px;
}

.main-settings-widget-container {
    margin-bottom: 1rem !important;
}

/* .advanced-options-details .form-group {
    max-width: 520px;
  } */

.tag-fieldset {
    max-width: 520px;
}

.advanced-options-summary {
    margin-bottom: 5px;
    color: #3d4e5b;
}



#fromCountrySearch,
input.timezone {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url("/img/searchicon.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}



@media only screen and (max-width: 768px) {
    span.payments-value {
        font-size: 1.8rem !important;
        font-weight: 600 !important;
        line-height: 0.95em !important;
    }

    span.symbol {
        font-size: 1em !important;
    }
}

/*@media (width < 1170px) {*/
/*    .row--comission {*/
/*        display: flex !important;*/
/*        flex-direction: column !important;*/
/*        align-items: center !important;*/
/*        font-size: 0.65rem !important;*/
/*    }*/
/*    .row--comission > span.payments-value {*/
/*        font-size: 0.65rem !important;*/
/*        margin-bottom: 2em !important;*/
/*    }*/
/*}*/

/*@media (width < 1118px) {*/
/*    .services-cards {*/
/*        justify-content: center;*/
/*    }*/

/*    .services-cards > div {*/
/*        min-width: 50%;*/
/*    }*/
/*}*/



h3.counter {
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.category-description p,
.category-description {
    font-size: 20px;
}

.mobile {
    display: none;
}

@media (max-width: 576px) {
    .menu-widget-wrapper {
        border-bottom-width: 1px;
        border-image: none;
    }


    .mobile {
        display: inline;
    }

    .desktop {
        display: none;
    }

    ul.widget-design-submenu {
        gap: 0;
    }

    ul.widget-design-submenu li {
        margin-right: 0;
    }

    ul.widget-design-submenu li a {
        font-size: 12px;
    }

}