/*  .custx_axis {
        transform: rotate( -45deg );
        margin-left: 10px;
    }*/
div#my_dataviz g > g:nth-child(1) .tick text {
    transform: translate(-8px, 0px) rotate( -45deg );
    text-anchor: end;
}

.sentimentByTooicGraph {
    border: 1px solid #dddddd;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    width: 100%;
    min-width: 300px;
    max-width: 350px;
}

#txt_topics {
    max-width: 400px;
}

.sentimentByTooicGraph ul {
    padding: 10px;
    margin: 0;
    list-style: none;
}

    .sentimentByTooicGraph ul li p {
        margin: 0;
        font-size: 13px;
    }

    .sentimentByTooicGraph ul .circle {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border-radius: 100%;
    }

    .sentimentByTooicGraph ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

.sentimentByTooicGraph .red {
    background: #ff0000;
}

.sentimentByTooicGraph .blue {
    background: blue;
}

.sentimentByTooicGraph .green {
    background: green;
}

.graphOuterIndi {
    display: flex;
}

.centerTopicInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mb15 {
    margin-bottom: 15px;
}

.centerTopicInner .form-control {
    max-width: 100px;
    margin: 0 10px;
}

.centerTopicInner p {
    margin: 0;
}

.centerTopicInner .switch label {
    cursor: pointer;
    margin-bottom: 0;
}

    .centerTopicInner .switch label input[type="checkbox"] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .centerTopicInner .switch label .lever {
        position: relative;
        display: inline-block;
        margin: 0 1rem;
        margin-right: .625rem;
        vertical-align: middle;
        content: "";
        background-color: #818181;
        border-radius: .9375rem;
        width: 2.5rem;
        height: .9375rem;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

        .centerTopicInner .switch label .lever:after {
            position: absolute;
            top: -.1875rem;
            left: -.3125rem;
            display: inline-block;
            content: "";
            background-color: #f1f1f1;
            border-radius: 1.3125rem;
            -webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgb(0 0 0 / 40%);
            box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgb(0 0 0 / 40%);
            width: 1.3125rem;
            height: 1.3125rem;
            -webkit-transition: left 0.3s ease,background 0.3s ease,-webkit-box-shadow 1s ease;
            transition: left 0.3s ease,background 0.3s ease,-webkit-box-shadow 1s ease;
            transition: left 0.3s ease,background 0.3s ease,box-shadow 1s ease;
            transition: left 0.3s ease,background 0.3s ease,box-shadow 1s ease,-webkit-box-shadow 1s ease;
        }

    .centerTopicInner .switch label input[type="checkbox"]:checked + .lever {
        background-color: #dccfe2;
    }

        .centerTopicInner .switch label input[type="checkbox"]:checked + .lever:after {
            left: 1.5rem;
            background-color: #a6c;
        }

.centerTopicInner .switch {
    margin-right: 10px;
}

.topicInner-page {
    padding-top: 30px;
}

.centerTopic.text-center {
    margin-bottom: 20px;
}

.flexCenter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.breadcrumbsInner img {
    margin-left: 10px;
}

.topiclink {
    margin-left: 10px;
}

.share-btns {
    margin-left: 10px;
}
