@import url('/site/brand_css');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

:root {
    --bkg-gradient-spa: linear-gradient(45deg, rgba(49, 163, 193, 1) 20%, rgba(0, 66, 89, 1) 100%);

    --color-dark-new: #0f1938;
    --color-blue-corp: #1d3eab;
    --color-blue-new: #436df7;
    --color-blue-low: #e8f9ff;
    --color-disable: #9fb9d8;
    --color-bg: #F2FAFF;
    --color-green: #31DE47;
    --color-red: #f64d48;

    --main-title-font: 'Mulish', sans-serif;
    --main-txt-font: 'Poppins', sans-serif;

    --main-txt-color: #0F1727;
    --main-txt-spacing: 0.5px;
    --transition-btn: all .5s;
}


@font-face {
    font-family: Mulish;
    src: local("Mulish-Medium"),
        url(/fonts/Mulish/Mulish-Medium.ttf);
    font-weight: Medium;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins-Regular"),
        url(/fonts/Poppins/Poppins-Regular.ttf);
    font-weight: Medium;
}

@font-face {
    font-family: "fontello_tiktok";
    src: url("../../fonts/fontello_tiktok.eot?45484529");
    src: url("../../fonts/fontello_tiktok.eot?45484529#iefix") format("embedded-opentype"),
        url("../../fonts/fontello_tiktok.woff2?45484529") format("woff2"),
        url("../../fonts/fontello_tiktok.woff?45484529") format("woff"),
        url("../../fonts/fontello_tiktok.ttf?45484529") format("truetype"),
        url("../../fonts/fontello_tiktok.svg?45484529#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontello_tripadvisor";
    src: url("../fonts/fontello_tripadvisor.eot?45484529");
    src: url("../fonts/fontello_tripadvisor.eot?45484529#iefix") format("embedded-opentype"),
        url("../fonts/fontello_tripadvisor.woff2?45484529") format("woff2"),
        url("../fonts/fontello_tripadvisor.woff?45484529") format("woff"),
        url("../fonts/fontello_tripadvisor.ttf?45484529") format("truetype"),
        url("../fonts/fontello_tripadvisor.svg?45484529#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontello_x";
    src: url("../fonts/fontello_x.eot?45484529");
    src: url("../fonts/fontello_x.eot?45484529#iefix") format("embedded-opentype"),
        url("../fonts/fontello_x.woff2?45484529") format("woff2"),
        url("../fonts/fontello_x.woff?45484529") format("woff"),
        url("../fonts/fontello_x.ttf?45484529") format("truetype"),
        url("../fonts/fontello_x.svg?45484529#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa-tiktok.tiktok:before,
.fa-tiktok:before,
.mdi-tiktok.tiktok:before,
.mdi-tiktok:before {
    content: "\E800";
    font-family: "fontello_tiktok" !important;
}

.fa-tripadvisor.tripadvisor:before,
.fa-tripadvisor:before,
.mdi-tripadvisor.tripadvisor:before,
.mdi-tripadvisor:before {
    content: "\E801";
    font-family: "fontello_tripadvisor" !important;
}

.fa-twitter-x.x:before,
.fa-twitter-x:before,
.mdi-twitter-x.x:before,
.mdi-twitter-x:before {
    content: "\E803";
    font-family: "fontello_x" !important;
}

/* header*/
html {
    width: 1px;
    min-width: 100%;
    width: 100%;
}

html,
body {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box .flex-2 {
    width: 50%;
    padding: 20px;
}

.blue-shadow {
    -webkit-box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
    -moz-box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
    box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
}

h1,
h2,
h3,
h4 {
    font-family: var(--main-title-font), sans-serif;
}

.btn-round-default {
    height: 32px;
    width: fit-content;
    color: #ffffff;
    display: flex;
    align-items: center;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 50px;
    letter-spacing: var(--main-txt-spacing);
    padding: 0 12px;
    transition: all 0.2s;
    /* si no hay color corporativo */
    background: var(--color-blue-corp);
}

.btn-round-default.secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    line-height: 28px;
    box-shadow: none;

    /* si no hay color corporativo */
    color: var(--color-blue-corp);
    border: 2px solid var(--color-blue-corp);
}

.btn-round-default.secondary:hover,
.btn-round-default:focus,
.btn-active,
.btn-round-default:hover {
    color: #ffffff;
    background: var(--color-dark-new);
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 12px -4px rgb(45 117 157 / 50%);
    -moz-box-shadow: 0px 3px 12px -4px rgb(45 117 157 / 50%);
    box-shadow: 0px 3px 12px -4px rgb(45 117 157 / 50%);
}

.btn-round-default.secondary:hover {
    border: 2px solid var(--color-dark-new);
    color: #ffffff;
}

.btn-round-default i {
    font-size: 18px;
    line-height: 32px;
    margin: 0px 2px 0px 0px;
}

/* DATE PICKER
-------------------------------------------------- */
.form_datetime input[readonly] {
    cursor: pointer;
}

/* ESTIL0 DE LA FILA DE SALDO DEL PANEL DE ANUNCIANTES
-------------------------------------------------- */

#sub-navbar {
    background: var(--color-nav-bg);
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    color: var(--color-nav-new);
    padding: 12px 0;
}

#sub-navbar .container {
    padding: 0;
}

#sub-navbar #sub-navbar-list .list-inline {
    display: inline-block;
    margin: 0;
}

#sub-navbar #sub-navbar-actions li a:hover,
#sub-navbar #sub-navbar-actions li a:focus {
    text-decoration: none;
}

#sub-navbar #sub-navbar-actions li a img {
    margin-top: -4px;
}

#sub-navbar .list-inline li {
    transition: all 1s;
    border-bottom: 1px solid transparent;
    margin-left: 10px;
}

#sub-navbar .list-inline li:hover,
#sub-navbar .list-inline li:focus {
    border-bottom: 1px solid #fff;
}


/* TÍTULOS SECCIONES
-------------------------------------------------- */

#section-title {
    background: transparent;
    margin: 0;
}

#section-title .container {
    padding: 0;
}

#main-section-title {
    border: medium none;
    color: #FFFFFF;
    font-size: 22px;
    font-family: Oswald;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}

/* ESTILOS GENERALES
-------------------------------------------------- */

* {
    outline: none !important;
}

body {
    min-width: 320px;
    font-family: var(--main-txt-font), sans-serif;
}

.row {
    margin: 0;
}

hr {
    margin: 10px auto 10px auto;
    width: 5em;
    display: block;
    content: "";
}

a:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    --moz-appearance: textfield;
}

/*------- RECURSOS --------*/
.float-right {
    float: right;
}

.align-r {
    text-align: right;
}

.c_blue_dark {
    color: var(--color-blue-corp);
}

.navbar-collapse .collapse {
    display: flex;
    align-items: center;
    margin: 12px;
}

.navbar-brand img {
    width: 120px;
    padding: 0px;
}

.icon-bar {
    background-color: #31a3c1 !important;
}

.navbar:before,
.navbar:after {
    display: table;
    content: none;
}

.navbar-default .navbar-brand {
    float: none;
    padding: 0px;
}

.navbar-toggle .fa-bars,
.navbar-toggle .fa-refresh {
    font-size: 20px;
    /*margin-top: -7px;*/
    color: var(--color-blue-new);
}


.btn-primary {
    background: var(--color-blue-corp);
    color: #fff !important;
    border: 1px solid var(--color-blue-corp);
}

#panel-colaboradores .nav-pills a {
    color: var(--color-blue-corp);
    background: none;
}

#formulario_participantes.inicio-s {
    background: url('../../images/socialreacher/back-login-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#formulario_participantes.thank-content {
    background: url('../../images/socialreacher/back-login-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
}

/* otros */
#influence #influence-table {
    background: white;
    border: none;
    cursor: pointer;
    border-radius: 12px;
}

#influence #influence-table .box-reach-new-camp {
    padding: 10px 10px 20px 10px;
}

#influence #influence-table h2 {
    border-radius: 12px 12px 0 0;
    background: var(--color-dark-new);
    color: #ffffff;
    font-size: 22px;
    padding: 15px 0;
}

#influence #influence-table p {
    margin: 0px auto;
    text-align: center;
    width: auto;
}

#influence #influence-table p.p-reach-text {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
}

.box2 {
    background: white;
}

.box1 {
    background: #DAE8ED;
}

.box1,
.box2 {
    text-align: center;
}

#continue {
    background-color: #f1f6f8;
}

textarea.form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    color: var(--color-blue-corp);
    background-color: #ffffff;
    border: 2px solid var(--color-bg);
    box-shadow: none;
}

select.form-control,
input.form-control {
    box-shadow: none;
    border: 2px solid var(--color-bg);
}


.input-group-addon {
    background-color: var(--color-bg);
    color: var(--color-blue-new);
    border: 1px solid var(--color-bg);
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
}

.flex-box.ai-btn-box {
    justify-content: flex-end;
    align-items: flex-start;
}

.ai-btn-box .dashboard-info-button {
    font-size: 16px;
    margin-left: 4px;
}

.form_datetime .input-group-addon {
    border-radius: 0 8px 8px 0;
}

#form_upload_box {
    border: 2px var(--color-disable) dashed;
    border-radius: 10px;
    padding: 10px;
}

.not-camp {
    text-align: center;
}

.bt-not-camp {
    margin: 0 auto;
    width: 32%;
    color: var(--color-dark-new);
    border: 1px solid #CEECF5;
    background-color: #f1f6f8;
}

