/*!
Theme Name: movaia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: movaia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

movaia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.woocommerce-order {
    min-height: 60vh;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    display: none;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

.min-height-70 {
    min-height: 70vh;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    border-radius: 12px;
}

video {
    border-radius: 12px;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    /* margin: 0 0 1.5em 3em; */
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.right-btn {
    margin-right: 1em;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Vlad add */
.u-text u {
    text-decoration: none !important;
}

.pricing-sec-item {
    border: 1px solid;
}

.swiper-slide .slider__item {
    border: 1px solid;
}

.faq__item .faq__item_block {
    border: 1px solid;
}

.has-white-color {
    color: #ffffff;
}

.has-black-color {
    color: #111315;
}

.has-grey-color {
    color: #686868;
}

.has-gren-color {
    color: #ABD037;
}

.has-white-background-color,
.wp-block-button__link.has-white-background-color {
    background-color: #ffffff;
}

.has-black-background-color,
.wp-block-button__link.has-black-background-color  {
    background-color: #111315;
}

.has-grey-background-color,
.wp-block-button__link.has-grey-background-color  {
    background-color: #686868;
}

.has-gren-background-color,
.wp-block-button__link.has-gren-background-color  {
    background-color: #ABD037;
}

.has-gren-background-color:hover,
.has-gren-background-color:focus,
.wp-block-button__link.has-gren-background-color:hover,
.wp-block-button__link.has-gren-background-color:focus {
    background-color: #686868;
    color: #ffffff;
}


    /* Onboarding */

.onboarding-step {
    display: none;
}

.onboarding-active {
    display: block !important;
}

.onboarding__steps__done, .onboarding__steps__number {
    display: none !important;
}

.onboarding__steps-active {
    display: flex !important;
}

.onboarding-error-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
    display: none;
}

.onboarding-error-text-active, .onboarding-error-text-active::placeholder {
    display: block;
    color: #BD0000 !important;
    border-color: #BD0000 !important;
}

.user-btn {
    background-color: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.pricing-page__pricing .row,
.team-section .row {
    justify-content: center;
}

.unli li {
    list-style: auto !important;
}

.text_404 {
    font-size: 240px;
    line-height: normal;
}

.text-small-last {
    position: absolute;
    bottom: 0;
    width: max-content;
}

.pos-rel {
    position: relative;
}

.align-items-sm-start.pos-rel {
    height: 100%;
}

.img_post_block img {
    margin: 0 auto;
    max-height: 500px;
    width: auto;
}

.content_post_block {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px
}

#wpcf7-f987-o1 input:not(.wpcf7-submit),
#wpcf7-f987-o1 textarea,
.personal-user-settings-page input,
.personal-user-settings-page select {
    padding: 7px 24px;
    border: 1px solid #abd037;
    border-radius: 12px;
    background: #fff;
    outline-color: #abd037;
    color: #70696a;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px auto;
    max-width: 300px;
}

#wpcf7-f987-o1 .wpcf7-spinner {
    position: absolute;
}

#wpcf7-f987-o1 .wpcf7-checkbox label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}


#wpcf7-f987-o1 .wpcf7-checkbox label input {
    padding: 7px 10px;
    margin: 5px 0;
    width: 25px;
}

/* End vlad add */

/* personal-user-settings-page */

.personal-user-settings-page.container {
    max-width: 520px;
}

.entry-title {
    font-style: normal;
    font-weight: 700;
}

.personal-user-settings-page h1, .personal-user-settings-page h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.personal-user-settings-page .user_image {
    width: 140px;
    height: 140px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.personal-user-settings-page .header-main_info {
    display: flex;

    justify-content: space-between;

}


@media (max-width: 520px) {
    .personal-user-settings-page .header-main_info {
        display: block;


    }
}


.personal-user-settings-page label {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.personal-user-settings-page .others input {
    margin-top: 10px;

}

.personal-user-settings-page .others.hidden_input {
    display: none;

}


.personal-user-settings-page input[disabled="disabled"],
.personal-user-settings-page select[disabled="disabled"] {
    opacity: 0.6;

}


.personal-user-settings-page .iti.iti--allow-dropdown {
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.personal-user-settings-page .alert {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 100;
}

#modal_window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(104, 104, 104, 0.8);
}

#modal_window .modal_content {
    font-family: 'Montserrat';
    font-style: normal;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 32px;
    border-radius: 20px;

    text-align: center;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#modal_window .modal_content h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
}


#modal_window .modal_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.flex_block_modal {
    display: flex;
    justify-content: space-evenly;
}

.running_goals_details_user .bg-white {
    border: 1px solid #abd037;
}

/* End personal-user-settings-page */

