p, li {
  color: #a4a4a4;
}

.btn {
  padding: 5px 12px;
}

.list-group-item {
  padding: 4px;
}

.hamburger_icon {
  display: inline-block;
  padding: 15px 20px;
  position: fixed;
  font-size: 24px;
  line-height: 16px;
  top: 0;
  left: 0;
  z-index: 11;
  color: #bfbfbf;
}
.hamburger_icon:hover, .hamburger_icon:focus {
  cursor: pointer;
  color: white;
}

#mobile_left_logo {
  height: 34px;
  position: absolute;
  left: 60px;
  top: -18px;
}

button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

#main_menu {
  background: #0a0b0b;
  height: 100vh;
  width: 230px;
  border-right: solid 2px #0a0b0b;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 0;
  z-index: 9;
}
#main_menu::-webkit-scrollbar {
  width: 3px;
}
#main_menu::-webkit-scrollbar-track {
  background: #0a0c10;
}
#main_menu::-webkit-scrollbar-thumb {
  background: #262626;
}
#main_menu::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}
#main_menu #inner_main_menu {
  position: relative;
  min-height: 100%;
  padding-bottom: 250px;
}
#main_menu .menu_section {
  padding-top: 20px;
}
#main_menu #main_menu_links a, #main_menu #main_menu_links button, #main_menu #main_menu_links .nav-link {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 20px;
  color: #bfbfbf;
  margin: 0 0 5px;
  text-decoration: none;
}
#main_menu #main_menu_links a:hover, #main_menu #main_menu_links a:focus, #main_menu #main_menu_links button:hover, #main_menu #main_menu_links button:focus, #main_menu #main_menu_links .nav-link:hover, #main_menu #main_menu_links .nav-link:focus {
  color: #f5f5f5;
}
#main_menu #main_menu_links a i, #main_menu #main_menu_links button i, #main_menu #main_menu_links .nav-link i {
  width: 24px;
  margin-right: 18px;
  text-align: center;
}
#main_menu #main_menu_links .menu_section_title {
  color: #888888;
  padding: 10px 10px 10px 20px;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main_menu #main_menu_links #login_button {
  border: none;
  display: block;
  width: calc(100% - 40px);
  margin: 30px auto 0;
}
#main_menu #side_user_name {
  font-size: 22px;
}
#main_menu #side_login_button {
  text-align: center;
  padding: 6px 0;
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}

.content-bg {
  background: rgba(8, 8, 8, 0.8);
}

.vote_contest {
  display: block;
  margin: 15px auto;
  background: rgba(8, 8, 8, 0.8);
  padding: 30px;
  width: 100%;
  max-width: 800px;
}

.vote_question {
  margin-top: 8px;
  padding: 15px 0;
}
.vote_question .title {
  font-weight: bold;
  margin: 8px auto 0px;
}
.vote_question .lock_date {
  color: #909090;
  margin-bottom: 10px;
}
.vote_question .choice_img {
  height: 50px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 4px;
}
.vote_question .choice {
  position: relative;
  padding: 5px;
  display: block;
  width: 100%;
  color: rgba(8, 8, 8, 0.8);
  border-radius: 6px;
  background: #6a6a6a;
  margin-top: 10px;
  border: solid 2px rgba(47, 47, 47, 0.8);
}
.vote_question .choice.available_choice {
  cursor: pointer;
  border: solid 2px rgba(47, 47, 47, 0.8);
  background: transparent;
}
.vote_question .choice.available_choice:hover {
  border-color: white;
}
.vote_question .choice.available_choice .choice_text {
  background: rgba(47, 47, 47, 0.8);
}
.vote_question .choice.selected_choice {
  border-color: #0c58fc;
}
.vote_question .choice .correct_choice_symbol {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  background: green;
  color: white;
  text-align: center;
  line-height: 22px;
}
.vote_question .choice_text {
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background: #545454;
  color: white;
}

.rank_num {
  color: gray;
}
.rank_num[data-rank="1"] {
  color: gold;
}
.rank_num[data-rank="2"] {
  color: #92e1f3;
}
.rank_num[data-rank="3"] {
  color: #c25719;
}

.user_contest_stats {
  background: #2a3d3c;
}

.users_leaderboard_row {
  background: #2a3d3c !important;
}

#main_content {
  padding: 30px 15px;
}
#header_logo_container {
  padding: 30px 20px;
  display: block;
  text-decoration: none;
}
#header_logo_container:focus, #header_logo_container:hover {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

#header_logo {
  height: 40px;
}

#beta_tag {
  vertical-align: middle;
  display: inline-block;
  line-height: 28px;
  margin-top: 10px;
  color: #ef4c23;
  font-size: 16px;
  margin-left: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#menu_logo_text {
  vertical-align: middle;
  display: inline-block;
  line-height: 28px;
  margin-top: 0px;
  color: #ffffff;
  font-size: 28px;
  margin-left: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#main_menu_footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
#main_menu_footer #side_logout_link {
  color: #5f5f5f;
  margin-top: 6px;
  width: 100%;
  text-align: center;
}
#main_menu_footer #side_login_link {
  display: block;
  width: calc(100% - 30px);
  padding: 5px 0;
  margin-bottom: 15px;
  border-radius: 50px;
  font-size: 18px;
  margin-right: 10px;
}
#main_menu_footer #side_login_link i {
  margin-right: 10px;
}
#main_menu_footer #side_login_link {
  color: #0c58fc;
}
#main_menu_footer #side_logout_link {
  color: #909090;
}
#main_menu_footer #side_logout_link i {
  font-size: 16px;
  transform: rotate(180deg);
}
#main_menu_footer #copyright {
  color: #bfbfbf;
}
#main_menu_footer #social_links {
  margin-top: 30px;
  text-align: center;
}
#main_menu_footer #social_links a {
  font-size: 22px;
  padding: 5px 10px 0;
  color: #6b6b6b;
}
#main_menu_footer #social_links a:hover, #main_menu_footer #social_links a:focus {
  color: white;
}

#main_content_header {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 52px;
  z-index: 5;
  padding: 0 15px 0;
  background: #0a0b0b;
  color: white;
}
#main_content_header #main_content_header_row {
  height: 100%;
}

#footer_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

#top_team_name {
  display: none;
  font-size: 20px;
  line-height: 24px;
  max-height: 50px;
  overflow: hidden;
}

.player_note_btn {
  color: #984d33;
  margin-left: 3px;
}

.player_note {
  padding: 15px 15px;
  border: solid 1px gray;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px;
}
.player_note .note_author {
  font-size: 16px;
  font-weight: bold;
}

.admin_inline_row {
  background: rgba(8, 8, 8, 0.8);
  border-bottom: solid 1px gray;
}
.admin_inline_row i {
  color: red;
}

.team_owner_icon {
  display: inline-block;
  color: #ef4c23;
  margin-right: 5px;
}

.page_arrow {
  color: #00a1ff;
  font-size: 18px;
  vertical-align: middle;
}

.pagination .page-item.disabled .page-link {
  background-color: #282b31;
  border: 1px solid #464646;
}
.pagination .page-link {
  color: white;
  background-color: #282b31;
  border: 1px solid #464646;
}

.table_page_label {
  display: inline-block;
  padding: 0 10px;
}

.pagination_container {
  text-align: right;
  margin-bottom: 5px;
}

.user_link_container {
  text-align: right;
}

.col_stat_position:before {
  display: none;
}

.user_dropdown_link {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  font-size: 30px;
  line-height: 30px;
  padding: 5px !important;
  position: relative;
  color: #bfbfbf;
}
.user_dropdown_link .nav-link {
  font-size: 20px;
}
.user_dropdown_link .user_dropdown_menu {
  text-align: left;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0px;
  font-size: 18px;
  line-height: 20px;
  background: #e7edf2;
}
.user_dropdown_link .user_dropdown_arrow {
  display: none;
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 20px;
}
.user_dropdown_link .fa-user-circle:hover {
  cursor: pointer;
  color: white;
}

.show_user_dropdown .user_dropdown_menu {
  display: block !important;
  z-index: 51;
  border: solid 1px #333333;
}
.show_user_dropdown .user_dropdown_menu a {
  background: #0a0b0b;
  color: #bfbfbf;
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  width: 100px;
  z-index: 52;
}
.show_user_dropdown .user_dropdown_menu a:first-child {
  border-bottom: solid 1px #333333;
}
.show_user_dropdown .user_dropdown_menu a:hover, .show_user_dropdown .user_dropdown_menu a:focus {
  color: white;
  text-decoration: none;
}

.navbar-toggler {
  padding: 0.25rem 0.5rem;
}

.nav-link {
  margin-left: 20px;
  display: inline-block;
}

#header_popout_menu {
  background: #bfbfbf;
}
#header_popout_menu a {
  display: block;
  margin: 0;
  border-bottom: solid 1px #0d0d0d;
  padding: 20px;
  color: black;
}
#header_popout_menu a i {
  width: 30px;
  margin-right: 5px;
}

#header_nav a {
  color: white;
}
#header_nav a.dropdown-item {
  color: black;
}
#header_nav a i {
  width: 30px;
  margin-right: 5px;
}
#header_nav a i.fa-user {
  margin-right: 0;
  width: auto;
}
#header_nav .ad_sidebar {
  height: 0;
  min-height: 0;
}
#header_nav .nav-item.dropdown {
  display: inline-block;
}
#header_nav #header_hamburger_btn {
  font-size: 22px;
  color: white;
  padding: 0 14px;
}

.navbar-brand {
  margin-right: 0;
}

#navbarUserDropdownLink:after {
  display: none;
}

.password_container {
  position: relative;
}
.password_container input {
  margin: 0;
  padding-right: 34px;
}
.password_container .show_password_icon {
  cursor: pointer;
  color: gray;
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 10px 8px;
  transform: translateY(-50%);
  z-index: 10;
}

#league_submenu {
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 4;
  background: #f5f5f5;
  height: 60px;
  border-bottom: solid 2px #131313;
}
#league_submenu a {
  color: #0d0d0d;
  font-size: 16px;
  padding: 0 5px;
  margin-left: 30px;
  line-height: 60px;
  border-bottom: solid 2px transparent;
}
#league_submenu a:hover, #league_submenu a:focus {
  text-decoration: none;
  border-color: #4e4e4e;
}
#league_submenu a.active_link {
  border-color: #cccccc;
}
#league_submenu #desktop_team_title {
  padding-right: 30px;
  font-size: 22px;
  max-width: 300px;
  display: inline-block;
  color: black;
  line-height: 110%;
  border-bottom: none !important;
}
#league_submenu #desktop_team_title:hover, #league_submenu #desktop_team_title:focus {
  cursor: pointer;
  text-decoration: none;
}

#mobile_team_colors {
  display: none;
}

.team_colors_block {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.team_colors_block .team_primary_color, .team_colors_block .team_secondary_color {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.team_colors_block .team_primary_color {
  left: 0;
}
.team_colors_block .team_secondary_color {
  right: 0;
}

#standings_table .team_colors_block {
  margin-top: -2px;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.team_page #my_team_link {
  border-color: white !important;
}

.team_page.not_user_team_page #my_team_link {
  border-color: transparent !important;
}
.team_page.not_user_team_page #my_team_link:hover, .team_page.not_user_team_page #my_team_link:focus {
  border-color: #4e4e4e !important;
}

.edit_team_page #main_content {
  padding-bottom: 250px !important;
}

.league_page #my_league_link {
  border-color: white !important;
}

.ad_sidebar {
  width: 160px;
  min-height: 620px;
}

#ad_sidebar_right {
  display: none;
}

body {
  background-color: #13161e;
  color: #f5f5f5;
  font-family: "Rubik", sans-serif;
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px;
}
body:before {
  content: "";
  z-index: -1;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-blue {
  background-color: #0c58fc;
  border-color: #0c58fc;
  color: white;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: #0a3dad;
  border-color: #0c58fc;
  color: white;
}

.btn-outline-blue {
  border-color: #0c58fc;
  background: transparent;
  background-color: transparent;
  color: #0c58fc;
}
.btn-outline-blue:hover, .btn-outline-blue:focus {
  background-color: #0a3dad;
  border-color: #0c58fc;
  color: white;
}

#mobile_search_icon {
  display: none;
}

