@font-face {
  font-family: 'FontfabricMontBold';
  src: url('../fonts/FontfabricMontBold.woff2');
  font-style: normal;
}

@font-face {
  font-family: 'FontfabricMontRegular';
  src: url('../fonts/FontfabricMontRegular.woff2');
  font-style: normal;
}


body {
  /* color:#000; */
  /* color:#4c5360; */
  /* color:#353941; */
  color:#0d0d0d;
  font-size: 14px;
  /* background-color: #dce3e3; */
  /* background-color: #f5f5f7; */
  background-color: #f6f9f9;
  font-family: 'FontfabricMontRegular';
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.form-group {
  margin-bottom: 1rem;
}

.default_heading_bold_new {
  font-family: 'FontfabricMontBold';
  font-size: 60px;
}

.txt_align_left {
  text-align: left;
}

.txt_white_bg {
  color: #c53131;
  background: rgb(255 255 255 / 80%);
  padding: 13px 22px;
  display: inline-block;
}

.default_heading_bold {
  font-family: 'FontfabricMontBold';
  font-size: 32px;
}

.default_text_bold {
  font-family: 'FontfabricMontBold';
  font-size: 14px;
}

.txt_login {
  color: #fff;
  font-family: 'FontfabricMontBold';
  font-size: 32px;
}

.header_section {
  background-color:#fff !important;
  color: #000;
  box-shadow: 1px 2px #eee;
}

.header_section_front {
  background-color:#212121 !important;
  color: #fff;
  height: 50px;
  max-height: 50px;
  /* overflow: hidden; */
}

.header_wrapper {
  padding: 7px 0px 0px 0px;
}

.dropdown-menu {
  background-color: #212121;
}

.dropdown-menu.show {
  margin-top: -3px !important;
}

.dropdown-menu a {
  padding: 5px 10px 0px 20px !important;
}

.dropdown-menu-wrappper {
  background-color:#4c5360;
  color:#fff !important;
  border-radius:25px;
}

.gray_form_label {
  color: #8D939E;
}

.newlogo {
  z-index: 9999;
  position: absolute;
}

.top-menu_front {
  padding: 7px;
}

.top-menu_front a {
  color:#fff;
  font-family: 'FontfabricMontBold';
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px;
}

.top-menu_front a:hover {
  background-color:#b12a27;
  color:#fff;
}

.top-menu_front .active {
  background-color:#b12a27;
  color:#fff;
}

.top-menu {
  color:#000;
  padding-top: 11px;
  text-transform: uppercase;
  text-decoration: none;
}


.top-menu a {
  color:#000;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.top-menu a:hover {
  background-color:#4c5360;
  color:#fff;
}

.top-menu .active {
  background-color:#4c5360;
  color:#fff;
}

.top_menu_custom {
  color:#000;
  padding-top: 8px;
  text-decoration: none;
}

.top_menu_custom a {
  color:#000;
  padding: 10px 10px 8px 10px;
  text-decoration: none;
}

.carousel-indicators-custom li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 2px solid #000;
  border-radius: 10px;
}

.carousel-indicators-custom .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #000;
}

.btn_contact_us {
  background-color: #212121;
  border: 1px solid #c53131;
  color:#fff;
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
}

.btn_contact_us:hover {
  background-color: #c53131;
  border: 1px solid #212121;
  color:#fff;
}

.front_row_spacer {
  margin-top:25px !important;
}

.now_find_your_type_wrapper {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  background-color: #fff;
  padding: 40px;
}

.txt_now_find_your_type {
  font-family: 'FontfabricMontBold';
  font-size: 16px;
}

.txt_please_select_one {
  font-size: 16px;
}

.see_what_we_do_wrapper {
  margin-right: 30px;
  margin-top: 55px;
  font-size: 16px;
}

.txt_see_what_we_do {
  font-size: 16px;
  margin-left: 15px;
}

.content_section_rugby {
  background-image: url('../images/NoPath.png');
  background-position: center;
  background-size: cover;
  background-attachment: inherit;
  padding: 150px !important;
  color: #fff;
  margin-top: -8px;
  height: 100%;
  width: : 100%;
}

