/* CSS reorganizado a partir do ficheiro original. */

/* Estrutura: base, layout, utilitarios, botoes, menu, conteudo, footer e responsive. */

/* ==============================
   01 Base / reset
   ============================== */

*,::after,::before {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

footer,nav {
    display: block;
}

p,ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: bolder;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

button {
    border-radius: 0;
}

button:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a.linkicos {
    color: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 22px;
}

a.linkicos:hover {
    color: #17a2b8;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

body,html {
    margin: 0;
    height: 100%;
    font-family: Helvetica,Arial,sans-serif;
    background: #dfe5e5;
    font-size: 13px;
}

* {
    outline: 0;
    -webkit-font-smoothing: antialiased;
}

button,button:focus {
    outline: 0;
}

a:focus,a:hover {
    text-decoration: none;
}

button {
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

table.tableperc {
    display: table-cell;
    vertical-align: middle;
    border-spacing: 3px;
    border-collapse: separate;
}

ul.ulfoot {
    margin-top: 1px !important;
}

a.gamelink {
    color: #4a4a4a;
}

a.button1 {
    display: inline-block;
    padding: .6em 1.6em;
    border: .1em solid #0f7b8d;
    font-size: 13px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all .2s;
    background: #0f7b8d;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600 !important;
    border-radius: 4px;
}

a.button1:hover {
    color: #fff;
    background-color: #1a9aaf;
    border: .1em solid #1a9aaf;
}

a.privtermslink {
    display: contents;
    color: #000;
    font-weight: 600;
}

a.predilinks {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
}

a.predilinks2 {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
}

/* ==============================
   02 Layout / grid
   ============================== */

.col-lg-4 {
    flex: 0 0 36%;
    max-width: 36%;
}

.col-lg-4-extra {
    flex: 0 0 36%;
    max-width: 36%;
}

.col-sm-3 {
    flex: 0 0 34%;
    max-width: 34%;
}

.col-sm-2 {
    flex: 0 0 15%;
    max-width: 15%;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col,.col-12,.col-6,.col-lg-2,.col-lg-3,.col-lg-9,.col-sm-2,.col-sm-4 {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.w-100 {
    width: 100% !important;
}

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

.col-space {
    padding: 0 5px;
}

.view {
    max-width: 1245px;
    margin: 0 auto;
}

.col-sm-5 {
    flex: 0 0 60%;
    max-width: 60%;
}

/* ==============================
   03 Utilities
   ============================== */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.cb-bold {
    font-weight: 600 !important;
}

/* ==============================
   04 Buttons
   ============================== */

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.cb-btn {
    padding: 0;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    height: 41px;
    width: 100%;
    border-radius: 0;
    border-width: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    font-weight: 600 !important;
    white-space: normal;
    transition: all .3s ease;
}

.cb-btn:disabled {
    cursor: not-allowed;
    opacity: .4;
}

.cb-btn.cb-btn-primary {
    color: #1e1e1e;
    background: linear-gradient(to bottom,#ffc90c 0,#ffb80c 100%);
    border-color: transparent;
}

.cb-btn.cb-btn-secondary {
    color: #1e1e1e;
    background: linear-gradient(to bottom,#e1e1e1 0,silver 100%);
    border-color: transparent;
}

#pool_recommended .content_info .btn-left {
    margin-right: 3px;
}

#pool_recommended .content_info .btn-right {
    margin-left: 3px;
}

/* ==============================
   05 Header / menu
   ============================== */

#merchant #menu-container .menu li a {
    padding: 6px 15px;
}

#merchant #menu-container .menu li.active a {
    color: #1e1e1e;
    background: #eee;
}

#menu-container {
    background: #fff;
    width: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

#menu-container .menu {
    scrollbar-width: thin;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1245px;
    padding: 0 5px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    height: 54px;
    flex-wrap: nowrap;
    min-width: max-content;
    padding: 0;
}

#menu-container .menu li {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    flex: 0 0 auto;
}

#menu-container .menu li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: initial;
    color: #555;
    transition: color .2s cubic-bezier(.55,0,.1,1);
}

#menu-container .menu li.active a {
    color: #f6f6f6;
}

#menu-container .menu li.pools {
    margin-right: 2px;
}

#menu-container .menu li.results {
    order: 11;
    margin-left: auto;
}

#menu-container::-webkit-scrollbar {
    display: none;
}

#menu-container .menu li.pools:hover {
    color: #1e1e1e;
    background: #eee;
}

#menu-container .menu li.results:hover {
    color: #1e1e1e;
    background: #eee;
}

#footsupertips .mobile {
    font-family: Helvetica,Arial,sans-serif;
    min-height: 45px;
    background: #17a2b8;
    position: fixed;
    width: 100%;
    z-index: 10;
}

#footsupertips .mobile .logo {
    float: left;
    position: relative;
    top: 4px;
}

#footsupertips .mobile .logo img {
    width: auto;
    height: 18px;
    margin: 9px 5px;
}

.ssc-container .mod-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

.ssc-container .mod-header *,.ssc-container .mod-header:after,.ssc-container .mod-header:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ssc-container .mod-header #ssc-hw {
    border-top: 0;
    cursor: default;
    margin: 0 auto;
    font-size: 12px;
}

.ssc-container .mod-header #ssc-hw a,.ssc-container .mod-header #ssc-hw a:focus,.ssc-container .mod-header #ssc-hw a:visited {
    color: #1e1e1e;
    outline: 0;
}

.ssc-container .mod-header #ssc-hw #ssc-ht {
    width: 100%;
    height: 55px;
}

.ssc-container .mod-header #ssc-hw #ssc-ht tbody {
    vertical-align: top;
    display: table-cell;
}

.ssc-container .mod-header #ssc-hw #ssc-ht tbody td {
    vertical-align: top;
    white-space: nowrap;
}

#ssc-header-container.ssc-container.ssc-theme-footsupertips {
    background: #17a2b8;
}