.btn-primary {
  background-color: #ef4c23;
  border-color: #ef4c23;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #a92c00;
  border-color: #ef4c23;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #ef4c23;
  color: #ef4c23;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #a92c00;
  border-color: #ef4c23;
  color: white;
}

.modal {
  color: #0d0d0d;
}
.modal label {
  margin: 15px 0 3px;
}
.modal button .fas.fa-times {
  font-size: 18px;
  padding: 8px;
  margin: -2px;
}
.modal button .fas.fa-times:hover, .modal button .fas.fa-times:focus {
  background: #c9c9c9;
  border-radius: 3px;
}

.navbar {
  position: relative;
  background-color: transparent !important;
}
.navbar.show_subnav {
  margin-bottom: 80px;
}
.navbar #center_nav_label {
  color: #e1e1e1;
  font-size: 22px;
}
.navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
.navbar .nav-item-btn .nav-link {
  color: white;
}
.navbar #mobile_center_nav {
  display: none;
}

#home_login_row {
  text-align: center;
  margin-bottom: 15px;
}
#home_login_row p {
  font-size: 18px;
}
#home_login_row a {
  display: inline-block;
  width: 48%;
  text-align: center;
}

#public_select_group, .select_group_container {
  text-align: left;
}
#public_select_group p, .select_group_container p {
  margin-bottom: 0;
}
#public_select_group input, #public_select_group label, .select_group_container input, .select_group_container label {
  display: inline-block;
  width: auto;
}
#public_select_group input, .select_group_container input {
  margin: 10px 10px 0;
}
#public_select_group #league_password_container input, .select_group_container #league_password_container input {
  width: 100%;
  display: block;
  margin: 5px auto;
}

.league_size_option {
  width: 40px;
  height: 40px;
  position: relative;
  border: solid 1px gray;
}
.league_size_option:hover {
  cursor: pointer;
}
.league_size_option.selected {
  background: white;
  color: black;
  border-color: #384ea3;
  border-width: 3px;
}
.league_size_option span {
  position: absolute;
  top: 50%;
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#league_admin_form #public_select_group #league_password_container {
  width: 100%;
  display: block;
}

.regions_container {
  margin-top: 6px;
}
.regions_container .region_icon {
  display: inline-block;
  width: 40px;
  text-align: center;
  border: solid 1px gray;
  color: white !important;
}

#dashboard_tabs {
  padding: 0px 0 20px;
  border-bottom: solid 1px gray;
  margin-bottom: 40px;
}
#dashboard_tabs a {
  font-size: 20px;
  display: inline-block;
  padding: 5px 0;
  width: 160px;
  text-align: center;
  color: #cccccc;
}
#dashboard_tabs a.active_tab {
  font-weight: bold;
  color: white;
}

#join_private_league {
  padding: 15px 25px;
  border-radius: 6px;
  background: #141F30;
  background: linear-gradient(to top right, #141F30, #243B55);
  margin-bottom: 30px;
}
#join_private_league p {
  color: #dddddd;
}

.table_title {
  margin-left: 25px;
}

.center_table_title {
  margin: 20px auto;
  text-align: center;
}

#blog_post_9 .blog_content {
  margin-top: 0;
}

.blog_explanation_img {
  margin: 0 auto;
  display: block;
  max-height: 400px;
}

.img_caption {
  text-align: center;
  font-style: italic;
  margin: 4px auto 10px;
}

#blog_post .post_section {
  margin-top: 30px;
}
#blog_post .post_section .section_title {
  color: white;
  text-align: center;
}
#blog_post .interview_question {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #6c7986;
  margin: 10px auto 5px;
}
#blog_post .interview_answer {
  padding-left: 10px;
}

.color_label {
  color: #00b2f0;
  display: inline-block;
  font-size: 20px;
}

.orange {
  color: #ff5722;
}

.cyan {
  color: #51c2ae;
}

.blog_post_link {
  color: white;
}
.blog_post_link .tile {
  height: calc(100% - 20px);
}
.blog_post_link .blog_list_title {
  font-size: 1.6rem;
  margin: 8px 0;
}
.blog_post_link .blog_list_date {
  color: #909090;
  margin: 5px 0 15px;
}
.blog_post_link .blog_list_img {
  background-size: cover;
  background-position: center center;
  height: 200px;
}
.blog_post_link .blog_list_content {
  color: #909090;
  text-align: left;
}
.blog_post_link:hover, .blog_post_link:focus {
  color: white;
  text-decoration: none;
}

.blog_post_container {
  text-align: center;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}
.blog_post_container .blog_author, .blog_post_container .blog_date {
  font-size: 14px;
  color: #909090;
}
.blog_post_container .blog_content {
  text-align: left;
  padding: 10px;
  margin-top: 20px;
}
.blog_post_container .blog_post_img {
  max-height: 400px;
}

.blog_container {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.blog_container .blog_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-grow: 1;
}
.blog_container .blog_text {
  padding: 30px 15px;
  background: rgba(8, 8, 8, 0.8);
  width: 300px;
  color: #f5f5f5;
}

.blog_img_preview {
  padding-top: 220px !important;
  position: relative;
  border: solid 2px #232323;
}
.blog_img_preview:hover {
  border: solid 2px white;
  cursor: pointer;
}
.blog_img_preview .blog_img {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog_img_preview .blog_img img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.blog_img_preview .blog_title {
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 3px;
}
.blog_img_preview .blog_date {
  font-size: 1rem;
  color: #909090;
}

#no_team_set {
  background: white;
  padding: 30px;
  color: black;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
#no_team_set h2 {
  color: black;
}
#no_team_set img {
  width: 250px;
  margin-bottom: 6px;
}
#no_team_set p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#no_team_set span {
  margin-bottom: 30px;
  display: block;
}

.div_link {
  cursor: pointer;
}

.live_event_icon {
  display: none;
}

.live_event_link .live_event_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 7px;
  margin-left: -2px;
  background: red;
  border: solid 1px red;
  -webkit-animation: flashing_live 1.5s linear;
          animation: flashing_live 1.5s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes flashing_live {
  0% {
    background: #ad0000;
    opacity: 1;
  }
  50% {
    background: #4e0000;
    opacity: 0.1;
  }
  100% {
    background: #ad0000;
    opacity: 1;
  }
}

@keyframes flashing_live {
  0% {
    background: #ad0000;
    opacity: 1;
  }
  50% {
    background: #4e0000;
    opacity: 0.1;
  }
  100% {
    background: #ad0000;
    opacity: 1;
  }
}
.event_icon_link:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.event_icon_link.na_event_icon:after {
  background-image: url("../img/na_country_icon.png");
}
.event_icon_link.eu_event_icon:after {
  background-image: url("../img/eu_country_icon.png");
}
.event_icon_link.world_event_icon:after {
  background-image: url("../img/world_country_icon.png");
}

.color_filter_blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0c58fc;
  opacity: 0.4;
}

.wallpaper_container .wallpaper_img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.wallpaper_container .title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}
.wallpaper_container .author {
  margin: 5px 0 10px 0;
}
.wallpaper_container .wallpaper_details {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px;
  background: rgba(8, 8, 8, 0.8);
  color: #f5f5f5;
  margin-bottom: 30px;
}
.wallpaper_container [data-src] {
  min-width: 100px;
  min-height: 100px;
}

#join_us {
  text-align: center;
}
#join_us h1 {
  font-size: 1.5rem;
}
#join_us p {
  font-size: 1rem;
  text-align: left;
}

.monospace_text {
  font-family: monospace !important;
}

.light_gray_text {
  color: #a4a4a4;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
}

h3 {
  font-size: 1.5rem;
}

#what_is {
  margin-top: 50px;
}
#what_is h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}
#what_is p {
  line-height: 160%;
  font-size: 1.2rem;
  margin-bottom: 0;
}

#league_subnav {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: -40px;
  height: 40px;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 0 20px 0 20px;
  color: #0d0d0d;
}
#league_subnav a, #league_subnav button {
  color: #0d0d0d;
  line-height: 40px;
  margin-left: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
}
#league_subnav a:hover, #league_subnav button:hover {
  cursor: pointer;
  text-decoration: underline;
}

#update_container #update_title {
  text-align: center;
  font-size: 2rem;
}
#update_container #update_date {
  color: #909090;
  text-align: center;
  margin-bottom: 20px;
}

.loading_spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
.loading_spinner.small_spinner {
  width: 20px;
  height: 20px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.is-invalid {
  border: solid 2px red;
}

.input-group {
  margin-top: 20px;
  display: block;
  margin: 20px auto 0;
}

.inline_form_input,
.inline_form_label {
  display: inline-block;
  width: auto;
}

form span, form label {
  display: block;
}

form sup {
  color: red;
}

form input, form textarea {
  background: #e3eaf3;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: none;
}

input[type=submit] {
  width: 120px;
  display: block;
  margin-left: auto;
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
}

#dont_have_account {
  margin: 30px auto 0;
  text-align: center;
}
#dont_have_account a {
  display: inline-block;
  padding: 6px 20px;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.account-form {
  width: 100%;
  margin: 40px auto 0;
  max-width: 400px;
  background: rgba(8, 8, 8, 0.8);
  padding: 20px;
  border-radius: 6px;
}

.tile {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: rgba(8, 8, 8, 0.8);
  position: relative;
}

.section_label {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.hero_headline {
  font-size: 40px;
  font-weight: bold;
  margin: 15px auto 30px;
}

#hero {
  margin-bottom: 30px;
}
#hero h1 {
  color: #0c58fc;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
#hero .btn {
  width: 150px;
  text-align: center;
}

h1 {
  font-size: 2rem;
}

input {
  max-width: 100%;
}

#colored_tile {
  color: #f5f5f5;
  background: rgba(12, 32, 76, 0.7);
  border: solid 2px rgba(10, 47, 128, 0.7);
  overflow: hidden;
}
#colored_tile:after {
  display: none;
  content: "";
  height: 400px;
  width: 350px;
  position: absolute;
  background: #060910;
  z-index: -1;
  top: -40px;
  transform: rotate(20deg);
  color: white;
  left: 55%;
}
#colored_tile h1 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  white-space: nowrap;
}
#colored_tile .btn {
  margin-top: 5px;
}
#colored_tile p {
  color: #b9b9b9;
}
#colored_tile #white_rl_logo {
  opacity: 0.25;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: -1;
  width: 40%;
}
#colored_tile #colored_text {
  width: 60%;
  display: inline-block;
  position: relative;
}
#colored_tile #hero_players {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: calc(40% - 30px);
}
#colored_tile #offset_img {
  display: inline-block;
  position: relative;
  width: 39%;
  height: 100px;
  vertical-align: top;
}
#colored_tile #offset_img img {
  position: absolute;
  top: -60px;
  right: -40px;
}

.table_header .table_row {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: rgba(47, 47, 47, 0.8);
  color: #f5f5f5;
}
.table_header .table_row a {
  color: #f5f5f5;
}

.table_row.missing_player_spot {
  border: solid 1px #801212 !important;
}

#table_seperator .table_row {
  padding: 20px 15px;
  background: #bfbfbf;
}
#table_seperator #table_seperator_title {
  font-weight: bold;
  color: black;
}

#balance_label {
  font-size: 24px;
  font-family: monospace;
  color: #cccccc;
  text-transform: uppercase;
  display: inline-block;
}

#team_balance {
  display: inline-block;
  margin-left: 20px;
  font-size: 28px;
  line-height: 100%;
}
#team_balance .dollar_sign_text:before {
  font-size: 14px;
  top: -2px;
  left: -12px;
}

#player_stat_table .player_team_logo {
  margin-left: -6px;
}

#over_budget_message {
  display: none;
  color: #b51818;
}

.edit_team_page {
  padding-bottom: 200px;
}

#team_balance_footer {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
}

#team_balance_container {
  padding: 10px 30px;
  display: inline-block;
  text-align: left;
  background: #040404;
  border: solid 3px #0c58fc;
}
#team_balance_container sup {
  margin-right: 2px;
}

.table_header a i {
  display: none;
}

.legal_section h2 {
  border-top: solid 1px gray;
  margin-top: 30px;
  padding-top: 30px;
}
.legal_section a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.sorting_table a {
  white-space: nowrap;
  display: block;
  width: 100%;
}
.sorting_table a .fa-chevron-up, .sorting_table a .fa-chevron-down {
  color: #ef4c23;
}

