.no-sidebar .content-wrapper {
    margin-left: 0;
}

.normalLabel {
    font-weight: normal;
    cursor: pointer;
    display: inline;
}

.label-live {
    margin-left: 5px;
}

.main-header .navbar .nav>li>a>.label.label-dot {
    height: 7px;
    width: 7px;
    display: block;
    border-radius: 100px;
    top: 14px;
    right: 12px;
    background-color: red;
}

.field-remove, .field-edit, .field-drag {
    float: right;
    color: #ccc;
    padding: 5px;
    cursor: pointer;
}

.field-remove:hover, .field-edit:hover, .field-drag:hover {
    color: #999;
}

table.table-pointer > tbody > tr {
    cursor: pointer;
}

ul.sidebar-menu li.header {
    color: #00a65a;
    font-weight: bold;
    font-size: 13px;
}

li.header ul {
    text-transform: initial;
}

.indent-left {
    margin-left: 20px;
}

.margin-top-small {
    margin-top: 10px;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-large {
    margin-top: 40px;
}

.margin-top-none {
    margin-top: 0;
}

.margin-left {
    margin-left: 5px;
}

.margin-left-large {
    margin-left: 20px;
}

.margin-right {
    margin-right: 5px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-large {
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-left-auto {
    margin-left: auto;
}

.btn-margin-top {
    margin-top: 5px;
}

.btn-margin-bottom {
    margin-bottom: 5px;
}

.no-margin {
    margin: 0;
}

ul.nav li {
    border-right: 1px solid #f9fafc;
}

ul.nav li:last-child {
    border-right: none
}

.navbar-custom-menu {
    float: none !important;
    margin-left: auto;
}

.navbar-custom-menu ul.dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #eee;
}

.navbar-custom-menu ul.dropdown-menu {
    padding-bottom: 0;
    padding-top: 0;
    right: 0 !important;
}

.navbar-custom-menu > ul {
    float: none !important;
}

.navbar-static-top {
    display: flex;
}

section.content {
    padding-bottom: 50px;
}

table tbody td {
    vertical-align: top;
}

header.main-header {
    position: fixed;
    width: 100%;
    top: 0;
}

body.skin-green-light {
    padding-top: 50px;
}

body.skin-green-light .content-wrapper {
    transition: none;
}

body.skin-green-light .main-sidebar {
    padding-top: 0;
    transition: none;
    overflow-x: hidden;
}

body.skin-green-light .navbar {
    transition: none;
}

.breadcrumbs {
    margin-bottom: 9px;
    font-size: 12px;
}

a.full-link {
    display: inline-block;
    width: 100%;
}

div.error {
    padding-bottom: 4px;
}

div.error:before {
    content: "\f071";
    font-family: FontAwesome;
    color: red;
    margin-right: 4px;
}

.dropdown-menu li a {
    color: inherit !important;
}

.card-shape {
    width: 10px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.card-shape-yellow {
    background-color: yellow;
}

.card-shape-red {
    background-color: red;
}

.card-shape-blue {
    background-color: blue;
}

.card-shape-green {
    background-color: green;
}

.card-settings {
    margin-bottom: 20px;
}

.card-settings .form-control {
    display: inline-block;
    width: 60px;
}

.card-settings span {
    border-color: #d2d6de;
    display: inline-block;
    padding: 6px 12px;
    background-color: #fff;
}

.card-settings-row {
    border: 1px solid #999;
    background-color: #fff;
    margin-bottom: 5px;
}

.group-form-group .form-group {
    display: inline-block;
    margin-bottom: 0;
}

form fieldset {
    margin-bottom: 20px;
}

.sidebar-menu .treeview-menu {
    display: block;
    padding-left: 15px;
}

.sidebar-menu .treeview a .fa {
    float: right;
}

.message-unread td {
    font-weight: bold;
}

.shirt-container {
    margin-right: 10px;
    margin-bottom: 10px;
}

.shirt-container, .pants-container {
    display: inline-block;
    border: 3px solid #333;
    border-radius: 5px;
}

.jersey-container {
    float: right;
    width: 100px;
    text-align: center;
}

.shirt-container, .pants-container, .jersey-container {
    padding: 5px 10px;
    background-color: #fff;
}

.shirt-container img, .pants-container img {
    width: 200px;
}

body div input.number.form-control {
    width: 80px;
}

.table .checkbox {
    margin: 0;
}

.time-group {
    width: 100%;
}

.time-group input.form-control {
    width: 20%;
}

.time-group select.form-control {
    width: 80%;
}

.time-group .input-group {
    width: 100%;
}

.single-action-column {
    width: 40px;
}

.double-action-column {
    width: 100px;
}

.triple-action-column {
    width: 150px;
}

.sidebar-toggle:before {
    content: "" !important;
}

header.main-header {
    background-color: #00a65a;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.navbar .logo-xs {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.navbar .logo-xs img {
    margin-top: 3px;
    height: 25px;
}

.navbar .logo-xs span {
    display: none;
    font-size: 20px;
    padding: 11px;
    color: #fff;
}

.main-header .logo {
    text-align: left;
}

.main-header .header-logo img {
    height: 30px;
}

@media (max-width: 320px) {
    .navbar .logo-xs img {
        display: none;
    }

    body .navbar .logo-xs span {
        display: block;
    }
    body .navbar .logo-xs {
        margin: unset;
        padding: unset;
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.zindex {
    z-index: -1;
}

.goal {
    border-top: 1px solid #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.goal-1 {
    text-align: left;
}

.goal-2 {
    text-align: right;
}

.goal-1 i {
    margin-right: 5px;
}

.goal-2 i {
    margin-left: 5px;
}

.goal-message {
    text-align: center;
    font-style: italic;
}

#goal-1 option[data-team-number="2"] {
    display: none;
}

#goal-2 option[data-team-number="1"] {
    display: none;
}

.large-shirt {
    width: 100%;
}

.large-pants {
    width: 75%;
}

#customRules h3 {
    font-size: 16px;
    font-weight: bold;
}

.custom-rule-header {
    display: flex;
    font-size: 15px;
    padding-bottom: 6px;
}

.custom-rule-body {
    margin-left: 12px;
}

.custom-rule-body .input-group {
    width: 100%;
}

.custom-rule-body .input-group input {
    width: 60%;
}

.custom-rule-body .input-group select {
    width: 40%;
}

.standings {
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    height: 100%;
    margin-bottom: 30px;
}

.standings-group-knock-out .table {
    font-size: 11px;
    background-color: #fff;
}

.standings-group-knock-out {
    padding-top: 2px;
    padding-bottom: 2px;
}

.standings-group-knock-out .table tr th, .standings-group-knock-out .table tr td {
    padding: 1px 2px;
}

.standings-round {
    position: relative;
    vertical-align: top;
}

.standings-round-number {
    width: 100%;
    font-size: 55px;
    color: #999;
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
}

.standings-group-knock-out:last-child {
    margin-bottom: 0;
}

.table-knock-out {
    border: 2px solid #999;
}

.table-knock-out .table {
    margin-bottom: 0;
}

.standings-lines {
    position: relative;
    width: 60px;
    display: inline-block;
    vertical-align: top;
}

.standings-line-top-right, .standings-line-bottom-right, .standings-line-top, .standings-line-bottom {
    width: 30px;
    position: absolute;
}

.standings-line-top-right {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    left: 0;
}

.standings-line-bottom-right {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    left: 0;
}

.standings-line-top {
    border-top: 1px solid #999;
    left: 30px;
}

.standings-line-bottom {
    border-bottom: 1px solid #999;
    left: 30px;
}

.standings .table-knock-out .table .standings-knock-out-score {
    border-left: 1px solid #ddd;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 20px;
}

table.table tr .statistics-td {
    width: 25px;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}

table.table tr td.statistics-td {
    padding-left: 6px;
}

.has-custom-rules .standings-custom-goals {
    font-size: 11px;
}

.relative .pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.auto-width {
    width: auto;
}

.table-filter {
    width: auto;
    display: none;
}

.check-toggle {
    font-size: 16px;
}

.has-check-errors:hover {
    text-decoration: underline;
}

.check-toggle .fas {
    width: 25px;
}

.posted-by {
    color: #aaa;
    font-size: 12px;
}

.team-limit-upgrade {
    font-size: 15px;
}

.team-limit-upgrade div {
    font-size: 18px;
    margin-bottom: 10px;
}

.custom-rule-card {
    border-top: 1px solid #fff;
    padding-top: 6px;
}

.custom-rule-card:last-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 6px;
}

.total {
    border-top: 3px double #000 !important;
}

.edit-table-row {
    text-align: right;
    white-space: nowrap;
}

.table tbody a:not(.btn) {
    width: 100%;
    height: 100%;
    display: block;
}

.coc {
    font-weight: normal;
}

.coc span {
    vertical-align: top;
}

.coc .checkbox {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.box-header-label {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    padding: 5px;
    z-index: 100;
}

.form-group .checkbox {
    margin-top: 0;
}

.checkbox-inline-block .checkbox {
    display: inline-block;
    margin-bottom: 0;
}

.checkbox-inline-block .checkbox-inline {
    padding: 0;
}

.checkbox-inline-block .checkbox-inline input[type="checkbox"] {
    padding: 0;
    position: unset;
    margin: 0;
}

.form-group .radio {
    margin: 0;
}

.match-rounds {
    font-size: 15px;
    font-weight: bold;
}

.match-round {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.match-round-active {
    font-size: 20px;
}

.player-suspended a {
    color: red;
}

.full-width {
    width: 100%;
}

.highlight:hover {
    background-color: #ddd;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

.select2 {
    max-width: 100%;
}

.a-inline-block {
    display: inline-block !important;
    width: auto !important;
}

.inline-block {
    display: inline-block;
}

.inline-xs-only {
    display: block;
}

.profile-photo > div {
    vertical-align: top;
    display: inline-block;
}

#profile-photo-container {
    margin-bottom: 10px;
}

#profile-photo-container img {
    max-width: 128px;
    max-height: 128px;
}

.image-delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 6px;
    border: 1px solid #999;
    background-color: #fff;
}

.image-delete:hover {
    background-color: #ccc;
}

.profile-photo-container {
    position: absolute;
    right: 5px;
    top: 5px;
}

.profile-frame {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px;
}

.border-danger {
    border: 1px solid #c9302c;
}

.border-success {
    border: 1px solid #449d44;
}

.profile-photo-card {
    display: inline-block;
    border: 1px solid #999;
    margin: 25px;
    border-radius: 3px;
    vertical-align: top;
}

.profile-photo-card button {
    width: 50%;
    display: inline-block;
}

.profile-card-data {
    padding: 2px;
    vertical-align: top;
    width: 134px;
    height: 163px;
    border-left: 1px solid #999;
}

.profile-card-buttons {
    border-top: 1px solid #999;
    padding: 2px 1px;
}

.profile-card-buttons .btn {
    padding-left: 1px;
    padding-right: 1px;
}

.ellipsis {
    position: relative;
}

.ellipsis > .overflow-text {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    right: 0;
}

td.ellipsis > .overflow-text {
    left: 8px;
    right: 8px;
    bottom: 8px;
    top: 8px;
    padding-right: 8px;
}

td.ellipsis:before {
    content: '&#8205;';
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.verified-at {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
}

.is-grayed-out {
    color: #ddd;
}

div.c100 {
    font-size: 200px;
    float: none;
    display: inline-block;
}

#holdDown {
    font-size: 20px;
    display: block;
    text-align: center;
    width: 160px;
    padding-top: 55px;
    line-height: 1.5em;
    height: 100%;
    cursor: pointer;
    white-space: normal;
    color: #999;
    padding-left: 20px;
}

.selectPlayersBox {
    display: none;
}

#goals {
    margin-top: 10px;
}

