:root {
  --headerH: "";
  --footerH: "";
}

.minHeightFill {
  min-height: calc(100vh - (var(--headerH) + var(--footerH)));
}

.headerSpacer {
  height: var(--headerH);
}

.hide {
  display: none !important;
}

html {
  color: #f5f5f5;
  background: rgb(32, 29, 43);
  background: radial-gradient(circle, rgb(32, 29, 43) 0%, rgb(37, 28, 45) 100%);
}

body {
  min-height: 100vh;
  font-family: nunito, sans-serif;
}

div {
  width: 100%;
}

.container {
  margin: 1em auto;
}

.mainBodyCon {
  padding: 1em;
  width: calc(100% - 2em);
}

.site_wrapper {
  color: #f5f5f5;
  background: rgb(32, 29, 43);
  background: radial-gradient(circle, rgb(32, 29, 43) 0%, rgb(37, 28, 45) 100%);
  color: #f5f5f5;
}

.mainBodyCon {
  background-color: #f5f5f5;
  color: #131516;
}

.active {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: ff-more-web-pro, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0.5em 0em;
  font-size: 1em;
}

h2 {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 2.5px;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-weight: lighter;
}

p {
  font-family: nunito, sans-serif;
  font-size: 0.85em;
  margin: 0.5em 0em;
}

.small-message {
  margin-top: -8px;
  font-style: italic;
}

hr {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-width: 0.25em;
  border-style: solid;
  border-image-slice: 30%;
  border-image-width: 1;
  border-image-repeat: stretch;
  border-image-source: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: #D4AF37;
}

a.button-link {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.2em;
}

a.button-small {
  text-align: center;
  display: table;
  background-size: 200% 200% !important;
  color: #271934;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  width: 35%;
  font-size: 0.9em;
  letter-spacing: 3px;
  padding: 0.85em 1em;
  margin: 0.5em auto;
  border-radius: 0.3em;
}

a.button-large {
  text-align: center;
  display: table;
  background-size: 200% 200% !important;
  color: #271934;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  letter-spacing: 3px;
  width: 80%;
  font-size: 1.1em;
  padding: 1.3em 1.5em;
  margin: 0 auto;
}

form {
  color: #f5f5f5;
  background: rgb(32, 29, 43);
  background: radial-gradient(circle, rgb(32, 29, 43) 0%, rgb(37, 28, 45) 100%);
  padding: 1em;
  border-radius: 10px;
}
form label {
  display: none;
}

input {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-width: 0.25em;
  border-style: solid;
  border-image-slice: 30%;
  border-image-width: 1;
  border-image-repeat: stretch;
  border-image-source: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  -webkit-text-fill-color: rgb(32, 29, 43);
  border-width: 0.25em;
  width: calc(100% - 3em);
  padding: 0.5em 1em;
  margin-top: 1em;
  font-size: 1em;
  color: rgb(32, 29, 43);
  font-weight: bolder;
  background: rgba(231, 221, 184, 0.8);
}

input[type=submit], button[type=submit] {
  appearance: none;
  text-align: center;
  display: table;
  background-size: 200% 200% !important;
  color: #271934;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  letter-spacing: 3px;
  width: calc(100% - 0.5em);
  color: rgb(32, 29, 43);
  font-size: 1em;
  padding: 0.85em 1em;
  margin: 0 auto;
  -webkit-text-fill-color: rgb(32, 29, 43);
  font-weight: bolder;
  margin-top: 1em;
}

input[type=radio] {
  width: auto;
}

textarea {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-width: 0.25em;
  border-style: solid;
  border-image-slice: 30%;
  border-image-width: 1;
  border-image-repeat: stretch;
  border-image-source: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  background: rgba(231, 221, 184, 0.6);
  -webkit-text-fill-color: rgb(32, 29, 43);
  padding: 10px;
  font-size: 0.8em;
}

::placeholder {
  font-weight: normal;
  -webkit-text-fill-color: rgba(32, 29, 43, 0.7);
}