.selected_column {
  color: blue;
}
.selected_column.order_desc .fa-chevron-down {
  display: inline-block;
}
.selected_column.order_asc .fa-chevron-up {
  display: inline-block;
}

#fixed_bottom_bar {
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #f5f5f5;
  background: rgba(8, 8, 8, 0.8);
  border: solid 3px #008000;
}

.table_container {
  padding: 0 15px;
}

.table_row {
  padding: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  background: rgba(8, 8, 8, 0.8);
  color: #bebebe;
}

.action_button {
  width: 64px;
  text-align: center;
  border: none;
  background: transparent;
  padding: 6px 3px;
  border-radius: 3px;
  margin: -3px 0;
  height: 24px;
  line-height: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: monospace;
  text-transform: uppercase;
}
.action_button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.action_button .action_text {
  display: inline-block;
  color: white;
}

.fa-times-circle {
  color: red;
}

.fa-plus-circle {
  color: green;
}

.available_spot {
  text-align: center;
  color: white;
  background: #292929;
  border: solid 1px #404040;
}

#home_my_leagues .tile {
  background: #0d0d0d;
  color: white;
  border-top: solid 4px #ef4c23;
}
#home_my_leagues .tile h1 {
  font-size: 1.5rem;
  text-align: center;
}
#home_my_leagues .tile .home_league {
  display: block;
  padding: 8px;
  background: #d0d0d0;
  color: black;
  margin-top: 6px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 120%;
  border: solid 1px gray;
}
#home_my_leagues .tile .home_league .home_league_name {
  color: #5a5a5a;
  font-size: 14px;
  margin-top: 3px;
}
#home_my_leagues .tile .home_league:hover, #home_my_leagues .tile .home_league:focus {
  text-decoration: none;
  background: white;
}

#user_team_table .action_button {
  background: #4e0000;
  color: white;
}
#user_team_table .action_button:before {
  content: "Sell";
}

.table_row .price_change_info {
  display: none;
  margin-top: 20px;
  position: relative;
  text-align: center;
  padding: 10px;
  background: rgba(8, 8, 8, 0.8);
  border: solid 1px rgba(47, 47, 47, 0.8);
}
.table_row .price_change_info .change_label {
  font-size: 12px;
  color: #909090;
  text-transform: uppercase;
}
.table_row .price_change_info .change_price {
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  margin-top: 2px;
}
.table_row.show_price_change_info .price_change_info {
  display: block;
}

#search_player_container {
  background: #0a0b0b;
  color: white;
  padding: 3px;
  border-radius: 6px;
  border: solid 1px #4a4a4a;
}
#search_player_container input, #search_player_container button, #search_player_container #search_icon, #search_player_container #reset_search_icon {
  border: none;
  box-shadow: none;
  background: transparent;
  outline: 0;
}
#search_player_container input {
  color: white;
  width: calc(100% - 32px);
  padding: 0 5px;
}
#search_player_container #search_icon, #search_player_container #reset_search_icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  background: transparent;
}
#search_player_container #reset_search_icon {
  display: none !important;
  line-height: 24px;
}
#search_player_container #reset_search_icon .fa-times-circle {
  color: #717171;
}
#search_player_container #reset_search_icon i {
  margin-left: -2px;
}
#search_player_container #search_icon {
  color: #adadad;
}

#search_player_icon {
  display: inline-block;
  color: gray;
}

.filter_list_container select {
  padding: 4px;
  border-radius: 5px;
}
.filter_list_container select option {
  padding: 4px;
}

#free_agent_section h3 {
  font-size: 1.8rem;
}
#free_agent_section #mobile_search_icon {
  margin-right: 15px;
}
#free_agent_section.searching_player #search_player_container #reset_search_icon {
  display: inline-block !important;
}
#free_agent_section.searching_player #search_player_container #search_icon {
  display: none;
}
#free_agent_section.searching_player #free_agent_table .free_agent {
  display: none;
}
#free_agent_section.searching_player .table_row.show_search_player {
  display: block !important;
}
#free_agent_section.searching_player .table_row.show_search_player.d-none {
  display: none !important;
}
#free_agent_section.filtered_regions #free_agent_table .filter_hidden {
  display: none !important;
}

#free_agent_table {
  margin-top: 6px;
}
#free_agent_table a.player_name {
  color: white !important;
}
#free_agent_table .action_button .fa-times-circle {
  display: none;
}
#free_agent_table .action_button .fa-plus-circle {
  display: block;
}

#user_team_section h3 {
  font-size: 1.3rem;
}

#user_team_container {
  height: auto;
}
#user_team_container h3 {
  font-size: 1.3rem;
}

#social_links {
  text-align: center;
}
#social_links a {
  font-size: 22px;
  color: white;
  margin: 0 20px;
}

#author_details {
  text-align: center;
  padding: 30px;
  background: rgba(8, 8, 8, 0.8);
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
#author_details .social_links a {
  margin: 0 10px;
}
#author_details h1 {
  margin-top: 5px;
}
#author_details img {
  max-width: 100%;
  width: 200px;
  display: block;
  margin: 0 auto;
}
#author_details .info_row {
  text-align: left;
  margin-top: 30px;
}
#author_details .info_row .info_label {
  color: #ef4c23;
}

.league_link_container .league_name {
  color: white;
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.league_link_container .league_team_name, .league_link_container .league_description {
  color: #909090;
}
.league_link_container:hover .league_name, .league_link_container:hover .league_team_name, .league_link_container:hover .league_description, .league_link_container:focus .league_name, .league_link_container:focus .league_team_name, .league_link_container:focus .league_description {
  color: white;
}

.sticky_top {
  position: fixed !important;
  top: 76px;
}

.cancel_swap {
  display: none;
}

.swap_in_progress .action_text {
  display: none !important;
}
.swap_in_progress .cancel_swap {
  display: block;
}
.swap_in_progress .action_button i {
  display: none !important;
}
.swap_in_progress#user_team_table.no_affordable_swaps {
  position: relative;
}
.swap_in_progress#user_team_table.no_affordable_swaps:before {
  content: "No team players available to swap, the new player would put the team over budget.";
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px;
  display: block;
  color: white;
}
.swap_in_progress#user_team_table .unaffordable_swap {
  display: none !important;
}
.swap_in_progress#user_team_table .action_button {
  background: #243070;
  color: white;
}
.swap_in_progress#user_team_table .action_button:before {
  content: "Swap";
}
.swap_in_progress#free_agent_table .action_button {
  display: none;
  background: gray;
  color: white;
}
.swap_in_progress#free_agent_table .table_row {
  display: none;
}
.swap_in_progress#free_agent_table .table_row.swapping_free_agent {
  display: flex;
}
.swap_in_progress#free_agent_table .table_row.swapping_free_agent .action_button {
  display: block;
}
.swap_in_progress#free_agent_table .table_row.swapping_free_agent .action_button:before {
  content: "Cancel";
}
.swap_in_progress#free_agent_table .cancel_swap:before {
  content: "cancel";
}

.league_info_container h1 span {
  font-size: 18px;
  color: gray;
}

#mobile_league_title {
  display: none;
}

#standings_table .title {
  display: none;
}

.title {
  font-size: 1.3rem;
  margin: 15px 0 5px;
}

.side_table {
  margin-bottom: 40px;
  background: rgba(8, 8, 8, 0.8);
  padding: 15px;
  border-radius: 6px;
}
.side_table .row_container {
  padding: 6px;
}
.side_table .title {
  margin-top: 0;
}

.league_details .row_container {
  color: gray;
}
.league_details .label {
  font-weight: bold;
  color: #aaaaaa;
}

#mobile_league_details {
  display: none;
}

#my_team_details {
  text-align: center;
}
#my_team_details .title {
  text-align: left;
  display: none;
}
#my_team_details .sub_text {
  color: gray;
  margin: 6px 0;
}
#my_team_details a, #my_team_details .btn_link {
  width: 180px;
  display: inline-block;
  padding: 3px 5px;
  margin-top: 6px;
}
#my_team_details #leave_league {
  margin-top: 8px;
}
#my_team_details .team_title {
  font-size: 1.7rem;
}

.player_name {
  display: inline-block;
}

.table_body .team_sprite {
  margin-left: -30px;
  display: inline-block;
}

.player_name {
  font-size: 17px;
  line-height: 120%;
}

.player_team_name {
  font-size: 12px;
  line-height: 120%;
  color: #909090;
}

#rules_intro {
  color: #0d0d0d;
}

.team_matchup_label {
  display: inline-block;
  width: 44px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}
.team_matchup_label.winner_label {
  background: #217221;
  color: white;
}
.team_matchup_label.winner_label:before {
  content: "winner";
  text-align: center;
}
.team_matchup_label.loser_label {
  background: #873c3c;
  color: white;
}
.team_matchup_label.loser_label:before {
  content: "loser";
  text-align: center;
}

.matchup_summary {
  padding: 10px;
  border: solid 1px gray;
  position: relative;
}
.matchup_summary:after {
  content: "View Matchup";
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  background: #13161e;
}
.matchup_summary .matchup_title {
  font-size: 28px;
}
.matchup_summary .total_points {
  font-size: 34px;
  line-height: 100%;
  display: block;
  margin-bottom: 8px;
}
.matchup_summary .team_name {
  display: block;
  font-size: 20px;
  line-height: 22px;
  overflow: hidden;
  color: white;
}
.matchup_summary .team_owner {
  font-size: 14px;
  line-height: 16px;
  color: #909090;
}
.matchup_summary .home_team {
  position: relative;
  padding-right: 10px;
}
.matchup_summary .home_team:after {
  position: absolute;
  content: "VS";
  top: 50%;
  width: 36px;
  height: 36px;
  border: solid 1px gray;
  line-height: 35px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  right: -30px;
  transform: translateY(-50%);
}
.matchup_summary .away_team {
  text-align: right;
}
.matchup_summary .away_team .team_name {
  padding-left: 10px;
}

.gift {
  max-width: 400px;
  display: block;
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: solid 1px gray;
}
.gift.amazon_gift .location:before {
  content: "Amazon";
}
.gift.etsy_gift .location:before {
  content: "Etsy";
}
.gift a {
  position: relative;
}
.gift a:after {
  content: "Buy Now";
  position: absolute;
  top: 20px;
  right: 0;
  text-transform: uppercase;
  background: #ef4c23;
  color: white;
  font-weight: bold;
  padding: 6px 12px;
}
.gift h3 {
  margin-top: 12px;
  margin-bottom: 4px;
}
.gift .price {
  margin-bottom: 12px;
  display: inline-block;
  background: #909090;
  color: #0d0d0d;
  padding: 2px 8px;
}
.gift .price:before {
  content: "$";
}
.gift .location {
  margin: 0px 4px;
  display: inline-block;
}
.gift .description {
  color: #bfbfbf;
}
.gift .description a:after {
  content: "";
  display: none;
}

.team_colors {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 20px;
}
.team_colors .primary_color, .team_colors .secondary_color {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
}
.team_colors .primary_color {
  left: 0;
}
.team_colors .secondary_color {
  right: 0;
}

.snake_draft_league #team_balance_footer {
  display: none;
}
.snake_draft_league .field_player .player_price {
  display: none;
}

#enter_draft_lobby_btn {
  display: block;
  width: 100%;
  padding: 30px;
  background: #0c58fc;
  color: white;
  font-size: 30px;
  border-radius: 6px;
  margin: 20px auto;
}

.waiting_room_status {
  background: #4e5b68;
  padding: 20px;
  display: inline-block;
  border-radius: 4px;
  margin: 15px auto;
}
.waiting_room_status p {
  margin-bottom: 0;
}

.keeper_player {
  background: gray;
}
.keeper_player td {
  background: gray !important;
}
.keeper_player td .draft_btn {
  visibility: hidden !important;
}

#league_teams_list .header_row {
  border-bottom: solid 1px gray;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#league_teams_list .league_team_row {
  margin-top: 10px;
}
#league_teams_list .team_name {
  font-size: 18px;
  vertical-align: top;
}
#league_teams_list .team_colors_block {
  vertical-align: top;
  margin-right: 10px;
}

.score_line {
  position: relative;
  background: white;
  overflow-x: hidden;
}
.score_line .score_value {
  float: right;
  padding-left: 6px;
  background: white;
}
.score_line span:first-child {
  padding-right: 6px;
  background: white;
}
.score_line:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

