body {
    font-size: 14px;
    background-color: #FCFCFC;
}

.cursor-pointer {
    cursor: pointer !important;
}

.mr-9em {
    margin-right: 9em;
}


/*REMOVE BLUE BORDER OF BUTTON */

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    outline: none;
}

a:focus {
    outline: none !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

.ms-choice>span.placeholder {
    color: #5D646A !important;
    font-weight: 300;
    font-size: 14px;
}

.badge {
    font-size: 100% !important;
}

.badge-object {
    background: #ececec;
    color: #30B1E0;
    /* position: relative; */
    top: 1px;
}

.badge-object-x-btn {
    color: #30B1E0;
}

.navbar-brand {
    margin-left: -0.8em;
}

.nav-tabs {
    border-bottom: none;
}

ol {
    list-style-type: decimal;
}

.form-check-label {
    cursor: pointer !important;
}

.pr {
    position: relative;
}

.nav-txt {
    position: relative;
    top: -0.1em;
    color: white;
}

.nav-txt:hover {
    color: white;
}


/******************************************
BOOTSTRAP BASE CSS - CUSTOMIZE
******************************************/

.badge-light {
    color: black;
    background-color: #E8E8E8;
}

.ms-drop {
    color: #5D646A !important;
}

.ms-drop.bottom {
    z-index: 1 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /*z-index: 1;*/
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1E314A;
}

.active-head-menu {
    font-weight: bold;
    color: #ffffff;
}

.in-active-head-menu {
    font-weight: normal;
    color: #C3CDD7;
}

.nav-pills2 .nav-link.active,
.nav-pills .show>.nav-link {
    color: #30B1E0;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 50px;
    border: 0.5px solid #C3CDD7;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.nav-pills2 .nav-link,
.nav-pills .show>.nav-link {
    color: #5D646A;
    background-color: #F6F8F9;
    border: 0.5px solid #C3CDD7;
    padding: 10px 50px;
    border-radius: 4px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10.25rem;
    max-width: 100%;
    height: auto;
}

.list-group-item-action:hover {
    width: 100%;
    color: #4ecaf5;
    text-align: inherit;
}

.modal-footer-custom {
    padding: 1rem;
    background-color: #203249;
    text-align: center;
}

.card-header {
    /*padding: .75rem 2.25rem 40px 22px;*/
    padding: .75rem 22px 40px 22px;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,.03);*/
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header-login {
    padding: 1em;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

ul.nav-absolute {
    position: absolute;
    border-bottom: none;
    top: 3em;
    left: 0.5em;
}

.nav-absolute .nav-link.active {
    color: #30B1E0;
    font-weight: bold;
    /*background-color: #fff;*/
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-absolute .nav-item a {
    color: #919AA3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #E8FAFC;
}

.accordion-content ul li {
    list-style: none;
    padding-left: 2em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    /*background: transparent !important;*/
    font-weight: normal;
    /* color: #ffffff; */
    color: #30B1E0 !important;
}

.custom-control-input {
    position: absolute;
    z-index: 1;
    /*   opacity: 0.5;*/
    left: 0em;
    top: 0.4em;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #e8e8e8;
}

.btn-link-object {
    font-weight: 400;
    color: #909192;
    background-color: transparent;
    border: none !important;
}

.btn-link-sidebar {
    font-weight: 400;
    color: #797878;
    background-color: transparent;
}

.btn-search-keyword {
    position: relative;
    right: -190px;
    top: 3px;
    border-radius: 8px;
    background: #30B1E0;
    cursor: pointer;
    color: white;
    padding: 9.5px 13.36px;
    height: 36px;
    z-index: 1;
}

.btn-search-keyword2 {
    position: absolute;
    right: 14px;
    padding: 12px 12px;
    border-radius: 8px;
    background: #30b1e0;
    cursor: pointer;
    color: white;
}

.btn-search-keyword-f2 {
    top: 0px;
    border-radius: 8px;
    background: #30B1E0;
    cursor: pointer;
    color: white;
    padding: 8px 13px;
    height: 40px;
    z-index: 1;
}


/** check box sidearea **/

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    /* background-color: #6c757d; */
    background-color: #30B1E0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    /* background-color: #6c757d; */
    background-color: #30B1E0;
}

.custom-control-label {
    margin-bottom: 0;
    cursor: pointer;
}

.hov-reports {
    height: 120px;
}

.hov-reports:hover {
    background: #E8FAFC;
    height: 120px;
    cursor: pointer;
}

.hov-reports-vis {
    height: 110px;
}

.hov-reports-vis:hover {
    background: #E8FAFC;
    height: 110px;
    cursor: pointer;
}

.hov-reports-link:hover {
    text-decoration: none;
}

.dropdown-menu-savesearch.show {
    display: block;
}

.dropdown-menu-savesearch {
    position: absolute;
    top: -2px;
    left: 124px;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #5D646A;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item-savesearch {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #5D646A;
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border: 0;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.8rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #919AA3;
    background-color: #fff;
    /* border-color: #dee2e6 #dee2e6 #fff; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #30B1E0;
    font-weight: bold;
    background-color: #fff;
    /* border-color: #dee2e6 #dee2e6 #fff; */
}


/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #30B1E0;
    background-color: #fff;
}*/

.ui-widget-content a {
    color: #8A8A8A;
}

hr.nav-content-border {
    border-bottom: 4px solid #30B1E0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 6px 0 0 0;
    min-width: 100px;
}

.nav-content {
    font-weight: bold;
    color: #30B1E0 !important;
}

.paging {
    clear: both;
    padding: 25px 0;
    position: relative;
    top: -0.8em !important;
    text-align: center;
}


/******************************************
CSS login viralmeter
******************************************/

#loginPageBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    /*background-image: url('../images/login-bg.png');*/
    background-color: #FFFFFF;
    background-repeat: repeat;
}

.loginPage {
    top: 5%;
    position: absolute;
    width: 100%;
}

.img-login {
    width: 547px;
    height: 454px;
    position: relative;
    bottom: 30%;
}


/******************************************
NAVBAR
******************************************/

.navbar {
    position: relative;
    background: #0F0238;
    border-radius: 0px;
    /*padding-bottom: 0;*/
    z-index: 1;
    height: 5.6em;
}

.navbar .nav-item a {
    /*color: black;*/
    font-size: 14px;
}

.dropdown-menu a {
    color: black;
}


/*** NAVBAR - SEARCH STYLE ***/

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    font-size: 12px;
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 13px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    width: 255px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: black;
}

#custom-search-input span {
    position: absolute;
    left: 19em;
    top: 0.4em;
}


/*** NAVBAR - POST QUOTA ***/

.post-quota {
    color: white;
    padding: 0 0 0 14px;
    font-size: 14px;
    font-weight: 400;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    /* text-transform: uppercase; */
    /* margin: 0 60px 0 0; */
    /* text-transform: capitalize; */
}

.post-quota2 {
    font-size: 14px;
    font-weight: 900;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    position: relative;
    top: 0.4em;
    left: -1.5em;
}

.progressbar-rangka {
    vertical-align: middle;
}

.progressbar-belakang {
    padding: 0px 0 0 0;
    border: 0px solid red;
    margin: -12px 10px 0 -5px;
    /*margin: -12px 0 0 15px;*/
    width: 330px;
    height: 13px;
    background: #FFFFFF;
}


/*** NAVBAR - DROPDOWN MY GOAL & USER PROFILE ***/

#login-dp-admin {
    min-width: 400px;
    padding: 13px 10px 14px 10px;
    overflow: hidden;
    background-color: #fff;
    left: -23.7em !important;
    top: 2em !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#login-dp {
    min-width: 400px;
    padding: 13px 0px 14px 0px;
    overflow: hidden;
    background-color: #fff;
    left: -23.7em !important;
    top: 2em !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#login-dp .help-block {
    font-size: 12px
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 30%;
    color: #fff;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.btn-fb {
    color: #fff !important;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #fff !important;
    background-color: #496ebc
}

.btn-line {
    color: #fff !important;
    background-color: #00B900;
}

.btn-line-icon {
    color: #00B900 !important;
    background-color: #fff;
}

.btn-line:hover {
    color: #fff !important;
    background-color: #29be29;
}

.btn-line-nc {
    color: #fff !important;
    background-color: #BBBBBB;
}

.btn-tw {
    color: #fff !important;
    background-color: #55acee;
}

.btn-tw:hover {
    color: #fff !important;
    background-color: #59b5fa;
}

.btn-tw-nc {
    color: #fff !important;
    background-color: #55acee;
}

.btn-tw-nc:hover {
    color: #fff !important;
    background-color: #4ecaf5;
}

.btn-fb-nc {
    color: #fff !important;
    background-color: #BBBBBB;
}

.btn-fb-nc:hover {
    color: #fff !important;
    background-color: #3b5998;
}

.btn-gm {
    color: #fff !important;
    background-color: #AD3694;
}

.btn-gm:hover {
    color: #fff !important;
    background-color: #AD3694;
}


/*** NAVBAR - AVATAR ***/

.avatar-image img {
    background: #eee;
    width: 30px;
    height: 30px;
    border-radius: 48px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.initialAvatar {
    border-radius: 100%;
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    justify-content: center;
    align-items: center;
    background: white;
    position: relative;
    top: -1em;
}

.initialAvatar p {
    text-transform: uppercase;
    color: #1e314a;
    font-size: 1rem;
    margin-top: 1px;
    margin-bottom: 0px;
}


/*** NAVBAR - DROPDOWN NOTIFICATION LIST ***/

.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: auto;
    max-height: auto;
}

