/**************************************************** Default *************************************************/
:root
{
    --main-color: #7fc902;
    --secondary-color: #252525;
    --facebook-color: #3b5999;
    --twitter-color: #55acee;
    --instagram-color: #833AB4;
    --youtube-color: #cd201f;
    --linkedin-color: #2867B2;
    --pinterest-color: #BD081C;
    --google-color: #F4B400;
}
body {font-family:'Fira Sans', sans-serif;}
.mt-25 {margin-top: 25px;}
ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
a {text-decoration: none !important;}
img {max-width: 100%;}
.primary-color {color: var(--main-color);}
.bg-main {background: var(--main-color);}
.tdtitle {color: white; font-weight: bold;}
.full_screen, .full_screen .carousel-item {height: auto;}
.modal {padding-left: 0 !important; padding-right: 0 !important; z-index: 99999 !important;}
.text_white * {
    color: #fff;
}
section {
    padding: 50px 0;
    background-color: #fff;
}
.text_default {
    color: var(--main-color) !important;
}
textarea.form-control {height: 200px;}
.table td, .table th {vertical-align: middle;}
/*********************************************************** Header *********************************************/
#top-bar {
    display: block;
    position: relative;
    background: #111;
}

.top-bar-info ul {
    padding-left: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.top-bar-info li {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    display: inline-block;
    padding: 13.5px 5px 0px 5px;
    margin-bottom: 0px;
}
.top-bar-info li i {
    font-size: 15px;
    color: var(--main-color);
    margin-right: 8px;
}

.social-icons {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.social-icons li {
    font-size: 15px;
    list-style-type: none;
    width: 35px;
    text-align: center;
    display: inline-block;
    margin: 0px;

}
.social-icons li a {
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
}
.social-icons li.social-icon a {padding: 11px 0px 11px 0px;}
.social-icons li.seperator {color: white;}
.social-icons li.social-icon:hover a {background: var(--main-color);}
.social-icons li.social-icon.facebook_link:hover a {background: var(--facebook-color);}
.social-icons li.social-icon.twitter_link:hover a {background: var(--twitter-color);}
.social-icons li.social-icon.instagram_link:hover a {background: var(--instagram-color);}
.social-icons li.social-icon.youtube_link:hover a {background: var(--youtube-color);}
.social-icons li.social-icon.linkedin_link:hover a {background: var(--linkedin-color);}
.social-icons li.social-icon.pinterest_link:hover a {background: var(--pinterest-color);}
.social-icons li.social-icon.google_link:hover a {background: var(--google-color);}

.user_login_link, .user_register_link {display: inline-block; color: white !important; text-decoration: none; padding-left: 15px; padding-right: 5px; position: relative;}
.user_login_link::before, .user_register_link::before {content: "|"; left: 0; position: absolute; color:#7fc902;}

#header-navbar {background-color: #fff; border-bottom: 1px solid #eee; box-shadow: 0 0 65px rgba(0,0,0,.09);}
.navbar-toggler-icon {line-height: 1.5;}
.navbar-toggler .navbar-toggler-icon:before {font-family: "Font Awesome 5 Free"; content: "\f00d"; font-weight: bold; color: #292929;}
.navbar-toggler.collapsed .navbar-toggler-icon:before {font-family: "Font Awesome 5 Free"; content: "\f0c9"; font-weight: bold; color: #292929;}

#navBar ul.navbar-nav li a {color: #585b5c;}
#navBar ul.navbar-nav li a.active {font-weight: bold; color: #7fc902;}

/********************************************************************** Footer *************************************************/
footer {
    background: #111;
    padding: 60px 0px 20px 0px;
}
@media (max-width: 768px)
{
    footer .row > div {margin-bottom: 30px;}
    th, td {font-size:0.65rem; padding: 6px 3px !important;}
    #workout_table th, #workout_table td {padding: 6px !important; font-size: 0.9rem;}
}
footer h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}
footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: var(--main-color);
    margin-top: 12px;
}
footer p {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
}
.footer-social-icons li {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.footer-social-icons {margin-top: 15px;}
.footer-social-icons li a {
    display: block;
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    border-radius: 50%;
    background: #333;
    text-align: center;

}
.footer-social-icons li.social-icon.facebook_link:hover a {background: var(--facebook-color);}
.footer-social-icons li.social-icon.twitter_link:hover a {background: var(--twitter-color);}
.footer-social-icons li.social-icon.instagram_link:hover a {background: var(--instagram-color);}
.footer-social-icons li.social-icon.youtube_link:hover a {background: var(--youtube-color);}
.footer-social-icons li.social-icon.linkedin_link:hover a {background: var(--linkedin-color);}
.footer-social-icons li.social-icon.pinterest_link:hover a {background: var(--pinterest-color);}
.footer-social-icons li.social-icon.google_link:hover a {background: var(--google-color);}

.footer-list li {
    list-style-type: none;
    color: #aaa;
    padding: 6px 0px;
}

.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
}
/* #footer_logo {background: white; border-radius: 5px; padding: 5px; border: 5px #7fc90236 solid; max-width: 80%; margin: 0 auto;} */
#footer_logo {max-width: 80%; margin: 0 auto;}
.footer-list li a:hover {color: white;}
.footer-list li a:hover:before {
    color: #fff;
}
.footer-list li a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    color: #aaa;
    font-weight: bold;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.footer-bar {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    margin-top: 30px;
}
.footer-bar p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
#footer_contact_info {list-style: none;}
#footer_contact_info li {color: white; margin-bottom: 10px; font-size: 14px;}
#footer_contact_info li i {color: var(--main-color); margin-right: 10px;}
/******************************************************************************** Home Slider **********************************/
#home_main_slider {background: black;}
.banner_content_wrap .carousel-item {
	padding: 0 0;
}
.banner_content_wrap .carousel-item img {visibility: hidden;}
.banner_content_wrap.banner_py_large  .carousel-item {
	padding: 200px 0;
}
.banner_content h2 {
	font-size: 50px;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.banner_content p {
	color: #333;
	font-size: 18px;
	margin-bottom: 35px;
}
.banner_content.text_white p {
	color: #fff;
}
.banner_section .banner_slide_content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 20px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	 opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}
.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	height: 45px;
	width: 45px;
}
.carousel_style2 .carousel-control-next:hover, .carousel_style2 .carousel-control-prev:hover {
	background-color: var(--main-color);
	color: #fff;
}
.carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
	border-radius: 100%;
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.content_overlay_bg {
	padding: 50px;
	position:relative;
}
.content_overlay_bg::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner_head2 {
	 font-size: 40px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.carousel-indicators.justify-content-end {
	left: auto;
}
.carousel-indicators.justify-content-start {
	right: auto;
}
.carousel-item img {
	position: relative;
	z-index: -1;
}

.btn {
    border-width: 2px;
    cursor: pointer;
    line-height: normal;
    padding: 10px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-default {
	background-color: var(--main-color);
    border-color: var(--main-color);
    padding: 10px;
    color: white;
}

.btn-default:hover {
    background-color: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

#HomeSlider.banner_content_wrap .carousel-item.with-content:before {content: "-";  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6f6f6f;
    opacity: .5;
}

.section-heading-line {
        content: '';
        display: block;
        width: 100px;
        height: 3px;
        background: var(--main-color);
        border-radius: 25%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .why-choose-us-box {
        position: relative;
        border-radius: 5px;
        margin: 30px 0px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

    .why-choose-us-box-icon {
        float: left;
        width: 25%;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        text-align: center;
    }
    .why-choose-us-box-content {
        float: left;
        width: 75%;
        padding-left: 10px;
    }
    .why-choose-us-box-icon i {
        color: var(--main-color);
        border-radius: 10px;
        padding: 0 10px 10px 10px;
        font-size: 55px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

    .why-choose-us-box-content h4 {
        color: #111;
        font-size: 19px;
        font-weight: 500;
    }
    .why-choose-us-box-content p {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 15px;
    }


    .padding_eight_all {
        padding: 8%;
    }
    .padding_ten_all {padding: 10%;}
    .h-100 {
        height: 100%!important;
    }
    .bg_dark {background: var(--secondary-color);}
    #about_us_home_section {font-weight: 200;}


    .testimonial_img img {
        max-width: 100px;
    }
    .testimonial_img,
    .author_img {
        float: left;
        margin-right: 20px;
    }
    .testi_user span,
    .author_intro span {
        font-style: italic;
    }
    .testi_user,
    .author_intro {
        margin-bottom: 6px;
    }
    .testi_meta,
    .author_meta {
        overflow: hidden;
    }
    .testimonial_style1 .testimonial_box,
    .course_author {
        background-color: #fff;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 30px 30px 30px 50px;
        margin: 5px 5px 5px 50px;
        position: relative;
        z-index: 1;
    }
    .testimonial_style1 .testimonial_box::before {
        content: "\f10e";
        position: absolute;
        right: 40px;
        top: 0;
        font-family: "Font Awesome 5 Free";
        font-size: 190px;
        line-height: normal;
        font-weight:900;
        z-index: -1;
        color: rgba(0,0,0,0.02);
    }
    .testimonial_style1 .testimonial_img,
    .author_img {
        margin-left: -100px;
    }
    .testi_desc p:last-child,
    .author_desc p:last-child {
        margin: 0;
    }
    .testimonial_style2 .testimonial_box {
        text-align: center;
        border: 2px solid #eee;
        padding: 20px;
        margin-top: 60px;
        background-color: #fff;
    }
    .testimonial_style2 .testimonial_img{
        float: none;
        margin: -80px auto 20px;
        display: table;
        padding: 10px;
        border: 2px solid #eee;
        background-color: #fff;
    }
    .testi_img_holder {
        position: relative;
    }
    .testimonial_image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .testimonial_style4 .testimonial_img img {
        border-radius: 100%;
        max-width: 60px;
    }
    .testimonial_style4 .testi_user {
        margin: 6px 0 0;
        display: inline-block;
    }
    .testimonial_style4 .testi_meta {
        margin: 5px 0 25px 0;
    }
    .testimonial_slider.testimonial_style4:before {
        content: "\f10e";
        font-family: fontawesome;
        font-size: 80px;
        color: rgba(0,0,0,0.08);
        line-height: normal;
    }
    .testimonial_style4.owl-theme .owl-nav [class*="owl-"] {
        bottom: 15px;
    }
    .nav_bottom_right.testimonial_style4.owl-theme .owl-nav .owl-next {
        right: 30px
    }
    .nav_bottom_right.testimonial_style4.owl-theme .owl-nav .owl-prev {
        right: 80px
    }
    .testimonial_style5 .testimonial_box {
        background-color: #fff;
        margin: 20px;
        padding: 30px;
        box-shadow: 0 0 20px rgba(0,0,0,0.10);
        border-radius: 10px;
        text-align: center;
    }
    .testimonial_style5 .testimonial_img {
        float: none;
        margin: 0 auto 20px;
        display: table;
    }
    .testimonial_style5 .testimonial_img img {
        border-radius: 100%;
    }
    .testimonial_style5::before {
        background-color: #fff;
        content: "";
        position: absolute;
        left: 40px;
        right: 40px;
        top: 0;
        bottom: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.10);
        border-radius: 10px;
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }
    .testimonial_style5 .testi_meta {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .testimonial_style5 {
        max-width: 730px;
        position: relative;
        margin: 0 auto;
    }
    .testimonial_style5 .testi_desc {
        position: relative;
        z-index: 1;
    }
    .testimonial_style5 .testimonial_box::before {
        content: "\f10d";
        position: absolute;
        left: 100px;
        top: 70px;
        font-family: fontawesome;
        font-size: 100px;
        line-height: normal;
        color: #f2f2f2;
        z-index: 0;
    }
    .testi_desc {
        margin-top: 20px;
    }
    .testimonial_img img {
        max-width: 60px;
    }
    .testimonial_style4 .testi_desc {
        margin-top: 0;
    }
    .testimonial_style4 .testimonial_img {
        float: left;
        margin-right: 10px;
    }
    .testimonial_style1 .testimonial_img {
        margin-left: -40px;
    }
    .testimonial_style1 .testimonial_box {
        padding: 20px 20px 20px 20px;
        margin: 5px 5px 5px 20px;
    }
    .testi_meta {
        overflow: visible;
    }
    @media only screen and (max-width: 991px) {
    .testimonial_style1 .testimonial_img {
        margin-left: -40px;
    }
    .testimonial_style1 .testimonial_box {
        padding: 20px 20px 20px 20px;
        margin: 5px 5px 5px 20px;
    }
    .testimonial_style1 .testimonial_box::before {
        right: 20px;
        font-size: 100px;
    }
}
.breadcrumb-item a:hover, .page-title-light *, .page-title-light .breadcrumb-item, .page-title-light .breadcrumb-item::before {
    color: #fff;
}
.page-title h1 {
    font-size: 36px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
    font-weight: bold;
}
.grey_bg {background: #ececec;}

.contact-info-section {
    border-bottom: 1px solid #ececec;
    padding: 25px 0px;
    margin-bottom: 0px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.contact-info-section h4 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-info-section p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}
.contact-info-section i {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 25px;
    text-align: center;
}

#map_frame iframe {width: 100%; height: 400px;}

.contact-info-section .social-icons li {width: auto; height: auto; margin-bottom: 5px;}
.contact-info-section .social-icons a {
    background: #111;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
}
.contact-info-section .social-icons li.facebook_link a  {background: var(--facebook-color);}
.contact-info-section .social-icons li.twitter_link a {background: var(--twitter-color);}
.contact-info-section .social-icons li.instagram_link a {background: var(--instagram-color);}
.contact-info-section .social-icons li.youtube_link a {background: var(--youtube-color);}
.contact-info-section .social-icons li.linkedin_link a {background: var(--linkedin-color);}
.contact-info-section .social-icons li.pinterest_link a {background: var(--pinterest-color);}
.contact-info-section .social-icons li.google_link a {background: var(--google-color);}

.contact-info-section .social-icons li:hover a  {background: var(--secondary-color) !important;}


.contact-info-section .social-icons i {

    font-size: 25px;
    text-align: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.testimonial_slider.owl-carousel .owl-stage-outer {display: flex;}
.testimonial_slider.owl-carousel .owl-stage {display: flex;}
.testimonial_slider.owl-carousel .owl-stage .owl-item {display: flex; flex: 1 0 auto; height: 100%;}

.about_us_section_text {line-height: 2; color: #424242;}

#progress_bar,.progress_bar {position:relative;width:100%;border:1px solid #ddd;padding:1px;border-radius:3px;margin-bottom:10px;}
#progress_bar .bar,.progress_bar .bar{background-color:#B4F5B4;width:0%;height:25px;border-radius:3px;text-align:center;}
#progress_bar .percent,.progress_bar .percent{position:relative;}

#contact-form-status, #register-form-status, #login-form-status {min-height: 65px;}
.alert {font-weight: 400;}
.alert-danger {
    color: #ffffff;
    background-color: #ea1616;
    border-color: #ea1616;
}
.alert-success {
    color: #ffffff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.alert-warning {
    color: #ffffff;
    background-color: var(--google-color);
    border-color: var(--google-color);
}
.close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.img_full_width {width: 100%;}

#register_page {background: whitesmoke;}
#register_page .panel {background: white; border-radius: 5px;}
#register_page  .panel-heading {background: var(--secondary-color); color: white; text-align: center;
border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 5px;}
#register_page  .panel-heading h1 {margin-bottom: 0; font-size: 2rem;}
#register_page  .panel-body {padding: 15px;}
#forget-link {font-weight: 500;
    color: #7fc902;
    border-bottom: solid 1px #e8f5b1;}

#calendar_days tr th {background:  var(--secondary-color); border-color: var(--main-color); color: white; text-align: center;}
#calendar_days tr td { text-align: center; padding: 0; border-color: #ececec;}
#calendar_days tr td.out_month_day {background: whitesmoke; color: #b1b1b1; cursor: not-allowed; padding: 0.75rem;}
#calendar_days tr td.not_avialble_sessions {background: whitesmoke; color: #b1b1b1; cursor: not-allowed; padding: 0.75rem;}
#calendar_days tr td a {display: block; color: black; padding: 0.75rem;}
#calendar_days tr td a:hover {background: rgba(37, 37, 37, 0.05);}
#calendar_days tr td.today a {font-weight: bold; background: #0c4cad57; color: white;}
#calendar_days tr td.past_day {background: whitesmoke; color: #b1b1b1; cursor: not-allowed; padding: 0.75rem; }
.ptb-7 {padding: 7.5px 14px;}
@media (max-width: 990px)
{
    #calendar_days tr th {font-size: 75%; padding: 0.25rem; font-weight: 500;}
}

#calendar_day_times {border-bottom: solid 1px whitesmoke; padding-bottom: 15px; margin-bottom: 15px;}
h2.error_text {
    font-size: 40px;
    margin-top: 50px;
    font-weight: bold;
    color: #ff00189c;
}
#working_day_schedule {border: dashed 2px #e6e6e6; border-radius: 5px;}
#working_day_schedule div {border: solid 1px #fff; border-top: 0; border-left: 0; text-align: center; padding:15px 15px;}
#working_day_schedule div.break {background: whitesmoke; color: #b1b1b1;}
#working_day_schedule .booked_session {
    color: white;
    background: #c80202;
    cursor: not-allowed;
}
#working_day_schedule .avilable_session {
    color: white;
    background: #4CAF50;
    cursor: pointer;
}
#working_day_schedule .avilable_session:hover {background: #43A047;}

#booking_toaster {
    position: fixed;
    background: #03A9F4;
    bottom: 15px;
    right: 15px;
    padding: 15px 50px 15px 15px;
    border-radius: 5px;
    min-width: 300px;
    color: white;
}
#booking_toaster.error_booking {background: red; cursor: pointer;}
#booking_toaster.success_booking {background: #4CAF50; cursor: pointer;}
#booking_toaster.error_booking::after, #booking_toaster.success_booking::after
{font-family: "Font Awesome 5 Free"; position: absolute; right: 10px; content:"\f057"; font-size: 19px;}

#not_foundPage h1 {text-align: center; font-weight: 500; font-size: 150px; font-family: monospace; color: #f11212;
    text-shadow: 10px 10px 10px #afafaf;}
#not_foundPage p {text-align: center; font-weight: 500;  color: #656565;  font-size: 50px;}
#not_foundPage p a {color: #2b2b2b}

#profile_reports .report_box {background: #3a3a3a; box-shadow: 3px 3px 2px #7fc902;
padding: 15px; border-radius: 5px;  margin-bottom: 15px; color: white;}
#profile_reports .report_box i {font-size: 22px;}
#profile_reports .report_box p {font-size: 22px; font-weight: 100; margin-bottom: 0;}
#profile_reports .report_box p.data_report {margin-top: 0;  text-align: right;}

.select2-container--default .select2-selection--single {height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 36px;}
#food_types_table .btn, #food_types_table_carbs .btn {height: auto; padding: 8px; font-size: 18px;}

#food_types_table, #food_types_table_carbs {margin-bottom: 25px;}
#food_types_others, #food_types_others_carbs {margin-top: -5px;}
.get_session_calories .clickable_cell {cursor: pointer;}
.get_session_calories:hover {background-color: rgba(127, 201, 2, 0.31) !important;}
tr.get_session_calories.active td i.fa-caret-right:before {content: "\f0d7";}
.day_calories_details {border: solid 2px #7dc502;}

.other_calorie_cal_food {
    background: #efefef;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    border: solid 3px #e8e8e8;
}

td input[type="number"] {min-width: 45px; font-size:0.75rem;}
td .select2 {min-width: 150px;}
.water_bottle {border-radius: 10px; border: 2px solid #7fc902; margin-bottom: 10px; position: relative; cursor: pointer;}
.water_bottle .drinked_overlay {position: absolute; left:0; top:0; right:0; bottom:0; background-color: rgba(127, 201, 2, 0.5); z-index: 1;}
.water_bottle .drinked_overlay:before {font-family: "Font Awesome 5 Free"; content: "\f058"; position: absolute; color: white;
font-size: 60px; left: calc(50% - 30px); top: calc(50% - 45px);}
td input[type="number"] {text-align: center;}
@media (max-width: 990px)
{
    .water_bottle .drinked_overlay:before {font-size: 30px; left: calc(50% - 15px); top: calc(50% - 21px);}
    .select2-results__option {font-size: 12px;}
    td input[type="number"] {padding: 0.25px;}
    #food_types_table .btn, #food_types_table_carbs .btn {height: auto; padding: 8px; font-size: 15px;}
}
.table thead th {vertical-align: middle;}
#profile_side_actions .btn .badge {top: 0; font-size: 85%;}

@media (max-width: 768px)
{
    #profile_side_actions {background: #dcdcdc; padding: 15px;}
}
#myMessages.nav-tabs {background: #f9f9f9;}
#myMessages.nav-tabs .nav-link {border: solid 1px #dee2e6; min-width: 150px; text-align: center; font-weight: bold;
    color: white; background-color: var(--secondary-color);}
#myMessages.nav-tabs .nav-link.active {color: white; background-color: var(--main-color);}
.hoverable_table tbody tr:hover td {background-color: whitesmoke;}
#food_types_others, #food_types_others_carbs {font-size: 18px; padding: 1px 4px;}
.add_calories_cell_btn {font-size: 25px !important; padding: 0 !important;}
.form-check-input {margin-top: 4px;}
#calories_day_date {background: #e2e2e2; padding: 9px; border-radius: 5px;}


body {
    width: 100%;
    max-width: 100%;
    will-change: position;
}
body.modal-open {
    position: fixed;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
}
.modal {
    will-change: display;
}
.modal-dialog {
    will-change: transform;
}
.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.workout_selector {position: absolute; z-index: -9999;}
.workout_selector + label div {border: solid 1px #d0d0d0; width: 19px; height: 19px; border-radius: 2px; margin-right: 5px;}
.workout_selector:checked + label div {background: #7fc902; border-color: #7fc902; position: relative;}
.workout_selector:checked + label div::before {font-size: 12px; content: "\f00c"; font-family: 'Font Awesome 5 Free'; font-weight: bold;
color: white; top:1px; left: 2px; position: absolute;}

#FAQ_accordion .card-header a {color: var(--main-color); display: block;}
#FAQ_accordion .card-header a i {transform: rotate(90deg);}
#FAQ_accordion .card-header a.collapsed i {transform: rotate(0deg);}

.water-tracker {
    background-color: #effbe8; /* Light green background */
    padding: 20px;
    border-radius: 10px;
}
.water-icon {
    font-size: 2rem;
    margin: 0 20px;
    cursor: pointer;
}
.water-amount {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}
.water-main-glass {
    height: 100px;
}
.water-qty-icon {
    height: 100px;
}
.water-option {
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}
.water-option img {
    max-width: 100%;
    height: 65px;
    margin-bottom: 10px;
}
.water-option .water-option-amount {
    margin-bottom: 15px;
}
.water-option .water-minus-plus-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #7FC902;
    color: #fff;
    border-radius: 10px 0 10px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    cursor: pointer;
}