#refereeModal {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.match-details {
    min-height: 55px;
}

.match-details i {
    width: 15px;
}

.match-time {
    text-align: center;
    font-size: 32px;
}

.match-team-name {
    margin-bottom: 25px;
}

.match-label {
    vertical-align: top;
    font-size: 11px;
}

#liveLabel, #pauseLabel {
    display: none;
}

.refereeScoreButtons {
    display: none;
}

.match-time-label {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 5px;
}

.playerTimer {
    font-size: 12px;
    background-color: #d9534f;
    color: #fff;
    padding: 0 2px;
    margin-right: 4px;
    display: inline-block;
}

.card-content {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.card-give {
    margin-bottom: 10px;
}

.card-give-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.card-container {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 4px;
    text-align: center;
    width: 50px;
    cursor: pointer;
    border: 2px solid transparent;
    vertical-align: top;
}

.card-active {
    border: 2px solid #ccc;
    border-radius: 3px;
}

.card-container .card-name {
    vertical-align: bottom;
}

.card-container .card-shape {
    width: 30px;
    height: 50px;
    border-radius: 5px;
}

.card-confirm {
    float: right;
    vertical-align: top;
}

.player-suspended {
    color: #999;
}

.align-baseline {
    vertical-align: baseline;
}

.selectable-player-suspended {
    cursor: initial !important;
}

.selectPlayersContainer .label {
    margin-top: 3px;
}

.selectedPlayers h4 {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 14px;
}

.detail-body {
    padding: 5px;
}

.score-lg {
    font-size: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

#match-players-1 .player-time-punishment span.label {
    margin-left: 5px;
}

#match-players-2 .player-time-punishment span.label {
    margin-right: 5px;
}

