/*======================
 GIA REPORT PAGE STYLING
========================*/


/*---------------------
 DATA POOL NUMBER COUNT
---------------------*/

.count,
.count1,
.count2,
.count3 {
    font-size: 18px !important;
    font-weight: 500;
}

/*---REPORT PAGE-----*/

#report_page_title h2,
#report_page_title h3 {
    margin: 1px 0px;
    padding: 0px 0px;
}
#report_page_title h2 {
    font-size: 18px;
}
#report_page_title h3 {
    font-size: 16px;
}

/*---REPORT INFO TABLE-----*/

#report_info_table h3 {
    font-size: 14px;
}

/*---REPORT TOP BUTTON---*/

.btn_type_01 {
    background: #e6e6e6;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 2px
}
.btn_type_02 {
    background: #255E91;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 150px;
    margin: 2px
}
.btn_type_02:hover {
    background: #074073;
    color: #fff;
    margin: 3px;
}
@media only screen and (max-width:959px) and (min-width:768px) {
    .btn_type_01 {
        background: none;
        color: #169FE6;
        box-shadow: none !important;
        margin-bottom: 1px;
        font-weight: 600;
        padding: 0px 6px 0px 6px !important;
        font-weight: bold;
        border-right: rgba(0, 0, 0, 0.2) solid 1px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .btn_type_01 {
        background: none;
        color: #169FE6;
        box-shadow: none !important;
        font-size: 13px;
        margin: 0px;
        padding: 0px 6px 0px 6px !important;
        font-weight: bold;
        border-right: rgba(0, 0, 0, 0.2) solid 1px;
    }
    .btn_type_02 {
        font-size: 12px
    }
}
@media only screen and (max-width:479px) and (min-width:310px) {
    .btn_type_01 {
        background: none;
        color: #169FE6;
        box-shadow: none !important;
        font-size: 11px;
        padding: 0px 5px 0px 0px !important;
        font-weight: bold;
        border-right: rgba(0, 0, 0, 0.2) solid 1px;
    }
    .btn_type_02 {
        font-size: 12px
    }
    .btn_type_02 {
        background: #255E91;
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        width: 122px;
        margin: 1px;
        ;
    }
}

/*=================================
 report_page_executive_engagement
=================================*/

@media only screen and (max-width: 767px) {
    #report_page_executive_engagement h3 {
        font-size: 13px !important;
        line-height: normal;
    }
    /*---------------------
 DATA POOL NUMBER COUNT
---------------------*/
    .count,
    .count1,
    .count2,
    .count3 {
        font-size: 16px !important;
        font-weight: 500;
    }
}
@media only screen and (max-width:992px) {
    #report_page_title h2 {
        font-size: 16px !important;
        line-height: normal;
    }
    #report_page_title h3 {
        font-size: 15px !important;
        line-height: normal;
    }
    #report_page .selectnav {
        display: none !important;
    }
    #report_page #navigation {
        height: auto !important;
    }
    #report_page #responsive {
        height: auto !important;
        min-height: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-top: rgba(0, 0, 0, 0.1) solid 1px;
    }
    #report_page #responsive li a {
        padding: 5px 10px 5px 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        margin: 1px 0px;
    }
    .covid_placekeeper a.covid_19_Acc:before {
        left: 73%;
    }
    .covid_placekeeper a.covid_19_Acc.collapsed:before {
        left: 73%;
    }
    #footer-bottom {
        display: block;
    }
}
@media only screen and (max-width:767px) {
    #report_page_title h2 {
        font-size: 14px !important;
        line-height: normal;
    }
    #report_page_title h3 {
        font-size: 13px !important;
        line-height: normal;
    }
    #report_page #responsive li a {
        font-size: 11px !important;
        padding: 5px 5px 5px 5px;
    }
    .covid_placekeeper a.covid_19_Acc {
        position: relative;
        font-size: 15px;
    }
    .covid_placekeeper a.covid_19_Acc:before {
        top: 0 !important;
        left: 93%;
        font-weight: bold;
        background: #169fe6;
        padding: 10px 0px !important;
        border-radius: 0px;
        height: 100%;
        line-height: 15px;
        font-size: 15px;
    }
    .covid_placekeeper a.covid_19_Acc.collapsed:before {
        top: 0 !important;
        left: 93%;
        font-weight: bold;
        background: #169fe6;
        padding: 10px 0px !important;
        border-radius: 0px;
        height: 133%;
        line-height: 15px;
        font-size: 15px;
    }
    #report_page #footer-bottom {
        display: none !important;
    }
}
@media only screen and (max-width:448px) {
    .covid_placekeeper a.covid_19_Acc.collapsed:before {
        left: 91%;
    }
    .covid_placekeeper a.covid_19_Acc:before {
        left: 91%;
    }
}
@media only screen and (max-width:467px) {
    #report_page_title h2 {
        font-size: 14px !important;
        line-height: normal;
    }
    #report_page_title h3 {
        font-size: 13px !important;
        line-height: normal;
    }
    #report_page #responsive li a {
        font-size: 11px !important;
    }
    #report_page #footer-bottom {
        display: none !important;
    }
}