.bt-not-camp:hover {
    background: var(--color-blue-corp) !important;
}

.datetimepicker table tr td.active {
    background: var(--color-blue-new) !important;
}

.mod-camp {
    width: 100%;
    margin-top: 20px;
}

input.btn.bt-mod-camp {
    width: 26%;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: var(--color-blue-corp);
    -webkit-box-shadow: 0px 3px 27px 7px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 27px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 27px 7px rgba(0, 0, 0, 0.05);
}

input.btn.bt-mod-camp:hover,
input.btn.bt-mod-camp:focus {
    background: rgba(0, 66, 89, .5);
    color: #fff;
    font-weight: 600;
}

.btn.bt-mod-camp.btn-primary {
    background-color: var(--color-blue-corp) !important;
}

form.in_se {
    padding: 0 15%;
}

form.in_se .form-control {
    width: 80%;
}

#formulario_participantes #form form.in_se .form-control {
    width: 100%;
}

#formulario_participantes .col-md-6 {
    padding: 4%;
}

#formulario_participantes .pass-forgot a {
    border-bottom: 1px dotted transparent;
    padding-bottom: 3px;
}

#formulario_participantes .pass-forgot a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #004259;
}

.in_se .form-group .btn-submit:hover {
    background: #0d739a;
}

#form,
#preferencias #datos-basicos {
    background: #ffffff;
    margin-top: 0px;
}

#formulario_participantes {
    margin: 0;
    padding: 0 6%;
}

div#login {
    padding: 4%;
}

.thank-content>.flex-box {
    justify-content: flex-end;
}

.thank-message,
#login .inicio {
    width: 50%;
    padding: 4%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 30px 10px 30px rgb(25 80 106 / 20%);
}

.thank-message {
    width: 70%;
    padding: 6%;
    font-family: var(--main-txt-font);
}

#login .inicio label {
    font-weight: 400;
}

#formulario_participantes #login .form-control:-internal-autofill-selected {
    border-bottom: 3px solid var(--color-blue-new);
    background-color: #fff;
}

.timeline .breadcrumb-alone {
    background: #31a3c1 !important;
    transition: var(--transition-btn);
}

#campaign-info-sumary {
    position: relative;
    z-index: 99;
}

.stats-title {
    margin-left: 20px;
    color: #004259;
}

.n-gr {
    margin-top: 5% !important;
    padding: 4%;
}

.ico-ng {
    width: 60%;
    margin-bottom: 30px;
    margin-top: 50px;
}

/*------- ESTADISCTICAS ------*/
.influ {
    width: 100%;
}

.panel-info>.panel-heading {
    background-color: #f1f6f8;
    border-color: none;
}

.panel-default>.panel-heading {
    padding: 12px 15px;
    background-color: #ffffff;
}

.panel-info {
    border-color: none;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/* Pestañas de navegación de la tabla y botón de crear campaña */


#quick_modal select {
    margin-bottom: 4%;
    font-size: 14px;
    border-radius: 2px;
    height: auto;
}

.modal-body.bg-white {
    background: #fff;
}

.btn-default {
    color: var(--color-blue-corp);
    border-radius: 10px;
    border: 2px solid var(--color-blue-corp);
}

.btn-default,
.btn-actions-colab a#btn_download {
    transition: background 1s ease, color 1s ease;
}

.btn-default:hover,
.btn-actions-colab a#btn_download:hover {
    color: #ffffff;
}

#panel-anunciantes {
    padding: 0;
}

#panel-anunciantes .btn-default {
    border-radius: 0px;
}

#panel-anunciantes th,
#panel-anunciantes td {
    text-align: center;
    vertical-align: middle;
}

#panel-anunciantes thead {
    background: #555;
    color: #fff;
}

.nav-tabs>.colab>a:hover,
.nav-tabs>.colab>a:focus {
    background: var(--color-blue-corp);
    border: 1px solid var(--color-blue-corp);
}

.nav-tabs>.colab>a {
    background: var(--color-blue-corp);
    color: white;
}

.nav-tabs>.incent>a {
    background: var(--color-blue-corp);
    color: white;
}

.nav-tabs>.incent>a:hover,
.nav-tabs>.incent>a:focus {
    background: var(--color-blue-corp);
    border: 1px solid var(--color-blue-corp);
}

td.advertisers-actions A.estadisticas {
    color: #31a3c1 !important;
}

.advertisers-actions {
    padding-right: 30px;
}

.advertisers-actions .campaign_button {
    font-size: 18px;
    display: inline-block;
    border: 2px solid #e3ebf6;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 6px;
    text-align: center;
    transition: var(--transition-btn);
}

.advertisers-actions .campaign_button:hover {
    transform: translateY(-3px);
    transition: var(--transition-btn);
}


#formulario_campana,
#formulario_campana .container {
    background: #f1f6f8 !important;
}

#formulario_campana .table-bordered>tbody>tr>td {
    background: #f1f6f8 !important;
    border: 5px solid #fff;
    color: var(--color-blue-corp);
}

.slider-selection {
    background-color: #31a3c1;
}

.nav-tabs>.new-campaign>a:hover,
.nav-tabs>.new-campaign>a:focus {
    background: var(--color-blue-corp);
    border: 1px solid var(--color-blue-corp);
}

#twitter-example,
#instagram-example {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
    -moz-box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
    box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
}


/* ---REGISTRO USUARIO / EMPRESAS --- */
#formulario_participantes.contain-reg {
    background: #f1f6f8;
}

#formulario_participantes.contain-reg #form,
#preferencias #datos-basicos,
#formulario_campana #form {
    z-index: 20;
}

#formulario_campana #form label {
    font-family: var(--main-txt-font);
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: var(--main-txt-spacing);
    color: var(--color-dark-new);
}

.invite {
    padding: 6% !important;
}

#info,
#info_in,
.invite {
    margin-top: 6%;
    box-sizing: border-box;
    background-color: #ffffff !important;
    border-color: transparent;
    height: auto;
}

#formulario_campana #form h2 {
    text-align: left;
}

#info_in {
    padding: 6%;
}

.form_heading_text {
    font-size: 16px;
}

#tweets,
#formulario_campana #form {
    background: white;
}


/*** INFLUENCERS ***/

.actions {
    background: white !important;
}

.campaign .block .title {
    color: var(--main-txt-color);
}

.alert-warning-info {
    margin: 2% auto;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 20px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 7px rgba(0, 0, 0, 0.1);
}

.alert-warning-info .alert-warning {
    background: #ffffff;
    color: var(--main-txt-color);
    border: none;
    margin-bottom: 10px;
}

.alert-warning-info img {
    width: 12%;
}

#campaign-info {
    background: #f1f6f8 !important;
}

#tableCollaborators .icons-rrss-colab {
    padding-top: 6px;
}

#tableCollaborators .icons-rrss-colab a {
    color: var(--color-blue-new);
    opacity: 0.6;
    font-size: 17px;
    padding: 2px;
}

#tableCollaborators .icons-rrss-colab a .mdi-tiktok {
    font-size: 15px;
}

#tableCollaborators .icons-rrss-colab a:hover {
    color: var(--color-blue-corp);
}

.btn-actions-colab {
    padding: 2% 8%;
}

.btn-actions-searchcolab a#btn_download {
    border: 2px solid #31a3c1;
}

.btn-actions-searchcolab .btn-action-collaborators,
.btn-actions-searchcolab #btn_download {
    font-size: 22px;
    padding: 0px;
    box-sizing: border-box;
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #ffffff;
}

.btn-actions-searchcolab a#btn_download:hover {
    border: 2px solid var(--color-blue-new);
    color: var(--color-blue-new);
    background-color: var(--color-blue-low);
}

.filter-name-general #search {
    margin-right: 5px;
}


/* SELECT NEW */

/* ===== Select Box ===== */
.filter-group-col.btn.btn-default {
    border-color: #004259;
    padding: 12px 20px;
}

.btn-actions-colab .sel {
    display: inline-block;
    margin: 20px auto 40px;
    width: 300px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.btn-actions-colab .sel::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #31a3c1;
    right: 20px;
    top: calc(50% - 0.5em);
}

.btn-actions-colab .sel.active::before {
    transform: rotateX(-180deg);
}

.btn-actions-colab .sel__placeholder {
    display: block;
    font-size: 16px;
    color: #838e95;
    padding: 0.2em 0.5em;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.btn-actions-colab .sel.active .sel__placeholder {
    visibility: hidden;
}

.btn-actions-colab .sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}

.btn-actions-colab .sel.active .sel__placeholder::before {
    visibility: visible;
}

.btn-actions-colab .sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 20px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 7px rgba(0, 0, 0, 0.1);
}

.btn-actions-colab .sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.btn-actions-colab .sel__box__options {
    display: list-item;
    font-size: 14px;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
}

.btn-actions-colab .sel__box__options::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    margin-left: 5px;
    display: none;
}

.btn-actions-colab .sel__box__options.selected::after {
    display: inline;
}

