/*
    Theme Name: NiceAdmin
    Theme URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
@import url(line-icons.css);

body {
    color: #4d4f5c;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

label {
    font-weight: 300;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}

input:focus, textarea:focus {
    outline: none;
}

*:focus {
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
}

/*sidebar navigation*/
#sidebar {
    width: 230px;
    height: 100%;
    position: fixed;
    background: #fdfdff;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 60px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }

ul.sidebar-menu li ul.sub li {
    background: #394a59;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 0 0 0 32px;
        line-height: 35px;
        height: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #d0d8df;
        font-size: 14px;
    }

        ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
        }

ul.sidebar-menu li {
    line-height: 10px !important;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
        font-size: 16px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #548291;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 12px;
        font-weight: 400;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid #548291;
    }

        ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            background-color: #548291;
            color: #ffffff;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            border-bottom: 1px solid #d0d8df;
        }

/*ul.sidebar-menu li.active a,*/
ul.sidebar-menu .sub-menu li.active a {
    border-bottom: 1px solid #d0d8df;
}

ul.sidebar-menu li a i {
    font-size: 18px;
    padding-right: 6px;
    /*color: #688a7e;*/
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li.active a i {
    color: #fff;
}

#sidebar ul > li > a .arrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #A0A0A0;
    border-top: 4px solid transparent;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 6px;
    width: 0;
}

#sidebar ul > li > a .menu-arrow {
    float: right;
    margin-right: 8px;
    margin-top: 6px;
}

#sidebar > ul > li > a .arrow.open {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #A0A0A0;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 8px;
    width: 0;
}

#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid #d0d8df;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #d0d8df;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/*main content*/
#main-content {
    margin-left: 230px;
}

.header, .footer {
    background: #fdfdff;
    min-height: 60px;
    padding: 0 15px;
    box-shadow: 0px 4px 3px #edf0f5;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.dark-bg {
    background: rgba(54, 66, 74, 1);
    border-bottom: 1px solid #f1f2f7;
}