.error-message {
  margin: 0 auto;
  margin-top: 1em;
  width: calc(100% - 1.4em);
  background-color: #E7DDB8;
  color: red;
  padding: 0.3em;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 3px;
  display: table;
  background-size: 200% 200% !important;
  color: #271934;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.3em;
  -webkit-transition: all 200ms linear;
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-width: 0.25em;
  border-style: solid;
  border-image-slice: 30%;
  border-image-width: 1;
  border-image-repeat: stretch;
  border-image-source: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  margin-left: -0.25em;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 32px;
  right: 15px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #D4AF37 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #D4AF37 transparent;
  top: 25px;
}

.select-items div, .select-selected {
  padding: 20px 0px;
}

/* style the items (options), including the selected item: */
.select-items div {
  cursor: pointer;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 3px;
  display: table;
  background-size: 200% 200% !important;
  color: #271934;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  -webkit-transition: all 200ms linear;
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
}

/* Style items (options): */
.select-items {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-width: 0.25em;
  border-style: solid;
  border-image-slice: 30%;
  border-image-width: 1;
  border-image-repeat: stretch;
  border-image-source: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  margin-left: -0.25em;
  -webkit-text-fill-color: rgb(32, 29, 43);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-size: 100% 100% !important;
  -webkit-transition: all 200ms linear;
}

button {
  text-align: center;
  display: table;
  background-size: 200% 200% !important;
  color: #271934;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
}

.button.inverse {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-width: 0.25em;
  border-style: solid;
  border-image-slice: 30%;
  border-image-width: 1;
  border-image-repeat: stretch;
  border-image-source: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
}

.button:hover {
  background-size: 110% 110% !important;
  -webkit-transition: all 200ms linear;
}

.button.inverse:hover {
  background-size: 100% 100% !important;
  border-image-slice: 3%;
}

.icon {
  display: inline-block;
  width: 30px;
}
.icon img, .icon i {
  width: 100%;
  font-size: 30px;
}

.site_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
}

.successContainer, .errorContainer {
  padding: 5px 20px;
  width: calc(100% - 50px);
  margin: 0 auto;
  font-weight: bold;
}

.successContainer {
  background-color: #AFE1AF;
  border: 3px solid #097969;
  color: #097969;
  font-size: 17px;
}

.errorContainer {
  background-color: #FAA0A0;
  border: 3px solid #A42A04;
  color: #A42A04;
  font-size: 15px;
  margin: 10px 0px;
}

.main_logo_wrapper {
  margin: 25px 0px;
}
.main_logo_wrapper img {
  width: 70%;
}

.homepageCon {
  background: none;
  color: #f5f5f5;
}
.homepageCon .loginsignupCon #form-result {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
footer .footerCon {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
footer .footerCon #twitter-widget-0 {
  border: 1px solid green;
}
footer .footerCon #twitter-widget-0 #follow-button {
  background-color: purple !important;
}

.loginCon {
  background: none;
  color: #f5f5f5;
}

.profileInfo {
  padding: 1em;
  color: #f5f5f5;
  text-align: center;
  width: 80px;
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
}
.profileInfo .noProfileImage {
  color: #f5f5f5;
  border-radius: 100%;
  background-color: #D4AF37;
  width: 80px;
  height: 80px;
}
.profileInfo .noProfileImage p {
  color: #271934;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.7em;
  letter-spacing: 2px;
  text-indent: 2px;
}
.profileInfo .name, .profileInfo .title {
  margin: 0;
}
.profileInfo .name {
  margin-top: 0.5em;
  font-size: 1em;
}
.profileInfo .title {
  font-weight: bolder;
}