#match-players-1 i.captain {
    margin-left: 5px;
}

#match-players-2 i.captain {
    margin-right: 5px;
}

.favorites h4 {
    margin: 0;
}

.favorites .table {
    margin: 0;
}

.favorites .box-body > div {
    margin-bottom: 5px;
}

.standings-round-button {
    visibility: hidden;
}

.standings-round:hover .standings-round-button {
    visibility: visible;
}

.content-wrapper .row.row-xs > div {
    padding-left: 10px;
    padding-right: 10px;
}

#filter label {
    display: block;
}

body .select2-container .select2-selection--single {
    height: 34px;
}

.grayed-out-table-row td, .grayed-out-table-row td a:not(.btn) {
    color: #999;
}

.image-middle {
    height: 132px;
    padding: 2px;
}

.image-middle span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.menu-info-item {
    background-color: #00a65a;
    width: 20px;
    height: 14px;
    border-radius: 2px;
    display: inline-block;
}

.menu-info-item > span {
    text-align: center;
    color: #fff;
    font-size: 11px;
    display: block;
}

.red-and-bold {
    color: red;
    font-weight: bold;
}

.form-group .extra-column-panel {
    min-height: 25px;
    display: none;
}

.form-group:hover .extra-column-panel, .form-group:active .extra-column-panel  {
    display: block;
    float: right;
}

