/*
.owl-carousel .owl-stage-outer {
    margin: 0 !important;
}
*/
.card-container .main-pg-card {
    padding: 5px 0 0 !important;
}
.card-container .main-pg-card .team-wrapper {
    background: url(../img/stat.png);
    color: #fff;
    background-size: contain;
}
.card-container .main-pg-card .bet-type-container {
    padding: 5px 7.5px;
}
.card-container .main-pg-card .odd-btn-group {
    margin-top: 0 !important;
    padding: 5px 5px 10px !important;
}
.horizontal-slide-tabs {
    display: none;
}
@import "https://fonts.googleapis.com/css2?family=Saira:wght@400;600&display=swap";
img.rb-img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.rbm-col1 {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
}
.rbm-col2 {
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.rbm-col2:nth-child(2n) {
    margin-right: 0;
}
.rbm-clearfix {
    clear: both;
    content: " ";
}
#rb-mobile {
    width: 100%;
   /* background-color: #fff; */
    font-family: "exo 2", exo, sans-serif;
}
/* width */
#rb-mobile ::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

/* Track */
#rb-mobile ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
#rb-mobile ::-webkit-scrollbar-thumb {
  background: #73111a; 
  border-radius: 0px;
}

/* Handle on hover */
#rb-mobile ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
#rb-mobile .rbm-container {
    padding: 10px;
}
#rb-mobile #rbm-slider {
    margin-bottom: 5px;
}
#rb-mobile #rbm-slider .slick-slide {
    height: initial;
}
#rb-mobile #rbm-slider ul.slick-dots {
    height: 25px;
    text-align: center;
    margin-top: -25px;
    position: relative;
}
#rb-mobile #rbm-slider ul.slick-dots li {
    display: inline-block;
    margin: 8px 5px;
    height: 10px;
}
#rb-mobile #rbm-slider ul.slick-dots li.slick-active button {
    background: #b72221;
}
#rb-mobile #rbm-slider ul.slick-dots li button {
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background: #222;
    border-radius: 50%;
    border: 1px solid #fff;
}
#rb-mobile #rbm-slider #rbm-slider-progress {
    width: 100%;
    height: 3px;
    background: #222;
}
#rb-mobile #rbm-slider #rbm-slider-progress .rbm-progress {
    width: 0;
    height: 3px;
    background: #b72221;
}
#rb-mobile #rbm-sports {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-shadow: 0 -3px 10px #46414661;
    box-shadow: 0 -3px 10px #46414661;
}
#rb-mobile #rbm-sports ul {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#rb-mobile #rbm-sports ul li {
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#d7d7d7));
    background: linear-gradient(to bottom, #fff 0, #d7d7d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first',endColorstr='@sec',GradientType=0);
    min-width: 90px;
}
#rb-mobile #rbm-sports ul li a {
    padding: 10px 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
#rb-mobile #rbm-sports ul li span.rbm-icon {
    margin-bottom: 13px;
    height: 20px;
    width: 100%;
}
#rb-mobile #rbm-sports ul li span.rbm-text {
    font-size: 12.5px;
    color: #222;
    line-height: 1.3;
    width: 100%;
    white-space: normal;
    font-weight: 600;
}
#rb-mobile #rbm-quick-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
}
#rb-mobile #rbm-quick-boxes .rbm-col1 {
    background: url("../img/flex-1-bg.png") no-repeat center/cover;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#rb-mobile #rbm-quick-boxes .rbm-col1 figure {
    max-width: 35%;
    min-width: 35%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}