/*----------------------------- report_info_table -----------------------------*/

#report_info_table {
    border-top: 1px solid #dee2e6 !important;
}
@media only screen and (max-width:767px) {
    #report_info_table h4,
    #report_info_table h3 {
        font-size: 11px !important;
    }
    #report_info_table div {
        border-left: rgba(0, 0, 0, 0.2) solid 1px;
    }
    #report_info_table div:nth-last-child(5) {
        border-left: rgba(0, 0, 0, 0.2) solid 0px;
    }
    #report_info_table {
        border-top: 0px solid #dee2e6 !important;
    }
}
@media only screen and (max-width:467px) {
    #report_info_table h4,
    #report_info_table h3 {
        font-size: 10px !important;
        line-height: normal;
    }
    #report_info_table div {
        border-left: rgba(0, 0, 0, 0.2) solid 1px;
    }
    #report_info_table div:nth-last-child(5) {
        border-left: rgba(0, 0, 0, 0.2) solid 0px;
    }
}

/*---------------------
SEGMENTS TAB & ACCORDION
---------------------*/

.players_tab {
    display: block;
}
.tabs-container .tab_accordion {
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 0px 18px 0px 8px !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    display: none;
}
.tabs-container .tab_accordion .active,
.tabs-container .tab_accordion:hover {
    background-color: #eee;
}
.tabs-container .tab_accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
    visibility: hidden;
}
.tabs-container .tab_accordion.active:after {
    content: "\2212";
    color: #000;
}
.tabs-container .panel4 {
    background-color: #fff;
    min-height: auto !important;
    padding: 0px 18px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.tabs-container .panel4 p {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width:767px) {
    .players_tab {
        display: none;
    }
    .tabs-container .tab_accordion {
        font-size: 11px;
        background-color: #eee;
        /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
        padding: 8px 0px 5px 8px !important;
        line-height: 17px;
        margin-bottom: 0px;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold
    }
    .tabs-container .tab_accordion:before {
        content: '';
        position: absolute;
        right: 0px;
        width: 25px;
        height: 100%;
        top: 0px;
        color: #000 !important;
    }
    .tabs-container .tab_accordion:after {
        visibility: visible;
        font-size: 15px;
        right: 9px;
        z-index: 99;
        position: absolute;
        top: calc(100% - 70%);
    }
    .tabs-container .panel4 {
        max-height: 0px;
    }
}

/*---------------------
ABSTRACT ACCORDION
---------------------*/

.released_abstract .accordion_rel {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 0px 18px 0px 8px !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    font-weight: 600;
    line-height: 18px;
    position: relative;
}
.released_abstract .accordion_rel .active,
.released_abstract .accordion_rel:hover {
    background-color: #fff;
}
.released_abstract .accordion_rel:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
    visibility: hidden;
}
.released_abstract .accordion_rel.active:after {
    content: "\2212";
    color: #fff;
}
.released_abstract .panel2 {
    background-color: #fff;
    max-height: auto !important;
    padding: 2px 18px 2px 7px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.released_abstract .panel2 br {
    display: none !important;
}
.released_abstract . .panel2 p {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width:767px) {
    .released_abstract .accordion_rel {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        padding: 8px 35px 5px 8px !important;
        font-weight: 300;
        line-height: 17px;
        margin-bottom: 10px;
        position: relative;
    }
    .released_abstract .accordion_rel:before {
        content: '';
        position: absolute;
        right: 0px;
        width: 25px;
        height: 100%;
        background: #169FE6;
        top: 0px;
    }
    .released_abstract .accordion_rel:after {
        visibility: visible;
        font-size: 15px;
        right: 9px;
        z-index: 99;
        position: absolute;
        top: calc(100% - 70%);
    }
    .released_abstract .panel2 {
        max-height: 0px;
    }
}

/*---------------------
     OTHER STYLES
---------------------*/

div#collapseExample06 {
    padding-bottom: 20px !important;
}
div#collapseExample06 .card-body {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#collapseExample06 .record_table {
    font-weight: 400 !important;
}
div#collapseExample06 .record_table tr.menutitle {
    background: #EDEDED !important;
    padding: 2px 4px;
}
div#collapseExample06 .record_table tr.menutitle b {
    font-weight: 700 !important;
}
div#collapseExample2 p {
    font-weight: 400 !important;
}
div#collapseExample08 {
    font-weight: 400 !important;
}