.content_section_gray {
  /* background-color:#4c5360 !important; */
  background: rgba(0, 0, 0, .85) url('./../images/redbg.png');
  background-blend-mode: darken;
  padding: 150px !important;
  color: #fff;
  /* margin-top: -14px; */
}

.content_section_gray_second {
  background-color:#212121 !important;
  color: #fff;
}

.content_section_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_section_wrapper_second {
  margin-top: 65px;
  margin-bottom: 65px;
}


.about_paragraph {
  font-size: 18px;
  padding-top: 30px;
}


.footer_section {
  background-color:#fff !important;
  color: #353941;
}

.footer_section_wrapper {
  margin-top: 10px;
  margin-bottom: 5px;
}

.hr_a {
  border-top: 2px solid inherit;
  width: 25px;
  margin-right: 5px;
  opacity: 100%;
  margin-top: -1px;
}

.hr_b {
  margin-left: -10px;
  width: 15px;
}

.hr_c {
  margin-left: -5px;
  width: 15px;
}

.hr_d {
  margin-left: 1px;
  width: 15px;
}

.hr_login {
  /* border-top: 2px solid #b12a27; */
  border-top: 2px solid #00cf5d;
  width: 20px;
  margin-right: 5px;
  opacity: 100%;
  margin-top: -1px;
  float:left;
}

.hr_loginb {
  /* border-top: 2px solid #b12a27; */
  border-top: 2px solid #00cf5d;
  width: 11px;
  margin-right: 5px;
  opacity: 100%;
  margin-top: -1px;
  margin-left: 0px;
  float:left;
}

.txt_support_types {
  font-size: 32px;
  font-family: 'FontfabricMontBold';
  color:#b12a27;
}

.txt_please_create {
  font-size: 32px;
  font-family: 'FontfabricMontBold';
}

.txt_active_user {
  font-size: 16px;
  font-family: 'FontfabricMontBold';
}

.img_grayscale {
   filter: grayscale(100%);
}

.sport_group_type {
  background-color: #fff !important;
  /* padding: 25px 10px 25px 10px; */
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  margin-top: 30px;
  margin-bottom: 5px;
  min-height: 270px;
}

.sport_group_type:hover {
  cursor: pointer;
  filter: unset;
}

.sport_group_type:hover .img_grayscale {
  filter: unset;
}

.sport_group_type:hover .btn_custom_red {
  background-color: #c53131;
}



.group_type {
  background-color: #fff !important;
  padding: 25px 10px 25px 10px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  margin-top: 30px;
  margin-bottom: 5px;
  min-height: 260px;
}

.group_type a {

}

.group_type_img {
  margin-bottom:30px;
}

.group_heading {
  font-size: 18px;
}

.btn_add {
  font-size: 12px;
  float:right;
  margin:10px 0px 20px 0px;
}

.btn_custom_green {
  background-color: #00cf5d;
  padding: 5px 35px 5px 35px;
  border-radius: 26px;
  font-family: 'FontfabricMontBold';
  color: #0d0d0d;
  text-transform: uppercase;
}