.panel-content {
    padding: 10px;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

a.logo {
    font-size: 22px;
    color: #555;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #688a7e;
    }

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 150px !important;
        background: #548291;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

    .top-nav .username {
        font-size: 13px;
        color: #555;
        font-weight: bold;
    }

    .top-nav ul.top-menu > li > a {
        padding: 8px;
        background: none;
        margin-right: 0;
    }

    .top-nav ul.top-menu > li {
        margin-left: 10px;
    }

        .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
            background: #F1F2F7;
        }

    .top-nav .dropdown-menu.extended.logout {
        top: 50px;
    }

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*--sidebar toggle---*/
.toggle-nav {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .toggle-nav .icon-reorder {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -230px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
    background-color: #548291 !important;
}

.dropdown-menu.extended.logout > li.eborder-top {
    border-top: 2px solid #548291 !important;
}

.info-box .count {
    font-size: 20px;
}

.info-box i {
    color: #ffffff;
}

.imgdropdown-menu {
    border-radius: 100px;
    height: 40px;
    width: 40px;
}

.imgAvatar {
    height: 170px;
    width: 170px;
    border-radius: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgPreview {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.buttonNav {
    width: 95%;
    padding-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aNav {
    border-radius: 5px;
}

.buttonNav-selected {
    background-color: #548291;
    color: #ffffff !important;
}

.notificationBell {
    font-size: 40px;
    color: #555;
    float: left;
    margin-top: 10px;
    margin-left: 25px;
}

.conteoPublicaciones {
    background: #26ab8a;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    padding: 15px;
    position: absolute;
    z-index: 1;
    margin-top: -60px;
    margin-left: 30px;
    color: #ffffff;
    font-weight: bold;
}

.table-header tr {
    border: none;
}

.table-header th {
    border: none;
    font-weight: 500;
    text-align: center;
}

.table-body {
    background: #ffffff;
    text-align: center;
}

.text-call-action {
    color: #109cf1;
    cursor: pointer;
}

.sentiment-positive, .fa-smile-o {
    color: #65dd31;
}

.sentiment-negative, .fa-frown-o {
    color: #ec546c;
}

.sentiment-neutral, .fa-meh-o {
    color: #f6b84b;
}

.facebook-color {
    color: #3b5998 !important;
}

.twitter-color {
    color: #00acee !important;
}

.instagram-color {
    color: #DD2A7B !important;
}

.youtube-color {
    color: #FF0000 !important;
}

.fa-male {
    color: #0089aa;
}

.fa-female {
    color: #ec008c;
}

.inputPop {
    height: 40px;
    width: 80%;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #EDF0F5;
    color: #548291;
    font-weight: 500;
}

.inputForms {
    height: 40px;
    width: 80%;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #EDF0F5;
    color: #000000;
    font-weight: 500;
}

.selectPop {
    height: 40px;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #EDF0F5;
    color: #548291;
    font-weight: 500;
    text-align: center;
}

.selectForms {
    height: 40px;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #EDF0F5;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.buttonBlue {
    display: inline-block;
    background-color: #dee6f3;
    border: solid 1px #548291;
    color: #548291;
    width: 200px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fontSizeButton {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.panel-heading {
    font-size: 16px;
    color: #548291;
    background: #dee6f3;
    font-weight: 600;
}

.panel-body {
    border: solid 1px #edf0f5;
    box-shadow: 0 4px 2px -2px grey;
}

.titleGreen {
    color: #548291;
    font-weight: 500;
    font-size: 18px;
}

.panel-p {
    font-weight: 500;
    font-size: 16px;
}

.buttonArbol {
    background: #ffffff;
    border: solid 1px #548291;
    color: #548291;
    font-size: 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s linear;
    padding: 2px 5px 2px 5px;
    margin-bottom: 10px;
}

    .buttonArbol:hover, .buttonArbol:active, .buttonArbolSeleccionado {
        background: #548291;
        border: solid 1px #548291;
        color: #ffffff;
    }

.titleArbol {
    color: #548291;
    font-weight: 500;
    font-size: 16px;
}

.inputSearch {
    width: 100%;
    height: 40px;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #edf0f5;
}

.imgPublicacion {
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

.divPublicacion {
    border-radius: 5px;
    border: solid 2px #EDF0F5;
    width: 100%;
    padding: 1em 1em;
}

.act-time .act-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.act-time .act-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.act-time p {
    margin: 0;
}

.act-time .attribution {
    font-size: 12px;
    margin: 0px 0 5px;
}

.act-time {
    overflow: hidden;
    padding: 8px 0;
}

.act-in a, .act-in a:hover {
    color: #000000;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
}

.activity-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

    .activity-img img {
        display: block;
        height: 44px;
        width: 44px;
    }

.profile-activity .act-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.profile-activity, .act-time, .profile-activity .act-in, .profile-activity .act-out {
    position: relative;
}

.subir {
    padding: 5px 10px;
    background: #548291;
    color: #fff;
    border: 0px solid #fff;
}

    .subir:hover {
        color: #fff;
        background: #6CBBD5;
        cursor: pointer;
    }

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    padding: 15px;
    text-align: center;
    border: 1px solid #edf0f5;
    -webkit-box-shadow: 0px -4px 3px #edf0f5;
    -moz-box-shadow: 0px -4px 3px #edf0f5;
    box-shadow: 0px -4px 3px #edf0f5;
}

#sentiment-panel p {
    font-size: 16px;
    font-weight: 600;
}

#promedio-panel p {
    font-size: 20px;
    font-weight: 600;
}

.table-panel td {
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    /*padding: 7px;*/
}

#gender-panel p {
    font-size: 16px;
    font-weight: 600;
}

.btn-export {
    text-shadow: none;
    background-color: #dee6f3;
    border: solid 1px #548291;
    color: #548291;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter {
    float: left;
    margin-top: 10px;
}

.btn-group, .btn-group-vertical {
    float: right;
}

.titlesForms {
    font-weight: 600;
    padding: 1px;
    text-align: left;
    display: inline-block;
    width: 80%;
}

.table-header {
    background: #548291;
    border: solid 1px #548291;
    color: #ffffff;
}

.cursor {
    cursor: pointer;
}

.publicar-tema {
    color: #8e8e93;
    font-size: 12px;
    padding: 2px 10px;
    width: 100%;
}

.publicar-lst-respuesta {
    font-size: 11px;
    text-align: left;
    padding: 2px 5px;
}


    .publicar-lst-respuesta tr:first-child {
        text-align: right;
    }

.publicar-lst-tema {
    font-size: 10px;
    font-weight: 100;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.publicar-subtitulo {
    font-weight: 600;
    font-size: 14px;
}

#table-publicaciones td {
    font-size: 13px;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}

.dvSeleccionRespuesta table .fa-cloud:hover {
    color: #0089aa;
    text-shadow: 0 0 3px #0089aa;
}

.dvSeleccionRespuesta table .fa-edit:hover {
    color: #68bd45;
    text-shadow: 0 0 3px #68bd45;
}
/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
}

    .timeline:after {
        content: "";
        height: auto;
        width: 1px;
        background: #e3e3e3;
        position: absolute;
        top: 5px;
        left: 30px;
        bottom: 25px;
    }

    .timeline.timeline-sm:after {
        left: 12px;
    }

    .timeline li {
        position: relative;
        padding-left: 70px;
        margin-bottom: 20px;
    }

        .timeline li:after {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #e3e3e3;
            position: absolute;
            left: 24px;
            top: 5px;
        }

        .timeline li .timeline-date {
            display: inline-block;
            width: 100%;
            color: #a6a6a6;
            font-style: italic;
            font-size: 13px;
        }

    .timeline.timeline-icons li {
        padding-top: 7px;
    }

        .timeline.timeline-icons li:after {
            width: 32px;
            height: 32px;
            background: #fff;
            border: 1px solid #e3e3e3;
            left: 14px;
            top: 0;
            z-index: 11;
        }

        .timeline.timeline-icons li .timeline-icon {
            position: absolute;
            left: 23.5px;
            top: 7px;
            z-index: 12;
        }

            .timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
                top: -1px !important;
            }

    .timeline.timeline-icons.timeline-sm li {
        padding-left: 40px;
        margin-bottom: 10px;
    }

        .timeline.timeline-icons.timeline-sm li:after {
            left: -5px;
        }

        .timeline.timeline-icons.timeline-sm li .timeline-icon {
            left: 4.5px;
        }

    .timeline.timeline-advanced li {
        padding-top: 0;
    }

        .timeline.timeline-advanced li:after {
            background: #fff;
            border: 1px solid #29b6d8;
        }

        .timeline.timeline-advanced li:before {
            content: "";
            width: 52px;
            height: 52px;
            border: 10px solid #fff;
            position: absolute;
            left: 4px;
            top: -10px;
            border-radius: 50%;
            z-index: 12;
        }

        .timeline.timeline-advanced li .timeline-icon {
            color: #29b6d8;
        }

        .timeline.timeline-advanced li .timeline-date {
            width: 75px;
            position: absolute;
            right: 5px;
            top: 3px;
            text-align: right;
        }

        .timeline.timeline-advanced li .timeline-title {
            font-size: 17px;
            margin-bottom: 0;
            padding-top: 5px;
            font-weight: bold;
        }

        .timeline.timeline-advanced li .timeline-subtitle {
            display: inline-block;
            width: 100%;
            color: #a6a6a6;
        }

        .timeline.timeline-advanced li .timeline-content {
            margin-top: 10px;
            margin-bottom: 10px;
            padding-right: 70px;
        }

            .timeline.timeline-advanced li .timeline-content p {
                margin-bottom: 3px;
            }

            .timeline.timeline-advanced li .timeline-content .divider-dashed {
                padding-top: 0px;
                margin-bottom: 7px;
                width: 200px;
            }

        .timeline.timeline-advanced li .timeline-user {
            display: inline-block;
            width: 100%;
            margin-bottom: 10px;
        }

            .timeline.timeline-advanced li .timeline-user:before,
            .timeline.timeline-advanced li .timeline-user:after {
                content: " ";
                display: table;
            }

            .timeline.timeline-advanced li .timeline-user:after {
                clear: both;
            }

            .timeline.timeline-advanced li .timeline-user .timeline-avatar {
                border-radius: 50%;
                width: 32px;
                height: 32px;
                float: left;
                margin-right: 10px;
            }

            .timeline.timeline-advanced li .timeline-user .timeline-user-name {
                font-weight: bold;
                margin-bottom: 0;
            }

            .timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
                color: #a6a6a6;
                margin-top: -4px;
                margin-bottom: 0;
            }

        .timeline.timeline-advanced li .timeline-link {
            margin-left: 5px;
            display: inline-block;
        }

