a:hover {
    text-decoration: none!important;
}
.btn-primary{
    color: white!important;
}
.secondary-color{
    background-color: #0a090c;
    border-color: #FF4700;
    color: white;
}
.secondary-color:hover{
    background-color: #1f1e1e;
}
.payment_btn_color{
    background-color: white;
    border: 1px solid #FA6C10!important;
    color: #FA6C10;
}
.payment_btn_color:hover{
    background-color: #FA6C10;
    color: white;
}
/*change the thinkness of the scrollbar here*/
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color:white;
}
    /*add a shadow to the scrollbar here*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/ 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #FA6C10;
    height: 3px;
}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/  
::-webkit-scrollbar-corner { 
    display: none; 
    height: 0px; 
    width: 0px; 
}
.bg-orange{
    background-color: #FA6C10!important;
}
.bg-white{
    background-color: white!important;
}    
.bg-black{
    background-color: black!important;
}
.bg-footer{
    background-color: #000000ef!important;
}
.bg-twitter{
    background: #00A2F3;
    color: white;
}
.twitter_feed_header{
    width: 100%;  
    padding: 1% 0 1px 6%;
    position: absolute;
}

.bg-site{
    background: #F2F3F8!important;
}
.color-orange{
    color: #FA6C10;
}
.color-white{
    color: white;
}

.tweet_message {
    padding: 12px;
    border-bottom: 1px solid #d8d8d8;
}
.social_img {
    width: 33px;
    object-fit: cover;
    height: 33px;
}
.social_img_player {
    width: 20px;
    object-fit: cover;
    height: 20px;
    margin-left: 0!important;
}


.row{
    margin-left: 0!important;
    margin-right: 0!important;
}
span.m-menu__link-text {
    color: #151515 !important;
}
@media (max-width: 1024px){
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open ,.m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark , .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover{
        background-color: white!important;
    }
    iframe {
        width: 100%;
    }
    .container_search_page{
        display: flex;
        align-items: flex-end;
    }
    
}

.m-header-menu .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text{
    
    font-size: 1rem!important;
}
#user_image{
    border-radius:20%;
}


.about_desc {
    padding: 2% 15%;
    font-weight: 500;
    font-size: 20px;
}


a#m_aside_header_menu_mobile_toggle span , a#m_aside_header_menu_mobile_toggle span::before  , a#m_aside_header_menu_mobile_toggle span::after {
    background-color: #FA6C10;
}



body.m-page--fluid.m--skin-.m-content--skin-light2.m-header--fixed.m-header--fixed-mobile.m-aside-left--enabled.m-aside-left--skin-dark.m-aside-left--fixed.m-aside-left--offcanvas.m-footer--push.m-aside--offcanvas-default {
    background: #E9E3E3;
}

.content-page {
    margin-top: 0px;
}

.footer_sec_block {
    max-width: 100% !important;
    border: 3px solid white !important;
    padding: 0 !important;
    margin-top: 21px;   
    background: white;
}

span.m-menu__link-text {
    color: #151515 !important;
}
.homepage_top_title_section{
    margin-top:50px
}

.search_div:hover {
    border: 2px solid #FA6C10;
}

header#m_header {

    background-color: #F2F3F8;
}

i.fa.fa-search {
    font-size: 2rem;
    padding: 9px 5px 0 0px;
    color: #ea6008;
    position: relative;
    top: 50%;
    transform: translateY(-59%);
    right: 0;
}

div#carouselExampleControls {
    padding: 17%;
}

.container.bootdey {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
}

.w-100 {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
}

div#carouselExampleControls {
    padding: 0;
}

.carousel-caption {
    position: absolute!important;
    right: 1%!important;
    bottom: 20px!important;
    left: 1%!important;
    z-index: 10!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    color: #fff!important;
    text-align: center!important;
    top: 78%!important;
    box-shadow: 1px 1px 4px 2px #000000b0!important;
    border-radius: 5px!important;
    background: linear-gradient(180deg, #2b0d019e, #ff4700e3)!important;
    border: 5px solid #ff4700!important;
    font-size: 16px!important;
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
    width: 4%!important;
}

.player_stats {
    text-align: left;
    margin-left: 8px;
}

a.view_profile_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.search_div {
    border: 1px solid transparent;
    display: flex;
    border-radius: 5px; 
    margin-top: 13px;
}

a#m_aside_left_offcanvas_toggle{
    display: none!important;
}
.site_logo{
    width: 105px; 
    padding: 7%;
}
.nav_bar_simply{
    width: 100%;
}
.nav_bar_logo_position{
    justify-content: space-between; 
    display: flex!important;  
}
@media (min-width: 1025px) {
    .twitter_feed{
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }
    
    .filters_search_mobile{
        display: none;
    }
    .profile-avatar{
        margin-top: 100px!important;

    }
    .nav_bar_logo_position{
        justify-content: center; 
        display: flex;  
    }
    .nav_bar_simply{
        width: fit-content;
    }
    .site_logo{
        width: 125px;
    }   
    .ads{
        width: 100%;
        text-align: center;
        padding-top: 24px;
    }

    .home_banner_section{
        padding: 0  4%;
    }

    .search_div {
        margin: 0 32% 0 0; 
    }
    
    .footer_sec_block {
        max-width: 40%!important;
        border: 3px solid white!important;
        padding: 0!important;
        margin: 0!important;
        border: none!important;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }
    .logo_and_social{
        display: flex; 
        align-items: center;
    }

    .search_div .m-menu__link {
        width: 100%;
    }

    div#m_header_menu{
        width: 99%!important;
        background-color: transparent;
    }

    ul.m-menu__nav.m-menu__nav--submenu-arrow{
        width: 100%!important;
        display: flex!important;
        justify-content: space-around!important;
    }

    .clearfix.d-md-block , .related-players {
        min-width: 33%!important;
        max-width: 33%!important;
        padding: 2%;
    }
    .carousel-caption {
        left: 80%!important;
        top: 4%!important;
        font-size: 16px!important;
    }
}

.clearfix.d-md-block , .related-players {
    min-width: 100%;
}

.row {
    margin-right: 0;
}

i.fa.fa-chevron-left,
i.fa.fa-chevron-right {
    font-size: 30px;
}

.left_arrow {
    position: absolute;
    top: 47%;
    left: -50px;
    z-index: 999;
}

.right_arrow {
    position: absolute;
    z-index: 999;
    right: -39px;
    top: 49%;
}

.card-img-top {
    height: 40vh;
    object-fit: cover;
}



body , h1 , h2 , h3 , h4 , h5 , p , li , span , strong  {
  font-family: poppins!important;  
}

h1{
    font-size: 2.5rem!important;
}

h2{
    font-size: 2rem!important;
}

.form-control:focus{
    box-shadow: none!important;
}

.search_input{
    border: none!important;
    font-size: 16px!important;
    padding: 2.5%!important;
}
.home_banner_section{
  /*  height: 65vh;
    margin: 9%;*/
    padding-left: 0;
}

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