#missing_players {
  background: #801212;
  color: white;
  padding: 8px;
  margin: 15px 0;
}

.section_title {
  text-align: center;
  color: #0d0d0d;
  font-size: 1.5rem;
  margin: 15px auto;
}

#final_score {
  text-align: center;
  margin: 15px auto;
}

.highlight {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 6px;
}
.highlight h3 {
  font-size: 22px;
  line-height: 24px;
}
.highlight h3 span {
  vertical-align: top;
  margin-left: 4px;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}

#league_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}

#events_container_label {
  display: inline-block;
  margin-right: 20px;
}

#league_events_container {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 420px;
  height: 50px;
  overflow: hidden;
  padding: 10px 0;
  background: transparent;
}
#league_events_container #event_links {
  position: absolute;
  top: 10px;
  right: 0;
  white-space: nowrap;
  font-size: 0;
}
#league_events_container a {
  position: relative;
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: gray;
}
#league_events_container a.current {
  color: #f1f1f1;
  font-weight: bold;
  position: relative;
}

.scroll_button {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 10px;
  border: solid 1px #3a3a3a;
  border-radius: 6px;
  background: #1d1d1d;
  color: #fbfbfb;
}
.scroll_button.grayed_out {
  cursor: not-allowed;
  border-color: #1d1d1d;
  color: #636363;
}

#team_name_subtext {
  margin-bottom: 5px;
}
#team_name_subtext a {
  color: #a0a0a0;
}

#lock_countdown_time {
  height: 50px;
  overflow: hidden;
}

#events_lockdown_row {
  margin-bottom: 10px;
}
#events_lockdown_row #events_dropdown {
  display: none;
}

.event_tile_label {
  text-align: center;
  margin-bottom: 6px;
  font-size: 16px;
}

.event_tile_value {
  font-size: 22px;
  line-height: 22px;
  height: 40px;
  text-align: center;
}

#event_countdown {
  text-align: center;
}

#league_action_buttons {
  text-align: right;
}
#league_action_buttons a {
  margin: 0 6px;
}

.label_requirements {
  font-size: 16px;
  color: #909090;
}

#welcome_modal {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(8, 8, 8, 0.8);
  color: #f5f5f5;
  border-radius: 6px;
}
#welcome_modal p {
  margin-top: 20px;
  color: #909090;
}
#welcome_modal #fantasy_name_input {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 400px;
}
#welcome_modal #fantasy_name_input label {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  width: 100%;
}
#welcome_modal #fantasy_name_input input {
  display: block;
  width: 100%;
}
#welcome_modal #fantasy_name_input button {
  display: block;
  margin: 10px 0 0 auto;
}

.btn_link {
  color: #007bff;
  display: inline-block;
  box-shadow: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.btn_link:hover {
  text-decoration: underline;
}

#events_dropdown, .events_dropdown {
  text-align: left;
  margin: 10px 0 10px auto;
}
#events_dropdown .overlay_dropdown_button, .events_dropdown .overlay_dropdown_button {
  width: 150px;
}

#standings_table #events_dropdown,
#stats_events_dropdown #events_dropdown,
.stats_events_dropdown, .events_dropdown,
.dropdown_container {
  display: inline-block;
}
#standings_table #events_dropdown .event_icon_link:after,
#stats_events_dropdown #events_dropdown .event_icon_link:after,
.stats_events_dropdown .event_icon_link:after, .events_dropdown .event_icon_link:after,
.dropdown_container .event_icon_link:after {
  background-image: "";
  display: none !important;
}

#free_agent_table .action_button {
  background: #034003;
  color: white;
}
#free_agent_table .action_button:before {
  content: "Buy";
}
#free_agent_table .action_button.unavailable_button {
  background: #9c9c9c;
  color: #353535;
}
#free_agent_table .action_button .action_text:before {
  content: "Buy";
}

.countdown_type {
  height: 50px;
  overflow: hidden;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  position: relative;
  width: 80px;
  text-align: center;
}
.countdown_type:after {
  display: block;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 12px;
}
.countdown_type.countdown_days:after {
  content: "days";
}
.countdown_type.countdown_hours:after {
  content: "hours";
}
.countdown_type.countdown_minutes:after {
  content: "minutes";
}
.countdown_type.countdown_seconds:after {
  content: "seconds";
}

.top_title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.home_event_countdown {
  padding: 20px 0;
  color: #909090;
}
.home_event_countdown .event_tile_value {
  height: auto;
  line-height: 0;
}
.home_event_countdown h3 {
  text-align: center;
  color: #f5f5f5;
  font-size: 1.3rem;
}
.home_event_countdown .countdown_type {
  width: 48px;
  height: 34px;
}
.home_event_countdown .countdown_type:after {
  display: block;
  color: #909090;
  font-size: 12px;
  line-height: 12px;
}
.home_event_countdown .countdown_type.countdown_minutes:after {
  content: "mins";
}
.home_event_countdown .countdown_type.countdown_seconds:after {
  content: "secs";
}

/*** overlay_dropdown menu styles ***/
.overlay_dropdown_button {
  background-color: #131313;
  border-radius: 4px;
  color: white;
  padding: 6px;
  font-size: 16px;
  position: relative;
  z-index: 3;
  border: solid 1px #5a5a5a;
  cursor: pointer;
}

.overlay_dropdown {
  position: relative;
  display: inline-block;
}
.overlay_dropdown .arrow_icon {
  display: inline-block;
  margin: 0 -2px 0 10px;
  color: #bbbbbb;
}

#tiebreaker_container {
  text-align: center;
}
#tiebreaker_container #tiebreaker_question {
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  margin: 5px auto 15px;
}
#tiebreaker_container input {
  display: block;
}
#tiebreaker_container .btn-success {
  padding: 3px 8px;
}

.overlay_dropdown_menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}
.overlay_dropdown_menu a, .overlay_dropdown_menu button {
  color: black;
  padding: 8px 16px;
  border-bottom: solid 1px gray;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
}
.overlay_dropdown_menu a:hover, .overlay_dropdown_menu a:focus, .overlay_dropdown_menu button:hover, .overlay_dropdown_menu button:focus {
  background: #c2c2c2;
  cursor: pointer;
}

.show_overlay_dropdown .arrow_icon {
  transform: rotate(90deg);
}
.show_overlay_dropdown .overlay_dropdown_menu {
  display: block !important;
  z-index: 4;
}

#player_info_container {
  padding: 15px;
  background: rgba(8, 8, 8, 0.8);
  border: solid 4px rgba(47, 47, 47, 0.8);
  color: #f5f5f5;
}
#player_info_container #player_info {
  padding: 5px 0;
}
#player_info_container #player_real_name {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 18px;
  color: #909090;
}
#player_info_container #player_name {
  font-weight: 700;
  letter-spacing: 1px;
}
#player_info_container #player_picture {
  max-width: 100%;
  position: relative;
  width: 230px;
  height: 170px;
  margin: 0 auto;
  border: solid 3px rgba(47, 47, 47, 0.8);
  background-size: cover;
}
#player_info_container #player_picture .team_sprite {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
#player_info_container #player_picture img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  max-height: 150px;
}

.modal button.close {
  padding: 8px 20px;
  margin: -8px;
  font-size: 20px;
}

#player_stat_modal .modal-body {
  padding: 0;
}
#player_stat_modal #player_info_container #player_info_row {
  justify-content: center;
}
#player_stat_modal #player_info_container #player_picture {
  display: block;
}
#player_stat_modal #player_name {
  text-align: center;
}
#player_stat_modal .player_stat_col {
  display: none;
}
#player_stat_modal .table_container {
  padding: 0 12px !important;
}

.details_row {
  display: flex;
  margin: 15px 0 0 15px;
  font-size: 16px;
  line-height: 18px;
}
.details_row .detail_label {
  width: 126px;
  color: #909090;
}
.details_row .detail_value {
  color: white;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.details_row .detail_value .team_sprite {
  margin: -5px;
}

#player_stat_table .table_header .table_row {
  border-radius: 0;
}
#player_stat_table .player_name {
  margin-bottom: 4px;
}

.dollar_sign_text {
  position: relative;
}
.dollar_sign_text:before {
  content: "$";
  position: absolute;
  top: 0;
  left: -8px;
  font-size: 10px;
}

.previous_points_label, .player_previous_points {
  text-align: right;
  display: block;
}

.player_price_container {
  padding: 10px 0;
  margin: -10px 0;
  position: relative;
}

.player_price:hover {
  text-decoration: underline;
  cursor: pointer;
}

.price_difference {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
}
.price_difference p {
  margin-bottom: 0;
}

.increased_price .price_difference, .change_price.increased_price {
  color: #1bc25f;
}

.decreased_price .price_difference, .change_price.decreased_price {
  color: #e12a29;
}

@-webkit-keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.team_sprite {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 27px;
  background-size: 100%;
  background-image: url("../img/grid_winter_2020_na_eu.png");
  background-position: 0 -999px;
}
.team_sprite.team_img_71 {
  background-position: 0 -648px;
}
.team_sprite.team_img_74 {
  background-position: 0 -865px;
}
.team_sprite.team_img_6 {
  background-position: 0 0px;
}
.team_sprite.team_img_69 {
  background-position: 0 -27px;
}
.team_sprite.team_img_8 {
  background-position: 0 -54px;
}
.team_sprite.team_img_10 {
  background-position: 0 -81px;
}
.team_sprite.team_img_11 {
  background-position: 0 -108px;
}
.team_sprite.team_img_12 {
  background-position: 0 -135px;
}
.team_sprite.team_img_19 {
  background-position: 0 -162px;
}
.team_sprite.team_img_15 {
  background-position: 0 -189px;
}
.team_sprite.team_img_17 {
  background-position: 0 -216px;
}
.team_sprite.team_img_20 {
  background-position: 0 -243px;
}
.team_sprite.team_img_23 {
  background-position: 0 -270px;
}
.team_sprite.team_img_26 {
  background-position: 0 -297px;
}
.team_sprite.team_img_24 {
  background-position: 0 -324px;
}
.team_sprite.team_img_27 {
  background-position: 0 -351px;
}
.team_sprite.team_img_31 {
  background-position: 0 -378px;
}
.team_sprite.team_img_32 {
  background-position: 0 -405px;
}
.team_sprite.team_img_61 {
  background-position: 0 -432px;
}
.team_sprite.team_img_37 {
  background-position: 0 -459px;
}
.team_sprite.team_img_38 {
  background-position: 0 -486px;
}
.team_sprite.team_img_42 {
  background-position: 0 -513px;
}
.team_sprite.team_img_68 {
  background-position: 0 -540px;
}
.team_sprite.team_img_48 {
  background-position: 0 -567px;
}
.team_sprite.team_img_55, .team_sprite.team_img_86 {
  background-position: 0 -594px;
}
.team_sprite.team_img_59 {
  background-position: 0 -972px;
}
.team_sprite.team_img_70 {
  background-position: 0 -621px;
}
.team_sprite.team_img_63 {
  background-position: 0 -675px;
}
.team_sprite.team_img_62 {
  background-position: 0 -702px;
}
.team_sprite.team_img_56 {
  background-position: 0 -729px;
}
.team_sprite.team_img_65 {
  background-position: 0 -756px;
}
.team_sprite.team_img_66 {
  background-position: 0 -783px;
}
.team_sprite.team_img_46 {
  background-position: 0 -810px;
}
.team_sprite.team_img_73 {
  background-position: 0 -837px;
}
.team_sprite.team_img_76 {
  background-position: 0 -1054px;
}
.team_sprite.team_img_75 {
  background-position: 0px -1081px;
}
.team_sprite.team_img_5 {
  background-position: 0px -1107px;
}
.team_sprite.team_img_18 {
  background-position: 0px -1134px;
}
.team_sprite.team_img_82 {
  background-position: 0px -1161px;
}
.team_sprite.team_img_25 {
  background-position: 0px -1188px;
}
.team_sprite.team_img_83 {
  background-position: 0px -1215px;
}
.team_sprite.team_img_33 {
  background-position: 0px -1242px;
}
.team_sprite.team_img_81 {
  background-position: 0 -891px;
}
.team_sprite.team_img_80 {
  background-position: 0 -918px;
}
.team_sprite.team_img_77 {
  background-position: 0 -1026px;
}
.team_sprite.team_img_78 {
  background-position: 0 -945px;
}
.team_sprite.team_img_105 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 0;
}
.team_sprite.team_img_104 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -27px;
}
.team_sprite.team_img_103 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -54px;
}
.team_sprite.team_img_102 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -81px;
}
.team_sprite.team_img_96 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -108px;
}
.team_sprite.team_img_90 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -135px;
}
.team_sprite.team_img_91 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -162px;
}
.team_sprite.team_img_92 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -189px;
}
.team_sprite.team_img_101 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -243px;
}
.team_sprite.team_img_94 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -270px;
}
.team_sprite.team_img_95 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -297px;
}
.team_sprite.team_img_98 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -324px;
}
.team_sprite.team_img_93 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -351px;
}
.team_sprite.team_img_100 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -378px;
}
.team_sprite.team_img_99 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -405px;
}
.team_sprite.team_img_97 {
  background-image: url("../img/international_team_sprite.png");
  background-position: 0 -432px;
}

