.qa-leaderboard-container,
.qa-analysis-manage-container {
  background-color: #fff;
  padding: 1%;
}
.qa-notification-container h1.header-page,
.qa-leaderboard-container h1.header-page,
.qa-analysis-manage-container h1.header-page {
  font-weight: bold;
  /* color:#005f8d; */
  color: #4b4646;
}
.qa-notification-container .small-text,
.qa-analysis-manage-container .small-text {
  position: relative;
  top: -5px;

  color: #5289bf;
}
.qa-values {
  display: flex;
  flex-wrap: wrap;
}
.qa-value-item {
  background: #f2faff;
  padding: 1.5%;
  margin: 0.5%;
  margin-left: 0px;
  flex: 1;
}

.qa-value-item .-top-bar {
  display: flex;
  align-items: center;
}

.qa-value-item .-top-bar > * {
  margin: 0px;
}
.qa-value-item .-top-bar > svg {
  display: none;
}

.qa-value-item .-top-bar > p.val-title {
  font-size: 1.1rem;
  text-transform: capitalize;
}
.qa-value-item > p.val-num {
  margin: 0px;
  font-size: 2rem;
}
#barChart,
#splineChart {
  width: 50%;
}
.chart-section {
  margin-bottom: 40px;
  text-align: center;
}
canvas {
  /* background: #f9f9f9; */
  margin-bottom: 10px;
  width: 50%;
}
.chart-section {
  height: auto;

  width: 49%;
  padding: 0% 1%;
  border: 2px solid #eee;
  margin: 1% 0.5% 2% 0.5%;
}

.qa-charts-container {
  display: flex;
}

  .qa-reporting {
    margin-bottom:50px;
  }
  
.qa-chart-header-top > .qa-rate-percentage {
  font-weight: bold;
  font-size: 1.8rem;
}
.qa-chart-header-top > span {
  color: #0073aa;
  font-size: 1rem;
}
.qa-chart-header-top > span > strong {
  color: #57b923;
  font-weight: bold;
}
.qa-exportbtn {
  border: none;
  padding: 1%;
  background: #0073aa;
  color: #fff;
  border-radius: 5%;
  margin-bottom: 10px;
}
.qa-section-title {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 1% 0px;
}

.qa-categories-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.qa-categories-table > .header,
.qa-categories-table > .row {
  display: table-row;
}

.qa-categories-table > .header .cell,
.qa-categories-table > .row .cell {
  display: table-cell;
  padding: 10px;
  border: 1px solid #f6f6f6;
  background: #fcfcfc;
}

.qa-categories-table > .header .cell {
  font-weight: bold;
  background-color: #f6f6f6;
}
.qa-trending-tags {
  display: flex;
  flex-wrap: wrap;
  width: 15%;
}
.qa-reporting > button,
.qa-trending-tags > h5 {
  background: #eee;
  padding: 5px 7px;
  border-radius: 5px;
  margin: 10px 10px 10px 0px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: capitalize;
}
.qa-exportbtn,
.qa-reporting > button {
  border: none;
  cursor: pointer;
}
.badged-user {
  color: #0073aa;
}

.qa-notifi-post-meta {
  display: flex;
  flex-direction: column;
  padding-top: 1%;
  width: 100%;
}
.qa-notifi-container {
  display: flex;
  background: #f9f9f9;
  padding: 1%;
  color: #0c0808;
  border-bottom: 2px solid #f3ecec;
  box-shadow: 2px 1px 4px #eee;
  cursor: pointer;
}
.qa-notifi-img {
  margin-right: 1%;
}
.qa-notifi-img > img {
  width: 79px;
  height: 79px;
  border-radius: 50%;
}
.notifi__read {
  background: #f9f9f900;
  /* box-shadow: none; */
  box-shadow: unset;
}
.qa-notifi-header-2 .qa-notification-bolded,
.qa-notification-bolded {
  color: #000;
  font-weight: bold;
}
.qa-notifi-header-1 {
  width: 100%;
  display: flex;
}
.qa-notifi-header-1__posttype {
  font-weight: bold;
  font-size: 1.2rem;
  width: 85%;
}
.qa-notifi-header-1__postdate {
  font-weight: bold;
  font-size: 0.9rem;
}
.qa-notifi-header-2 {
  font-size: 0.9rem;
  margin-top: 0.3rem;
  text-align: justify;
}