/*---------------------
ABSTRACT ACCORDION-2
---------------------*/

.released_abstract .accordion_2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.released_abstract .accordion_2 .accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 0px 18px 0px 8px !important;
    border: none;
    text-align: left !important;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    width: 100%;
}
.released_abstract .accordion_2 .accordion.active,
.released_abstract .accordion_2 .accordion:hover {
    background-color: #fff;
}
.released_abstract .accordion_2 .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
    visibility: hidden;
}
.released_abstract .accordion_2 .accordion.active:after {
    content: "\2212";
    color: #fff;
}
.released_abstract .accordion_2 .panel {
    background-color: #fff;
    max-height: auto !important;
    padding: 2px 18px 2px 7px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    margin-bottom: 5px;
}
.released_abstract .accordion_2 .panel p {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width:767px) {
    .released_abstract .accordion_2 .accordion {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        padding: 8px 35px 5px 8px !important;
        font-weight: 300;
        line-height: 17px;
        margin-bottom: 10px;
        position: relative;
    }
    .released_abstract .accordion_2 .accordion:before {
        content: '';
        position: absolute;
        right: 0px;
        width: 25px;
        height: 100%;
        background: #169FE6;
        top: 0px;
    }
    .released_abstract .accordion_2 .accordion:after {
        visibility: visible;
        font-size: 15px;
        right: 9px;
        z-index: 99;
        position: absolute;
        top: calc(100% - 70%);
    }
    .released_abstract .accordion_2 .panel {
        max-height: 0px;
    }
}

/*==============================
       button section
==============================*/

.accordion_new .accordion_key {
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 6px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: bold;
}
.accordion_new .active,
.accordion_new .accordion_key:hover {
    background-color: #eee;
}
.accordion_new .accordion_key:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion_new .active:after {
    content: "\2212";
}
.accordion_new .panel3 {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
@media only screen and (max-width:448px) {
    .accordion_new .accordion_key {
        background-color: #eee;
        color: #000;
        cursor: pointer;
        padding: 6px 3px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        transition: 0.4s;
        text-transform: capitalize;
        font-weight: 600;
    }
}
#report_page_title {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !import
}

/*=================
    INSIDER TAB
==================*/

.insider.offer {
    overflow: visible !important;
}
.insider .offer-content {
    padding: 10px;
    position: relative;
    overflow: visible;
}
.insider .offer-content .grade {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 100% !important;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 40%;
}
.insider .offer-content .lead {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: normal;
}

}
.inside > .offer-primary .shape {
    border-width: 0 30px 40px 0 !important;
}
.insider_star_ranking i {
    color: #fff;
    background: #067574;
    padding: 1px;
    transform: skewX(-10deg);
    margin: 0 1px;
    width: 14px;
    height: 14px;
}
.insider_star_ranking a i.info {
    background: #fff;
    transform: skewX(0deg);
    color: #169FE6;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

/*================
    players_tab
================*/
.players_tab li {
    position: relative;
    margin-bottom: 1px
}
.players_tab li:before {
    content: '\002B';
    color: #ffffff;
    width: 25px;
    height: 100%;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    background: #169fe6;
    padding: 9px 8px !important;
    line-height: 23px;
    display: none
}
.players_tab li.active:before {
    content: '\2212' !important;
    color: #ffffff;
    width: 25px;
    height: 100%;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    background: #169fe6;
    padding: 9px 8px !important;
    line-height: 23px;
    display: none
}
@media only screen and (max-width:767px) {
    .players_tab li:before,
    .players_tab li.active:before {
        display: block;
    }
    /* .players_tab_content .tab-content:nth-child(1) {
        display: none !important;
    }*/
}