.dropdown-menu.notify-drop .notify-drop-title {
    /*border-bottom: 1px solid #e2e2e2;*/
    padding: 0px 10px 0px 0px;
}

.dropdown-menu.notify-drop .drop-content {
    min-height: auto;
    max-height: 308px;
    margin: 5px 0px 10px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.dropdown-menu.notify-drop .drop-content>li {
    /*border-bottom: 1px solid red;*/
    padding: 0px 0px 12px 0px;
}

.dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    /*background-color: #fafafa;*/
}

.dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block;
}


/*.dropdown-menu.notify-drop .drop-content > li:hover {
      background-color: #dff7ff;
    }*/

.dropdown-menu.notify-drop:hover {
    background-color: #dff7ff;
}

.dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none;
}

.dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}

.dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}

.dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}

.dropdown-menu.notify-drop .drop-content>li a {
    font-size: 12px;
    font-weight: normal;
}

.dropdown-menu.notify-drop .drop-content>li {
    font-weight: bold;
    font-size: 11px;
    padding-top: 4px;
}

.dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}

.dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}

.dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

.dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}

.dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff);
}

.dropdown-menu.notify-drop .notify-drop-footer {
    /*border-top: 1px solid #e2e2e2;*/
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}

.dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}


/*** NAVBAR - DROPDOWN SUBMENU ***/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}


/*** NAVBAR - BUBBLE NOTIF ***/

.count {
    position: absolute;
    top: -6px;
    right: -1px;
    height: 15px;
    width: 15px;
    overflow: hidden;
    background: red;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
}


/*HEADER NAVBAR
.navbarMargin {
    margin-top: -0.6em;
}
.navbarMargin2 {
    margin-top: 0.1em;
}*/


/******************************************
TAB STYLE
******************************************/


/*#tab-list {
    position: relative;
    bottom: 3.6em;
    right: 1.1em;
}*/

#tab-list li a {
    padding: 10px 0px 10px 0px;
    /*padding: 10px 110px 10px 102px;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

button.close {
    position: fixed;
    left: 16em;
    bottom: 21.1em;
}


/**** TAB STYLE 2.0 ****/

#tabs {
    position: relative;
    top: -3.5em;
    /*left: -1.6em;*/
}

.ui-tabs-nav {
    position: relative;
}

.ui-tabs .ui-tabs-nav-arrows {
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    margin: .1em;
    padding: 0;
}

.ui-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-next {
    /*float:right;
            position: relative;
            left: 2.8em;*/
    float: right;
    position: fixed;
    right: 0;
    top: 82px;
    border-radius: 5px;
    background-color: #fdfcfc;
    width: 25px;
    height: 40px;
    padding-left: 3px;
    border: 1px #eee solid;
}

.ui-tabs .ui-tabs-nav-arrows li {
    list-style: none;
    position: relative;
    cursor: pointer;
    z-index: 1000;
    line-height: 1;
    margin: 0;
    padding: 2px 6px 0px 8px;
    top: 0.4em;
}

.ui-tabs .ui-tabs-nav-arrows li a {
    display: block;
    padding: .7em .1em;
}

.ui-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-previous {
    /*float:left;
            position: relative;
            left: 92.2em;*/
    float: left;
    position: fixed;
    right: 27px;
    top: 82px;
    border-radius: 5px;
    background-color: #fdfcfc;
    width: 25px;
    height: 40px;
    padding-left: 3px;
    border: 1px #eee solid;
}

.ui-tabs .ui-tabs-scroll-container {
    position: relative;
    height: 3.1em;
    overflow: hidden;
}

.ui-tabs .ui-tabs-nav-scrollable {
    position: absolute;
    left: 0;
    right: 0;
}

.ui-tabs .ui-tabs-nav-scrollable ul {
    position: fixed;
    width: 10000px;
    height: 3.1em;
    top: 78px;
    z-index: 1030;
    left: -30px;
    background: #0F0238;
    /*background: #ffffff !important;*/
}


/*** hidden border body ***/

.ui-widget.ui-widget-content {
    border: none !important;
    background: none !important;
}

.ui-widget-header {
    /* border: 1px solid #dddddd; */
    /* background: #e9e9e9; */
    color: #5D646A;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    /*margin-bottom: -10px;*/
    padding-bottom: 1px;
    color: #0F0238;
    background: #fdfcfc !important;
    border-color: none !important;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #FCFCFC;
}

.ui-widget-header {
    border: none !important;
    /*background: none !important;*/
    color: #5D646A;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0px !important;
    margin-bottom: -10px !important;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 9;
}


/******************************************
ACCORDION
******************************************/

.accordion-toggle {
    cursor: pointer !important;
    margin: 0;
    /*padding: 10px 0*/
    ;
    position: relative;
}

.accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #4ECAF5;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    z-index: -100;
}

.accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid #797878;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    z-index: -100;
}

.accordion-toggle.active:before {
    display: none;
}

.accordion-content {
    display: none;
    padding-left: 1.8em;
}

.accordion-content .custom-control {
    min-height: 1em;
    /*margin-top: 1em;margin-bottom: 1em;*/
}

.accordion-toggle.active {
    /*color: #4BC0EB;*/
    color: black;
}


/* Acordeon styles GROUP */

