/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Add your custom styles here */

#join-now-button{
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
}

#cancel-now-button{
    background: linear-gradient(103deg, rgba(237,122,122,1) 0%, rgba(201,8,8,1) 75%);
}


#user-selection, #user-selector{
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}
#user-selector{
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}

.measurement-form-date-selector{
    margin-bottom: 20px;
    width: 100% !important;
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border-radius: 8px !important;
    color: #fff;
    padding: 10px !important;
    font-weight: 500;
}

.user-selector-wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

table.measurement-input-table, table.measurement-input-table th, table.measurement-input-table td{
    padding: 10px;
    line-height: 1.5 !important;
    /* vertical-align: top !important; */
    border: 1px solid #8a8a8a !important;
    color: #fff !important;
    border-radius: 8px !important;
}

table#measurements-table, table#measurements-table th, table#measurements-table td{
    padding: 10px !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
    border: 1px solid #8a8a8a !important;
    color: #fff !important;
    border-radius: 8px !important;
}

table#loggedin-user-measurements-table, table#loggedin-user-measurements-table th, table#loggedin-user-measurements-table td{
    padding: 10px !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
    border: 1px solid #8a8a8a;
    color: #fff !important;
    /* white-space: nowrap; */
    width: 197px;
}

table#loggedin-user-measurements-table{
    position: relative;
}

table#loggedin-user-measurements-table tr>th:first-child,tr>td:first-child {
    position: sticky;
    left: 0;
  }

.static-td{
    background-color: #000 !important;
}
.submit-btn-wrapper{
    display: flex;
    justify-content: end;
    width: 100%;
}

.measurement-form-submit-btn{
    width: 46%;
    border-radius: 8px;
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.measurement-form-submit-btn:hover{
    transform: scale(0.9,0.9);
}

.measurements-table-wrap{
    overflow-x: scroll;
    overflow-y: hidden;
}

.input-container-td{
    padding: 0px !important;
}

.input-container-td .custom_input_field{
    border: none;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
}

.custom_input_field{
    font-size: 12px;
}

.input-container-td .custom_input_field:focus-visible{
    outline: none !important;
}





.user-exercises-container, .archive-exercises {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 15px;
}
.archive-exercises{
    display: none;
}
.empty-archive-excercises{
    display: none;
}
.previous-exercises-btn-container{
    padding: 15px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 10px;
}

.user-exercise-card {
    /* background-image: url(https://images.unsplash.com/photo-1574680096145-d05b474e2155?q=80&w=2069&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.user-exercise-card h3 {
    margin-top: 0;
}

.user-exercise-card h3 a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.exercise-card-title{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
/* .user-exercise-card p {
    margin-bottom: 10px;
    line-height: 1.6;
} */

.exercise-card-category{
    color: #fff;
    font-size: 20px;
}

.exercise-card-title-workout{
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.workout-done-btn{
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 40%;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    height: 35px;
    font-size: 15px;
}

.workout-save-btn{
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 40%;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    height: 35px;
    font-size: 15px;
}

.previous-exercises-btn-show{
    background: linear-gradient(103deg, #9cd869 0%, #109d4e 62%);
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 50%;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    height: 35px;
    font-size: 15px;
}

.previous-exercises-btn-hide{
    background: linear-gradient(103deg, rgba(237,122,122,1) 0%, rgba(201,8,8,1) 75%);
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 60%;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    height: 35px;
    font-size: 15px;
}

.workout-cancel-btn{
    background: linear-gradient(103deg, rgba(237,122,122,1) 0%, rgba(201,8,8,1) 75%);
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 40%;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    height: 35px;
    font-size: 15px;
}

.exercise-card p{
    color: #fff;
}

/* .hidden-input-workout{
    display: none;
} */


.empty-user-excercises {
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.empty-archive-excercises {
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.empty-user-excercises-heading{
    color: #fff;
    font-size: 20px;
}

html, body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

#pnfpb-push-subscribe-icon {
    display: none !important;
  }

  .measurements-table-wrap {
    margin-bottom: 50px;
  }

  .elementor-element.elementor-element-cad2e1f.footer-fixer.e-flex.e-con-boxed.e-con.e-parent {
    padding-bottom: 0px !important;
  }

  .elementor-element.elementor-element-0ab56bf.footer-fixer.e-flex.e-con-boxed.e-con.e-parent {
    padding: 0px !important;
  }