* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  text-rendering: optimizeSpeed;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  position: relative;
  height: 100vh;
  background: #FBFBFB;
  /* background: #F3F4F6; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px;
  color: #717171;
  box-sizing: border-box;
}

body {
  position: relative;
  z-index: 0;
}

.left-panel {
  display: block;
  width: 50px;
  height: 100%;
  background: green;
}

.container {
  display: block;
  max-width: 1080px;
  margin: 20px auto;
}

.container.main {
  margin-top: 130px;
}

.theatre {
  display: block;
  width: 100%;
  margin: 20px auto;
}

.theatre.main {
  margin-top: 100px;
}

.container-space {
  margin-left: 25px;
  margin-right: 25px;
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 75px;
  background: #FFFFFF;
  border-bottom: 1px solid #e8e8e8;
  z-index: 98;
  /* margin-bottom: 50px; */
}

.nav {
  position: relative;
  display: flex;
  width: 100%;
  line-height: 75px;
  margin: 0;
}

.nav a {
  color: #66b574;
}

.nav .logo a {
  padding: 0 50px 0 50px;
  font-weight: 600;
}

.nav .search {
  border-left: 1px solid #e8e8e8;
  position: relative;
}

.nav .search input {
  margin: 0;
  padding: 40px;
  height: 100%;
  width: 100%;
  font-weight: 600;
  box-sizing: border-box;
  border: none;
}

.nav .search i {
  position: absolute;
  top: 40px;
  left: 15px;
  color: #e8e8e8;
}

.nav .items {
  flex: 4;
  border-left: 1px solid #e8e8e8;
  text-align: right;
}

.nav .items a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  font-size: 15px;
  color: #717171;
  border-bottom: 3px solid transparent;
  transition: all .3s ease;
  /* transition: border 0.2s ease-out, color 0.2s ease-out; */
  outline: none;
}

.nav .items a:hover {
  color: #66b574;
  border-color: initial;
}

.nav .items a:last-child {
  margin-right: 50px;
}

/* Login / Register */

.already {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 25px 0 10px 0;
  color: #717171;
  font-weight: 600;
}


/* Main Dashboard Content */

.dashboard {
  text-align: center;
}

.dashboard h1 {
  font-size: 42px;
  font-weight: 300;
}

.dashboard p.dashboard-title {
  color: #69B476;
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: -.02em;
  line-height: 40px;
}

.dashboard p.dashboard-title-default {
  color: #aeaeae;
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: -.02em;
  line-height: 40px;
}


/* Dashboard Configuration */

.inlineblock-badge {
  margin-top: 0px;
  border: 1px solid #dee0df;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: .75em;
  line-height: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.live-link {
  background: #F7F7F7;
  border: 2px solid #e8e8e8;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 15px;
}

.live-link .badge {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  float: right;
}

.live-link .url {
  display: block;
  text-align: left;
}

.live-link .pop {
  display: none;
  position: absolute;
  top: -35px;
  right: -1px;
  color: #FFFFFF;
  background: #66b574;
  border: 2px solid #1f884b;
  border-radius: 2px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
}

/* Action Panel Minimal */

.auth-panel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-panel-min {
  margin: 0 -15px 15px -15px;
  display: flex;
}

.action-panel-min.minimal {
  display: block;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px 30px 20px;
  transition: all .3s ease;
}

.action-panel-min a.minimal:hover {
  /* border-color: transparent;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px; */
}

.action-panel-min a.minimal:hover > .btn-hollow {
  transition: all .3s ease;
  background: #F7F7F7;
  /* Remove below to remove green hover button */
  /* border: 1px solid #62a56e;
  background: rgba(98, 165, 110, 0.2);
  color: #396340; */
}

.action-panel-min a.minimal:hover > .action-head .action-icon {
  transition: all .3s ease;
  color: #69B476;
}

.action-panel-min.minimal .action-head {
  position: relative;
  display: flex;
}

.action-panel-min.minimal .action-title {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 30px;
  padding-top: 10px;
  flex: 1;
}

.action-panel-min.minimal .action-icon {
  position: absolute;
  top: 10px;
  right: 0;
  color: #C5C5c5;
  font-size: 1.2em;
}

.action-panel-min.minimal p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 20px;
}

.action-panel-min.minimal p.space-btm {
  margin-bottom: 20px;
}

.formLogo {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.formLogo img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 6px solid #e8e8e8;
  object-fit: cover;
}

/* Action Panel Small */

.action-panel-small {
  margin: 0 -15px 15px -15px;
  display: flex;
}

.action-panel-small.minimal {
  display: block;
  border: 2px solid #e8e8e8;
  border-radius: 2px;
  padding: 15px 30px 15px 30px;
  transition: all .3s ease;
}

/* No Access Panel */

.action-panel-min.minimal.no-access-panel {
  background: #F9F9F9;
}

.action-panel-min.minimal:hover.no-access-panel {
  box-shadow: none;
}

.action-panel-min.minimal:hover.no-access-panel > .btn-hollow {
  border-color: #e8e8e8;
  color: #717171;
}

.action-panel-min a.minimal.no-access-panel > .action-head .action-icon {
  transition: all .3s ease;
  color: #D55;
}

.action-panel-min a.minimal:hover.no-access-panel > .btn-hollow {
  background: transparent;
}

/* Action Panel Bubble */