.btn_custom_green:hover {
  background-color: #fff;
  color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn_custom_red {
  background-color: #b12a27;
  border-color: #fff;
  padding: 5px 35px 5px 35px;
  border-radius: 26px;
  font-family: 'FontfabricMontBold';
  color: #fff;
  text-transform: uppercase;
}

.btn_custom_red:hover {
  background-color: #c53131;
  color: #fff;
  border-color: #fff;
}

.btn_custom_dark {
  background-color: #000;
  padding: 5px 35px 5px 35px;
  border-radius: 26px;
}

.btn_custom_dark:hover {
  background-color: #fff;
  color: #23272b;
}

.btn_custom_white {
  padding: 5px 35px 5px 35px;
  border-radius: 26px;
  border: 1px solid;
}

.btn_custom_white:hover {
  color:#fff;
  background-color: #000;
  border-color: #4c5360;
}

.btn_start_now {
  margin-top:100px;
  text-transform: uppercase;
}

.txt_show_me_sport_category {
  font-weight: normal;
}

.txt_want_to_be_pro {
  font-size: 28px;
  font-family: 'FontfabricMontBold';
}

.featured_athletes_link {
  color: #000;
}

.featured_athletes_link:hover * {
  color: #000;
  opacity: 60%;
  cursor: pointer;
}

.featured_athletes {
  background-color: #fff;
  padding: 0px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  margin-top: 30px;
  min-height:310px;
}

.featured_athlete_info_wrapper {
  padding;padding: 10px;
}

.txt_pro {
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  background-color: #23272b;
  padding: 2px 5px 2px 5px;
  font-family: 'FontfabricMontBold';
}

.txt_athlete_name {
  font-size: 16px;
}

.txt_athlete_sport {
  font-size: 14px;
}

.want_to_be_pro_wrapper {
  background-color: #fff;
  padding: 40px 15px 40px 15px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;

  margin-top: 30px;
  min-height:310px;
}

.top_sports_talent_scout_img_link {
  color: #fff;
}

.top_sports_talent_scout_img_link:hover * {
  color: #fff;
  opacity: 60%;
  cursor: pointer;
}

.top_sports_talent_scout_img {
  margin-top: 30px;
}

.top_sport_name {
  margin-left: 20px;
}

.top_sport_count {
  margin-left: 60px;
}

.tbl-list-sports {
  color: #fff;
}

.tbl-list-sports td, .tbl-list-sports th {
  border: 1px solid #4d5257 !important;
  padding: 5px 5px 0px 5px;
}

.tbl-list-sports-header {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
  opacity: 50%;
  margin-top: 10px;
}
.tbl-list-sports-header td, .tbl-list-sports-header th {
  border: 0px !important;
  padding: 5px 5px 0px 5px;
}

.txt_list_of_all {
  font-size: 18px;
  font-family: 'FontfabricMontBold';
}

.txt_type_athlete_wrap {
  font-size:12px;
  border: 0px;
}

.list_sports_wrap {
  margin-top: 30px;
}

.athlete_cnt {
  opacity: 60%;
  font-size: 14px;
}

.list-sports-link {
  font-size: 16px;
  color:#fff;
  cursor: pointer;
}

.list-sports-link:hover * {
  color:#fff;
  opacity: 60%;
  cursor: pointer !important;
}

.select_sport_col {
  background: rgba(177, 42, 39, .95) url('./../images/select_sport_bga.png');
  background-blend-mode: darken;
  /* background-color: #b12a27; */
  padding: 20px 20px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 1px #ddd;
  color:#fff;
}

.ready_to_start_wrapper {
  padding: 30px 0px 0px 0px;
}

.btn_select_sport_wrapper {
  padding: 15px;
}

.btn_select_sport {
  font-size: 18px;
  font-family: 'FontfabricMontBold';
}

.txt_select_sport_info {
  font-size: 16px;
}

.txt_copyright {
  color: #0d0d0d;
  font-size: 13px;
  opacity: 40%;
}

.footer_menu, .footer_menu_social_icons {
  margin-top: 10px;
}

.footer_menu li {

  display: inline;
  padding: 10px;
}

.footer_menu_social_icons li {
  display: inline;
  padding: 5px;
}

.footer_menu li a, .footer_menu_social_icons li a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}



.profile_pic_wrapper {
  padding: 50px 70px 20px 70px;
}

.profile_pic {
  max-width: 180px;
  border: 7px solid #fff;
  border-radius: 2px;
}

.nonadmin_left_menu_wrapper  {
  padding: 0px 20px 30px 30px;
}

.name_university_wrapper  {
  margin-bottom: 40px !important;
}

.btn_left_menu  {
  font-family: 'FontfabricMontBold';
  font-size: 14px;
  color:#4c5360;
  border: 1px solid #ddd;
  padding: 10px 35px 10px 35px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px;
  text-align: left;
  cursor: pointer !important;
}

.btn_left_menu:hover {
  background-color: #fff;
  box-shadow: 2px 3px #eee;
}

.btn_left_menu_active {
  background-color: #fff;
  box-shadow: 2px 3px #eee;
}

.content_section_wrapper_school {
  padding-right: 0;
  padding-left: 0;
  border-left: 1px solid #ddd;
  min-height: 650px;
}