.btn-actions-colab .sel__box__options:hover {
    background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.btn-actions-colab .sel {
    border-bottom: 3px solid #31a3c1;
}

.btn-actions-colab .sel-actions-colab.sel-actions-colab-a {
    z-index: 3;
}

.btn-actions-colab .sel-actions-colab.sel-actions-colab-f {
    z-index: 2;
}

.btn-actions-colab .sel-actions-colab-f {
    float: left;
    margin: 0;
    width: 300px;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/**/


.us-name {
    color: #004259;
}

#perfil .edit-perfil {
    background-color: #004259 !important;
    color: #fff !important;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    border-bottom: 1px solid #dae8ed;
}

/*------RRSS-----*/

.prof_rrss {
    max-width: 100% !important;
    background: #f1f6f8;
    padding: 0;
}

.prof_rrss>.triangle {
    margin-bottom: 6%;
}

.prof_rrss>.page-single {
    padding: 20px 0;
}

.prof_rrss section {
    margin-bottom: 40px;
    padding: 0 2%;
}

.profile_box {
    width: 16%;
    padding: 10px 6px;
}

.profile_img a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 34px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-right: 6px;
    -webkit-box-shadow: 0px 4px 12px 0px rgb(15 23 39 / 10%);
    -moz-box-shadow: 0px 4px 12px 0px rgba(15, 23, 39, 0.1);
    box-shadow: 0px 4px 12px 0px rgb(15 23 39 / 10%);
}

.profile_img a>i {
    background-color: transparent;
}

.profile_bio .fa-facebook,
.profile_bio .mdi-facebook {
    color: #3b5998;
}

.profile_bio .fa-tiktok,
.profile_bio .mdi-tiktok {
    color: #000000;
}

.profile_bio .fa-instagram,
.profile_bio .mdi-instagram {
    color: #c13584;
}

.profile_bio .fa-twitter,
.profile_bio .mdi-twitter,
.profile_bio .mdi-twitter-x {
    color: #000000;
}

.profile_bio .fa-linkedin,
.profile_bio .mdi-linkedin {
    color: #0077b5;
}

.profile_bio .fa-rss,
.profile_bio .mdi-rss {
    color: #ff6501;
}

.profile_img a:hover>i {
    background-color: transparent;
    color: #ffffff;
    transition: all .5s;
}

.profile_img a:hover {
    background-color: var(--color-dark-new);
    transition: all .5s;
}

.profile_img i {
    background: #ccc;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    z-index: 99;
}

.profile_img>.fa-twitter {
    padding: 18px 20px;
    ;
}

.profile_img>.fa-linkedin,
.profile_img>.fa-pencil {
    padding: 16px 20px;
}

.profile_bio {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: -5px;
    padding: 20px 20px 10px 25px;
    -webkit-box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
    -moz-box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
    box-shadow: 0px 10px 30px 7px rgb(47 128 253 / 10%);
}

.profile_com {
    float: left;
    width: 100%;
    background: #fff;
    padding: 18px 30px 0px;
}

.profile_com p {
    font-size: 13px;
    margin-bottom: 6%;
    padding-top: 6px;
}

.profile_com hr {
    width: 85%;
    border: 0;
    border-top: 1px solid var(--color-blue-low);
    clear: both;
    margin: 0;
}

.profile_com>div>.fa {
    font-size: 26px;
    margin: 10px 12px 0px 0;
    float: left;
    border: 1px solid var(--color-blue-low);
    border-radius: 0px 0 25px;
    padding: 3px 7px 7px 3px;
}

.dat-com p {
    float: left;
    margin-right: 10px;
}

.dat-com .fa {
    color: var(--color-blue-corp);
    float: right;
    font-size: 14px;
    border: 2px solid #c7dce2;
    border-radius: 20px;
    padding: 5px;
    margin-left: 2px;
}

.profile_box .dat-com .fa-bullhorn:hover {
    background: var(--color-blue-corp);
    color: #fff;
}

.profile_bio button {
    float: right;
    font-size: 16px;
    color: white;
    padding: 5px 10px;
    border-style: none;
    border-radius: 16px;
    background: var(--color-blue-low);
}

.profile_bio button:hover {
    background: #0d739a;
}

.profile_img .fa:hover {
    background: #0d739a;
}

.profile_img>.fa-facebook:active {
    background: #3b5998;
}

.profile_img>.fa-twitter:active {
    background: #1da1f2;
}

.profile_img>.fa-linkedin:active {
    background: #0077b5;
}

.profile_img>.fa-pencil:active {
    background: #ff6501;
}

/*FOOTER*/
footer .container {
    max-width: 100%;
    z-index: 5;
}

footer {
    background-color: var(--color-dark-new);
    width: 100%;
    padding: 0;
    clear: both;
}

footer .flex-3 {
    width: 33.33%;
    padding: 20px;
}

footer .flex-6 {
    width: 66.66%;
    padding: 20px;
}

footer .row2 {
    align-items: flex-start;
    color: #fff;
    padding: 30px 6%;
    font-family: var(--main-txt-font), sans-serif;
    letter-spacing: var(--main-txt-spacing);
    font-size: 14px;
}

footer .row2 a {
    color: #fff;
}

footer .row2 p {
    font-family: var(--main-txt-font);
    color: var(--color-disable);
    margin-bottom: 6px;
    margin-top: 6px;
}

footer .row2 #logo-oficial-apps a {
    vertical-align: middle;
    line-height: 85px;
}

footer .footer-copy-icon {
    padding-bottom: 10px;
}

footer .box-img-logo img {
    width: 70%;
    max-width: 200px;
    margin-bottom: 20px;
}

footer .box-img-gptw img {
    width: 90px;
    padding: 6px;
    margin-left: 30px;
}

.footer-copy-icon ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.footer-copy-icon .rrss-footer li {
    float: left;
    margin: auto 8px;
}

footer .row2 .rrss-footer li a {
    font-size: 22px;
    line-height: 36px;
    display: block;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

footer .row2 .rrss-footer li a:hover,
.app-footer a:hover,
.footer-copy-right .text-corporative a:hover {
    background: rgb(67 109 247 / 30%);
    border: 2px solid var(--color-blue-new);
    text-decoration: none;
}

.lands_footer a {
    color: #D8F4FF !important;
}

.app-footer ul {
    justify-content: flex-end;
    margin-bottom: 0px;
}

.app-footer li {
    list-style: none;
    margin: 6px 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.app-footer li p {
    margin: 3px 0 0 0;
    float: left;
}

.app-footer a span {
    font-weight: 500;
}

.app-footer li img {
    margin-right: 7px;
}

.app-footer a {
    display: flex;
    align-items: center;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 5px 10px 8px 10px;
    width: 100%;
    font-weight: 100;
    line-height: 16px;
    text-decoration: none;
}

.app-footer .fa-apple {
    font-size: 28px;
    margin-right: 7px;
}

.app-footer>p,
.footer-copy-icon>p {
    font-size: 16px;
}

.footer-copy-right {
    text-align: right;
    justify-content: flex-end;
}

.footer-copy-right .text-corporative a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    margin: 4px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.subfooter.flex-box {
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #1e2a51;
    padding: 8px;
}

.subfooter a,
.subfooter p {
    font-family: var(--main-txt-font);
    color: var(--color-disable);
    font-size: 14px;
    margin: 0px 10px;
}

.subfooter a:hover {
    color: var(--color-blue-new);
    text-decoration: none;
}

/*********** TERMINOS Y CONDICIONES *******/
.grpd h2 {
    text-align: center;
    font-size: 40px;
    margin: 0;
    color: #fff;
    padding: 3% 0;
    background-position: center;
    font-family: 'Oswald';
    font-weight: 200;
    letter-spacing: 1px;
}

.grpd h2:first-child {
    background-image: url('../../images/socialreacher/back_grpd1.jpg');
}

.grpd h2:last-of-type {
    background-image: url('../../images/socialreacher/back_grpd2.jpg');
}

.col-grpd {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.col-grpd a {
    font-size: 18px;
    display: block;
    padding: 10px;
    background: none;
}

.col-grpd a:hover,
.col-grpd a:focus {
    font-size: 18px;
    display: block;
    padding: 10px;
    background: #f1f6f8;
    text-decoration: none;
}

.icon-links-grpd {
    padding-bottom: 50px;
}

.grpd_join_campaign {
    margin-top: 10px;
}

.grpd_join_campaign {
    margin-top: 10px;
}

.grpd_join_campaign ul {
    padding-left: 15px;
}

/***************** COMO FUNCIONA ********************/
.page-single {
    padding: 30px 0;
}

.page-single .main-page-title,
.page-single .page-titles,
.page-single .page-subtitles {
    color: var(--color-blue-corp);
    font-size: 32px;
    letter-spacing: 1px;
    font-family: var(--main-title-font), sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-single .page-titles {
    font-size: 24px;
}

.page-single .page-subtitles {
    font-size: 18px;
}

.tit h1 {
    text-align: center !important;
    color: white !important;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--color-blue-corp);
    margin-left: 48%;
    background: transparent;
}

.fun {
    padding: 50px;
}

.inv-col {
    padding-right: 8%;
}

.dis-com {
    float: right;
    padding-left: 8%;
}

.com {
    padding-right: 8%;
}

.med-res {
    float: right;
    padding-left: 8%;
}

.inc {
    padding-right: 8%;
}

.log-neg {
    width: 322px;
    padding: 10px;
}

.btn-cf {
    text-decoration: inherit;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    padding: 8px 30px;
    color: white;
    border-bottom: 20%;
    background: linear-gradient(#0d739a, #31a3c1);
    text-align: center;
    margin-bottom: 30px;
}

.btn-cf:hover,
.btn-cf:focus {
    color: #f1f6f8;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btncf {
    margin: 50px;
}

.down {
    margin: 45%;
    opacity: 0.5;
}

.down:hover {
    color: #004259;
}

/* LANDINGS */

.bck {
    background: #ffffff;
    padding: 0 !important;
}

.bck .col-md-7 {
    font-size: 16px;
    color: #004259;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 50px;
}

.page-single .t-land {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: var(--color-blue-new);
    margin: 0 !important;
}

.img-land-1 {
    background: url(../../images/socialreacher/empresas2.jpg) no-repeat;
    background-size: cover;
    height: 880px;
}

.reg-comp a {
    background: var(--color-blue-new);
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 200;
    border-radius: 40px;
}

.reg-comp a:hover {
    text-decoration: none;
    background: var(--color-blue-corp);
}

.reg-comp {
    margin-top: 50px;
}

.img-land-2 {
    background: url(../../images/socialreacher/empleados2.jpg) no-repeat;
    background-size: cover;
    height: 852px;
}

.img-land-3 {
    background: url(../../images/socialreacher/rrss.jpg) no-repeat;
    background-size: cover;
    height: 825px;
}

/* contacto */

#support #support-intro {
    background: url(../../images/socialreacher/back-404.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 4%;
}

.single-page #support-intro-title {
    color: #fff;
    font-family: var(--main-title-font), sans-serif;
    font-size: 40px;
    letter-spacing: 5px;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
}

#support .main {
    padding: 2% 4% 2% 10%;
}

#support .sidebar {
    background: #fff;
    border-left: none;
    border-radius: 0 0 0 50px;
}

#support p {
    color: var(--color-blue-corp);
}