.qa-load-more-container {
  text-align: center;
}
#qa-load-more-btn {
  background: #eee;
  border: none;
  padding: 9px;
  border-radius: 5px;
  cursor: pointer;
  margin: 1%;
}
.qa-notification-container {
  width: 100%;
  background: #fff;
  padding: 1rem;
}

/* Setting Page  */

/*  */


.qa-settings-container{
    background: #fff;
    /* padding: 1%; */

        padding: 1% 1% 1% 0px;
}
.qa-settings-left-bar {
  padding-top: 3%;
  padding-right: 2%;
  border-right: 2px solid #eee;
  letter-spacing: 1px;
}

  .qa-setting-line {
    height: 2px; /* Height of the line */
    /* background-color: #000;  */
    width: 100%; /* or set to specific width */
    margin: 20px 0; /* Spacing around the line */

    /* background-color: #c3c4c7; */
    background-color:   #c3c4c74f;
  }
.qa-settings-container-wrapper {
  display: flex;
}

.qa-settings-tabs-content {
  display: block;
  background: #fff;
  padding: 1%;
  border-radius: 5px;
  width: 90%;
}
.qa-setting-rightb-text__content{
      font-size: .9rem;
    color: #3d3d3deb;
    letter-spacing: 1px;
    width: 71%;

}
.qa-setting-rightb-text
{
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #000000c2;
    text-transform: capitalize;
}
.qa-mt-45{
  margin-top: 45px;
}
.tab-content {
  margin-top: 20px;
}

.disp-flex {
  display: flex;
}

.tabed-content {
  align-items: anchor-center;
}
.form-table th,
.setting-header {
  /* font-weight: bold; */
  margin: 0px;
  margin-right: 10%;
  font-size: 14px;
}
.qa_shortcode_sg_shortcode1{
    border: none !important;
    background: none;
    background: transparent;
    position: absolute;
    top: 25px;
    right: 25%;
}
#SMTP_MAILER_MODE,
#sg_shortcode1,
input[name="svsp_settings[svsp_admin_email]"],
input[name="svsp_settings[svsp_shop_name]"],
input[name="SMTP_CUSTOM_HOST"],
input[name="SMTP_CUSTOM_PORT"],
input[name="SMTP_CUSTOM_USER"],
input[name="SMTP_CUSTOM_PASS"],
input[name="SMTP_CUSTOM_SECURE"],
input[name="SMTP_CUSTOM_FROM"],
input[name="SMTP_CUSTOM_FROMNAME"],
#qa_SMTP_CUSTOM_SECURE,
input[name="SMTP_GMAIL_APP_PASSWORD"],
input[name="SMTP_GMAIL_USER"],
input[name="woo_question_num"],
input[name="woo_answer_num"] {
    max-width: none;
      width: 75% ;
    min-height: 45px;
    color: #599cd4db;
    border: 2px solid #e6e6e6;
}
/* #qa_SMTP_CUSTOM_SECURE
{
   max-width: none;
  width: 75% 
} */
input[name="svsp_settings[svsp_admin_email]"]:focus,
input[name="svsp_settings[svsp_admin_email]"]:focus-visible,
input[name="svsp_settings[svsp_shop_name]"]:focus,
input[name="svsp_settings[svsp_shop_name]"]:focus-visible,
#SMTP_MAILER_MODE:focus,
#SMTP_MAILER_MODE.form-table th, .setting-header:focus-visible,
#qa_SMTP_CUSTOM_SECURE:focus,
#qa_SMTP_CUSTOM_SECURE:focus-visible,
#sg_shortcode1:focus,#sg_shortcode1:focus-visible,
input[name="SMTP_CUSTOM_HOST"]:focus,
input[name="SMTP_CUSTOM_PORT"]:focus,
input[name="SMTP_CUSTOM_USER"]:focus,
input[name="SMTP_CUSTOM_PASS"]:focus,
input[name="SMTP_CUSTOM_SECURE"]:focus,
input[name="SMTP_CUSTOM_FROM"]:focus,
input[name="SMTP_CUSTOM_FROMNAME"]:focus,
select[name="SMTP_MAILER_MODE"]:focus,
select[name="SMTP_MAILER_MODE"]:focus-visible,
input[name="SMTP_CUSTOM_HOST"]:focus-visible,
input[name="SMTP_CUSTOM_PORT"]:focus-visible,
input[name="SMTP_CUSTOM_USER"]:focus-visible,
input[name="SMTP_CUSTOM_PASS"]:focus-visible,
input[name="SMTP_CUSTOM_SECURE"]:focus-visible,
input[name="SMTP_CUSTOM_FROM"]:focus-visible,
input[name="SMTP_CUSTOM_FROMNAME"]:focus-visible,
input[name="SMTP_GMAIL_APP_PASSWORD"]:focus,
input[name="SMTP_GMAIL_APP_PASSWORD"]:focus-visible,
input[name="SMTP_GMAIL_USER"]:focus,
input[name="woo_question_num"]:focus,
input[name="woo_answer_num"] :focus,
input[name="SMTP_GMAIL_USER"]:focus-visible,

  input[name="woo_question_num"]:focus-visible,