/* emoji security styles */
#emoji_security_container {
  position: relative;
  text-align: center;
}

#emoji_prompt {
  font-size: 16px;
  font-family: arial;
  margin-top: 20px;
  margin-bottom: 5px;
}
#emoji_prompt.required_emoji_prompt {
  background: #ef4c23;
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.emoji_button {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  line-height: 0;
  border: solid 3px #ababab;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  outline: none !important;
}

.emoji_button img {
  width: 40px;
  height: 40px;
}

.selected_emoji {
  border: solid 3px #004ff2;
}

#how_to_play {
  padding: 30px;
  background: #0f1010;
  color: #a7a7a7;
}
#how_to_play hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}
#how_to_play li {
  margin-bottom: 3px;
}
#how_to_play h1 {
  text-align: center;
  color: white;
}
#how_to_play .section_title {
  text-align: left;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
#how_to_play .score_line {
  max-width: 344px;
  background: transparent;
}
#how_to_play .score_line span {
  background: #0f1010;
}
#how_to_play .score_line .score_value {
  background: #0f1010;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #0a0c10;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}

[data-src] {
  min-width: 20px;
  min-height: 20px;
}

.rocket_car {
  height: 94px;
  width: 216px;
  position: relative;
  font-size: 0;
  margin: 80px auto;
  padding: 0;
  border: solid 1px transparent;
  transform: scale(2);
}
.rocket_car div {
  position: absolute;
}
.rocket_car .wheel_left {
  height: 41px;
  width: 41px;
  bottom: 0;
  left: 22px;
  border-radius: 50%;
  background: black;
}
.rocket_car .wheel_left_inner {
  height: 33px;
  width: 33px;
  bottom: 4px;
  left: 26px;
  border-radius: 50%;
  background: white;
  z-index: 2;
}
.rocket_car .wheel_left_trim {
  bottom: 23px;
  left: 25px;
  height: 27px;
  width: 34px;
  background: transparent;
  border-radius: 50%;
  border-top: solid 6px black;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background: transparent !important;
}
.rocket_car .wheel_right_trim {
  bottom: 2px;
  right: 22px;
  height: 45px;
  width: 41px;
  transform: rotate(12deg);
  background: transparent;
  border-radius: 50%;
  border-top: solid 8px black;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background: transparent !important;
}
.rocket_car .wheel_right {
  height: 36px;
  width: 36px;
  bottom: 0;
  right: 26px;
  border-radius: 50%;
  background: black;
}
.rocket_car .wheel_right_inner {
  height: 28px;
  width: 28px;
  bottom: 4px;
  right: 30px;
  border-radius: 50%;
  z-index: 2;
  background: white;
}
.rocket_car .spoiler_1 {
  top: 1px;
  left: 2px;
  height: 0;
  width: 0;
  border-left: 12px solid black;
  border-bottom: 9px solid transparent;
  border-top: 1px solid transparent;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right: none !important;
  background: none !important;
  transform: rotate(-124deg);
}
.rocket_car .spoiler_2 {
  top: 8px;
  left: 7px;
  height: 6px;
  width: 22px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 1px;
  background: black;
}
.rocket_car .spoiler_3 {
  top: 4px;
  left: 21px;
  height: 0;
  width: 0;
  border-left: 11px solid black;
  border-bottom: 30px solid transparent;
  border-top: 8px solid transparent;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right: none !important;
  background: none !important;
  transform: rotate(128deg);
}
.rocket_car .spoiler_4 {
  top: 6px;
  left: 26px;
  height: 0;
  width: 0;
  border-left: 4px solid black;
  border-bottom: 7px solid transparent;
  border-top: 4px solid transparent;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right: none !important;
  background: none !important;
  transform: rotate(-255deg);
}
.rocket_car .spoiler_5 {
  top: 7px;
  left: 4px;
  height: 3px;
  width: 30px;
  border-bottom-right-radius: 50%;
  transform: rotate(10deg);
  /* border-radius: 50%; */
  background: black;
}
.rocket_car .front_bumper_1 {
  height: 15px;
  width: 10px;
  right: 12px;
  bottom: 21px;
  transform: rotate(8deg);
  background: black;
}
.rocket_car .front_bumper_2 {
  width: 8px;
  height: 16px;
  bottom: 23px;
  right: 15px;
  border-top-right-radius: 40px;
  transform: rotate(-25deg);
  background: black;
}
.rocket_car .front_bumper_3 {
  width: 18px;
  height: 4px;
  right: 50px;
  bottom: 40px;
  background: black;
}
.rocket_car .front_hood {
  width: 38px;
  height: 5px;
  right: 9px;
  bottom: 37px;
  transform: rotate(14deg);
  background: black;
}
.rocket_car .front_hood_top_1 {
  width: 32px;
  height: 7px;
  right: 23px;
  border-top-left-radius: 50%;
  bottom: 41px;
  transform: rotate(8deg);
  background: black;
}
.rocket_car .front_hood_top_2 {
  width: 32px;
  height: 6px;
  right: 44px;
  border-top-left-radius: 50%;
  bottom: 48px;
  transform: rotate(20deg);
  background: black;
}
.rocket_car .top_frame_1 {
  width: 24px;
  height: 35px;
  border-top-right-radius: 12px;
  background: black;
  transform: rotate(-59deg);
  /* opacity: .5; */
  bottom: 29px;
  right: 61px;
  border-bottom-left-radius: 3px;
}
.rocket_car .top_frame_2 {
  width: 25px;
  height: 25px;
  /* border-radius: 50%; */
  background: black;
  transform: rotate(29deg);
  /* opacity: .5; */
  bottom: 36px;
  right: 62px;
}
.rocket_car .top_frame_3 {
  width: 46px;
  height: 25px;
  border-top-right-radius: 2px;
  border-top-left-radius: 1px;
  background: black;
  transform: rotate(9deg);
  /* opacity: .5; */
  bottom: 45px;
  right: 80px;
}
.rocket_car .top_frame_4 {
  display: none;
  width: 49px;
  height: 19px;
  border-radius: 50%;
  background: black;
  /* opacity: .5; */
  bottom: 54px;
  right: 123px;
  transform: rotate(-6deg);
}
.rocket_car .roof_bump {
  width: 6px;
  height: 9px;
  border-top-right-radius: 50%;
  left: 96px;
  top: 16px;
  transform: rotate(6deg);
  background: black;
}
.rocket_car .engine_1 {
  width: 33px;
  height: 8px;
  left: 55px;
  top: 21px;
  background: black;
}
.rocket_car .engine_2 {
  width: 15px;
  height: 9px;
  left: 46px;
  top: 24px;
  background: black;
  transform: rotate(-16deg);
}
.rocket_car .engine_3 {
  width: 15px;
  height: 9px;
  left: 68px;
  top: 17px;
  background: black;
}
.rocket_car .engine_4 {
  width: 23px;
  height: 6px;
  left: 64px;
  top: 12px;
  background: black;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 1px;
  transform: rotate(3deg);
}
.rocket_car .engine_5 {
  top: 1px;
  left: 74px;
  height: 0;
  width: 0;
  border-left: 5px solid black;
  border-bottom: 23px solid transparent;
  border-top: 2px solid transparent;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right: none !important;
  background: none !important;
  transform: rotate(88deg);
}
.rocket_car .back_bumper_1 {
  width: 21px;
  height: 8px;
  left: 19px;
  border-radius: 1px;
  transform: rotate(6deg);
  top: 34px;
  background: black;
}
.rocket_car .back_bumper_2 {
  width: 14px;
  height: 11px;
  left: 24px;
  top: 36px;
  transform: rotate(-12deg);
  background: black;
}
.rocket_car .back_bumper_3 {
  top: 42px;
  left: 25px;
  height: 0;
  width: 0;
  border-left: 6px solid black;
  border-bottom: 9px solid transparent;
  border-top: 3px solid transparent;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right: none !important;
  background: none !important;
  transform: rotate(1deg);
}
.rocket_car .middle_fill_1 {
  width: 45px;
  height: 16px;
  left: 28px;
  top: 30px;
  border-radius: 50%;
  background: black;
}
.rocket_car .middle_fill_2 {
  width: 47px;
  height: 14px;
  left: 34px;
  top: 26px;
  transform: rotate(0deg);
  background: black;
}
.rocket_car .middle_fill_3 {
  width: 41px;
  height: 11px;
  left: 59px;
  top: 44px;
  transform: rotate(-1deg);
  background: black;
}
.rocket_car .middle_fill_4 {
  width: 21px;
  height: 12px;
  left: 53px;
  top: 37px;
  transform: rotate(-41deg);
  background: black;
}
.rocket_car .middle_fill_5 {
  width: 70px;
  height: 47px;
  left: 70px;
  top: 20px;
  border-top-right-radius: 100px;
  transform: rotate(-16deg);
  background: black;
}
.rocket_car .bottom_fill_1 {
  width: 20px;
  height: 29px;
  left: 69px;
  top: 45px;
  transform: rotate(-28deg);
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: black;
}
.rocket_car .bottom_fill_2 {
  width: 21px;
  height: 21px;
  left: 76px;
  top: 56px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: black;
}
.rocket_car .bottom_fill_3 {
  width: 35px;
  height: 14px;
  left: 105px;
  top: 57px;
  transform: rotate(-23deg);
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: black;
}
.rocket_car .bottom_fill_4 {
  width: 19px;
  height: 14px;
  left: 93px;
  top: 63px;
  border-radius: 4px;
  background: black;
}
.rocket_car .bottom_fill_5 {
  width: 26px;
  height: 12px;
  left: 125px;
  top: 52px;
  border-bottom-right-radius: 1px;
  background: black;
  transform: rotate(-2deg);
}
.rocket_car .window_1 {
  width: 58px;
  height: 21px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 26%;
  left: 94px;
  top: 28px;
  transform: rotate(9deg);
  background: white;
}
.rocket_car .window_2 {
  width: 10px;
  height: 44px;
  left: 81px;
  border-top-left-radius: 73%;
  top: 13px;
  transform: rotate(47deg);
  background: black;
}
.rocket_car .window_3 {
  width: 64px;
  height: 15px;
  left: 91px;
  top: 39px;
  border-bottom-right-radius: 75%;
  transform: rotate(9deg);
  background: black;
}
.rocket_car .window_4 {
  width: 32px;
  height: 14px;
  left: 122px;
  top: 41px;
  border-bottom-right-radius: 50%;
  transform: rotate(-26deg);
  background: black;
}
.rocket_car .window_5 {
  width: 35px;
  height: 3px;
  left: 124px;
  top: 32px;
  border-bottom-right-radius: 50%;
  transform: rotate(-152deg);
  background: black;
}
.rocket_car .window_6 {
  display: none;
  height: 6px;
  width: 14px;
  border-right: solid 3px black;
  border-radius: 50%;
  background: transparent;
  top: 38px;
  right: 63px;
  transform: rotate(11deg);
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  background: none !important;
}

/* selector styles */
.color_tile {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px;
  border: solid 3px transparent;
}

.selected_color {
  border-color: white;
}

#main_menu.show_main_menu {
  left: 0 !important;
  display: block !important;
}

.poll_container {
  background: #161617;
  padding: 15px;
  margin-bottom: 30px;
}
.poll_container .poll_title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.poll_container .save_poll_vote_btn {
  color: #fff;
  background-color: #212121;
  border-color: #6c757d;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.blog_preview {
  display: block;
}
.blog_preview .preview_img {
  width: 100%;
  background-size: cover;
  height: 180px;
  background-position: center center;
}
.blog_preview .preview_title {
  text-align: center;
  font-size: 20px;
}

