/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#join-button {
    display: block;
    /* margin: 0 auto; */
    text-align: center;
    /* width: 100%; */
}

.playerView {
    background-color:black !important;
}
.none.desktop.webkit {
    background-color:black
}

/** Teacher registration form css */

.teacher-registration-form {
    text-align: center;
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 100%;
    margin: 0 auto;
}

.form-title {
    font-weight: bold;
    font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-group label,
.form-group input {
    width: 30%;
}

label {
    display: block;
    font-weight: bold;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #0055aa;
}

.csv_container h5{
    margin-bottom: 1em;
}

address {
    overflow-wrap:break-word
}

.my_account_memberships td {
    overflow-wrap:break-word
}


/**Error and success message */
.error-message,
.success-message {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    background-color: #f00;
    color: #fff;
}

.success-message {
    background-color: #0f0;
}

li.select2-search-field {
    width: 100vh !important;
}


img.gnp-book-img {
    width: 100px;
    margin: 20px;
    -webkit-transform: matrix(0.966395,0.257062,-0.257062,0.966395,0,0);
    -o-transform: matrix(0.966395,0.257062,-0.257062,0.966395,0,0);
    -ms-transform: matrix(0.966395,0.257062,-0.257062,0.966395,0,0);
    -moz-transform: matrix(0.966395,0.257062,-0.257062,0.966395,0,0);
    transform: matrix(0.966395,0.257062,-0.257062,0.966395);
}

.gnp-books-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gnp-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gnp-sidebar.books .sidebar-item {
    margin-top: -4%;
}
.gnp-sidebar.books .sidebar-item:nth-child(1) {
    margin-top: 0;
}

.sidebar-item.img {
    width: 9.6em;
    height: 12.5em;
    object-fit: cover;
    /* border: 1px solid; */
}

.sidebar-item img.gnp-book-img{
    width: 9em;
    height: 11.5em;
}

/* To fit image */
.sidebar-item.img img {
    height: inherit;
}

.sidebar-item.img:nth-child(even) {
    transform: rotate(20deg);
}

.sidebar-item.img:nth-child(odd) {
    transform: rotate(-20deg);
}

.gnp-sidebar.media {
    margin-top: 27px;
}
/*Membership*/
.gnp-memberships-wrap {
    width: 160%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30%;
    z-index:999;
}
.gnp-memberships-wrap .gnp-ms-card {
    width: 16%;
    margin: 0 1%;
    z-index:999;
    background: #C429C4;
}
.gnp-memberships-wrap .gnp-ms-card:last-child {
    margin-left: 5%;
}

.gnp-memberships-wrap .ms-title-1, .ms-title-2, .ms-title-3{
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: normal;
    white-space:unset;
}

.gnp-memberships-wrap .ms-header {
    color: #6A03BB;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 18px 20px;
}

.gnp-memberships-wrap .ms-title {
    font-size: 1.1em;
    margin: 2px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
}
.gnp-memberships-wrap .ms-price {
    font-size: 2.5em;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
    padding: 30px 20px;
}

.gnp-memberships-wrap .ms-access,
.gnp-memberships-wrap .ms-licence {
    color: #000;
    text-align: center;
    font-size: 1.1em;
    padding: 15px;
    font-weight: 700;
}

.gnp-access-form {
    width: 80%;
    margin: auto;
    background-color: #ff24f5;
    border: 10px solid #6f48e5;
    padding: 2em;
    border-radius: 6em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


.gnp-branding > * {
    color:#6f48e5;
    font-size: 3em;
}

.gnp-access-form .title {
    text-align: center;
    margin: 2em;
    
}

.gnp-field-wrap {
    margin-bottom: 1.5em;
}

.gnp-field-wrap label {
    margin-bottom: 10px;
} 

.gnp-field-wrap {
    width: 100% !important; 
}
.gnp-field-wrap .gnp-email {
    width: 100% !important;
    padding: 10px 20px;
    margin: 0 !important;
    border: 0.3em solid #6f48e5 !important;
    border-radius: 10px !important;
    background-color: #326EAD !important;
    color: #fff;
}
.gnp-login-wrap {
    width: 100%;
}

div.gnp-show-password input {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}

div.gnp-show-password {
    display: flex;
    justify-content: center;
    align-items: center;
}

input#gnp-access-password {
    width: 100%;
    margin: 0 !important;
    padding: 10px 20px !important;
    border: 0.3em solid #6f48e5 !important;
    border-radius: 10px !important;
    background-color: #326EAD !important;
    color: #fff;
}

.gnp-field-wrap {
    text-align: center;
    padding: 10px;
}

input.gnp_submit_school {
    padding: 10px 40px !important;
    border: 0.3em solid #6f48e5 !important;
    border-radius: 10px !important;
    background-color: #326EAD !important;
    color: #fff;
    font-size: 1rem;
}

button#join-button {
    width: 80%;
    line-height: 1;
    padding: 8px;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 1.2em;
}

