@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* ----------------------------------------------- custom checkbox -------------------------------------------- */

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid black;
    background-color: white;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    border: 1px solid black;
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    border: 1px solid black;
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 17px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lqc_warning {
    color: rgb(169, 125, 43);
}

/* ------------------------------------------------------------------------------------------------------------- */

.statictext {
    /* text-align: center !important; */
}

.stone {
    color: #FF0000 !important;
}

.sttwo {
    color: #964B00 !important;
}

.stthree {
    color: #417623 !important;
}

.stfour {
    color: #0000FF !important;
}

.stfive {
    color: #937ACE !important;
}

.exportTdata,
.export_analysis_data {

    background: #f9fafb;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: none;
    transition-duration: .1s;
    transition-property: color, border-color;
    transition-timing-function: linear;
}

.export_analysis_data {
    float: right;
    /* margin-bottom: 20px; */
}

.exportTdata:hover,
.export_analysis_data:hover {
    color: #00bdd5 !important;
    border-color: #00bdd5 !important;
    background: #f9fafb;
}

#rally_tabular_report_length select {
    width: 300px !important;
}

/* Reporting */

.heading {
    font-weight: bold;
    display: table-row;
    background-color: #C91622;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-family: georgia;
    color: #fff;

}

.table-row {
    display: table-row;
    text-align: center;
}

.col {
    display: table-cell;
    border: 1px solid #CCC;
}

.lr_green {
    color: green !important;
}

.lr_red {
    color: red !important;
}

.rally_get_report_excel {
    display: none;
}

.elementor-element-451e2ea {
    /* z-index: -10 !important; */
}

/* END */


/* Modal on Admin page CSS */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 149px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* END */

.selected__options {
    display: none;
}

/* Modal on Profile page CSS */

/* initially display none */
div#myProfileModal {
    display: none;
}

/* The Modal (background) */
.modal_profile {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 170px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal profile Content */
.modal_profile_content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
}

/* The Close Button */
.profile-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.profile-close:hover,
.profile-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* END */


/* ---------------- ------------- ------------- @ani Styling Start  ------------- ------------- ------------- -------------   */

.lr_quiz_button_trad {
    background-color: none !important;
    border: none !important;
}

button.lr_quiz_button_trad:hover {
    background-color: none !important;
}

.sftTabContentwrap .lr_graphs_overall>div,
.lr_graphs_quiz>div,
.lr_graphs_quiz_one>div {
    width: 700px;
    margin-left: 50px;
    display: inline-block;
}

.sftTabContentwrap .lr_graphs_overall>div:first-child,
.lr_graphs_quiz>div:first-child,
.lr_graphs_quiz_one>div:first-child {
    margin-left: 0;
}

.sftTabContentwrap .lr_graphs_overall>div .graphDiv,
.lr_graphs_quiz>div .graphDiv,
.lr_graphs_quiz_one>div .graphDiv {
    width: 100%;
    height: 450px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.sftTabContentwrap .lr_graphs_overall>div h3,
.lr_graphs_quiz>div h3,
.lr_graphs_quiz_one>div h3 {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
}


.sftModelDiv {
    z-index: 99999;
    padding-top: 0;
}

.sftModelDiv .model__wraper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sftModelDiv .lr_all_user_quizzes {
    width: 100%;
    float: left;
    margin-top: 0;
}

.sftModelDiv #tabs-titles li {
    box-sizing: border-box;
    display: inline-block;
}

.sftModelDiv #tabs-titles li:hover,
.sftModelDiv #tabs-titles li.active {
    background: #000;
    color: #FFF;
}

.sftModelDiv .lr_quiz_content {
    width: 100%;
    float: left;
    padding-left: 0;
    border: 0;
    height: 89%;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 15px;
}

.sftModelDiv .lr_quiz_content_one {
    width: 100%;
    float: left;
    padding-left: 0;
    border: 0;
    height: 89%;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 15px;
}