.modal-content.modal-contact {
    border: none;
    background: #ffffff;
    border-radius: 10px;
}

.modal-contact .modal-body {
    padding: 30px 40px 0px;
}

.modal-contact label {
    font-weight: 400;
    color: var(--color-blue-corp);
}

.modal-contact textarea.form-control,
.modal-contact input.form-control {
    border: 2px solid var(--color-blue-low);
    box-shadow: none;
    border-radius: 8px;
    max-width: 100%;
}



/* .sidebar-button, */
.embedded-wrapper .embedded-footer.feedback-footer .btn {
    text-align: center;
    background: var(--color-blue-new);
    color: #ffffff;
    padding: 8px;
    letter-spacing: var(--main-txt-spacing);
    text-decoration: none;
}

.embedded-wrapper .modal-header h3.active {
    color: #666;
}

.rec-info {
    color: var(--color-dark-new);
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 12px;
}

.rec-info i {
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    color: var(--color-disable);
    display: block;
    padding-bottom: 8px;
}

.rec-info p {
    margin: 0;
}

.alert_shadow {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
}

.new_alerts {
    color: #222;
    background-color: #fff;
    border: 1px solid #004259;
    padding: 15px;
    margin-bottom: 30px;
}

/*------- MENSAJE COOKIES--------*/
#cookie-notice {
    color: #f9f9f9;
    background-color: #000;
    text-align: center;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.cookie-notice-container {
    font-size: 14px;
}

ul.rrss-footer {
    padding-left: 0;
    margin-bottom: 0px;
}

/*------- PÁGINA GRACIAS --------*/

.thank_page_view {
    padding: 30px;
    background: #f1f6f8;
}

.thank_page_view:after {
    content: "";
    display: block;
    clear: both;
}

.thank_page_view .thank-text {
    background: #ffffff;
    text-align: center;
    width: 60%;
    padding: 15px;
    margin: 0 20%;
}

.thank_page_view .thank-app-text {
    padding: 10%;
    margin-bottom: 40px;
}

.thank_page_view .thank-text h2 {
    font-family: var(--main-title-font);
    font-size: 40px;
    text-align: center;
    color: #31a3c1;
    font-weight: 400;
    padding-bottom: 30px;
    margin-top: 0;
}

.thank-app-text h3 {
    font-family: var(--main-title-font);
    font-size: 30px;
    color: #0d739a;
    font-weight: 200;
}

.thank_page_view .thank-text p,
.thank-app-text p {
    color: #004259;
    font-size: 15px;
}

.thank_page_view .st0 {
    fill: #31a3c1;
    fill-opacity: 0.6;
}

.thank_page_view .st1 {
    fill: #f1f6f8;
}

.thank_page_view .st2 {
    fill: #31a3c1;
}

.thank_page_view #completion {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
}

@keyframes hideshow {
    0% {
        opacity: 0.2;
    }

    10% {
        opacity: 0.2;
    }

    15% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.thank_page_view #cirkel {
    animation: hideshow 0.4s ease;
}

.thank_page_view #check {
    animation: hideshow 0.4s ease;
}

.thank_page_view #stars {
    animation: hideshow 1.0s ease;
    opacity: 0.9;
}

@keyframes hideshow {
    0% {
        transform: scale(0.2);
        transform-origin: initial;

    }

    100% {
        transform: scale(1.0);
        transform-origin: initial;
    }
}

@keyframes draaien {
    0% {
        transform: rotate(40deg);
        transform-origin: initial;

    }

    100% {
        transform: scale(0deg);
        transform-origin: initial;
    }
}

.thank_page_view #check {
    animation: draaien 0.8s ease;
}


@keyframes transparant {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.thank_page_view #check {
    animation: transparant 2s;
}

.thank-rrss .play,
.apple-box {
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    cursor: pointer;
    position: relative;
}

.apple-box {
    padding-top: 8px;
    padding-left: 13px;
}

.apple-box,
.google-box {
    float: left;
    margin: 8px;
}

.thank-rrss .play:hover,
.thank-rrss .apple-box:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
}

.thank-rrss .play:active,
.thank-rrss .apple-box:active {
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
}

.thank-rrss .play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11.25em;
    height: 11.25em;
    margin-top: -5.625em;
    margin-left: -8.1em;
    -webkit-transform: translate(16%, 0) rotate(-45deg) scale(0.3);
    transform: translate(16%, 0) rotate(-45deg) scale(0.3);
    -webkit-clip-path: polygon(0.55em 8.145em, 0.4em 8em, 0.325em 7.85em, 0.33em 7.675em, 0.385em 7.5em, 7.35em 0.5em, 7.575em 0.3725em, 7.85em 0.35em, 8.05em 0.475em, 8.15em 0.575em, 11em 10.45em, 11.016em 10.565em, 11.015em 10.68em, 10.985em 10.8em, 10.91em 10.91em, 10.81em 10.99em, 10.67em 11.03em, 10.51em 11.03em, 10.36em 11em);
    clip-path: polygon(0.55em 8.145em, 0.4em 8em, 0.325em 7.85em, 0.33em 7.675em, 0.385em 7.5em, 7.35em 0.5em, 7.575em 0.3725em, 7.85em 0.35em, 8.05em 0.475em, 8.15em 0.575em, 11em 10.45em, 11.016em 10.565em, 11.015em 10.68em, 10.985em 10.8em, 10.91em 10.91em, 10.81em 10.99em, 10.67em 11.03em, 10.51em 11.03em, 10.36em 11em);
    background-image: linear-gradient(-135deg, #0097c4, #00ffdf), linear-gradient(180deg, #3ed7bc, #cdffb1), linear-gradient(90deg, #c12bc0, #ff3b5a), linear-gradient(145deg, #ffa07d, #ffce76);
    background-size: 7.95em 7.9em, 3.325em 7.9em, 7.95em 3.425em, 3.325em 3.425em;
    background-position: 0 0, 100% 0, 0 100%, 100% 100%;
    background-repeat: no-repeat;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.apple-box img {
    width: 42px;
}

#campaign-info .btn.btn-default,
#campaign-info .btn.btn-submit {
    margin: auto 1%;
}

/*--- CAMPAIGNS PASO 5 -----*/

#form.col-md-6.box-details-5 {
    padding: 4%;
}

.box-details-5 .confirm-campaign-tit,
.form-cmp-4 label.control-label {
    color: var(--color-disable);
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
}

.box-details-5 .box-section5 {
    text-align: center;
    margin: 10px auto;
    padding: 18px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 27px 7px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 3px 27px 7px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 27px 7px rgba(0, 0, 0, 0.03);
}

.box-details-5 .box-section5 ul {
    text-align: left;
}

.box-details-5 .img-date5 img {
    width: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    padding: 8px;
    border: 2px solid var(--color-disable);
}

#formulario_campana .box-details-5 .box-section5 p {
    text-align: left;
}

.box-details-5 .name-desc-5 .box-section5 {
    padding: 2% !important;
}

/*--- CAMPAIGNS PASO 4 -----*/
.form-cmp-4 .form-control[disabled],
.form-cmp-4 .form-control[readonly],
.form-cmp-4 fieldset[disabled] .form-control {
    background: #ffffff;
    font-size: 16px;
    border: 2px solid #c5d4da;
    height: 46px;
    letter-spacing: 1px;
    color: #004259;
}

.form-cmp-4 .input-group-addon {
    border: 2px solid #c5d4da;
    border-left: none;
    border-radius: 0;
}

.form-cmp-4 .input-group-addon:hover,
.form-cmp-4 .input-group-addon:active,
.form-cmp-4 .input-group-addon:focus {
    background: #c5d4da;
    color: #ffffff;
}

/*--- CAMPAIGNS PASO 3 -----*/

.cp_form a.btn-avanced-o {
    font-weight: 600;
}

.cp_form a.btn-avanced-o:hover,
.cp_form a.btn-avanced-o:active,
.cp_form a.btn-avanced-o:focus {
    text-decoration: none;
}

.cp_form .label-all {
    font-weight: bold;
    display: block;
    margin: 15px 0;
}

.cp_form .label-all.tasks-list-item {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 20px 0;
}