.wp-block-create-block-title-section-block {
    padding: 163px 0px 245px 0px;
}

#loginform p.error_text {
    color: red;
    padding: 10px;
    text-align: center;
    width: 100%;
}


@media (max-width: 470px) {
    button[name="apply_coupon"] {
        width: 100% !important;
        position: relative !important;
        margin-top: 5px !important;
    }
}


@media (max-width: 900px) {
    #uploading-app .upload-video {
        width: auto !important;
    }

    .upload-video__inner {
        margin: 40px 5px 0;
    }

    .upload-video__body .upload-video__row {
        display: block;
    }

    .upload-video__body .upload-video__row form,
    .upload-video__body .upload-video__row button {
        margin-top: 10px;;
    }

    .upload-video__footer {
        justify-content: space-around !important;
    }
}

#uploading-app .upload-video {
    height: 100%;
}

.wpcf7-form-control-wrap {
    display: flex !important;
    margin-bottom: 15px !important;
    justify-content: center !important;
}

.lost_pass a {
    transition: color 0.3s ease;
}

.lost_pass a:hover {
    color: #abd037;
}

.popup__footer__reports_change {
    cursor: pointer;
}

.title_reports {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.report_item svg {
    height: 20px;
    margin-top: -3px;
    margin-right: 2px;
}

.report_item a {
    transition: all 0.2s ease;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
}

.report_item a:hover {
    background-color: #ccc3;
}

.reports_none a {
    color: #abd037;
}

/* nav_buttons */

.nav_buttons {
    padding-top: 20px;
}

/* onboarding buttons */

#payment {
    background: transparent !important;
}

ul.wc_payment_methods {
    padding: 0 !important;
}

#stripe-cvc-element,
#stripe-exp-element,
#stripe-card-element {
    padding: 9px 24px;
    border: 1px solid #abd037;
    border-radius: 12px;
    background: #fff;
    outline-color: #abd037;
    margin-top: -3px;
}

.entry-title {
    font-style: normal;
    font-weight: 700;
}

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    display: none;
}

.text-transform-none {
    text-transform: none;
}

.border-none {
    border: none;
}

.billing_state-select {
    display: none;
}

#stripe-payment-data p:first-child {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}

.onboarding #billing_phone_field {
    display: none;
}

.onboarding #billing_email_field {
    display: none;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}

.woocommerce form .form-row {
    padding: 0px !important;
}

.checkout.woocommerce-checkout .form__input {
    padding: 7px 13px !important;
    font-size: 16px !important;
}

.checkout.woocommerce-checkout .input-text::placeholder {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.form__wrapper__btn {
    position: absolute !important;
    bottom: 0%;
    right: 0%;
}

.gray-btn {
    text-transform: uppercase;
    color: white !important;
    border-radius: 12px !important;
    background: #bfbfbe !important;
    padding: 11px 34px !important;
    width: fit-content !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.woocommerce-info {
    border-top-color: #abd037;
}

.woocommerce-info::before {
    color: #abd037;
}

.checkout_coupon {
    display: block !important;
}

span.select2-selection.select2-selection--single {
    padding: 9px 12px;
    border: 1px solid #abd037;
    border-radius: 12px;
    background: #fff;
    outline-color: #abd037;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    top: 3px;
    right: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -4px;
}

.woocommerce-error li[data-id="billing_last_name"] {
    display: none;
}

.checkout.woocommerce-checkout input#phone {
    padding: 7px 45px !important;
}

#finish_sign_up {
    margin-top: 20px;
    background-color: #abd037;
    border: 1px solid #abd037;
}

#airwallex-card {
    border: 1px solid #abd037;
    border-radius: 12px;
}

#finish_sign_up:hover {
    background-color: #fff;
    color: #111315;
}

.onboarding p {
    margin-bottom: 0 !important;
}

.woocommerce form .form-row .optional {
    display: none;
}

.woocommerce-checkout label.form__label {
    margin-top: 6px;
    margin-bottom: 2px;
    line-height: 2;
}

.woocommerce-Price-currencySymbol {
    display: none;
}

/* page-subscription_page */

.page-subscription_page .woocommerce .onboarding-step {
    display: block;
}

.page-subscription_page .woocommerce .billing_detail_row {
    display: none;
}

