
html,
body {
    min-height: 100%;
}

/* typography */
    /* @font-face {
        font-family: HelveticaNeue-Bd;
        src: url('/assets/fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
    }
    @font-face {
        font-family: HelveticaNeue-Md;
        src: url('/assets/fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
    }
    @font-face {
        font-family: HelveticaNeue-Roman;
        src: url('/assets/fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
    }*/
    @font-face {
        font-family: 'OpenSans-Light';
        src: url('/assets/fonts/OpenSans-Light.ttf') format('truetype');
    }
    @font-face {
      font-family: 'Teko-Semi';
      src: url('/assets/fonts/teko-semibold.otf') format('opentype');
    }
    @font-face {
      font-family: 'Teko-Reg';
      src: url('/assets/fonts/teko-regular.otf') format('opentype');
    }
    @font-face {
      font-family: 'Teko-Light';
      src: url('/assets/fonts/teko-light.otf') format('opentype');
    }
    @font-face {
      font-family: 'Teko-Bold';
      src: url('/assets/fonts/teko-bold.otf') format('opentype');
    }
    @font-face {
      font-family: 'Teko-Medium';
      src: url('/assets/fonts/teko-medium.otf') format('opentype');
    }

    @font-face {
        font-family: 'Arial';
        src: url('/assets/fonts/ARIAL.eot');
        src: url('/assets/fonts/ARIAL.eot?#iefix') format('embedded-opentype'),
             url('/assets/fonts/ARIAL.woff2') format('woff2'),
             url('/assets/fonts/ARIAL.woff') format('woff'),
             url('/assets/fonts/ARIAL.ttf')  format('truetype'),
             url('/assets/fonts/ARIAL.svg#Arial') format('svg');
    }

    @media (max-width: 575px) {
        body.stopper {
            font-size: 16px!important;
        }
        .stopper .container {
            padding-left: 10px;
            padding-right: 10px;
        }
        .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            padding-left: 8px;
            padding-right: 8px;
        }
        .row {
            margin-right: -8px;
            margin-left: -8px;
        }
    }
    body.stopper {
        font-size: 18px;
        color: #666666;
        font-family: 'Arial', sans-serif;
    }
    .stopper button,
    .stopper th,
    .stopper h5,
    .stopper h6 {
        font-family: 'Arial', sans-serif;
    }
    .stopper h1,
    .stopper h2,
    .stopper h3,
    .stopper h4 {
        font-family: 'Arial', sans-serif;
    }
    .stopper .numbers {
        font-family: 'Arial', sans-serif;
    }

    .stopper label {
        font-size: 1.15rem;
        color: rgb(102, 102, 102);
        line-height: 50px;
        margin-bottom: 0px;
    }
    .stopper .title {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .stopper .sub-title {
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
    }

/* bootstrap overrides and main styling overrides */
    .container {
        padding: 55px 30px 20px 30px
    }
    .stopper .submenu {
        background: none;
        min-height: 165px;
        padding: 0px;
        z-index: 1010;
        top: 10px;
    }
    .stopper .submenu #draggable_menu {
        background: #eeeeee;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .stopper .submenu .drag-box {
        position: fixed;
        width: 100%;
        height: 357px;
        top: -117px;
        left: 0px;
        background: none;
    }
    .stopper main {
        overflow-x: auto;
    }
    .stopper main .container > .row {
        margin-bottom: 55px;
    }


/* dropdown override */
    .stopper .dropdown-toggle {
        background: #dddddd;
        text-align: center;
        color: #505050;
        width: 10rem;
    }
    .stopper .dropdown.show>.dropdown-toggle {
        background: rgb(157,157,157);
    }
    .stopper .dropdown-toggle::after {
        content: none;
    }
    .stopper .dropdown-menu {
        min-width: 160px;
        margin-top: 4px;
        background: #dddddd;
        border-radius: 5px;
        border: none;
    }
    .stopper .dropdown-menu.collapsing {
        transition: none;
    }
    .stopper .dropdown-item {
        color: #505050;
        text-align: left;
        margin: 4px 0px;
        padding: 0px 12px;
        width: auto;
    }
    .stopper .dropdown-item.custom-checkbox {
        padding-left: 40px;
    }
    .stopper .dropdown-item:focus,
    .stopper .dropdown-item:hover {
        background: rgb(157,157,157);
    }
    .stopper .dropdown.show>.dropdown-toggle {
        background: rgb(157,157,157);
    }

    /* The switch - the box around the slider */
    .stopper .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }

    /* Hide default HTML checkbox */
    .stopper .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    /* The slider */
    .stopper .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 34px;
    }

    .stopper .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      border-radius: 50%;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }

    .stopper input:checked + .slider {
      background-color: #22b00d;
    }

    .stopper input:focus + .slider {
      box-shadow: 0 0 1px #22b00d;
    }

    .stopper input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
    }