.extra-columns-container .form-group:first-child .extra-column-panel .move-up-button {
    display: none;
}

.extra-columns-container .form-group:last-child .extra-column-panel .move-down-button {
    display: none;
}

.generate-step .checkbox {
    margin: 0;
}

.referee-availability-row {
    cursor: pointer;
    border-bottom: 1px solid #FFF;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
}

.referee-availability-row span.mdi {
    margin-right: 5px;
    font-size: 12px;
}

.referee-availability-row:hover {
    border-bottom: 1px solid #CCC;
}

.schedule-match-referee {
    margin-bottom: 2px;
}

.btn-xs span.mdi {
    font-size: 13px;
}

span.mdi {
    font-size: 16px;
}

.btn-mdi.btn-xs {
    padding: 0 2px;
}

.btn-mdi.btn-xs .mdi {
    font-size: 12px;
}

.btn-mdi.btn-l .mdi {
    font-size: 17px;
}

.btn-mdi {
    padding: 2px 6px;
}

.btn-mdi .mdi {
    font-size: 14px;
}

.help {
    display: inline-block;
    vertical-align: top;
    color: #00a65a;
    opacity: 0.8;
}

.help:hover, .help:active, .help:focus {
    opacity: unset;
}

.help.t-sm-m {
    margin-top: -4px;
}

.btn-help {
    padding: 3px 11px;
}

span.price {
    font-style: italic;
}

.input-group-flex {
    display: flex;
    align-items: stretch;
}

.input-group-flex span.input-group-addon {
    width: auto;
    padding-top: 8px;
}

.box .box-header.with-small-header {
    padding: 5px 10px;
    font-size: 16px;
}

.double-team-height {
    height: 55px;
}

.input-auto-width input {
    width: auto;
}

.btn.btn-big {
    width: 90px;
    height: 90px;
    white-space: normal;
}

div.tooltip {
    z-index: 5000;
    width: 200px;
}

.generate-step label.required {
    display: inline;
}

div.tooltip .tooltip-inner {
    text-align: left;
    padding: 8px;
}

div.divider {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
}

.refereeButton span.mdi {
    font-size: 50px;
}