.tab-group {
    position: relative;
    margin-bottom: 1px;
    padding-top: 10px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tab-group input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab-group label {
    position: relative;
    display: block;
    padding: 0 0 0 2em;
    background: #16a085;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
}

.tab-group .custom-control label {
    padding: 0 0 0 2em;
}

.blue label {
    background: transparent;
    color: #5a5a5a;
}

.tab-content-group {
    max-height: 0;
    overflow: hidden;
    background: #1abc9c;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.blue .tab-content-group {
    background: transparent;
    color: black;
}

.tab-content-group p {
    margin: 0;
}


/* :checked */

.tab-group input:checked~.tab-content-group {
    max-height: 100vh;
    padding: 10px 0px;
}


/* Icon 
    .tab-group label::after {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 3em;
      height: 3em;
      line-height: 3;
      text-align: center;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
    }
    .tab-group input[type=checkbox] + label::after {
      content: "+";
    }
    .tab-group input[type=radio] + label::after {
      content: "\25BC";
    }
    .tab-group input[type=checkbox]:checked + label::after {
      transform: rotate(315deg);
    }
    .tab-group input[type=radio]:checked + label::after {
      transform: rotateX(180deg);
    } */


/*** COLAPSIBLE TABLE  ***/

.hiddenRow {
    padding: 13px !important;
}


/* .demo1 {width: 200%;} */

table tr.clickable {
    cursor: pointer;
}


/******************************************
VISUALIZATION CARD
******************************************/

.vs-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.border-box-vs {
    border: 2px solid #30B1E0 !important;
    position: relative;
    flex: 1 1 100%;
    margin: 31px 0;
    padding: 20px;
    background: white;
}

.card-visualization {
    position: relative;
    flex: 1 1 100%;
    margin: 0;
    padding: 20px;
    background: white;
    border: 1px solid rgba(0, 0, 0, .125);
    /*text-align: center;*/
    cursor: pointer;
}

.card__thumb {
    overflow: hidden;
}

.card__img {
    margin: -20px -20px 0;
}

.card__img img {
    max-width: 31%;
    height: auto;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.card__desc {
    margin-top: 20px;
}

.card__two .card__img {
    padding: 20px;
}

.card__two::before,
.card__two::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .38s ease-in-out, transform .35s ease-in-out;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.card__two::before {
    transform: scale3d(0, 1, 1);
    transform-origin: left top;
    border-top: 1px solid #7DD2F9;
    border-bottom: 1px solid #7DD2F9;
}

.card__two::after {
    transform: scale3d(1, 0, 1);
    transform-origin: right top;
    border-right: 1px solid #7DD2F9;
    border-left: 1px solid #7DD2F9;
}

.card__two:hover::before,
.card__two:hover::after,
.card__two:focus::before,
.card__two:focus::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}


/******************************************
SWITCH ON OF BUTTON
******************************************/


/* Estilo iOS */

.switch__container {
    margin: 30px auto;
    width: 120px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow+label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}

.switch--shadow+label:before,
.switch--shadow+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.switch--shadow+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--shadow+label:after {
    width: 18px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.switch--shadow:checked+label:before {
    background-color: #8ce196;
}

.switch--shadow:checked+label:after {
    transform: translateX(22px);
}


/* Estilo Flat */

.switch--flat+label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--flat+label:before,
.switch--flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch--flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

.switch--flat:checked+label {
    background-color: #8ce196;
}

.switch--flat:checked+label:after {
    margin-left: 60px;
    background-color: #8ce196;
}


/******************************************
TABLE BORDERLESS
******************************************/

.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}


/******************************************
SCROLL CONTENT
******************************************/

div.scrollContent {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}

div.scrollContent-keywords {
    width: auto;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

div.scrollContent2 {
    width: auto;
    height: 260px;
    overflow: auto;
    overflow-x: hidden;
}

div.scrollContent3 {
    width: auto;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}

div.scrollContent4 {
    width: 100%;
    height: 100%;
    padding: 0px 0px 35px 0px;
    top: 25px;
    bottom: 0px;
    overflow-y: auto;
    position: relative;
}

@media (max-width: 1366px) {
    div.scrollContent4 {
        width: 100%;
        height: 100%;
        padding: 0px 0px 35px 0px;
        top: 25px;
        bottom: 0px;
        overflow-y: auto;
        position: relative;
        left: 2.8%;
    }
    div.side-bar {
        padding: 0;
        width: 15.2rem;
        /* max-height: 330px; */
        left: 20px;
        top: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .lbl-remember {
        top: 0px !important;
    }
}

.product-container {
    padding-top: 10px;
    margin-top: 0;
    background-color: #eee;
}

.product-headline {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    font-weight: 700;
    padding-bottom: 20px;
    color: #5f6f60;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 15px 0 15px;
}

.thumbnail>img {
    margin-left: 0;
}

.thumbnail .caption {
    padding-left: 0;
}

.teo-btn {
    background-color: #72c02c;
    color: white;
    border: solid 1px #72c02c;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.teo-btn:hover,
.teo-btn:focus {
    color: #555;
    background-color: white;
    border: solid 1px #555;
}

.teo-btn:active {
    color: white;
    background-color: #72c02c;
    border: solid 1px #72c02c;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    transition: 0.2s;
}

.popover {
    max-width: 100%;
}

.pop-title {
    display: none;
}

.close {
    line-height: .8;
    opacity: 1;
}

.hide-on-mobile {
    display: inline;
}

.show-on-mobile {
    display: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .closeTabs {
    color: #0F0238;
}

.closeTabs {
    position: absolute;
    right: 1em;
    top: 0.4em;
    color: #919AA3;
    text-shadow: none;
}

.closeTabs:hover {
    color: #919AA3;
}

.r-filter {
    right: 0;
}


/* Media Queries
          --------------------------------*/

@media screen and (min-width: 900px) and (max-width: 1400px) {
    .r-filter {
        right: -4px;
    }
}

@media (max-width: 450px) {
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: inline;
    }
}

 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

 ::-webkit-scrollbar-button {
    width: 5px;
    height: 2px;
}

 ::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border: 71px none #ffffff;
    border-radius: 31px;
}

 ::-webkit-scrollbar-thumb:active {
    background: #1E314A;
}

 ::-webkit-scrollbar-track {
    background: #eee;
    border: 65px none #ffffff;
    border-radius: 34px;
}

 ::-webkit-scrollbar-track:hover {
    background: #fff;
}

 ::-webkit-scrollbar-track:active {
    background: #aaa;
}

 ::-webkit-scrollbar-corner {
    background: transparent;
}

.noneContent {
    height: 370px;
}

.noneContent img.centerImg {
    position: relative;
    top: 12em;
}

.noneContentPost {
    height: 370px;
}

.noneContentPost img.centerImg {
    position: relative;
    top: 12em;
}

.noneContentGroup {
    height: 370px;
}

.noneContentGroup img.centerImg {
    position: relative;
    top: 12em;
}

.noneContentRule {
    height: 370px;
}

.noneContentRule img.centerImg {
    position: relative;
    top: 12em;
}

.noneContent2 {
    height: 236px;
}

.noneContent2 img.centerImg {
    position: relative;
    top: 8em;
}

.noneContentThemes {
    height: 306px;
}

.noneContentThemes img.centerImg {
    position: relative;
    top: 7em;
}

.noneContentThemesDetail {
    height: 326px;
}

.noneContentThemesDetail img.centerImg {
    position: relative;
    top: 10em;
}

.noneContentScore {
    height: 260px;
}

.noneContentScore img.centerImg {
    position: relative;
    top: 8em;
}

.noneContentInfluencer {
    height: 260px;
}

.noneContentInfluencer img.centerImg {
    position: relative;
    top: 8em;
}

.noneContentVisual {
    width: 100%;
    height: 435px;
    border: solid 1px #dfdfdf;
    background: #ffffff;
}

.noneContentVisual img.centerImg {
    position: relative;
    top: 14em;
}

.noneContentReport {
    width: 100%;
    height: 404px;
    border: solid 1px #dfdfdf;
    background: #ffffff;
}

.noneContentReport img.centerImg {
    position: relative;
    top: 14em;
}

.noneContentPostProfile {
    height: 370px;
}

.blankData {
    text-align: center;
    font-size: 24px;
    color: #8a8a8a;
    padding: 168px;
}

label.error {
    color: red;
    font-size: 12px;
}

div.error {
    color: red;
    font-size: 12px;
}

.error-exclude-category .error-exclude-category-twitter-0 {
    color: red;
    font-size: 12px;
}


/******************************************
TOOLTIPS / POPOVER 
******************************************/


/* Configure Tooltip */

.has-tooltip {
    position: relative;
}

.has-tooltip .tooltip {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
    right: -2em;
    top: -4px;
    opacity: 0;
    -moz-transition: ease-out 300ms opacity 0ms;
    -o-transition: ease-out 300ms opacity 0ms;
    -webkit-transition: ease-out 300ms opacity;
    -webkit-transition-delay: 0ms;
    transition: ease-out 300ms opacity 0ms;
}

.has-tooltip .tooltip span {
    display: block;
    white-space: nowrap;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px;
    left: -50%;
    font-size: 14px;
    color: #fff;
}

.has-tooltip:hover span {
    opacity: 1;
}


/* Configure Tooltip Group & Object */

.has-tooltipGroupObject {
    position: relative;
}

.has-tooltipGroupObject .tooltipGroupObject {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
    right: -4em;
    top: -4px;
    opacity: 0;
    -moz-transition: ease-out 300ms opacity 0ms;
    -o-transition: ease-out 300ms opacity 0ms;
    -webkit-transition: ease-out 300ms opacity;
    -webkit-transition-delay: 0ms;
    transition: ease-out 300ms opacity 0ms;
}

.has-tooltipGroupObject .tooltipGroupObject span {
    display: block;
    white-space: nowrap;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px;
    left: -50%;
    font-size: 14px;
    color: #fff;
}

.has-tooltipGroupObject:hover span {
    opacity: 1;
}

#link {
    margin: 100px;
    display: block;
    float: left;
    line-height: 1.5;
}


/* The element to hover over */

.qs {
    background-color: #5C5C5C;
    border-radius: 50%;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    position: relative;
    width: 14px;
    text-align: center;
}

.qs .popoverCustom {
    background-color: #5C5C5C;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    width: 350px;
    z-index: 4;
    padding: 12px;
    text-align: left;
    position: absolute;
    right: auto;
    bottom: auto;
    top: 0;
    left: 1.3em;
    margin: 0 auto;
}

.qs:hover .popoverCustom {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

.qs .popoverCustomLeft {
    background-color: #5C5C5C;
    border-radius: 5px;
    top: 0%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    left: -510px;
    width: 500px;
    position: absolute;
    z-index: 4;
    padding: 10px 10px;
    text-align: left;
}

.qs:hover .popoverCustomLeft {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

#insight_word_association .qs .popoverCustom {
    width: 330px;
}


/*SIDEBAR - Tooltips Sentiment Info*/

.qs {
    background-color: #5C5C5C;
    border-radius: 50%;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    position: relative;
    width: 14px;
    text-align: center;
}

.qs #sentimentInfo {
    background-color: #5C5C5C;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    width: 150px;
    z-index: 4;
    padding: 12px;
    text-align: left;
    position: absolute;
    right: -6.4em;
}

.qs:hover #sentimentInfo {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}


/*SIDEBAR - Tooltips Channel Info*/

.qs {
    background-color: #5C5C5C;
    border-radius: 50%;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    position: relative;
    width: 14px;
    text-align: center;
}

.qs #channelInfo {
    background-color: #5C5C5C;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    width: 150px;
    z-index: 4;
    padding: 12px;
    text-align: left;
    position: absolute;
    left: -3.4em;
}

.qs:hover #channelInfo {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}


/*SIDEBAR - Tooltips Groups Info*/

.qs {
    background-color: #5C5C5C;
    border-radius: 50%;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    position: relative;
    width: 14px;
    text-align: center;
}

.qs #groupInfo {
    background-color: #5C5C5C;
    border-radius: 5px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
    color: #fff;
    display: none;
    font-size: 12px;
    width: 320px !important;
    z-index: 9999;
    padding: 10px;
    text-align: left;
    position: absolute;
    right: 25px;
    top: 0;
}

.qs:hover #groupInfo {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

.qs #groupInfo2 {
    background-color: #5C5C5C;
    border-radius: 5px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
    color: #fff;
    display: none;
    font-size: 12px;
    width: 180px !important;
    z-index: 9999;
    padding: 10px;
    text-align: left;
    position: absolute;
    right: -65px;
    top: 20px;
}

.qs:hover #groupInfo2 {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}


/*SIDEBAR - Tooltips Saved Search Info*/

.qs {
    background-color: #5C5C5C;
    border-radius: 50%;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    position: relative;
    width: 14px;
    text-align: center;
}

.qs #savedsearchInfo {
    background-color: #5C5C5C;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    width: 150px;
    z-index: 4;
    padding: 12px;
    text-align: left;
    position: absolute;
    left: -2.5em;
}

.qs:hover #savedsearchInfo {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}


/*SIDEBAR - Tooltips Object Info*/

.qs {
    background-color: #5C5C5C;
    border-radius: 50%;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    position: relative;
    width: 14px;
    text-align: center;
}

.qs .objectInfo {
    background-color: #5C5C5C;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    width: 162px;
    z-index: 4;
    padding: 12px;
    text-align: left;
    position: absolute;
    right: auto;
    bottom: auto;
    top: 2em;
    left: -7em;
    margin: 0 auto;
}