.member_tile {
  background-size: cover;
  background-position: center center;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.member_tile a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 100%;
}
.member_tile a:hover {
  border: solid 3px blue;
}
.member_tile a:hover .member_info {
  top: 46%;
}
.member_tile a .member_info {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: block;
  transform: translate(-50%, -50%);
  background: #0b0e10;
  color: white;
  font-size: 24px;
  padding: 16px;
  transition: 0.5s;
}
.member_tile a .member_info .name {
  margin: 0 0 12px;
}
.member_tile a .member_info .title {
  color: #a4a4a4;
  white-space: nowrap;
  font-size: 18px;
  margin: 0;
  line-height: 20px;
}

.option_result {
  color: white;
  position: relative;
  margin-bottom: 10px;
}
.option_result .option_title, .option_result .option_percentage {
  line-height: 16px;
  font-size: 14px;
  color: #e2e2e2;
  z-index: 3;
}
.option_result .option_title {
  padding: 5px;
  position: relative;
  padding-right: 45px;
  text-align: left;
}
.option_result .option_title .fa-check-circle {
  margin-left: 5px;
  color: white;
}
.option_result .option_percentage {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
}
.option_result .result_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: solid 2px #424242;
  background: #424242;
  z-index: 2;
}

.option_container {
  display: none;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px;
}
.option_container input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.options_list[data-user_vote_id="0"] .option_result {
  display: none;
}
.options_list[data-user_vote_id="0"] .option_container {
  display: block;
}

#home_instructions {
  margin-top: 30px;
}
#home_instructions #instructions_row {
  background: rgba(8, 8, 8, 0.8);
}
#home_instructions p {
  color: #a4a4a4;
}
#home_instructions ul {
  padding-left: 20px;
}
#home_instructions ul li {
  margin-bottom: 6px;
  color: #a4a4a4;
}
#home_instructions #more_details {
  padding: 8px 26px;
  text-align: center;
  border: solid 2px #a4a4a4;
  border-radius: 6px;
  color: white;
  margin-top: 10px;
}
#home_instructions #instruction_text {
  padding: 30px 10px 30px 18px;
}
#home_instructions #instruction_pic_col {
  padding: 0;
}
#home_instructions h2 {
  margin-bottom: 30px;
}

#points_label_row {
  position: relative;
  padding-top: 20px;
  margin-bottom: -4px;
}
#points_label_row:before {
  content: "Fantasy Points";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
#points_label_row .col-3 {
  background: #484848;
  padding-top: 4px;
  padding-bottom: 4px;
}

#home_featured_section {
  padding: 15px 40px;
  margin: 60px 0;
  background: rgba(8, 8, 8, 0.8);
  color: white;
}
#home_featured_section h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#home_featured_section p {
  font-size: 1.1rem;
}

.team_total_points {
  font-size: 22px;
  color: #909090;
}

.team_title {
  margin-bottom: 2px;
}

.snake_draft_league.major_event #team_field .field_row .position_name, .snake_draft_league.major_event .team_field .field_row .position_name {
  left: 15%;
  font-weight: bold;
}

#team_field, .team_field {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  width: 440px;
  background-image: url("../img/field_placeholder.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
#team_field .field_row, .team_field .field_row {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}
#team_field .field_row .position_name, .team_field .field_row .position_name {
  font-size: 20px;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  height: 0;
}
#team_field .field_row.field_position_Bench, .team_field .field_row.field_position_Bench {
  margin-top: 36px;
}
#team_field .field_row1, .team_field .field_row1 {
  margin: 30px 0 0;
}
#team_field .field_player form, .team_field .field_player form {
  line-height: 100%;
  line-height: 100%;
}
#team_field .field_player .player_container, .team_field .field_player .player_container {
  max-width: 140px;
  height: 160px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#team_field .field_player .player_container .open_position_marker, .team_field .field_player .player_container .open_position_marker {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#team_field .field_player .player_container .open_position_marker:before, .team_field .field_player .player_container .open_position_marker:before {
  content: "Available";
  padding: 4px 12px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#team_field .field_player .player_container .open_position_marker.too_expensive:before, .team_field .field_player .player_container .open_position_marker.too_expensive:before {
  content: "Too Expensive";
  background: white;
  color: red;
}
#team_field .field_player .player_container .remove_player_btn, #team_field .field_player .player_container .lock_icon, .team_field .field_player .player_container .remove_player_btn, .team_field .field_player .player_container .lock_icon {
  border-radius: 50%;
  background: red;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 18px;
}
#team_field .field_player .player_container .swap_position_btn, .team_field .field_player .player_container .swap_position_btn {
  background: #2f3f6e;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 36px;
  left: 0;
  padding: 3px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 18px;
}
#team_field .field_player .player_container .swap_position_btn .fa-times, .team_field .field_player .player_container .swap_position_btn .fa-times {
  display: none;
}
#team_field .field_player .player_container .player_current_price, .team_field .field_player .player_container .player_current_price {
  padding: 2px;
  display: none;
  background: rgba(8, 8, 8, 0.8);
}
#team_field .field_player .player_container.show_current_price .player_current_price, .team_field .field_player .player_container.show_current_price .player_current_price {
  display: block;
}
#team_field .field_player .player_container .new_position_btn, .team_field .field_player .player_container .new_position_btn {
  display: none;
}
#team_field .field_player .player_container .lock_icon, .team_field .field_player .player_container .lock_icon {
  background: transparent;
}
#team_field .field_player .player_container .player_stat_btn, .team_field .field_player .player_container .player_stat_btn {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  background: green;
  line-height: 20px;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}
#team_field .field_player .player_container .player_name, .team_field .field_player .player_container .player_name {
  padding: 2px 0;
  font-size: 16px;
  line-height: 120%;
  width: 100%;
  text-align: center;
  color: black;
  background: white;
}
#team_field .field_player .player_container a.player_name, .team_field .field_player .player_container a.player_name {
  color: black !important;
}
#team_field .field_player .player_container .player_price, .team_field .field_player .player_container .player_price {
  padding: 2px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 16px;
  position: relative;
}
#team_field .field_player .player_container .player_price .fas, .team_field .field_player .player_container .player_price .fas {
  position: absolute;
  top: 0px;
  right: 16px;
  z-index: 1;
  font-size: 20px;
}
#team_field .field_player .player_container .player_price .fa-caret-up, .team_field .field_player .player_container .player_price .fa-caret-up {
  color: #00ffb1;
}
#team_field .field_player .player_container .player_price .fa-caret-down, .team_field .field_player .player_container .player_price .fa-caret-down {
  color: #ff4654;
}
#team_field .field_player .player_container .player_img, .team_field .field_player .player_container .player_img {
  height: 74px;
  max-width: 120px;
  margin: 0 auto;
}
#team_field .field_player .player_container .player_img img, .team_field .field_player .player_container .player_img img {
  max-width: 100%;
  max-height: calc(100% - 6px);
}
#team_field .field_player .player_container .locked_player .player_name, .team_field .field_player .player_container .locked_player .player_name {
  line-height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#team_field .field_player .player_container .locked_player .player_stats, .team_field .field_player .player_container .locked_player .player_stats {
  padding: 3px;
  font-size: 14px;
  background: #07162e;
}
#team_field .field_player .player_container .locked_player .player_stats .row, .team_field .field_player .player_container .locked_player .player_stats .row {
  margin-top: 2px;
}
#team_field .field_player .player_container .locked_player .player_img, .team_field .field_player .player_container .locked_player .player_img {
  width: 60px;
  height: 36px;
}

.deadline_expired .deadline_value {
  background: red;
}

.deadline_in_progress .deadline_value {
  background: green;
}

.deadline_upcoming .deadline_value {
  background: blue;
}

.deadline_content {
  display: inline-block;
  width: 110px;
  text-align: center;
  background: rgba(8, 8, 8, 0.8);
  padding: 2px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.deadline_content .deadline_title {
  font-size: 24px;
  line-height: 28px;
}
.deadline_content .deadline_value {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  border-radius: 3px;
}
.deadline_content .deadline_value span {
  display: block;
  background: white;
  color: black;
}

#free_agent_section #free_agent_title {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 6px;
  text-align: center;
}
#free_agent_section .player_team_logo {
  margin: -4px;
}

.open_player_stat_button {
  text-decoration: underline;
  -webkit-text-decoration-color: #6d6d6d;
  text-decoration-color: #6d6d6d;
  cursor: pointer;
}

.roster_move {
  text-align: center;
  font-size: 20px;
}
.roster_move ul {
  display: inline-block;
  padding-left: 4px;
}
.roster_move li {
  text-align: left;
}

#players_container .switch_player_btn {
  display: none;
}
#players_container .player_add_btn {
  display: inline-block;
  padding: 4px;
  margin-top: -4px;
}
#players_container .player_add_btn .icon_container {
  color: black;
  height: 24px;
  width: 24px;
  background: green;
  border-radius: 50%;
}
#players_container .player_add_btn .icon_container i {
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
}
#players_container .player_add_btn .fa-times {
  display: none;
}
#players_container.swapping_positions .remove_player_btn {
  display: none;
}
#players_container.swapping_positions .field_player form .swap_position_btn {
  display: none;
}
#players_container.swapping_positions .field_player form .new_position_btn {
  display: inline-block !important;
}
#players_container.swapping_positions .field_player form.active_swapping_position .new_position_btn {
  display: none !important;
}
#players_container.swapping_positions .field_player form.active_swapping_position .swap_position_btn {
  display: inline-block;
  background: gray;
}
#players_container.swapping_positions .field_player form.active_swapping_position .swap_position_btn .fa-sync-alt {
  display: none;
}
#players_container.swapping_positions .field_player form.active_swapping_position .swap_position_btn .fa-times {
  display: inline-block;
}
#players_container.switching_players .free_agent {
  display: none;
}
#players_container.switching_players .free_agent.selected_free_agent_row {
  display: block;
}
#players_container.switching_players .remove_player_btn {
  display: none;
}
#players_container.switching_players .swap_position_btn {
  display: none;
}
#players_container.switching_players .player_add_btn {
  display: none;
}
#players_container.switching_players .player_add_btn.active_free_agent {
  display: inline-block;
}
#players_container.switching_players .player_add_btn.active_free_agent .icon_container {
  background: gray;
}
#players_container.switching_players .player_add_btn.active_free_agent .fa-times {
  display: inline-block;
}
#players_container.switching_players .player_add_btn.active_free_agent .fa-plus {
  display: none;
}
#players_container.switching_players .switch_player_btn {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  transform: translateX(50%);
  right: 50%;
  padding: 1px 8px;
}
#players_container.switching_players .switch_player_btn:before {
  content: "switch";
}