.gnp-form-group label {
    color: #444;
}

@media only screen and (max-width: 767px){
    body .gnp-memberships-wrap {
      width: 100%;
      flex-wrap: wrap;
      margin-left: 0;
      justify-content: center;
    }
    body div.gnp-memberships-wrap .product{
        width: 80%;
        margin: 10px;
    }
    
    .gnp-memberships-wrap .gnp-ms-card:last-child {
        margin-left: 10px;
    }

    .ms-header {
        font-size: 1.4em;
    }

    .woocommerce-MyAccount-navigation , .woocommerce-EditAccountForm.edit-account{
        padding:0.8em
    }

    div#gnpcm-popup .gnp-dropdown{
        width:100%
    }
    div#gnpcm-popup .gnp-field{
        display:flex;
        justify-content:center
    }
    
    div#gnpcm-popup {
        /* overflow: scroll; */
        padding: 1em;
        padding-top:2em;
        width: 85%
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    body .gnp-memberships-wrap {
      width: 160%;
      flex-wrap: wrap;
      margin-left: -30%;
      justify-content: center;
    }
    body div.gnp-memberships-wrap .product{
        width: 30%;
        margin: 10px;
    }
    .gnp-memberships-wrap .gnp-ms-card:last-child {
        margin-left: 10px;
    }

    .ms-header {
        font-size: 1.4em;
    }
    
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
    body .gnp-memberships-wrap {
      width: 160%;
      flex-wrap: wrap;
      margin-left: -30%;
      justify-content: center;
    }
    body div.gnp-memberships-wrap .product{
        width: 25%;
        margin: 10px;
    }
    .gnp-memberships-wrap .gnp-ms-card:last-child {
        margin-left: 10px;
    }

    .ms-header {
        font-size: 1.4em;
    }

    
    
}
@media only screen and (min-width: 1201px) and (max-width: 1485px){
    body .gnp-memberships-wrap {
      width: 160%;
      flex-wrap: nowrap;
      margin-left: -30%;
      justify-content: center;
    }
    body div.gnp-memberships-wrap .product{
        width: 19%;
        margin: 10px;
    }
    .gnp-memberships-wrap .gnp-ms-card:last-child {
        margin-left: 4%;
    }

    .ms-header {
        font-size: 1.4em;
    }
    .gnp-memberships-wrap .ms-access,
    .gnp-memberships-wrap .ms-licence {
        font-size: 0.9em;
        padding: 10px;
    }
    .gnp-memberships-wrap .ms-price {
        font-size: 2.4em;
        padding: 20px 20px;
    }
}

.gnp-form-group.csv-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.gnp-form-group.csv-section input#populate_from_csv {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}



.gnp-is-teacher-check div{
    display: flex;
    flex-direction: row-reverse;
    
    justify-content: start;
    gap: 1rem;
}
.gnp-is-teacher-check span{
    
    color: black;
}
.gnp-is-teacher-check input{
    width: 2em;
}