.qs:hover .objectInfo {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

.qs .popoverCustomDemographics {
    background-color: #5C5C5C;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    width: 350px;
    z-index: 4;
    padding: 12px;
    text-align: left;
    position: absolute;
    right: auto;
    bottom: auto;
    top: 3em;
    left: 2em;
    margin: 0 auto;
}

.qs:hover .popoverCustomDemographics {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}


/*TOOLTIP FOR ICON IMAGES*/

.tooltipIcons {
    display: inline-block;
    position: relative;
    text-align: left;
}

.tooltipIcons .top {
    width: 120px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    color: white;
    background-color: #5C5C5C;
    font-weight: bold;
    font-size: 12px;
    display: block;
    visibility: hidden;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0px;
    position: absolute;
    display: block;
    z-index: 1;
}

.tooltipIcons:hover .top {
    visibility: visible;
    opacity: 1;
}

.tooltipIcons .top i {
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.tooltipIcons .top i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #5C5C5C;
}

.tooltipIcons .top.special-notif i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, 25%) rotate(45deg);
    background-color: #5C5C5C;
}


/*Tooltip exclude info*/

.tooltipInfo {
    display: inline-block;
    position: relative;
    text-align: left;
}

.tooltipInfo .top {
    /*width: 300px;
                  white-space: nowrap;
                  top: -10px;
                  left: 50%;
                  transform: translate(-50%,-100%);
                  padding: 12px;
                  color: white;
                  background-color: #5C5C5C;
                  font-weight: bold;
                  font-size: 12px;
                  border-radius: 5px;
                  position: absolute;
                  z-index: 99999999;
                  box-sizing: border-box;
                  visibility: hidden;
                  opacity: 0;
                  transition: opacity 0.8s;
                  border-radius: 5px;
                  text-align: left;*/
    max-width: 600px;
    min-width: 200px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 12px;
    color: white;
    background-color: #5C5C5C;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
    border-radius: 5px;
    text-align: center;
}

.tooltipInfo:hover .top {
    visibility: visible;
    opacity: 1;
}

.tooltipInfo .top i {
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.tooltipInfo .top i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #5C5C5C;
}


/******************************************
SIDEBAR STYLE
******************************************/

.searchSidebar span {
    position: relative;
    left: 12em;
    bottom: 2em;
}

.searchSidebar .fa-search {
    color: #aba9a9;
}

.btn-switch-toobject {
    color: #2C3D55;
    display: none;
    position: relative;
    left: 0.9em;
}

.btn-switch-togroup {
    color: #2C3D55;
    position: relative;
    left: 0.9em;
}


/******************************************
DRAGGABLE - SETTING CHANNEL PAGE 
******************************************/

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

#columns-drag {
    list-style-type: none;
}

.column-list-Notdragable {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}

.column-list-Notdragable header {
    height: 50px;
    width: 100%;
    color: #5D646A;
    background-color: #ffffff;
    padding: 12px;
    /*border-bottom: 1px solid #ddd;*/
    border-radius: 10px;
    /*border: 2px solid #666666;*/
}

.column-list-drag {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    cursor: move;
}

.column-list-drag header {
    height: 50px;
    width: 100%;
    color: black;
    background-color: #f1f1f1;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    border-radius: 10px;
    /*border: 2px solid #666666;*/
}

.column-list-drag.dragElem {
    opacity: 0.4;
}

.column-list-drag.over {
    /* border: 2px dashed #000; */
    border-top: 2px solid blue;
}


/******************************************
NEW RULE RESULT STEP
******************************************/

.step-progress {
    padding: 16px;
    /*background-color: #FAFAFA;*/
    margin: 0 auto;
}

.step-progress .step-slider {
    width: 122%;
}

.step-progress .step-slider .step-slider-item {
    width: 24%;
    height: 3px;
    position: relative;
    float: left;
    background-color: #1E314A;
}

.step-progress .step-slider .step-slider-item:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: -11px;
    right: 80px;
    background-color: white;
    border: 2px solid #1E314A;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease-out 0.5s;
    -webkit-transition: all 0.3s ease-out 0.5s;
    outline: 7px solid #FCFCFC;
}

.step-progress .step-slider .step-slider-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #B0BEC5;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
}

.step-progress .step-slider .step-slider-item.active:before {
    /*width: 400%;*/
    background-color: #1E314A;
}

.step-progress .step-slider .step-slider-item.active:after {
    background: #1e314a;
    border: 1px solid #ffffff;
    width: 27px;
    height: 27px;
    top: -12px;
}

.step-content {
    padding: 16px 0;
}

.step-content .step-content-foot {
    text-align: right;
}

.step-content .step-content-foot button {
    border: 0;
    padding: 8px 16px;
    background-color: #CFD8DC;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
}

.step-content .step-content-foot button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.step-content .step-content-foot button.out {
    display: none;
}

.step-content .step-content-foot button.disable {
    background-color: #ECEFF1;
}

.step-content .step-content-foot button.active {
    background-color: #00ACC1;
    color: white;
}

.step-content .step-content-body {
    padding: 16px 0;
}

.step-content .step-content-body.out {
    display: none;
}


/******************************************
SLIDE REPORT STYLE
******************************************/

.box-content-slidechart {
    background-color: #DBEFFF;
    height: 200px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    border: 4px solid #fff;
}

.box-content-slidechart img {
    position: relative;
    top: 50px;
}

.nav-pills-report .nav-link-report {
    background-color: #caf5ff;
    margin: 0 0 15px 0;
    padding: 1em 3em;
}

.nav-pills-report .nav-link-report.active,
.nav-pills-report .show>.nav-link-report {
    color: black;
    background-color: #caf5ff;
    border: 2px solid #02CAF7;
}


/***LOADER PROGRESS ON REPORT**/

.progress-cirlce {
    width: 50px;
    height: 50px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    /*right: 2.2em;*/
}

.progress-cirlce:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-cirlce>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-cirlce .progress-left {
    left: 0;
}

.progress-cirlce .progress-bar-cirlce {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #4ECAF5;
}

.progress-cirlce .progress-left .progress-bar-cirlce {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-cirlce .progress-right {
    right: 0;
}

.progress-cirlce .progress-right .progress-bar-cirlce {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-cirlce .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 200;
}

.progress-cirlce .progress-value div {
    margin-top: 3px;
    margin-left: 3px;
}

.progress-cirlce .progress-value span {
    font-size: 10px;
    text-transform: uppercase;
}


/* This for loop creates the  necessary css animation names 
      Due to the split circle of progress-left and progress right, we must use the animations on each side. 
      */

.progress-cirlce[data-percentage="10"] .progress-right .progress-bar-cirlce {
    animation: loading-1 1.5s linear forwards;
}

.progress-cirlce[data-percentage="10"] .progress-left .progress-bar-cirlce {
    animation: 0;
}

.progress-cirlce[data-percentage="20"] .progress-right .progress-bar-cirlce {
    animation: loading-2 1.5s linear forwards;
}

.progress-cirlce[data-percentage="20"] .progress-left .progress-bar-cirlce {
    animation: 0;
}

.progress-cirlce[data-percentage="30"] .progress-right .progress-bar-cirlce {
    animation: loading-3 1.5s linear forwards;
}

.progress-cirlce[data-percentage="30"] .progress-left .progress-bar-cirlce {
    animation: 0;
}

.progress-cirlce[data-percentage="40"] .progress-right .progress-bar-cirlce {
    animation: loading-4 1.5s linear forwards;
}

.progress-cirlce[data-percentage="40"] .progress-left .progress-bar-cirlce {
    animation: 0;
}

.progress-cirlce[data-percentage="50"] .progress-right .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards;
}

.progress-cirlce[data-percentage="50"] .progress-left .progress-bar-cirlce {
    animation: 0;
}

.progress-cirlce[data-percentage="60"] .progress-right .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards;
}

.progress-cirlce[data-percentage="60"] .progress-left .progress-bar-cirlce {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress-cirlce[data-percentage="70"] .progress-right .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards;
}

.progress-cirlce[data-percentage="70"] .progress-left .progress-bar-cirlce {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress-cirlce[data-percentage="80"] .progress-right .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards;
}

.progress-cirlce[data-percentage="80"] .progress-left .progress-bar-cirlce {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress-cirlce[data-percentage="90"] .progress-right .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards;
}

.progress-cirlce[data-percentage="90"] .progress-left .progress-bar-cirlce {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress-cirlce[data-percentage="100"] .progress-right .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards;
}

.progress-cirlce[data-percentage="100"] .progress-left .progress-bar-cirlce {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}


/******************************************
FIXED SIDEBAR
******************************************/

#sticky-sidebar {
    position: fixed;
    max-width: 20%;
}

.side-bar {
    padding: 0;
    width: 15.2rem;
    /* max-height: 350px; */
    left: 20px;
    top: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn .fixed-button {
    border-radius: none;
}

.fixed-button {
    bottom: 0;
    left: 50px;
    height: 50px;
    line-height: 30px;
    width: 100%;
    padding: 10px;
    background-color: #1E314A;
    color: white;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
}


/********* FIXED TABLE ************/

section.table-fixed-header {
    position: relative;
    background: white;
    padding-top: 36px;
    /*box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);*/
    /*max-width: 1000px;*/
    /*margin: 40px auto 0;*/
}

section.table-fixed-header .container-table {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 240px;
}

section.table-fixed-header table {
    border-spacing: 0;
    width: 100%;
}

section.table-fixed-header td:nth-child(n+2) {
    /*border-left: 1px solid #eee;*/
}

section.table-fixed-header th:nth-child(n+2) .content-td {
    /*border-left: 1px solid #eee;*/
}

section.table-fixed-header td,
section.table-fixed-header th {
    /*border-bottom: 1px solid #eee;*/
    padding: 6px;
}

section.table-fixed-header tr {
    background: #ffffff;
}

section.table-fixed-header tr:nth-child(even) {
    background: white;
}

section.table-fixed-header tr td:first-child {
    padding-left: 16px;
}

section.table-fixed-header th {
    height: 0;
    line-height: 0;
    padding: 0 0 0 26px;
    border: none;
    white-space: nowrap;
}

section.table-fixed-header th .content-td {
    position: absolute;
    background: transparent;
    top: 0;
    margin-left: -25px;
    line-height: normal;
    padding: 6px;
}

section.table-fixed-header th:first-child {
    padding-left: 35px;
}


/******************************************
SCROLLER TABLE - TOP THEMES CARD DASHBOARD
******************************************/

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    top: -5em;
}