.content_title {
  background-color: #fff;
  padding: 25px 0px 5px 30px;
  margin: 2px 0px 10px 0px;
}

.content_menu {
  padding: 15px 0px 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.content_menu li {
  display: inline;
  padding: 10px 10px 8px 10px;
}

.content_menu li a {
  color: #000;
  display: inline;
  text-decoration: none;
}

.content_menu_active {
  border-bottom: 2px solid #4c5360;
}

.content_data {
  padding: 0px 10px 0px 30px;
  ming-height:700px;
}

.content_data_row {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 2px #eee;
  padding: 10px;
  margin-bottom: 10px;
}

.content_img_list_horizontal {
  width: 12%;
  margin-right: -6%;
}

.txt_cnt_athletes {
  margin-left: 50px;
  margin-top: 10px;
}

.content_label_wrapper {
  margin-top: 10px;
}












.reg_wrapper {
  border-top: 1px solid #ddd;
}

.reg_wrapper_active {
  border-top: 2px solid #4c5360;
}

.reg_info_label {
  color:#aaa;
  font-size:12px;
  text-transform: uppercase;
}

.reg_info_label_active {
  color:#000;
}

.reg_subcontent_wrap {
  background-color:#fff;
  border: 1px solid #dee2e6;
  box-shadow: 1px 2px solid #dee2e6;
  min-height:300px;
  margin:20px 0px 70px 0px;
}


.nav-tabs {
  background-color: #f5f5f7;
}

.nav-tabs a {
  color: #000 !important;
  padding: 10px 35px 10px 35px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  /* border-color: #fff #fff #4c5360; */
  border-bottom: 2px solid #4c5360;
}

.reg_content_title_wrap {
  margin-top:30px;
}

.reg_content_title {
  font-family: 'FontfabricMontBold';
  font-size: 28px;
}

.reg_tab_pane_wrap {
  padding:40px;
}

.reg_tab_pane_title {
  font-family: 'FontfabricMontBold';
  font-size: 22px;
}

.reg_tab_pane_content {
  margin-top:50px;
}

.row_spacer {
  padding-bottom:20px !important;
}

.no_padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ctable td {
  padding: .25rem;
}

.custom_select {
  height:calc(1.5em + .75rem + 2px);
}

.terms {
  text-decoration: underline !important;
  cursor: pointer;
  color: inherit;
}







.pagination li {
  padding: 2px;
}

.pagination li a {
  color: #000;
}

.pagination-link {
  border: 2px solid #000;
  padding: 7px 8px 7px 8px;
  text-decoration: none;
  opacity: 20%;
  border-radius: 5px;
}

.pagination-link:hover {
  opacity: 100%;
}

.pagination .is-current {
  opacity: 100%;
}

.admin_left_menu_wrapper {
    padding: 40px 20px 30px 30px;
}

.admin_left_menu_wrapper a {
    text-decoration: none;
}

.admin_content_title {
  background: none;
}

.admin_content_title_btn {
  background: none;
  color: #000;
}

.admin_finance_menu td {
  border: 1px solid #4c5360 !important;
  cursor: pointer;
  text-align: center;
}

.admin_finance_menu td:hover {
  background-color: #4c5360;
  color: #fff !important;
  cursor: pointer;
}

.admin_finance_menu_active {
  background-color: #4c5360 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.admin_reggistration_menu_wrap {

}

.admin_reggistration_menu {
  color: #000;
  margin: 0px 20px 0px 0px;
  text-decoration: none;
}

.admin_reggistration_menu:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #4c5360;
  padding-bottom: 20px;
}

.admin_reg_menu_active {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #4c5360;
  padding-bottom: 20px;
}

.admin_data_wrapper {
  margin: 20px 0px 20px 20px;
}

.admin_select {
  background-color: unset !important;
  padding: 5px;
}

.admin_table_span {
  cursor: pointer;
}

.admin_table td, .admin_table th {
    padding: 20px 10px 20px 25px;
}

.admin_tbody {
  background-color: #fff;
  box-shadow: 2px 3px #ddd;
  border: 1px solid #ddd;
}

.admin_btn_custom_dark {
  background-color: #000;
  padding: 5px 20px 5px 20px;
  border-radius: 26px;
}