.player_description{
    font-size: 14px;
}


.feature_pagination{
    display: flex;
    justify-content: center;
}

.data_not_found{
    text-align: center;
    width: 100%;
    padding: 63px;
    background: white;
}

.player_row_features{
    padding: 2%;
    min-width: 100%;
    background-color: white;
}

.academic_stats {
    font-size: 14px;
}

.profile-banner {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color: #252932;
    border-bottom: 4px solid #fff;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
}

.avatar-container {
    height: 300px;
    text-align: center;
}

.profile-avatar {
    width: 250px;
    position: relative;
    margin: 0px auto;
    border: 4px solid #f3f3f3;
    margin-bottom: 29px;
}

.tab-pane {
    padding-top: 20px;
}

.col-lg-4 {
    text-align: center;
}

.property_value {
    font-size: 12px;
    color: #dad3d3;
}


.no_more_profile_views{
    height: 40vh;
    background: white;
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline-Footer{ 
    display: none!important;
}
a{
    color: orange;
}

/* spinner  */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
/* spinner  */
.box_spinner{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ffffffb3;
    display: none;
}
.m-loader:before {
    width: 3rem;
    height: 3rem;
}
.m-loader.m-loader--warning:before{
    border-top-color: #F55D04;
}
.a-button{
    background: #F55D04!important;
    color: white!important;
    padding: 0.475rem .75rem;
    border-radius: .25rem;
    text-decoration: none!important;
    font-size: .9rem;
    line-height: 1.6;
    border: 1px solid transparent;
    font-weight: 400;
    cursor: pointer;
  
}
.a-button:hover{
    color: white;
    background-color: #ff7424;
}
#confirmDelBtn{
    color: white;   
    font-size: 17px;
    border: 1px solid #F55D04;
    padding: 7px 30px;
    background: #F55D04;
}
.swal2-confirm {
    background-color: transparent!important;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none; 
    background-image: none; 
}
input.i_h_filter {
    width: 35%;
    margin-right: 10px;
}
.i_GPA_filter{
width: 73%;
}
.m-login__form-action{
    display: flex;
    justify-content: space-between;
}
.login_buttons{
    margin-top: 1.5rem !important;
    padding: 0.75rem 2rem!important;
    width: 47%;
}
.login_buttons:hover{
    color: white!important;
    background-color: #ff7524!important;
}
#m_login_forgot{
    cursor: pointer;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__account .m-login__account-msg {
    color: #757575 ;
}
#m_login_forgot , #m_login_signup{
    color:  #F55D04!important;
}
.web_inputs{
    border-radius: 5px!important;
    border: none;
}
.web_inputs:hover{
    border: 2px solid #FA6C10!important;
}
.modal-content{
    box-shadow: 0px 0px 15px 1px rgb(216 83 43 / 90%)!important;
    border-radius: 20px!important;
}
.toast-error{
    background-color: #FA6C10!important;
}