@media (min-width: 1300px) {
  #ad_sidebar_right {
    display: block;
  }

  .d-xxl-block {
    display: block !important;
  }
}
@media (min-width: 769px) {
  #player_stat_modal .desktop_even_column {
    flex: 1 0 0% !important;
  }
}
@media (max-width: 1100px) {
  #ad_sidebar_left {
    display: none;
  }
}
@media (max-width: 1199px) {
  #footer_container {
    padding: 20px;
  }

  #social_links a {
    margin: 0 10px;
  }

  #main_menu .menu_section {
    padding-top: 20px;
  }

  #mobile_team_colors {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 24px;
    height: 24px;
  }

  #desktop_team_colors {
    display: none;
  }

  #main_content.league_submenu_active {
    padding-bottom: 60px;
  }

  #league_submenu {
    width: 100%;
    top: 51px;
    height: 44px;
    border-left: none;
  }
  #league_submenu #desktop_team_title {
    display: none;
  }
  #league_submenu a {
    line-height: 44px;
  }

  #header_logo_container {
    display: none;
  }

  #mobile_logo_container {
    display: block;
  }
  #mobile_logo_container img {
    max-height: 34px;
    display: block;
    margin: 0 auto;
  }

  #main_content_header {
    display: block;
    width: 100%;
    background: #0a0b0b;
    color: white;
    border-bottom: solid 1px #313131;
  }

  #main_menu {
    left: -230px;
    top: 52px;
    height: calc(100vh - 52px);
    border-right: solid 1px #313131;
  }
  #main_menu #side_login_button {
    margin: 20px auto 15px auto;
  }

  #main_menu_footer #social_links {
    margin-top: 15px;
  }

  #main_content {
    width: 100%;
  }
  #left_hamburger_icon {
    display: block;
  }

  #top_team_name {
    display: block;
    text-align: center;
    margin-top: -3px;
  }

  .league_info_container {
    display: none;
  }
}
@media (max-width: 991px) {
  .matchup_summary .team_name {
    font-size: 16px;
    line-height: 18px;
    margin-top: 2px;
  }
  .matchup_summary .home_team .team_name {
    padding-right: 8px;
  }
  .blog_post_link {
    margin-bottom: 0;
  }

  .member_tile a .member_info .title {
    white-space: normal;
  }

  .parent_dropdown {
    display: block;
  }

  #seasons_dropdown {
    margin-top: 0;
  }

  .roster_move {
    font-size: 16px;
    margin-top: 6px;
  }

  .individual_event_tile .centered_title_col {
    font-size: 20px;
  }
  .individual_event_tile .total_fantasy_points {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
  }

  #player_stat_table .player_team_logo {
    margin-left: 12px;
  }
  #player_stat_table .player_team_logo img {
    max-height: 60px;
    display: block;
    margin: 0 auto;
  }

  #my_team_section {
    left: 0;
    width: 46vw;
  }

  #free_agent_section {
    max-width: 44vw;
  }

  .stat_positions_col {
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
  }

  #team_field, .team_field {
    max-width: 100%;
  }

  .team_total_points {
    font-size: 18px;
    color: #909090;
  }

  .team_field {
    background: transparent;
    padding-top: 20px;
  }
  .team_field .field_row {
    margin-top: 28px;
  }
  .team_field .field_row .position_name {
    top: -20px;
    font-size: 18px;
  }
  .team_field .field_player {
    margin-top: 10px;
  }
  .team_field .field_player .player_container {
    height: auto;
  }

  .event_icon_link:after {
    display: none;
  }

  #free_agent_section h3, #user_team_section h3 {
    margin-bottom: 3px;
  }

  .account-form {
    padding: 15px;
  }

  .emoji_button {
    padding: 7px;
  }
  .emoji_button img {
    width: 30px;
    height: 30px;
  }

  #social_links {
    text-align: center;
  }
  #social_links a {
    padding: 5px 10px 20px;
  }

  #copyright {
    text-align: center;
  }

  #team_balance_footer {
    bottom: 0;
  }

  #team_balance_container {
    padding: 7px 0;
    display: block;
    text-align: center;
  }
  #team_balance_container #team_balance {
    font-size: 24px;
  }

  .no_affordable_swaps:before {
    padding: 0;
    font-size: 14px;
  }

  .navbar .nav-item {
    width: 100%;
  }
  .navbar #league_subnav .nav-item {
    width: auto;
  }

  .first_player_shown {
    margin-top: 0 !important;
  }

  #beta_tag {
    display: none;
  }

  .price_difference {
    bottom: 9px;
  }

  .countdown_type:after {
    color: #aeaeae;
  }

  .edit_team_page h3 {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .edit_team_page #tiebreaker_question h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .table_body .table_row:first-child {
    margin-top: 0;
  }

  #free_agent_section.show_mobile_search #search_player_container {
    display: block;
    margin: 8px -10px 0;
  }
  #free_agent_section.show_mobile_search #search_player_container input {
    padding: 3px 5px;
  }
  #free_agent_section h3 {
    position: relative;
  }

  #search_player_container {
    margin: 5px auto;
  }
  #search_player_container #search_icon {
    display: none;
  }

  .filter_list_container {
    margin: 5px auto;
  }

  .price_change_info {
    margin: 10px auto;
  }
  .price_change_info .change_price {
    font-size: 14px;
  }
  .price_change_info .change_label {
    margin-top: 7px;
  }
  .price_change_info .offset-lg-1 .change_label {
    margin-top: 0;
  }

  #mobile_search_icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    color: #c1c1c1;
    font-size: 14px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
  }
  #mobile_search_icon i {
    position: relative;
    z-index: 2;
  }
  #mobile_search_icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5f616b;
    border-radius: 50%;
  }

  .navbar {
    margin-bottom: 20px;
  }
  .navbar.show_subnav {
    margin-bottom: 45px;
  }

  .tile {
    padding: 15px;
    margin-bottom: 15px;
  }

  #hero #hero_players {
    display: none;
  }
  #hero #colored_tile {
    text-align: center;
  }
  #hero #colored_tile #colored_text {
    width: 100%;
  }
  #hero #colored_tile p {
    text-align: left;
  }
  #hero h1 {
    font-size: 1.5rem;
  }

  #free_agent_table .dollar_sign_text, #user_team_table .dollar_sign_text {
    text-align: left;
    padding-top: 16px;
  }
  #free_agent_table .dollar_sign_text:before, #user_team_table .dollar_sign_text:before {
    top: 18px;
  }
  #free_agent_table .dollar_sign_text:after, #user_team_table .dollar_sign_text:after {
    font-size: 12px;
    color: #909090;
    position: absolute;
    content: "price:";
    top: 0;
    left: 0;
  }
  #free_agent_table .player_previous_points, #user_team_table .player_previous_points {
    position: relative;
    padding-top: 16px;
  }
  #free_agent_table .player_previous_points:after, #user_team_table .player_previous_points:after {
    font-size: 12px;
    color: #909090;
    position: absolute;
    content: "points:";
    top: 0;
    right: 0;
  }

  .table_body .team_sprite {
    margin: 0;
  }

  #team_name {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
  }
  #team_name span {
    display: none;
  }

  #events_lockdown_row #events_dropdown {
    display: block;
  }

  #league_events {
    display: none;
  }

  #team_name_subtext {
    display: none;
  }

  #fixed_bottom_bar {
    padding: 5px 0;
  }

  .action_button {
    width: 90px;
    height: auto;
    margin: 4px auto 0;
    padding: 5px;
    display: block;
    text-align: center;
  }

  .mobile_tiles_table {
    margin-top: 0;
  }
  .mobile_tiles_table h3 {
    font-size: 18px;
  }
  .mobile_tiles_table .table_header {
    display: none;
  }
  .mobile_tiles_table .table_row {
    text-align: center;
    padding: 10px 0px;
    margin-top: 10px;
    border: solid 1px rgba(255, 255, 255, 0.1);
  }
  .mobile_tiles_table .table_row.swapping_free_agent {
    margin-top: 0;
  }
  .mobile_tiles_table .player_name {
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px;
  }
  .mobile_tiles_table .player_name, .mobile_tiles_table .player_team_name {
    margin-bottom: 4px;
    line-height: 120%;
  }
  .mobile_tiles_table .player_price {
    margin: 2px auto 12px auto;
  }
  .mobile_tiles_table.table_container {
    padding: 5px !important;
  }
  .mobile_tiles_table#player_stat_table {
    text-align: left;
  }
  .mobile_tiles_table#player_stat_table .table_body .team_sprite {
    margin-left: -12px;
  }
  .mobile_tiles_table#player_stat_table .table_row {
    padding: 5px 0 10px;
    text-align: left;
  }

  #league_events_container {
    width: 100px;
  }

  .navbar .navbar-brand {
    width: auto !important;
  }
  .navbar .navbar-nav .nav-item:first-child .nav-link, .navbar .navbar-nav .nav-link {
    margin-left: 5px;
    border: solid 1px #3c3c3c;
    border-top: 0;
    padding: 10px;
  }
  .navbar .navbar-nav .nav-item:first-child .nav-link {
    border-top: solid 1px #3c3c3c;
  }
  .navbar .nav-link.btn {
    margin-top: 10px;
  }
  .navbar .navbar-nav {
    margin: 10px auto 0;
  }
  .navbar #mobile_center_nav {
    display: flex;
    flex-grow: 1;
    margin: auto;
    text-align: center;
    max-width: calc(100% - 110px);
  }
  .navbar #mobile_center_nav #center_nav_label {
    line-height: 20px;
    font-size: 18px;
  }
  .navbar #desktop_center_nav {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  .account-form h2 {
    font-size: 1.6rem;
  }

  .absolute-center {
    margin: 20px auto;
    top: auto;
    left: auto;
    position: relative;
    transform: none;
  }

  .dropdown-menu-row {
    width: 100%;
    padding-left: 15px;
  }

  #player_stat_table .table_header {
    display: none;
  }

  .goals_col, .assists_col, .saves_col, .shots_col, .score_col, .points_col, .pick_percentage_col, .wins_col, .col_stat_position, .base_fantasy_points_col, .price_col {
    padding-top: 15px;
    margin-top: 10px;
    position: relative;
  }
  .goals_col:before, .assists_col:before, .saves_col:before, .shots_col:before, .score_col:before, .points_col:before, .pick_percentage_col:before, .wins_col:before, .col_stat_position:before, .base_fantasy_points_col:before, .price_col:before {
    font-family: sans-serif;
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 10px;
    text-transform: capitalize;
    color: #9e9e9e;
  }

  .base_fantasy_points_col:before {
    content: "Base Points";
  }

  .price_col:before {
    content: "PRICE";
  }

  .col_stat_position:before {
    display: block;
  }

  .goals_col:before {
    content: "GPG";
  }

  .wins_col:before {
    content: "WINS";
  }

  .assists_col:before {
    content: "APG";
  }

  .saves_col:before {
    content: "SAPG";
  }

  .shots_col:before {
    content: "SHPG";
  }

  .pick_percentage_col:before {
    content: "PICK %";
  }

  .score_col:before {
    content: "SCPG";
  }

  .points_col:before {
    content: "POINTS";
  }
}
@media (max-height: 624px) {
  #my_team_section {
    left: auto;
    position: relative !important;
  }

  #free_agent_section {
    position: relative !important;
  }
}
@media (max-width: 768px) {
  .matchup_summary .team_name {
    margin-bottom: 2px;
  }
  .matchup_summary .home_team {
    margin-bottom: 10px;
    padding-right: 0;
    border-bottom: solid 1px gray;
  }
  .matchup_summary .home_team:after {
    display: none;
  }
  .matchup_summary .away_team {
    text-align: left;
  }
  .matchup_summary .away_team .team_name {
    padding-left: 0;
    font-size: 15px;
  }
  .matchup_summary .total_points {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
  }

  .hero_headline {
    font-size: 1.4rem;
    text-align: center;
    color: #0c58fc;
  }

  #hero h1 {
    color: white;
    text-align: center;
    font-size: 2rem;
    margin: 15px auto;
  }
  #hero img {
    max-height: 260px;
    display: block;
    margin: 0 auto;
  }

  #player_stat_modal .mobile_tiles_table .table_row {
    margin-top: 0;
  }
  #player_stat_modal #player_info_container {
    margin-bottom: 0 !important;
  }

  #main_menu #inner_main_menu {
    padding-bottom: 220px;
  }

  #dashboard_tabs {
    padding: 0 15px;
    border: none;
    margin: 0 0 15px;
    text-align: center;
  }
  #dashboard_tabs a {
    font-size: 16px;
    width: 130px;
    margin: 0 auto;
  }

  #join_private_league {
    padding: 10px 15px;
  }
  #join_private_league h3 {
    font-size: 1.4rem;
  }
  #join_private_league button[type=submit] {
    width: 100%;
    display: block;
  }

  #players_container.switching_players #free_agent_table .free_agent {
    display: none;
  }
  #players_container.switching_players #free_agent_table .free_agent.selected_free_agent_row {
    display: block;
  }

  #free_agent_table .player_name, #free_agent_table .player_team_name {
    margin-left: -4px;
  }

  #team_balance_container {
    padding: 2px;
  }

  #my_team_section {
    left: auto;
    width: 100%;
    position: relative;
  }

  #free_agent_section {
    position: relative;
    max-width: 100%;
  }

  #player_info_container {
    padding: 10px;
    margin: 0 -10px 20px;
  }
  #player_info_container #player_real_name {
    text-align: center;
  }
  #player_info_container #player_name {
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: solid 1px rgba(47, 47, 47, 0.8);
  }
  #player_info_container #player_picture {
    margin: 0 auto 8px;
    height: 150px;
    width: 200px;
  }

  .details_row {
    margin: 15px 0 0 0;
  }
  .details_row .detail_value .team_sprite {
    display: none;
  }
  .details_row .detail_label {
    width: 94px;
  }

  #main_menu_footer #social_links {
    margin-top: 30px;
  }
  #main_menu_footer #social_links a {
    font-size: 20px;
  }

  #main_menu .menu_section {
    padding-top: 20px;
  }

  #how_to_play {
    padding: 20px 5px;
  }
  #how_to_play h1 {
    font-size: 1.6rem;
  }
  #how_to_play ul {
    padding-left: 20px;
  }

  #my_team_details .title {
    display: block;
  }

  #mobile_league_details {
    display: block;
    margin-bottom: 20px;
  }

  #desktop_league_details {
    display: none;
  }

  #top_team_name {
    font-size: 18px;
    line-height: 22px;
  }

  #mobile_league_title {
    display: block;
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: center;
    color: white;
    margin: 0 0 5px;
  }

  .user_dropdown_link {
    margin-left: 0;
    padding: 5px 0 !important;
  }

  .table_title {
    text-align: center;
    margin: 0 auto 15px;
  }

  #league_action_buttons {
    text-align: center;
    margin-bottom: 15px;
  }
  #league_action_buttons a {
    margin: 0 6px;
  }

  .edit_team_page h3 {
    margin-bottom: 0;
  }

  #search_player_container {
    margin-top: 5px;
  }

  #player_stat_table .player_team_name {
    margin-bottom: 0;
  }

  .points_col {
    margin-top: 0;
  }

  .countdown_type {
    width: 52px;
    font-size: 16px;
  }

  .table_body .table_row:first-child, .table_body form .table-row:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }

  #my_team_details .team_title {
    font-size: 1.5rem;
  }

  #my_team_details .title, .league_details .title {
    margin-top: 20px;
  }

  .table_container {
    padding: 0;
  }

  .side_table {
    margin: 0 auto;
  }

  #standings_table .title {
    margin: 20px auto 5px;
    display: block;
  }
  #standings_table .table_header {
    display: block;
  }
  #standings_table .table_header .table_row {
    border-radius: 0;
  }

  #league_title {
    display: none;
  }

  .table_header {
    display: none;
  }

  .table_row {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  #team_field .field_row1 {
    margin: 20px 0 0;
  }
  #team_field .field_player .player_container {
    height: 150px;
  }

  .deadline_content {
    margin: 5px -12px;
    width: 100px;
  }
  .deadline_content .deadline_title {
    font-size: 18px;
    line-height: 24px;
  }

  #top_team_name {
    font-size: 17px;
    line-height: 17px;
  }

  h1 {
    font-size: 1.8rem;
  }

  .goals_col, .assists_col, .saves_col, .shots_col, .score_col, .points_col, .pick_percentage_col, .wins_col, .price_col {
    padding-top: 25px;
  }
  .goals_col:before, .assists_col:before, .saves_col:before, .shots_col:before, .score_col:before, .points_col:before, .pick_percentage_col:before, .wins_col:before, .price_col:before {
    top: 10px;
  }
}
@media (max-width: 360px) {
  #main_menu_footer #social_links {
    margin-top: 20px;
  }

  #main_menu #main_menu_links a, #main_menu #main_menu_links button, #main_menu #main_menu_links .nav-link, #main_menu #main_menu_links .menu_section_title {
    padding: 8px 8px 8px 16px;
    margin: 0 0 3px;
  }

  #user_team_table .player_name, #free_agent_table .player_name {
    font-size: 16px;
  }
  #user_team_table .player_team_name, #free_agent_table .player_team_name {
    height: 20px;
  }

  #events_dropdown .overlay_dropdown_button, .events_dropdown .overlay_dropdown_button {
    margin-left: -6px;
  }

  .edit_team_page .countdown_type {
    width: 100%;
    height: auto;
    font-size: 18px;
    display: block;
  }
  .edit_team_page .countdown_type:after {
    display: inline-block;
    margin-left: 6px;
  }

  #lock_countdown_time, #event_countdown {
    height: auto;
  }
}
body.user_turn_to_draft .draft_btn {
  visibility: visible;
}