.timeline-load-more-btn {
    margin-left: 70px;
}

    .timeline-load-more-btn i {
        margin-right: 5px;
    }


/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu {
    padding: 0 0 0 0;
}

a.dropdown-menu-header {
    background: #f7f9fe;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu > li a {
    padding: 10px 20px;
}
/* -----------------------------------------
   input radio
----------------------------------------- */
.input-hidden {
    position: absolute;
    left: -9999px;
}

input[type=radio]:checked + label > img {
    border: 1px solid #fff;
    box-shadow: 0 0 5px 5px #548291;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label > img {
    border: 1px dashed #444;
    width: 150px;
    height: 150px;
    transition: 500ms all;
}

input[type=radio]:checked + label > img {
    transform: rotateZ(-10deg) rotateX(10deg);
}


/* -----------------------------------------
   Badge
----------------------------------------- */

.badgeNot {
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.badgeNot-danger {
    background-color: #db5565;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.myTableButton {
    display: flex;
    align-items: center;
}

    .myTableButton img {
        float: left;
        height: 20px;
        padding-right: 5px;
    }

    .myTableButton span {
        font-size: 1.2rem;
        text-transform: uppercase;
    }

.myEndAlign {
    display: flex;
    align-items: flex-end;
}

.noMargin {
    margin: 0
}

.m-bot15 {
    margin-bottom: 15px;
}

.myBorder {
    border: 1px solid green;
}

.test {
    border: 1px solid red;
}

.conversation-history {
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 10px;
}

    .conversation-history a {
        text-decoration: none;
        color: white;
    }

    .conversation-history a:hover {
        color: black;
    }

    .conversation-history .entrante {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

        .conversation-history .entrante .burbuja {
            background: gray;
            border-radius: 15px;
            border-top-left-radius: 0;
        }

    .conversation-history .saliente {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

        .conversation-history .saliente .burbuja {
            background: #548291;
            border-radius: 15px;
            border-top-right-radius: 0;
        }

    .conversation-history .contenedor-mensaje {
        width: 75%;
    }

        .conversation-history .contenedor-mensaje .burbuja {
            padding: 10px;
            font-size: 1.2rem;
            color: white;
        }

        .conversation-history .contenedor-mensaje .burbuja .mensaje {
            margin-right: 10px;
        }

        .conversation-history .contenedor-mensaje .info {
            margin-bottom: 5px;
            font-size: .9rem;
            padding: 0 10px;
            color: gray;
        }

.right-menu-icons .top-menu {
    display: flex;
}

.mySubscriptionTw {
    margin-top: 4rem;
    background-color: #edf0f5;
    padding: 2rem 2rem;
    border-radius: 10px;
}

    .mySubscriptionTw .buttonsSubscription {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

        .mySubscriptionTw .buttonArbol {
            padding: 10px 15px;
            font-size: 12px;
        }

    .mySubscriptionTw .buttonsCuentas ul {
        list-style: none;
        padding: 0;
    }

        .mySubscriptionTw .buttonsCuentas ul li {
            margin-top: 1rem;
        }

    .mySubscriptionTw .buttonsCuentas .tarjetaUser {
        display: flex;
        align-items: center;
        width: 50%;
        background-color: #fdfdff;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        .mySubscriptionTw .buttonsCuentas .tarjetaUser .infoContainer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-left: 1rem;
            width: 100%;
            color: #548291;
        }

            .mySubscriptionTw .buttonsCuentas .tarjetaUser .infoContainer span {
                font-size: smaller;
                opacity: 0.85;
            }
            .mySubscriptionTw .buttonsCuentas .tarjetaUser .infoContainer .buttonArbol {
                margin: 0;
            }

        .mySubscriptionTw .buttonsCuentas .tarjetaUser .imageContainer {
            border-radius: 50%;
            overflow: hidden;
            background-color: rgb(84, 130, 145);
        }

            .mySubscriptionTw .buttonsCuentas .tarjetaUser .imageContainer img {
                width: 100%;
                height: 100%;
            }

.instagram-media {
    background: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 1px;
    max-width: 540px;
    min-width: 326px;
    padding: 0;
    width: 99.375%;
    width: calc(100% - 2px);
}

.custom-thumbnail .row img {
    max-width: 90%;
}



.cuentas-vinculadas .profile-info {
    display: flex;
    align-items: center;
}

    .cuentas-vinculadas .profile-info .avatar-img {
        width: 48px;
        height: 48px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 15px;
        border: 3px solid #669ac2;
    }

        .cuentas-vinculadas .profile-info .avatar-img img {
            width: 100%;
            height: 100%;
        }

.date-picker-wrapper {
    z-index: 99999 !important;
}