.tasks-list-item {
    display: block;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tasks-list-item+.tasks-list-item {
    border-top: 1px solid #f0f2f3;
}

#chk_all_groups,
.select-group3,
#chk_global,
.tasks-list-input {
    display: none;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #c4cbd2;
    border-radius: 12px;
    vertical-align: middle;
}

.tasks-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 4px;
    width: 8px;
    border: solid var(--color-disable);
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

#chk_all_groups:checked~.tasks-list-mark,
.select-group3:checked~.tasks-list-mark,
#chk_global:checked~.tasks-list-mark,
.tasks-list-input:checked~.tasks-list-mark {
    border-color: var(--color-disable);
}

#chk_all_groups:checked~.tasks-list-mark:before,
.select-group3:checked~.tasks-list-mark:before,
#chk_global:checked~.tasks-list-mark:before,
.tasks-list-input:checked~.tasks-list-mark:before {
    display: block;
}

/*------- PANEL COLABORADORES --------*/



.btn-actions-searchcolab .btn.btn-action-collaborators {
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 5px;
}



#select_filter_container #select_filter,
.filter-name-general button {
    width: 200px;
    text-align: left;
    position: relative;
    background: #fff;
    color: #aaa;
    height: 42px;
    padding: 10px;
    margin-right: 5px;
}

#cp_start i,
#cp_end i,
.search-colab-group input i,
.filter-name-general i {
    color: #ffffff;
    line-height: 20px;
}

#select_filter_container #select_filter i {
    color: var(--color-blue-new);
}

.date_btn .group-filter-button {
    background-color: var(--color-blue-corp);
}

.filter-name-general .dropdown-menu {
    width: 200px;
}

#filter_options_container {
    border: 0px solid rgb(0, 66, 89);
    width: 400px;
    text-align: left;
    padding: 0;
    position: absolute;
    right: 0px;
    z-index: 1;
    background: transparent;
    display: flex;
    flex-direction: row;
    display: none;
    left: 0;
}

#filter_options_container .list-group {
    margin-bottom: 0;
    -webkit-box-shadow: 14px 14px 20px -10px rgba(0, 66, 89, 0.2);
    -moz-box-shadow: 14px 14px 20px -10px rgba(0, 66, 89, 0.2);
    box-shadow: 14px 14px 20px -10px rgba(0, 66, 89, 0.2);
}

#filter_options_container .list-group-item {
    border: 1px solid #DAE8ED;
    color: #004259;
    font-weight: 600;
}

#filter_options_container .list-group-item span.fa-stack {
    font-size: 10px;
    opacity: .8;
}

#select_filter_container .second-list-filter {
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #DAE8ED;
    -webkit-box-shadow: 14px 14px 20px -10px rgba(0, 66, 89, 0.2);
    -moz-box-shadow: 14px 14px 20px -10px rgba(0, 66, 89, 0.2);
    box-shadow: 14px 14px 20px -10px rgba(0, 66, 89, 0.2);
}

#select_filter_container #select_filter i {
    font-size: 22px;
    line-height: 20px;
}

#select_filter_container #select_filter .caret {
    border-top-color: var(--color-blue-new);
    position: absolute;
    right: 10px;
    top: 45%;
}

#collaborators_list_panel .list-group-item {
    border-radius: 0px !important;
}

#collaborators_list_panel .list-group a:first-child {
    border-top: 0;
}

#collaborators_list_panel div#filter_options_container li {
    list-style: none;
}

/*#collaborators_list_panel div#myTabContent li:nth-child(even) {
    background-color: #f1f6f8;
}*/


#collaborators_list_panel div#filter_options_container li:hover a {
    color: var(--color-blue-new);
}

#collaborators_list_panel #myTabContent a {
    padding: 8px;
    display: block;
}

#filter_options_container .list-group a {
    border-right: 0px;
    position: relative;
}

#filter_options_container .list-group a.list-group-item .caret {
    position: absolute;
    right: 10px;
    margin-top: 7px;
    color: #ddd;
    transform: rotate(-90deg);
    display: none;
}

#filter_options_container .list-group a.list-group-item:focus .caret {
    color: #004259;
    display: inline-block;
}

#collaborators_list_panel div#filter_options_container li:hover,
#collaborators_list_panel a.list-group-item:hover,
#collaborators_list_panel a.list-group-item:focus {
    background-color: var(--color-blue-low);
    color: #004259;
    transition: all 0.2s;
}

#collaborators_list_panel .alert-warning-info,
#collaborators_list_panel .alert-success-c-agregadas {
    padding-bottom: 0px;
}

#collaborators_list_panel .filter-group-col.active {
    background: #004259 !important;
    color: #fff;
}

#collaborators_list_panel #myTabContent a:hover {
    text-decoration: none;
}

#collaborators_list_panel #myTabContent span {
    padding-left: 10px;
    margin-left: 10px;
    float: right;
}

#collaborators_list_panel #select_filter_container {
    position: relative;
    display: inline-block;
}

.btn-actions-colab .sel {
    margin: 0;
}

.btn-actions-colab {
    padding: 5% 0;
}

.btn-actions-colab .sel-actions-colab.sel-actions-colab-a {
    margin-left: 12%;
}

.btn-actions-searchcolab a#btn_download {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-actions-searchcolab {
    justify-content: space-between;
    flex-direction: column-reverse;
}

.btn-actions-searchcolab .tab-groups-collab {
    justify-content: space-between;
    width: 100%;
}

.filter-name-general #actions_right_collaborators,
.filter-name-general .actions_right_colab-group {
    margin: 0 auto 30px;
}

.filter-name-general #actions_right_collaborators a,
#collaborators_list_panel .btn-actions-searchcolab .btn {
    border-radius: 8px;
}

.filter-name-general #actions_right_collaborators .search-colab-group {
    position: relative;
    display: inline-block;
}

.filter-name-general #actions_right_collaborators .search-colab-group input {
    padding-left: 40px;
}

/* COLLABORATORS */


.bulk-actions div {
    margin: 0 5px;
}

.bulk-actions a {
    background-color: var(--color-blue-low);
    color: var(--color-blue-new);
    font-size: 18px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.7;
    border-radius: 5px;
    /* border: 2px solid <?=$com_color ?>; */
}

.bulk-actions a:hover {
    opacity: 1;
}

.bulk-actions .disabled {
    cursor: not-allowed;
}

/* THANK YOU PAGE */

.land_thankyou {
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/images/maintenance/back_thank_you_page2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.land_thankyou h2,
.land_thankyou h3 {
    text-align: center;
    letter-spacing: 1px;
    padding: 20px;
}

.land_thankyou h2 {
    color: var(--color-blue-corp);
    font-size: 40px;
    font-weight: 400;
}

.land_thankyou h3 {
    color: var(--color-blue-new);
    font-size: 30px;
    font-weight: 500;
}

.thank-img-content {
    margin-top: 10%;
}

.thank-img-content img {
    width: 350px;
}

/*------- MEDIAQUERIES--------*/

@media (max-width: 1550px) {}


@media (max-width: 1200px) {
    #formulario_participantes.thank-content {
        height: 100%;
    }

    .thank-content>.flex-box {
        justify-content: center;
    }
}

@media (max-width: 1169px) {
    .filter-name-general .actions_right_colab-group .date_select {
        width: 250px;
    }

    .filter-name-general .tab-groups-collab {
        width: 100%;
    }
}


@media (min-width: 1200px) {

    #formulario_campana #form h2 {
        text-align: center;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    #formulario_participantes .btn:hover,
    #formulario_participantes .btn:focus {
        background-color: var(--color-blue-corp) !important;
        color: #fff !important;
    }
}

@media(max-width:1199px) {

    /* .navbar-collapse.collapse {
        max-width: calc(100% - 250px);
        width: calc(100% - 250px);
    }

     .navbar-default.navbar-static-top .navbar-collapse {
        max-height: 9999px !important;
        margin-right: 5%;
        margin-left: 5%;
        padding: 0;
        overflow-x: visible;
        border-top: 1px solid #f1f1f1;
        border-radius: 0 0 10px 10px;
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 66, 89, 0.05);
        -moz-box-shadow: 0px 2px 15px 0px rgba(0, 66, 89, 0.05);
        box-shadow: 0px 2px 15px 0px rgba(0, 66, 89, 0.05);
    } */
    .single-page,
    .page-single {
        margin-top: 50px;
    }

    #support .main {
        padding: 20px;
    }

    #support .modal-dialog {
        width: 100%;
    }

    footer .row1 .list-group-item a {
        font-size: 10px;
    }

    #formulario_participantes {
        padding: 0;
    }

    #formulario_participantes.contain-reg #form {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        z-index: 99;
        padding-bottom: 100px;
    }

    #tweets,
    #formulario_campana #form {
        padding: 30px;
        padding-bottom: 100px;
    }

    #info,
    #info_in,
    .invite {
        margin: 40px;
        box-sizing: border-box;
        background-color: #ffffff !important;
        border-color: transparent;
        -webkit-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.08);
        height: auto;
        padding: 60px;
    }

    #info:after,
    #info:before,
    #info_in:after,
    .invite:after,
    #info_in::before,
    .invite::before {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none;
    }

    #info:before,
    #info_in::before,
    .invite::before {
        margin-left: -25px;
        border-width: 25px;
        border-bottom-color: #ffffff;
    }

    #info:after,
    #info_in:after,
    .invite:after {
        margin-left: -10px;
        border-width: 10px;
        border-bottom-color: #fff;
    }

    .pant1 img {
        width: 100%;
    }

    .box-info {
        width: 100% !important;
    }

    .profile_box {
        width: 33.33%;
        padding: 10px;
    }

    .profile_img .fa-twitter {
        padding-left: 12px !important;
        padding-right: 11px !important;
    }

    .profile_img .fa-linkedin {
        padding-left: 14px !important;
        padding-right: 11px !important;
    }

    .profile_img .fa-rss {
        padding-left: 14px !important;
        padding-right: 13px !important;
    }

    .thank_page_view {
        background-color: #f1f6f8;
        background-image: url(../../images/socialreacher/backiphone_color4.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 128%;
    }

    .thank_page_view {
        padding-top: 6%;
    }

    .thank_page_view .thank-text {
        width: 70%;
        margin: 0 auto;
        padding: 6%;
    }

    .thank_page_view .thank-app-text {
        margin-bottom: 0px;
    }
}

