/*
 Theme Name:   Edumodo Child 
 Theme URI:    http://demo.themexpert.com/wordpress/edumodo
 Description:  Edumodo Child Theme
 Author:       ThemesGrove
 Author URI:   https://themesgrove.com/
 Template:     edumodo
 Version:      3.1.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edumodo-child
*/

/* Clear out the default background color on the regular event */

.page-id-11068 nav.custom-learndash-pagination-nav {
    justify-content: center;
}
.page-id-11068 ul.custom-learndash-pagination {
    align-items: center;
    gap: 10px;
} 
.page-id-11068 li.custom-learndash-pagination-last {
    order: -1;
}
.page-id-11068 li.custom-learndash-pagination-pagedisplay {
    margin-top: 7px;
}
/*start05-2024*/
#get_all_student_data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}

#get_all_student_data select {
    width: 100%;
}
 
#child_content{
    margin: 0px 10px;
}
#group_content{
    margin: 0px 10px;
}

#select_group{
    width: 33%
}
.get_student_report{
    margin-top: 5px;
}
#select_due_date {
    display: flex;
}
#select_due_date{
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
#select_due_date label{
    margin: auto;
}
.child_course{
    font-weight: 600;
    color: #5e17eb;
    font-size: 20px;
}
.loader {
    border: 16px solid #1e2536;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
    display: none;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.teacher-report-filed-title {
    color: #000;
    font-size: 14px;     
    font-weight: 400;
    margin-bottom: 5px;
    display: block;  
}
.cstm-select-hierarchy-node{
	width:100%!important; 
}
#reportTble {
    margin-top: 35px;
    overflow: auto;
}
#reportTble table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
  }
  #reportTble th, #reportTble td {
    border: 1px solid #d5d5d5;
    padding: 7px; 
    text-align: left;
    font-size: 13px;   
}
#reportTble th {
    background-color: #545454;
    color: #fff;
    font-weight: bold;
}
#reportTble tr:hover {
    background-color: #e9e9e9;
}
#select_due_date label {
    margin: auto;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.teacher-report-filed2 .cstm-from-date-contaniner, 
.teacher-report-filed2 .cstm-to-date-contaniner {
    width: 48.5%;
}
.teacher-report-filed2 {
    margin: 12px 0px 25px;
}
#select_due_date {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.teacher-report-filed-main {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
} 
.teacher-report-filed {
    width: calc(50% - 15px);
    margin-bottom: 10px; 
}
input#to_date, input#from_date {
    border: 1px solid #d5d5d5;
}
#reportTble {
    margin-top: 35px;
}
/*end05-2024*/
body.page-id-11068 {
    max-width: 100%;
    padding: 0px;
}  
.fc-scrollgrid-section.fc-scrollgrid-section-header table.fc-col-header {
    margin-bottom: 0px;
}
.fc-scrollgrid-sync-inner {
    line-height: 35px;
    font-weight: 500;
    font-size: 15px;
}
.cstm-event-status-icon-container {
    text-align: center;
    margin-top: 6px;
}
.fc-event-title.fc-sticky {
    font-weight: normal;
    font-size: 12px;
    color: black;
    line-height: 17px;
}
.fc-daygrid-event-harness a.fc-daygrid-event {
    padding: 5px!important;
    border-radius: 10px;
}
.fc-daygrid-event-harness {
    border-radius: 10px;
    text-align: center;
    margin: 8px !important;
}
.completed_dot:before {
    height: 6px;
    width: 6px;
    background: #01db00;
    position: absolute;
    content: '';
    border-radius: 30px;
    top: -6px;
    left: -7px;
}
.not_completed_dot:before {
    height: 6px;
    width: 6px;
    background: #db0700;
    position: absolute;
    content: '';
    border-radius: 30px;
    top: -6px;
    left: -7px;
}
.ld-dashboard-sidebar-left a:hover img {
    filter: invert(0%) sepia(50%) saturate(3180%) hue-rotate(196deg) brightness(120%) contrast(669%) !important;
}
.fc-scroller.fc-scroller-liquid-absolute:-webkit-scrollbar {
        width: 6px;
      }
      .fc-scroller.fc-scroller-liquid-absolute:-webkit-scrollbar-track {
        border-radius: 10px;
      }
      .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
        background: #5e17eb;  
        border-radius: 10px;
      }