.sftModelDiv .lr_graphs_quiz {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.sftModelDiv .lr_graphs_quiz_one {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.sftModelDiv .lr_graphs_quiz>div p {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
}

.sftModelDiv .lr_graphs_quiz_one>div p {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
}

.sftModelDiv .lr_graphs_quiz .graphDiv {
    width: 100%;
    height: 450px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.sftModelDiv .lr_graphs_quiz_one .graphDiv {
    width: 100%;
    height: 450px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.sftModelDiv .modal-content {
    margin: 0;
    box-sizing: border-box;
    border: 0;
    max-width: 800px;
    position: relative;
    overflow: hidden;
}

.sftModelDiv .modal-content .close {
    position: absolute;
    right: 4px;
    top: 5px;
}

.sftModelDiv .lr_graphs_quiz>div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0px solid #CCC;
}

.sftModelDiv .lr_graphs_quiz_one>div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0px solid #CCC;
}

.sftModelDiv .lr_graphs_quiz>div:first-child {
    border-top: 0;
    padding-top: 0;
}

.sftModelDiv .lr_graphs_quiz_one>div:first-child {
    border-top: 0;
    padding-top: 0;
}


/* ----- frontend my account  -----*/

.lr_profile_view_report {
    color: #FFF;
    font-weight: bold;
}

.sft_myAccpopup {}

.sft_myAccpopup .lr_graphs_overall {
    border: 0;
    display: block;
}

.sft_myAccpopup .lr_graphs_overall_profile {
    border: 0;
    display: flex;
    padding-left: 20px;
}

.sft_myAccpopup .lr_graphs_overall>div {
    width: 100%;
    /* margin-top: 40px; */
}

.sft_myAccpopup .lr_graphs_overall_profile>div {
    width: 100%;
    padding-left: 20px;
    /* margin-top: 40px; */
}

.sft_myAccpopup .lr_graphs_overall>div:first-child {
    margin-top: 0;
}

.sft_myAccpopup .tab_content {
    border: 0;
}

.sft_myAccpopup .lr_graphs_overall>div h3 {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
}

.sft_myAccpopup .lr_graphs_overall>div .sftchartDiv {
    width: 100% !important;
    height: 450px !important;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.sft_myAccpopup .modal-content {
    max-width: 800px;
    height: calc(100% - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.lr_profile_user_quizzes {}

.modal_profile #tabs-titles {
    height: 100%;
    float: left;
    margin-top: 0px;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding-right: 20px;
}

.modal_profile .modal-profile-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.modal_profile .modal-profile-content .profile-close {
    position: absolute;
    right: 5px;
    top: -11px;
}

.modal_profile .lr_profile_user_quizzes {
    width: 150px;
}

.modal_profile .lr_profile_user_quizzes ul {
    margin: 0;
    padding: 0;
}

.modal_profile .lr_profile_user_quizzes ul li {
    margin: 2px 0;

}

.modal_profile .lr_profile_user_quizzes ul li:hover,
.modal_profile .lr_profile_user_quizzes ul li.active {
    background: #000 !important;
    color: #FFF;
}

.modal_profile .lr_quiz_content {
    border: 0;
    width: calc(100% - 200px);
    height: 100%;
    overflow-y: scroll;
}

.modal_profile .lr_graphs_quiz {
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 15px;
}

.modal_profile .lr_graphs_quiz>div {
    width: 48%;
    margin: 20px 0;

}

.modal_profile .lr_graphs_quiz>div .sftchartDiv {
    width: 100% !important;
    max-width: inherit !important;
    height: 450px !important;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.modal_profile .lr_graphs_quiz>div h3 {
    font-size: 18px;
    margin-top: 0;
}

.lr_initial_back {
    margin-top: 20px;
    padding: 8px 20px;
    background: #ececec;
    border: 1px solid #cbcbcb;
    cursor: pointer;
}

.lr_initial_back:hover {
    background: #292929;
    color: #FFF;
}

.lr_quiz_content_one,
.lr_quiz_content {
    margin-top: 25px;
    border: 0;

    width: calc(96% - 160px);
    margin-left: 0;
    float: left;
    overflow-y: hidden;
    overflow-x: scroll;
}

div.lr_view_graph_one {
    width: calc(96% - 160px);
    float: left;
}

div.lr_view_graph_one .lr_quiz_content_one {
    width: 100%;
    padding-bottom: 30px;
}

.lr_graphs_quiz {
    display: block;
    padding-bottom: 25px;
}


/* ----------------------------------trad report modal jaydeep -------------------------------------------*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* ------ popup table ------ */
.dataReportModel {
    z-index: 9999;
}

.dataReportModel .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    height: 70vh;
    max-width: 90%;
    overflow: hidden;
    position: relative;
}

.dataReportModel .lr_content {
    height: calc(100% - 90px);
    overflow: auto;
}

.dataReportModel h2,
.dataReportModel h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: 2px solid #f0f3f6;
    padding: 12px 0;
    margin: 0;
}

.dataReportModel h3 {
    border: 0;
    margin-top: 12px;
}

.dataReportModel .modal-content .close {
    background-color: #3D97A9;
    color: #FFF;
    font-size: 14px;
    padding: 6px 30px;
    border-radius: 0;
    cursor: pointer;
    font-weight: normal;
    position: absolute;
    right: 6px;
    top: 6px;
}

/* PDF button style - BG FIX */
.dataReportModel .modal-content button.lr_get_pdf{
	color: #3D97A9!important;
	border-color: #3D97A9!important;
}

.dataReportModel .modal-content button.lr_get_pdf:hover,.dataReportModel .modal-content button.lr_get_pdf:focus{
	color:#fff!important;
	background-color: #3D97A9!important;
}

#wpProQuiz_user_content table.wp-list-table {
    background: transparent;
    border: 0;
    border-collapse: collapse;
    border-radius: 8px;

}

#wpProQuiz_user_content table.wp-list-table td,
#wpProQuiz_user_content table.wp-list-table th,
#wpProQuiz_user_content table.wp-list-table tr {
    background: transparent
}

#wpProQuiz_user_content table.wp-list-table thead th {
    background: #3D97A9;
    border-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 25px 15px;
    white-space: nowrap
}

