*{
margin: 0;
padding: 0;
}
.bmr-main-bg{
height: auto;
width: 100%;    
display: flex;
justify-content: center;
align-items: center;
font-family: inherit;
}
.bmr-card {
width: 400px;
height: auto;
display: flex;
flex-direction: column; 
justify-content: center;   
align-items: center;
border: 1px solid #b9b6b6;
border-radius: 5px;
padding-bottom: 25px;
}
.bmr-top {
width: 100%;
background: linear-gradient(45deg, #f1baba, #4284e7f0);
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0;
margin-bottom: 20px;
}
.bmr-top a {
color: #fff;
text-decoration: none;
}
.bmr-top h2 {
font-size: 25px;
margin: 0;
color: #fff;
}
.bmr-fields {
width: 90%;
display: flex;
justify-content: center;
align-items: center;
margin: 5px 0;
}
.bmr-fields input[type="number"] {
width: 70%;
height: 40px;
background: transparent;
border: none;
border-bottom: 1px solid #FFDA66;
font-size: 15px;
color: #ff6b66;
text-align: center;
}
.bmr-fields input[type="number"]:focus {
outline: none;
border-bottom: 2px solid red;    
}
.bmr-fields span {
margin: 0 3px;
}
#bmr-gender {
margin: 15px;
}
#bmr-value {
width: 80%;
height: 40px;
background: transparent;
border: none;
border-bottom: 2px solid #2248f0;
font-size: 15px;
color: #f12e6f;
text-align: center;
}
.bmr-fields button {
width: 150px;
background-image: linear-gradient(45deg, #46e317, #f8e826f0);
color: #fff;
border-radius: 5px;
margin-top: 10px;
}
@media only screen and (max-width: 600px) {
.form-area {
width: 100%;
margin: auto;
}
.card {
width: 100%;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.flex {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.bmi-main-bg {
height: auto;
width: 100%;    
display: flex;
justify-content: center;
align-items: center;
font-family: inherit;
}
.bmi-card {
width: 300px;
height: 500px;
border: 1px solid #fff;
background-color: #363450;
display: flex;
flex-direction: column; 
justify-content: center;   
align-items: center;
border-radius: 15px;
box-shadow: 0px 5px 20px 0px #b6b3b3;
}
.bmi-circle {
height: 200px;
width: 200px;
position: relative;
border-radius: 50%;
background: url(//www.womenlines.com/wp-content/plugins/calculate-bmr/public/images/background.jpeg);
background-size: cover;
box-shadow: 0px 10px 25px 1px #000000ab;
}
.bmi-title {
position: absolute;
top: 25px;
font-size: 16px;
color: #fff;
font-weight: 900;
margin: 0px;
}
.bmi-title a {
color: #fff;
text-decoration: none;
}
.bmi-value {
font-size: 50px;
color: #FFDA66;
visibility: hidden;
margin: 0px !important;
}
.bmi-data {
font-size: 16px;
color: #25DFB7;
margin-top: 5px;
visibility: hidden;
margin: 0px;
}
.bmi-input-body {
display: flex;
gap: 50px;
margin: 30px 0;
}
.bmi-fields {
width: 100px;
height: 100px;
background-color: #202036;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
padding: 15px 0;
}
.bmi-fields span {
font-size: 15px;
color: #fff;
margin-top: 5px;
}
.bmi-fields input[type="number"] {
width: 70%;
height: 40px;
background: transparent;
border: none;
border-bottom: 1px solid #FFDA66;
font-size: 25px;
color: #FFDA66;
text-align: center;
}
.bmi-fields input[type="number"]:focus {
outline: none;
border-bottom: 2px solid red;    
} input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number]{
-moz-appearance: textfield;
} .bmi-card .calc-value {
width: 100px;
height: 40px;
background-color: #6C5CE7 !important;
color: #fff !important;
border: 0px;
border-radius: 5px;
margin: 5px 0;
font-size: 13px;
padding: 0px;
text-align: center;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.featured-video-plus.fvp-responsive .wp-video {
width: auto !important;
height: auto !important;
}
.featured-video-plus.fvp-responsive .wp-video video {
width: 100% !important;
height: auto !important;
}
.featured-video-plus.fvp-responsive .mejs-container {
width: 100% !important;
height: auto !important;
padding-top: 57%;
}
.featured-video-plus.fvp-responsive .mejs-overlay,
.featured-video-plus.fvp-responsive .mejs-poster {
width: 100% !important;
height: 100% !important;
}
.featured-video-plus.fvp-responsive .mejs-mediaelement video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
}
.featured-video-plus.fvp-responsive audio {
width: 100%;
}
.featured-video-plus.fvp-center {
text-align: center;
}
.featured-video-plus.fvp-center .wp-video {
margin: 0 auto;
}
.featured-video-plus.fvp-right {
text-align: right;
}
.featured-video-plus.fvp-right .wp-video {
margin: 0 0 auto auto;
}
.featured-video-plus.fvp-left {
text-align: left;
}
.featured-video-plus.fvp-left .wp-video {
margin: 0 auto auto 0;
}
.fvp-overlay,
.fvp-dynamic {
position: relative;
display: block;
height: auto;
width: auto;
}
.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon {
background: transparent no-repeat scroll center center;
position: absolute;
top: 0;
left: 0;
z-index: 999;
pointer-events: none;
display: none;
}
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
display: block;
background-image: url(//www.womenlines.com/wp-content/plugins/featured-video-plus/img/playicon.png);
}
.fvp-overlay .fvp-actionicon.load,
.fvp-dynamic .fvp-actionicon.load {
display: block;
}
.fvp-overlay .fvp-actionicon.load.w,
.fvp-dynamic .fvp-actionicon.load.w {
background-image: url(//www.womenlines.com/wp-content/plugins/featured-video-plus/img/loadicon_w.gif);
}
.fvp-overlay .fvp-actionicon.load.b,
.fvp-dynamic .fvp-actionicon.load.b {
background-image: url(//www.womenlines.com/wp-content/plugins/featured-video-plus/img/loadicon_b.gif);
}
#DOMWindow {
background: transparent center center no-repeat;
width: auto;
height: auto;
margin: auto auto;
overflow: hidden;
background-image: url(//www.womenlines.com/wp-content/plugins/featured-video-plus/img/loadicon_w.gif);
}
.fvp-onload {
display: none !important;
height: 0;
width: 0;
visibility: hidden;
}
.featured-video-plus .wp-video a:not(.post-thumbnail) {
display: none;
}
.no-js .featured-video-plus .wp-video a:not(.post-thumbnail) {
display: inline;
}
.featured-video-plus.fvp-responsive.fvp-spotify .fluid-width-video-wrapper {
padding-top: 100% !important;
}.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}.sxc-follow-buttons {
margin: 0 !important; padding: 0 !important; background: none !important; background-image: none !important; border: none !important; box-shadow: none !important; } .sxc-follow-buttons .sxc-follow-button {
display: inline-block !important; margin: 0 !important; padding: 0 !important; background: none !important; background-image: none !important; border: none !important; box-shadow: none !important; list-style-type: none !important; -webkit-user-select: none; -moz-user-select: none; }
.sxc-follow-buttons .sxc-follow-button::before {
content: "" !important; content: none !important; }
.sxc-follow-buttons .sxc-follow-button::after {
content: "" !important; content: none !important; }
.sxc-follow-buttons .sxc-follow-button a {
display: block !important; margin: 0 !important; padding: 0 !important; background: none !important; background-image: none !important; border: none !important; box-shadow: none !important; }
.sxc-follow-buttons .sxc-follow-button a img {
margin: 0 !important; padding: 0 !important; background: none !important; background-image: none !important; border: none !important; box-shadow: none !important; vertical-align: top;
}
.sxc-follow-buttons .sxc-follow-button a br {
display: none !important; }