
/*modal overrides*/
.modal {
    background:none!important;
    z-index: 999999 !important;
    padding:0!important;
}

.modal-dialog {
    max-width: 100%;
    /*min-width: 650px;*/
    width: fit-content;
}
@media only screen and (min-width: 767px) {
    .modal {
        padding: 0 !important;
        border-radius: 0 !important;
        height: auto;
        left: 0!important;
        margin: 0!important;
        max-height: 100%!important;
        max-width: 100%!important;
        min-height: 300px;
        overflow: auto;
        position: absolute;
        text-align: center;
        top: 0!important;
        width: 100% !important;
        vertical-align: top;
        z-index: 1001;
    }
}
.modal-body{
    min-height:250px;
}
.modal-footer{
    justify-content:center;
}

/*.btn {
    transition: all 0.8s linear !important;
    font-size: unset !important;
    border: none !important;
    opacity: 1 !important;
}

.btn:selected{
    border:unset!important;
}*/

.btn-success.disabled, .btn-success:disabled {
    background-color: #E03E52;
    opacity: 0.5 !important;
    border: none !important;
}

 .dropdown .container{
    position:absolute;
}

@media (min-width: 768px) {
    .page-title {
        padding: 0!important;
    }

} 

/*row*/
.row{
    padding-bottom:unset!important;
}

/*footer*/
footer .row {
    display:block!important;
}


button:focus {

    outline:none!important;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none!important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #ffffff !important;
    background-color: #E03E52 !important;
    border-color: transparent !important;
}


/*dropdown*/
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
     font-size: 1rem; 
}

/*player profile*/
#player-profile{
    clear:both;
}

#player-profile:after {
    clear: both;
}

#player-profile:before, #player-profile:after {
    content: " ";
    display: table;
}


.wtn-definition-wrapper::after {
    content: '';
    position: absolute;
    background: url(../img/shape-profile-header.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 780px;
    background-size: 1258px;
    background-position: 89% 3%;
    top: 45px;
    right: 0px;
    z-index: 0;
    display:none!important;
}

.nav-tabs {
     border-bottom: 1px solid transparent;
}


/*H2H module overrides*/

   
    .player-one-avatar-wrapper:before {
        background: url(../img/PlayerOneAvatarBg.svg);
        content: "";
        position: absolute;
        width: 924px;
        background-size: 958px;
        height: 883px;
        top: -674px;
        left: -717px;
        background-repeat: no-repeat;
        z-index: -1;
    }


    .player-two-avatar-wrapper:before {
        background: url(../img/PlayerTwoAvatarBg.svg);
        content: "";
        position: absolute;
        width: 924px;
        background-size: 958px;
        height: 883px;
        top: -674px;
        right: -684px;
        background-repeat: no-repeat;
        z-index: -1;
    }


.resetFiltersBtn {
    color: var(--itf-primaryColor) !important;
}

    .resetFiltersBtn:hover {
        color: var(--itf-secondaryColor) !important;
    }

    .resetFiltersBtn:hover, .resetFiltersBtn:active, .resetFiltersBtn:focus{
        background:transparent!important;
    }


.min-height-minus-header-footer{
    min-height: calc(100vh - 345px);
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    color: var(--itf-primaryColor);

}

/*Watchlists*/

/*#watchlists{
    background:#ffffff;
    padding:15px 30px;
}
.watchlists-content-wrapper {
    background: url(../img/watchlistsBg.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff !important;
}

.watchlist-content-inner-wrapper{
   
    justify-content:center;
    text-align:center;
    width:55%;
    margin:0 auto;
}*/


@media (max-width: 767.98px) {
    .watchlist-content-inner-wrapper {
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}


@media (max-width: 767.98px) {

    footer .row.footer-top {
        margin-bottom: 25px !important;
    }

}


.player-search-wrapper {
    padding:1.5rem;
}
@media (max-width: 767.98px) {

    .player-search-wrapper {
        padding: 0.8rem;
    }
}

.player-search-outer-wrapper {
    padding: 60px 0;
}
@media (max-width: 767.98px) {

    .player-search-outer-wrapper {
        padding: 10px 0;
    }
}
header.header nav.main-nav .main-nav-inner ul.nav-primary li a svg path{
    transition: all 0.8s linear!important;
}
header.header nav.main-nav .main-nav-inner ul.nav-primary li a.selected svg path {
    stroke: #E03E52;
}
header.header nav.main-nav .main-nav-inner ul.nav-primary li a:hover svg path {
    stroke: #E03E52;
}