.dashboard_header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dashboard_header .logoCon {
  width: 100%;
  margin: 0;
  padding: 2em;
}
.dashboard_header .logoCon img {
  width: 70%;
  max-width: 250px;
}
.dashboard_header .navCon {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.dashboard_header .navCon input[type=submit] {
  margin: 0;
  padding: 0.5em 2em;
  font-size: 0.8em;
  display: block;
  width: 100%;
}
.dashboard_header .navCon ul {
  padding: 0;
  margin: 0;
  width: 80%;
}
.dashboard_header .navCon ul li {
  color: #f5f5f5;
  background: rgb(32, 29, 43);
  background: radial-gradient(circle, rgb(32, 29, 43) 0%, rgb(37, 28, 45) 100%);
  width: 100%;
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
}
.dashboard_header .navCon ul li a {
  color: #f5f5f5;
}

.dashboardBut {
  background: none;
  border: none;
  color: #D4AF37;
  width: 100%;
  font-size: 0.85em;
  margin-top: 0.5em;
}

.dashboardBut.selected {
  background-color: #271934;
  color: #f5f5f5;
  padding: 1em;
  font-size: 1em;
}
.dashboardBut.selected span {
  display: none;
}

.dayPicker {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 1em 0em;
  text-align: center;
  align-items: baseline;
}
.dayPicker button {
  border: none;
  background: none;
  width: 100%;
}
.dayPicker button:hover {
  cursor: pointer;
  background: #271934;
  color: #f5f5f5;
  padding: 0.6em;
}
.dayPicker p {
  margin: 0;
  font-size: 0.85em;
  font-weight: bolder;
  color: #271934;
  padding-top: 0.6em;
}
.dayPicker button.selected {
  background: #271934;
  color: #f5f5f5;
  padding: 0.6em;
}
.dayPicker button.selected + p {
  padding: 0;
}

#currentDayTitle {
  margin: 1em 0em;
}
#currentDayTitle h4, #currentDayTitle h5 {
  margin: 0;
}

.track-select {
  background: none;
  padding-bottom: 0;
}

.dashboardSelect {
  background-color: #271934;
  padding: 5px 15px;
  color: #f5f5f5;
  text-transform: uppercase;
}

#dashboardResponseContent form {
  background: none;
  color: #271934;
}