.thank-you-message {
    background-color: #f0f8ff;
    border: 2px solid #4caf50;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}


.gnpcm_popup_wrap .gnp-popup {
    display: flex;
    flex-direction: column;
    max-height: 80%; /* Set a maximum height */
    width: 60%;
    height: fit-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 5em;
    border: 0.2rem solid #E322DA;
    border-radius: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow: auto; /* or overflow: scroll; */
}

.gnpcm_popup_wrap .gnp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.gnp-no-posts {
    padding: 5em;
    color: #fff;
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.gnp-no-posts h3 {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}
.gnp-no-posts span {
    display: block;
}
.gnp-lpad {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.gnp-no-access {
    opacity: 0.5;
    cursor: not-allowed;
}
.gnp-title h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 30px;
}

div#gnpcm-popup {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.gnp-lpad-link {
    color: #fff;
    border: 5px solid;
    border-radius: 5px;
    padding: 5px 10px;
}

.gnp-btn {
    padding: 5px 15px;
    border: 3px solid #e322da;
    border-radius: 5px;
    color: #e322da;
    margin-top: 25px;
    cursor: pointer;
}

.gnp-posttype-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


.gnp-posttype-logo img{
    width:350px;
    margin: 20px;
}

.dropdown-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dropdown {
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
}

.check-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.check-button:hover {
    background-color: #0056b3;
}

.table-container {
    width: 100%;
    margin: 20px 0;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
}

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

.table-header {
    background-color: #b2b2b2;
    
}

.input-field {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
}

.csv_container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.csv_container h4, .form_container h5,.form_container h4{
    color: rgb(235, 235, 235);
    text-align: center;
}

.csv_input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: min-content;
    text-align: center;
    color: rgb(235, 235, 235);
}
.form_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
.gnp_teacher_form_submission{
    background-color: white;
    border-radius: 1rem;
    color: black;
    
}
.table-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

}

.gnp-loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index:3;
  border: 4px solid #e322da;
  animation: loader 3s infinite ease;
}

.gnp-loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #e322da;
  animation: loader-inner 5s infinite ease-in;
}
.gnp-status {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

div#gnp-loader {
    margin-left: 15px;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}


.gnp-course-grid {
    display: flex;
    flex-wrap: wrap;
}

.courses-grid {
    width: 25%;
}

.gnp-school-grid .courses-grid:nth-child(5){
    margin-left:25%
}
.gnp-school-grid .courses-grid:nth-child(6){
    margin-right:25%
}

#gnp-switch-membership {
    color: #fff;
    border: 5px solid;
    border-radius: 5px;
    padding: 10px 10px;
    margin-top: 1rem;
    background-color: transparent
}



.gnp-home-buttons button{
    background-color: #e322da;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 1rem;
}
.gnp-home-pass-table{
    color: #C429C4;
}

#gnp-home-accounts{
    width:98% !important;
}

.courses-grid {
    padding: 10px;
}
.table-container h3{
    color: white;
}

.gnp-groove-at-home-wrap {
    display:flex;   
    padding: 5em;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    
    
}
#gnp-groove-at-school-button{
    background-color: #e322da;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}



nav.woocommerce-MyAccount-navigation > ul > li {
    text-transform: lowercase
}

th.membership-actions.order-actions .button.view {
    display: none
}

.gform_heading {
    margin-top: 3em;
}

.gnp-section-break h3.gsection_title {
    font-size:18px;
    color: #555;
}
.gnp-section-break {
    margin-top: 10px !important;
}
.gfield_label {
    color: #666;
}

.gfield {
    margin: 5px 0 !important;
}

