ul,li,h6,h5,p {
    padding: 0;
    margin: 0;
}
._first_section {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.box-container {
    /*font-family: Source Sans Pro;*/
    width: 49%;
    box-shadow: 0px 1px 3px #00000029;
}
.total-num-player {
    max-width: 531px;
    margin-right: 15px;
}

.total-num-clients {
    max-width: 531px;
}

.title-cont {
    display: flex;
    justify-content: space-between;
    height: 46px;
    padding: 6px 10px;
    background: #f3f3f3;
    color: #000;
}

.title-cont-a {
    display: flex;
}
.box-container._total_results {
    width: 24%;
    margin-right: 1px;
    /*height: 100px;*/
    margin-bottom: 20px;
    padding: 10px;
}
.box-container._total_results h6 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.box-container._total_results h5 {
    font-size: 14px;
}

.title-cont-a img {
    width: 35px;
    height: 35px;
}
.title-cont-a h6 {
    font-size: 14px;
    color: #707070;
    padding: 10px 10px;
    /*font-weight: bold;
    text-transform: uppercase;*/
}
.arrow-angle-down {
    font-size: 20px;
    padding: 4px;
}
.count-details h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

._first_section .count-details h5 {
    font-size: 35px;
    font-weight: 500;
    margin-top: 10px;
}
.count-details h6.text-danger {
    font-size: 11px;
    font-weight: bold;
}

.box-container .body-content {
    padding: 22px;
    display: flex;
    justify-content: space-between;
    /*box-shadow: 0px 4px 7px #00000052;*/
}

._first_col_, ._second_col_ {
    width: 49%;
}

table.table.box-container {
    width: 100%;
}
.box-container .body-content.secondsect {
    display: block;
    padding: unset;
    justify-content: space-between;
    height: 242px;
    box-shadow: 0px 4px 7px #00000052;
}
.first_row_2nd_sect.d-flex {
    padding: 22px 22px 20px 22px;
    justify-content: space-between;
}
.grap-container {
    display: flex;
}
.progress-bars {
    width: 14px;
    margin-right: 2px;
    height: 57px;
    position: relative;
}
.grap-progress {
    background-color: unset;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.tnp .grap-progress {
    background-image: linear-gradient(#5EE2A0, #ffffff);
    border: #5ee2a014 0.4px solid;
}
.tnc .grap-progress {
    background-image: linear-gradient(#54D8FF, #ffffff);
    border: #54D8FF14 0.4px solid;
}

._second_section ._first_column {
    width: 295px;
    height: 290px;
    margin-right: 14px;
}
.ss_title h6 {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

.ss_title {
    margin-bottom: 8px;
    padding: 9px;
    background: #f3f3f3;
    color: #707070;
}

.ss_client_cont {
    display: flex;
    padding: 25px 12px;
    background: #27aa94;
    /*background: #f2f2f2;*/
    margin-bottom: 8px;
    height: 120px;
    box-shadow: 0px 1px 3px #00000040;
}
.ss_client_cont img {
    width: 165px;
    height: 70px;
    margin-right: 14px;
    box-shadow: 3px 5px 5px #00000052;
}
.count_total_player {
    border-radius: 10px;
    text-align: center;
    width: 80px;
    padding: 13px 5px;
}
.count_total_player h6 {
    font-size: 25px;
    color: #fff;
}
.count_total_player h6.text-dark {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

._second_section {
    display: flex;
    margin-bottom: 20px;
}
.ss_client_scroll {
    overflow-y: scroll;
    height: 248px;
    padding-right: 6px;
}

.ss_client_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 36px;
    background-color: #ffffff;
}
.ss_client_scroll::-webkit-scrollbar-thumb {
    background-color: #9c9a9aba;
    outline: 1px solid #191e2c00;
    border-radius: 36px;
}
.ss_client_scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 36px;
}

.box-progress svg {
    position: relative;
    width: 110px;
    height: 110px;
    z-index: 100;
}

.box-progress svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #BCE0FD;
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px,5px);
}

.box-progress svg circle:nth-child(2){
    stroke-dashoffset: 440;
    stroke-dasharray: 440;
    stroke: #2699FB;
    
}

.box-progress {
    width: 110px;
    position: relative;
}
._sc_container {
    display: flex;
    padding: 15px;
    width: 288px;
    /*box-shadow: 0px 4px 7px #00000052;*/
    box-shadow: 0px 1px 3px #00000040;
}
.radial-progress-bar {
    margin-left: -27px;
}
._sc_container ._sc_title img {
    width: 35px;
}
._sc_container ._sc_title {
    display: flex;
    height: 35px;
}
._sc_container ._sc_title h6 {
    width: 122px;
    font-size: 12px;
    font-weight: normal;
    line-height: 151%;
    margin-left: 10px;
}

.box-progress .number {
    position: absolute;
    width: 100%;
    top: 42%;
}

.box-progress .number h6 {
    width: 100%;
    text-align: center;
}

._sc_row_1 {
    display: flex;
    margin-bottom: 8px;
}
._sc_row_2{
    display: flex;
}

._sc_row_1 ._sc_container:nth-child(1),
._sc_row_2 ._sc_container:nth-child(1) {
    margin-right: 9px;
}
.radial-progress-bar {
    margin-left: -18px;
}

._third_column ._tc_box {
    width: 175px;
    height: 90px;
    background: #27AB95;
    color: #fff;
    padding: 8px;
}
._third_column {
    margin-left: 9px;
}

._third_column ._tc_box ._tc_title {
    display: flex;
}

._third_column ._tc_box ._tc_title img {
    width: 23px;
    height: 23px;
}
._third_column ._tc_box ._tc_title h5 {
    font-size: 10px;
    font-weight: 700;
    margin-left: 7px;
}
._tnpt_count h6 {
    font-size: 25px;
    text-align: center;
}
._tnpt_count h6.text-dark {
    font-size: 11px;
    font-weight: bold;
}
._third_column ._tc_box:nth-child(1), ._third_column ._tc_box:nth-child(2) {
    margin-bottom: 9px;
}

._third_section .box-container {
    max-width: 349px;
}

._third_section {
    display: flex;
    margin-top: 14px;
}

._fourth_section {
    display: flex;
    margin-top: 14px;
}

._fourth_section .box-container {
    max-width: 531px;
}
._third_section .box-container:nth-child(1),
._third_section .box-container:nth-child(2),
._fourth_section .box-container:nth-child(1){
    margin-right: 15px;
}

._fifth_section .box-container {
    width: 100%;
    max-width: 1077px;
}
._fifth_section {
    margin-top: 14px;
    padding-right: 7px;
}

._first_section .dropdown-menu.show {
    position: absolute;
    transform: translate3d(0px, 144px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 100%;
    border-radius: 0;
    border: none;
    border-top: unset;
    box-shadow: 0px 9px 9px #00000052;
}
.graph-filter-tnp,.graph-filter-tnc {
    display: none;
}
  
div#canvas_tnp,div#canvas_tnc,div#canvas_tnp2,div#canvas_tnc2{
    width: 100%;
    border: none;
    top: 142px;
    border-radius: unset;
    box-shadow: 0px 2px 2px #00000052;
}

.arrow-angle-down.rotate_arrow{
    transform: rotate(180deg);
}

.body-content.third_row_body_content,.body-content.fourth_row_body_content,.body-content.fifth_row_body_content {
    display: block;
    padding: 15px 0;
}

.third_row_body_content .count-details,
.fourth_row_body_content .count-details,
.fifth_row_body_content .count-details{
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
}
.third_row_canvas2,.fourth_row_canvas2,.fifth_row_canvas2{
    display: none;
}

.tnp_up,.tnc_up {
    display:none;
}

.new_template .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    outline: 0;
}

.new_template .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.45rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 12px;
    background: #1f2e2c;
    color: #fff;
    font-size: 14px;
    height: 66px;
    border-top-right-radius: 12px;
}

.new_template ._image_display {
    font-size: 76px;
    color: #909294;
}

.new_template .btn-success {
    color: #fff;
    background-color: #6deb8b;
    border-color: #6deb8b;
    width: 69px;
    height: 28px;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
}

.new_template .btn-secondary {
    color: #fff;
    background-color: #8a8383;
    border-color: #8a8383;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    width: 68px;
    height: 28px;
}
.new_template  .btn-danger {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    width: 68px;
    height: 28px;
}
.new_template .modal-footer {
    border-top: unset;
}

button._get_id_,button._get_del_id_{
    border: unset;
    background: unset;
}
button._get_id_:focus,button._get_del_id_:focus {
    outline: unset;
}