#rb-mobile #rbm-quick-boxes .rbm-col1 figure img {
    border-radius: 0 0 10px 0;
}
#rb-mobile #rbm-quick-boxes .rbm-col1 span.rbm-text-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
#rb-mobile #rbm-quick-boxes .rbm-col1 span.rbm-text-area strong {
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}
#rb-mobile #rbm-quick-boxes .rbm-col1 span.rbm-text-area small {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}
#rb-mobile #rbm-quick-boxes .rbm-green-buttons {
    background: 0 0;
    padding: 0;
    border: 5px solid rgba(0, 0, 0, 0.9);
    border-radius: 25px;
    margin-left: -5px;
    margin-right: -5px;
    min-width: calc(100% + 10px);
}
#rb-mobile #rbm-quick-boxes .rbm-green-buttons .rbm-green {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2e2e2e;
    margin: 0;
    max-width: 50%;
    min-width: 50%;
    border-radius: 20px 0 0 20px;
    border: 1px solid #888;
}
#rb-mobile #rbm-quick-boxes .rbm-green-buttons .rbm-green:nth-child(2) {
    border-radius: 0 20px 20px 0;
    border-left: none;
}
#rb-mobile #rbm-quick-boxes .rbm-green-buttons .rbm-green:nth-child(2) span {
    margin-right: 10px;
    margin-left: 0;
}
#rb-mobile #rbm-quick-boxes .rbm-green-buttons .rbm-green span {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-left: 10px;
}
#tt-restbet-mobil-slider {
    position: relative;
    box-sizing: unset !important;
}
.tt-restbet-mobil-slider-item {
    height: initial !important;
}
.tt-restbet-mobil-slider-item a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: initial !important;
}
.tt-restbet-mobil-slider-slide-progress-con {
    height: initial;
    width: 100%;
    background: #5a5a5a;
}
.tt-restbet-mobil-slider-slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #c15150;
}
#tt-restbet-mobil-slider .owl-dots {
    margin: -30px 0 26px;
    position: relative;
    height: 0;
}
#tt-restbet-mobil-slider .owl-dots .owl-dot span {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    width: 7.5px;
    height: 7.5px;
    margin: 10px 5px;
}
#tt-restbet-mobil-slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b72221;
}
.tt-gununmaci {
    margin: 20px 5px;
    box-sizing: unset !important;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: normal;
}
.tt-gm-clear {
    clear: both;
}
.tt-gm-resim {
    width: 100%;
    height: 75px;
    position: relative;
}
.tt-gm-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    object-fit: cover;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tt-gm-ikinokta {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 50%;
    margin-left: -2.5px;
}
.tt-gm-takim1 {
    position: absolute;
    z-index: 2;
    max-width: 44px;
    max-height: 44px;
    top: 5px;
    left: 50%;
    margin-left: -58px;
}
.tt-gm-takim2 {
    position: absolute;
    z-index: 2;
    max-width: 44px;
    max-height: 44px;
    top: 5px;
    right: 50%;
    margin-right: -58px;
}
.tt-gm-takim1-adi {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    top: 20px;
    left: 5px;
    text-align: right;
    width: calc(50% - 72px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.tt-gm-takim2-adi {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    top: 20px;
    right: 5px;
    text-align: left;
    width: calc(50% - 72px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.tt-gm-siyahbar {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
}
.tt-gm-lig {
    position: absolute;
    color: #b9b3b3;
    font-size: 10px;
    left: 5px;
    bottom: 4.5px;
    z-index: 2;
}
.tt-gm-tarih {
    position: absolute;
    color: #b9b3b3;
    font-size: 10px;
    right: 5px;
    bottom: 4.5px;
    z-index: 2;
}
.tt-gm-oranlar {
    background-color: #fff;
    width: 100%;
    height: 40px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tt-gm-oran-kutu {
    width: calc(33% - 1px);
    height: 40px;
    border-right: 2px solid #f4f4f4;
    float: left;
}
.tt-gm-oran-adi {
    float: left;
    color: #b9b3b3;
    font-size: 10px;
    padding-left: 5px;
    line-height: 40px;
}
.tt-gm-oran {
    float: right;
    color: #000;
    font-size: 15px;
    padding-right: 5px;
    font-weight: 700;
    line-height: 40px;
}
.tt-gm-oran-kutu2 {
    width: calc(49% - 1px);
    height: 40px;
    border-right: 2px solid #f4f4f4;
    float: left;
}
.tt-gm-oran-adi2 {
    float: left;
    color: #b9b3b3;
    font-size: 10px;
    padding-left: 5px;
    line-height: 40px;
}
.tt-gm-oran2 {
    float: right;
    color: #000;
    font-size: 15px;
    padding-right: 5px;
    font-weight: 700;
    line-height: 40px;
}
.tt-gm-oran-kutu:nth-child(1),
.tt-gm-oran-kutu2:nth-child(1) {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.tt-gm-oran-kutu:nth-child(3),
.tt-gm-oran-kutu2:nth-child(2) {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border: none;
}
.tt-ya-baslik {
    font-weight: 700;
    margin: 15px;
    font-size: 18px;
    color: #000;
}
.tt-hizmetlerimiz {
    padding: 5px;
    padding-top: 0;
    line-height: normal;
}
.tt-hizmet {
    color: #000;
    text-decoration: none;
    margin: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: calc(50% - 10px);
    float: left;
    text-align: center;
    padding-bottom: 15px;
    background-color: #fff;
}
.tt-hizmet-ikon img {
    margin-top: -10px;
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.tt-ya-slider-con {
    position: relative;
    box-sizing: unset !important;
    line-height: normal;
}
.tt-ya-slide {
    width: 100%;
    height: 130px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* margin: 10px; */
    /* margin-left: -30px; */
    text-align: center;
    background-color: #e1e1e1;
}
.tt-ya-slide img {
    width: 120px !important;
    height: 33px !important;
    display: inline-block !important;
    margin-top: 12px;
}
.tt-ya-slide-cizgi {
    padding-bottom: 14px;
    border-bottom: 2px solid rgb(0 0 0 / 8%);
}
.tt-ya-slider-con .owl-dots {
    position: absolute;
    right: 10px;
    top: -43px;
}
.tt-ya-slider-con .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px;
    background: #8d8d8d;
}
.tt-ya-slider-con .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #9e251f;
}
.tt-ya-slide-text {
    padding: 2px;
    font-size: 14px;
    background-color: #f4f4f4;
    margin: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tt-ya-slide-text span {
    font-weight: 700;
    font-size: 12px;
}
.owl-stage a {
    text-decoration: none;
    color: #000;
}
#tt-ya-yatSlider a {
    color: #000;
}
@media (max-width: 352px) {
    #next-domain {
        font-size: 12px !important;
        padding: 7px 21px !important;
    }
    .tt-ya-baslik {
        margin: 3px 15px !important;
    }
    .tt-ya-slider-con .owl-dots {
        top: -36px !important;
    }
    .tt-gununmaci {
        margin: 8px 5px !important;
    }
}
#rb-mobile #rbm-quick-boxes .rbm-col1 span.rbm-text-area small {
    font-family: saira, sans-serif;
}
#bp_mini_modal_bg {
    background: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
#bp_mini_modal {
    left: 40%;
    top: 70px;
    width: 450px;
    height: 150px;
    font-family: source sans pro, sans-serif;
    position: absolute;
    z-index: 99999;
    background: #fff;
    padding: 5px;
}
#bp_mini_modal[class*="bp_mini_arrow_"]:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#bp_mini_modal[class*="bp_mini_arrow_up_"]:after {
    top: -10px;
    border-bottom: 10px solid #fff;
}
#bp_mini_modal[class*="bp_mini_arrow_down_"]:after {
    bottom: -10px;
    border-top: 10px solid #fff;
}
#bp_mini_modal[class*="_left"]:after {
    left: 10px;
}
#bp_mini_modal[class*="_right"]:after {
    right: 10px;
}
#bp_mini_modal[class*="_up_right"] a.bp_mini_modal_close {
    right: initial;
    left: 0;
}
#bp_mini_modal a.bp_mini_modal_close {
    position: absolute;
    top: -25px;
    right: 0;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid red;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}
#tt-ayrac {
    margin: 10px 0 15px;
    padding: 0 15px;
}
.tt-msol {
    float: left;
    width: 50%;
    text-align: center;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    background-size: auto 60px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.tt-msag {
    float: right;
    width: 50%;
    text-align: center;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    background-size: auto 60px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.tt-clear {
    clear: both;
}
.main.tabs .tab a {
    border-radius: 24px !important;
}
.tt-casino-buttons {
    margin-top: 15px;
    display: none;
}
.tt-bsol {
    float: left;
    width: 48%;
    text-align: center;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-right: 2%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #b52427;
}
.tt-bsag {
    float: right;
    width: 48%;
    text-align: center;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-left: 2%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #272729;
}