.player_card{
    cursor: pointer!important;
}
.player_card:hover .player_view_btn{
    border-color: #F55D04 !important;
    color: #fff !important;
    background-color: #F55D04 !important;
}
.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control{
    color: #757575!important;
}
.player_info_cards{
    padding: 4%;
    margin-bottom: 2%;
    box-shadow: 2px 2px 4px 1px #a7a7a7;
    margin: 2% 4%;
    background-color: white;
}
.nav_link_tabs{
    font-size: 1rem!important;
}
.footer{
    box-shadow: 0px -1px 10px #524d43;
}
#user_image_account{
    border-radius: 10px;
}
.home_banner_icons{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%!important;
    height: 57px;
}
.home_follow_us{
    font-size: 1.2rem; 
    color:white;
}

@media(max-width: 767px) {
    .m-stack__item.m-stack__item--middle.m-brand__tools{
        display: flex!important;
        align-items: center!important;
    }

    body.m-aside-left--skin-dark .m-header .m-header-head{
        box-shadow: transparent!important;
        -webkit-box-shadow:transparent!important;
    }

    .about_desc {
        padding: 2% 0%;
        font-weight: 400;
        font-size: 10px;
    }

    .clearfix.d-md-block .related-players{
        min-width: 33%!important;
        padding: 0%!important;
    }

    .scholarships_row{
    overflow: overlay;
    max-height: 25vh;
    }

    .home_banner_icons{
        bottom: 18%;
        width: 100%;
    }

    .home_follow_us{
        font-size: 1.2rem; 
        color:black;
    }
}
.banner{
    /*height: 94vh;*/
    padding: 5% 5% 0% 5%;
}
.spacer{
    height: 680px;
}
@media(max-width:1800px){
    .spacer{
        height: 620px;
    }
}
@media(max-width:1700px){
    .spacer{
        height: 570px;
    }
}
@media(max-width:1600px){
    .spacer{
        height: 540px;
    }
}
@media(max-width:1500px){
    .spacer{
        height:496px;
    }
}
@media(max-width:1400px){
    .spacer{
        height: 413px;
    }
}
@media(max-width:1300px){
    .spacer{
        height: 410px;
    }
}
@media(max-width:1200px){
    .spacer{
        height: 368px;
    }
}
.about-us-banner img{
   width: 100%;
}
.alert{
    text-align: center;
}