.ssc-container.ssc-theme-footsupertips .mod-header #ssc-hw {
    width: 766px;
    min-width: 766px;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

#menu-container .menu::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

/* ==============================
   06 Main content / predictions
   ============================== */

#merchant #pool_recommended .pool_subtitle.sport_sub_code {
    color: #4a4a4a;
}

#merchant #pool_recommended .content_info .pool_title {
    text-transform: uppercase;
}

#merchant #pool_recommended .content_info .pool_title .cb-pool-name {
    letter-spacing: -1px;
}

.topgamedetails {
    width: 100%;
    margin-top: 3px;
}

.percentagespan {
    padding: 5px;
}

.percentagespan.biggestpercen {
    color: #117c8c;
}

.toptextdetailsodds {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 42px;
}

.oddsspan {
    display: table-cell;
    vertical-align: middle;
}

.prediresults {
    display: table-cell;
    vertical-align: middle;
    color: #107c8d;
    font-size: 15px;
    font-weight: 600;
}

.poolList {
    background: #fff;
    border-top: 1px solid rgba(74, 74, 74, .1);
}

.classchetips {
    margin-bottom: 30px;
    padding-top: 20px;
}

.checktipcss {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    color: #000;
}

.checktipcss:first-letter {
    text-transform: uppercase;
}

.fulltipdivs,div.timetipdivs {
    display: table-cell;
}

h1.teamnamesh1 {
    font-size: 18px;
}

.imgsizegame {
    width: 40px;
    height: 40px;
}

div.teamsforms {
    display: block;
    min-width: 114px;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.teamsforms span {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-weight: 500;
    padding: 2px;
    font-size: 11px;
    color: #fff;
    margin-right: 2px;
    border-radius: 2px;
}

.teamspanvs {
    font-size: 14px;
    color: #727272;
}

.tipsdetailssee {
    color: #118496;
    font-size: 15px;
}

.selectypeselected {
    background: #fdcf61 !important;
    border: 1px solid #eac468 !important;
}

.teamnameinsi {
    font-size: 14px;
    font-weight: 600;
    color: #074a54;
}

.selectypes:hover {
    background: #fdcf61 !important;
    border: 1px solid #eac468 !important;
}

.selectypes {
    display: inline-flex;
    width: 25%;
    background: #fff;
    height: 35px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.selectypeselected2 {
    background: #cae4e8 !important;
    border: 1px solid #b8dde2 !important;
}

.dayselect {
    width: 100%;
    display: flex;
    margin-bottom: 2px;
}

.predselect {
    width: 100%;
    display: flex;
}

.selectypes2:hover {
    background: #cae4e8 !important;
    border: 1px solid #b8dde2 !important;
}

.selectypes2 {
    display: inline-flex;
    width: 25%;
    background: #f5faff;
    height: 35px;
    border-top: 1px solid #d1e4f5;
    border-bottom: 1px solid #d1e4f5;
    border-right: 1px solid #d1e4f5;
}

.pool_list_item.container-fluid.toptextevent.toptextevent {
    background: #c9dece;
    cursor: default;
    border: 1px solid #c9dece;
}

.pool_list_item.container-fluid.toptextevent.toptextevent:hover {
    box-shadow: inset 0 0 0 rgba(74,74,74,.11);
}

.placesstrad {
    padding: 5px;
    margin: auto;
    text-align: center;
}

.placesgamesstrad {
    padding: 5px;
    margin-top: -5px;
    margin-bottom: 5px;
    background: #fff;
    text-align: center;
    width: 100%;
}

.widget-top-captains-item {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 4px 0px 3px;
}

.widget-top-captains-item .item {
    height: 60px;
}

#pool_list .content_element .group {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(74,74,74,.1);
}

.pool-list-group .panel-heading {
    position: relative;
    background: #fff;
    color: #555;
    line-height: 1;
    font-size: 11px;
    padding: 5px 0 0;
}

.pool-list-group .panel-heading strong {
    font-weight: 600 !important;
}

.pool_list_item {
    position: relative;
    border-top: 1px solid #ececec;
}

.pool_list_item .item {
    box-sizing: border-box;
    padding: 10px;
    color: #4a4a4a;
}

.pool_list_item .item .date {
    white-space: nowrap;
}

.pool_list_item .item .starts {
    margin-right: 3px;
}

.pool_list_item .item .timer {
    font-weight: 600 !important;
}

.pool_list_item:hover {
    display: block;
    background: #e3eff9;
}

#pool_recommended .content_info {
    background: #333;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,0,.06);
    line-height: 1.1;
    padding: 16px;
    min-height: 186px;
}

#pool_recommended .content_info[class*=" imagebacksee"] {
    background-image: url(https://www.footballsuper.tips/images/fundoinsidesite-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

#pool_recommended .content_info .pool_subtitle {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 1.6;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

#pool_recommended .content_info .pool_subtitle.sport_sub_code {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(255,255,255,.9);
    color: #fff;
    padding: 2px 10px;
    cursor: initial;
}

#pool_recommended .content_info .pool-indicator {
    color: #20a052;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: Helvetica,Arial,sans-serif;
}

#pool_recommended .content_info .pool_title {
    color: #fff;
    font-size: 36px;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 5px;
}

.ssc-container.ssc-theme-footsupertips .mod-footer {
    background-color: #fff;
    z-index: 0;
}

.ssc-container.ssc-theme-footsupertips .mod-footer .ssc-seos {
    background-color: #f7f7f7;
    text-align: center;
}

.ssc-container.ssc-theme-footsupertips .mod-footer .ssc-seos .ssc-seotc {
    background-color: #f7f7f7;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

/* ==============================
   07 Misc components
   ============================== */

.list-inline>li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
}

div.extratexts {
    display: none;
}

.infoforsite {
    display: none;
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

#merchant {
    min-height: 85%;
    padding-bottom: 30px;
}

.topdetilsnomargin {
    margin-top: 0;
}

div.classfull {
    margin-bottom: 10px;
}