.list {
    position: absolute;
    left: -13px;
    top: 0px;
    min-width: 800px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    padding: 10px 0;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 8px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
    position: relative;
    top: -64px;
}

.scroller-left {
    float: left;
    position: relative;
    top: -64px;
}

.wrapper2 {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    top: -5em;
}

.list2 {
    position: absolute;
    left: -21px;
    top: 0;
    min-width: 800px;
}

.list2 li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    padding: 10px;
}

.scroller-right2 {
    float: right;
    position: relative;
    top: -62px;
}

.scroller-left2 {
    float: left;
    position: relative;
    top: -62px;
}

.wrapper3 {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    top: -5em;
}

.list3 {
    position: absolute;
    left: -14px;
    top: 0;
    min-width: 800px;
}

.list3 li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    padding: 10px 0;
}

.scroller-right3 {
    float: right;
    position: relative;
    top: -64px;
}

.scroller-left3 {
    float: left;
    position: relative;
    top: -64px;
}

.wrapper4-old {
    width: 954px !important;
    position: relative;
    margin: 0 auto !important;
    overflow: hidden !important;
    padding: 5px !important;
    height: 37px !important;
    /*top: 2.5em !important;*/
    left: -24px !important;
}

.wrapper4 {
    width: 95% !important;
    position: relative;
    /*margin: 0 auto !important;*/
    overflow: hidden !important;
    padding: 5px !important;
    height: 37px !important;
    top: -10px !important;
    /*left: -4px !important;*/
}

.list4 {
    position: absolute;
    left: -14px;
    top: 0;
    min-width: 800px;
}

.list4 li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    padding: 10px 0;
}

.scroller-right4-old {
    position: relative;
    top: -0.5px;
    z-index: 1;
    left: 69.2em;
}

.scroller-right4 {
    position: absolute;
    /*top: 38px;*/
    z-index: 1;
    /*left: 68.5em;*/
    right: 22px;
}

.scroller-left4 {
    position: relative !important;
    /*top: 0.6em !important;*/
    z-index: 1 !important;
    left: 0.5em !important;
    background: white;
    /*padding: 0px 40px 0px 2px;*/
}

.wrapper5 {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    top: -4.5em;
    left: 7px;
}

.list5 {
    position: absolute;
    left: -14px;
    top: 0;
    min-width: 800px;
}

.list5 li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    padding: 10px 0;
}

.scroller-right5 {
    float: right;
    position: relative;
    top: -66px;
    z-index: 1;
}

.scroller-left5 {
    float: left;
    position: relative;
    top: -66px;
    z-index: 1;
}

.wrapper6 {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    top: -5.5em;
    left: -14px;
}

.list6 {
    position: absolute;
    left: -14px;
    top: -2px;
    /* min-width: 800px; */
}

.list6 li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
    padding: 10px 0;
}

.scroller-right6 {
    float: right;
    position: relative;
    top: -72px;
    z-index: 1;
}

.scroller-left6 {
    float: left;
    position: relative;
    top: -72px;
    z-index: 1;
}

.waiting-process {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('assets/images/ajax-loader.gif') no-repeat 50% 50%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0;
    transition: background-color 0;
}


/******************************************
V3 ONBORDING STYLE CSS
******************************************/

.navbar-onboarding {
    position: relative;
    min-height: 5em;
    margin-bottom: 0px;
    background: #1e314a;
    border-radius: 0px;
    /*z-index: 1;*/
}


/******************************************
RESPONSIVE TABLE
******************************************/

tbody.responsiveTable {
    display: block;
    height: 200px;
    overflow: auto;
}

thead.responsiveTable,
tbody tr.responsiveTable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

thead.responsiveTable th {
    text-align: center;
}

thead.responsiveTable {
    width: calc( 100% - 1em);
    background: #EFEFEF;
}


/* --------- horizontal scroll ------------ */

* {
    box-sizing: border-box;
}

table.responsiveTables {
    border: none;
}

thead.responsiveTables {
    background-color: #FFFFFF;
}

.responsiveTables td,
.responsiveTables th {
    /* padding: 0.5em 1em;*/
}

table.responsiveTables {
    display: block;
    width: 100%;
    /*max-height: 500px;
        overflow: auto;
        overflow-x: hidden;*/
}

tbody.responsiveTables {
    width: 50%;
    overflow: auto;
}

.responsiveTables th {
    position: sticky;
    top: -1px;
    background: #FFF;
    border-bottom: 0px !important;
}

.overflowPost {
    max-height: 800px;
    overflow: auto;
    overflow-x: hidden;
}

.break-word-table {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


/*STYLE FOR SCORE BOARD CARD ON DASHBOARD*/

table.responsiveTables2 {
    border: none;
}

thead.responsiveTables2 {
    background-color: #FFFFFF;
}

.responsiveTables2 td,
.responsiveTables2 th {
    padding: 0.5em 1em;
}

table.responsiveTables2 {
    display: block;
    width: 100%;
    max-height: 290px;
    overflow: auto;
}

tbody.responsiveTables2 {
    width: 50%;
    overflow: auto;
}

.responsiveTables2 th {
    position: sticky;
    top: -1px;
    background: #FFF;
    border-bottom: 0px !important;
}


/*STYLE FOR INSIGHT CARD ON DASHBOARD*/

table.responsiveTablesInsight {
    border: none;
}

thead.responsiveTablesInsight {
    background-color: #FFFFFF;
}

.responsiveTablesInsight td,
.responsiveTablesInsight th {
    padding: 0.5em 1em;
}

table.responsiveTablesInsight {
    /*display: block;*/
    width: 100%;
}

tbody.responsiveTablesInsight {
    width: 50%;
    overflow: auto;
}

.responsiveTablesInsight th {
    position: sticky;
    top: -1px;
    background: #FFFFFF;
    border-bottom: 0px !important;
}

.overflowInsight {
    max-height: 280px;
    overflow: auto;
}

.overflowX {
    overflow-x: auto;
}

@media (max-width:1440px) {
    #distributionContent {
        overflow: auto;
    }
}


/*STYLE FOR GRAPH DETAIL CARD ON DASHBOARD*/

table.responsiveTablesGraphDetail {
    border: none;
}

thead.responsiveTablesGraphDetail {
    background-color: #FFFFFF;
}

.responsiveTablesGraphDetail td,
.responsiveTablesGraphDetail th {
    padding: 0.5em 1em;
}

table.responsiveTablesGraphDetail {
    display: block;
    width: 100%;
    max-height: 380px;
    overflow: auto;
}

tbody.responsiveTablesGraphDetail {
    width: 50%;
    overflow: auto;
}

.responsiveTablesGraphDetail th {
    position: sticky;
    top: -1px;
    background: #FFF;
    border-bottom: 0px !important;
}


/*STYLE FOR INFLUENCERS CARD ON DASHBOARD*/

table.responsiveTablesInfluencer {
    border: none;
}

thead.responsiveTablesInfluencer {
    background-color: #FFFFFF;
}

.responsiveTablesInfluencer td,
.responsiveTablesInfluencer th {
    padding: 0.5em 1em;
}

table.responsiveTablesInfluencer {
    width: 100%;
}

tbody.responsiveTablesInfluencer {
    width: 50%;
    overflow: auto;
}

.responsiveTablesInfluencer th {
    position: sticky;
    top: -1px;
    background: #FFF;
    border-bottom: 0px !important;
}

.overflowInfluencer {
    max-height: 630px;
    overflow: auto;
    overflow-x: hidden;
}


/*CSS FOR PIECHART ON POPUP DETAIL COMMENT FB, INSTAGRAM, TWITTER POST*/

.pieChart {
    width: 150px !important;
    height: 10px !important;
    position: relative !important;
    top: -8em !important;
}

.badge-type {
    background: #30B1E0;
}

.btn-sentiment {
    cursor: pointer;
}

.btn-sentiment:hover {
    text-decoration: underline;
}


/*-----Input tooltip-----*/

