
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {font-family: "Brandon Grotesque Bold";  
 src: url("/statics/fonts/6cec834e2e8f2e4206567ed75e1281d4.eot"); 
 src: url("/statics/fonts/6cec834e2e8f2e4206567ed75e1281d4.eot?#iefix") 
      format("embedded-opentype"), url("//statics/fonts/6cec834e2e8f2e4206567ed75e1281d4.woff2") 
      format("woff2"), url("/statics/fonts/6cec834e2e8f2e4206567ed75e1281d4.woff") 
      format("woff"), url("/statics/fonts/6cec834e2e8f2e4206567ed75e1281d4.ttf") 
      format("truetype"), url("/statics/fonts/6cec834e2e8f2e4206567ed75e1281d4.svg#Brandon Grotesque Bold") 
      format("svg"); }
      
@font-face {font-family: "Brandon Grotesque Regular";  
  src: url("/statics/fonts/544da55955a950deb15d6a7536c4da34.eot"); 
  src: url("/statics/fonts/544da55955a950deb15d6a7536c4da34.eot?#iefix") 
       format("embedded-opentype"), url("/statics/fonts/544da55955a950deb15d6a7536c4da34.woff2") 
       format("woff2"), url("/statics/fonts/544da55955a950deb15d6a7536c4da34.woff") 
       format("woff"), url("/statics/fonts/544da55955a950deb15d6a7536c4da34.ttf") 
       format("truetype"), url("/statics/fonts/544da55955a950deb15d6a7536c4da34.svg#Brandon Grotesque Regular") 
       format("svg"); }
       
@font-face {font-family: "Brandon Grotesque Medium"; 
  src: url("/statics/fonts/5116a4d958b55b9c7872c9af3b076af1.eot"); 
  src: url("/statics/fonts/5116a4d958b55b9c7872c9af3b076af1.eot?#iefix") 
      format("embedded-opentype"), url("/statics/fonts/5116a4d958b55b9c7872c9af3b076af1.woff2") 
      format("woff2"), url("/statics/fonts/5116a4d958b55b9c7872c9af3b076af1.woff") 
      format("woff"), url("/statics/fonts/5116a4d958b55b9c7872c9af3b076af1.ttf") 
      format("truetype"), url("/statics/fonts/5116a4d958b55b9c7872c9af3b076af1.svg#Brandon Grotesque Medium") 
      format("svg"); }
      
/*:root{*/
/*    -webkit-touch-callout: none;*/
/*}*/

html{
    overflow: hidden;
    /*background: #0e1320;*/
}

body {
  /*background: #0E1320;*/
  background: black;
  color: #2f3138;
  font-family: 'Brandon Grotesque Medium';
  height: 100vh;
  height: calc(100vh + 1vh);
  overflow: auto; 
  padding-top: 1vh;
  padding-bottom: 10vh;
  /*background: linear-gradient(to bottom, #0e1320 40%, #000000 100%);*/
}

h3 {
    font-family: 'Brandon Grotesque Bold';
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #BFBFBF!important;
    margin-bottom: 10px;
}

a {
  color: #1fba44;
  text-decoration: none;
  transition: 0.5s;
}

/*a:hover, a:active, a:focus {*/
/*  opacity: 0.8;*/
/*}*/

p {
  padding: 0;
  font-family:'Brandon Grotesque Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #9FA5C0;
}

h1 {
    font-family: 'Brandon Grotesque Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #D2DDF2;
    margin: 0 0 20px 0;
}

h2, h3, h4, h5, h6 {
  font-family: 'Brandon Grotesque Medium';
  padding: 0;
  color: #9FA5C0;
}

.fw-logo {
    display: flex;
    margin: auto;
    padding-top: 85px;
    width: 195px;
}

.lp-p {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #D0DBEA;
    max-width: 230px;
    display: block;
    margin: 30px auto 40px auto;
}

.fw-default-btn {
    background-color: #F41C53;
    width: 100%;
    height: 61px;
    max-width: 250px;
    display: block;
    margin: 30px auto;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 1px;
}

.sign-in-h {
    padding-top: 60px;
    text-align: center;
}