@media(max-width:990px) {
    .profile_box {
        width: 50%;
        padding: 20px;
    }

    #collaborators_list_panel .nav-tabs li a {
        font-size: 14px;
        padding: 4px 8px;
    }
}

@media (min-width: 630) and (max-width: 990px) {
    .form_heading_text {
        font-size: 18px;
    }
}

@media(max-width:768px) {

    .land_thankyou h2,
    .land_thankyou h3 {
        font-size: 28px;
    }

    .thank-img-content {
        margin-top: 6%;
    }

    .thank-img-content img {
        width: 200px;
    }

    .btn-default-new,
    .btn-default-new-w {
        margin-top: 0px;
    }

    #formulario_campana .btn {
        display: inline-block;
    }

    #footer-rrss-apps,
    #copyright {
        text-align: center;
    }

    .app-footer ul,
    ul.rrss-footer {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .footer-copy-right .text-corporative {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .footer-copy-right .text-corporative a {
        font-size: 12px;
        padding: 6px 11px;
    }

    footer .footer-copy-icon {
        padding-bottom: 0px;
    }

    footer .row2 #logo-oficial-apps {
        text-align: left;
    }

    #campaign-info .btn.btn-default,
    #campaign-info .btn.btn-submit {
        display: inline-block;
    }

    .inicio .in_se .btn {
        width: 80% !important;
        margin-top: 30px;
        margin-left: 0;
    }

    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        background-color: #ffffff !important;
        background-image: none;
        color: #004259;
    }

    .pass-forgot a {
        display: inline-block;
    }

    textarea.form-control {
        height: 100px;
    }

    .panel-group h4.panel-title {
        font-size: 18px;
        text-align: center;
    }

    .inv-col,
    .dis-com,
    .com,
    .med-res,
    .inc {
        padding-bottom: 50px;
    }

    #cuentas_agregadas h3 {
        width: 100%;
        text-align: center !important;
    }

    .thank_page_view {
        background-position-y: 120%;
    }

    .col-grpd {
        padding: 0px;
        margin: 0px;
    }

    .icon-links-grpd {
        padding-bottom: 0px;
        width: 70%;
        margin: 0 15%;
    }

    .btn-actions-colab .sel-actions-colab.sel-actions-colab-a {
        margin-left: 6%;
    }

    .filter-name-general #actions_right_collaborators .search-colab-group input {
        width: 100%;
    }

    #select_filter_container #select_filter,
    .filter-name-general button,
    .filter-name-general #actions_right_collaborators .search-colab-group {
        width: 300px;
    }

    .filter-name-general #search {
        margin-bottom: 5px;
    }

    #select_filter_container #filter_options_container {
        width: 300px;
        margin-top: -10px;
    }

    .profile_box {
        padding: 20px 10px;
    }

    .profile_bio .btn {
        display: initial;
    }

    #collaborators_list_panel .btn-action-collaborators {
        margin-left: 5px;
    }

    #collaborators_list_panel .nav-tabs li {
        width: 50%;
    }

    #collaborators_list_panel .nav-tabs li:last-child a {
        border-radius: 0px;
    }

    .btn-actions-searchcolab .tab-groups-collab {
        width: 100%;
    }

    #collaborators_list_panel .nav-tabs li a {
        padding: 8px 8px;
        line-height: 16px;
    }
}

span.subtitle_grey {
    color: #8c8c8c;
    font-weight: lighter;
    display: inline-block;
}


.start_campaign .p-relative {
    position: relative;
}

.start_campaign .box-rrsp a:hover,
.start_campaign .box-rrsp a:focus {
    text-decoration: none;
}

.start_campaign .fa-bullhorn {
    background: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: none;
}

.start_campaign .fa-sliders {
    color: #fff;
}

.cont-rrsp.text-center {
    width: 50%;
    float: left;
}

.camp-rap>h2 {
    font-weight: 500 !important;
    margin-top: 60px !important;
    color: rgba(0, 0, 0, 0.7);
}

.btn-cr {
    text-decoration: inherit;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    padding: 8px 30px;
    color: white;
    background: linear-gradient(#0d739a, #31a3c1);
    text-align: center;
}

.btn-cr:hover {
    text-decoration: none;
    color: #0d739a;
}

.cont-cr {
    width: 50%;
}

#formulario_campana .cont_box-rrsp {
    padding: 20px 5%;
    justify-content: center;
    align-items: stretch;
}

.cont_box-rrsp .flex-4 {
    width: 20%;
    padding: 10px;
}

.cont_box-rrsp .box-rrsp {
    padding: 20px;
    height: 100%;
    border-radius: 30px;
    transition: all ease 0.6s;
}

.cont_box-rrsp .box-rrsp:hover {
    transform: scale(1.05);
    transition: all ease 0.6s;
}

#formulario_campana .cont_box-rrsp .box-rrsp h3 {
    font-family: var(--main-txt-font), sans-serif;
    color: #fff;
    letter-spacing: var(--main-txt-spacing);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px auto;
    padding: 10px 0 20px;
}

.cont_box-rrsp .box-rrsp a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px var(--color-blue-low) solid;
    background: #ffffff;
    border-radius: 40px;
    font-size: 40px;
}

.cont_box-rrsp .box-rrsp a:hover {
    background: #ffffff;
}

.start_campaign .cont_box-rrsp .box-rrsp .fa-sp:hover {
    color: inherit;
}

.start_campaign .cont_box-rrsp .box-rrsp i,
.start_campaign .fa {
    font-size: 30px;
}

.start_campaign .cont_box-rrsp .box-rrsp i.fa-tripadvisor {
    font-size: 40px;
    line-height: 42px;
}

#formulario_campana .box-rrsp.FB {
    background-image: url(/images/steps_campaigns/FB_back-cmpaign.png);
    background-size: cover;
}

#formulario_campana .box-rrsp.FB i {
    color: #1877f2;
}

#formulario_campana .box-rrsp.IG {
    background-image: url(/images/steps_campaigns/IG_back-cmpaign.png);
    background-size: cover;
}

#formulario_campana .box-rrsp.IG i {
    background: -webkit-linear-gradient(201deg, rgba(120, 77, 215, 1) 0%, rgba(255, 50, 114, 1) 50%, rgba(255, 233, 0, 1) 100%);
    background: linear-gradient(201deg, rgba(120, 77, 215, 1) 0%, rgba(255, 50, 114, 1) 50%, rgba(255, 233, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#formulario_campana .box-rrsp.TW {
    background-image: url(/images/steps_campaigns/X_back-cmpaign.png);
    background-size: cover;
}

#formulario_campana .box-rrsp.LK {
    background-image: url(/images/steps_campaigns/LK_back-cmpaign.png);
    background-size: cover;
}

#formulario_campana .box-rrsp.LK i {
    color: #0077b5;
}

#formulario_campana .box-rrsp.NT {
    background: rgb(10, 194, 16);
    background: -moz-linear-gradient(56deg, rgba(10, 194, 16, 0.6) 0%, rgba(177, 235, 153, 0.3) 20%, rgba(255, 255, 255, 1) 40%);
    background: -webkit-linear-gradient(56deg, rgba(10, 194, 16, 0.6) 0%, rgba(177, 235, 153, 0.3) 20%, rgba(255, 255, 255, 1) 40%);
    background: linear-gradient(56deg, rgba(10, 194, 16, 0.6) 0%, rgba(177, 235, 153, 0.3) 20%, rgba(255, 255, 255, 1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ac210", endColorstr="#ffffff", GradientType=1);
}

#formulario_campana .box-rrsp.ACT {
    background: rgb(255, 171, 25);
    background: -moz-linear-gradient(56deg, rgba(255, 171, 25, 0.6) 0%, rgba(255, 227, 170, 0.3) 20%, rgba(255, 255, 255, 1) 40%);
    background: -webkit-linear-gradient(56deg, rgba(255, 171, 25, 0.6) 0%, rgba(255, 227, 170, 0.3) 20%, rgba(255, 255, 255, 1) 40%);
    background: linear-gradient(56deg, rgba(255, 171, 25, 0.6) 0%, rgba(255, 227, 170, 0.3) 20%, rgba(255, 255, 255, 1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffab19", endColorstr="#ffffff", GradientType=1);
}

#formulario_campana .box-rrsp.TK {
    background-image: url(/images/steps_campaigns/TT_back-cmpaign.png);
    background-size: cover;
}

#formulario_campana .box-rrsp.TW i,
#formulario_campana .box-rrsp.TK i {
    color: #000000;
}

#formulario_campana .box-rrsp.GG {
    background-image: url(/images/steps_campaigns/GG_back-cmpaign.png);
    background-size: cover;
    background-position: center right;
}

#formulario_campana .box-rrsp.GG i {
    color: var(--color-red);
}

#formulario_campana .box-rrsp.TA {
    background-image: url(/images/steps_campaigns/TA_back-cmpaign.png);
    background-size: cover;
}