.draft_btn {
  padding: 6px;
  border-radius: 6px;
  color: green;
  vertical-align: bottom;
  display: inline-block;
  visibility: hidden;
  color: green;
  line-height: 24px;
  font-size: 24px;
}
.draft_btn:hover {
  color: #4ccb0a;
  background: rgba(255, 255, 255, 0.1);
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: 0.5em;
}

#draft_table th, #draft_table td {
  color: #cbcbcb;
  white-space: nowrap;
  background: black;
  border-color: #272c32;
}

th:first-child, td:first-child {
  position: sticky;
  left: 0px;
  z-index: 2 !important;
}

th:nth-child(2), td:nth-child(2) {
  position: sticky;
  left: 84px;
  max-width: 160px;
  z-index: 2 !important;
}

th:nth-child(2), th:first-child {
  z-index: 3 !important;
}

.draft_btn {
  vertical-align: middle;
  margin: -6px 4px;
}

.draft_table_rank {
  margin-right: 2px;
  display: inline-block;
}

.draft_table_player, .draft_table_rank {
  display: inline-block;
  line-height: 26px;
}

.draft_player_team {
  display: block;
  font-size: 9px;
  line-height: 10px;
  color: gray;
}

.draft_table_team_img {
  margin-top: 3px;
  vertical-align: top;
  display: inline-block;
  width: 38px;
}

#draft_table {
  /*max-width: 600px;*/
  /*margin: 0 auto;*/
  overflow: auto;
  height: 70vh;
}
#draft_table tr {
  border-color: #272c32;
}
#draft_table .picked_player_row {
  display: none;
  background: gray;
}
#draft_table .picked_player_row .draft_btn {
  visibility: hidden;
}
#draft_table .picked_player_row td {
  background: gray;
}
#draft_table.show_picked_players .picked_player_row {
  display: table-row;
}

#its_your_pick_alert {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 9;
  background: green;
  color: white;
  border-radius: 100px;
  -webkit-animation: glow 1s infinite alternate;
          animation: glow 1s infinite alternate;
}

#draft_complete_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 90;
}
#draft_complete_popup .popup_content {
  position: fixed;
  color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-top: solid 6px black;
  text-align: center;
  width: 300px;
  max-width: 100vw;
}

body.draft_complete #draft_complete_popup {
  display: block;
}

#draft_table thead th {
  background: black;
  position: sticky;
  top: 0;
  z-index: 1;
  color: white;
}

#draft_pick_countdown {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: yellow;
}

#draft_pick_overall {
  font-size: 14px;
  display: inline-block;
}
#draft_pick_overall:before {
  content: "Pick: ";
}

#draft_pick_round {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
#draft_pick_round:before {
  content: "Round: ";
}

#draft_pick_team, #recent_player_picked {
  font-size: 24px;
}

#recent_pick_team {
  font-size: 14px;
  color: #9d9d9d;
}

#recent_player_picked .player_team_logo {
  width: 40px;
  display: inline-block;
}

#rosters_section {
  display: none;
}
#rosters_section .team_roster {
  padding: 20px;
  margin-top: 20px;
  background: rgba(8, 8, 8, 0.8);
  border-radius: 6px;
}
#rosters_section .team_roster .player_team_logo {
  display: inline-block;
  width: 36px;
}
#rosters_section .team_roster .pick_overall {
  color: gray;
  width: 20px;
  text-align: left;
}
#rosters_section .team_roster .roster_pick {
  margin: 4px 0;
}

body.show_rosters #rosters_section {
  display: block;
}
body.show_rosters #player_ranking_section {
  display: none;
}
body.show_rosters #draft_nav #show_rosters {
  border-color: gray;
}
body.show_rosters #draft_nav #show_rankings {
  border-color: transparent;
}

#draft_nav {
  margin: 20px auto 10px;
}
#draft_nav .draft_nav_btn {
  font-size: 20px;
  line-height: 18px;
  padding: 6px 0;
  border-radius: 6px;
  width: 120px;
  margin-right: 6px;
  border: solid 3px transparent;
  color: white;
  text-align: center;
  display: inline-block;
}
#draft_nav #show_rosters {
  border-color: transparent;
}
#draft_nav #show_rankings {
  border-color: gray;
}

#my_picks_row {
  margin: 20px 0;
  padding: 10px;
  background: rgba(50, 50, 50, 0.79);
  border: solid 2px black;
}
#my_picks_row .my_pick_player {
  padding: 6px;
  margin: 8px 0;
  background: rgba(8, 8, 8, 0.8);
}
#my_picks_row .my_pick_player .player_name {
  display: inline-block;
}
#my_picks_row .player_team_logo {
  margin-top: 3px;
  vertical-align: top;
  width: 40px;
  display: inline-block;
}

#your_pick_box {
  background: red;
  padding: 10px;
  color: white;
  font-size: 24px;
  text-align: center;
}

#starting_soon_row {
  font-size: 34px;
  margin: 10px auto;
}
#starting_soon_row #starting_soon_label {
  display: inline-block;
}
#starting_soon_row #draft_start_countdown {
  display: inline-block;
}

#two_regions_minimum {
  color: red;
}

#current_pick_info {
  display: none;
  background: rgba(8, 8, 8, 0.8);
  padding: 10px;
  text-align: center;
}

.info_label {
  color: #a7a7a7;
  text-decoration: underline;
}

#draft_league_name {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

#my_picks_row {
  display: none;
}
#my_picks_row #my_team_name {
  display: inline-block;
  font-size: 26px;
  line-height: 30px;
  vertical-align: top;
  margin-left: 12px;
}

body.active_drafting #current_pick_info {
  display: block;
}
body.active_drafting #my_picks_row {
  display: flex;
}
body.active_drafting #starting_soon_row {
  display: none;
}

.draft_order_row {
  background: rgba(8, 8, 8, 0.8);
  position: relative;
  width: 100%;
  height: 78px;
  padding: 4px 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
.draft_order_row .nowrap_row {
  width: 100%;
  white-space: nowrap;
}
.draft_order_row .draft_order_pick, .draft_order_row #pick_countdown_clock {
  height: 70px;
  width: 150px;
  display: inline-block;
  padding: 6px;
  margin: 0 1px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.draft_order_row #pick_countdown_clock {
  position: relative;
}
.draft_order_row #pick_countdown_clock:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 10px #ffffff;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
}
.draft_order_row .draft_order_pick {
  background: #4b586a;
  padding: 18px 6px 0;
}
.draft_order_row .draft_order_pick.keeper .pick_team_name {
  line-height: 14px;
}
.draft_order_row .draft_order_pick.keeper .pick_team_name:after {
  content: "Keeper Pick";
  display: block;
  font-size: 8px;
  line-height: 6px;
}
.draft_order_row .draft_order_pick.my_pick {
  background: #373f76;
}
.draft_order_row .draft_order_pick .pick_primary_color, .draft_order_row .draft_order_pick .pick_secondary_color {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 6px;
  width: 100%;
  margin: 0 auto;
}
.draft_order_row .draft_order_pick .pick_secondary_color {
  top: 6px;
}
.draft_order_row .draft_order_pick .pick_num {
  font-size: 12px;
  text-align: center;
}
.draft_order_row .draft_order_pick .pick_num:before {
  content: "overall #";
}
.draft_order_row .draft_order_pick .pick_team_name {
  color: #d7d7d7;
}

@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #aef4af;
  }
  to {
    box-shadow: 0 0 10px 10px #aef4af;
  }
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #aef4af;
  }
  to {
    box-shadow: 0 0 10px 10px #aef4af;
  }
}
@media (min-width: 992px) {
  th:first-child, td:first-child {
    width: 60px;
  }

  th:nth-child(2), td:nth-child(2) {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  #your_pick_box {
    padding: 8px 0;
  }

  #current_pick_info {
    text-align: center;
  }

  #recent_player_picked, #draft_pick_team {
    font-size: 18px;
    margin-top: 6px;
    overflow: hidden;
  }

  #my_picks_row {
    padding: 0;
    margin: 10px 0;
    text-align: center;
  }
  #my_picks_row #my_team_name {
    padding-top: 3px;
  }
  #my_picks_row .player_team_logo {
    display: block;
    margin: 1px auto;
  }
  #my_picks_row .my_pick_player {
    margin: 5px 0;
    padding: 5px;
  }

  th:nth-child(2), td:nth-child(2) {
    left: 80px;
  }

  #draft_table th, #draft_table td {
    font-size: 14px;
  }
}