.show-hide {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mail-input {
    background: #FFFFFF;
    border: 1px solid #D0DBEA;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.007em;
    color: #9FA5C0;
    display: block;
    margin: auto;
    padding-top: 30px;
}

.input-text {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.007em;
    color: #9FA5C0;
    margin-top: 2px;
}

.fa-eye:before {
    color: #d2ddf2;
}

.fa-eye-slash:before {
    color: #d2ddf2;
}

.input-icon {
    padding: 0 5px 0 20px;
    margin-bottom: 3px;
}

.input-wrapper {
    width: 100%;
    display: block;
    margin: auto;
}

.input-wrapper-wrapped{
    width: 100%;
    margin: auto;    
}

.input-wrapper-wrapped div{
    width: 100%;
}

.form-input-wrapper{
    display: flex;
    justify-content: space-between;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 30px;
    padding-bottom: .625rem;
    padding-left: 30px;
}

.sign-up {
    color: #F41C53;
    padding-left: 40px;
}

.g-icon {
    margin-bottom: 5px;
    padding-right: 5px;
}

.align-center {
    text-align: center;
}

.pw-check {
    padding-right: 5px;
}

.white-btn {
    background-color: #fff;
    color: #9FA5C0;
    border: 2px solid #D0DBEA;
}

.display-flex {
    display: flex;
}

.fw-code {
    width: 25%;
    background: #FFFFFF;
    border: 2px solid #D0DBEA;
    box-sizing: border-box;
    border-radius: 20px;
    height: 90px;
    text-align: center;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #3E5481;
    }

div#q-app {
    padding: 0 10px;
}

.red {
    color: #F41C53;
}

.workout-hero-header {
    background-color: #cccccc!important; 
    height: 500px!important; 
    background-position: center!important; 
    background-repeat: no-repeat!important; 
    background-size: cover!important; 
}

.back-btn {
    padding: 20px;
}

.workout-detail-wrapper {
    /*background: #0e132000;*/
    background: black;
    border-radius: 32px 32px 0px 0px;
    margin-top: 15px;
    padding: 20px;
}

.search-filter-wrapper {
    background: #0E1320;
    border-radius: 32px 32px 0px 0px;
    margin-top: -250px;
    padding: 0 0 0 20px;
}

.fw-line-h {
    overflow: hidden;
}

.fw-line-h:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: sub;
    width: 100%;
    margin-right: -90%;
    margin-left: 10px;
    border-top: 1px solid #D0DBEA;
}

.fw-dash-header {
    margin-top: 40px;
    font-weight: bold;
}

.dash-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.exercise-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.dash-overview-p {
    padding: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #9FA5C0;
}