#formulario_campana .box-rrsp.TA i {
    color: rgb(30, 217, 155);
}

.cont_box-rrsp {
    height: auto;
}

/* CAMP STEP 0 */
#formulario_campana.start_campaign {
    min-height: 70vh;
}

#formulario_campana .step-packs-view.cont_box-rrsp {
    justify-content: center;
}

#formulario_campana .step-packs-view .flex-3 {
    width: 33.33%;
    padding: 15px;
    display: flex;
}

#formulario_campana .step-packs-view .box-rrsp {
    width: 100%;
    margin: 0px;
    background: #ffffff;
    padding: 20px;
    display: block;
    transition: all ease-in 0.5s;
}

#formulario_campana .step-packs-view .box-rrsp:hover {
    transform: scale(1.03);
    text-decoration: none;
    transition: all ease-in 0.3s;
}

.step-packs-view p.title-card {
    font-family: var(--main-title-font);
    letter-spacing: var(--main-txt-spacing);
    font-size: 22px;
    color: var(--color-blue-new);
    text-transform: uppercase;
}

.step-packs-view .box-rrsp img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 15px;
}

.camp-rap {
    width: 50%;
    float: right;
}

.camp-rap .btn-cr:HOVER {
    color: #fff;
}

.camp-rap .form-group {
    width: 50%;
    text-align: center;
    margin-left: 25%;
    margin-bottom: 20px;
}

.mod-cr img {
    width: 100px;
    margin: 10px;
    border-radius: 10px;
}

.check-cr {
    float: left;
    width: 33%;
}

.check-cr label {
    margin-bottom: 0px;
}

.check-cr input[type="checkbox"] {
    float: none;
    width: 20px;
    height: 20px;
}

.form-box .btn-default {
    background: inherit;
}

.five .button-active .button-bg {
    background-color: var(--color-blue-corp);
    width: 80px;
}

.five .button-bg {
    width: 80px;
}

.five .button-switch {
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

/* pagination */

.pagination {
    text-align: center;
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination a.active {
    color: #fff;
}

.pagination a {
    padding: 3px 10px;
    font-weight: 700;
    color: var(--color-blue-corp);
    text-align: center;
    border-radius: 8px;
}

.pagination a:hover {
    text-decoration: none;
    background: #c5d4da;
    color: #ffffff;
}

.pagination a.active:hover {
    text-decoration: none;
    background: var(--color-blue-new);
}

#quick_modal .checkbox {
    display: none;
}

#quick_modal select {
    margin: auto;
    font-size: 15px;
    width: 80%;
}

.mod-cr img {
    width: 60px;
}

#tweet_form .alert-info {
    max-width: 100%;
    overflow-x: hidden;
}

.label-all {
    font-weight: bold;
    display: block;
    margin: 15px 0;
}

#formulario_participantes .sign-up-grpd {
    text-align: left;
    width: 100%;
}


/*---------- PÁGINAS LEGALES ---------------*/

#timeline .breadcrumb {
    background-color: #004259;
}

.popover {
    /*max-width: 450px;*/
    border-radius: 0px;
}

.popover-content {
    font-size: 13px;
}

.form-control:focus {
    border-color: #004259;
    box-shadow: none;
}

#formulario_participantes #login .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #004259;
    box-shadow: none;
    -webkit-box-shadow: none;
    --webkit-transition: none;
}

#formulario_campana .popover,
#formulario_campana .tooltip-inner {
    background: #004259;
    color: #fff;
    border: none;
}

#formulario_campana .popover.top .arrow:after,
#formulario_campana .tooltip.top .tooltip-arrow,
#panel-anunciantes .tooltip .tooltip-arrow {
    border-top-color: #004259;
}


#formulario_campana #btn_quick1 {
    width: 20%;
    float: right;
    margin: 0;
    font-size: 14px;
    min-width: 0px;
    border: 1px solid #004259;
}

#formulario_participantes .btn {
    border-radius: 10px;
}

#campaign-info .btn-submit:focus,
#formulario_campana .btn-submit:focus {
    background: #004259 !important;
    opacity: 1;
}

#formulario_campana .btn,
.modal .btn,
.ad-page .btn {
    min-width: 140px;
}

#campaign-info .btn-default:hover,
#campaign-info .btn-default:focus,
#formulario_campana .btn-default:hover,
#formulario_campana .btn-default:focus,
.modal .btn-default:hover,
.modal .btn-default:focus,
#add-accounts .btn-default:hover,
#add-accounts .btn-default:focus {
    background: #ffffff !important;
    border: 2px solid var(--color-blue-corp) !important;
    color: inherit !important;
}

#add-accounts .btn-submit:hover,
#add-accounts .btn-submit:focus {
    opacity: 1;
    transition: all 1s;
}

#preferencias.preferences-user-view h2.form-title {
    text-align: center;
}

.form_group_name.flex-2,
.form_group_last_name.flex-2 {
    padding: 15px 4px;
}

.form_group_day {
    width: 25%;
}

.form_group_month {
    width: 45%;
    padding: 0 1.5%;
}

.form_group_year {
    width: 30%;
}

#admin-navbar-dropdown>li a {
    text-align: left;
}



#preferencias_user .form-group label,
#add-accounts .form-group label {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 20px;
    /* height: 40px; */
    line-height: 40px;
}


#preferencias_user .form-group label,
#add-accounts .form-group label {
    display: block;
    width: auto;
    text-align: left;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: white;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}

#preferencias_user .form-group,
#add-accounts .form-group {
    margin-bottom: 0px;
    position: relative;
}

#add-accounts .btns-div {
    margin-top: 15px;
}

#preferencias_user .form-control,
#add-accounts .form-control {
    height: 40px;
}

#preferencias_user .form-control {
    margin-bottom: 0px;
}

#formulario_participantes #add-accounts p {
    width: 100%;
    margin: 10px 0 20px;
}

#preferencias_user #preferences_photo_select {
    width: 80%;
    margin: 25px auto;
}

#allow_notifications .modal-body {
    background: none;
    padding: 5px;
}

.alert {
    border-radius: 0px;
}

i.fa.fa-share.network.tooltips.linkedin-share,
span.fa.fa-share.linkedin-share.dashboard-info-button,
i.status-icon.fa.hidden-xs.fa-share.linkedin-share {
    position: relative;
    display: inline-block !important;
}

i.fa.fa-share.network.tooltips.linkedin-share:after,
span.fa.fa-share.linkedin-share.dashboard-info-button:after,
i.status-icon.fa.hidden-xs.fa-share.linkedin-share:after {
    content: "\f08c ";
    position: absolute;
    font-size: 12px;
}

i.fa.fa-share.network.tooltips.linkedin-share:after {
    top: 30px;
    right: 18px;
}

i.status-icon.fa.hidden-xs.fa-share.linkedin-share:after {
    top: 13px;
    right: 4px;
}

span.fa.fa-share.linkedin-share.dashboard-info-button:after {
    top: 19px;
    right: 8px;
}

.red-camp .fa-share.network {
    padding: 10px;
}

.counts {
    position: relative;
}

#add-accounts .alert-info,
#add-accounts .alert-warning {
    background: #f1f6f8;
    border-color: #e4e4e4;
    color: #777;
}

.arrow_publication {
    position: relative;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: all .5s;
}

.arrow_publication:hover {
    text-decoration: none;
}

.arrow_publication i {
    position: absolute;
    right: -22px;
    top: 3px;
    transition: all .5s;
}

.arrow_publication:hover i {
    right: -27px;
}

.border_left_dotted {
    border-left: 2px dotted #dce6ea;
    padding-left: 15px;
    width: 100%;
}

.border_left_dotted ul {
    padding-left: 30px;
}

#progress .loading_image {
    height: 150px;
}

.dashboard-button .btn-aux.new-style-btn {
    border-radius: 0px;
    width: 20%;
    display: inline-block;
    background-color: #fff !important;
}

.color-alert-danger {
    color: #c15b59;
}

.minititle {
    text-align: left;
    color: #31a3c1;
    text-transform: uppercase;
}

#limit_plan_reached_modal .desc_modal {
    padding: 0 20px;
    color: #004259;
}

#limit_plan_reached_modal .desc_modal span {
    color: #31a3c1;
    font-size: 17px;
}

#limit_plan_reached_modal #change_plan_resume {
    margin: 0px;
    text-align: center;
}

#change_plan_resume .circles {
    width: 50px;
    height: 50px;
    background: #03e0d3;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.main-help-button {
    display: inline-block;
    color: #fff;
}

#sub-navbar .list-inline li.menu_alert {
    padding-bottom: 10px;
    margin-bottom: -10px;
    padding: 7px;

}

#sub-navbar .list-inline li.menu_alert a {
    position: relative;
    color: #31a3c1;
}

#sub-navbar .list-inline li.menu_alert .alert_span {
    background: #31a3c1;
    height: 18px;
    width: 18px;
    display: block;
    text-align: center;
    border-radius: 4px;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    top: -12px;
    right: -17px;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}



/* RESPONSIVE */

@media (max-width: 1140px) {
    .cont_box-rrsp .flex-4 {
        width: 25%;
    }
}