/* nav override */
    .stopper {
        min-height: 100vh!important;
        transform: translate(0vw, 0px);
        display: block!important;
        transition: transform 0.3s;
    }
    .stopper.show {
        transform: translate(250px, 0px);
        overflow: hidden;
    }

    .stopper .sidebar-wrapper {
        position: absolute;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        z-index: -100;
    }
    .stopper.show .sidebar-wrapper {
        z-index: 4000;
    }
    .stopper .sidebar-wrapper .sidebar-shadow {
        z-index: 1300;
        background: rgba(40,40,40, 0);
        transition: background 0.3s;
        height: 100%;
        width: 100%;
        position: absolute;
        display: none;
    }
    .stopper.collapsing .sidebar-wrapper .sidebar-shadow {
        display: block;
    }
    .stopper.show .sidebar-wrapper .sidebar-shadow {
        display: block;
        background: rgba(40,40,40, 0.5);
    }
    .stopper .sidebar-wrapper .sidebar {
        transform: translate(-250px, 0px);
        background: #189c09;
        color: #fff !important;
        z-index: 1040;
        position: sticky;
        top: 0px;
        width: 250px;
        height: 100vh;
        padding: 0.5rem 0rem;
        flex-direction: column;
        justify-content: normal;
    }
    .stopper .navbar.sidebar .navbar-nav {
        padding: 1rem 0rem;
        width: 100%;
    overflow: hidden;
    }
    .stopper .navbar.sidebar .navbar-nav .nav-item {
        background: #22b00d;
        margin-bottom: 6px;
        box-shadow: rgba(40,40,40, 0.2) 0px 1px 1px 0px;
    }
    .stopper .navbar.sidebar .navbar-nav .nav-link {
        padding: 1rem;
        margin: 0px;
    }
    .stopper .navbar.sidebar .navbar-nav .nav-link i {
        float: right;
        font-size: 24px;
    }
    .stopper .navbar.sidebar .navbar-brand {
        display: block;
    }
    .stopper .navbar-dark {
        background: repeating-linear-gradient( 90deg, #22b00d, #22b00d 70px, #2ca812 70px, #2ca812 140px);
        border-bottom: 7px solid #189c09;
        height: 77px;
        padding: 22px 0px 0px 0px;
        top: 0px;
    }
    .stopper .navbar .fadebar {
        width: 100%;
        height: 20px;
        background: #eeeeee;
        position: sticky;
        position: -webkit-sticky;
        top: 77px;
        z-index: 1021;
    }
    .stopper .navbar .container {
        max-height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        align-items: stretch;
    }
    .stopper .navbar-dark .container {
        padding-left: 140px;
        padding-right: 140px;
    }
    .stopper .submenu .greeter {
        padding-left: 118px;
    }
    .stopper .submenu .stats {
        padding-right: 75px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        justify-content: -ms-flex-start;
    }
    @media (max-width: 992px) {
        .stopper .submenu .greeter {
            display: none;
        }
        .stopper .submenu .stats {
            padding-left: 118px;
        }
    }
    .stopper .submenu .stats .numbers:first-child {
        border-left: none;
    }
    .stopper .submenu .stats .numbers {
        padding: 0px 16px;
        height: 58px;
        flex: 1 1 124px;
        border-left: 1px solid rgb(102, 102, 102);
    }
    .stopper .submenu .stats .numbers label {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        white-space: nowrap;
        color: rgb(102, 102, 102);
    }
    .stopper .submenu .stats .numbers span {
        font-size: 48px;
        line-height: 48px;
        display: block;
        text-align: center;
        white-space: nowrap;
        color: rgb(102, 102, 102);
    }
    .stopper .submenu .container .top {
        height: 97px;
        width: 100%;
    }
    .stopper .submenu .container .mobile {
        height: 24px;
        width: 100%;
        display: none;
    }
    .stopper .submenu .container .bottom {
        min-height: 48px;
        width: 100%;
        flex-wrap: nowrap;
    }
    .stopper .bottom-align {
        display: inline-flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .stopper .navbar-icons {
        height: 0px;
        padding: 0px;
        top: 5px;
        margin-top: -55px;
        margin-bottom: 55px;
        z-index: 1022;
    }
    .stopper .navbar .navbar-toggler {
        color: rgba(255,255,255,0.9);
        border: none;
    }
    .stopper .navbar-toggler {

        padding: 0rem .75rem;
    }
    .stopper .navbar-toggler-icon {
        width: 42px;
        height: 30px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 42 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 6h34M4 15h34M4 24h34'/%3E%3C/svg%3E");
    }
    .stopper .navbar .navbar-brand {
        height: 90px;
        width: 90px;
        overflow: hidden;
        background: #aaaaaa;
        padding: 0px;
        display: block;
        margin: 0px auto;
    }
    .stopper .navbar-icons .navbar-brand {
        position: relative;
        top: 0px;
        margin: 0px 0px 0px 20px;
    }
    .stopper .navbar .navbar-brand img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .stopper .navbar .navbar-profile {
        position: relative;
        top: 0px;
        left: -21px;
    }
    .stopper .navbar .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
        font-size: 16px;
        margin: 1rem 0.8rem 0.5rem 0.8rem;
        padding: 0px;
    }
    .stopper .navbar .navbar-nav .nav-link.active {
        color: #336633;
    }

    @media (max-width: 768px) {
        .stopper .navbar .navbar-brand {
            display: none;
        }
        .stopper .navbar .navbar-profile {
            display: none;
        }
        .stopper .navbar .navbar-nav.sm-fullwidth {
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
        }
        .stopper .navbar .navbar-nav .nav-link {
            margin: 0.5rem;
        }
        .stopper .navbar-dark {
            height: 50px;
            padding: 4px 0px 0px 0px;
        }
        .stopper .navbar-submenu {
            top: 50px;
        }
        .stopper .navbar-dark .container {
            padding-left: 0px;
            padding-right: 0px;
        }
        .stopper .navbar .fadebar {
            display: none;
        }
        .stopper .submenu .container .top {
            display: none;
        }
        .stopper .submenu .container .mobile {
            display: block;
            text-align: center;
            color: #189c09;
            font-size: 24px;
            line-height: 24px;
        }
        .stopper .submenu .container .bottom {
            padding-top: 10px;
        }
        .stopper .submenu {
            top: 50px;
            height: 23px;
            overflow: visible;
            margin-bottom: -40px;
            min-height: auto;
        }
        /* .stopper .submenu .container .mobile::after {
            content: "";
            height: 4px;
            width: 32px;
            display: block;
            border-radius: 2px;
            background: #b5b5b5;
            margin: 13px auto 0px auto;
        } */
    }
/* pills */
    .stopper .nav-pills {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .stopper .nav-pills > .nav-item {
        flex: 0 1 124px;
        margin-left: 1px;
        margin-right: 1px;
    }
    .stopper .nav-pills > .nav-item:first-child {
        margin-left: 0px;
    }
    .stopper .nav-pills > .nav-item:last-child {
        margin-right: 0px;
    }
    .stopper .nav-pills .nav-link {
        background: #dddddd;
        text-align: center;
        color: #505050!important;
        border-radius: 0px;
        height: 48px;
        width: 100%;
        padding: 0px 15px;
        white-space: nowrap;
        line-height: 48px;
    }
    .stopper .nav-pills .nav-link:focus,
    .stopper .nav-pills .nav-link:hover {
        background: #cccccc;
    }
    .stopper #gametabs .nav-link.active {
        color: #ffffff!important;
        background: #22b00d;
    }
    .stopper #gametabs .nav-link.active:focus,
    .stopper #gametabs .nav-link.active:hover {
        color: #ffffff!important;
        background: #189c09;
    }
    .stopper .nav-dropdowns {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .stopper .nav-dropdowns > .nav-item {
        flex: 0 1 130px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .stopper .nav-dropdowns .nav-link {
        text-align: center;
        height: 33px;
        width: 100%;
        white-space: nowrap;
        line-height: 33px;
        padding: 0px 15px;
        border-radius: 5px;
    }



/* ul stepper */
    ul.steps {
        height: 11px;
        width: 100%;
        border-bottom: 1px solid rgb(119, 119, 119);
        margin-top: 20px;
        margin-bottom: 30px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        justify-content: space-between;
        padding: 0px;
    }
    ul.steps > li a {
        width: 21px;
        height: 21px;
        border-radius: 10px;
        border: 1px solid #189c09;
        background: white;
        display: inline-block;
    }
    ul.steps > li a.done {
        background: #189c09;
    }

/* inputs */
    .stopper .form-control {
        display: block;
        width: 100%;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 34px;
        height: 50px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgb(228, 228, 228);
        border-radius: 3px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .stopper .card .form-control:disabled {
        color: #999999;
        border: 1px solid #bbbbbb;
        background: #ffffff;
    }
    .stopper textarea.form-control {
        height: auto;
    }
    /* WebKit, Blink, Edge */
    .stopper input::-webkit-input-placeholder { color: #AAA; }
    /* Mozilla Firefox 4 to 18 */
    .stopper input:-moz-placeholder { color: #AAA; opacity: 1; }
    /* Mozilla Firefox 19+ */
    .stopper input::-moz-placeholder { color: #AAA; opacity: 1; }
    /* Internet Explorer 10-11 */
    .stopper input:-ms-input-placeholder { color: #AAA; }
     /* Microsoft Edge */
    .stopper input::-ms-input-placeholder { color: #AAA; }
    /* Most modern browsers support this now. */
    .stopper input::placeholder { color: #AAA; }

    .stopper select:invalid,
    .stopper select option:checked:disabled {
        color: #AAA;
    }
    .stopper select option {
        color: #495057;
    }

    .stopper .btn {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 26px;
        padding: 6px 13px;
        font-size: 1.15rem;
        height: 40px;
        min-width: 100px;
        font-weight: 400;
        border: 2px solid #656565;
    }
    .stopper .custom-control-label::before {
        background: white;
        border:1px solid #ced4da;
    }


/* card override */
    .stopper .card {
        background: rgb(234, 234, 234);
        border-radius: 0px;
        border: 0px;
    }
    .stopper .card-header {
        background: rgb(102,102,102);
        color: #FFFFFF;
        border-radius: 0px;
    }
    .stopper .card-header .card-title {
        margin: 4px;
    }
    .stopper .card .form-control {
        border: 0px;
    }
    .stopper .card-body {
        padding: 2rem 1rem;
    }

/* table */
    .stopper .table th,
    .stopper .table td {
        border-top: 0px;
    }
    .stopper .table tbody th,
    .stopper .table tbody td {
        line-height: 50px;
        height: 50px;
        padding: 10px;
    }
    @media (max-width: 1199px) {
        .stopper .table thead th,
        .stopper .table thead td,
        .stopper .table tbody th,
        .stopper .table tbody td {
            padding: 8px;
            line-height: 24px;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        /* Force table to not be like tables anymore */
    	.stopper .table-responsive .table,
    	.stopper .table-responsive .table thead,
    	.stopper .table-responsive .table tbody,
    	.stopper .table-responsive .table th,
    	.stopper .table-responsive .table td,
    	.stopper .table-responsive .table tr {
    		display: block;
    	}

    	/* Hide table headers (but not display: none;, for accessibility) */
    	.stopper .table-responsive .table thead tr {
    		position: absolute;
    		top: -9999px;
    		left: -9999px;
    	}

    	.stopper .table-responsive .table tr {
            border: 1px solid #ccc;
            padding: 0.5rem 0rem;
        }

    	.stopper .table-responsive .table td {
    		/* Behave  like a "row" */
    		border: none;
            padding: 4px;
            line-height: 22px;
    		position: relative;
    		padding-left: 53%;
    		white-space: wrap;
    		text-align:left;
            height: auto;
    	}

    	.stopper .table-responsive .table td:before {
    		/* Now like a table header */
    		position: absolute;
    		/* Top/left values mimic padding */
		    top: 4px;
            left: 4px;
    		width: 50%;
            line-height: 22px;
    		padding-right: 10px;
    		white-space: normal;
            text-align: right;
    		font-weight: bold;
            content: attr(data-title);
    	}

    	.stopper .table-responsive .table td[Data-title=""] {
            padding-left: 0.75rem;
            margin:auto;
            text-align: center;
            line-height: 50px;
        }
        .stopper .table-responsive .table td.mb6 {
            display: inline-block;
            width: 50%;
            border: none;
        }
        .stopper .table-responsive .table td.right {
            float: right;
            text-align: left;
        }
        .stopper .table-responsive .table td.left {
            text-align: right;
        }
        .stopper .table-responsive .table td.mb4 {
            display: inline-block;
            width: 33.333%;
            border: none;
        }
        .stopper .table-responsive .table td.mb3 {
            display: inline-block;
            width: 25%;
            border: none;
        }
    }

/* custom */
    .stopper .season-select.dropdown-menu {
        min-width: 12em;
        max-height: 300px;
        overflow-y: scroll;
    }
    .stopper .season-select ul {
        padding: 0px;
        color: #505050;
    }
    .stopper .season-select ul li {
        padding:0px;
    }
    .stopper .season-select ul li a {
        display: block;
        text-align: center;
        padding: 5px;
    }
    .stopper .season-select ul li:nth-child(even) a {
        background: rgb(230,230,230);
    }
    .stopper .season-select ul li a.active {
        background: rgb(200,200,200);
        box-shadow: inset 1px 1px 3px 0px rgb(117,117,117);
    }
    .stopper .season-select ul li a:hover {
        background: rgb(200,200,200);
        text-decoration: none;
    }
    .stopper .season-select ul li i {
        display: block;
        font-size: 1.7em;
        line-height: 1em;
        height: 1em;
        text-align: center;
    }
    .stopper .season-select select {
        padding: 0px 0.4em;
        height: 1.8em;
        font-size: 1.1em;
        border: 1px solid rgb(157,157,157);
        width: 8em;
        margin: 0.4em 1em;
    }
    .stopper .season-select ul li span {
        font-size: 0.7em;
        line-height: 1em;
        height: 1em;
        margin-top: 0.2em;
        text-align: center;
        display: block;
    }
    /* .stopper a
     {
        color: #666666;
    } */
    .stopper .custom-checkbox {
        padding-left: 24px;
    }
    .stopper .custom-checkbox label {
        color: #505050;
        line-height: 24px;
        font-size: 1rem;
        width: 100%;
    }
    .stopper .game-carrousel {
        overflow: hidden;
        padding-bottom: 20px;
    }
    .stopper .game-carrousel > .row {
        transform: translateX(0px);
        -webkit-transition: transform 200ms ease;
        -moz-transition: transform 200ms ease;
        -o-transition: transform 200ms ease;
        transition: transform 200ms ease;
        flex-wrap: nowrap;
    }
    .stopper .carrousel-action {
        position: absolute;
        display: block;
        top: 32vh;
        width: 52px;
        height: 68px;
        background-color: #22b00d;
        color: rgba(255,255,255,0.9);
        font-size: 42px;
        line-height: 68px;
        text-align: center;
        cursor: pointer;
    }
    .stopper .carrousel-action.carrousel-next {
        right: 0px;
        border-radius: 6px 0px 0px 6px;
        padding-left: 6px;
    }
    .stopper.c-last .carrousel-action.carrousel-next {
        opacity: 0.4;
        cursor: default;
    }
    .stopper .carrousel-action.carrousel-next .fa-spin{
        display: none;
    }
    .stopper.c-loading .carrousel-action.carrousel-next i {
        display: none;
    }
    .stopper.c-loading .carrousel-action.carrousel-next i.fa-spin {
        display: inline-block;
    }
    .stopper .carrousel-action.carrousel-previous {
        left: 0px;
        border-radius: 0px 6px 6px 0px;
        padding-right: 6px;
    }
    .stopper.c-first .carrousel-action.carrousel-previous {
        opacity: 0.4;
        cursor: default;
    }
    .avatar {
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
    }
    .stopper .has-badge {
        position: relative;
    }
    .stopper .has-badge > b {
        display: inline-block;
        font-size: 0.7rem;
        height: 0.9rem;
        line-height: 0.9rem;
        border-radius: 5px;
        background: rgb(230,21,30);
        color: #FFFFFF;
        padding: 0 0.4rem 0 0.4rem;
        top: -15px;
        left: 20px;
        position: relative;
        margin-left: -30px;
    }
    .stopper .profile-img {
        display: block;
        border: 4px solid #cec9c9;
        height: 116px;
        width: 116px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        background: #aaaaaa;
    }

    .stopper .profile-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .star-rating > i {
        color: #c9c9c9;
        font-style: normal;
        font-size: 1.5rem;
    }
    .star-rating.big > i {
        font-size: 2.5rem;
        line-height: 2.4rem;
        margin: 0.3rem;
    }
    .star-rating > i.on {
        color: #ffcd07;
    }

    .stopper .dropzone {
        border-radius: 50%;
        height: 160px;
        width: 160px;
        margin-bottom: 40px;
        padding: 0px;
        box-sizing: content-box;
        border: 6px solid #cec9c9;
        background-image: url("/assets/img/club_placeholder.png");
        background-size: contain;
        background-position: center center;
    }
    .stopper .dropzone .dropfile-input {
        visibility: visible;
        position: absolute;
    }
    .stopper .dropzone .dz-preview {
        margin: 0px;
        min-height: 80px;
        min-width: 80px;
        height: 80px;
        width: 80px;
    }
    .stopper .dropzone .dz-preview .dz-details {
        padding: 4em 1em;
    }
    .stopper .dropzone .dz-message {
        margin: 172px 0px 0px 0px;
        font-size: 1rem;
        color: #999999;
    }
    .stopper .dropzone .dz-preview .dz-remove {
        margin-top: 12px;
        font-size: 1rem;
        color: #999999;
    }
    .stopper .dropzone .dz-preview.dz-image-preview {
        /* background: #aaaaaa; */
        border-radius: 50%;
    }
    .stopper .dropzone .dz-preview .dz-image {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        overflow: hidden;
    }
    .stopper .dropzone .dz-preview .dz-image img {
        width: 100%;
        height: 100%;
    }
.appgamepage .container,
.appgamepage .card-body{padding: 0 !important;}
.stopper.appgamepage .game .card{width: 100%;}
.stopper.appgamepage .game .card.appgamecard{box-shadow: none;}
.appgamepage .boxsecton1, .appgamepage .boxsecton2, .appgamepage .boxsecton3, .appgamepage .boxsecton4, .appgamepage .boxsecton5, .appgamepage .boxsecton6, .appgamepage .boxsecton7, .appgamepage .boxsecton8, .appgamepage .boxsecton9, .appgamepage .boxsecton10, .appgamepage .boxsecton11, .appgamepage .boxsecton12, .appgamepage .boxsecton13, .appgamepage .boxsecton14, .appgamepage .boxsectonheader{display: none !important;}

.appgamepage .boxsecton1.showbox, .appgamepage .boxsecton2.showbox, .appgamepage .boxsecton3.showbox, .appgamepage .boxsecton4.showbox, .appgamepage .boxsecton5.showbox, .appgamepage .boxsecton6.showbox, .appgamepage .boxsecton7.showbox, .appgamepage .boxsecton8.showbox, .appgamepage .boxsecton9.showbox, .appgamepage .boxsecton10.showbox, .appgamepage .boxsecton11.showbox, .appgamepage .boxsecton12.showbox, .appgamepage .boxsecton13.showbox, .appgamepage .boxsecton14.showbox{display: flex !important;}

.appgamepage.showallBox .boxsecton1, .appgamepage.showallBox .boxsecton2, .appgamepage.showallBox .boxsecton3, .appgamepage.showallBox .boxsecton4, .appgamepage.showallBox .boxsecton5, .appgamepage.showallBox .boxsecton6, .appgamepage.showallBox .boxsecton7, .appgamepage.showallBox .boxsecton8, .appgamepage.showallBox .boxsecton9, .appgamepage.showallBox .boxsecton10, .appgamepage.showallBox .boxsecton11, .appgamepage.showallBox .boxsecton12, .appgamepage.showallBox .boxsecton13, .appgamepage.showallBox .boxsecton14{display: flex !important;}

.appgamepage.showallBox .boxsectonheader{display: block !important;}
/* .appgamepage .boxsecton4 .chartjs-render-monitor,
.appgamepage .boxsecton5 .chartjs-render-monitor,
.appgamepage .boxsecton6 .chartjs-render-monitor,
.appgamepage .boxsecton7 .chartjs-render-monitor,
.appgamepage .boxsecton8 .chartjs-render-monitor{height: 600px !important;width: 900px !important;} */
@media (min-width: 1198px){
  .appgamepage .boxsecton4 .chartjs-render-monitor,
  .appgamepage .boxsecton5 .chartjs-render-monitor,
  .appgamepage .boxsecton6 .chartjs-render-monitor,
  .appgamepage .boxsecton7 .chartjs-render-monitor,
  .appgamepage .boxsecton8 .chartjs-render-monitor,
  .appgamepage .boxsecton9 .chartjs-render-monitor,
  .appgamepage .boxsecton10 .chartjs-render-monitor,
  .appgamepage .boxsecton11 .chartjs-render-monitor,
  .appgamepage .boxsecton13 .chartjs-render-monitor,
  .appgamepage .boxsecton14 .chartjs-render-monitor{height: 350px !important;width: 350px !important;}
  .appgamepage .boxsecton13 .chartjs-render-monitor,
  .appgamepage .boxsecton14 .chartjs-render-monitor{height: 220px !important;width: 350px !important;}

  .appgamepage .boxsecton9 .description,
  .appgamepage .boxsecton10 .description,
  .appgamepage .boxsecton11 .description,
  .appgamepage .boxsecton9 label,
  .appgamepage .boxsecton10 label,
  .appgamepage .boxsecton11 label,
  .appgamepage .boxsecton9 .notes,
  .appgamepage .boxsecton10 .notes,
  .appgamepage .boxsecton11 .notes,
  .appgamepage .boxsecton9 .text-center,
  .appgamepage .boxsecton10 .text-center,
  .appgamepage .boxsecton11 .text-center{font-size: 2rem !important;}
}
@media (min-width: 768px) and (max-width: 1198px){
  .appgamepage .boxsecton4 .chartjs-render-monitor,
  .appgamepage .boxsecton5 .chartjs-render-monitor,
  .appgamepage .boxsecton6 .chartjs-render-monitor,
  .appgamepage .boxsecton7 .chartjs-render-monitor,
  .appgamepage .boxsecton8 .chartjs-render-monitor,
  .appgamepage .boxsecton9 .chartjs-render-monitor,
  .appgamepage .boxsecton10 .chartjs-render-monitor,
  .appgamepage .boxsecton11 .chartjs-render-monitor,
  .appgamepage .boxsecton13 .chartjs-render-monitor,
  .appgamepage .boxsecton14 .chartjs-render-monitor{height: 600px !important;width: 900px !important;}
  .appgamepage .boxsecton13 .chartjs-render-monitor,
  .appgamepage .boxsecton14 .chartjs-render-monitor{height: 600px !important;width: 900px !important;}

  .appgamepage .boxsecton9 .description,
  .appgamepage .boxsecton10 .description,
  .appgamepage .boxsecton11 .description,
  .appgamepage .boxsecton9 label,
  .appgamepage .boxsecton10 label,
  .appgamepage .boxsecton11 label,
  .appgamepage .boxsecton9 .notes,
  .appgamepage .boxsecton10 .notes,
  .appgamepage .boxsecton11 .notes,
  .appgamepage .boxsecton9 .text-center,
  .appgamepage .boxsecton10 .text-center,
  .appgamepage .boxsecton11 .text-center{font-size: 2rem !important;}
}
@media (max-width: 767px){
  .appgamepage .boxsecton4 .chartjs-render-monitor,
  .appgamepage .boxsecton5 .chartjs-render-monitor,
  .appgamepage .boxsecton6 .chartjs-render-monitor,
  .appgamepage .boxsecton7 .chartjs-render-monitor,
  .appgamepage .boxsecton8 .chartjs-render-monitor,
  .appgamepage .boxsecton9 .chartjs-render-monitor,
  .appgamepage .boxsecton10 .chartjs-render-monitor,
  .appgamepage .boxsecton11 .chartjs-render-monitor,
  .appgamepage .boxsecton13 .chartjs-render-monitor,
  .appgamepage .boxsecton14 .chartjs-render-monitor{height: 350px !important;width: 350px !important;}
  .appgamepage .boxsecton13 .chartjs-render-monitor,
  .appgamepage .boxsecton14 .chartjs-render-monitor{height: 220px !important;width: 350px !important;}

  .appgamepage .boxsecton9 .description,
  .appgamepage .boxsecton10 .description,
  .appgamepage .boxsecton11 .description,
  .appgamepage .boxsecton9 label,
  .appgamepage .boxsecton10 label,
  .appgamepage .boxsecton11 label,
  .appgamepage .boxsecton9 .notes,
  .appgamepage .boxsecton10 .notes,
  .appgamepage .boxsecton11 .notes,
  .appgamepage .boxsecton9 .text-center,
  .appgamepage .boxsecton10 .text-center,
  .appgamepage .boxsecton11 .text-center{font-size: 0.9rem !important;}
}
.appgamepage .boxsecton9
.appgamepage .boxsecton10
.appgamepage .boxsecton11{width: 100% !important;}

.appgamepage.stopper .game .heatmap-container{width: 80% !important;}
.appgamepage.stopper .game .stat-labels{width: 90% !important;}
.appgamepage.stopper .game .markers-container{width: 90% !important;}

.appgamepage.stopper .game .heatmap-container.short.saves_pk,
.appgamepage.stopper .game .heatmap-container.short.saves_fk{margin-bottom: 5%;}

.stopper .coache-select.dropdown-menu {
        min-width: 12em;
        max-height: 300px;
        overflow-y: scroll;
    }
    .stopper .coache-select ul {
        padding: 0px;
        color: #505050;
    }
    .stopper .coache-select ul li {
        padding:0px;
    }
    .stopper .coache-select ul li a {
        display: block;
        text-align: center;
        padding: 5px;
    }
    .stopper .coache-select ul li:nth-child(even) a {
        background: rgb(230,230,230);
    }
    .stopper .coache-select ul li a.active {
        background: rgb(200,200,200);
        box-shadow: inset 1px 1px 3px 0px rgb(117,117,117);
    }
    .stopper .coache-select ul li a:hover {
        background: rgb(200,200,200);
        text-decoration: none;
    }
    .stopper .coache-select ul li i {
        display: block;
        font-size: 1.7em;
        line-height: 1em;
        height: 1em;
        text-align: center;
    }
    .stopper .coache-select select {
        padding: 0px 0.4em;
        height: 1.8em;
        font-size: 1.1em;
        border: 1px solid rgb(157,157,157);
        width: 8em;
        margin: 0.4em 1em;
    }
    .stopper .coache-select ul li span {
        font-size: 0.7em;
        line-height: 1em;
        height: 1em;
        margin-top: 0.2em;
        text-align: center;
        display: block;
    }

    .stopper .year-select.dropdown-menu {
        min-width: 12em;
        max-height: 300px;
        overflow-y: scroll;
    }
    .stopper .year-select ul {
        padding: 0px;
        color: #505050;
    }
    .stopper .year-select ul li {
        padding:0px;
    }
    .stopper .year-select ul li a {
        display: block;
        text-align: center;
        padding: 5px;
    }
    .stopper .year-select ul li:nth-child(even) a {
        background: rgb(230,230,230);
    }
    .stopper .year-select ul li a.active {
        background: rgb(200,200,200);
        box-shadow: inset 1px 1px 3px 0px rgb(117,117,117);
    }
    .stopper .year-select ul li a:hover {
        background: rgb(200,200,200);
        text-decoration: none;
    }
    .stopper .year-select ul li i {
        display: block;
        font-size: 1.7em;
        line-height: 1em;
        height: 1em;
        text-align: center;
    }
    .stopper .year-select select {
        padding: 0px 0.4em;
        height: 1.8em;
        font-size: 1.1em;
        border: 1px solid rgb(157,157,157);
        width: 8em;
        margin: 0.4em 1em;
    }
    .stopper .year-select ul li span {
        font-size: 0.7em;
        line-height: 1em;
        height: 1em;
        margin-top: 0.2em;
        text-align: center;
        display: block;
    }

    .game-carrousel a.gamecarddownload i{
        padding-top: 10px;
        font-size: 18px;
        font-weight: normal;
    }