.fc-h-event {

    background-color: #5e17eb;
    padding: 10px;
    border: 0px solid black;

    
    /* background-color: rgba(0, 0, 0, 0.1); */
}

/* Override background color / opacity for background events */
.fc .fc-bg-event {
    background-color: red;
    opacity: 0.7;
}

/* Override font color and style on background events */
.fc .fc-bg-event .fc-event-title {
    color: rgb(0, 0, 0);
    font-style: normal;
    padding-top: 20px; /* Using this to move the text away from the date */
  }
  
  /* Make text wrap for event titles */
  .fc-daygrid-event {
    white-space: normal;
  }


.fc-h-event {

    background-color: #5e17eb;
    padding: 10px;
    border: 0px solid black;

    
    /* background-color: rgba(0, 0, 0, 0.1); */
}

/* Override background color / opacity for background events */
.fc .fc-bg-event {
    background-color: red;
    opacity: 0.7;
}

/* Override font color and style on background events */
.fc .fc-bg-event .fc-event-title {
    color: rgb(0, 0, 0);
    font-style: normal;
    padding-top: 20px; /* Using this to move the text away from the date */
  }
  
  /* Make text wrap for event titles */
  .fc-daygrid-event {
    white-space: normal;
  }

  

button.cstm-child-btn {
    margin-bottom: 30px;
}
.cstm-th-td {
    font-size: 13.6px;
}
.cstm-ctr:nth-child(even) {
    background-color: unset !important;
}
.cstm-th-td a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
body .woocommerce-MyAccount-content #spald-pa-shortcode {
    background: #ffffff !important;
    border: none ;
    box-shadow: none;
}
/* child detail table design start */
/* for matrix quiz type */
li.wpProQuiz_sortStringItem.ui-sortable-handle {
    position: inherit !important;
    z-index: 1 !important;
}
li.wpProQuiz_sortStringItem {
    position: inherit !important;
    z-index: 1 !important;
}
#cstm-add-child-btn:disabled{
    cursor: not-allowed !important;
    opacity: .5 !important;
}
.progress-meter {
    display: none !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect:before {
    right: 15% !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct:before {
    right: 15% !important;
}
.wpProQuiz_content .wpProQuiz_resultTable {
	width:100% !important;
}
.wpProQuiz_resultTable {
    overflow: auto;
}
/* edit child form start*/
#edit-child-form .err{
    color: red;
}
#edit-child-form .error{
    color: red;
    font-weight: normal;
}


#edit-child-form .cstm-editform-div {
    padding-bottom: 15px;
}

#edit-child-form .cstm-input-edit{
    background-color: #ffffff !important ;
    border-color: #E8E8E8 !important ;
    border-radius: 5px 5px 5px 5px !important ;
    font-family: "Poppins", Sans-serif !important ;
    font-size: 15px !important ;
    font-weight: 400 !important ;
    letter-spacing: 0.4px !important ;
    color: #222222 !important ;
    min-height: 47px !important ;

}

#edit-child-form  .cstm-lbl{
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.7px !important;
    color:#222222!important;
    width: 100% !important;
}

#update_child {
    background: #5e17eb !important;
    padding: 11px 30px !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: auto;
    height: 50px;

}
#update_child:hover {
    background: #52ffb8!important;
    color: #5e17eb!important;

}
/* add child form start*/

#add-child-form .err{
    color: red;
}
#add-child-form .error{
    color: red;
    font-weight: normal;
}


#add-child-form .cstm-editform-div {
    padding-bottom: 15px;
}

#add-child-form .cstm-input-edit{
    background-color: #ffffff !important ;
    border-color: #E8E8E8 !important ;
    border-radius: 5px 5px 5px 5px !important ;
    font-family: "Poppins", Sans-serif !important ;
    font-size: 15px !important ;
    font-weight: 400 !important ;
    letter-spacing: 0.4px !important ;
    color: #222222 !important ;
    min-height: 47px !important ;

}

#add-child-form  .cstm-lbl{
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.7px !important;
    color:#222222!important;
    width: 100% !important;
}




#add_child {
    background: #5e17eb !important;
    padding: 11px 30px !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: auto;
    height: 50px;
}
#add_child:hover {
    background: #52ffb8!important;
    color: #5e17eb!important;

}
.cstm-child-btn {
    float: right;
    background: #5e17eb !important;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px;
    /* margin-right: 10px; */
}
.cstm-child-btn:hover {
    background: #52ffb8!important;
    color: #5e17eb!important;
}
.success_msg{
    color: green;
}
.error_msg{
    color: red;
}
.required_tag{
    color: red;

}
.cstm-child-detail-tbl {
    /* font-family: arial, sans-serif; */
    border-collapse: collapse;
    width: 100%;
	margin-top: 10px;
}

