.cus-alert.alert-primary {
    cursor: pointer;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-whatsapp {
    background-color: #00A884;
    color: #fff;
}

.btn-twitter {
    background-color: #55acee;
    color: #fff;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-whatsapp:hover {
    color: #fff;
}

.btn-twitter:hover {
    color: #fff;
}

.load-more-btn {
    padding: 5px;
}

.load-more-btn .btn-primary {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.nav-justified .nav-item {
    width: 100%;
    flex-basis: auto;
}

.chat-leftsidebar-nav .nav-justified .nav-item {
    flex-basis: 0;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
    display: none;
}

#become-contributor-form .card-body {
    min-height: 176px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    border-color: gray;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.header-item {
    background-color: orange !important;
    height: 45px;
    border-radius: 20px;
    font-size: 16px;
}

.header-item.bg-white {
    background-color: white !important;
    color: #145CA7 !important;
}

.become-contributor-step .card {
    cursor: pointer;
}

.become-contributor-step .current .card {
    background-color: #145CA7 !important;
}

.become-contributor-step .current .card h5 {
    color: #fff !important;
}

.become-contributor-step .current .card p {
    color: #fff !important;
}

.become-contributor-step .current .card .bg-primary {
    background-color: #fff !important;
    color: #145CA7 !important;
}

.image-upload>input {
    display: none;
}

.image-upload {
    text-align: center;
}

#image-preview {
    cursor: pointer;
    height: 195px;
    width: 100%;
    object-fit: contain;
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 3rem !important;
}

.modal-header .center {
    display: block;
    margin-left: auto;
    width: 30%;
    height: 50px;
}

.input-file input[type=file] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.input-file .btn {
    display: none;
}

#contributor-personal-details-form .input-file .btn {
    display: block;
    background-color: #ddd;
    border-color: #ccc;
    color: #333;
}

#contribution-article-headers-form .input-file .btn {
    display: block;
    background-color: #ddd;
    border-color: #ccc;
    color: #333;
}

.input-file .file-selected {
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.wrap {
    display: table;
    width: 100%;
    height: 40px;
    gap: 1rem;
}

.valign-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.col-form-label {
    font-size: 15px;
    font-weight: bold;
}

.card-title {
    font-size: 22px;
}

.card-title-desc {
    font-size: 15px;
}

label {
    font-size: 15px;
}

.form-control {
    font-size: 0.8rem;
}

.btn {
    font-size: 14px;
}

#contribution-article-headers-form .image-upload .input-file .btn {
    display: none;
}

.form-check-label {
    font-size: 16px;
}

.logo-lg img {
    height: 40px;
}

.logo-lg .logo-txt {
    font-size: 30px;
}

.topnav .navbar-nav .nav-link {
    font-size: 16px;
}

.ck.ck-reset_all .input-file .btn {
    display: none;
}

.topnav .navbar-nav .dropdown-item {
    font-size: 16px;
}

.table th {
    font-size: 16px;
}

table.table-bordered.dataTable tbody td {
    font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input.cus-text-number-field::-webkit-outer-spin-button,
input.cus-text-number-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#write-an-article-menu {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#write-an-article-menu .nav {
    gap: 40px;
    background: linear-gradient(to right, transparent 0%, transparent calc(50% - 0.51px), #d6d6d6 calc(50% - 0.8px), #d6d6d6 calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
}

.cus-sticky-menu {
    position: fixed !important;
    top: 150px !important;
    z-index: 9999;
    width: 200px;
}

#write-an-article-menu .nav a {
    background-color: #d6d6d6;
    text-align: center;
    color: #000;
    z-index: 10;
}

#write-an-article-menu .nav a.completed-tab {
    background-color: #1C84EE;
    color: #FFF;
}

.cus-article-form-submit-btn {
    width: 100%;
    border: 2px solid #1C84EE;
    background-color: #FFF;
    color: #1C84EE;
    font-size: 16px;
}

#write-an-article-menu p {
    font-size: 10px;
    color: #959696;
}

.cus-article-form-container {
    margin-left: 20px;
}

.cus-article-type-box .card-body {
    background-color: #E7E7E7;
    border-radius: 10px;
    min-height: 210px;
}

.cus-article-type-box:hover .card-body {
    background-color: #f8f8f8;
}

.cus-article-type-box {
    cursor: pointer;

}

.cus-selected-article-type-box {
    border: 2px solid #0075FF;

}

.cus-article-type-box .cus-selected-article-type-box {
    background-color: #f8f8f8;
}

.cus-tooltip-content {
    visibility: hidden;
    width: 95%;
    background-color: #E7E7E7;
    color: #000;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
}

.cus-tooltip-content::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #E7E7E7 transparent transparent;
}

.cus-tooltip-content p {
    margin: 5px 0 0 10px;
    font-size: 14px;
}

.cus-tooltip-content li {
    font-size: 12px;
}

.cus-article-title-field {
    border: unset;
    font-size: 34px;
    padding: 0px;
    font-weight: 800;
    margin-bottom: 5px;
}

.cus-article-option-field {
    border: unset;
    font-size: 16px;
    padding: 0px;
    font-weight: 800;
    line-height: 2.5rem;
}

.btn-group.cus-article-option-btn {
    gap: 1rem;
}

.cus-article-summary-field {
    border: unset;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.border-bottom-1-gray {
    margin-bottom: 5px;
    border-bottom: 1px solid #E7E7E7;
}

.cus-article-title-field:hover #article_title_tooltip {
    visibility: visible;
}