tr.seetrs {
    background: #f3f7ff;
}

.infoforsite {
    width: 100%;
    background: #fff;
    margin-top: 15px;
}

.percdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}

.percedivspan {
    padding: 5px;
    height: 24px;
    width: 42px;
    background: #f3f7ff;
    margin-right: 3px;
}

.percedivspan.biggestpercen {
    color: #117c8c;
}

.awaydisp,.homedisp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.datedisp {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 600;
    color: #666;
}

.toptextdetailsperc {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 42px;
}

.noaccastodaynow {
    padding: 10px;
    color: #4a4a4a;
    background: #fff;
    width: 100%;
}

div.divgamb {
    margin-bottom: 10px;
}

i.gambsee {
    font-size: 11px;
    border-radius: 22px;
    background: #d3d7d6;
    color: #555;
    font-weight: bold;
    font-style: normal;
    padding: 5px 3px;
    line-height: 14px;
    margin: 0 6px 0 0;
    height: 24px;
    text-align: center;
    display: inline-block;
}

.toptextdetails {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

td.seetds {
    height: 24px;
    width: 42px;
}

.checktimesees {
    margin: 5px;
}

.titledivbetof {
    text-align: center;
}

.becheckh1 {
    font-size: 1.5em;
}

[class*=icono-],[class*=icono-] * {
    box-sizing: border-box;
}

[class*=icono-] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: currentColor;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
    color: #168c9e;
}

[class*=icono-]:after,[class*=icono-]:before {
    content: "";
    pointer-events: none;
}

[class*=icono-check]:before,[class*=icono-cross]:before,[class*=icono-plus]:before {
    width: 10px;
    height: 2px;
}

.icono-power:before,[class*=icono-check]:after,[class*=icono-check]:before,[class*=icono-cross]:after,[class*=icono-cross]:before,[class*=icono-plus]:after,[class*=icono-plus]:before {
    box-shadow: inset 0 0 0 32px;
}

[class*=icono-check]:before,[class*=icono-cross]:after,[class*=icono-cross]:before,[class*=icono-plus]:after,[class*=icono-plus]:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

[class*=icono-cross]:after,[class*=icono-plus]:after {
    height: 10px;
    width: 2px;
}

.totlasdivs {
    margin-top: 10px;
    display: block;
}

.directleft {
    margin-left: 42px;
}

.checkleaguecss {
    display: block;
    font-size: smaller;
    font-weight: 700;
    color: #6e6e6e;
}

.extraterms {
    padding: 10px;
    background: #fff;
}

.topdivimg {
    display: flex;
    padding-top: 10px;
}

span.form_l {
    background-color: #e25656;
}

span.form_w {
    background-color: #28a745;
}

span.form_d {
    background-color: #939394;
}

.imageleft {
    width: 20%;
    text-align: center;
}

.imageright {
    width: 20%;
    text-align: center;
}

.imagecenter {
    width: 60%;
    text-align: center;
}

.detailsevent {
    background: #fff;
    width: 100%;
}

.classothers {
    margin-bottom: 5px;
    margin-top: 5px;
}

.classfirst {
    margin-bottom: 5px;
    margin-top: 5px;
}

.logodesk {
    width: 106px;
    height: 20px;
    margin: 19px 12px 16px 0;
    background-position: -2px -2px;
}

.textmenutypes {
    margin-left: auto;
    margin-right: auto;
    line-height: 34px;
}

.textgoals {
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.infogoalsinside {
    color: #116f7d;
    font-weight: 700;
    font-size: 14px;
}

.imagenameinsidis {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}

.pos0 {
    margin-right: 2px;
}

.pos1 {
    margin-right: 2px;
}

.pos2 {
    margin-right: 2px;
}

.posou1 {
    margin-right: 2px;
}

.posou2 {
    margin-right: 2px;
}

.posou3 {
    margin-right: 2px;
}

.imagelogos {
    width: 20px;
    margin-left: 5px;
    padding-bottom: 5px;
}

.lineinsideadus {
    line-height: 0px;
    float: none !important;
    margin-right: auto !important;
    padding: 0;
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    max-width: 96% !important;
    width: 96% !important;
}

/* ==============================
   08 Footer
   ============================== */

.ssc-container ul.list-inline {
    margin-bottom: 15px;
}

h1.h1onfoot {
    font-size: 15px;
    margin-top: 0px;
}

.lifoot {
    display: inline;
}

.ssc-container a.footlinks {
    color: #444;
    font-weight: 600;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.ssc-container a.footlinks:hover {
    color: #17a2b8;
}

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

.copyfoot {
    color: #666;
    font-weight: 300;
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 10px;
}

.ssc-container {
    margin: 0;
    padding: 0;
}

.ssc-container a:focus {
    outline: 0;
}

.ssc-container a:active,.ssc-container a:hover {
    outline: 0;
}

.ssc-container a {
    text-decoration: none;
}

.ssc-container strong {
    font-weight: 700;
}

.ssc-container p {
    margin: 0;
}

.ssc-container ul {
    margin: 0;
    list-style-type: none;
}

.ssc-container ul {
    padding: 0;
}

.ssc-container table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ssc-container::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

.ssc-container::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.ssc-container {
    color: #f7f9fa;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ssc-container a {
    outline: 0;
    cursor: pointer;
}

.ssc-container .mod-footer {
    position: relative;
}

.ssc-container .mod-footer .ssc-srg {
    background: #138293;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.ssc-container .mod-footer .ssc-srg .rg-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
}

.ssc-container .mod-footer .ssc-seos {
    color: #1e1e1e;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    -moz-box-shadow: 0 4px 10px -5px #000;
    -webkit-box-shadow: 0 4px 10px -5px #000;
    box-shadow: 0 4px 10px -5px #000;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ssc-container .mod-footer .ssc-seos .ssc-seotc {
    padding: 20px 0;
    margin: 0 auto;
}

/* ==============================
   09 Responsive / media queries
   ============================== */

@media (min-width:576px) {
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

@media (max-width:767px) {
    .col-top {
        margin-top: 5px;
    }
}

@media (min-width:1024px) {
    .col-lg-space {
        padding: 0 5px;
    }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) and (max-width:767px) {
    #menu-container .menu li {
        flex: 1 0 auto;
    }
}

@media (max-width:767px) {
    #menu-container .menu {
        max-width: 100%;
        max-width: 100vw;
        padding: 0;
    }

    #menu-container .menu li a {
        padding: 8px 10px;
        font-size: 12px;
    }

    #menu-container .menu li.results {
        margin-left: 0;
    }
}