/* .cstm-child-detail-tbl {
	margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */

.cstm-child-detail-tbl .cstm-ctr:first-child {
    background-color: #5e17eb;
}

.cstm-child-detail-tbl .cstm-ctr:first-child .cstm-th-td {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.cstm-th-td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.cstm-ctr:nth-child(even) {
    background-color: #dddddd;
}

/* end tbl css */
p.cstm_email_child {
    padding-left: 50px;
}

td.cstm_avgScore_data {
    padding: 0px !important;
}

td.cstm_yourScore_data {
    padding: 0px !important;
}

.cstm-heading {
    padding: 15px;
}

p.cstm_result_point {
    padding: 15px 15px 0 15px;
    font-weight: 700;
}

button.filter_quiz_btn_all {
    background: #5e17eb !important;
    padding: 12px 28px !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px;
    margin: 0px 10px;

}
button.filter_quiz_btn_all:hover {
    background: #52ffb8!important;
    color: #5e17eb!important;

}

button.filter_quiz_btn_incorrect {
    background: #5e17eb !important;
    padding: 12px 28px !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px;
    margin: 0px 10px;

}
button.filter_quiz_btn_incorrect:hover {
    background: #52ffb8!important;
    color: #5e17eb!important;

}

button.filter_quiz_btn_correct {
    background: #5e17eb !important;
    padding: 12px 28px !important;
    font-weight: 500 !important;
    letter-spacing: 0.7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px;
    margin: 0px 10px;

}
button.filter_quiz_btn_correct:hover {
    background: #52ffb8!important;
    color: #5e17eb!important;

}


p.cstm_time_set {
    font-weight: 700;
    color: #728188;
    float: left;
}

.cstm-main-courses {
    position: relative;
}

.cstm-pgloader {
    position: absolute;
    right: -60px;
    top: 0;
    opacity: 0.5;
    width: 40px;
}

.woocommerce-billing-fields select {
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 11px 7px;
}

.cstm-ac {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #222222;
    margin-bottom: 5px;
    margin-top: 10px;
}

button.cstm-add-child-btn {
    background: #5e17eb;
    padding: 11px 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    margin-top: 10px;
}

button.cstm-add-child-btn:hover {
    background: #52ffb8;
    color: #5e17eb;
}

.cstm-ac-popup {
    background: #000000ad;
}

.cstm-ac-popup button.close {
    position: absolute;
    right: 15px;
    font-size: 40px;
}

.cstm-ac-popup button.close:hover {
    background: transparent;
}

.cstm-note2 {
    margin-top: 20px;
    padding: 12px 15px 10px 15px;
    background: #ffefef;
}

button.cstm-ok-btn {
    background: #5e17eb;
    padding: 8px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    float: left;
}

button.cstm-ok-btn:hover {
    background: #52ffb8;
    color: #5e17eb;
}

button.cstm-close-btn {
    background: #dddddd;
    padding: 8px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    color: #5f0ae5;
}

button.cstm-close-btn:hover {
    background: #52ffb8;
    color: #5e17eb;
}

p.cstm-note {
    margin-top: 20px;
    padding: 12px 15px 10px 15px;
    background: #ffefef;
}

.nm-area form.noptin-manage-subscriptions label.noptin-label, 
.nm-area form.noptin-manage-subscriptions label.noptin-list-2{
font-family: "Poppins", Sans-serif;
font-size: 13px;
color: #222222;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 12px;
}

.nm-area form.noptin-manage-subscriptions input.noptin-text, 
.nm-area form.noptin-manage-subscriptions select.noptin-text{
background-color: #ffffff;
border-radius: 5px 5px 5px 5px;
font-family: "Poppins", Sans-serif;
font-size: 13px;
font-weight: 400!important;
letter-spacing: 0.4px;
color: #222222;
min-height: 47px;
padding: 6px 16px;
border: 1px solid #E8E8E8!important;
vertical-align: middle;
margin-bottom:15px;
}


.nm-area form.noptin-manage-subscriptions p.submit input[type="submit"]{
background-color: #61CE7000;
color: #5E17EB;
border-color: #5E17EB;
font-family: "Poppins", Sans-serif;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-radius: 5px 5px 5px 5px;
padding: 12px 35px 12px 35px;  
min-height: 47px;
}

.nm-area form.noptin-manage-subscriptions p.submit input[type="submit"]:hover{
background-color:  #5E17EB; 
color:#fff;
}

.nus-form form.elementor-form span.elementor-field-option {
    margin-bottom: 12px!important;
}

span.nus-txt {
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
}

.nus-retun h2.elementor-heading-title a{
color:#5E17EB!important;
}



input[type="email"]:disabled {
  opacity: 0.5; 
  cursor: not-allowed; 
}


select:disabled {
  opacity: 0.5;
  cursor: not-allowed; 
}

.gamipress-user-points-image.gamipress-user-points-gem-image {
    width: 50px;
}

.gamipress-user-points-image.gamipress-user-points-points-image {
    width: 50px;
}

.gamipress-user-points .gamipress-points{
padding: 16px!important;
height: 150px;
}

.last-level .gamipress-user-ranks .gamipress-rank {
    height: 150px;
}



table.gamipress-earnings-table tbody tr td.gamipress-earnings-col.gamipress-earnings-col-thumbnail img {
    width: 50px;
}

.gamipress-rank-image img {
    width: 50px!important;
}

body.page .heateor_sss_sharing_container {
    display: none;
}

body.home.page .heateor_sss_sharing_container, 
body.page.page-id-16138 .heateor_sss_sharing_container, 
body.page-id-3762 .heateor_sss_sharing_container, 
body.page-id-3764 .heateor_sss_sharing_container{
    display: block;
} 

body.post-type-archive-product .heateor_sss_vertical_sharing{
padding:0px!important;    
}


.elementor-element-9c7f674 .gamipress-user-ranks.gamipress-columns-1 .gamipress-rank-description .gamipress-rank-excerpt{
display:none;
}

body.page-id-15654 .last-level .gamipress-user-ranks .gamipress-rank .gamipress-rank-image {
    width: auto;
    padding-right: 25px;
}


.elementor-element-9c7f674 .gamipress-user-ranks.gamipress-columns-1 .gamipress-rank-description {
    /* width: 50%!important; */
}

.gamipress-user-points.gamipress-layout-left .gamipress-points 


p.form-submit input[type="submit"].submit {
font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #5E17EB;
    color: #5E17EB;
    background-color: #61CE7000;
    border-style: solid;
    border-color: #5E17EB;
    border-radius: 7px 7px 7px 7px;
    padding: 16px 35px 16px 35px;
    float: right;
}

form.comment-form p.form-submit {
    float: right!important;
}

p.form-submit input[type="submit"].submit:hover {
    background: #5E17EB!important;
    color: #52FFB8!important;
}

a.gamipress-share-button {
    width: 40px;
    height: 40px;
}

form.woocommerce-form.woocommerce-form-register.register p.form-row.form-row-wide.create-account {
    display: none;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 25px!important;
}

body.user-role-administrator .wcmp-myaccount-template-inner ul.myaccount-menu li {
    display: none;
}

body.user-role-administrator .wcmp-myaccount-template-inner ul.myaccount-menu li:nth-of-type(7) {
    display: block;
}

body.search-results article.type-product, 
body.search-results article.type-badge, 
body.search-results article.sfwd-lessons, 
body.search-results article.type-sfwd-courses, 
body.search-results article.type-page{
  display: none!important;
}

.reward-area .gamipress-user-points .gamipress-points .gamipress-user-points-image {
    width: 70px !important;
    border: 1px solid #ddd;
}

.reward-area .elementor-element-9c7f674 .gamipress-user-ranks .gamipress-rank {
  border: 0 !important;
}


.last-level .gamipress-user-ranks div:nth-of-type(2).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(3).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(4).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(5).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(6).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(7).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(8).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(9).gamipress-rank, 
.last-level .gamipress-user-ranks div:nth-of-type(10).gamipress-rank {
    display: none!important;
}

.last-level .gamipress-user-ranks .gamipress-rank .gamipress-rank-image img {
    width: 70px !important;
    border: 1px solid #ddd;
}

.last-level .gamipress-user-ranks .gamipress-rank .gamipress-rank-image {
    /* width: 66px!important; */
}

.last-level .gamipress-user-ranks .gamipress-rank .gamipress-rank-description .gamipress-rank-requirements{
display: none!important;
}

.last-level .gamipress-user-ranks .gamipress-rank .gamipress-rank-description h2.gamipress-rank-title{
font-size: 17px!important;
font-weight: 600!important;
color: #222!important;
margin-top:15px!important;
margin-bottom:0px!important;
}

.last-level .gamipress-user-ranks .gamipress-rank {
    border: 1px solid #ddd!important;
    padding: 16px!important;
    vertical-align: middle!important;
}

.gamipress-user-points .gamipress-points {
    /* width: 50%!important; */
    text-align: center!important;
    align-items: start!important;
    gap: 25px;
}

.gamipress-user-points .gamipress-points .gamipress-user-points-description {
    margin-top: 15px;
    font-weight: 600;
    font-family: 'Roboto';
}

.my-reward .gamipress-user-ranks .gamipress-rank.user-has-earned {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 10px !important;
}

.post-data-sec .author-profile-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-data-sec .author-profile-info .author-avatar img.avatar {
    border-radius: 100%;
	margin-right: 16px;
}

.post-data-sec .author-profile-info .author-details div {
    display: inline-block!important;
    margin-right: 14px;
    padding-right: 14px;
    color: #5e17eb;
    font-size: 18px;
    position: relative;
}

.post-data-sec .author-profile-info .author-details div:before {
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 15px;
    background: #ababab;
    top: 50%;
    transform: translateY(-50%);
}

.post-data-sec .author-profile-info .author-details .post-categories a{
color: #5e17eb;
}

.post-data-sec .author-profile-info .author-details .post-categories:before {
    display: none;
}

body.woocommerce-checkout .thwscf-shipping .woocommerce-additional-fields h3{
    font-size: 25px !important;
    margin-bottom: 35px !important;
    margin-top: 38px;
}

body.woocommerce-checkout .chkot-page form.woocommerce-checkout h3#order_review_heading{
    float: left!important;
}


