@import url('https://fonts.googleapis.com/css?family=Damion|Muli:400,600');
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@300&display=swap');
body{
  font-family: 'Muli', sans-serif;
  background-color: black !important;
}
html {
  scroll-behavior: smooth;
}



.lds-facebook {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-facebook div {
display: inline-block;
position: absolute;
left: 8px;
width: 16px;
background: #fff;
animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
left: 8px;
animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
left: 32px;
animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
left: 56px;
animation-delay: 0;
}
@keyframes lds-facebook {
0% {
  top: 8px;
  height: 64px;
}
50%, 100% {
  top: 24px;
  height: 32px;
}
}


#main {
  width:100%;
  transition: margin-left .3s;
}

a {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#1c2038;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0A0E29;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0A0E29;
}
/* width */
.panel-modal::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.panel-modal::-webkit-scrollbar-track {
  background:rgba(116, 20, 4, .5);
  border-radius: 3px;
}

/* Handle */
.panel-modal::-webkit-scrollbar-thumb {
  background: #0A0E29;
  border-radius: 3px;
}

/* Handle on hover */
.panel-modal::-webkit-scrollbar-thumb:hover {
  background: #fff4f1;
}

/* width */
.panel-modal-percentage::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.panel-modal-percentage::-webkit-scrollbar-track {
  background:#222744;
  border-radius: 3px;
}

/* Handle */
.panel-modal-percentage::-webkit-scrollbar-thumb {
  background: #BE9D3F;
  border-radius: 3px;
}

/* Handle on hover */
.panel-modal-percentage::-webkit-scrollbar-thumb:hover {
  background: #BE9D3F;
}

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 */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

:focus{outline: none;}

/* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #c0c0c0; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
input[type="number"]{font: 15px/24px 'Muli', sans-serif; color: #c0c0c0; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
:focus{outline: none;}

.column-5{margin: 50px 3%; position: relative; z-index: 2;}
.column-4{margin: 40px 3%; position: relative; z-index: 2;}
.column-3{margin: 30px 3%; position: relative; z-index: 2;}
.column-2{margin: 20px 3%; position: relative; z-index: 2;}
.column-1{margin: 10px 3%; position: relative; z-index: 2;}
.column-0{margin: 0px 3%; position: relative; z-index: 2;}
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #c0c0c0; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
input[type="password"]{font: 15px/24px "Lato", Arial, sans-serif; color: #c0c0c0; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
input[type="date"]::-webkit-clear-button {
    display: none;
}
input[type="select"] {
  color:#c0c0c0;
}
input[type="date"] {
  width:100%;
  color: #c0c0c0;
}
select {
  width:100%;
  color: #c0c0c0;
}

.effect-16 ~ .focus-border2{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: red; transition: 0.4s;}
.effect-16:focus ~ .focus-border2,
.has-content2.effect-16 ~ .focus-border2{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #BE9D3F; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-16:focus ~ label, .has-content2.effect-16 ~ label{top: -16px; font-size: 12px; color: red; transition: 0.3s;}

.effect-17 ~ .focus-border2{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: red; transition: 0.4s;}
.effect-17:focus ~ .focus-border2,
.has-content2.effect-17 ~ .focus-border2{width: 100%; transition: 0.4s;}
.effect-17 ~ label{position: absolute; left: 0; width: 100%; top: -16px; color: #BE9D3F; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-17:focus ~ label, .has-content2.effect-17 ~ label{top: -16px; font-size: 12px; color: red; transition: 0.3s;}


.effect-18 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #BE9D3F; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-18:focus ~ label, .has-content2.effect-18 ~ label{top: -16px; font-size: 12px; color: red; transition: 0.3s;}


.effect-16,
.effect-17,
.effect-18{border: 0; padding: 4px 0; border-bottom: 1px solid #BE9D3F; background-color: transparent;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #BE9D3F; transition: 0.4s;}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #BE9D3F; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -16px; font-size: 12px; color: #BE9D3F; transition: 0.3s;}

.effect-17 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #BE9D3F; transition: 0.4s;}
.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-17 ~ label{position: absolute; left: 0; width: 100%; top: -16px; color: #BE9D3F; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -16px; font-size: 12px; color: #BE9D3F; transition: 0.3s;}


.effect-18 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #BE9D3F; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-18:focus ~ label, .has-content.effect-18 ~ label{top: -16px; font-size: 12px; color: #BE9D3F; transition: 0.3s;}

textarea {
  font: 15px/24px 'Muli', sans-serif; color: #c0c0c0; width: 100%; box-sizing: border-box; letter-spacing: 1px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 5px solid #0A0E29;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0A0E29 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.1);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #66B3FF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.toggle {
  position: relative;
  display: block;
  width: 42px;
  height: 24px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle:before {
  content: "";
  position: relative;
  top: 1px;
  left: 1px;
  width: 40px;
  height: 22px;
  display: block;
  background: grey;
  border-radius: 12px;
  transition: background 0.2s ease;
}
.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: #dfeaec;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(154,153,153,0.75);
  transition: all 0.2s ease;
}
.toggle span svg {
  margin: 7px;
  fill: none;
}
.toggle span svg path {
  stroke: grey;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 24;
  stroke-dashoffset: 0;
  transition: all 0.5s linear;
}
.toggle-input input:checked + .toggle:before {
  background: #41CD8B;
}
.toggle-input input:checked + .toggle span {
  transform: translateX(18px);
}
.toggle-input input:checked + .toggle span path {
  stroke: #41CD8B;
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
}
.center {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 21px);
}
.gen-button {
  margin: 20px;
  border-width: 0;
  border-style: solid;
  padding:5px;
  color:#FFB4A4;
  background: rgba(255, 255, 255, .5);
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 1px 1px rgba(255, 180, 164, 0.22);
  -moz-box-shadow: 2px 2px 1px 1px rgba(255, 180, 164, 0.22);
  box-shadow: 2px 2px 1px 1px rgba(255, 180, 164, 0.22);
}
.gen-button:hover {
  color:#FFB4A4;
  -webkit-box-shadow: 5px 5px 2.5px 0px rgba(255, 180, 164, 0.22);
  -moz-box-shadow: 3px 5px 1.5px 0px rgba(255, 180, 164, 0.22);
  box-shadow: 3px 3px 1.5px 0px rgba(255, 180, 164, 0.22);
}
.arrow {
  cursor:pointer;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  border-style: solid;
  border-color: #BE9D3F;
  border-width: 0px 1px 1px 0px;
  transform: rotate(-45deg);
  transition: border-width 150ms ease-in-out;
  transition: 0.2s;
  border-bottom-width: 2px;
  border-right-width: 2px;
  margin-left: 5px;
}


.arrow-down {
  margin-left: 8px;
  cursor:pointer;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border-style: solid;
  border-color: #BE9D3F;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  transition: 150ms;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.arrow-down-hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

.arrow-down:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

.pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 14px;
    min-width: 45px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #0A0E29;
    background-color: rgb(var(--pure-material-primary-rgb, 190, 157, 63));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 15px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
    border: none;
}

/* Overlay */
.pure-material-button-contained::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-button-contained:hover::before {
    opacity: 0.08;
}