@media (min-width:768px) {
    .widget-top-captains-item:hover {
        box-shadow: inset 0 2px 25px rgba(74,74,74,.11);
    }
}

@media (min-width:767px) {
    .cb-btn:hover {
        -webkit-filter: brightness(93%);
        filter: brightness(93%);
    }
}

@media (max-width:768px) {
    .checkthis {
        padding-top: 45px;
    }

    #pool_list {
        max-width: 100vw;
    }
}

@media (min-width:992px) {
    #merchant {
        min-height: 750px;
    }
}

@media (max-width:767px) {
    #pool_recommended .content_info {
        padding: 18px 10px;
        min-height: 115px;
    }

    #pool_recommended .content_info[class*=" imagebacksee"] {
        background-image: url(https://www.footballsuper.tips/images/fundoinsidesite-min.jpg);
        background-position: top;
    }
}

@media (max-width:767px) {
    #pool_recommended .content_info .pool_subtitle {
        font-size: 11px;
        text-align: left;
        white-space: normal;
    }

    #pool_recommended .content_info .pool_subtitle.sport_sub_code {
        top: 2px;
    }
}

@media (max-width:767px) {
    #pool_recommended .content_info .pool-indicator {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    #pool_recommended .content_info .pool_title {
        font-size: 22px;
    }
}

@media print {
    .ssc-container * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .ssc-container a,.ssc-container a:visited {
        text-decoration: none;
    }

    .ssc-container a[href]:after {
        content: " (" attr(href) ")";
    }

    .ssc-container tr {
        page-break-inside: avoid;
    }

    .ssc-container p {
        orphans: 3;
        widows: 3;
    }
}

@media all and (max-width:896px) {
    #ssc-header-container.ssc-theme-footsupertips .mod-header #ssc-hw {
        min-width: 766px;
        width: 100%;
    }
}

@media all and (min-width:897px) and (max-width:1152px) {
    #ssc-header-container.ssc-theme-footsupertips .mod-header #ssc-hw {
        width: 100%;
    }
}

@media all and (min-width:1153px) {
    #ssc-header-container.ssc-theme-footsupertips .mod-header #ssc-hw {
        max-width: 1245px;
        width: 100%;
    }
}

@media (max-width:576px) {
    .noaccastodaynow {
        padding: 6px;
    }

    .cb-pool-name {
        font-size: 11px;
    }

    .textmenutypes {
        line-height: 34px;
        font-size: 10px;
    }

    .textmenutypes.cb-bold.datepredilinks {
        font-size: 11px;
    }

    .topfreefoot {
        font-size: 17px;
    }

    .cb-btn {
        height: 35px;
        margin-top: 5px;
    }

    .prediresults {
        font-size: 14px;
    }

    .pool-list-group .panel-heading {
        padding: 0 0 0;
        line-height: 2;
        font-size: 10px;
    }

    .pool_list_item .item {
        padding: 6px;
    }

    .pool_list_item {
        font-size: 12px;
    }

    .imagelogos {
        width: 19px;
        margin-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: bottom;
        height: 23px;
    }

    .percentagespan {
        padding: 4px;
    }

    td.seetds {
        height: 25px;
    }
}