.cardWrapper {
  max-width: 450px;
}
.cardWrapper .cardConInner {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardWrapper .cardConInner div {
  width: auto;
}
.cardWrapper .cardConInner .innerLeft {
  text-align: left;
}
.cardWrapper .cardConInner .innerRight {
  text-align: right;
}
.cardWrapper .horseInfo {
  color: #f5f5f5;
  background: rgb(32, 29, 43);
  background: radial-gradient(circle, rgb(32, 29, 43) 0%, rgb(37, 28, 45) 100%);
  padding: 0em 1em;
}
.cardWrapper .horseInfo .horse {
  width: auto;
}
.cardWrapper .horseInfo .horse, .cardWrapper .horseInfo .horse .icon i {
  background: linear-gradient(25deg, rgb(212, 175, 55) 0%, rgb(245, 245, 245) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cardWrapper .horseInfo .saddlecloth {
  width: auto;
}
.cardWrapper .horseInfo .saddlecloth .saddleclothNum {
  padding: 0.5em 0.75em;
  font-weight: bolder;
  font-size: 1.1em;
}
.cardWrapper .horseInfo .saddlecloth .two, .cardWrapper .horseInfo .saddlecloth .four, .cardWrapper .horseInfo .saddlecloth .eight, .cardWrapper .horseInfo .saddlecloth .nine, .cardWrapper .horseInfo .saddlecloth .twelve {
  color: black;
}
.cardWrapper .horseInfo .saddlecloth .one {
  background-color: red;
}
.cardWrapper .horseInfo .saddlecloth .two {
  background-color: white;
  border: 1px solid black;
}
.cardWrapper .horseInfo .saddlecloth .three {
  background-color: blue;
}
.cardWrapper .horseInfo .saddlecloth .four {
  background-color: yellow;
}
.cardWrapper .horseInfo .saddlecloth .five {
  background-color: green;
}
.cardWrapper .horseInfo .saddlecloth .six {
  background-color: black;
  border: 1px solid white;
}
.cardWrapper .horseInfo .saddlecloth .seven {
  background-color: darkorange;
}
.cardWrapper .horseInfo .saddlecloth .eight {
  background-color: pink;
}
.cardWrapper .horseInfo .saddlecloth .nine {
  background-color: darkturquoise;
}
.cardWrapper .horseInfo .saddlecloth .ten {
  background-color: indigo;
}
.cardWrapper .horseInfo .saddlecloth .eleven {
  background-color: grey;
}
.cardWrapper .horseInfo .saddlecloth .twelve {
  background-color: yellowgreen;
}
.cardWrapper .horseInfo .saddlecloth .thirteen {
  background-color: saddlebrown;
}
.cardWrapper .horseInfo .saddlecloth .fourteen {
  background-color: maroon;
}
.cardWrapper .horseInfo .saddlecloth .fifteen {
  background-color: tan;
}
.cardWrapper .horseInfo .saddlecloth .sixteen {
  background-color: lightblue;
}
.cardWrapper .horseInfo .saddlecloth .seventeen {
  background-color: darkblue;
}
.cardWrapper .horseInfo .saddlecloth .eightteen {
  background-color: darkgreen;
}
.cardWrapper .horseInfo .saddlecloth .nineteen {
  background-color: midnightblue;
}
.cardWrapper .horseInfo .saddlecloth .twenty {
  background-color: fuchsia;
}
.cardWrapper .raceInfo {
  text-transform: uppercase;
  font-size: 1em;
}
.cardWrapper .raceInfo .racetime {
  font-weight: bolder;
  font-style: italic;
}
.cardWrapper .cardComment .commentBox {
  width: calc(80% - 1em);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 1em;
}
.cardWrapper .cardComment .commentBox .saveEditButton {
  display: inline-block;
  width: 100px;
  margin: 0;
  float: right;
  letter-spacing: 1px;
  padding: 2px 3px;
  font-size: 0.85em;
}
.cardWrapper .cardComment .commentBox textarea {
  margin-bottom: 1em;
  width: 100%;
}
.cardWrapper .cardComment .commentBox .userComment {
  text-align: left;
  font-style: italic;
  width: 100%;
}
.cardWrapper .cardComment .commentBox .userComment span {
  font-family: "ff-more-web-pro";
  font-size: 1.8em;
  top: 8px;
  position: relative;
}
.cardWrapper .cardComment .commentBox .userComment .left {
  right: 2px;
}
.cardWrapper .cardComment .commentBox .userComment .right {
  left: 2px;
}
.cardWrapper .cardComment .profileInfo {
  background-color: #271934;
  padding: 1em;
  color: #f5f5f5;
  text-align: center;
  width: 80px;
}
.cardWrapper .cardComment .profileInfo .noProfileImage {
  background-color: #D4AF37;
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
  width: 60px;
  margin: 0 auto;
  height: 60px;
}
.cardWrapper .cardComment .profileInfo .noProfileImage p {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  text-indent: 2px;
}
.cardWrapper .cardComment .profileInfo .name, .cardWrapper .cardComment .profileInfo .title {
  margin: 0;
}
.cardWrapper .cardComment .profileInfo .name {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.cardWrapper .cardComment .profileInfo .title {
  font-weight: bolder;
}
.cardWrapper .driverComment {
  margin-top: 1em;
}

.buttonCon button {
  margin: 0 auto;
  margin-top: 1em;
  padding: 0.7em 2em;
}

.dashboard-modal {
  display: none;
  position: absolute;
  background-color: white;
  height: 100vh;
  top: 0px;
  background-color: #271934;
}
.dashboard-modal form {
  padding: 20px;
}
.dashboard-modal form .input-group {
  margin-bottom: 20px;
}
.dashboard-modal h3 {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.closeCon {
  margin: 15px;
}
.closeCon button {
  float: right;
  margin: 15px;
  right: 15px;
  position: relative;
}

#reminder-modal form {
  text-align: left;
}
#reminder-modal input[type=checkbox] {
  width: auto;
  text-align: left;
  margin: 10px;
}

#usernameError, #emailError {
  display: none;
}

/*# sourceMappingURL=main.css.map */