.pure-material-button-contained:focus::before {
    opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.pure-material-button-contained:disabled::before {
    opacity: 0;
}

.pure-material-button-contained:disabled::after {
    opacity: 0;
}

.mb-3 {
  background-color: #222744 !important;
}


.modal-body {
  background-color: #222744 !important;
}

.card-title {
  color: #BD8E02 !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location {
  white-space: nowrap;
  color: #BE9D3F;
  font-size: 15px;
  margin-top:-2px;
  padding-left: 8px;
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg) scale(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {

 transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.8, 1); }
.hamburger--arrowturn.is-active .hamburger-inner::after {
 transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.8, 1); }


.hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
 transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
 transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

 .rel-table {
   border: none;
 }

 .rel-table th {
   border: none;
   padding:5px;
   color: #BE9D3F;
   white-space: nowrap;
   text-align: left;
   font-weight: bold;
   font-size: 15px;
 }

 .rel-table td {
   text-align: left;
   border:none;
   padding:5px;
   color: #BE9D3F;
 }

 .cent-table {
   border: none;
   margin: auto;
   width:100%;
 }

 .cent-table th {
   border: none;
   padding:5px;
   color:#56BDA2;
   white-space: nowrap;
   text-align: center;
 }

 .cent-table td {
   border:none;
   text-align: center;
   color:#BE9D3F;
   padding:5px;
    font-weight: bold;
 }

 .add-athlete-table tr {
   border-bottom: 0.5px solid rgba(192, 192, 192, .5);
 }

 .add-athlete-table tr:hover {
   background-color: rgba(192, 192, 192, .1);
 }

 .data-table-center {
   width:100%;
   text-align: center;
 }
 .data-table-center th {
   color: #BE9D3F;
 }
 .data-table-center td {
   color: #BE9D3F;
 }

 .data-table-close th {
   padding:3px;
 }

 .data-table-close td {
   padding:3px;
 }
 .autocomplete {
  position: absolute !important;
  z-index:100 !important;
  margin-left:6px;
  max-height:300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.exercise-drop-table td {
  padding:5px;
  color:#BE9D3F;
}

.exercise-drop-table tr {
  border-bottom: 0.5px solid rgba(192, 192, 192, .5);
}
.exercise-drop-table tr:hover {
  background-color: rgba(116, 20, 4, .1);
  cursor: pointer;
}

.exercise-select-active {
  background-color: rgba(116, 20, 4, .1);
}

.lifts-link {
  cursor:pointer;
}

.gen-select {
  border:none;
  border-bottom: 1px solid #0A0E29;
  padding:3px;
  font-weight: bold;
  color:#0A0E29;
  background-color:rgba(255, 255, 255, .0);
}
.gen-select option {
  color:#0A0E29;
  font-weight: bold;
}

.ngen-input option {
  color:black;
}