input.gnp-input-disabled {cursor: not-allowed !important;background-color: #cbcbcb !important;}

.csv_container h4 {
    margin-bottom: 20px;
}

.csv_container input[type="file"] {
    border: 2px solid;
    padding: 3px;
    /* height: 50px; */
    margin-bottom: 10px;
}

.gnp-no-groove-membershp-message{
    margin-top: 1rem;
}



.gnp-contact-us-form legend , .gnp-contact-us-form label{
    color:white
}

th.membership-actions.order-actions {
    display:none
}


/* new css for user profile */
span.gnp-user-first-name {
    max-width: 85px;
    margin-left: 0.3em;
    overflow-wrap: break-word;
    text-align: left;
    
}

.gnp-user-profile-nav .hfe-has-submenu-container a *:first-child{
    margin-right: 0.6rem !important
}
.gnp-user-profile-nav .sub-menu .menu-item{
    border-right: none !important;
}
.wpmenucart-contents{
    color: white;
}

.wpmenucart-contents:hover{
    color: white;
}

.gnp-user-profile-nav nav{
    display:flex;
    justify-content:flex-start;
    align-content:flex-start;
}

li#wpmenucartli {
    display: flex;
    align-items:center
}

.gnp-user-profile-nav .hfe-menu-toggle.sub-arrow {
    font-size:20px
} 

.gnp-user-profile-nav .hfe-nav-menu, .gnp-user-profile-nav .hfe-nav-menu .hfe-has-submenu-container a{
    display:flex;
    justify-content:flex-start;
    align-items: flex-start
}

.gnp-user-profile-nav .hfe-menu-toggle{
    margin-top:0.1px;
}

.gnp-user-profile-nav ul.sub-menu li a{
    color: white !important;
}

.hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none {
    display:flex;
    justify-content:center;
    align-items:center;
}
.elementor-widget-container .hfe-nav-menu .gnp-profile {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.gnp-user-profile-nav .hfe-nav-menu li:nth-last-child(2){
   
    border-right:none !important;
}
.gnp-user-profile-nav nav ul.hfe-nav-menu {
    align-items:center; 
}

#gnp-user-profile-nav{
    display: none;
}

.gnp-user-profile-nav ul.sub-menu {
    margin-top: 5px !important;
}

.single-sfwd-courses .gnp-profile span.gnp-user-first-name,
.page-id-1480 .gnp-profile span.gnp-user-first-name {
    display: none;
}


.gnp-user-profile-nav nav .hfe-nav-menu>li{
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    
    
}

.gnp-user-profile-nav nav .hfe-nav-menu > li:nth-last-child(2){
    border-right:solid white!important;
    padding-bottom: 0.2rem
    
}

.gnp-user-profile-nav nav .hfe-nav-menu > li{
    border-right:solid white!important;
    padding-bottom: 0.2rem
}

.gnp-user-profile-nav nav .hfe-nav-menu > li:last-child{
    border-right:none white!important;
    padding-bottom: 0.2rem
}
.gnp-user-profile-nav ul.sub-menu li{
    padding: 0px !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* #gnp-user-profile-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gnp-user-profile-nav nav{
        left:0;
    } */
    
    li#wpmenucartli {
        display:flex;
        justify-content:center;
    }
    .hfe-has-submenu-container {
        display:flex;
        justify-content:center;
    }
    
    
    
    .gnp-user-profile-nav .hfe-has-submenu-container {
        display:flex;
        justify-content:center;
    }
    
    #gnp-user-profile-nav nav li a.hfe-menu-item {
        color:white;
        padding: 0px;
        padding-right: 10px;
    }

    
   
    
    .gnp-user-profile-nav ul.sub-menu a{
        display: flex;
        justify-content:center;
        
        padding:15px !important ;
        
    }

}
@media (max-width: 768px) {
    /* #gnp-user-profile-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #gnp-user-profile-nav nav{
        left:0;
    } */

    #gnp-user-profile-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    #gnp-user-profile-nav nav li a.hfe-menu-item {
        color:white;
        padding: 0px;
        padding-right: 10px;
    }

    li#wpmenucartli {
        display:flex;
        justify-content:center;
    }
    .hfe-has-submenu-container {
        display:flex;
        justify-content:center;
    }
    
    .ld-primary-color-hover .ld-item-title {
        font-size: 24px !important;
    }
    
    .gnp-user-profile-nav .hfe-has-submenu-container {
        display:flex;
        justify-content:center;
    }
    
    
    
    
    .gnp-user-profile-nav ul.sub-menu a{
        display: flex;
        justify-content:center;
        
        padding:15px !important ;
        
    }
   
}