.action-panel-bubble-hold {
  margin: 0 -15px 15px -15px;
  display: flex;
}

.action-panel-bubble {
  display: flex;
  flex-direction: column;
  background: #FFF;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  padding: 40px 5px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 30px;
}

.action-panel-bubble .title {
  /* color: #6ab776; */
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
}

.action-panel-bubble .subtitle {
  color: #929292;
}

.action-panel-bubble .logo-hold {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-panel-bubble .logo {
  position: relative;
  bottom: -25px;
  background: #FDFDFD;
  border-radius: 50px;
  border: 2px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  width: 100px;
  height: 50px;
}

.action-panel-bubble .logo i {
  position: relative;
  top: 14px;
  color: #CCCCCC;
  /* color: #6ab776; */
  font-weight: 300;
}

.action-panel-bubble:hover > .logo-hold .logo {
  border: 2px solid #6ab776;
  border-bottom: 3px solid #6ab776;
  transition: all .3s ease;
  background: #FFFFFF;
}

.action-panel-bubble:hover > .logo-hold .logo i {
  color: #6ab776;
  transition: all .3s ease;
}

.action-panel-bubble.no-access,
.action-panel-bubble.disabled-feature {
  opacity: .5;
}

.action-panel-bubble.no-access > .logo-hold .logo,
.action-panel-bubble.disabled-feature > .logo-hold .logo {
  border: 3px solid rgba(221, 85, 85, 0.8);
}

.action-panel-bubble.no-access > .logo-hold .logo i,
.action-panel-bubble.disabled-feature > .logo-hold .logo i {
  color: rgba(221, 85, 85, 0.8);
}

.inline-tabs-admin {
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
  border-radius: 2px;
}

.inline-tabs-admin span:first-of-type {
  border-left: 0;
}

.inline-tabs-admin span {
  border-left: 1px solid #e8e8e8;
  padding: 15px 10px;
}

.inline-tabs-admin span i {
  color: #CCCCCC;
}

.inline-list .inline-item {
  border-right: 1px solid #e8e8e8;
}

.inline-list span:first-of-type {
  padding-top: 15px;
}

.inline-list span {
  display: flex;
  padding: 10px 15px;
}

/* UL Action List */

/* Legend First Item - Panel Type */

.panel-type {
  position: relative;
  padding: 14px;
  border: 1px solid #53985f;
  background: #66b574;
  color: #FFFFFF;
}

.panel-type.settings {
}

.panel-type.participants {
}

.panel-type.routes {
}

.panel-type.admins {
}

.panel-type.notifications {
}

.panel-type.payments {
}

.rider-pts {
  margin-left: 5px;
}

.marshal-pts {
  margin-left: 5px;
}

/* Legend */
.action-list-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.action-list-legend .item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}

.action-list-legend .item:last-of-type {
  border-right: 0;
}

.action-list-legend .item a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
  transition: all .3s ease;
}

.action-list-legend .item a i {
  color: #717171;
}

.action-list-legend .item a:hover > i {
  color: #717171;
}

.action-list-legend .item:first-child > a {
  color: #717171;
}

.action-list-legend .item a:hover {
  background: #F7F7F7;
}

.action-list-legend .item a i {
  color: #C5C5C5;
  transition: all .3s ease;
  /* line-height: 20px; */
}

.action-list-legend .item a:hover > i {
  color: #69B476;
}

/* Action Panel */
.action-panel-slide {
  display: none;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  padding: 25px 20px;
  text-align: right;
}

.action-panel-search-slide {
  display: none;
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  text-align: left;
}

.action-panel-search-slide input[type="search"] {
  border: 0;
  border-bottom: 0;
  padding: 15px;
  text-align: left;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
}

.action-panel-search-slide i.searchIcon {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #C5C5C5;
}

.action-panel-search-slide a i.close {
  position: absolute;
  top: 17px;
  right: 20px;
  color: #D55;
}

.action-panel-search-slide a i.close:hover {
  color: #c73d2f;
}

.search-loading {
  text-align: center;
  margin: 25px 0;
}

.search-loading .icon {
  margin-bottom: 15px;
}

.search-loading .text {
  display: inline-block;
  background: #66b574;
  padding: 10px 20px;
  color: #33613c;
  font-weight: 600;
  text-shadow: 0px 1px 0px #77d087;
  border-radius: 50px;
  border: 3px solid #53985f;
  margin: 0 30px;
  margin-bottom: 20px;
  line-height: 20px;
}

.search-loading .no-result {
  display: inline-block;
  background: #f39c12;
  padding: 10px 20px;
  color: #6f490d;
  font-weight: 600;
  text-shadow: 0px 1px 0px #f1b659;
  border-radius: 50px;
  border: 3px solid #966314;
  margin: 0 30px;
  margin-bottom: 20px;
  line-height: 20px;
}

.no-content {
  display: block;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  border-radius: 8px;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: left;
  font-weight: 500;
}

.search-loading .icon i {
  font-size: 1.6em;
}

/* Custom Leaderboards */

.group_select_custom {
  display: block;
  padding: 10px 15px;
  border: 1px solid #52985d;
  font-weight: 600;
  min-width: 45px;
  text-align: center;
  color: #417d4a;
}

.toggleActive {
  color: #FFF;
  background: #68b475;
}