.admin_btn_custom_dark:hover {
  background-color: #fff;
  color: #23272b;
}

.admin_btn_custom_white {
  background-color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 26px;
  border: 1px solid #000;
}

.admin_btn_custom_white:hover {
  color:#fff;
  background-color: #000;
  border-color: #4c5360;
}



.admin_dashboard_page_wrapper {
  margin-left: 0;
  margin-right: 0;
}

.admin_dashboard_heading_1 {
  font-family: 'FontfabricMontBold';
  font-size: 32px;
}

.admin_dashboard_sub_heading {
  font-family: 'FontfabricMontBold';
  font-size: 16px;
}

.admin_dashboard_spacer {
  margin-top:50px;
}

.admin_dashboard_margin {
  margin-left:30px;
}

.admin_dashboard_user_online_counter_wrapper {
  padding:20px;
}

.admin_dashboard_box_wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 2px #ddd;
  min-height: 100px;
  min-width: : 100px;
  margin: 10px 0px 10px 0px;
}

.admin_dashboard_heading {
  font-weight: bold;
  padding: 25px 20px 47px 20px;
}

.admin_dashboard_table_wrapper {
  padding: 0px 20px 0px 20px;
}

.admin_dashboard_table {
  padding: 10px !important;
}

.admin_dashboard_td_gray {
  color: #8D939E;
}

.admin_period {
  margin-right: 10px;
}

.admin_dashboard_select_wrapper {
  margin-bottom:14px;
}





/***** start popup login ****/
.bg_login_header {
  background-color:#4c5360;
  padding: 40px;
}

.btn_custom_login {
  padding: 5px 30px 5px 30px;
  border-radius: 50px;
}

.temp_image {
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 50px;
  background: #aaa;
}

.forgot_password {
  /* color: #b12a27 !important; */
  color: #00cf5d !important;
  text-decoration: underline;
  font-size: 12px;
}
/***** end popup login ****/



.close {
  background-color: transparent;
  border: none;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

/***** start Mobile menu ****/
.topnav {
  overflow: hidden;
  background-color: #fff;
  /* position: relative; */
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: #000;
  padding: 10px 10px 0px 10px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color:#000;
}
.topnav a:hover {
  background-color: #eee;
  color: black;
}
/***** end Mobile menu ****/



.video_bg {
  background: rgba(0, 0, 0, .85) url('./../images/redbg.png');
  background-blend-mode: darken;
  filter: brightness(35%);
}

header {
  color: white;
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* padding: 150px !important; */
  min-height: 560px;
  /* padding: 150px 0px 150px 400px !important; */
  padding: 150px 0px !important;

}
video {
  filter: brightness(60%);
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 85vh;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  /* object-position: center; */
  object-fit: cover;
  /* opacity: 100%; */
}








@media screen and (max-width: 1024px) {

  .content_section_gray {
    padding: 50px !important;
  }

  .h1, h1 {
    font-size: 2.0rem;
  }

  .top_sport_name {
    margin-left: 10px;
  }

  .top_sport_count {
    margin-left: 40px;
  }

  .group_type {
    padding: 30px 0px 30px 0px;
  }

  .top-menu a {
    padding: 8px;
  }

  .txt_please_create {
      font-size: 22px;
  }

  .want_to_be_pro_wrapper {
    padding: 40px 15px 40px 15px;
  }
}

@media screen and (max-width: 768px) {

  .top_sport_name {
    margin-left: 10px;
  }

  .top_sport_count {
    margin-left: 30px;
  }

  .want_to_be_pro_wrapper {
    margin-top: 10px;
    min-height: 0px;
    padding: 20px 15px 20px 15px;
  }

  .btn_start_now {
    margin-top: 10px;
  }

}


@media screen and (max-width: 575px) {
  .content_section_gray {
    padding: 30px !important;
  }

  .h1, h1 {
    font-size: 1.5rem;
  }

  .want_to_be_pro_wrapper {
    margin-top: 30px;
    min-height:310px;
  }

  .btn_start_now {
    margin-top:100px;
  }

  .btn_custom_white {
    padding: 15px 25px 15px 25px;
  }

}

/*** when Vue added ***/
.invalid_feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