.cus-article-summary-field:hover #article_summary_tooltip {
    visibility: visible;
}

.add-bullet-btn {
    border: unset;
    background: transparent;
}

.btn-group.cus-article-description-btn {
    gap: 1rem;
}

.disclosure-content p {
    margin: 5px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.disclosure-content li {
    font-size: 14px;
    color: #000;
    list-style-type: none;
}

.contribution-preview {
    min-height: 400px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    background-color: lightgrey;
}

.summary-analysis {
    color: #1C84EE;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.tchart {
    color: #1C84EE;
    font-size: 16px;
    font-weight: bold;
}

.securities-chart {
    border-bottom: 5px solid #E6E6E6;
}

.financial-metrics-chart {
    border-bottom: 5px solid #E6E6E6;
}

.browser-chart {
    border-bottom: 5px solid #E6E6E6;
}

.browser-chart .tsheet-chart-list {
    font-size: 14px;
    color: #4E5557;
    margin-left: 150px;
}

.data-format-chart {
    border-bottom: 5px solid #E6E6E6;
}

/* .panel-layout-chart
{
    border-bottom: 5px solid #E6E6E6;
} */

.ratio-chart .tsheet-create-ratio {
    font-size: 14px;
    color: #4E5557;
    margin-left: 50px;
}

/* .swal2-container .input-file .btn
{
    display: none;
} */

.swal2-styled.swal2-confirm {
    background-color: #1C84EE;
}

/* .pagination
{
    display: none;
} */

/* #add-upcoming-event-form .btn-sm
{
    padding: 0.15rem 0.3rem;
    font-size: .61094rem;
}

#add-outcome-analysis-form .btn,
.btn-sm
{
    padding: 0.15rem 0.3rem;
    font-size: .61094rem;
} */

.card-logo {
    position: absolute;
    right: 35px;
    top: 25px;
}

/* Chrome, Safari, Edge, Opera */
input.cus-text-number-field::-webkit-outer-spin-button,
input.cus-text-number-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.securities-chart .choices {
    margin-bottom: 0px;
}

.securities-chart .choices[data-type*=select-one] .choices__inner {
    width: 270px;
}

.financial-metrics-chart .choices {
    margin-bottom: 0px;
}

.financial-metrics-chart .choices[data-type*=select-one] .choices__inner {
    width: 270px;
}

.filter-chart {
    text-align: right;
}

.list-securities {
    margin-top: 10px;
}

.list-financial-metrics {
    margin-top: 10px;
}

.date-range-field {
    position: absolute;
    right: 20px;
}

.dropdown-menu-end[style] {
    left: 0 !important;
}

.company-logo {
    width: 125px;
}

.cus-comment-date {
    position: absolute;
    right: 20px;
}

.fa-arrow-circle-left {
    cursor: pointer;
}

.cus-article-description {
    min-height: 60px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 15px;
    color: #fff;
    background-color: #1C84EE !important;
    border: 1px solid #1C84EE !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.topnav .navbar-nav .nav-link {
    font-weight: bold;
}

.note-codable {
    display: none;
}

.summernote-no-controls+.note-editor .note-editable {
    pointer-events: none;
}

.summernote+.note-editor .note-editable {
    overflow: scroll;
}

.report-date {
    bottom: -26px;
    right: 20px;
}

.text-justify {
    text-align: justify;
}

.receipt-label label {
    font-size: 18px;
    color: #000;
}

.section-title {
    background: lightgray;
}

.section-title h4 {
    color: #000;
}

.report-description {
    font-size: 15px;
}

.report-description p {
    font-size: 15px !important;
}

.report-table .table-nowrap td,
.table-nowrap th {
    font-size: 15px;
    color: #000;
    width: 10%;
}

.report-table .table-nowrap td p {
    font-size: 15px !important;
    color: #000 !important;
}

.report-graph #linechart_material {
    font-size: 13px;
}

.cus-arrow {
    color: #495057;
}

.summernote+.note-editor .note-editable {
    height: 220px !important;
}

#printable_report .card-title {
    color: black;
    font-weight: bold;
}

.show-password {
    position: absolute;
    right: 10px;
    top: 35px;
    z-index: 99;
}

.show-confirm-password {
    position: absolute;
    right: 10px;
    top: 35px;
    z-index: 99;
}

body[data-topbar=dark] .app-search .form-control {
    background-color: #fff;
    color: #000;
}

body[data-topbar=dark] .header-item {
    color: #fff;
}

body[data-topbar=dark] .header-item:hover {
    color: #fff;
}

#cus-summary-analysis-tabs.nav-tabs .nav-link {
    padding: 0.5rem 0.5rem;
}

#cus-summary-analysis-tabs.nav-tabs .nav-link.active {
    border-top: 3px solid #1c84ee;
}

#cus-summary-analysis-tab-content .table.dataTable {
    width: 100% !important;
}

@media(min-width: 992px) {
    body[data-layout=horizontal] .chat-message-list {
        height: calc(100vh - 255px);
    }
}

@media(min-width: 1200px) {
    .col-xl-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.66667%;
    }

    #printable_report .col-xl-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 19.66667%;
        padding-left: 105px;
    }

    #printable_report .col-xl-3_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 19.66667%;
        text-align: right;
    }

    #updated-tsheet-basic-details-form .col-xl-2 {
        width: 12.66667%;
    }
}