.refereeButton {
    padding: 0 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.home .logo {
    height: 2rem;
}

.top-menu {
    min-width: 300px;
}

.intro {
    min-width: 300px;
    padding-top: 56px;
    height: 95vh;
    min-height: 575px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: linear-gradient(to right bottom, #67b04c, #4d9946, #34823e, #1c6c36, #00562d);
    overflow: hidden;
}

.intro-header-container {
    z-index: 200;
    width: 53%;
}

.intro-header {
    width: 85%;
    margin-left: auto;

}

.intro-header h1 {
    font-size: 4rem;
    color: #fff;
    font-weight: 400;
    line-height: 4rem;
    margin-bottom: 2rem;
}

.intro-header h2 {
    font-size: 2rem;
    font-weight: normal;
    color: #ddd;
    margin-bottom: 1.5rem;
}

.intro-image-outer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.intro-image-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.intro-image {
    width: 100%;

}

.intro-image-inner {
    display: table;
    position: relative;
    z-index: 100;
}

.intro-image img {
    z-index: 100;
    position: relative;
    height: 100vh;
    min-height: 500px;
    max-height: 700px;
}

.intro-image-circle {
    position: absolute;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.2);;
    top: 15%;
    left: -12%;
    right: 31%;
    bottom: 7%;
    z-index: 1;
}

.usps {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.usps .card {
    width: 20%;
    min-width: 250px;
    max-width: 358px;
    display: inline-block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

body.home {
    font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
}

.home .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    padding-left: 3rem;
    padding-right: 3rem;
}

.home .navbar .nav-item .nav-link {
    color: #333;
}

.home h3 {
    color: #00a65a;
}

section.info {
    padding: 2rem;
}

section.info .info-text {
    max-width: 400px;
    width: 40%;
    padding: 1rem;
}

section.info .info-gram {
    max-width: 800px;
    width: 60%;
    padding: 1rem;
}

.info-gram img {
    width: 100%;
}

section.preview {
    padding: 2rem;
}

section.preview .preview-text {
    width: 60%;
    max-width: 800px;
    padding: 1rem;
}

section.preview .preview-image {
    max-width: 400px;
    width: 40%;
    padding: 1rem;
}

section.preview .preview-image img {
    width: 100%;
}

section.data {
    padding: 2rem;
}

section.data .data-text {
    width: 60%;
    max-width: 800px;
    padding: 1rem;
}

section.data .data-image {
    max-width: 400px;
    width: 40%;
    padding: 1rem;
}

section.data .data-image img {
    width: 100%;
}

section.features {
    text-align: center;
    padding: 3rem 2rem;
}

section.features h3 {
    margin-bottom: 35px;
}

section.features .feature {
    max-width: 300px;
    width: 25%;
    padding: 1rem;
}

section.features .feature img {
    height: 40px;
}

.btn-white {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    margin: 4px;
}

.btn-white:hover {
    color: #00a65a;
    background-color: #fff;
    border-color: #00a65a;
}

.home > section:nth-child(even) {
    background-color: #f8f9fa;
}

.home footer {
    background-color: #34823e;
    padding: 2rem 3rem;
    color: #fff;
}

.home footer a {
    color: #fff;
}

@media (min-width: 768px) {
    body.sidebar-mini.sidebar-collapse .main-sidebar {
        width: 0 !important;
    }

    body.sidebar-mini.sidebar-collapse .content-wrapper {
        margin-left: 0 !important;
    }

    body.sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 230px;
    }

    body.sidebar-mini.sidebar-collapse .main-header .logo {
        width: 230px;
    }
}

@media (max-width: 767px) {
    body.home .navbar {
        padding: 0.5rem 1rem;;
    }

    .upgrade-button {
        display: block;
        margin-bottom: 5px;
    }

    .home div.intro-header-container {
        width: 100%;
    }

    .home div.intro-header h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .home div.intro-header h2 {
        font-size: 1.5rem;
    }

    .home div.intro-header {
        width: 100%;
        padding: 10px 20px;
    }

    .home div.intro-image img {
        opacity: 0.5;
    }

    .home section.info {
        padding: 1rem;
    }

    .home section.info .info-text, .home section.info .info-gram {
        width: 100%;
        max-width: unset;
    }

    .home section.preview {
        padding: 1rem;
        flex-direction: column-reverse;
    }

    .home section.preview .preview-text {
        width: 100%;
        max-width: unset;
    }

    .home section.preview .preview-image {
        width: unset;
    }

    .home section.data {
        padding: 1rem;
    }

    .home section.data .data-text {
        width: 100%;
        max-width: unset;
    }

    .home section.data .data-image {
        width: unset;
    }

    .home footer {
        padding: 2rem 1rem;
    }

    .w-100-xs {
        width: 100%;
    }

    .inline-xs-only {
        display: inline-block;
    }
}

@media (max-width: 900px) {
    .home section.features .feature {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .home section.features .feature {
        width: 100%;
    }

    .match-team-name {
        margin-top: 70px;
    }
}

@media (max-width: 375px) {
    .match-time {
        font-size: 27px;
    }
}

/** bootstrap stuff */
.d-flex {
    display: flex;
}