#wpProQuiz_user_content table.wp-list-table thead th:first-child {
    border-radius: 8px 0 0 0
}

#wpProQuiz_user_content table.wp-list-table thead th:last-child {
    border-radius: 0 8px 0 0
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th {
    background: #f0f3f6;
    border-bottom: 1px solid #f0f3f6;
    line-height: 1;
    padding: 15px;
    text-align: center;
    white-space: nowrap
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child,
#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child {
    text-align: left
}

#wpProQuiz_user_content table.wp-list-table tbody tr th {
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    text-align: center
}

#wpProQuiz_user_content table.wp-list-table tbody tr th p {
    margin: 0 0 5px
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child {
    box-shadow: inset 3px 0 0 0 #f0f3f6
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child {
    box-shadow: inset -3px 0 0 0 #f0f3f6
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2) {
    text-align: left
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child {
    box-shadow: inset -3px 0 0 0 #f0f3f6, inset 3px 0 0 0 #f0f3f6
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2) {
    text-align: center
}

#wpProQuiz_user_content table.wp-list-table tfoot tr {
    border-bottom: 0
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th {
    background: #f0f3f6;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    text-align: center
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child {
    border-radius: 0 0 0 8px
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child {
    border-radius: 0 0 8px 0
}

#wpProQuiz_user_content td,
#wpProQuiz_user_content th {
    border-width: 0 1px 1px 0;
}

#wpProQuiz_user_content table,
#wpProQuiz_user_content td,
#wpProQuiz_user_content th {
    border: 1px solid #c2c2c2;
}

#wpProQuiz_user_content table.wp-list-table thead th,
#wpProQuiz_user_content table.wp-list-table tbody tr td,
#wpProQuiz_user_content table.wp-list-table tbody tr th {
    border-top: 0;
    border-right: 0;
}

#wpProQuiz_user_content table.wp-list-table thead th:first-child,
#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child,
#wpProQuiz_user_content table.wp-list-table tbody tr td:first-child {
    border-left: 0;
}

#wpProQuiz_user_content .wpProQuiz_answerCorrect label {
    color: #FFF;
}

#wpProQuiz_user_content .statistic_data {
    color: #ff7a3d;
}

@media only screen and (max-width: 1024px) {
    #wpProQuiz_user_content table.wp-list-table {
        width: 1000px;
    }

    .sftTabContentwrap .lr_graphs_overall>div,
    .lr_graphs_quiz>div,
    .lr_graphs_quiz_one>div {
        width: 550px;
    }
}

/*-------------*/

/* Loader divs tradional report */
#loaderDiv {
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 20px);
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(loader_img.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px auto;
    z-index: 9999;
    display: none;
}

/* Loader div table report */
#loaderDivTable {
    left: -20px;
    top: 0;
    width: calc(100% + 20px);
    height: 10vh;
    background-image: url(loader_img.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px auto;
    z-index: 9999;
    display: none;
}