.page-subscription_page .woocommerce .payment_detail_row {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.page-subscription_page .woocommerce .billing_detail_block_style {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.page-subscription_page .woocommerce .page-subscription_page_d_none {
    display: none;
}

/* 11.04.2023 */
.upload-video__send-button {
    overflow: hidden;
    position: relative;
}

.loader_button_wrapper {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: #abd037;
    display: flex;
    justify-content: center;
    align-items: center;


}

.loader_button_submit {
    width: 22px;
    height: 22px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.account-btn {
    font-weight: 700;
}

.select-product-pay {
    border: 1px solid #abd037;
    padding: 9px 24px;
    border-radius: 12px;
    margin-top: 27px;
    width: 100%;
}

.checkout.woocommerce-checkout .payment-form input,
.checkout.woocommerce-checkout .payment-form select,
.checkout.woocommerce-checkout .payment-form .form__input {
    padding: 9px 13px !important;
}

.form__input--discount {
    margin-top: -2px !important;
}

.input__take_coach_reports {
    margin-left: 20px;
    display: none;
    /* 	TODO */
}

.upload-video__footer {
    justify-content: end !important;
}

.input__take_coach_reports p {
    margin-bottom: 0;
    margin-left: 5px;
    color: #FFF;
}

.input__take_coach_reports input[type="checkbox"] {
    /* Hide the default checkbox appearance */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Define the custom checkbox size */
    width: 20px;
    height: 20px;
    /* Add a border and background color for the checkbox */
    border: none;
    background-color: white;
    /* Position the checkbox relative to its container */
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}

/* Style the checkbox when it is checked */
.input__take_coach_reports input[type="checkbox"]:checked::before {
    /* Add a green background when checked */
    background-color: #abd037;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    top: 3px;
    left: 3px;
    /* Position the checkmark in the center */
    content: '';
}

.border-subtotal {
    border-bottom: 1px solid #d3d0d0;
    margin-bottom: 3px;
    padding-bottom: 3px;
    margin-top: 20px;
}

.border-tax {
    border-bottom: 1px solid #d3d0d0;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.page-home {
    min-height: 70vh;
}

.page-account {
    min-height: 70vh;
}

.woocommerce-notices-wrapper {
    display: none;
}

.select2-selection__placeholder {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.widget-area {
    display: none;
}

.entry-header {
    text-align: center;
}

.plan-top-bar {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #ABD037;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    padding: 8px;
    font-weight: 700;
}

.plan-top-bar::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -12px;
    width: 12px;
    height: 12px;
    background-color: #ABD037;
    z-index: 3;
}

.subscription-item.active-plan .plan-top-bar::before {
    position: absolute;
    content: '';
    left: -1px;
    bottom: -12px;
    width: 12px;
    height: 12px;
    background-color: #686868;
    z-index: 5;
    border-left: 1px solid #ABD037;
}

.plan-top-bar::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -12px;
    width: 12px;
    height: 12px;
    background-color: #ABD037;
    z-index: 3;
}

.subscription-item.active-plan .plan-top-bar::after {
    position: absolute;
    content: '';
    right: -1px;
    bottom: -12px;
    width: 12px;
    height: 12px;
    background-color: #686868;
    border-right: 1px solid #ABD037;
    z-index: 5;
}

.subscription-item.active-plan .plan-top-bar {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #686868;
    border: 1px solid #ABD037;
    border-bottom: none;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    padding: 8px;
}

.pricing-sec-item-container {
    z-index: 5;
    max-width: 350px !important;
}

.pricing-page__pricing {

    max-width: 350px !important;
}

.wp-container-1.wp-container-1 {
    align-items: end;
}

.pricing-sec-item > div:first-child {
    font-size: 12px;
    min-height: 36px
}

.pricing-sec-item .u-text {
    margin-bottom: 10px;
}

.pricing-sec-item-container > div {
    height: 900px;
    display: flex;
    flex-direction: column;
    padding: 24px 18px !important;
}

.pricing-sec-item-container > div > button {
    margin-top: auto;
}

.pricing-sec-item-container > div svg {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    min-width: 20px !important;
}

.pricing-sec-item-container > div ul > li {
    display: flex;
}

.pricing-sec-item .text-small {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.pricing-sec-item ul > li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.pricing-sec-item button {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    min-height: 62px;
}

.pricing-sec-item .title-huge {
    font-size: 40px;
    line-height: 110%;
}

.pricing-sec-item h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 40px;
}

.pricing-sec-item .text-small {
    font-size: 16px;
    line-height: 150%;
}

.compare-buttons {
    margin-left: 2px;
    padding: 8px;
    cursor: pointer;
    height: 40px;
    border-radius: 12px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 90vw;
    position: relative;
}

.close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 38px;
    padding: 10px;
    cursor: pointer;
}

.modal-content .pricing-page__pricing {
    max-width: 20vw;
    width: 100%;
}

.modal-content h4 {
    margin-bottom: 0;
}

.billing_state-select {
    display: none;
}

.upload-video__details .upload-video__row {
    display: none;
}

.upload-video {
    height: auto !important;
    min-height: 50vh;
}

.range-slider {
    max-width: 400px;
    margin: 20px auto;
}

.range-slider--speed {
    margin: 0;
}

.range-slider__slider {
    position: relative;
}

.range-slider input[type="range"] {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    border-radius: 4px;
    outline: none;
    padding: 0;
}

/* Diamond shape for the thumb */
.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #abd037; /* Thumb color */
    transform: rotate(45deg); /* Rotate to make it diamond-shaped */
    border: 1px solid #565656;
    cursor: pointer;
}