.gnp-contact-us-form.gform_confirmation_wrapper{
    color:white
}


.gnp-body-wrap .elementor-container{
    justify-content:center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gnp-body-wrap .gnp-right-sidebar , .gnp-body-wrap .gnp-left-sidebar{
        display:block !important;
    }
 }

.woocommerce-order-details .order-again{
    display:none;
}


.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    margin: 0 auto !important;
    max-width: 97% !important;
    padding: 0 0 0 0 !important;
}

.gnp-lesson-school .ld-tab-content.ld-visible div:nth-child(1){
    padding:47vh !important;
}
.gnp-lesson-school .ld-tabs.ld-tab-count-1{
    margin:0.3rem !important;
}

.elementor-shortcode .gform_fields input, .elementor-shortcode{
    font-family:"Arial" !important;
}

.gnp-form .gnp-field-wrap input{
    font:"Arial" !important;
}

.form-row input{
    font-family:"Arial";
}

.coupon input{
    font-family:"Arial" !important;
    font-weight:800;
}
.quantity input{
    font-family:"Arial" !important;
    font-weight:800;
}

.gform_wrapper.gravity-theme .gfield_label{
    font-weight:600 !important;
}
.gform_button.button{
    font-weight:800 !important;
}

.gform_body.gform-body input{
    font-family:'Arial' !important;
    font-weight:600 !important;

}
.gform_body.gform-body select{
    font-family:'Arial' !important;
    font-weight:600 !important;
}

div#pum_popup_title_475 {
    font-weight:600 !important;
}

.woocommerce-message a{
    font-weight:800 !important;
}
button#place_order {
    font-weight:800 !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight:600;
}
.form_container input{
    font-family:'Arial' !important;
        font-weight:600;    

}
.form_container th{
    font-family:'Arial';
    font-weight:800 !important;
}
.form_container h4, .form_container h5{
    font-weight:600;    
}
.gnp-thanks-message {
    font-weight:600;
}

th.woocommerce-table__product-name.product-name, th.woocommerce-table__product-table.product-total ,td.woocommerce-table__product-name.product-name strong, td.woocommerce-table__product-name.product-name {
    font-weight:800 !important;
}
li.woocommerce-MyAccount-navigation-link{
    font-weight:600;
}
.woocommerce-MyAccount-content a{
    font-weight:600
}
button#gnp-groove-at-school-button {
    font-weight:800;
}
.gnp-lpad, .gnp-lpad button {
    font-weight:800;
}
.ld-item-list-items, a.launch-pad-button{
    font-weight:800;
}
.ld-course-navigation-heading h3, .ld-lesson-title {
    font-weight:800 !important;
}
form.woocommerce-form.woocommerce-form-login.login label, form.woocommerce-form.woocommerce-form-login.login input, form.woocommerce-form.woocommerce-form-login.login button, .lost_password a{
    font-weight:800 !important;
}
.gnp-access-form ,.gnp-access-form label, .gnp-access-form input{
    font-weight:800 !important;
}
input#gnp-enter-password{
    font-family:'Arial';
    font-weight:600 !important;
}
.gnp-home-buttons button{
    font-weight:800;
}
.dt-input {
    font-family:'Arial';
    font-weight:600 !important;
}
textarea#order_comments {
    font-family: Arial, sans-serif;
    font-weight:500;
}
.gnp-save-teachers-message {
    font-weight:700;
    
}

.playerView {
    background-color:black !important;

}
.ld-focus-main {
background-color:black;
}
.gnp-lesson-school .ld-tabs.ld-tab-count-1{
    margin:0rem !important;
}
.playerView {
    background-color:black !important;
}