/* author-dashboard page css start  */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');

.date-form-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-form-container form {
    display: flex;
    gap: 20px;
    align-items: center;
}
.date-form-container .date-form-col-two {
    width: 35%;
}
.date-form-container .date-form-col-one {
    flex-wrap: wrap;
    width: 65%;
}
.date-form-container button {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    width: max-content;
    padding: 8px 14px;
    font-size: 18px;
    font-family: "Helvetica", Sans-serif;
}
.date-form-container button:hover {
    background-color: #2B2B2B;
    color: #FFFFFF;
}

.date-form-container button.active {
    background: #2B2B2B ;
    color: #FFFFFF;
}

.date-form-container form {
    margin-bottom: 0;
}

.date-form-container .datepicker {
    margin-bottom: 0;
    /* height: 0; */
    padding: 19px 10px;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
}
.date-form-container .datepicker::placeholder {
    color: #000000; 
}
.date-form-container .datepicker:-ms-input-placeholder {
    color: #000000;
}
.date-form-container .datepicker::-ms-input-placeholder {
    color: #000000;
}

.author-count-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    width: 100%;
    padding: 20px 25px;
}

.author-count-container .author-dash-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.author-count-container .author-dash-icon .author-posts-text {
    margin-bottom: 0;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 1;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
}
.author-count-container .author-dash-icon i.fas {
    color: #8A8A8A;
    font-size: 16px;
}
.author-count-container .count_heading h1 {
    font-size: 50px;
    color: #212121;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

.dash-top-posts {
    border-radius: 10px;
    padding: 22px 22px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
}
.dash-top-posts h5 {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    margin: 0 0 20px;
}

.dash-top-posts ol {
    height: 500px;
    overflow-y: scroll;
    margin: 0;
}

.dash-top-posts ol li {
    gap: 5px;
    flex-wrap: wrap;
}
.dash-top-posts ol li .li-count {
    position: relative;
}
.dash-top-posts ol li .li-count::after {
    content: '.';
    position: absolute;
    color: #2B2B2B;
    top: auto;
    bottom: 0;
}
/* author-dashboard page css end  */

/* owner-dashboard  page css start  */
.site-metrics {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    width: 100%;
    padding: 20px 25px;
}
.site-metrics .site-metrics-col {
    display: flex;
    align-items: center;
    gap: 6px;
}
.site-metrics .site-metrics-col h3 {
    margin-bottom: 0;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 1;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
}

.site-metrics .count_heading h3 {
    font-size: 50px;
    color: #212121;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 20px;
    /* font-family: "Helvetica", Sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.site-metrics .site-metrics-col i {
    color: #8A8A8A;
    font-size: 16px;
    padding: 0;
}

.auther-sse .dash-top-posts .shares_title {
    font: normal normal normal 14px / 20px Helvetica;
}

.dash-top-users {
    border-radius: 10px;
    padding: 22px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
}
.dash-top-pages{
    border-radius: 10px;
    padding: 22px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
}
.dash-top-users ol, .dash-top-pages ol {
    margin-left: 0;
    height: 490px;
    overflow: scroll;
    margin-right: 2px;
}

.dash-top-users ol li .li-count, .dash-top-pages ol li .li-count{
    position: relative;
}
.dash-top-users ol li .li-count::after, .dash-top-pages ol li .li-count::after {
    content: '.';
    position: absolute;
    top: auto;
    bottom: 0;
    color: #212121;
}
.dash-top-users h5 {
    color: #2B2B2B;
    font-size: 16px;
    font-family: "Helvetica", Sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.dash-top-pages h5{
    color: #2B2B2B;
    font-size: 16px;
    font-family: "Helvetica", Sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px; 
}

.dash-top-users ol li {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0 !important;
}
.dash-top-users ol li .li-count {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    line-height: 1.5;
}
.dash-top-users ol li img {
    width: 100%;
    height: 38px;
    max-width: 38px;
    max-height: 38px;
    object-fit: cover;
}
.dash-top-users ol li a {
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Helvetica", Sans-serif;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 3px;
}
.dash-top-users ol li .avtar_box {
    position: relative;
}
.dash-top-users ol li .avtar_box  .avtar_active_dott {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #34CC1D 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 100%;
    left: auto;
    right: -2px;
    top: 1px;
}

.articles-dash-top-posts ol {
    margin: 0 0 1.6875rem 1.6875rem;
    height: 490px;
    margin-left: 0;
}

.articles-dash-top-posts ol li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    border-bottom: 1px solid #70707042;
    padding: 12px 0;
}
.articles-dash-top-posts ol li .li-count {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    line-height: 1.5;
}
.articles-dash-top-posts ol li img {
    width: 100%;
    max-width: 60px;
    height: 40px;
    object-fit: cover;
}
.articles-dash-top-posts ol li .col-box-cat .categories_title {
    font: normal normal normal 8px/20px Helvetica;
    letter-spacing: 0px;
    color: #A7A7A7;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.articles-dash-top-posts ol li .col-box-cat a {
    font: normal normal normal 14px/20px Helvetica;
    letter-spacing: 0px;
    color: #2B2B2B;
    max-width: 350px;
    height: 24px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 3px;
}

.dash-top-pages ol li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.dash-top-pages ol li .li-count {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    line-height: 1.5;
}
.dash-top-pages ol li img {
    width: 100%;
    max-width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

.dash-top-pages ol li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #70707042;
}
.dash-top-pages ol li a {
    font: normal normal normal 14px/20px Helvetica;
    letter-spacing: 0px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.5;
}

.owner-top-users {
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 10px;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 10px 8px 10px 13px;
}
.owner-top-users h5 {
    color: #2B2B2B;
    font-size: 16px;
    font-family: "Helvetica", Sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.owner-top-users ol {
    margin: 0;
    list-style-type: none;
    overflow-x: scroll;
    height: 134px;
}
.owner-top-users ol li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #70707042;
    flex-wrap: wrap;
}
.owner-top-users ol li:first-child {
    padding-top: 0;
}
.owner-top-users ol li .li-count {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    line-height: 1.5;
    position: relative;
}
.owner-top-users ol li .li-count::after{
    content: '.';
    position: absolute;
    top: auto;
    bottom: 0;
    color: #212121;
}
.owner-top-users ol li .top_member_title {
    text-align: left;
    font: normal normal normal 14px/20px Helvetica;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    margin-bottom: 0;
    display: flex;
    gap: 5px;
}
.owner-top-users ol li img {
    width: 100%;
    max-width: 38px;
    max-height: 38px;
    height: 38px;
    object-fit: cover;
}

.owner-count-container {
    padding: 20px 22px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.owner-count-container.bg-one{
    background: #98BEFF59 0% 0% no-repeat padding-box;
}
.owner-count-container.bg-two{
    background: #F2691D40 0% 0% no-repeat padding-box;
}

.owner-count-container .owner-users-box-col {
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.owner-count-container .owner-users-box-col h1 {
    font-size: 50px;
    color: #212121;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
}

.owner-count-container  .owner-users-box-col .owner-member-text {
    margin-bottom: 0;
    font: normal normal 300 14px/24px Helvetica;
    letter-spacing: 0px;
    color: #272727;
    opacity: 1;
}
.owner-count-container  .owner-users-box-col .owner-posts-text {
    margin-bottom: 0;
    font: normal normal 300 14px / 24px Helvetica;
    letter-spacing: 0px;
    color: #272727;
    opacity: 1;
}

.owner-count-container .owner-users-icon i, .owner-count-container .owner-file-icon i {
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 37px;
    height: 37px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
    font-size: 1.1rem;
}

.owner-count-container .owner-users-icon .fa-users::before {
    color: #236be6;
}

.owner-count-container .owner-file-icon .fa-th-large:before{
    color: #da4e00;
    font-size: 22px;
}

.groupcountschart-container #groupCountsChart {
    max-width: 360px;
    margin: 0 auto;
}
.latest-owner-dashboard-container h5 {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 600;
    font-family: Helvetica;
    margin-bottom: 22px;
}

.latest-owner-dashboard-container .latest-owner-col {
    border: 1px solid #C6C6C6;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 10px;
}

.latest-owner-dashboard-container .latest-owner-col ol.latest-bbp-topics {
    max-height: 250px;
    overflow-y: scroll;
    padding: 0;
    border: none;
    border-radius: inherit;
    padding-left: 10px;
    padding-right: 17px;
    margin-right: 5px;
}

.latest-owner-dashboard-container .latest-owner-col ol.latest-bbp-topics li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    border-bottom: 1px solid #70707042;
    padding: 12px 18px;
}

.latest-owner-dashboard-container .latest-owner-col ol.latest-bbp-topics li .new_forum_posts_col a {
    font: normal normal normal 14px/20px Helvetica;
    letter-spacing: 0px;
    color: #2B2B2B;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0;
}
.latest-owner-dashboard-container .latest-owner-col ol.latest-bbp-topics li .new_forum_posts_col p {
    text-align: left;
    font: normal normal normal 8px/20px Helvetica;
    letter-spacing: 0px;
    color: #A7A7A7;
    text-transform: capitalize;
    opacity: 1;
    line-height: 1.5;
}
.latest-owner-dashboard-container .latest-owner-col ol.latest-bbp-topics li img {
    margin: 0;
    width: 100%;
    max-width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 45px;
}

.latest-owner-dashboard-container .latest-owner-col .title-owner-col {
    display: flex;
    justify-content: space-between;
    padding: 20px 18px 20px;
    align-items: center;
}

.latest-owner-dashboard-container .latest-owner-col .title-owner-col .title {
    font: normal normal bold 16px/24px Helvetica;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    margin-bottom: 0;
    line-height: 1.5;
}

.latest-owner-dashboard-container .latest-owner-col .title-owner-col .link-col {
    text-decoration: underline;
    letter-spacing: 0px;
    color: #DA4E00;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 1.5;
}

.latest-owner-dashboard-container .latest-owner-col .title-owner-col .link-col:hover {
    color: #000d51;
}

.owner-count-container-forum {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 10px 10px;
    gap: 5px;
}

.owner-count-container-forum .owner-dash-icon .owner-posts-text {
    letter-spacing: 0px;
    color: #8A8A8A;
    opacity: 1;
    margin-bottom: 0;
    font-size: 12px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 1.2;
}
.owner-count-container-forum .owner-dash-total  h1 {
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #212121;
    font-family: "Helvetica", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
/* owner-dashboard  page css end */


/* Responsive css */

@media (max-width: 1200px) {
    .owner-count-container .owner-users-box-col h1{
        font-size: 30px;
    }
    .owner-count-container {
        padding: 20px 15px;
    }

    .owner-count-container  .owner-users-box-col .owner-member-text, .owner-count-container .owner-users-box-col .owner-posts-text {
        font: normal normal 300 12px/24px Helvetica;
      
    }
}
@media (max-width: 1024px) {
    .date-form-container form {
        gap: 10px;
    }
    .dash-top-posts ol {
        height: 350px;
    }

    .dash-top-posts ol li {
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }
    .dash-top-posts ol li img {
        margin: 7px 0 !important;
    }
    .owner-count-container .owner-users-box-col h1 {
        font-size: 40px;
    }
    .owner-count-container {
        padding: 30px 20px;
        gap: 15px;
    }
    .dash-top-users ol, .dash-top-pages ol{
        height: 350px;
    }
} 

@media (max-width: 992px) {
    .date-form-container {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
    .date-form-container .date-form-col-one {
        flex-wrap: wrap;
        width: 100%;
    }
    .date-form-container  .date-form-col-two {
        width: 60%;
    }

    .author-count-container .count_heading h1 {
        font-size: 45px;
    }
    .site-metrics .count_heading h3 {
        font-size: 45px;
    }
    .owner-count-container .owner-users-box-col h1 {
        font-size: 35px;
    }
} 
@media (max-width: 767px) {
    .dash-top-posts ol li {
        align-items: center !important;
        flex-direction: row;
        gap: 5px;
        flex-wrap: wrap;
    }

    .author-count-container .count_heading h1 {
        font-size: 40px;
    }
    .site-metrics .count_heading h3 {
        font-size: 40px;
    }
    .owner-count-container .owner-users-box-col {
        flex-wrap: wrap;
    }
    .owner-count-container .owner-users-box-col h1 {
        font-size: 30px;
    }

    .date-form-container .datepicker{
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .date-form-container  .date-form-col-two {
        width: 100%;
    }
    .date-form-container .date-form-col-one button {
        width: calc(50% - 10px);
        font-size: 16px;
    }

    .date-form-container .date-form-col-one {
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .date-form-container  .date-form-col-two {
        flex-direction: column;
    }
    .date-form-container .date-form-col-two button {
        width: 100%;
    }
}