.range-slider input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background-color: #abd037;
    transform: rotate(45deg);
    border: 1px solid #565656;
    cursor: pointer;
}

.label-block label {
    display: block;
}

/* Style for the range slider text */
.range-slider__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.range-slider__result-1, .range-slider__result-2 {
    font-weight: bold;
}

.range-slider--speed .range-slider__text {
    color: #ffffff;
}

.speed-slider-title {
    text-transform: uppercase;
    color: #abd037;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
}

.speed-slider-wrap {
    margin-top: 16px;
    position: relative;
}

.speed-slider-wrap .info-tooltip {
    position: relative;
    top: -8px;
    right: 0;
}

.slider-checkbox {
    max-width: 400px;
    margin-top: 12px;
}

.slider-checkbox label {
    color: #ffffff;
}

.input-with-select__field {
    display: flex;
    gap: 8px;
}

.input-with-select__input-wrap {
    display: flex;
    width: 100%;
}

.input-with-select__input-wrap--1 {
    max-width: calc(60% - 8px);
    flex: 0 0 calc(60% - 8px);
}

.input-with-select__input-wrap--2 {
    max-width: calc(40% - 8px);
    flex: 0 0 calc(40% - 8px);
}

.input-with-select__input-wrap select.form__input {
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
}

.input-with-select__input-wrap input {
    max-width: 100%;
    width: auto;
}

select.form__input {
    height: auto;
    padding: 7px 16px;
}

.info-tooltip {
    position: absolute;
    top: 12px;
    right: 16px;
}

.info-tooltip__button {
    background-color: transparent;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid #abd037;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-tooltip__button svg {
    fill: #abd037;
    max-width: 5px;
    height: auto;
    width: 100%;
}

.info-tooltip__box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 12px);
    right: -8px;
    max-width: 70vw;
    width: 300px;
    background-color: #abd037;
    z-index: 1;
    border-radius: 12px;
    padding: 8px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.info-tooltip__box:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 12px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #abd037 transparent;
}

.info-tooltip__button:hover + .info-tooltip__box {
    opacity: 1;
    visibility: visible;
}

.info-tooltip__text {
    font-size: 12px;
}

.onboarding__progress {
    width: 100%;
    height: 4px;
    position: relative;
}

.onboarding__progress span {
    height: 4px;
    left: 0;
    top: 0;
}

.onboarding__progress-12-5 span {
    width: 12.5%;
}

.onboarding__progress-25 span {
    width: 25%;
}

.onboarding__progress-37-5 span {
    width: 37.5%;
}

.onboarding__progress-50 span {
    width: 50%;
}

.onboarding__progress-62-5 span {
    width: 62.5%;
}

.onboarding__progress-75 span {
    width: 75%;
}

.onboarding__progress-87-5 span {
    width: 87.5%;
}

.onboarding__progress-100 span {
    width: 100%;
}

body.page-template-template-onboarding {
    overflow-x: initial;
}

@media (min-width: 992px) and (max-height: 1024px) {
    .onboarding-step-3 .onboarding-step__inner {
        padding-bottom: 14rem !important;
    }
}

@media (min-width: 992px) and (max-height: 768px) {
    .onboarding-step-1 .onboarding-step__inner {
        padding-bottom: 180px !important;
    }

    .onboarding-step-2-1 .onboarding-step__inner {
        padding-bottom: 90px !important;
    }

    .onboarding-step-2-2 .onboarding-step__inner,
    .onboarding-step-2-3 .onboarding-step__inner,
    .onboarding-step-2-4 .onboarding-step__inner,
    .onboarding-step-2-5 .onboarding-step__inner,
    .onboarding-step-2-6 .onboarding-step__inner,
    .onboarding-step-2-7 .onboarding-step__inner,
    .onboarding-step-2-8 .onboarding-step__inner,
    .onboarding-step-3 .onboarding-step__inner {
        padding-bottom: 90px !important;
    }

    .onboarding .onboarding__steps {
        padding: 80px 0 !important;
    }

    .onboarding .onboarding__wrapper {
        min-height: 100%;
    }

    main.onboarding {
        min-height: max(594px, 100vh);
    }
}