.field svg:hover {
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.field svg:focus {
    box-shadow: 0 0px 2px 2px #c5dff2;
}

.field div {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    color: black;
    background-color: #F2F2F2;
    box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    border-radius: 0px 0px 3px 3px;
    font-size: 12px;
    z-index: 10;
}

.field svg:hover+.tooltip {
    visibility: visible;
    opacity: 1;
    width: 250px;
}

.field svg:focus+.tooltip {
    visibility: hidden;
    opacity: 1;
}


/*** DROPDOWN HOVER STYLE ON DASHBOARD ***/

.dropdownGenerate {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    top: 0 !important;
    left: auto !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 17rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #5D646A;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: white;
    color: #4ECAF5;
}

.dropdownGenerate:hover .dropdown-content {
    display: block;
}


/******* DROPDOWN TWITTER POST DASHBOARD **********/

.select-choose {
    position: relative;
    width: 140px;
    bottom: 1.1em;
}


/* arrow on select */

.select-choose::before {
    position: absolute;
    top: 45%;
    right: 12px;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.select-choose:hover::before {
    opacity: 1;
}


/* input text styling for select */

.select-choose__title {
    overflow: hidden;
    width: 100%;
    height: 32px;
    color: #5D646A;
    font-size: 1.2rem;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0 40px 0 10px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


/* link for drop dropdown */

.select-choose__link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 32px;
}


/* hidden dropdown */

.select-choose__list {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0 8px;
    font-weight: 300;
}

.select-choose__item {
    color: #5D646A;
    font-size: 11px;
}

.radio-account {
    margin: 0.5rem;
}

.radio-account input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-account input[type="radio"]+.radio-labelAccount:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0.7em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-account input[type="radio"]:checked+.radio-labelAccount:before {
    background-color: #70777E;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-account input[type="radio"]:focus+.radio-labelAccount:before {
    outline: none;
    border-color: #70777E;
}

.radio-account input[type="radio"]:disabled+.radio-labelAccount:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio-account input[type="radio"]+.radio-labelAccount:empty:before {
    margin-right: 0;
}


/******************************************
FOOTER
******************************************/

.footerHeight {
    margin-bottom: -3%;
}


/***** hairil was here ****/


/*.nav-report-tabs{
        left: -21px !important;
      }

      .nav-visual-tabs{
        left: -21px !important;
      }*/

ul#tab-list>li>a {
    width: 250px;
    height: 38px;
}

ul#tab-list>li.ui-state-hover {
    border: none;
    border-radius: none;
}


/***** Daterangepicker - START ****/

.ranges ul {
    margin: 5px 10px !important;
}

.ranges ul li {
    border: 1px solid rgb(238, 241, 244);
    border-radius: 4px;
    text-align: center;
    margin: 5px auto;
}

.ranges ul li.active {
    background-color: #30B1E0 !important;
}

.applyBtn,
.applyBtn:hover {
    background-color: #1E314A;
    border-color: transparent;
}

.drp-calendar td.active {
    background-color: #30B1E0;
}

.bg-netral {
    background-color: #5D646A;
}

.progressbar-label-up {
    color: black;
    margin-top: -20px;
    position: absolute;
    bottom: 30px;
}


/***** Daterangepicker - END ****/

.accordion-toggle .form-check .form-check-input {
    margin-top: 0;
}

.accordion-content .form-check .form-check-input {
    margin-top: 1px;
}

.sentiment-rawdata {
    margin-top: 1px;
}

.ms-choice {
    height: 40px;
}

.ms-choice>span,
.ms-choice>div {
    top: 7px;
    font-size: 14px;
    color: #5D646A;
    font-weight: 300;
}

.ms-choice>span {
    padding-left: .75rem;
}

.label-sort,
table th.text-right strong {
    cursor: pointer;
}

.label-sort,
table th.text-left strong {
    cursor: pointer;
}

.dropdown-menu.notify-drop .drop-content>li p {
    font-size: 10px !important;
}

.fr-group-paused {
    color: #5D646A;
}

.top,
.bottom {
    margin-bottom: 0px;
}

.top p,
.bottom p {
    margin-bottom: 2px;
}

.title {
    font-size: 12px;
    color: #5D646A;
}


/* .bottom p a{
        color:#000;
      } */

.text-break {
    word-break: break-word;
}


/******************************************
MEDIA QUERY
******************************************/


/*For Extra Big Screen*/

@media (min-width: 1900px) {
    .wrapper4 {
        /* width: 1055px !important;
        position: relative !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        padding: 5px !important;
        height: 37px !important;
        top: -0.5em !important;
        left: -233px !important; */
    }
    .scroller-right4 {
        visibility: hidden !important;
    }
    .scroller-left4 {
        visibility: hidden !important;
    }
}

@media (min-width: 1440px) {
    .ui-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-previous {
        right: 28px;
        top: 64px;
        background-color: white;
        height: 40px;
        width: 25px;
        padding-left: 3px;
        border-radius: 5px;
        padding-top: 5px;
        border: 1px #eee solid;
    }
    .ui-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-next {
        right: 0;
        top: 64px;
        background-color: white;
        height: 40px;
        width: 25px;
        padding-left: 3px;
        border-radius: 5px;
        padding-top: 5px;
        border: 1px #eee solid;
    }
    .wrapper4 {
        width: 98% !important;
    }
}


/*For Big Screen*/

@media (min-width: 1200px) {
    .container {
        max-width: 93.5%;
    }
    .side-bar {
        padding: 0;
        width: 17.2rem;
        /* max-height: 650px; */
        left: 20px;
        top: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    /*AUTO GENERATE REPORT*/
    #view-autoreport {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #view-no-data-autoreport {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #view-progress-autoreport {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    /*AUTO GENERATE REPORT DETAIL*/
    #view-autoreport-detail {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #view-no-data-autoreport-detail {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #view-progress-autoreport-detail {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    /*RAW DATA REPORT*/
    #view-report {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #view-progress {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #view-no-data {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
    #sticky-sidebar {
        position: fixed;
        max-width: 16%;
    }
    .footerHeight {
        margin-bottom: -3%;
    }
    .column-list-drag header {
        width: 100%;
    }
    .column-list-Notdragable header {
        width: 100%;
    }
    #view-myreport-detail {
        width: 1130px;
        height: 404px;
        display: none;
        border: solid 1px #dfdfdf;
        background: #ffffff;
    }
}


/*For Mac & Medium Screen*/

@media (max-width: 1500px) {
    .container {
        max-width: 93.5%;
    }
    .content {
        padding-left: 5em;
    }
    .content2 {
        padding: 0 3em 0 3em;
    }
    .side-bar {
        padding: 0;
        width: 15.2rem;
        /* max-height: 330px; */
        left: 20px;
        top: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #sticky-sidebar {
        position: fixed;
        max-width: 20%;
    }
    .column-list-drag header {
        width: 100%;
    }
    .column-list-Notdragable header {
        width: 100%;
    }
}

#subs {
    position: relative;
    left: -50px;
    font-size: 14px;
}

.retina_c {
    width: 180px;
    margin-right: 15px;
}

.profile-available .title_ {
    color: #30B1E6;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

.profile-available .logo {
    position: absolute;
    top: 32px;
    cursor: pointer;
    right: -1px;
    font-size: 15px;
}

@media screen and (min-width: 1680px) and (max-width: 2560px) {
    .retina_c {
        width: 260px;
        margin-right: 15px;
    }
}


/*For Laptop*/

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }
    #sticky-sidebar {
        position: fixed;
        max-width: 20%;
    }
}

@media screen and (min-width: 1440px) {
    #subs {
        position: relative;
        left: -40px;
        font-size: 14px;
    }
    #search_btn {
        width: 100%;
    }
}


/**** MEDIA QUERY RETINA DISPLAY ****/


/****                           ****/

@media screen and (min-width: 1441px) and (max-width: 1536px) {
    .card {
        margin-left: 25px;
    }
    .cardMarginLeft {
        margin-left: 25px;
    }
    #subs {
        position: relative;
        left: -40px;
        font-size: 14px;
    }
    .ui-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-previous {
        right: 28px;
        top: 82px;
        background-color: white;
        height: 40px;
        width: 25px;
        padding-left: 3px;
        border-radius: 5px;
        padding-top: 5px;
        border: 1px #eee solid;
    }
    .ui-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-next {
        right: 0;
        top: 82px;
        background-color: white;
        height: 40px;
        width: 25px;
        padding-left: 3px;
        border-radius: 5px;
        padding-top: 5px;
        border: 1px #eee solid;
    }
}

@media (max-width: 2560px) {
    .fs-post-result {
        font-size: 8.8px;
    }
    .fs-post-droplist {
        font-size: 14px;
    }
    #subs {
        position: relative;
        left: -80px;
        font-size: 14px;
    }
    /* .profile-available .authorImg img{
      widows: 140px;
    }
  
    .profile .authorName a{
      font-size: 30px;
    }
  
    #default-sentiment-tab, #exclude-account-tab{
      font-size: 18px;  
    } */
}


/* //mac 15 inch */