.classroom,
.rehearsal {
    font-size: 22px !important;
}

/* ========== ---- Animesh  Styling ========== --------- */
.rally__topform {}

.rally__topform .__twoColumn {
    display: flex;
    justify-content: flex-start;
}

.rally__topform .__twoColumn>div {
    width: 33%;
    margin-left: 1.5%;
}

.rally__topform .__twoColumn>div:first-child {
    margin-left: 0;
}

.rally__topform .lqc_quiz_select {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.rally__topform .lqc_building_quiz_select {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.rally__topform .__twoColumn label,
.rally__topform .__twoColumn label>b {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: "Verdana", san-serif;
    position: relative;
}

.rally__topform .__twoColumn label::after {
    content: "";
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #08090a;
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    right: -30px;
    top: -2px;
    opacity: 0;
}

.rally__topform .__twoColumn label.show::after {
    opacity: 1;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rally__topform .__twoColumn select {
    display: block;
    width: 100%;
    border-color: #988b8b;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 15px;
    transition-duration: .1s;
    transition-property: color, border-color;
    transition-timing-function: linear;
}

#table_loc {
    margin-top: 30px;
    min-height: 500px;
}

/* CHAT GPT FIX */
#rally_analysis_table {
    min-height: 500px;
}
#rally_analysis_table table{
    table-layout: fixed !important;
}
#rally_analysis_table th, #rally_analysis_table td{
	box-sizing:border-box!important;
	width:175px!important
}

#ny_building_table_report {
    margin-top: 30px;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner th {
    background: #3d97a9 !important;
}

.dataTables_scrollHeadInner th {
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
}

.dataTables_scrollHeadInner th::after {
    right: 3px;
}

#table_loc .dataTables_info,
#table_loc .dataTables_paginate {
    display: none;
}

#ny_building_table_report .dataTables_info,
#ny_building_table_report .dataTables_paginate {
    display: none;
}

/* All Session heading and category heading. */
.sessionHeading, .sessionsqHeading, .sessionbHeading {
    display: none;
    /* margin-top: 30px; */
    font-size: 22px;
}

.rally__topform .lqc_quiz_select span {
    display: flex;
    align-items: center;
    padding-right: 12px;
    font-size: 14px;
}

.rally__topform .lqc_quiz_select span .container {
    font-size: 18px;
}

.rally__topform .lqc_quiz_select span input[type="checkbox"] {
    margin-right: 5px;
}

.rally__topform .lqc_quiz_select span .checkmark {
    height: 22px;
    width: 22px;
}

.rally__topform .lqc_quiz_select span .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 14px;
}

.rally__topform .lqc_building_quiz_select span {
    display: flex;
    align-items: center;
    padding-right: 12px;
    font-size: 14px;
}

.rally__topform .lqc_building_quiz_select span .container {
    font-size: 18px;
}

.rally__topform .lqc_building_quiz_select span input[type="checkbox"] {
    margin-right: 5px;
}

.rally__topform .lqc_building_quiz_select span .checkmark {
    height: 22px;
    width: 22px;
}

.rally__topform .lqc_quiz_select span .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 14px;
}

.selected__options {
    padding-top: 0;
}

.selected__options p {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.selected__options p span {
    font-weight: normal;
}


.dataTables_length label {
    width: 180px;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_length {
    margin-top: -52px;
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_length select {
    margin: 0 5px;
}

.exportTdata {
    float: right;
}


#table_loc table.dataTable>thead>tr>th,
#table_loc table.dataTable>thead>tr>td {
    font-weight: 400;
    color: #FFF !important;
}

#table_loc .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    font-size: 14px;
}

#table_loc table.dataTable>tfoot>tr>th,
#table_loc table.dataTable>tfoot>tr>td {
    font-size: 14px;
}

#table_loc table.dataTable tbody tr.odd,
#table_loc table.dataTable tbody tr.odd td {
    background: #f4f4f4 !important;
}

#table_loc table.dataTable tbody tr.even {
    background: #FFF !important;
}

#table_loc .dataTables_scrollFoot,
#table_loc .dataTables_scrollFoot th {
    background: #d4d4d4;
}


#ny_building_table_report table.dataTable>thead>tr>th,
#ny_building_table_report table.dataTable>thead>tr>td {
    font-weight: 400;
    color: #FFF !important;
}