.fw-radio-complete {
    position: relative;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.complete-excercises {
    padding: 0;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #9FA5C0;
}

.fw-progress-square-text {
    text-align: center;
    padding-top: 14px;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
}

.fw-progress-square-data {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 10px;
}

svg.data-graph {
    width: 100%;
}

.fw-progress-square {
    /*background: rgba(210, 203, 203, 0.3);*/
    background: rgb(29 35 47 / 87%);
    background: #0e1320c7;
    border-radius: 16px;
    justify-content: center;
    display: grid; 
    /*new*/
    width: auto;
    min-width: 150px; 
    box-shadow: 7px 8px 12px -7px black;
}

.fw-progress-wrap {
    padding-bottom: 0;
}

.fw-progress-wrap {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 0;
    /*new*/
    justify-content: center;
    display: flex;
}

.fw-search-input {
    background: #F4F5F7;
    border-radius: 32px;
    margin: auto;
    text-align: center;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.007em;
    color: #D2DDF2;
    border: none;
    padding: 12px 36px;
}

svg.fw-filter {
    margin-top: auto;
    margin-bottom: auto;
}

svg.fw-filter {
    margin-top: auto;
    margin-bottom: auto;
}

svg.back-arrow {
    margin-top: auto;
    margin-bottom: auto;
    top: 25px;
    position: relative;
}

svg.back-arrow-exercises {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
} 

svg.back-arrow-chat {
    margin-top: auto;
    margin-bottom: auto;
    top: 30px;
    position: relative;
}

.search-wrapper {
    margin: 30px 0;
    padding: 0 15px;
}

svg.back-arrow-exercises {
    margin-top: 15px;
}

svg.recent-search-arrow {
    margin-right: 10px;
    right: 15px;
    position: relative;
}

.divider {
    border: 1px solid #F4F5F7;
    width: 100%;
    display: block;
    margin: 0 auto 17px auto;
}

.red-divider {
    border: 1px solid #f41c53;
    width: 100%;
    display: block;
    margin: 0 auto 17px auto;
}

.search-bubbles {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #3E5481;
    background: #F4F5F7;
    border-radius: 32px;
    padding: 15px 24px;
    margin: 5px;
}

.search-suggestions-bubbles-wrapper {
    align-items: center;
}

.search-filter-wrapper {
    background: #FFFFFF;
    border-radius: 32px 32px 0px 0px;
    padding: 0 0 0 20px;
}

.filter-header {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    color: #3E5481;
}

.lighter-text {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    color: #9FA5C0;
}

.filter-wrapper {
    background-color: #fff;
    border-radius: 32px 32px 0 0;
    min-height: 300px;
}

.filter-bubbles {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #9FA5C0;
    background: #f4f5f700;
    border-radius: 32px;
    padding: 13px 24px;
    margin: 5px;
    border: 2px solid #D0DBEA;
}

.filter-bubble-active {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #fff;
    background: #F41C53;
    border-radius: 32px;
    padding: 15px 24px;
    margin: 5px;
}

.grey-btn {
    color: #adb0b7;
    background-color: #F4F5F7;
    box-shadow: none;
}

.no-box-shadow {
    box-shadow: none;
}


.q-slider {
    position: relative;
    color: #f41c53;
    outline: 0;
    margin: auto;
}

.q-slider__track-container {
    background: #f41c53;
    border-radius: 20px;
    border: 2px solid #f41c53;
}

.q-slider--no-value .q-slider__thumb, .q-slider--no-value .q-slider__track {
    visibility: visible;
}

.fw-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.exercise-thumb {
    background-color: #cccccc!important;
    height: 160px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 16px;
    margin-top: 10px;
}

.search-results-descr {
    padding-left: 0;
    padding-top: 0;
    line-height: 0px;
    margin-top: 0;
}

.footer-menu-wrapper {
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0 !important;
    padding: 20px 0;
    z-index: 3;
}

.footer-menu {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #9FA5C0;
}

.workout-footer-menu {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #9FA5C0;
}

.footer-nav {
    width: 20%;
    text-align: center;
}

svg.footer-menu-icon {
    margin-top: auto;
    margin-bottom: auto;
    margin: 13px 0;
    fill: #9fa5c0;
}

.footer-nav-workout-icon {
    margin-bottom: 6px;
}

.back-btn {
    position: absolute;
    top: 0;
}

.play-btn {
    position: absolute;
    z-index: 300;
    text-align: center;
    margin: auto;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.play-btn-workout-header {
    position: absolute;
    z-index: 300;
    text-align: center;
    margin: auto;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 70px;
}

.profile-photo-upload {
    background: #FFFFFF;
    border: 2px dashed #D0DBEA;
    border-radius: 16px;
}

svg.pic-upload-icon {
    margin: auto;
    display: block;
}

.profile-photo-upload {
    padding: 15px;
}

.profile-input {
    background: #FFFFFF;
    border: 1px solid #D0DBEA;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.007em;
    color: #9FA5C0;
    display: block;
    margin: auto;
    padding-top: 30px;
    padding-left: 10px;
    border-radius: 10px;
}

input:focus {
  padding-left: 30px!important;
}

.profile-input-text {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.007em;
    color: #9FA5C0;
    margin-top: 2px;
    padding-left: 30px!important;
}

.profile-input-select {
    padding-top: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right center #FFFFFF;
    background-position: right 15px top 20px;
}

.input-wrapper-wrapped>.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 20px;
}

.input-wrapper-wrapped>.profile-input-select>.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 15px;
}

.input-wrapper-wrapped>.form-control:disabled, .form-control[readonly] {
        background-color: #fff;
    }