@media(max-width: 1024px) {
    #sub-navbar .container {
        margin-right: 0;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .container_leader .cont_l .user-info .nav-tabs>li {
        float: left !important;
    }

    #preferencias_user #preferences_photo,
    #preferencias_user #preferences_info {
        width: 100%;
        text-align: center;
    }

    #preferencias_user #preferences_photo_select {
        margin: 15px auto;
    }

    #formulario_campana .cont_box-rrsp {
        padding: 20px 2%;
    }

    .footer .flex-box .flex-3,
    .footer .flex-box .flex-6 {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .footer .footer-box-links {
        width: 100%;
    }

    .app-footer ul {
        justify-content: center;
    }

    .box-img-gptw {
        width: 100%;
    }

    .box-img-gptw img {
        margin: 0 auto;
    }

}

@media (max-width: 768px) {
    .modal-footer .btn {
        display: block;
        margin-bottom: 5px !important;
        width: 100%;
    }

    .cont_box-rrsp .flex-4 {
        width: 33.33%;
    }

    #formulario_campana .step-packs-view .flex-3 {
        width: 50%;
    }

    #sub-navbar .list-inline li.menu_alert {
        border: none;
    }

    .como-funciona .contact-btn-rrss a {
        padding: 1em 1.8em;
        font-size: 16px;
    }

    .como-funciona .contact-btn-rrss {
        margin-bottom: 20px;
    }

    .flex-box .flex-2 {
        width: 100%;
        padding: 20px 40px;
    }

    .mobile-ocult {
        display: none;
    }

    #sub-navbar-current {
        float: right;
    }

    .card {
        margin-top: 5px;
    }

    #sub-navbar #sub-navbar-list #sub-navbar-actions li {
        padding: 6px;
    }

    #sub-navbar #sub-navbar-list #sub-navbar-actions li i {
        font-size: 22px;
    }
}

@media (max-width: 690px) {
    .btn-actions-colab .sel-actions-colab.sel-actions-colab-a {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .btn-actions-colab .sel {
        width: 100%;
    }

    .filter-name-general .actions_right_colab-group .date_select {
        margin-left: 0;
        margin-bottom: 15px;
    }

    #login>.col-md-6 {
        display: none;
    }

    #login .inicio {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .profile_box {
        width: 100%;
        padding: 20px 20px;
    }

    .cont_box-rrsp .flex-4 {
        width: 50%;
    }

    footer .box-img-gptw img {
        width: 80px;
        padding: 10px 6px;
        margin-left: 0px;
    }

}

@media (max-width: 550px) {
    #formulario_campana .step-packs-view .flex-3 {
        width: 100%;
        padding: 15px 40px;
    }
}

@media (max-width: 530px) {
    .logosr {
        max-width: 225px;
    }
}

@media (max-width: 480px) {
    #sub-navbar .list-inline li {
        margin-left: 0;
    }

    #sub-navbar #sub-navbar-list #sub-navbar-actions li {
        padding: 4px 8px;
        border-bottom: 0px;
    }

    #sub-navbar-list {
        float: none;
        padding-right: 0;
        text-align: center;
    }

    #sub-navbar .list-inline li {
        padding: 10px 17px 0 5px;
    }

    span.subtitle_grey {
        display: none;
    }

    #info,
    #info_in,
    .invite {
        margin: 20px;
        margin-top: 50px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 0;
        border-color: transparent;
        height: auto;
    }

    .form_heading_text {
        font-size: 14px;
    }

    #formulario_participantes .inicio {
        background: rgba(255, 255, 255, 0.9);
        ;
        margin-bottom: 0 !important;
    }

    #formulario_participantes {
        min-height: 500px;
    }

    .invite {
        font-size: 16px;
    }

    .fun {
        padding: 20px;
        margin-bottom: 20px;
    }

    .inv-col,
    .dis-com,
    .com,
    .med-res,
    .inc {
        padding-bottom: 50px;
    }

    .log-neg {
        width: 280px;
    }

    .nav-tabs>.incent>a {
        padding: 10px 30px;
    }

    .bck .col-md-7 {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-right: 10px;
    }

    .bck .container {
        padding: 0;
    }

    .page-single .t-land {
        padding: 30px;
    }

    .profile_box {
        width: 95%;
        margin-left: 2%;
        margin-bottom: 15%;
    }

    .profile_bio {
        width: 90%;
        margin-bottom: 0;
        margin-left: 5%;
    }

    .profile_com {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: -5px;
    }

    .profile_com hr {
        margin: 8px;
    }

    form .btn,
    #continue .btn,
    #info .btn,
    #formulario_campana .btn,
    .btn-dark {
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        display: block;
    }

    form .btn {
        width: 46% !important;
        /*margin: auto 5px;*/
        margin: auto 2%;
        margin-bottom: 15px;
        padding: 8px 4px !important;
    }

    #add-accounts form .input-group .input-group-btn .btn-default {
        width: 100% !important;
        padding: 5px 6px !important;
    }

    #fileupload {
        width: 100%;
    }

    .btncf {
        margin: 50px 10px;
    }

    #cuentas_agregadas .row {
        overflow: hidden;
        clear: both;
    }

    #cuentas_agregadas .table-striped {
        font-size: 14px;
        width: 100%;
        table-layout: fixed;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    table th:nth-child(3) {
        width: 100px;
    }

    #cuentas_agregadas td a {
        display: block;
    }

    .app-footer li img {
        width: 22px;
    }

    .footer-copy-icon .rrss-footer li {
        margin: auto 6px;
    }

    footer .row2 .rrss-footer li a {
        font-size: 20px;
    }

    .app-footer a p {
        font-size: 12px;
    }

    .app-footer a {
        padding: 5px 8px 8px 8px;
    }

    .thank_page_view {
        background-position-y: 104%;
    }

    .thank_page_view .thank-text {
        width: 100%;
    }

    ul#sub-navbar-current {
        padding-top: 6px;
        padding-left: 10px;
    }

    .mod-cr img {
        width: 60px;
    }

    #cuentas_agregadas button.btn-addnew,
    #cuentas_agregadas button.btn-addnew.delete-account-btn,
    #cuentas_agregadas button.btn-g-analytics,
    #cuentas_agregadas button.btn-check-u {
        padding: 2px 6px 0px;
        margin: 0;
    }

    #formulario_campana {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 20px;
    }

    #formulario_campana .col-md-6 {
        padding: 30px 30px 0px 30px;
    }

    .cont-rrsp.text-center,
    .camp-rap {
        width: 100%;
        float: none;
    }

    .cont-rrsp {
        order: 2;
    }

    .camp-rap {
        order: 1;
        clear: both;
        border-top: 0;
        border-bottom: 2px solid #004259;
        padding-bottom: 0;
    }

    .camp-rap .form-group {
        margin: auto;
        width: 90%;
    }

    #formulario_campana h2 {
        margin-top: 10px !important;
    }

    #quick_modal select {
        width: 100%;
        height: 42px;
    }

    #sub-navbar #sub-navbar-actions li a {
        font-size: 24px;
    }

    footer .row2 {
        padding: 30px 10px;
    }

    footer .terms {
        margin-left: 0;
        text-align: center;
    }

    footer .footer-copy-icon {
        text-align: center;
    }

    footer .app-footer li {
        margin: 4px 4px;
    }

    footer .footer-copy-icon {
        padding-bottom: 0;
    }

    .form-group .float-right {
        float: none;
        margin-right: 0px !important;
    }

    .btn-default {
        margin-top: 10px;
    }

    #campaign-info .btn-submit,
    #formulario_campana .btn-submit,
    #formulario_campana .btn-submit-inverse,
    form .btn-default {
        width: 100% !important;
        margin-left: 0px;
    }

    #campaign-info .btn-submit,
    #campaign-info .btn-default,
    #campaign-info .btn {
        width: 46% !important;
        min-width: inherit !important;
    }

    .owl-wrapper-outer {
        padding-right: 10px;
    }

    form.camp5 .btn.btn-default {
        width: 49% !important;
    }

    .not-camp .btn.bt-mod-camp,
    #lnk_instagram_resend.btn2.btn-default {
        width: 100% !important;
    }

    .datetimepicker.datetimepicker-dropdown-bottom-left.dropdown-menu {
        width: 211px;
    }

    .alert-warning-info img {
        width: 20%;
    }

    .filter-name-general #search {
        width: 75%;
        float: left;
    }

    .btn-actions-searchcolab .fa-search {
        float: left;
        margin-right: 0;
    }

    #select_filter_container #select_filter,
    .filter-name-general button {
        margin-top: 0;
        margin-right: 0;
    }

    .filter-name-general #actions_right_collaborators .search-colab-group {
        width: 300px;
    }

    #select_filter_container #select_filter,
    .filter-name-general button,
    .filter-name-general #actions_right_collaborators .search-colab-group,
    #select_filter_container #filter_options_container {
        width: 250px;
    }

    .filter-name-general .actions_right_colab-group .date_select {
        width: 280px;
    }

    #collaborators_list_panel .nav-tabs li,
    #collaborators_list_panel .nav-tabs>li.active>a {
        height: 45px;
    }

    .cont_box-rrsp .flex-4 {
        width: 100%;
        padding: 10px 40px;
    }
}

@media (max-width: 370px) {
    .navbar-brand img {
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    #group-chat-modal .modal-dialog {
        right: auto;
        left: 50%;
        width: 800px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.introjs-button {
    display: inline-block !important;
}

.create-campaign .social-preview-icons span {
    font-size: 25px;
}

.panel-heading .panel-title {
    font-family: var(--main-title-font), sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#campaign-info div.alert-success {

    border: 2px solid #468847;
    ;
    border-radius: 12px;
    margin: 10px auto;
}

.ig-gif-img {
    max-width: 400px;
}

input.invalid {
    border-color: red !important;
}

/* Green border for valid input */
input.valid {
    border-color: green !important;
}