li.tag-selection {
  margin-bottom: -1px; /* Removes double border */
  margin-right: -1px; /* Removes double border */
}

/* Main Body */

.large-title {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
}

.large-title.highlight-bold {
   font-weight: 600;
   color: #66b574;
}

.large-title-inline {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
}

.large-title.nomar {
  margin-bottom: 0px !important;
}

.league-name {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 12px;
}

.opacity-low {
  opacity: .35;
}

ul.action-list {
  display: block;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

ul.action-list li.list {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 25px;
}

ul.action-list li.list:last-of-type {
  border-bottom: 0;
}

ul.action-list li.list .item.first {
  flex: 10;
  text-align: left;
}

ul.action-list li.list .item.first .name,
ul.action-list li.list .item.first .title-name {
  display: block;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 2px;
}

ul.action-list li.list .item.first .sub-item {
  display: block;
  position: relative;
  padding: 4px;
  padding-top: 0;
  padding-left: 0;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

ul.action-list li.list .item.first .sub-item .icon {
  position: absolute;
  top: -4px;
  left: 0;
}

ul.action-list li.list .item.first .sub-item .icon i.yes {
  color: #66b574;
}

ul.action-list li.list .item.first .sub-item .icon i.no {
  color: #D55;
}

ul.action-list li.list .item {
  flex: .75;
  text-align: center;
  word-break: break-all;
}

ul.action-list li.list .item .primary-btn {
  margin-bottom: 6px;
}

ul.action-list li.list .item.edit {
  flex: 0;
  padding: 0 15px;
}

ul.action-list li.list .item.remove {
  display: none;
  flex: 0;
  padding: 0 15px;
}

ul.action-list li.list .item.checks {
  position: relative;
  flex: 0;
  padding: 0 15px;
  right: -10px;
  top: 3px;
}

ul.action-list li.list .item.edit a {
  color: #e8e8e8;
  transition: all .3s ease;
  padding: 15px;
}

ul.action-list li.list .item.remove a {
  color: #D55;
  padding: 15px;
}

ul.action-list li.list .item.edit a:hover {
  /* color: #717171; */
  color: #69B476;
}

ul.action-list .segment,
ul.general-list .segment {
 /* Override */
  border: 0 !important;
}

/* Form List (Div/Span) */

.form-list {
  display: block;
  border: 2px solid #e8e8e8;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 40px;
}


/* General List */

ul.general-list {
  display: block;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

ul.general-list li.list {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 25px;
}

ul.general-list li.list:last-child,
ul.general-list.modals li.list:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

ul.general-list li:last-child .segment {
  border-radius: 6px;
}

ul.general-list li.list span.item-left {
  flex: 4;
}

ul.general-list li.list span.item-right {
  position: relative;
  top: 5px;
  margin-bottom: 10px;
}

ul.general-list li.list span.item-right a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

ul.general-list li.list span.item-right a:last-child {
  margin-bottom: 0;
}

ul.general-list li.list span.item-left.title,
ul.general-list li.list span.item-right.title {
  font-weight: 600;
}

ul.general-list li.list span.item-right .right-action {
  display: inline-block;
  position: relative;
  margin-left: 14px;
}

ul.general-list li.list span.item-right .right-action i {
  position: relative;
  top: -3.8px;
  font-size: 1.3em;
}

ul.general-list li.list span.item-right .right-action a i {
  color: #C5C5C5;
  transition: all .3s ease;
}

ul.general-list li.list span.item-right .right-action a:hover > i {
  color: #69B476;
}

ul.general-list li.list .sub-item {
  display: block;
  position: relative;
  padding: 4px;
  padding-top: 0;
  padding-left: 0;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-word;
}

.general-list i.red.hover:hover {
  transition: all .3s ease;
  color: #bb4545;
  cursor: pointer;
}

.front-desc {
  padding: 20px;
}

/* General List Override - Front */

ul.general-list.general-list-front {
  border: 0;
}

ul.general-list.general-list-front li.list {
  padding: 20px 5px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}

ul.general-list.general-list-front li.list:last-child {
  border-bottom: 0;
}

ul.general-list.general-list-front .font-marker {
  top: -1px;
}

ul.general-list.general-list-front .timeline-marker:before {
  height: 12px;
  top: 4px;
  left: -1px;
  width: 12px;
}

ul.general-list.general-list-front .timeline-marker:after {
  content: "";
  width: 2px;
  background: #E5E5E5;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 1px;
  left: 4px;
}

ul.general-list.general-list-front .timeline-marker.no-line:after {
  content: "";
  width: 0;
  background: white;
  display: block;
  position: absolute;
}

ul.general-list-front.wrap-it {
   display: flex;
   flex-wrap: wrap;
   /* border-bottom: 1px solid #e8e8e8; */
}

ul.general-list.general-list-front li.list.wrap-it {
   border-bottom: 0;
}

.zone.align-logo {
  text-align: right;
  margin-bottom: 15px;
}

.zone.align-logo img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #e8e8e8;
}

.issue-note {
  font-size: .9em;
  font-weight: 600;
}

.issue-note i {
  margin-right: 0.2rem;
}

/* General List Modal Override */

ul.general-list.modals {
  display: block;
  border: 0px solid #e8e8e8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ul.general-list.modals li.list {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 25px;
}

.current-images {
  margin: 15px 0;
}

.current-images a {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
}

.current-images img.thumb {
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.2);
}

.current-images .icon {
  position: relative;
  /* text-align: center; */
  /* margin: auto auto; */
  bottom: -65px;
  left: 60px;
}

/* Dashboard - Segment */

.segment {
  position: relative;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8;
  border-radius: 8px;
  border-radius: 8px;
  padding: 75px 20px;
  text-align: center;
}

.segment-front {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  border-radius: 8px;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: left;
  font-weight: 400
}

.segment-list {
  position: relative;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8;
  border-radius: 8px;
  border-radius: 8px;
  padding: 30px;
}

.segment-front i {
  position: relative;
  top: 1px;
  margin-right: 5px;
  color: #CCCCCC;
}

.segment-front .segment-item p {
  font-weight: 500;
}

.segment-front .segment-item {
  display: block;
  line-height: 20px;
}

.segment-item {
  display: block;
}

.segment-item p {
  font-weight: 500;
  margin: 15px 0;
  line-height: 18px;
}

.segment .spacer {
  display: inline-block;
  margin-top: 20px;
}

.verify-title {
  font-size: 32px;
  font-weight: 400 !important;
  margin: 10px 0;
  line-height: 30px !important;
}

.verify-sub-title {
  font-size: 24px;
  font-weight: 400 !important;
  margin: 10px 0;
}

.league-avatar-middle {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.league-avatar-middle img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 8px solid #e8e8e8;
  background: #69B476;
  top: -25px;
}

.unsub-title {
  line-height: 20px;
  margin-bottom: 20px;
}

.unsub-button-hold {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.unsub-button-hold a {
  margin: 0 2px;
}

.unsub-item {
  margin-left: 15px;
}

li.unsub-input input {
  position: relative;
  top: -1px;
}

ul.unsub-list {
  margin-bottom: 10px;
}

/* Buttons */

.button-holder {
  margin-top: 40px;
  margin-bottom: 10px;
}

.primary-btn {
  /* Full */
  /* padding: 10px 25px;
  background: #66b574;
  border-bottom: 3px solid #62a56e;
  color: #FFF;
  border-radius: 8px;
  font-weight: 600;
  transition: all .3s ease; */
  /* Hollow */
  padding: 8px 25px;
  background: rgba(98, 165, 110, 0.1);
  border: 2px solid #62a56e;
  border-radius: 50px;
  color: #4f8659;
  font-weight: 600;
  transition: all .3s ease;
}

.primary-btn:hover {
  /* Full */
  /* background-color: #58a273; */
  /* Hollow */
  background: rgba(98, 165, 110, 0.3);
  /* color: #396340; */
}

.secondary-btn {
  /* Full */
  /* padding: 10px 25px;
  background: #4b89b1;
  border-bottom: 3px solid #3f789c;
  color: #FFF;
  border-radius: 8px;
  font-weight: 600;
  transition: all .3s ease; */
  /* Hollow */
  padding: 8px 25px;
  background: rgba(75, 135, 175, 0.1);
  border: 2px solid #3f789c;
  border-radius: 50px;
  color: #336584;
  font-weight: 600;
  transition: all .3s ease;
}

.secondary-btn:hover {
  /* Full */
  /* background-color: #437da2; */
  /* Hollow */
  background: rgba(75, 135, 175, 0.3);
  color: #294e65;
}

.action-btn {
  padding: 8px 25px;
  background: rgb(244, 163, 35, 0.1);
  border: 2px solid #f4a323;
  border-radius: 50px;
  color: #e2961e;
  font-weight: 600;
  transition: all .3s ease;
}

.action-btn:hover {
  background: rgb(244, 163, 35, 0.3);
  color: #c98519;
}

.black-btn {
  padding: 8px 25px;
  background: rgba(78, 78, 78, 0.1);
  border: 2px solid #4e4e4e;
  border-radius: 50px;
  color: #4e4e4e;
  font-weight: 600;
  transition: all .3s ease;
}

.black-btn:hover {
  /* Full */
  /* background-color: #437da2; */
  /* Hollow */
  background: rgba(78, 78, 78, 0.3);
  color: #3c3c3c;
}

.danger-btn {
  padding: 8px 25px;
  background: rgb(221, 85, 85, 0.1);
  border: 2px solid #c14848;
  border-radius: 50px;
  color: #bb4646;
  font-weight: 600;
  transition: all .3s ease;
}

.danger-btn:hover {
  background: rgb(221, 85, 85, 0.3);
  color: #963939;
}

.btn-small {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px;
}

.btn-small i {
  position: relative;
  top: -1px;
  padding-right: 4px;
}

.btn-medium {
  padding: 6px 15px;
  font-size: 14px;
}

.danger {
  /* Full */
  /* background: #D55;
  border-bottom: 3px solid #c14848; */
  /* Hollow */
  background: rgba(221, 85, 85, 0.1);
  border: 2px solid #d55;
  color: #bb4646;
}

.danger:hover {
  /* Full */
  /* background: #bb4545; */
  /* Hollow */
  background: rgba(221, 85, 85, 0.3);
  color: #963939;
}

.assigned {
  position: relative;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  font-weight: 600;
  transition: all .3s ease;
}

.additional-btn {
  display: block;
  text-align: center;
  margin-left: 25px;
  padding: 13px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-weight: 500;
  transition: all .3s ease;
}

.additional-btn:hover {
  background: #F7F7f7;
}

img.current_logo {
  cursor: pointer;
}

a.current_logo {
  margin-top: 5px;
}

.no-access-btn {
  background: rgb(228, 228, 228);
  border: 2px solid #c7c7c7;
  color: #404040;
}

.no-access-btn:hover {
  background: rgb(228, 228, 228);
}

.blacklist_revoke i.red {
  color: #D55 !important;
}

.force i.red {
  color: #D55 !important;
}

/* Min Widths */

.min-150 {
  min-width: 150px;
}

.min-140 {
  min-width: 140px;
}

.min-100 {
  min-width: 100px;
}

.min-50 {
  min-width: 50px;
}


/* Auth Pages */

.auth-contain {
  margin: 100px 0;
}


/* Footer */

.footer {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  height: 175px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-top: 50px;
  color: #989898;
}

.footer-title {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #6ab776;
  font-weight: 500;
}

.footer .copyright {
  display: block;
  line-height: 20px;
}

/* Text Divs */

.modal-write {
  margin-bottom: 45px
}

.modal-write h6 {
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.modal-write p {
  line-height: 25px;
}

.write-text {
  display: block;
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 25px;
  padding: 20px;
}

/* Modal lists */

.modal-list-error {
  border: 2px solid #D55 !important;
  background: #ffefef;
  padding: 10px;
  border-radius: 4px;
  color: #a73f3f;
  font-size: 15px;
}

.modal-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.modal-list li:last-of-type {
  border-bottom: none;
}

/* Results Form */

.race-date {
  position: absolute;
  right: 0;
  font-size: .75em;
  font-weight: 600;
  /* border: 1px solid #d2d2d2; */
  /* border-radius: 50px; */
  padding: 2px 4px;
}

.custom-groups-race {
  padding: 1px 8px;
  background: #66b574;
  /* background: #c1c1c1; */
  color: #FFF;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 2px;
  font-size: .9em
}

.default-points {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.default-points a {
  display: flex;
  padding: 10px 12px;
  width: 100px;
  align-items: center;
  justify-content: center;
}

.default-points.left {
  /* margin-right: 6px; */
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.default-points.right {
  /* margin-left: 6px; */
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.race_points {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.marshal_points {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.race-assigned-points,
.marshal-assigned-points {
  border: 1px solid #53985f;
  background: #66b574;
}

.race-assigned-points a i,
.marshal-assigned-points a i {
  color: #FFF;
  font-weight: 600;
}

.pos-preset {
  width: 100px;
}

.pos-preset input {
  border-right: 0 !important;
  border-left: 0 !important;
  text-align: center;
}

.mar-preset input {
  text-align: right;
}

.result-preset label {
  margin-bottom: 6px !important;
}

.result-holder {
  margin-bottom: 35px;
}

.preview-hold-res-img {
  position: relative;
  padding: 46px 30px;
  padding-right: 0;
  padding-left: 20px;
}

.preview-hold-res-img .icon {
  position: absolute;
  top: 76px;
  right: 50px;
  color: #FFFF;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
}

.preview-res-img {
  width: 120px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
  filter: brightness(60%);
  cursor: pointer;
}

.preview-textfield {
  margin: 0 15px;
  margin-right: 0;
  border: 1px solid #d55;
  padding: 11px;
  cursor: pointer;
}

.result-label {
  /* text-transform: uppercase; */
  color: #9e9e9e;
  margin-bottom: 0px !important;
  margin-top: 6px !important;
  font-size: 13px !important;
}

.result-logo-thumb {
  /* position: relative;
  display: inline-block; */
  display: block;
}

.result-logo-thumb img {
  position: relative;
  height: 40px;
  min-width: 40px;
  max-width: 60px;
  top: 3px;
  border-radius: 4px;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.result-logo-thumb.left-pad-thumb {
  /* padding-left: 10px; */
}

.leader-result-current-remove {
  position: absolute;
  top: 12px;
  left: -13px;
  font-size: 1.2em;;
}

.result-logo-thumb .leader-pad,
.league-img-identity .identity-pad {
  padding: 10px;
}

.leaderboard-result-contain {
  display: inline-block;
}

.leader-result-drop .dropzone {
  margin-bottom: 10px !important;
  padding: 0px 25px !important;
}

.leader-result-drop .dropzone .dz-preview .dz-image {
  width: 60px !important;
  height: 60px !important;
}

.leader-result-drop .dropzone .dz-preview .dz-image img {
  width: 60px !important;
  height: 60px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.leader-result-drop .dropzone .dz-preview {
  margin: 10px 0 !important;
  margin-bottom: 0 !important;
}

.leader-result-drop .dropzone .dz-preview.dz-image-preview .dz-details {
  display: none !important;
}

.manage-imgs {
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  border-radius: 8px;
  margin: 30px 0px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manage-imgs a {
  padding: 28px 30px;
}

.manage-imgs:hover > a,
.manage-imgs:hover {
  background: #F7F7F7;
}

.league-img-identity {
  display: block;
}

.league-img-identity img {
  position: relative;
  height: 40px;
  min-width: 40px;
  max-width: 60px;
  top: 5px;
  border-radius: 4px;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}

.league-img-identity-remove {
  color: #D55
}

.remove-link {
  margin-top: 12px;
}

.remove-link a {
  color: #D55;
  font-size: .9em;
}

.delete-asset {
  font-size: .9em;
}

/* Round Videos Display */

.vid-placeholder {
  width: 100%
}

.vid-placeholder:nth-child(even) {
  padding: 0;
  padding-left: 10px;
}

.vid-placeholder:nth-child(odd) {
  padding: 0;
  padding-right: 10px;
}

.vid-placeholder img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border: 6px solid #e8e8e8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.vid-contain {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 20px; */
}

.vid-contain div.vid-placeholder {
  flex: 0 50%;
  box-sizing: border-box;
}

.vid-contain div.vid-placeholder .inner {
  position: relative;
}

.vid-placeholder .inner i {
  position: absolute;
  font-size: 2em;
  color: #FFF;
  right: 16px;
  bottom: 20px;
}

.vid-placeholder:nth-child(odd) i {
  right: 15px;
}

.vid-title {
  padding: 10px 3px;
  line-height: 20px;
  font-size: .9em;
}

.vid-title .text {
  padding: 0 2px;
}

.media-page {
  margin-bottom: 20px;
}

.blog-title {
  margin-bottom: 4px;
}

/* Admin Vid */

.vid-thumb-hold {
  margin-right: 20px;
  height: 65px;
  width: 90px;
}

.vid-thumb-hold img {
  object-fit: cover;
  border-radius: 10px;
  border: 4px solid #e8e8e8;
  width: 100%;
  height: 100%;
  /* height: 70px;
  width: auto;
  max-width: 90px; */
}

/* Full Screen Video Wrapper */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Full Overlay */

.search-tip {
  text-align: center;
  color: #3F7449;
  text-shadow: 0px 1px 0px #74c583;
  font-weight: 600;
  margin-top: 10px;
  font-size: .9em;
}

.full-overlay,
.full-overlay-auth,
.full-overlay-mail,
.full-overlay-change,
.paypal-start-overlay,
.paypal-complete-overlay,
.profile-update-overlay,
.search-overlay {
  display: none;
  background-color: #69b476 !important;
  background: linear-gradient(118deg,#69b476,#58a064);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

.full-overlay .center,
.full-overlay-auth .center,
.full-overlay-mail .center,
.full-overlay-change .center,
.paypal-start-overlay .center,
.paypal-complete-overlay .center,
.profile-update-overlay .center,
.search-overlay .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  width: 90%;
}

.full-overlay i,
.full-overlay-auth i,
.full-overlay-mail i,
.full-overlay-change i,
.paypal-start-overlay i,
.paypal-complete-overlay i,
.profile-update-overlay i,
.search-overlay i {
  color: #34653d;
  text-shadow: 0px 1px 0px #65b774;
}

.full-overlay .load-message,
.full-overlay-auth .load-message,
.full-overlay-mail .load-message,
.full-overlay-change .load-message,
.paypal-start-overlay .load-message,
.paypal-complete-overlay .load-message,
.profile-update-overlay .load-message,
.search-overlay .load-message {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 500;
  /* color: #3F7449; */
  color: #34653d;
  text-shadow: 0px 1px 0px #65b774;
}

.search-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 50px 0;
  padding-top: 25px;
  color: #3F7449;
  text-shadow: 0px 1px 0px #70c17e;
  font-weight: bold;
  line-height: 15px;
  font-size: 12px;
}

.search-input i.left {
  left: 0;
}

.search-footer .tag {
  display: block;
}

/* Account Page */

.account-display {
  display: flex;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 35px 10px 35px;
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.account-display .head {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px
}

.account-display .sub {
  line-height: 25px;
  font-weight: 400;
}

.account-display .sub a {
  line-height: 15px;
}

.account-pad {
  padding: 0px 20px;
}

.account-pad.first {
  border-right: 1px solid #e8e8e8;
}

.account-display .sub.status {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 6px;
}

.account-contain .account-display:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: 3px solid #e8e8e8;
}

.payment-assign-options {
  display: none;
  margin-top: 15px;
}

.subscription-options,
.renewal-setup-options,
.subscription-manage-options,
.paypal-options,
.youtube-options,
.roadleagues-options {
  display: none;
  margin-top: 25px;
}

a.sub-opt-contain {
  display: block;
  padding: 18px;
  border-radius: 8px;
}

a.sub-opt-contain,
a.sub-opt-contain,
a.sub-opt-contain {
  background: #76c384;
  border: 2px solid #518e5c;
  color: #386741;
  font-weight: 600;
  text-shadow: 0px 1px 0px #77d087;
  margin-bottom: 10px;
  transition: all .3s ease;
}

a.sub-opt-contain:hover,
a.sub-opt-contain:hover,
a.sub-opt-contain:hover {
  background: #62a56e;
  color: #2d5234;
}

.sub-select p.sub-text {
  font-size: .9em;
}

.renewal a:first-of-type {
  margin-right: 4px;
}

.renewal a:last-of-type {
  margin-left: 4px;
}

.renewal a {
  padding: 10px;
}

.btn-is-active {
  background: #f1f1f1;
}

.input-note {
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 600;
  line-height: 15px;
}

.paypal-api-link,
.api-link {
  margin: 15px 0px;
  margin-bottom: 20px;
  font-size: .8em;
  font-weight: 600;
}

.paypal-api-link a,
.api-link a {
  color: #0e7ad8 !important;
}

.paypal-list-items,
.custom-list-items {
  display: flex;
  margin: 0px;
  padding: 10px;
  padding: 20px 25px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  font-weight: 500;

  justify-content: center;
  align-items: center;
}

.paypal-list-items .check-input,
.custom-list-items .check-input {
  margin-right: 10px;
}

.paypal-item-holder .title,
.custom-item-holder .title {
  margin-bottom: 5px;
  margin-top: 30px;
}

.custom-list-items .desc {
  font-size: .9em;
  font-weight: 400;
  line-height: 20px;
}

.display-order-input-hold {
  display: flex;
  justify-content: flex-end;
}

.display-order-input {
  text-align: center;
  width: 50px;
}

/* Account Page - Profile */

.current-avatar {
  text-align: center;
}

.current-avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 8px solid #e8e8e8;
}

.current-avatar img.default-green-bg,
.default-green-bg {
  background: #69B476;
}

/* Blog */

.blog-input .trumbowyg-box {
  margin-top: 0 !important;
}

.readmore {
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}

.author {
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 15px;
  text-align: left;
  border-top: 1px solid #f1f1f1;
}

/* Guide Display */

.guide-display {
  display: block;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 35px 10px 35px;
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.guide-display .head {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px
}

.guide-display .sub {
  line-height: 25px;
  font-weight: 400;
}

.guide-contain .guide-display:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: 3px solid #e8e8e8;
}

.guide-pad {
  padding: 0px 20px;
}

.guide-display .sub.sub-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.guide-content {
  margin-top: 15px;
  margin-bottom: 25px;
}

.guide-content:last-of-type {
  margin-bottom: 0;
}

.guide-content p {
  line-height: 25px;
}

.guide-content blockquote.side-note {
  position: relative;
  background: #f1fff3;
  padding: 25px 35px;
  margin: 0 35px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  color: #637366;
  margin-bottom: 35px;
  margin-top: 25px;
  line-height: 20px;
}

.guide-content blockquote.side-note i.ileft {
  margin-right: 5px;
}

.guide-content blockquote.side-note i.iright {
  margin-left: 5px;
}

.guide-content h3 {
  margin-bottom: 4px;
}

.guide-content ol.display {
  padding: 0px 10px;
}

.guide-content ol.display li {
  list-style: decimal !important;
  margin: 20px 10px;
  font-weight: 500;
}

/* Message Bars / Statuses */

.general-message {
  border: 2px solid #66b574;
  background: #FFFFFF;
  padding: 12px;
  font-size: 14px;
  border-radius: 2px;
}

.assigned-rounds {
  display: inline-block;
  margin-bottom: 10px;
}

.assigned-rounds .tag {
  display: inline-block;
  background: #dfede1;
  font-size: 13px;
  padding: 2px 6px;
  border: 1px solid #61a56e;
  border-radius: 6px;
  font-weight: 600;
  color: #61a56e;
  min-width: 25px;
  text-align: center;
}

.toast-contain {
  display: none;
  cursor: pointer;
}

.toast {
  position: absolute;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.toast-inner {
  text-align: center;
  background: #66b574;
  border: 1px solid #66b574;
  border-bottom: 3px solid #52935e;
  border-radius: 125px;
  padding: 10px 20px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 30px;
  z-index: 10000;
}

/* Toast override */
.toast-inner-blue {
  background: #4b89b1;
  border: 1px solid #356c90;
  border-bottom: 3px solid #356c90;
}



/* Comments Thread */

.comment-list {
  display: block;
  padding: 20px;
  /* border-bottom: 1px solid #e8e8e8; */
  line-height: 25px;
}

.comment-list.files {
  padding: 10px 20px;
}

.comment-head {
  display: block;
  margin-bottom: 15px;
  line-height: 20px;
}

.comment-head .comment-heading,
.comment-head .comment-subheading {
  display: block;
}

.comment-head .comment-subheading {
  font-size: .9em;
}

.comment-thumb {
  display: block;
}

.comment-thumb img {
  position: relative;
  height: 40px;
  min-width: 40px;
  max-width: 60px;
  top: 3px;
  border-radius: 4px;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.comment-thumb .comment-pad {
  padding: 10px;
}

.comment-title-contain {
  display: inline-block;
}

.comment-body {
  font-weight: 400;
  margin: 8px 0px;
  margin-right: 2px;
}

.comment-replies {
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.first-itemlist {
  background-color: #f5fff7 !important;
}

.reply-icon {
  position: absolute;
  top: -41px;
  left: 25px;
  height: 30px;
  background: #d8d8d8;
  color: transparent;
  border-radius: 20px;
}

.most-recent {
  position: absolute;
  top: -12px;
  right: 20px;
  font-size: .8em;
  font-weight: 600;
  padding: 5px 12px;
  background: #66b574 !important;
  border: 1px solid #53985e;
  border-bottom: 2px solid #53985e;
  border-radius: 14px;
  color: white;
}

.attached-files {
  position: absolute;
  top: -12px;
  right: 20px;
  font-size: .8em;
  font-weight: 600;
  padding: 5px 12px;
  background: #ffffff !important;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  border-radius: 14px;
}

.status-bar {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding: 12px 0px;
  padding-bottom: 0;
}

.status-options-contain {
  text-align: center;
  border-top: 1px solid #e8e8e8;
  padding-top: 22px;
  margin-top: 15px;
}

.status-options-contain .check-option {
  margin-right: 12px;
}

.comment-wait-icon {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 1.1em;
}

.text-right {
  text-align: right;
}

.comment-actions span {
  padding-left: 14px;
  vertical-align: middle;
}

.unused {
  color: #cccccc;
}

.comment-files i.files {
  padding-right: 15px;
  font-size: 1.8em;
  line-height: 35px;
}

.tickets-filter-contain {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}

.tickets-filter-contain a {
  flex: 1;
  text-align: center;
  padding: 15px 20px;
  font-weight: 600;
  transition: all .3s ease;
}

.tickets-filter-contain a:hover {
  background-color: #F7F7F7;
}

.tickets-filter-contain a.blueBG {
  /* background-color: rgb(86 166 216 / 15%); */
}

.tickets-filter-contain a.orangeBG {
  /* background-color: rgb(243 166 51 / 15%); */
}

.tickets-filter-contain a.greenBG {
  /* background-color: rgb(123 191 135 / 15%); */
}

.tickets-filter-contain a.redBG {
  /* background-color: rgb(221 85 85 / 15%); */
}


/* General */

.route-desc {
  font-weight: 400;
  font-size: .9em;
  line-height: 16px;
  margin-bottom: 20px;
  padding-right: 5px;
}

.or {
  text-align: center;
  margin: 15px 0;
  font-weight: 600;
  color: #69b475;
}

.maintenance-span {
  position: relative;
  top: 2px;
  left: 4px;
  color: #D55;
}

.middle {
  vertical-align: middle;
}

.display-bubble {
  border: 2px solid #e8e8e8;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: .85em;
  margin-bottom: 4px;
}

.foot-note {
  margin: 15px;
  font-size: .9em;
  font-weight: 500;
}

.foot-note i {
  position: relative;
  top: 0;
  padding-right: 3px;
  color: #66b574;
}

.foot-note-small {
  margin-top: 10px;
  font-size: .9em;
  font-weight: 500;
}

.foot-note-small i {
  position: relative;
  top: 0;
  padding-right: 3px;
  color: #66b574;
}

.foot-note-small i.red {
  color: #D55;
}

.foot-note-small i.orange {
  color: #f39c12;
}

.info-display i {
   color: #66b574;
   font-size: 1rem;
   font-weight: 400;
}

.checklist-contain {
  display: block;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all .3s ease;
}

.checklist-contain:hover {
  transition: all .3s ease;
  /* background: #F7F7F7; */
  border: 1px solid #62a56e;
  border-bottom: 3px solid #62a56e;
  background: rgba(98, 165, 110, 0.2);
}

.checklist-contain a {
  display: block;
  position: relative;
  padding: 15px 30px 20px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.checklist-contain a i {
  color: #c5c5c5;
  font-size: 1em;
  margin-right: 5px;
}

.not_email_verified {
  background-color: rgba(221, 85, 85, 0.048);
}

.is_test_mode {
   background-color: rgb(243, 156, 19, 0.048);
}

.is_launched {
   background-color: rgb(97, 165, 109, 0.048);;
}

.is_danger {
   background-color: rgb(221, 85, 85, 0.048);
}

div.league_message_landing {
   margin-top: 20px;
   display: inline-block;
   max-width: 50%;
}

div.league_message_landing p {
   font-weight: 500;
   background: #ffffff;
   padding: 20px;
   border-radius: 10px;
   border-bottom: 3px solid #559560;
   line-height: 1.4rem;
   text-align: left;
}

.unverified {
   padding: 1rem;
   background: #D55;
   color: #FFFFFF;
   font-weight: 600;
   font-size: .875rem;
   line-height: 1.2rem;
}

.cancelled {
   padding: 1rem;
   background: #d55;
   margin-bottom: 2.2rem;
   border-radius: 7px;
   border: 1px solid #c44746;
   border-bottom: 3px solid #c44746;
   color: #FFFFFF;
   font-weight: 600;
   font-size: .975rem;
}

.cancelled .message {
   line-height: 1.2rem;
}

i.cancelled_icon {
   font-weight: 600;
   font-size: 1.2rem;
   line-height: 1.6rem;
}

/* Animations */

.float {
  -webkit-animation: float_4853 1s linear infinite;
  animation: float_4853 1s linear infinite;
  transform-origin: 50% 50%;
}

@-webkit-keyframes float_4853 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes float_4853 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }

  100% {
    transform: translateY(0)
  }
}

.spin {
  -webkit-animation: spin_7327 1s linear infinite;
  animation: spin_7327 1s linear infinite;
  transform-origin: 50% 50%;
}

@-webkit-keyframes spin_7327 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

@keyframes spin_7327 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

.pulse {
  -webkit-animation: pulse_715 2s linear infinite;
  animation: pulse_715 2s linear infinite;
  transform-origin: 50% 50%;
}

@-webkit-keyframes pulse_715 {
  0% {
    transform: scale(1.1)
  }

  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1.1)
  }
}

@keyframes pulse_715 {
  0% {
    transform: scale(1.1)
  }

  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1.1)
  }
}

/* Loader */

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #dee0df;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #69B476;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


/* .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #dee0df;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #69B476;
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
} */

.loader-center {
  text-align: center;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