#goalUnitSelect{
    padding-left: 20px;
}

#goalSelect{
    /*padding-top: 15px;*/
}

.activity-level-text {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #D2DDF2;
    border: none;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.activity-status {
    display: block;
    margin: auto;
}

.activity-status-inactive {
    display: block;
    margin: auto;
    padding-top: 5px;
}

.activity-status-fit {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.profile-thumb {
    /*background-color: #cccccc!important;*/
    height: 120px;
    width: 120px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 120px;
    margin-top: 10px;
    display: block;
    margin: auto;
}

.chat-thumb {
    background-color: #cccccc!important;
    height: 50px;
    width: 50px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 120px;
    margin-top: 10px;
    display: block;
    margin: auto;
}

.chat-header-thumb {
    background-color: #cccccc!important;
    height: 30px;
    width: 30px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 120px;
    margin-top: 10px;
    display: block;
    margin: auto;
}

.fw-profile-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #F41C53;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #f41c53;
}

svg.footer-menu-icon-active {
    margin-top: auto;
    margin-bottom: auto;
    margin: 13px 0;
    fill: #000!important;
}

.footer-menu-active {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #000;
}

svg.badges {
    display: block;
    margin: auto;
}

.chat-wrapper {
    padding: 40px 0 120px 0;
}

.chat-header {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.chat-timestamp {
    padding-top: 18px;
    font-size: 12px;
}

.chat-excerpt {
    padding-left: 15px;
}

svg.mobile-menu {
    width: 3px;
}

.chat-header-main {
    padding-top: 25px;
    font-size: 18px;
}

.message-box1 {
    color: #e0e0e0;
    border-radius: 4px 4px 4px 0;
    background: currentColor;
    padding: 8px;
    line-height: 1.2;
    word-break: break-word;
    position: relative;
    width: 60%;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium';
}


.message-box2 {
    color: #e0e0e0;
    border-radius: 4px 4px 0 4px;
    background: currentColor;
    padding: 8px;
    line-height: 1.2;
    word-break: break-word;
    position: relative;
    width: 60%;
    margin-left: auto;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium';
}

.message-header {
    padding-bottom: 0;
    margin-bottom: 0;
}

.chat-bubble-text {
    color: #3E5481;
}


.camera-icon-wrapper {
    padding-left: 20px;
    padding-top: 10px;
}

.chat-box-tray {
    background: #eee;
    display: flex;
    align-items: baseline;
    padding: 10px 15px;
    align-items: center;
    margin-top: 19px;
    bottom: 0;
    border-radius: 25px;
    margin-bottom: 20px;
}

.chat-box-tray input {
    margin: 0 10px;
    padding: 6px 5px;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium';
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #9fa5c0;
    padding: 11px;
}

.material-icons-chat {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #9fa5c0;
    padding: 10 px 15px;
}

.material-icons-active {
    color: #000;
}

input {
    border: none;
    border-radius: 2px;
    width: 80%;
    padding-left: 1px;
}

.attachment-icon {
    padding-right: 5px;
}

.send-icon {
    color: #F41C53;
}

.fw-follow-btn {
    background-color: #F41C53;
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    background: #F41C53;
    border-radius: 32px;
    font-weight: bold;
}

.fw-following-btn {
    background-color: #F41C53;
    width: 100%;
    display: block;
    color: #212428;
    padding: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    background: #F4F5F7;
    border-radius: 32px;
    font-weight: bold;
}

.fw-follow-btn-unselected {
    background-color: #9fa5c0;
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    background: #9fa5c0;
    border-radius: 32px;
    font-weight: bold;
}

a {
    color: #bfbfbf;
    text-decoration: none;
    transition: 0.5s;
}

.notification-thumb {
    background-color: #cccccc!important;
    height: 50px;
    width: 50px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 120px;
    margin-top: 10px;
    display: block;
    margin: auto;
}

.notification-thumb2 {
    background-color: #cccccc!important;
    height: 50px;
    width: 50px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 120px;
    margin-top: 10px;
    margin-top: -30px;
    margin-left: -10px;
}

.notification-text {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.chat-excerpt {
    margin-top: auto;
    margin-bottom: auto;
}

.effort-thumbnail {
    background-color: #cccccc!important;
    height: 64px;
    width: 64px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 14px;
    border-radius: 12px;
    margin-right: auto;
    margin-left: auto;
}

.align-center {
    display: block;
    margin: auto;
}

:focus-visible {
    outline: none;
}

input.chat-box:focus {
    padding-left: 5px!important;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #9FA5C0;
}

.verification-container {
    border: 1px solid #D0DBEA;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: 'Brandon Grotesque Medium!important';
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 34px!important;
    line-height: 41px!important;
    text-align: center!important;
    letter-spacing: 0.007em!important;
    color: #3E5481;
    height: 72px;
    margin: auto;
    display: block;
    width: 80px;
}

.verification-container input {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    text-align: center!important;
    letter-spacing: 0.007em;
    color: #3E5481;
}

.pin-wrapper > input:focus{
    padding-left: 0px!important;
}

.thick-border {
 border: 1px solid #F4F5F7;
}

.q-card {
    box-shadow: none;
    border-radius: 0;
    vertical-align: middle;
    background: #0e1320; 
    color: white; 
}


.q-tab__label {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.007em;
    color: #D2DDF2;
}

.q-tab--active .q-tab__indicator {
    color: #f41c53;
    overflow-x: hidden;
}

.no-padding-left-right {
    padding-left: 0;
    padding-right: 0;
    
}

.video-info-header {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}

.countdown-timer {
    font-family: 'Brandon Grotesque Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 30px 0;
    text-align: center;
}

.up-next-header {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.video-play-btn {
    position: absolute;
    top: 0;
}

.video-workout-detail-wrapper {
    /*background: #0E1320;*/
    background: black;
    border-radius: 15px 15px 0px 0px;
    margin-top: -33px;
    padding: 0 20px;
    position: relative;
    z-index: 300;
}

.heart-rate-stats {
    position: absolute;
    left: 20px;
    bottom: 55px;
}

.calories {
    position: absolute;
    left: 60px;
    bottom: 55px;
}

.white-icon {
    color: #fff;
}

.trophy-animation {
    text-align: center;
}

.workouts-completed {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.5px;
    padding: 15px 0 10px 0;
    color: #D2DDF2;
}

.custom-controls-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.7;
}

.video-controls-wrapper {
    background-color: #3a393c;
    border-radius: 15px 15px 0 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px;
    z-index: 500;
}

p.results-description {
    font-size: 13px;
}

p.results-header {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 0;
    font-family: 'Brandon Grotesque Bold';
    letter-spacing: 0.5px;
}

p.workout-header{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0 3px 11px
    margin-bottom: 0;
    font-family: 'Brandon Grotesque Bold';
    letter-spacing: 0.5px;    
}

.vid-thumbnail {
    border-radius: 10px!important;
}

.border-radius-wrapper {
    border-radius: 15px;
}

.fw-divider.align-center.mt-1 {
    padding: 10px 0;
}

.q-slider__track-container {
    background: #d6dfed!important;
}

.smaller-btn {
    font-size: 10px;
    padding: 10px;
}

.video-container {
    width: 100%;
    min-height: 230px!important;
    position: relative;
}

.x-stats-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}

p.count-info {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.heart-rate {
    padding-top: 80px;
    margin: auto;
    display: block;
    text-align: center;
}

i.material-icons.heart-icon {
    padding: 0 0 10px 0;
}

i.material-icons.calories-icon {
    padding: 0 0 10px 0;
}

svg.play-btn-x-icon-big {
    width: 100px;
}

.difficulty-knob-wrapper {
    display: block;
    margin: auto;
    text-align: center;
}

.fw-red {
    color: #F41C53;
}

h4.big-header {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-size: 36px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #D2DDF2;
    text-align: center;
    padding: 15px 0;
}

.upload-success-animation {
    text-align: center;
    background: #fff;
    border-radius: 25px;
    height: 230px;
    width: 230px;
    margin: 15px auto;
}

.upload-success-container {
    height: 100vh;
}

.history-wrapper {
    color: #d2ddf2;
}

.history-wrapper div{
    margin: 0px;
    max-width: 100%;
}

.history-headings-wrapper {
    padding: 4px;
    background-color: #f01b54;
    font-weight: bolder;
    border-radius: 6px 6px 0px 0px;
}

.history-body-wrapper {

}

.history-body-wrapper>.row {
    padding: 4px;
    border-bottom: 1px solid white;   
    align-items: center;
}

.library-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 380px));
    gap: 2rem;
    justify-content: center;
}