@media (width: 1920px) {
    #search_btn {
        width: 90%;
    }
    .col-lg-2 {
        max-width: 15.666667%;
    }
    .card {
        /* width: 102%; */
    }
    .tab-tw {
        top: -6px !important;
        position: relative !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
    body {
        font-size: 11px;
    }
    /*brz was here*/
    #container-hc,
    #container2-hc,
    #container3-hc,
    #container5-hc,
    #container6-hc,
    #container7-hc {
        height: 300px;
        margin: 0 auto;
    }
    /* .highcharts-root {height: 300px !important;} */
    .noneContent {
        height: 300px !important;
        margin: 0 auto;
    }
    .post-quota2 {
        font-size: 12px;
        font-weight: 900;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        position: relative;
        top: 0.1em;
        left: -1.5em;
    }
    /*** scroll navbar ***/
    .wrapper,
    .wrapper3 {
        top: -5em;
    }
    .wrapper4 {
        width: 930px !important;
        position: relative !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        padding: 5px !important;
        height: 37px !important;
        top: -0.5em !important;
        left: -233px !important;
    }
    .scroller-left,
    .scroller-left3 {
        top: -69px;
    }
    .scroller-right,
    .scroller-left3 {
        top: -69px;
    }
    .overflowInsight {
        max-height: 190px;
        overflow: auto;
        overflow-x: hidden;
    }
    .ui-tabs .ui-tabs-nav-scrollable ul {
        top: 61px;
        height: 3.8em;
    }
    .fixed-button {
        width: 109%;
    }
    .btn-block {
        width: 108% !important;
    }
    #content-area.mt-80 {
        margin-top: 50px !important;
    }
    #content-area.mt-125 {
        margin-top: 100px !important;
    }
    table.responsiveTables2 {
        max-height: 300px !important;
    }
    .dropdown-menu.notify-drop .notify-drop-title {
        padding: 0px 20px 0px 0px;
    }
    .scroller-right4 {
        /* display: block !important;*/
        position: relative !important;
        top: -3.5px !important;
        z-index: 1 !important;
        left: 81em !important;
    }
    .scroller-left4 {
        display: none;
        position: relative !important;
        top: 0.5em !important;
        left: 1em !important;
        z-index: 1 !important;
    }
    .pieChart {
        width: 150px !important;
        height: 10px !important;
        position: relative !important;
        top: -8em !important;
    }
    .body2560 {
        height: 29.6em !important;
    }
    /* .wrapperEditSentiment {margin-bottom: 30px !important;max-height: 290px !important;overflow-y: scroll !important;} */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 144dpi),
only screen and ( min-resolution: 2dppx) {
    body {
        font-size: 11px;
    }
    /*brz was here*/
    #container-hc,
    #container2-hc,
    #container3-hc,
    #container5-hc,
    #container6-hc,
    #container7-hc {
        /*height: : 300px;*/
        margin: 0 auto;
    }
    /* .highcharts-root {height: 300px !important;} */
    .noneContent {
        height: 300px !important;
        margin: 0 auto;
    }
    .post-quota2 {
        font-size: 12px;
        font-weight: 900;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        position: relative;
        top: 0.1em;
        left: -1.5em;
    }
    /*** scroll navbar ***/
    .wrapper,
    .wrapper3 {
        top: -5em;
    }
    .scroller-left,
    .scroller-left3 {
        top: -69px;
    }
    .scroller-right,
    .scroller-left3 {
        top: -69px;
    }
    .overflowInsight {
        max-height: 190px;
        overflow: auto;
        /*overflow-x: hidden;*/
    }
    .ui-tabs .ui-tabs-nav-scrollable ul {
        top: 61px;
        height: 3.8em;
    }
    .fixed-button {
        width: 109%;
    }
    .btn-block {
        width: 108% !important;
    }
    #content-area.mt-80 {
        margin-top: 60px !important;
    }
    #content-area.mt-125 {
        margin-top: 100px !important;
    }
    table.responsiveTables2 {
        max-height: 230px !important;
    }
    .dropdown-menu.notify-drop .notify-drop-title {
        padding: 0px 20px 0px 0px;
    }
    .body2560 {
        height: 29.6em !important;
    }
}


/*RETINA DISPLAY MACBOOK 1280*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .wrapper4 {
        max-width: 820px !important;
        position: relative !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        height: 30px !important;
        min-height: 33px;
        top: -1em !important;
        left: -5em !important;
        z-index: 1;
    }
    .scroller-right4 {
        position: relative !important;
        top: -3.5px !important;
        z-index: 9 !important;
        left: 81.4em !important;
    }
    .scroller-left4 {
        /*position: relative !important;
      top: 0.5em !important;
      left: 1em !important;
      z-index: 1 !important;*/
        position: relative !important;
        float: left;
        z-index: 9 !important;
    }
    .list4 {
        /* position: absolute;
      left: 0 !important;
      top: 3px !important;
      min-width: 890px !important;*/
        position: absolute;
        /*left: 6px !important;*/
        top: 0;
        min-width: 980px !important;
    }
    .btn-switch-toobject {
        color: #2C3D55;
        display: none;
        position: relative;
    }
    .btn-switch-togroup {
        color: #2C3D55;
        position: relative;
    }
    .has-tooltipGroupObject .tooltipGroupObject {
        right: -6em;
    }
    .body2560 {
        height: 29.6em !important;
    }
    .qs #sentimentInfo {
        right: -11.4em;
    }
    .qs #channelInfo {
        left: 0.6em;
    }
    /*.qs #groupInfo {left: -4.1em;}*/
    .qs #savedsearchInfo {
        left: 0.5em;
    }
    /* .wrapperEditSentiment {margin-bottom: 30px !important;max-height: 290px !important;overflow-y: scroll !important;} */
}

.how .title_ {
    margin-bottom: 5px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.3024px;
    color: #30B1E0;
    cursor: pointer;
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .btn-switch-toobject {
        color: #2C3D55;
        display: none;
        position: relative;
    }
    .btn-switch-togroup {
        color: #2C3D55;
        position: relative;
    }
}

.logo__ {
    width: 20%;
}

.logo__ a {
    color: white;
}

.logo__ a span {
    position: absolute;
    top: 32px;
    margin-left: 5px;
}

.nav_item__cover {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_primary {
    position: relative;
    top: -0.1em;
    color: white;
}

#icon-bell {
    color: white;
}


/* merubah icon di choose actions datatable
[UI-3] Memperbaiki dropdown Choose Action */

.fs-post-droplist {
    padding: 0;
}

.fs-post-droplist a {
    padding: 10px 10px 10px 30px;
    margin: 0;
    position: relative;
}

.fs-post-droplist a:hover {
    background: #E8FAFC;
}

.fs-post-droplist a:active {
    color: #123;
}

.fs-post-droplist a span {
    position: absolute;
    top: 8px;
    left: 14px;
    width: 20px;
    height: 20px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position-y: 4px;
}

.fs-post-droplist a:nth-child(1) span {
    background-image: url(./images/choose-actions/Edit_Sentiment.png);
}

.fs-post-droplist .addTag span {
    background-image: url(./images/choose-actions/Add_Tag.png);
}

.fs-post-droplist .multiple-translate-english span {
    background-image: url(./images/choose-actions/Translate.png);
}

.fs-post-droplist .multiple-translate-lang span {
    background-image: url(./images/choose-actions/Translate.png);
}

.fs-post-droplist .multiple-delete span {
    background-image: url(./images/choose-actions/Delete_Posts.png);
}

.fs-post-droplist #menu_tags {
    padding: 0;
    position: absolute;
    left: 101%;
    top: 25%;
}

.fs-post-droplist #menu_tags li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    padding-left: 15px;
}

.fs-post-droplist #menu_tags li a:hover {
    background: #E8FAFC;
    text-decoration: none;
}

.responsiveTables .top,
.responsiveTables .bottom {
    font-size: 12px;
    margin-bottom: 14px;
}

.responsiveTables .top p,
.responsiveTables .bottom p {
    margin-bottom: 2px;
}

.responsiveTables .title,
.responsiveTables .bottom {
    font-size: 14px;
    /* color:#5D646A; */
}

.responsiveTables .bottom p a {
    /* color:#000; */
}

.responsiveTables .special {
    display: flex;
    justify-content: space-between;
}

.responsiveTables .sortBy {
    background: #eef1f4;
    padding: 10px;
    border-radius: 5px;
    width: 130px;
    font-size: 14px;
    outline: none;
    color: #5D646A;
}

.responsiveTables .sortBy option {
    background: #ffffff;
}

table.table-posts {
    display: table !important;
    table-layout: fixed;
}

#blogTopPost table thead tr th .title_ {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.42px;
    color: #5D646A;
}

#blogTopPost table tbody tr td .blog_ {
    font-style: normal;
    font-weight: normal;
    /* font-size: 14px; */
    line-height: 20px;
    letter-spacing: -0.42px;
    color: #30B1E0;
}

#blogTopPost table tbody tr .post_ .date_ {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.42px;
    color: #5D646A;
}

#blogTopPost table tbody tr .post_ .title_ {
    font-style: normal;
    font-weight: normal;
    /* font-size: 14px; */
    line-height: 20px;
    text-decoration: none;
}


/*#blogTopPost table tbody tr .post_ .title_ span strong{
  font-weight: normal;
}*/

#blogTopPost table tbody tr .post_ .desc_ {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    /* font-size: 14px; */
    line-height: 20px;
    color: #5D646A;
    margin-bottom: .5rem;
}


/* TWITTER ENGANGEMENT DETAIL and FACEBOOK COMMENT*/

.twitter_engangement_detail .top,
.facebook_comments .top,
.instagram_comments .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.twitter_engangement_detail .top .logo_ img,
.facebook_comments .top .logo_ img,
.instagram_comments .top .logo_ img {
    width: 90px;
    height: auto;
    border: 1px solid #dee2e6;
    border-radius: 10.25rem;
}

.twitter_engangement_detail .top .user .name_user p,
.facebook_comments .top .user .name_user p,
.instagram_comments .top .user .name_user p {
    font-size: 25px;
    position: relative;
    margin-bottom: 0;
}

.twitter_engangement_detail .top .user .name_user p::after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../../assets/images/twitter-circle-blue.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 10px;
}

.facebook_comments .top .user .name_user p::after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../../assets/images/fb_blue.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 10px;
}

.twitter_engangement_detail .top .user .post_detail .ttl,
.facebook_comments .top .user .post_detail .ttl,
.instagram_comments .top .user .post_detail .ttl {
    color: #5D646A;
    font-size: 14px;
    font-weight: bold;
}