#ny_building_table_report .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    font-size: 14px;
}

#ny_building_table_report table.dataTable>tfoot>tr>th,
#ny_building_table_report table.dataTable>tfoot>tr>td {
    font-size: 14px;
}

#ny_building_table_report table.dataTable tbody tr.odd,
#ny_building_table_report table.dataTable tbody tr.odd td {
    background: #f4f4f4 !important;
}

#ny_building_table_report table.dataTable tbody tr.even {
    background: #FFF !important;
}

#ny_building_table_report .dataTables_scrollFoot,
#ny_building_table_report .dataTables_scrollFoot th {
    background: #d4d4d4;
}


.statictext {
    padding-bottom: 20px;
}

.statictext p {
    font-size: 15px;
    margin: 0;
}

div.dataTables_wrapper {
    width: 100% !important;
}

#table_loc .dataTables_length label {
    position: relative;
    padding-bottom: 36px;
    display: block;
}

#ny_building_table_report .dataTables_length label {
    position: relative;
    padding-bottom: 36px;
    display: block;
}

#rally_analysis_table .dataTables_length label {
    position: relative;
    padding-bottom: 36px;
    display: block;
}

#rally_tabular_report_length select,
#rally_item_analysis_tabular_report_length select {
    width: 150px !important;
    float: left;
    margin: 4px 0;
    padding: 4px;
}

#table_loc tbody .lr_quiz_button_trad {
    background: transparent !important;
    color: #1d5d9e !important;
    font-size: 18px;
    padding: 0 20px;
}

#ny_building_table_report tbody .lr_quiz_button_trad {
    background: transparent !important;
    color: #1d5d9e !important;
    font-size: 18px;
    padding: 0 20px;
}



.rally_footer {
    z-index: 99 !important;
    position: relative;
    margin-top: 25px;
}

h1.entry-title {}

table.dataTable thead .sorting {
    background-image: url(sort_both.png) !important;
    background-repeat: no-repeat !important;
    background-position: 94% 13px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before {
    display: none !important;
}

main#content {
    min-height: 70vh;
}

.commonHeading h2 {
    font-size: 2rem !important;
    font-weight: 700;
    margin-top: 25px;
}

main.post-11339 .page-header {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .rally__topform .statictext p>b {
        display: block;
    }

    .commonHeading h2 {
        font-size: 20px !important;
    }

    .rally__topform .__twoColumn>div {
        width: 48%;
    }

}

@media only screen and (max-width: 450px) {
    .rally__topform .__twoColumn {
        display: block;
    }

    .rally__topform .__twoColumn>div {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .rally__topform .statictext p>b {
        display: block;
    }

    .rally__topform .__twoColumn>div {
        width: 48%;
    }
}

/* Tradionational reports container head */
.lr_trad_report_container thead {
    position: sticky;
    top: 0;
}

/* Tabular report bottom margin */
#rally_tabular_report_wrapper {
    padding-bottom: 10%;
}

.select-district-reports-page {
    width: 20%;
}

/* Iframe sites css */

#ny-sites-iframe-loads {
    width: 100%;
    height: 500px;
}

#ny-load-site-iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* Sync Button */
.ny_get_latest_update {
    background-color: #3D97A9 !important;
    border: none;
    color: white !important;
}


/* Invalid notice */
.sft_invalid_reports {
    position: relative;
    top: -55px;
    display: inline-block;
}

/* Hide the bottom pagignation */
#rally_district_tabular_report_info,
#rally_district_tabular_report_paginate {
    display: none;
}
/* CHAT GPT FIX */
#rally_district_tabular_report_wrapper table{
    table-layout: fixed !important;
}
#rally_district_tabular_report_wrapper th, #rally_district_tabular_report_wrapper td{
	box-sizing:border-box!important;
	width:175px!important
}

/* Loader image size */
.ny-district-report-loader {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin: auto;
}


/* --------------------------------------------------- Reports data ------------------------------------------ */

.rally-discription-data {
    display: flex;
    flex-direction: column;
}

.rally-level-parent .rally-lvl-description {
    max-width: 600px;
    width: 100%;
}

.rally-div-bottom {
    display: flex;
    justify-content: space-between;
    /* width: 30%; */
    max-width: 600px;
    width: 100%;
}

.rally-min-data,
.rally-max-data,
.rally-color-data {
    display: flex;
    flex-direction: column;
}