.library-card{
    width: 100%;
    height: 20vh;
    padding: 10px 15px;
    background: #f01b54c4;
    border-radius: 10px;
    color: white;
    max-width: 375px;
    max-height: 135px;
    box-shadow: 3px 3px 9px 1px black;
    font-family: 'Brandon Grotesque Medium';
    border-right: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffffa6;
}

.library-card > div{
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
}

#library-card-Heading{
    height: 33%;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    text-shadow: 2px 1px #00000087;
}

#library-card-subheading{
    height: 33%;
    font-size: 16px;
    color: #9fa5c0;
    font-weight: 700;
    align-items: flex-end;
    padding-bottom: 5px;
    /*text-shadow: 1px 1px black;*/
}

#library-card-chip{
    height: 33%;
    font-size: 13px;
    font-weight: 700;
    align-items: center;
}

.chip{
    width: auto;
    background: #f01b546b;
    border-radius: 20px;
    text-align: center;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-shadow: 2px 2px black;*/
}

.library-icon{
    color: white; 
    font-size: 17px; 
    font-weight: 600;
    text-shadow: 2px 1px black;
}

/*Video Component*/

    .fade-in {
      position: absolute;
      width: 100%;
      height:80%;
      /*background-color: #0e1320;*/
      background-color: black;
      top: 0;
      right: 0;
      animation: heartRateIn 4.5s linear infinite;
    }
    .fade-out {
        position: absolute;
        width: 120%;
        height: 80%;
        top: 0;
        left: -120%;
        animation: heartRateOut 4.5s linear infinite;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        /*background: linear-gradient(to right, rgb(14 19 32) 0%, rgb(14 19 32) 80%, rgba(255, 255, 255, 0) 100%);*/
        background: linear-gradient(to right, black, rgb(2 0 26) 80%, rgba(255, 255, 255, 0) 100%);
    }
    
    @keyframes heartRateIn {
      0% {
        width: 100%;
      }
      50% {
        width: 0%;
      }
      100% {
        width: 0;
      }
    }
    
    @keyframes heartRateOut {
      0% {
        left: -120%;
      }
      30% {
        left: -120%;
      }
      100% {
        left: 0;
      }
    }  
    
    
    /*SHARE WORKOUT ANIMATED SVG*/
    
    	.animated-1 {
	  -webkit-animation: .2s ease-in-out 0.2s both;
	}
	
	.animated-2 {
	  -webkit-animation: .1s ease-in-out 0.3s both;
	}
	
	.animated-3 {
	  -webkit-animation: .1s ease-in-out .35s both;
	}
	
	.animated-4 {
	  -webkit-animation: .1s ease-in-out .4s both;
	}
	
	.animated-5 {
	  -webkit-animation: .1s ease-in-out .45s both;
	}
	
	.animated-6 {
	  -webkit-animation: .1s ease-in-out .5s both;
	}
	
	.animated-7 {
	  -webkit-animation: .1s ease-in-out .54s both;
	}
	
	.animated-8 {
	  -webkit-animation: .1s ease-in-out .57s both;
	}
	
	.animated-9 {
	  -webkit-animation: .1s ease-in-out .6s both;
	}
	
	.animated-10 {
	  -webkit-animation: .1s ease-in-out .63s both;
	}
	
	.animated-11 {
	  -webkit-animation: .3s ease-in-out .85s both;
	}
	
	.animated-12 {
	  -webkit-animation: 1.5s ease-in-out 1.2s both;
	}
	
	@-webkit-keyframes flash {
	  0% {
	    opacity: 0;
	  }
	  100% {
	    opacity: 1;
	    -webkit-transition-timing-function: cubic-bezier(.58, .05, .63, 1.27);
	  }
	}
	
	.flash {
	  -webkit-animation-name: flash;
	  animation-name: flash;
	}


    