@media (max-width:600px) {
    h1.h1onfoot {
        font-size: 12px;
    }

    .infoforsite {
        display: none;
    }

    .imagecenter {
        width: 50%;
        text-align: center;
    }

    .firstopsee {
        padding-right: 3px;
        padding-left: 3px;
    }

    .imageleft {
        width: 25%;
        text-align: center;
    }

    .imgsizegame {
        width: 33px;
        height: 33px;
    }

    div.teamsforms span {
        width: 13px;
        height: 15px;
        display: inline-block;
        font-weight: 500;
        padding: 2px;
        font-size: 9px;
        color: #fff;
    }

    h1.teamnamesh1 {
        font-size: 15px;
    }

    .teamspanvs {
        font-size: 12px;
    }

    div.teamsforms {
        display: block;
        min-width: 80px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .teamspanvs {
        display: block;
    }
}

@media (max-width:400px) {
    .percedivspan {
        width: 32px;
    }
}

/* ==============================
   10 Odds / bookmaker blocks appended
   ============================== */

.topgamedetails {
    margin-top: 0px;
}

.pool_list_item:hover {
    background: #fff;
}

.col-lg-4-extra {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.firstdiv {
    display: flex;
}

a.linkonemore {
    line-height: 50px;
}

.a20bet,.a188bet,.a1win,.a1xbet,.asportbet,.a22bet,.a888sport,.abet365,.a888starz,.abetway,.acloudbet,.aeverygame,.alsbet,.amystake,.aspreadex,.amegapari,.arolletto,.areloadbet,.agreatodds,.atornadobet {
    border-radius: 3px;
    margin: 5px;
    max-width: 120px;
    width: 120px;
    height: auto;
    background-size: 100%;
    background-image: url("https://www.footballsuper.tips/images/logodds/logosfootballsuperhouses-min.png");
}

.a20bet {
    background-position: 0 0%;
}

.a188bet {
    background-position: 0 5.263158%;
}

.a1win {
    background-position: 0 10.526316%;
}

.a1xbet {
    background-position: 0 15.789474%;
}

.asportbet {
    background-position: 0 21.052632%;
}

.a22bet {
    background-position: 0 26.315789%;
}

.a888sport {
    background-position: 0 31.578947%;
}

.abet365 {
    background-position: 0 36.842105%;
}

.a888starz {
    background-position: 0 42.105263%;
}

.abetway {
    background-position: 0 47.368421%;
}

.acloudbet {
    background-position: 0 52.631579%;
}

.aeverygame {
    background-position: 0 57.894737%;
}

.alsbet {
    background-position: 0 63.157895%;
}

.amystake {
    background-position: 0 68.421053%;
}

.aspreadex {
    background-position: 0 73.684211%;
}

.amegapari {
    background-position: 0 78.947368%;
}

.arolletto {
    background-position: 0 84.210526%;
}

.areloadbet {
    background-position: 0 89.473684%;
}

.agreatodds {
    background-position: 0 94.736842%;
}

.atornadobet {
    background-position: 0 100%;
}

.ahollywoodbets,.asportsbet {
    max-width: 120px;
    width: 120px;
    height: auto;
    margin: 5px;
    border-radius: 3px;
    background-size: 100%;
    background-image: url("https://www.footballsuper.tips/images/logodds/logosfootballsuperhouses2-min.png");
}

.ahollywoodbets {
    background-position: 0 0%;
}

.asportsbet {
    background-position: 0 100%;
}

.bm-name {
    text-align: left;
}

.odds-numeric {
    color: #333;
}

.omax {
    background-color: #127c8d !important;
    color: #fff !important;
    padding: 5px;
    border-radius: 3px;
}

.maindivodds {
    display: table;
    margin-top: 0px;
    border: 0px solid #e3f0fa;
    width: 100%;
    border-bottom: 0px;
}

.tobemiddle {
    vertical-align: middle;
}

.eachrow {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e3f0fa;
}

.istopfirst {
    padding: 15px;
    background: #f0f8ff;
}

.housesdhow {
    width: 37%;
    display: inline-block;
}

.alldhow {
    width: 21%;
    display: inline-block;
    text-align: center;
}

@media (max-width: 600px) {
    a.linkonemore {
        line-height: 37px;
    }

    .a20bet,.a188bet,.a1win,.a1xbet,.asportbet,.a22bet,.a888sport,.abet365,.a888starz,.abetway,.acloudbet,.aeverygame,.alsbet,.amystake,.aspreadex,.amegapari,.arolletto,.areloadbet,.agreatodds,.atornadobet {
        max-width: 80px;
        width: 80px;
    }

    .ahollywoodbets,.asportsbet {
        max-width: 80px;
        width: 80px;
    }

    .istopfirst {
        padding: 10px;
        background: #f0f8ff;
    }
}

/* ==============================
   11 Blog pages
   ============================== */

.fst-blog-page {
    background: #fff;
    margin: 0;
    padding: 0;
}

.fst-blog-wrap {
    width: 100%;
    padding: 26px 18px 34px;
}

.fst-blog-header {
    margin: 0 0 22px;
    padding: 20px 22px;
    background: linear-gradient(135deg,#f4fbfd 0,#fff 58%,#eef7fa 100%);
    border: 1px solid #e3edf0;
}

.fst-blog-kicker {
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 6px 10px;
    background: #1399aa;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.fst-blog-detail-hero h1,.fst-blog-header h1 {
    margin: 0 0 10px;
    color: #111;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}

.fst-blog-header p {
    max-width: 760px;
    margin: 0;
    color: #4b5b62;
    font-size: 15px;
    line-height: 1.55;
}

.fst-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    width: 100%;
}

.fst-blog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #fff;
    border: 1px solid #e6ecef;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    transition: transform .18s,box-shadow .18s,border-color .18s;
}

.fst-blog-card:hover {
    transform: translateY(-3px);
    border-color: #cde7ec;
    box-shadow: 0 16px 34px rgba(0,0,0,.1);
}

.fst-blog-image-link {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/10;
    background: #e8f1f3;
}

.fst-blog-image-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s;
}

.fst-blog-card:hover .fst-blog-image-link img {
    transform: scale(1.045);
}

.fst-blog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 16px 18px;
}

.fst-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 0 10px;
    color: #6d7b82;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.fst-blog-meta span {
    position: relative;
}

.fst-blog-meta span+span::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #9fb0b6;
    transform: translateY(-50%);
}

.fst-blog-body h2 {
    margin: 0 0 10px;
    color: #121212;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.fst-blog-body h2 a {
    color: inherit;
    text-decoration: none;
}

.fst-blog-body h2 a:hover {
    color: #1399aa;
}

.fst-blog-body p {
    margin: 0;
    color: #52636a;
    font-size: 14px;
    line-height: 1.55;
}

.fst-blog-hidden {
    display: none;
}

.fst-blog-load-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 28px 0 0;
}