/* Create levels */
/* button.rally-create-levels {
    width: auto;
    height: 40px;
    background-color: #2271B1;
    color: white;
    border: 1px solid black;
    margin-left: 100px;
} */

@media screen and (max-width: 780px) {
    .rally-create-levels.button-primary {
        padding: 5px 12px;
    }
}

/* Ristriction data */
.ny-data-custom-message {
    padding: 10px;
    background: #ffd45b;
    border-radius: 8px;
}

.ny-data-custom-message i {
    margin-right: 10px;
}


/* Table Navigation CSS */
.tablenav-navigation-container {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.tablenav-navigation-container .tablenav-navigation-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tablenav-navigation-container .tablenav-navigation-btn-next {
    /* margin-left: auto !important; */
}

/* Table Font Sizes for Report */
.ny-rally-logs-table tr th {
    font-size: 18px;
    font-weight: bold;
}

.ny-rally-logs-table tr th:first-child,
.ny-rally-logs-table tr th:nth-child(2),
.ny-rally-logs-table tr th:last-child {
    width: 15%;
}

.ny-rally-logs-table tbody tr td {
    font-size: 15px !important;
}

/* -------------------------------------------------- Analysis Report CSS -----------------------------------------------. */
.rally-item-category-aggregate-main-container {
    margin: 30px 0px 90px 0px;
    display: flex;
    gap: 20px;
}

.rally-item-category-aggregate-main-container div.item-cat-table-header {
    color: #FFF;
    background-color: #3d97a9 !important;
}

.rally-item-category-aggregate-main-container>div {
    flex: 1;
}

.rally-item-category-aggregate-main-container div.rally-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.rally-item-category-aggregate-main-container div.rally-table-row {
    display: table-row;
}

.rally-item-category-aggregate-main-container div.rally-table-cell {
    display: table-cell;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .rally-item-category-aggregate-main-container {
        flex-direction: column;
    }
}


/* Traditional - Item Wise Toggle Button CSS */
.td-report-toggle-wrapper-container {
    display: flex;
    align-items: center;
    font-weight: bold;
}

#traditional-detailed-report-toggle.toggle-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 25px;
}

#traditional-detailed-report-toggle.toggle-container .toggle-bar {
    width: 120px;
    height: 40px;
    background-color: #9ddbff;
    border-radius: 30px;
    transition: background-color 0.3s;
}

#traditional-detailed-report-toggle.toggle-container .toggle {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    font-size: 24px;
    font-weight: bold;
}

#traditional-detailed-report-toggle.toggle-container.active .toggle-bar {
    background-color: #ffe497;
}

#traditional-detailed-report-toggle.toggle-container.active .toggle {
    transform: translateX(75px);
    color: #000;
}

#traditional-detailed-report-toggle.toggle-container .toggle {
    color: #0099ff;
}

#traditional-detailed-report-toggle.toggle-container.active .toggle::before {
    content: "D";
}

#traditional-detailed-report-toggle .toggle::before {
    content: "T";
}



/* Table Design for Detailed Reports */
#rally_item_analysis_tabular_report_wrapper table.dataTable>thead>tr>th,
#rally_item_analysis_tabular_report_wrapper table.dataTable>thead>tr>td {
    font-weight: 400;
    color: #FFF !important;
}

/* #rally_item_analysis_tabular_report_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    font-size: 14px;
} */

#rally_item_analysis_tabular_report_wrapper.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    font-size: 14px;
}

#rally_item_analysis_tabular_report_wrapper table.dataTable>tfoot>tr>th,
#rally_item_analysis_tabular_report_wrapper table.dataTable>tfoot>tr>td {
    font-size: 14px;
}


/* Converting the Checkboxes to Radio Design */
.lqc_quiz_select label.container .checkmark.lqc-quiz-radio {
    border-radius: 20px;
}

.lqc_quiz_select label.container .checkmark.lqc-quiz-radio::after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: black;
}


/* Group Users Popup */
.rally-users-edit-popup-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rally-users-edit-popup-content > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rally-users-edit-popup-content > div span {
    min-width: 115px;
    font-weight: bold;
}

.rally-users-edit-popup-content > div input {
    padding: 5px 10px;
}

.rally-users-edit-popup-content .rally-user-update-data {
    border-radius: 0px;
    font-weight: bold;
    border: none;
    color: #fff;
    background: #3D97A9;
}