.fw-logo-results {
    text-align: center;
    display: block;
    margin: auto;
    width: 200px;
    position: relative;
}

.grid-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.grid-card{
    padding: 5px;
    height: auto;
    font-family: 'Brandon Grotesque Medium';
    color: #bfbfbf;
    border-bottom: 2px solid #ffffff;
}

.dashboard-grid-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
    justify-items: center;
    gap: 1rem;
}

.dashboard-grid-card{
    height: auto;
    font-family: 'Brandon Grotesque Medium';
}

.set-card {
    /*background: #2d3448;*/
    background: #0e1320c7;
    border-radius: 10px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 14%), 0 1px 10px rgb(0 0 0 / 12%);
    margin: 10px 0px;
}

.set-card-container {
    padding: 15px;
}

.step-row {
    width: 100%;
    margin: 8px 0px;
}

.step-row div p {
    margin: 0;
}

/*.grid-card q-btn{*/
/*    background-image: linear-gradient(to bottom right, #ec2b53, #ab223e);*/
/*}*/

/*Mobile Chat*/

    .q-tabs__content.row.no-wrap.items-center.self-stretch.hide-scrollbar.q-tabs__content--align-justify.scroll {
    margin-right: 0;
    padding-right: 0;
    }
    
    
    .q-page-container {
        min-height: 100vh;
        /*background: linear-gradient(to bottom, #0e1320 40%, #000000 100%);*/
    }
    
    .q-message-text--received {
        border-radius: 4px 4px 4px 0;
        color: #e0e0e0;
        border-radius: 4px 4px 4px 0;
        background: currentColor;
        padding: 8px;
        line-height: 1.2;
        word-break: break-word;
        position: relative;
        width: 80%;
        font-size: 15px;
        font-family: 'Brandon Grotesque Medium';
    }
    
    
    .q-message-avatar--received {
        margin-right: 0;
        width: 70px;
    }
    
    .q-field__control-container.col.relative-position.row.no-wrap.q-anchor--skip {
        min-width: 80%;
    }
    
    .chat-input.bg-grey-3 {
        position: absolute;
        background: #eee;
        align-items: baseline;
        padding: 0 16px;
        align-items: center;
        bottom: 0;
        left: 0;
        align-items:stretch;
        width: 100%;
    }
    
    .q-message-text--sent {
        border-radius: 4px 4px 4px 0;
        color: #e0e0e0;
        border-radius: 4px 4px 0px 4px;
        background: currentColor;
        padding: 8px;
        width: 100%;
        line-height: 1.2;
        word-break: break-word;
        font-size: 15px;
        font-family: 'Brandon Grotesque Medium';
    }
    
    
    .q-message-text-content--sent {
        color: #000;
        text-align: right;
        padding-right: 8px;
    }
    
    .q-message-avatar--received {
        margin-right: 8px;
    }
    
    .q-field__control.relative-position.row.no-wrap {
        border: 0px solid;
        background-color: #fff;
    }
    
    .chat-box input:focus {
        padding-left: 0px!important;
    }
    
    .q-field__control {
        color: #1976d200;
        height: 56px;
        max-width: 100%;
        outline: none;
    }
    
    .q-field--outlined .q-field__control:before {
        border: 0px solid #0000003d;
        border-top-color: rgba(0, 0, 0, 0.0);
        border-right-color: rgba(0, 0, 0, 0.0);
        padding: 10px 0 10px 0;
    }
    
    label.q-field.row.no-wrap.items-start.q-field--outlined.q-input.q-field--dense.q-field--with-bottom.chat-box {
        padding: 5px 20px!important;
    }
    
    .q-field__inner.relative-position.col.self-stretch {
        margin: 0 10px;
        padding: 5px 0 5px 0;
        font-size: 15px;
        font-family: 'Brandon Grotesque Medium';
        min-width: 80%;
    }
    
    
    i.notranslate.material-icons.q-icon {
        padding: 10px 0 0 0;
    }
    
    .send-icon {
        color: red;
    }
    
    .q-message-avatar {
        border-radius: 50%;
        width: 70px;
        min-width: 48px;
    }
    
    .q-message-avatar.q-message-avatar--sent {
        margin-right: 20px;
    }
    
    .chat-input-wrapper-mobile {
        background-color: #0e1420;
        padding: 40px;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        min-height: 90px;
        z-index: 300;
    }
    
    .chat-content-tab {
        position: relative;
        min-width: auto;
        width: 95%;
        display: block;
        margin: auto;
        min-height: 100vh;
    }
    
    .q-message-container.row.items-end.no-wrap.reverse {
        margin-right: 0;
        padding-right: 0;
        float: none!important;
        width: 80%;
        place-content: start;
    }
    
    img.q-message-avatar.q-message-avatar--sent {
        margin-right: 0;
        margin-left: 0;
    }
    
    .chat-item {
        padding: 10px 0;
    }
    
    .q-message-container.row.items-end.no-wrap {
        margin-right: 20px;
    }
    
    .q-message-container {
        margin-left: 0;
    }
    
    .q-field--outlined .q-field__control {
        border-radius: 20px;
        padding: 0 20px;
    }
    
    .q-field__before.q-field__marginal.row.no-wrap.items-center { 
        width: 40%;
    }
    
    .q-field__before.q-field__marginal.row.no-wrap.items-center {
        width: auto;
        margin-right: 5px;
    }
    
    span.q-btn__content.text-center.col.items-center.q-anchor--skip.justify-center.row {
        margin-right: 2px;
        margin-bottom: 7px;
        padding-right: 0;
    }
    
    .q-btn {
        padding-left: 13px;
        padding-right: 0;
    }
    
    .previous-messages {
        color: #7a7981;
        font-weight: bold;
        text-transform: none;
    }
    
    .q-message-label {
        padding-bottom: 25px;
    }
    
    .previous-messages {
        color: #7a7981;
        font-weight: bold;
    }
        
        .previous-messages {
            color: #ffffff;
            font-weight: bold;
            text-transform: none;
            letter-spacing: 1px;
            font-size: 13px;
            background-color: #605f64;
            padding: 10px;
            border-radius: 6px;
            /* position: absolute; */
            margin-left: 120px;
            width: 160px;
            position: absolute;
            top: 38px;
        }
        
    .q-date--portrait {
    flex-direction: column;
    min-width: min-content; 
    
    }
    
    .q-date__calendar-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    padding: 0px;
    
    } 
    
    .text-orange {
        color: #F51C53!important;
    }
    
    .q-date__header {
        background-color: #F51C53;
    }
    
    .q-tab-panels {
        background: currentColor;
        border: 2px solid gray;
        border-radius: 6px;
    }
    
    .q-field__input, .q-field__native {
        padding-left: 10px;
        
    }
    
    .q-field__input, .q-field__native:focus{
        padding-left: 10px!important;
    }
    
    .sign-in-logo > svg{
        height: 25px;
        width: 25px;
    }
    
    .sign-in-buttons{
        background-color: #fff;
        width: 100%;
        height: 61px;
        max-width: 250px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 15px auto;
        color: #fff;
        padding: 20px 10px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        border: none;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 1px;
    }
    
    .sign-in-buttons > span{
        color: black;
        font-family: 'Roboto';
        font-size: 17px;
    }
    
     .bg-sender {
        background: #3B3D46 !important;
    }
    
    .bg-recipient {
        background: #F41C53 !important;
    }
    
    .text-sender {
        color: #3B3D46 !important;
    }
    
    .text-recipient {
        color: #F41C53 !important;
    }
    
    .text-lighter {
        color: #3B3D46 !important;
    }
    
    .bg-lighter {
        background: #3B3D46 !important;   
    }
    
    

/*iPhone < 5:*/
@media screen and (device-aspect-ratio: 2/3) {}

/*iPhone 5:*/
@media screen and (device-aspect-ratio: 40/71) {}

/*iPhone 6:*/
@media screen and (device-aspect-ratio: 375/667) {}

/*iPhone 6 Plus:*/
@media screen and (device-aspect-ratio: 16/9) {}

/*iPad:*/
@media screen and (device-aspect-ratio: 3/4) {}