.fst-blog-back,.fst-blog-load-more {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.fst-blog-load-more {
    justify-content: center;
    min-width: 150px;
    min-height: 44px;
    padding: 12px 22px;
    border: 0;
    background: #1399aa;
    font-size: 13px;
    letter-spacing: .03em;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(19,153,170,.26);
    transition: transform .18s,background .18s,box-shadow .18s;
}

.fst-blog-load-more:hover {
    background: #0f8190;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(19,153,170,.32);
}

.fst-blog-load-more:active {
    transform: translateY(0);
}

.fst-blog-detail-wrap {
    padding-top: 26px;
}

.fst-blog-detail-hero {
    margin: 0 0 22px;
    padding: 20px 22px;
    border: 1px solid #e3edf0;
    background: linear-gradient(135deg,#f4fbfd 0,#fff 58%,#eef7fa 100%);
}

.fst-blog-back {
    margin: 0 0 14px;
    padding: 7px 12px;
    background: #1399aa;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .04em;
    text-decoration: none;
}

.fst-blog-back:hover {
    background: #0f8190;
    color: #fff;
    text-decoration: none;
}

.fst-blog-detail-intro {
    max-width: 820px;
    margin: 0;
    color: #4b5b62;
    font-size: 16px;
    line-height: 1.65;
}

.fst-blog-detail-meta {
    margin: 0 0 14px;
}

.fst-blog-detail-image {
    overflow: hidden;
    margin: 0 0 24px;
    border: 1px solid #e6ecef;
    background: #e8f1f3;
    box-shadow: 0 12px 28px rgba(0,0,0,.07);
}

.fst-blog-detail-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16/7;
    object-fit: cover;
}

.fst-blog-article-content {
    margin: 0 auto;
    color: #263238;
    font-size: 16px;
    line-height: 1.75;
}

.fst-blog-article-content p,.fst-blog-section-title {
    margin: 0 0 18px;
}

.fst-blog-article-content h2 {
    margin: 30px 0 12px;
    color: #111;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 850;
}

.fst-blog-article-content h3 {
    margin: 24px 0 10px;
    color: #111;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.fst-blog-article-content ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.fst-blog-article-content li {
    margin: 0 0 9px;
}

.fst-blog-detail-note {
    margin: 26px 0;
    padding: 18px 20px;
    border-left: 4px solid #1399aa;
    background: #f4fbfd;
    color: #34464d;
    font-size: 15px;
    line-height: 1.65;
}

.fst-blog-detail-author-box {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 850px;
    margin: 34px auto 0;
    padding: 18px 20px;
    border: 1px solid #e6ecef;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

.fst-blog-detail-author-avatar {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #1399aa;
    color: #fff;
    font-size: 17px;
    font-weight: 850;
}

.fst-blog-detail-author-box strong {
    display: block;
    margin: 0 0 4px;
    color: #111;
    font-size: 15px;
}

.fst-blog-detail-author-box p {
    margin: 0;
    color: #52636a;
    font-size: 13px;
    line-height: 1.5;
}

.fst-blog-related {
    margin: 42px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid #e6ecef;
}

.fst-blog-section-title span {
    display: inline-flex;
    margin: 0 0 8px;
    color: #1399aa;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.fst-blog-section-title h2 {
    margin: 0;
    color: #111;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 850;
}

.fst-blog-related-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.fst-blog-related-grid .fst-blog-body h2 {
    font-size: 16px;
}

.fst-blog-related-grid .fst-blog-body p {
    font-size: 13px;
}

@media (max-width:1199px) {
    .fst-blog-grid,.fst-blog-related-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width:767px) {
    .fst-blog-wrap {
        padding: 18px 12px 28px;
    }

    .fst-blog-header {
        padding: 18px 16px;
    }

    .fst-blog-header h1 {
        font-size: 25px;
    }

    .fst-blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fst-blog-body {
        padding: 15px;
    }

    .fst-blog-detail-wrap {
        padding-top: 18px;
    }

    .fst-blog-detail-hero {
        padding: 20px 16px;
    }

    .fst-blog-detail-hero h1 {
        font-size: 28px;
    }

    .fst-blog-article-content,.fst-blog-detail-intro {
        font-size: 15px;
    }

    .fst-blog-detail-image img {
        aspect-ratio: 16/10;
    }

    .fst-blog-article-content h2 {
        font-size: 22px;
    }

    .fst-blog-detail-author-box {
        align-items: flex-start;
        margin-top: 26px;
        padding: 16px;
    }

    .fst-blog-related {
        margin-top: 34px;
    }

    .fst-blog-related-grid {
        grid-template-columns: 1fr;
    }
}

/* ==============================
   12 Live games / match rows
   ============================== */



.divgamedisp,.isthisgo,.teamawaygo,.teamcheckgo,.teamhomego,.teamscorego,.timecheck {
    vertical-align: middle;
}

.pool_list_item .item {
    justify-content: space-between;
}

.livegames {
    color: #d12a2a;
    text-decoration: underline;
}

.livestatus,.livestatuson,.livestatusonteam {
    color: #137f8f;
}

.textup {
    text-transform: uppercase;
}

.imagelogos {
    margin-right: 5px;
}

.isthisgo {
    text-align: left;
    padding-left: 10px;
}

.timecheck {
    width: 5%;
    text-align: center;
}

.teamhomego {
    width: 35%;
    text-align: right;
}

.divgamedisp:hover {
    background: #e3eff9;
}

.teamscorego {
    width: 10%;
    text-align: center;
}

.teamawaygo {
    width: 35%;
    text-align: left;
}

.teamcheckgo {
    width: 15%;
    text-align: center;
}

.divgamedisp {
    display: table;
    height: 36px;
    width: 100%;
}

.livestatuson {
    font-weight: 600;
}

.livestatusfinish {
    color: #000;
    font-weight: 600;
}

@media (max-width:615px) {
    .teamawaygo,.teamhomego {
        font-size: 12px;
        padding-right: 3px;
        padding-left: 3px;
        white-space: nowrap;
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    [class*=icono-check]:before,[class*=icono-cross]:before,[class*=icono-plus]:before {
        width: 8px;
        height: 1px;
    }

    [class*=icono-cross]:after,[class*=icono-plus]:after {
        height: 8px;
        width: 1px;
    }

    .livestatusfinish,.livestatuson,.livestatusonteam {
        font-size: 12px;
    }

    .teamcheckgo {
        width: 10%;
    }

    .timecheck {
        font-size: 12px;
        width: 10%;
    }
}

@media (max-width:350px) {
    .teamawaygo,.teamhomego {
        max-width: 110px;
    }
}

/* ==============================
   13 Live match details / incidents / odds
   ============================== */

.teamawaygo,.teamhomego,.timecheck {
    display: inline-block;
}

.livestatuson,.offgame,.ongame {
    font-weight: 600;
}

.cell--incident:last-child,.widget .widget-teams-form>.cell>.standings__rank {
    border-bottom: none;
}

.formula-circuit.active:hover,.formula-circuit.active>.cell:hover,.motorsport-race.active:hover,.motorsport-race.active>.cell:hover {
    background-color: #ced4da;
}

.m__btn .soficons,.tobemiddle,[class*=icono-],table.sp-table tr td {
    vertical-align: middle;
}

.insidelivepredi {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.offgame,.ongame,.titlelivespan {
    margin-top: 10px;
}

.timecheck {
    width: 45px;
}

.teamhomego {
    padding: 10px;
}

.teamcheckgo,.teamscorego {
    display: inline-block;
    width: 10%;
}

h1.teamnamesh1 {
    text-align: center;
}

img.imagelivego {
    width: 17px;
    margin-top: -3px;
    margin-right: 2px;
}

.livestatus {
    color: #17a2b8;
}

.livestatuson {
    color: #168c9e;
}

.gamestatusover {
    color: #000;
    margin-bottom: 4px;
    display: block;
}

.gamestatuson {
    margin-bottom: 4px;
    display: block;
    color: #17a2b8;
}

.lieelements {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.checkspansone {
    display: block;
    font-size: 14px;
    color: #717171;
}

.ongame {
    color: #17a2b8;
    font-size: 16px;
}

.offgame {
    font-size: 16px;
}

[class*=icono-],[class*=icono-] *,input[type=search] {
    box-sizing: border-box;
}

.header-content .header-content-inner h1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.isbutext {
    font-size: 13px;
    width: 80%;
    color: #fff !important;
    text-align: center;
    text-align: -webkit-center;
}

.cell--center>.cell__section,.cell--center>.cell__section--main,.cell--spaced>.cell__section,.cell--spaced>.cell__section--main,.gameprediction,.htoptitle,.nav__item--main>a>.soficons {
    text-align: center;
}

.gameprediction {
    margin-bottom: 20px;
}

.titlelivespan {
    margin-bottom: 10px;
}

.navbar-default,.navbar-default .navbar-header .navbar-brand,h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica,Arial,sans-serif;
}

h1.widget-game-result__team-name {
    font-size: 14px !important;
}

a:focus,a:hover {
    color: #2a6496;
}

.htoptitle {
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 700;
}

.bm-name,.cell--justified>.cell__section:first-child,.homepos {
    text-align: left;
}

header .header-content {
    padding: 60px 0 5px;
}

.bm-name,input[type=file] {
    display: block;
}

.omax {
    margin-left: -3px;
}

table.sp-table tr td {
    padding: 0;
}

.watchlive {
    max-width: 100%;
}

.border-button .soficons {
    line-height: 1.6;
    margin-top: -3px;
}

.btn btn-info btn-lg .a,.btn-info .a,.follow-button.following .soficons {
    color: #fff;
}

.follow-button .soficons {
    display: inline-block;
    margin-top: -2px;
    font-size: 16px;
}

.branding-bar__item--search-toggle .soficons {
    font-size: 18px;
}

.nav__item--main>a>.soficons {
    display: table;
    margin: 0 auto 4px;
}

.dropdown__menu--favorites-actions .soficons {
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
}

.cell {
    display: flex;
    align-items: center;
    min-width: 1px;
    border: 0 solid transparent;
}

.cell__section {
    flex: 0 1 auto;
}

.cell__section--main {
    flex: 1 0 64px;
    overflow: auto;
}

.cell__content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cell--odds>.cell__section>.cell__content,.details__emblem-container .cell__content,.event-rounds>.cell__content,.event-rounds__final-score>.cell__content,.motorsport__stage-cell>.cell__section--main {
    overflow: visible;
}

a.cell {
    text-decoration: none;
    color: #404040;
}

.cell--justified>.cell__section {
    text-align: center;
    min-width: 1px;
}

.cell--justified>.cell__section:last-child {
    text-align: right;
}

.cell--center {
    justify-content: center;
}

.cell--right {
    justify-content: flex-end;
}

.cell--right>.cell__section--main {
    text-align: right;
}

.alldhow,.goal-distribution-spread__cell>.cell__content {
    text-align: center;
}

.cell--odds>.cell__section {
    flex: 1 0 1px;
}

.cell--odds-header>.cell__section {
    margin-left: 16px;
}

.odds-sibling .curb-width>.cell__content {
    max-width: 100px;
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],select[size] {
    height: auto;
}

.f1__table-cell .cell__content {
    white-space: normal;
}

.f1__circuits-cell .soficons {
    font-size: 32px;
    color: gray !important;
}

.mobiles,img[src=""] {
    display: none;
}

.goal-distribution-labels>.cell__section {
    width: 28px;
}

.vote__actions>.cell__section {
    flex: 1 1 33.33%;
}

.vote__stats>.cell__section {
    flex: 1 1 auto;
    min-width: 8px;
}

.vote__stats>.cell__section>.cell__content {
    min-height: 20px;
}

.cell--incident {
    height: 40px;
    padding: 14px 10px;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,12,36,.07);
}

.cell--incident>.cell__section--main {
    padding: 0 8px;
}

.cell--incident .incident__player {
    font-weight: 400;
}

.incidents-container {
    padding: 8px 0;
}

.incident__icon {
    width: 16px;
    margin: -4px 4px 0;
    font-size: 16px;
}

.incident__icon,.incident__time {
    text-align: center;
    overflow: visible;
}

.incident__time {
    color: #666;
    font-size: 12px;
    min-width: 28px;
}

.incident__goal,.incident__period {
    font-size: 15px;
}

.incident__player {
    cursor: pointer;
    transition: color .2s,text-decoration .2s;
    color: #404040;
    font-family: Roboto,Tahoma,Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.incident__dim .incident__player {
    font-weight: 400;
}

.incident__player:hover {
    color: #0a8dff;
    text-decoration: underline;
}

[class*=" soficons-"]:hover,[class^=soficons-]:hover,a.soficons {
    text-decoration: none;
}

.incident__dim>a {
    color: gray;
}

.box-panel-expand .graphics__footer>.cell {
    padding: 0 8px 4px;
}

.lineups__player>.soficons {
    position: absolute;
}

.cell--team-form>.cell__section>.cell__content,.m__btn .soficons {
    position: relative;
}

.lineups__player>.football-substitutionin,.lineups__player>.lineups-football-substitutionin {
    top: 0;
    left: 0;
}

.lineups__player>.football-missedpenalty,.lineups__player>.football-owngoal,.lineups__player>.football-penalty,.lineups__player>.football-regulargoal,.lineups__player>.lineups-football-missedpenalty,.lineups__player>.lineups-football-owngoal,.lineups__player>.lineups-football-penalty,.lineups__player>.lineups-football-regulargoal {
    top: 24px;
    right: 0;
}

.lineups__player .football-redcard,.lineups__player .football-yellowcard,.lineups__player .football-yellowcard2,.lineups__player .lineups-football-redcard,.lineups__player .lineups-football-yellowcard,.lineups__player .lineups-football-yellowcard2 {
    top: 0;
    right: 0;
}

.soficons,[class*=" soficons-"],[class^=soficons-] {
    font-family: soficons;
    font-style: normal;
    font-weight: 400;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    text-transform: none;
    line-height: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.soficons {
    min-width: 16px;
    display: inline-block;
}

a.soficons {
    color: inherit;
}

a.soficons:hover {
    text-decoration: none !important;
}

.football-redcard::before,.football-yellowcard::before,.futsal-redcard::before,.futsal-yellowcard::before,.handball-redcard::before,.handball-yellowcard::before,.ice-hockey-redcard::before,.ice-hockey-yellowcard::before,.soficons-incident-card::before {
    content: "Ã®ËœÂ£";
    padding: 3px;
}

.football-regulargoal::before,.futsal-regulargoal::before,.soficons-incident-goal::before {
    content: "Ã®Â¤Å’";
}

.american-football-substitutionin::before,.football-substitutionin::before,.futsal-substitutionin::before,.handball-substitutionin::before,.ice-hockey-substitutionin::before,.soficons-incident-substitution::before {
    content: "Ã®Â¤â€";
    color: #006dcc;
}

.american-football-substitutionin.injury,.american-football-substitutionin.injury::before,.football-substitutionin.injury,.football-substitutionin.injury::before,.futsal-substitutionin.injury,.futsal-substitutionin.injury::before,.handball-substitutionin.injury,.handball-substitutionin.injury::before,.ice-hockey-substitutionin.injury::before,.soficons-incident-substitution.injury::before {
    content: "";
}

.american-football-defensive-conversion::before,.american-football-extra-point::before,.american-football-field-goal::before,.american-football-regulargoal::before,.american-football-safety::before,.american-football-touchdown::before,.american-football-two-point-conversion::before,.basketball-onepoint::before,.basketball-regulargoal::before,.basketball-threepoints::before,.basketball-twopoints::before,.darts-regulargoal::before,.football-penalty::before,.football-regulargoal::before,.futsal-penalty::before,.futsal-regulargoal::before,.handball-penalty::before,.handball-regulargoal::before,.ice-hockey-penalty::before,.ice-hockey-regulargoal::before,.incident-color-green,.rugby-onepoint::before,.rugby-threepoints::before,.rugby-try::before,.rugby-twopoints::before,.volleyball-regulargoal::before,.waterpolo-regulargoal::before {
    color: #52b030;
}

.football-yellowcard2::before,.football-yellowcard::before,.futsal-yellowcard2::before,.futsal-yellowcard::before,.handball-yellowcard2::before,.handball-yellowcard::before,.ice-hockey-yellowcard2::before,.ice-hockey-yellowcard::before,.incident-color-yellow,.lineups-football-yellowcard::before {
    color: orange;
}

.m__btn .soficons {
    top: -1px;
    font-size: 21px;
}

.incident__dim,.u-t2,.u-tDim,.u-text-light {
    color: gray !important;
}

.cell--team-form>.cell__section {
    flex-grow: 1;
}

.cell--team-form>.cell__section:hover .form-bar.W {
    background-color: #4ba02c;
}

.cell--team-form>.cell__section:hover .form-bar.D {
    background-color: #666;
}

.cell--team-form>.cell__section:hover .form-bar.L {
    background-color: #b6252a;
}

.cell--team-form>.cell__section:hover>.form-image img {
    transform: scale(1.35);
}

.cell--team-form>.cell__section:active,.cell--team-form>.cell__section:focus {
    opacity: .6;
}

.betting--event-header-cell>.cell__section {
    width: 50px;
}

.betting--odds-cell .cell__content {
    padding: 2px 8px;
}

.btn-block {
    display: -webkit-inline-box;
}

.bonusimg {
    width: 537px;
    height: 100%;
}

.btn-info {
    color: #fff;
    background-color: #1ec160;
    border-color: #1ec160;
    width: 100%;
}

.btn-info .glyphicon {
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.btn-info:hover {
    color: #fff;
    background-color: #16a046;
    border-color: #16a046;
}

.btn {
    border-radius: 1px;
}

.df-timeline__event--empty {
    margin-top: 15px;
}

.aetsis {
    margin-top: 1px;
    color: #666;
}

.a20bet,.ahollywoodbets {
    background-position: 0 0;
}

.maindivodds {
    margin-top: 30px;
    border: 1px solid #e3f0fa;
    border-bottom: 0;
}

@media (max-width:600px) {
    .lieelements {
        padding: 6px;
    }

    .widget-game-result__date {
        display: block;
        margin-top: 5px;
    }

    a.linkonemore {
        line-height: 37px;
    }

    .a188bet,.a1win,.a1xbet,.a20bet,.a22bet,.a888sport,.a888starz,.abet365,.abetway,.acloudbet,.aeverygame,.agreatodds,.ahollywoodbets,.alsbet,.amegapari,.amystake,.areloadbet,.arolletto,.asportbet,.asportsbet,.aspreadex,.atornadobet {
        max-width: 80px;
        width: 80px;
    }

    .istopfirst {
        padding: 10px;
        background: #f0f8ff;
    }
}