input[name="woo_answer_num"]:focus-visible {
  border:none;
      border: 2px solid #e6e6e6f8;
      box-shadow: none;
}



input[name="question_pages"],
input[name="answer_pages"] {
  width: 50%;
  padding: 8px 12px;
  border: 1px solid #ccd0d4;
  border-radius: 5px;
  font-size: 15px;
  height: max-content;
  margin: 0px 1%;
}
input[name="faq_checkbox"] {
  margin-left: 7%;
}

.setting-submit {
  padding: 0.5% 1%;
  border: none;
  background: #2271b1;
  color: #fff;
  border-radius: 3px;
  margin-right: 1%;
}
.setting-reset {
  padding: 0.5% 1%;
  border: none;
  background: #808597;
  color: #fff;
  border-radius: 3px;
}

.qa-nav-tab-item {
  display: flex;
  align-items: anchor-center;
  color: #000;
  padding: 10px 19px;
  margin: 0px;
  border: none;
  text-decoration: none;
  background: transparent;
  padding: 0px;
  color: #646970;
  padding: 7px 80px 7px 8px;
  margin: 5px 0px;
}

.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:focus:active, .nav-tab-active:hover 
    {
background-color: transparent;
    }

.qa-nav-tab-item:focus,
.qa-nav-tab-item:hover,
.qa-nav-tab-item :hover,
.qa-nav-tab-item.nav-tab-active {
  color: #000;
  outline: 0px;
  border: 0px;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  /* background-color: #646970; */
  background-color: #dae9f3;
      border-radius: 6px;
}


.qa-nav-tab-item p{
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}
.qa-settings-container-wrapper p.submit {
  /* position: relative; */
}
.qa-settings-container-wrapper p.submit input {
  position: absolute;
  top: 2%;
  left: 12px;
  background: #2581cc;
  border: none;
}
.qa-settings-container-wrapper p.submit input:hover {
  background: #1474c3;
  color: #fff;
}

/* p.submit{
        text-align:right;
    } */
.wp-core-ui .button-primary {
  background: #4c4c4c;
  border-color: #4c4c4c;
}
/*  */

.qa-nav-tab-wrapper {
  display: flex;
  flex-direction: column;
  width: min-content;
  padding-left: 15px;
}
.qa-setting-text-lbar{
    padding-left: 15px;
    color: #8c8f94;

}


/* SWITCH STYLES  */
 .qa-switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    display: flex;
        align-items: baseline
  }