.twitter_engangement_detail .top .user .post_detail .desc,
.facebook_comments .top .user .post_detail .desc,
.instagram_comments .top .user .post_detail .desc {
    color: #5D646A;
    font-size: 12px;
}

.twitter_engangement_detail .middle .value,
.facebook_comments .middle .value,
.instagram_comments .middle .value {
    color: #5D646A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: flex-start;
}

.twitter_engangement_detail .middle .value span,
.facebook_comments .middle .value span,
.instagram_comments .middle .value span {
    margin-right: 10px;
    font-size: 12px;
}

.twitter_engangement_detail .middle .sentiment,
.facebook_comments .middle .sentiment,
.instagram_comments .middle .sentiment {
    color: #5D646A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.twitter_engangement_detail .middle .sentiment span,
.facebook_comments .middle .sentiment span,
.instagram_comments .middle .sentiment span {
    margin-right: 55px;
    width: 6%;
    font-size: 12px;
}

.twitter_engangement_detail .middle .sentiment .progress,
.facebook_comments .middle .sentiment .progress,
.instagram_comments .middle .sentiment .progress {
    width: 100%;
    margin-top: 4px;
    height: 14px;
}

.twitter_engangement_detail .middle .sentiment .progress .progress-bar strong,
.facebook_comments .middle .sentiment .progress .progress-bar strong,
.instagram_comments .middle .sentiment .progress .progress-bar strong {
    position: absolute;
    margin-top: -20px;
    color: #123;
}


/* END TWITTER ENGANGEMENT DETAIL and FACEBOOK COMMENT */

.ccocj456 {
    display: none;
}

@media (max-width: 1440px) {
    .ccocj456 {
        display: block !important;
        position: absolute;
        top: -9px;
        left: 3px;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 11;
    }
    .lbl-remember {
        top: 5px;
    }
}

.dropdown-submenu .dropdown {}

.dropdown-submenu .dropdown button {
    padding: .375rem .75rem;
    border-radius: 5px;
    color: #5D646A;
    width: 145px;
    /*display: flex;*/
    justify-content: space-between;
    font-size: 14px;
}

.dropdown-submenu .dropdown button::after {
    display: none;
}

.dropdown-submenu .dropdown button i {
    font-size: 20px;
}

#sort_limit_postMKL,
#sort_limit_postMKL_footer,
#sort_limit_postMKL_footer_twitter,
#sort_limit_postMKL_footer_facebook,
#sort_limit_postMKL_footer_instagram,
#sort_limit_postMKL_footer_tiktok,
#sort_limit_postMKL_footer_youtube,
#sort_limit_postMKL_footer_tv,
#sort_limit_postMKL_footer_radio,
#sort_limit_postMKL_footer_media,
#sort_limit_postMKL_footer_forum,
#sort_limit_postMKL_footer_printedmedia,
#sort_limit_postMKL_footer_blog,
#sort_limit_postMKL_footer_detail_fb {
    border-radius: 5px;
    cursor: pointer;
    width: 111px;
    height: 40px;
    color: #5D646A;
    /* -webkit-appearance: none; */
    position: relative;
    font-size: 14px;
}

#sort_limit_postMKL::before,
#sort_limit_postMKL_footer::before,
#sort_limit_postMKL_footer_twitter::before,
#sort_limit_postMKL_footer_facebook::before,
#sort_limit_postMKL_footer_instagram::before,
#sort_limit_postMKL_footer_tiktok::before,
#sort_limit_postMKL_footer_youtube::before,
#sort_limit_postMKL_footer_tv::before,
#sort_limit_postMKL_footer_radio::before #sort_limit_postMKL_footer_media::before,
#sort_limit_postMKL_footer_forum::before,
#sort_limit_postMKL_footer_printedmedia::before,
#sort_limit_postMKL_footer_blog::before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #dd4397 transparent transparent;
    position: absolute;
    left: -15px;
}

#sort_limit_post_detailMKL {
    border-radius: 5px;
    cursor: pointer;
    width: 111px;
    height: 41px;
    color: #5D646A;
    /* -webkit-appearance: none; */
    position: relative;
    font-size: 14px;
}

#sort_limit_post_detailMKL::before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #dd4397 transparent transparent;
    position: absolute;
    left: -15px;
}

ul.bs-autocomplete-menu {
    z-index: 1 !important;
}

.graph__ .list-inline .dropdown-submenu {
    top: 0;
}

.graph__ .list-inline .channelTagPost {
    margin-right: 7px;
}

.graph__ .list-inline .TwitInteractionPostDetail .select-choose,
.graph__ .list-inline .InstagramInteractionPostDetail .select-choose {
    position: sticky;
}

.graph__ .list-inline .list-inline-item .btn-sonar3 {
    width: 56px;
    height: 40px;
    background: #30B1E0;
    border-radius: 4px;
    color: #ffffff;
    border: none;
}

.btn:focus {
    box-shadow: none;
}

.login-logo {
    width: auto;
    height: 79px;
}

.clr-total-gender {
    color: #30B1E0;
}


/*-- STAR sidbar text link--*/

.sidebar-link-text {
    color: #30B1E0;
}


/*-- END sidbar text link--*/

.bg-alert-posts {
    padding: 1em 1em;
    background-color: #dff7ff;
}

.bg-notif-posts {
    padding: 1em 1em;
    background-color: #FFFFFF;
}

.tooltip-notif {
    position: absolute !important;
    padding: 5px 0px !important;
    width: 100px !important;
    left: 4rem !important;
}


/*-- START Changelog Release Notes --*/

#content-changelog ol {
    margin-left: 15px;
    list-style-position: outside;
}

#content-changelog ul li {
    list-style: disc;
    margin-left: 15px;
    list-style-position: outside;
    font-size: 14px;
}

#content-changelog p {
    font-size: 14px;
}

.menu-changelog .nav-link.active,
.menu-changelog .show>.nav-link {
    background-color: white;
    border-left: 6px solid #30B1E0;
    border-radius: 0px;
    color: #5D646A;
}

.menu-changelog .nav-link {
    background-color: #FAFAFA;
    border-radius: 0px;
}


/*-- END Changelog Release Notes --*/

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef !important;
}

.prog-w-spokes {
    width: 600px;
}

@media screen and (max-width: 2560px) {
    .offset-expan-active {
        margin-left: 4.333333%;
    }
}

@media screen and (max-width: 1920px) {
    .offset-expan-active {
        margin-left: 4.333333%;
    }
}

@media screen and (max-width: 1680px) {
    .offset-expan-active {
        margin-left: 5.333333%;
    }
    .tab-tw {
        top: 5px !important;
        position: relative !important;
    }
}

@media screen and (max-width: 1440px) {
    .offset-expan-active {
        margin-left: 1.333333%;
    }
    .tab-tw {
        top: 18px !important;
        position: relative !important;
    }
}

@media screen and (max-width: 1366px) {
    .offset-expan-active {
        margin-left: 1.333333%;
    }
    .ui-tabs .ui-tabs-nav li {
        top: 12px !important;
    }
}

@media screen and (max-width: 1280px) {
    .offset-expan-active {
        margin-left: 2.333333%;
    }
}

.highcharts-container {
    width: 100% !important;
}

.highcharts-root {
    width: 100% !important;
}

.ig-bisnis-notif {
    background: #1A2442;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 100px;
    display: none;
    top: -62px;
    left: 0;
    position: sticky;
    z-index: 2222;
    /* margin-bottom: 12px; */
}

.ig-bisnis-notif-warning {
    background: #AB1111;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 100px;
    display: none;
    top: -62px;
    left: 0;
    position: sticky;
    z-index: 2222;
    /* margin-bottom: 24px; */
}

.fb-bisnis-notif-warning {
    background: #AB1111;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 100px;
    display: none;
    top: -62px;
    left: 0;
    position: sticky;
    z-index: 2222;
    /* margin-bottom: 12px; */
}


/* start popup swal2 */

.swal2-popup .swal2-title {
    text-transform: none !important;
    position: relative !important;
    margin: 0 0 .4em !important;
    padding: 0 !important;
    display: block !important;
    word-wrap: break-word !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #5D646A !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    color: #fff !important;
    padding: 6.5px 10px !important;
    width: 110px !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 27px !important;
    letter-spacing: -0.42px !important;
    background: #30B1E0 !important;
}

.swal2-popup .swal2-styled:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* end popup swal2 */

@media screen and (min-width: 1180px) and (max-width: 1194px) {
    .wrapper4 {
        max-width: 820px !important;
        position: relative !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        height: 30px !important;
        min-height: 36px;
        top: -1em !important;
        left: -14px !important;
        z-index: 1;
    }
    .content {
        padding-left: 8em;
    }
    /* .content {
        padding-left: 8em;
    }
    .fltr_ {
        display: flex;
        align-items: end;
        top: -28px !important;
    }
    .select-choose {
        bottom: 0;
        top: 0 !important;
        margin-left: 0 !important;
    }
    .channelTagPost .select-choose {
        left: 45% !important;
    }
    .btn-search-keyword {
        right: -175px;
        top: 6px;
    }
    .search-query {
        width: 170px !important;
        margin-left: 40px !important;
    } */
    .scroller-right4 {
        left: 58em !important;
    }
    .scroller-left4 {
        top: -3.5px !important;
    }
    #myTab {
        width: 697px !important;
        padding-left: 245px !important;
    }
    .InstagramInteractionPost {
        left: 42px !important;
        bottom: 0 !important;
    }
    .InstagramInteractionPost .btn-sonar-primary {
        left: 65% !important;
    }
}