@media (min-width: 320px) and (max-width: 980px) {
.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 0px!important;}	
	
}


@media (min-width: 320px) and (max-width: 767px) {
    
.post-data-sec .author-profile-info .author-details div{
margin-right: 7px;
padding-right: 7px;
font-size: 13px;
}

.post-data-sec .author-profile-info .author-avatar img.avatar {
    border-radius: 100%;
    margin-right: 10px;
    width: 40px;
}

.post-data-sec .author-profile-info .author-details div:before{
height: 11px;
}

.mob-searchbar form.aws-search-form input[type="search"].aws-search-field::placeholder {
  color: #000!important;
}
.mob-searchbar form.aws-search-form input[type="search"].aws-search-field::-ms-input-placeholder {
  color: #000!important;
} 

.mob-searchbar form.aws-search-form input[type="search"].aws-search-field{
        background: transparent !important;
        color: #000 !important;
    } 
    
}

body.admin-bar .p-msg .elementor-shortcode{
display:none;
}

.wcs-auto-renew-toggle .subscription-auto-renew-toggle.subscription-auto-renew-toggle--on {
  pointer-events: none;
  cursor: default;
  opacity: 0.90;
}

.wcs-auto-renew-toggle a.subscription-auto-renew-toggle.subscription-auto-renew-toggle--on .subscription-auto-renew-toggle__i{
background-color: #5e17eb !important;
border-color: #3f0e9f !important;
}


.thwmscf-buttons input.button-prev.thwmscf-first-prev, 
.thwmscf-buttons input.button-next, 
.thwmscf-buttons input.button-prev {
    padding: 12px 29px !important;
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 0.7px !important;
    background: #5e17eb !important;
    border: 0 !important;
}

.thwmscf-buttons input.button-prev.thwmscf-first-prev:hover, 
.thwmscf-buttons input.button-next:hover, 
.thwmscf-buttons input.button-prev:hover{
background: #2dd791 !important;
color:#5e17eb !important;
}

.thwmscf-buttons input.button-next.thwmscf-last-next{
display:none!important;
}

.gamipress-notification .gamipress-notification-description p{
    color: #fff !important;
}

.gamipress-notification .gamipress-notification-title  {
    color: #fff !important;
}

.gamipress-notification {
    padding: 1rem !important;
    margin: 0.5rem 0 !important;
    border-radius: 15px;
}

.gamipress-notification {
    background-color: #5e17eb !important;
    padding: 1rem !important;
    /* background-image: none !important; */
    background-size: cover !important;
}
    