.qa-switch-top-bar{
      display: flex;
    flex-direction: column;
}
  .switch-container {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch-container input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .qa-settings-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px; 
    height: 10px;
    background:#eee;
    background:#dae9f3;
  }


  .qa-settings-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    top:-10px;
    bottom: 0px;
    /* background-color: #000; */
    /* background-color:#1474c3; */
    background-color: #cdd5da; 

    transition: 0.4s;
    border-radius: 50%;
    
    
    height:30px;
    width:30px;
  }

  input:checked + .qa-settings-slider {
    background-color: #4CAF50;
    height:10px;
    background-color: #dae9f3;
  }


  input:checked + .qa-settings-slider:before {
   transform: translateX(31px);
   /* background-color: #cdd5da; */
      background-color:#1474c3;
  }

  .status {
    font-weight: bold;
  }

  .status.qa-settings-off {
    /* color: red; */
  }

  .status.qa-settings-on   {
    font-size: 1rem;
 font-size: 1.1rem;
    /* color: green; */
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
  }

  .qa-faq-container__{
    display: flex;
  }
   .qa-faq-container__h3
  {
        padding: 0px;
    margin: 0px;
  }
/* SWITCH STYLES */

@media (max-width: 1200px) {
  .qa-settings-container-wrapper p.submit input {
    top: 1%;
  }
  #SMTP_MAILER_MODE, #sg_shortcode1, input[name="svsp_settings[svsp_admin_email]"], input[name="svsp_settings[svsp_shop_name]"], input[name="SMTP_CUSTOM_HOST"], input[name="SMTP_CUSTOM_PORT"], input[name="SMTP_CUSTOM_USER"], input[name="SMTP_CUSTOM_PASS"], input[name="SMTP_CUSTOM_SECURE"], input[name="SMTP_CUSTOM_FROM"], input[name="SMTP_CUSTOM_FROMNAME"], #qa_SMTP_CUSTOM_SECURE, input[name="SMTP_GMAIL_APP_PASSWORD"], input[name="SMTP_GMAIL_USER"], input[name="woo_question_num"], input[name="woo_answer_num"] ,

  .qa-setting-rightb-text__content{
    width:100%;
  }
  .qa_shortcode_sg_shortcode1 {
    right: 0%;
  }
}
@media (max-width: 992px){

}
@media (max-width: 768px) {
  .qa_shortcode_sg_shortcode1 {
    top: 8px;
  }
  .qa-faq-container__
  {
    position: relative;
        top: 15px;
  }
}

@media (max-width: 480px) {
  .qa-notification-container .header-page {
    font-size: 1.3rem;
  }
  .qa-notifi-img > img {
    width: 60px;
    height: 60px;
  }
  .qa-notifi-header-1__posttype {
    font-size: 1rem;
  }
  .qa-notifi-header-1 {
    flex-direction: column;
  }
  .qa-analysis-manage-container .header-page {
    font-size: 1.3rem;
  }
  .qa-categories-table,
  .qa-active-categories {
    font-size: 10px;
  }
  #barChart,
  #splineChart {
    height: 300px;
  }
  .qa-value-item .-top-bar > p.val-title {
    font-size: small;
  }
  .qa-value-item > p.val-num {
    font-size: 1.3rem;
  }
  .qa-charts-container {
    flex-direction: column;
  }
  .chart-section {
    width: 100%;
    height: auto;
  }

  .qa-categories-table > .header .cell,
  .qa-categories-table > .row .cell {
    /* display: table-cell; */
    padding: 5px;
  }
  .qa-chart-header-top h1,
  .qa-section-title {
    font-size: 1rem;
  }
  .qa-chart-header-top > .qa-rate-percentage {
    font-size: 1.4rem;
  }
  .qa-reporting > button,
  .qa-trending-tags > h5 {
    font-size: 0.5rem;
  }

  .qa-trending-tags {
    width: 76%;
  }

  .qa-settings-container-wrapper{
        flex-direction: column;
        width: 100%;
  }

.qa-settings-left-bar {
        margin-top: 2%;
}
    .qa-settings-container-wrapper p.submit input {
        top: 4%;
    }

.qa-settings-tabs-content {
    /* padding: 0%; */
    width: 100%;
}


}


