body {
    font-family: 'Lato', sans-serif;
    position: relative;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

p,h4,h3,h2,h1 {
    margin: 0;
}
.mt10 {
    margin-top:  10px;
}
.container {
    max-width: 95% !important;
}
section#header-top {background: #2B3B4B;padding: 15px 0;}

.header-top-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.header-top-current {
    display: flex;
}

.header-top-flex p {
    font-weight: 400;
    font-size: 13px;
    
/* identical to box height */
    color: #FFFFFF;
    padding-left: 40px;
}

.header-top-flex p span {
    font-weight: 800;
}

.header-top-current span {
    color: #0F853D;
}

ul.social-list li a {
    color: #5D6A77;
    padding: 7px 11px;
    border-radius: 50%;
    margin-left: 7px;
}

ul.social-list li a:hover {background: #0e853d;transition: 0.5s;color: #fff;}

.header-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

img.header-tv {
    margin-left: 30px;
}

.header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.header-content div {margin-left: 10px;}
.header-lang .btn {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 15px -4px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    color: #2B3B4B;
    font-weight: 600;
    padding: 10px;
    height: 50px;
    font-size: 14px;
}

.header-lang .btn img {
    margin-right: 6px;
    width: 24px;
}

section#header {
    padding: 30px 0;
}

.header-login form {
    display: flex;
}

.input-group-new {
    background: #F5F5F5;
    border-radius: 13px;
    padding: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    width: 206px;
}

.input-group-new input {
    background: none;
    border: none;
    padding-left: 18px;
    font-size: 15px;
    opacity: 0.5;
    width: 100%;
}

.input-group-new span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D2EEDC;
    color: #4BCC77;
    padding: 7px 12px;
    font-size: 13px;
}

.header-login {
    margin: 0 !important;
}

input:focus-visible {
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
}

button.btn.btn-theme {
    border-radius: 13px;
    padding: 15px 20px;
}

button.btn.btn-theme a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.mr10 {
    margin-right: 10px !important;
}
.ml10 {
    margin-left: 10px !important;
}

.btn-group.hizli-erisim .btn {
    background: #FF0000;
    border-radius: 13px;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
}

button.btn.btn-search {
    border: 1px dashed #2B3B4B;
    border-radius: 13px;
    background: none;
    height: 50px;
    width: 50px;
    color: #2a3b4b;
    font-size: 20px;
    margin-left: 10px;
}

button.btn.btn-search a {
    color: #2a3b4b;
}
.dark-btn {
    background: #2B3B4B !important;
}

section#menu-area {
    background: #2B3B4B;
    border-bottom: 4px solid #2BA55A;
}

.menu-flex ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.menu-flex ul li a {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}

li.promotion-li {
    background: #0e853d;
}

.menu-flex ul li a img {
    width: 24px;
    margin-right: 7px;
}

button.btn.btn-homepage {
    padding: 0;
    background: none;
    border: none;
}

.menu-flex ul li {
    padding: 16px 15px;
    border-right: 1px solid #35475A;
    position: relative;
}
button.btn.btn-homepage {
    background: #0F853D;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 0px 4px rgb(15 133 61 / 29%);
}

.menu-flex ul li:first-child {
    padding: 0 11px;
    border-right: none;
}
.menu-flex ul li:nth-child(10) {
    padding-right: 10px;
    border-right: none;
}
.menu-flex ul li.active {
    background: #202F3E;
}

.menu-flex ul li.active:After {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #0e853d;
    top: 0;
    left: 0;
}
.new-span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(92.4deg, #109D48 3.11%, #4BCC77 98.77%);
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
    top: -17px;
    right: 0;
}

.new-span:After {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #46c671;
    right: 15px;
    bottom: -5px;
    z-index: 0;
    clip-path: polygon(50% 100%, 0 50%, 100% 50%);
}
section#slider-area {
    padding: 30px 0;
}

img.slider-img {
    width: 100%;
    height: 100%;
}

.carousel-item {border-radius: 15px;}

ol.carousel-indicators {
    bottom: 50px;
    margin-left: 23%;
    margin-right: auto;
    left: 0;
    right: auto;
}

ol.carousel-indicators li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: lightgrey;
    margin: 0 9px;
}

ol.carousel-indicators li.active {
    background: #0e853d;
}
.box-menu-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.box-menu {
    background: #323232;
    border-radius: 13px;
    position: relative;
    padding: 20px 26px;
    text-align: center;
    height: 130px;
    overflow: hidden;
}

img.box-after-img {
    position: absolute;
    width: 71%;
    right: 0;
    height: 100%;
    top: 0;
}

.box-menu h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-top: -10px;
    position: relative;
    z-index: 9999;
}

img.box-menu-img {
    height: 70px;
    margin-top: -10px;
    position: relative;
    z-index: 9999;
}

.box-menu h4 span {
    font-weight: 800;
}

section#box-menu-area {
    padding: 30px 0;
}

.box-menu:hover {
    background: linear-gradient(83.4deg, #324F3C 0.8%, #40C56D 70.31%, #50D57D 110.2%);
    transition: 0.5s;
}

.box-menu:hover .box-after-img {
    width: 100%;
    transition: 0.5s;
}
.row.game-title-area p {
    font-weight: 600;
    font-size: 15px;
    
/* or 250% */
    color: #0F853D;
    padding-bottom: 5px;
}

.row.game-title-area h1 {
    font-weight: 700;
    font-size: 30px;
    
/* or 122% */


/* color */
    color: #323232;
}

section#home-game-list {
    padding: 30px 0;
}

.row.game-title-area {
    padding-bottom: 50px;
}

button.btn.btn-all {
    background: #0F853D;
    border-radius: 13px;
    padding: 14px 25px;
}

button.btn.btn-all a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

button.btn.btn-all a i {
    margin-left: 12px;
}
.game {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.game-top {
    height: 150px;
    overflow: hidden;
    object-fit: cover;
}
.game-content {
    text-align: center;
    position: relative;
}

img.game-union {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -29px;
}
.game-play {
    z-index: 999;
    position: relative;
    top: -10px;
}

.game-play span {
    background: linear-gradient(97.13deg, #0F853D 5.56%, #07652C 95.83%);
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

.game-content h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
/* identical to box height */
    text-align: center;

/* color */
    color: #323232;
    padding-top: 9px;
}

.game-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
/* identical to box height */
    text-align: center;

/* color */
    color: #323232;
    opacity: 0.7;
    padding-bottom: 13px;
}

img.game-top-img {
    object-fit: initial;
    width: 100%;
    height: 100%;
}
.row.game-row {
    padding: 15px 0;
}
ul.ligue-list-flex {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
}

ul.ligue-list-flex li h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;

/* GREEN */
    color: #0F853D;
    padding-bottom: 10px;
}

ul.ligue-list-flex li h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */


/* color */
    color: #323232;
}

ul.ligue-list-flex li {
    padding: 20px 20px;
    border-right: 1px solid #EEEEEE;
    height: 100%;
}

section#ligue-list-area {
    padding: 30px 0;
}

a.all-a {
    position: absolute;
    opacity: 0;
}

ul.ligue-list-flex li img {
    height: 45px;
    border: 2px solid #F2F2F2;
    border-radius: 8px;
    padding: 8px;
}
.ligue-img {
    padding-bottom: 20px;
}

ul.ligue-list-flex li:last-child {
    border: none;
}
ul.ligue-list-flex li:hover {
    background: #0F853D;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

ul.ligue-list-flex li:hover h4 {
    color: #fff;
    transition: 0.5s;
}

ul.ligue-list-flex li:hover h2 {
    color: #fff;
    transition: 0.5s;
}

ul.ligue-list-flex li:hover .ligue-img img {
    background: #fff;
    transition: 0.5s;
}
ul.ligue-list-flex li:hover {
    background: #0F853D;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

ul.ligue-list-flex li:hover h4 {
    color: #fff;
    transition: 0.5s;
}

ul.ligue-list-flex li:hover h2 {
    color: #fff;
    transition: 0.5s;
}

ul.ligue-list-flex li:hover .ligue-img img {
    background: #fff;
    transition: 0.5s;
}
section#footer-top {background: #2B3B4B;}

ul.footer-top-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #364758;
    padding: 30px 0;
    padding-right: 25px;
    margin-right: 25px;
}

ul.footer-top-list li h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

ul.footer-top-list li p {
    font-weight: 350;
    font-size: 14px;
    line-height: 18px;
    padding-top: 7px;
    color: #566e85;
}

ul.footer-top-list li img {
    margin-right: 20px;
}

ul.footer-top-list li:last-child {
    border: none;
}

.footer-top-right-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

button.btn.btn-canli {
    background: #0F853D;
    border-radius: 13px;
    padding: 20px 30px;
    color: #fff;
    font-weight: 700;
}

button.btn.btn-canli svg {
    margin-right: 10px;
}

.footer-top-right-flex .social-list {
    border-right: 2px solid #364758;
    padding-right: 25px;
    margin-right: 25px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.green-btn {
    background: #0F853D;
}
.login-btn {
    margin-right: 10px;
    height: 50px;
    padding: 10px 20px !important;
}

.register-btn {
    height: 50px;
    padding: 10px 20px !important;
}
.register-btn a svg {
}

.footer-left-buttons .btn svg {
}
section#footer-content {
    padding: 40px 0;
}

img.footer-logo {
    margin-bottom: 40px;
}

.footer-left-area p {
    font-weight: 400;
    font-size: 14px;
    line-height: 176%;
/* or 22px */


/* color */
    color: #323232;
}

.footer-left-area p span {
    font-weight: 700;
    color: #0e853d;
}

.footer-left-buttons {
    padding-top: 20px;
}

.b18btn {
    background: #2a3b4b;
}

.b18btn img {
    height: 23px;
}

.footer-left-buttons .btn {
    margin-right: 15px;
}

.footer-contact-area ul {
    display: block;
    padding-top: 30px;
}

.footer-contact-area ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
}

.footer-contact-area ul li img {
    margin-right: 15px;
}

.footer-contact-area ul li h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    align-items: center;
    color: #000000;
}

.footer-contact-area ul li p {
    font-size: 14px;
    line-height: 186%;
/* or 26px */
    display: flex;
    align-items: center;
    color: #A8A8A8;
    padding-top: 3px;
}

.footer-accordion-list-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-accordion-list-area ul {
    display: block;
}

.card-header .btn {
    background: #FFFFFF;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.card-header {
    padding: 0;
    background: none;
    border: none;
}

.card {
    border: none;
}

.card-header .btn span {
    color: #0e853d;
}
.footer-accordion-list-area ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 220%;
/* or 31px */


/* Color */
    color: #2B3B4B;
}
.card-header .btn img {
    padding: 6px 0;
    transition: 0.5s;
}
.card-body {
    padding: 0;
    padding-top: 16px;
    padding-left: 16px;
}
.money-slider {
    position: relative;
    background: #2B3B4B;
    border-radius: 13px;
    padding: 10px 20px;
    height: 65px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

img.money-after {
    position: absolute;
    height: 100%;
}
img.money-img {
    width: 130px !important;
}
button.btn.btn-link.collapsed img {
    transform: rotate(180deg);
    transition: 0.5s;
}

.card-header .btn p {
    margin-right: 30px;
}

.owl-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -60px;
}

.owl-nav div {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 50%;
    color: #DADADA;
    font-size: 22px;
}

.owl-prev {
    left: -70px;
    position: relative;
}

.owl-next {
    right: -70px;
    position: relative;
}

section#footer-bottom {
    border-top: 2px solid #EEEEEE;
    padding-top: 30px;
}

.owl-carousel .owl-stage-outer {
    z-index: 9999999;
}

.money-slider:hover {
    background: #08853c;
    transition: 0.5s;
}
section#promo-slider .container-fluid {
    padding: 0;
    overflow: hidden;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    display: flex;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
}

#promo-slider .carousel-control-next span {
    border-radius: 100px 0 0 100px;
    padding: 20px 10px;
    padding-right: 10px;
    padding-left: 20px;
    background: #FFFFFF;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #D8D8D8;
}
#promo-slider .carousel-control-prev span {
    border-radius: 0 100px 100px 0;
    padding: 20px 10px;
    padding-right: 20px;
    padding-left: 10px;
    background: #FFFFFF;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #D8D8D8;
}

section#promo-tabs-area {
    background: #2B3B4B;
    border-radius: 0px 0px 25px 25px;
}
#promo-tabs-area .nav-tabs {
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#promo-tabs-area .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #0e853d;
    color: #fff;
    border-color: #384858;
}

#promo-tabs-area .nav-tabs .nav-link {
    border: none;
    border-right: 1px solid #374959;
    border-radius: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
/* identical to box height */
    color: #FFFFFF;
    padding: 15px;
    position: relative;
}

#promo-tabs-area .nav-tabs .nav-item {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#promo-tabs-area .nav-tabs .nav-link img {
    margin-right: 15px;
    width: 21px;
    filter: invert(1);
}

#promo-tabs-area .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #384858;
}

#promo-tabs-area .nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    background: #0e853d;
    bottom: -11px;
    left: 0;
    border-radius: 0 0 25px 25px;
}
section#promo-content-area {
    padding: 50px 0;
}

.promo-img {
    padding-bottom: 30px;
}
.body-after-img-area img {
    position: absolute;
}

img.body-after1 {
    top: 18%;
    left: -34px;
}

img.body-after2 {
    right: -27px;
    top: 9%;
}

img.body-after3 {
    top: 30%;
    right: 0;
}

img.body-after4 {
    left: -44px;
    bottom: 39%;
}

img.body-after5 {
    right: -41px;
    bottom: 22%;
}
.chat-absolute {
    position: fixed;
    background: #0e853d;
    right: 20px;
    bottom: 20px;
    z-index: 9999999;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
}

.chat-absolute img {
    width: 40px;
}
section#user-page-area {
    position: relative;
    padding: 50px 0;
}

img.user-bg-after {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -25;
    height: 275px;
}

.user-sidebar-list ul {
    display: block;
}

.user-sidebar {
    background: #FFFFFF;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.user-sidebar:after {
    position: absolute;
    content: "";
    width: 107%;
    height: 237px;
    background: #FFFFFF;
    opacity: 0.3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0px 0px;
    top: -12px;
    left: -10px;
    z-index: -10;
}

.user-sidebar-top {
    display: flex;
    padding: 15px 23px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.user-sidebar-top img {
    margin-right: 14px;
}

.user-sidebar-top h3 {
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}

.user-sidebar-top p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
/* identical to box height */
    color: #A2A2A2;
    padding-top: 5px;
}

.user-sidebar-list ul li {
    padding: 15px 23px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.user-sidebar-list ul li a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */
    color: #9C9C9C;
}

.user-sidebar-list ul li a img {
    margin-right: 12px;
}

li.logout-user {
    background: #2B3B4B;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}

li.logout-user a {
    color: #fff !important;
}

li.logout-user a svg {
    position: absolute;
    right: 25px;
    top: 20px;
}
.user-sidebar-list ul li.active:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    background: #0e853d;
    left: 0;
    top: 0;
    border-radius: 0 10px 10px 0;
}

.user-sidebar-list ul li.active a {
    color: #333;
}

.user-sidebar-list ul li.active img {
    filter: invert(79%) sepia(96%) saturate(508%) hue-rotate(91deg) brightness(80%) contrast(103%);
}
.user-page-content-area {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: relative;
}

.user-page-content-area:after {
    position: absolute;
    content: "";
    width: 101.5%;
    height: 237px;
    background: #FFFFFF;
    opacity: 0.3;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px 10px 0px 0px;
    top: -12px;
    left: -10px;
    z-index: -10;
}

.user-content-top {
    background: #F5F5F8;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.user-content-top-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.user-content-top-left img {
    margin-right: 15px;
}

.user-content-top-left h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;

/* Color */
    color: #2B3B4B;
}

.user-content-top-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

/* Color */
    color: #2B3B4B;
}

.user-content-top-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.user-content-top-right .btn img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.user-balance {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}

.user-balance p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}

.user-balance img {
    margin-right: 12px;
}

.user-balance p span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0F853D;
    padding-left: 8px;
}
.user-page-content {
    padding: 20px;
}

.form-flex h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #666666;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ECECEC;
    POSITION: relative;
    margin-bottom: 20px;
}
.form-flex h2 span {
    font-weight: 900;
    line-height: 20px;
    color: #0F853D;
}

.form-flex-area.flex50 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: flex-start;
}

.form-flex {padding-right: 20px;}

.form-flex h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #0e853d;
    bottom: -2px;
    left: 0;
}
.input-group-new2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 12px 20px;
    margin: 10px 0;
}
.input-right-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    width: 100%;
}

.input-left-icon {
    border-right: 1px solid #EAEAEA;
    height: 100%;
    padding-right: 17px;
    width: 35px;
    color: #08853c;
}

.input-right-area textarea {
    border: none;
    background: none;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.5%;
/* or 19px */


/* Color */
    color: #2B3B4B;
    width: 100%;
}

.input-right-area input {
    border: none;
    background: none;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.5%;
/* or 19px */


/* Color */
    color: #2B3B4B;
    width: 100%;
}

.input-right-area label {
    font-weight: 600;
    font-size: 10px;
    line-height: 133.5%;
/* or 13px */
    color: #B3B4B6;
    margin: 0;
}
.input-right-area select {
    border: none;
    background: none;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.5%;
/* or 19px */


/* Color */
    color: #2B3B4B;
    height: auto !important;
    margin-left: -5px;
    width: 100%;
}

.radio-buttons50 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.switch-field {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    text-align: center;
    margin-right: -1px;
    box-shadow: none;
    width: 48%;
    background: #F4F4F4;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.5%;
    color: #2B3B4B;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    box-shadow: none;
    width: 50%;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.5%;
/* identical to box height, or 19px */
    color: #fff;
    background: #0F853D;
}

.switch-field label:first-of-type {
}

.switch-field label:last-of-type {
}
.switch-field svg {
    margin-right: 10px;
}
.form-btn {
    margin: 20px 0;
}
.input-disabled {
    background: #F4F4F4;
}
button.btn.btn-theme.green-btn.full-form-btn {
    width: 100%;
    margin: 10px 0;
}

.table .thead-dark th {
    border: none;
    background: #0F853D;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.table .thead-dark th:first-child {border-radius: 10px 0 0 10px;}

.table .thead-dark th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #F3F3F3;
    border-radius: 10px;
}

.table td {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
/* identical to box height, or 120% */
    color: #000000;
    border: none;
    text-align: center;
    vertical-align: baseline;
    position: relative;
    padding: 14px 0;
}

.table td:last-child {border-radius: 0 10px 10px 0 !important;}

tr {
    border-radius: 100px;
}
button.btn.btn-delete {
    background: #0F853D;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

button.btn.btn-delete i {
    margin-right: 7px;
}

.table td:first-child {
    border-radius: 10px 0 0 10px;
}
textarea:focus-visible {
    outline: none;
}

.input-right-area textarea {
    height: 150px;
}
.text-form {
    align-items: flex-start;
}
button.btn.btn-delete.no-suc {
    background: #e93b3b;
}
a.page-link {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    margin: 0 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */


/* TEXT DARK */
    color: #515151;
    padding: 8px 13px;
}

.page-item:last-child .page-link {
    background: #0e853d;
    border-radius: 50% !important;
    color: #fff;
    padding: 8px 13px;
}

.page-item:first-child .page-link {
    background: #0e853d;
    border-radius: 50% !important;
    color: #fff;
}

/* The container */
.containerx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 133.5%;
/* identical to box height, or 19px */


/* Color */
  color: #2B3B4B;
  margin-right: 20px;
}

/* Hide the browser's default checkbox */
.containerx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.containerx:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.containerx input:checked ~ .checkmark {
  background-color: #0e853d;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerx .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-flex {
    display: flex;
    padding-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.no-padding {
    padding-right: 0;
}
.message-single-top {
    display: flex;
    background: #0F853D;
    border-radius: 7px;
    padding: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.message-single-top-left h2 {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
/* or 138% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.message-single-top-left p {
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
/* or 200% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.white-btn {
    background: #FFFFFF;
    font-weight: 700;
    line-height: 19px;

/* COLOR */
    color: #0F853D;
    padding: 9px 15px !important;
}

.white-btn a {
    color: #0e853d !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.message-single-content {
    padding: 30px;
}

.message-single-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 198.5%;
/* or 28px */
    color: #000000;
}
.bonus-okey .card-header .btn {
    background: #0e853d !important;
    color: #fff;
}
.bonus-no .card-header .btn {
    background: #2B3B4B !important;
    color: #fff;
}

h4.btn-bonus-ok {
    font-size: 13px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #0e853d;
    padding: 5px 10px;
    font-weight: 600;
    position: absolute;
    right: 65px;
}
h4.btn-bonus-no {
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    position: absolute;
    right: 65px;
    background: #0F853D;
}
.user-page-content .card-header .btn img {
    width: 30px;
}
.bonus-content-list ul {
    display: block;
}

.bonus-content-list ul li {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
/* identical to box height, or 100% */


/* Color */
    color: #2B3B4B;
    border-bottom: 1px solid #E4E4E4;
    padding: 11px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.bonus-content-list ul li span {
    font-weight: 500;
    padding-left: 20px;
}

.bonus-content-list ul li:last-child {
    border: none;
}
.user-page-bonus-list-area div#accordion {
    margin: 10px 0;
}
.right-border {
    border-right: 2px solid #EBEBEB;
    padding-right: 20px;
    margin-right: 20px;
}
td.invest-td {
    text-align: left;
}
td.invest-td img {
    margin-right: 10px;
    padding-left: 20px;
}
.withdraw-box {
    background: linear-gradient(90deg, #EEF0F4 0%, #FEFEFE 100%);
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.withdraw-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.withdraw-content {
    text-align: center;
}

.withdraw-content h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: center;

/* Color */
    color: #2B3B4B;
}

.withdraw-content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #B4B4B4;
}

.withdraw-content a {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.withdraw-content a button {
    background: #B7B7B7;
    width: 100%;
    border: none;
    font-weight: 800;
    font-size: 17px;
    line-height: 22px;
/* identical to box height */
    color: #FFFFFF;
    padding: 10px;
}
.withdraw-box:hover button {
    background: #0e853d;
    transition: 0.5s;
}
button.btn.btn-all2 {
    background: #FFFFFF;
    border: 1px dashed #BFBFBF;
/* SHADOW */
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 199px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 30px;
}

.all-methods-button {
    padding: 20px 0;
}
img.withdraw-video {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
}

.withdraw-box.three-box {
    overflow: initial !important;
    height: 200px;
}

.withdraw-box.three-box .withdraw-content a button {
    border-radius: 0 0 10px 10px;
}

.withdraw-box.three-box .withdraw-content h1 {
    font-size: 16px;
}

.withdraw-box.three-box .withdraw-top {
    display: block;
    text-align: center;
}
.havale-left-top {
    background: linear-gradient(90deg, #EEF0F4 0%, #FEFEFE 100%);
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}

img.big-havale-img {
    border-right: 1px solid #EAEAEA;
    padding-right: 20px;
    margin-right: 20px;
}

.havale-left-top h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 133.5%;
/* identical to box height, or 27px */


/* color */
    color: #323232;
    padding-bottom: 9px;
}

button.btn.btn-sm {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}   
.havale-left-content {
    background: linear-gradient(90deg, #EEF0F4 0%, #FEFEFE 100%);
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 20px;
}

.havale-left-content ul {
    display: block;
}

.havale-left-content ul li {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 133.5%;
/* identical to box height, or 20px */


/* color */
    color: #323232;
}

.havale-left-content ul li span {
    color: #0e853d;
    padding-left: 30px;
}

p.havale-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 147.5%;
/* or 18px */
    color: #7C7562;
    padding: 20px;
    background: #FFEFC7;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
}

p.havale-info span {
    font-weight: 800;
}
.havale-danger {
    display: flex;
    background: #F56363;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.havale-danger p {
    font-weight: 500;
    font-size: 14px;
    line-height: 137.5%;
/* or 24px */
    color: #FFFFFF;
}


.havale-danger div {height: 100%;}
.danger-img-area {
    padding: 26px;
    border-right: 1px solid #E15A5A;
    margin-right: 10px;
    padding-right: 20px;
}
.form-checkbox-flex {
    border-top: 1px solid #EAEAEA;
    padding: 12px 0;
    margin: 12px 0;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
p.notification-p {
    border: 1px dashed #B3B3B3;
    border-radius: 5px;
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    color: #B3B3B3;
    text-align: center;
}
button.btn.btn-back {
    background: #2a3b4b;
    border-radius: 13px;
    margin-left: 15px;
}

button.btn.btn-back img {
    filter: none;
    margin: 0;
    padding: 7px;
}
.form-checkbox-flex p {padding-top: 10px;}
a.flex-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.info-area-big {
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 30px;
}

.info-area-big h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 147.5%;
/* identical to box height, or 30px */
    color: #000000;
    position: relative;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.info-area-big h3 span {
    font-weight: 900;
    font-size: 20px;
    line-height: 147.5%;
/* identical to box height, or 30px */
    color: #F56363;
    position: relative;
}

.info-area-big h3 span:After {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f56363;
    left: 0;
    bottom: -15px;
}

.info-area-big p {
    font-weight: 400;
    font-size: 14px;
    line-height: 156.5%;
/* or 22px */
    color: #7C7562;
}

.info-area-big p span {
    font-weight: 800;
    color: #333;
}
.history-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.history-left {
    background: #F4F4F4;
    border: 1px dashed #D7D7D7;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.history-left input {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 22px;
/* identical to box height, or 220% */
    display: flex;
    align-items: center;
    color: #B4B4B4;
    border-radius: 5px;
    padding: 12px;
}

.history-left span {
    padding: 10px 14px;
    background: #0e853d;
    border-radius: 0 5px 5px 0;
    color: #fff;
}
.history-right .nav {
    background: #F4F4F4;
    border: 1px dashed #D7D7D7;
    border-radius: 5px;
}

.history-right li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
/* identical to box height, or 220% */
    display: flex;
    align-items: center;

/* Color */
    color: #2B3B4B;
    border: none !important;
    padding: 10px 20px;
}
.history-right .nav-link.active {
    background: none;
    border: none;
    color: #0e853d;
    font-weight: 600;
    position: relative;
}
.history-right .nav-link.active:after {
    height: 6px;
    bottom: 0px;
    border-radius: 10px 10px 0 0;
}

.history-right .nav-link:hover {
    border: none;
    font-weight: 600;
    color: #0e853d;
}
.history-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.history-right button {
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-left: 18px;
    background: #0F853D;
    font-weight: 700;
    padding: 10px 20px;
}
.fixed-pages-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
/* or 28px */
    color: #000000;
}
.about-top {
    background: #0e853d;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
/* identical to box height */
    color: #FFFFFF;
    padding: 20px;
}
span.list-radius {
    padding: 0px 9px;
    border-radius: 50%;
    background: #2b3b4b42;
    margin-right: 14px;
    position: relative;
}

span.list-radius:after {
    position: absolute;
    content: "";
    width: 68%;
    height: 68%;
    background: #2a3b4b;
    top: 3px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.user-sidebar-list ul li.active .list-radius {
    background: #0e853e54;
}

.user-sidebar-list ul li.active .list-radius:after {
    background: #0e853d;
}
section#page-top-area {
    padding: 30px 0;
}

.page-top-right-box {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 55px -4px rgba(0, 0, 0, 0.02);
    border-radius: 13px;
    position: relative;
}

.page-box-top {
    padding: 15px 25px;
    border-radius: 13px 13px 0 0;
    background: #0F853D;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.page-box-top-bottom {
    background: #323232;
}

.page-box-top-bottom .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
/* identical to box height */
    color: #FFFFFF;
    padding: 12px 15px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #4b4a4a;
    margin-bottom: 0;
    text-align: center;
    width: 33.3%;
}

.page-box-top-bottom .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.page-box-top-bottom .nav-tabs .nav-link.active {
    background: #095e2b;
}

.page-box-content {
    height: 300px;
    overflow: scroll;
}

.page-box-flex-area {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.winners {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 10px;
    padding-bottom: 13px;
    width: 50%;
}

.winners h2 {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
/* or 164% */
    color: #3F5E91;
}

.winners h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
/* or 180% */
    color: #435574;
    margin: 0;
}

.winners p {
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
/* or 164% */


/* color */
    color: #323232;
}

.winners img {
    margin-right: 10px;
}
.page-box-flex-area:After {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #E3E3E3;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.page-box-top-bottom .nav-tabs .nav-link.active:after {
    display: none;
}
.page-top-slider ol.carousel-indicators {
    bottom: 10px;
    margin-left: 0;
    left: 79px;
}

.page-top-slider ol.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 12px;
}
.page-top-slider img.slider-img {height: 400px;}
section#providers-area {padding-bottom: 30px;}

.provider-top-navbar .nav-tabs {
    background: #0F853D;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: none;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 0;
    overflow: hidden;
}
.provider-top-navbar .nav-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */
    color: #FFFFFF;
    border-right: 1px solid #0B9A3A;
    border-radius: 0;
    margin: 0;
    width: 100%;
    /* text-align: center; */
    padding: 10px;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.provider-top-navbar .nav-link img {
    margin-right: 10px;
}

.provider-top-navbar .nav-tabs .nav-link.active {
    border: none;
    background: #2a3b4b;
}
.provider-top-navbar .nav-link:last-child {
    border: none;
}

.provider-top-navbar .nav-link:first-child {
    border: none !important;
}
.providers-full-list-flex {
    display: flex;
    background: #3C4E61;
    border-radius: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    height: 80px;
}

.provider-img img {
    height: 22px;
    width: auto !important;
}
.provider-all {
    width: 10%;
}

.provider-left-slider {
    width: 60%;
}

.provider-btn {margin-right: 20px;position: relative;}

.provider-search {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #2B3B4B;
    padding: 0 20px;
    height: 100%;
    border-radius: 0 10px 10px 0;
}
.provider-tabs .nav-tabs .nav-link {
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
/* identical to box height */
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #475D75;
    border: none;
    border-right: 1px solid #475D75;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.provider-img img {
    height: 24px;
}

.provider-tabs .nav-tabs .nav-link p {
    padding-top: 12px;
}
.provider-tabs {
    width: 75%;
    overflow: hidden;
    height: 100%;
}
.provider-img {
    background: #2B3D51;
    border: 1px solid #1F3348;
/* COLOR DROPDOWN */
    box-shadow: 0px 0px 10px rgba(17, 177, 70, 0.5);
    border-radius: 7px;
    padding: 5px;
}

.provider-tabs .nav-tabs .nav-link.active .provider-img {
    border: 1px solid #26DF63;
}
.provider-slider-controller {
    width: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.provider-slider-controller a {
    background: #32465a;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 10px;
    width: 30px;
    height: 30px;
    font-size: 11px;
    margin: 5px 0;
    padding: 6px 11px;
    color: #fff;
}

.nav-tabs {
    border-bottom: none;
}
.provider-search input {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */
    color: #7390AE;
    background: none;
    border: none;
}

.provider-search input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #7390AE;
}

.provider-search img {
    border-left: 1px solid #486078;
    padding-left: 20px;
}
.provider-btn .btn {
    background: #0F853D;
    border-radius: 10px;
    padding: 15px 17px;
}
.provider-tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.provider-slider-controller a:hover {
    background: #0e853d;
    transition: 0.5s;
}
.provider-tabs .nav-tabs .nav-link.active {
    border-radius: 5px;
}
section#providers-area .dropdown-menu.show {
    min-width: 1100px;
    width: 100%;
    max-width: 100%;
    margin-left: -600px;
    padding: 0;
    background: #2B3B4B;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    right: -120px !important;
    left: auto !important;
    margin-top: 30px;
}

.dropdown-new-top {
    background: #364859;
    padding: 10px 20px;
}

.dropdown-new-top input {
    background: none;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #586E83;
    padding-left: 15px;
}

.dropdown-new-top input::placeholder {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #586E83;
}


.dropdown-game-flex ul {
    display: block;
    width: 100%;
}

.dropdown-game-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.dropdown-game-flex ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0;
    position: relative;
    padding-left: 20px;
}

.dropdown-game-flex ul li p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    color: #FFFFFF;
    padding-left: 18px;
}

h5.new-game-span {
    position: absolute;
    right: 20px;
    font-weight: 900;
    font-size: 8px;
    line-height: 10px;
/* identical to box height */
    color: #FFFFFF;
    background: #0F853D;
    border-radius: 6px;
    padding: 5px 10px;
    top: 22px;
    margin: 0;
}

.dropdown-game-flex ul li:hover {
    background: #0e853d;
    transition: 0.5s;
}

.dropdown-game-flex ul li:hover h5 {
    background: #2a3b4b;
    transition: 0.5s;
}
.provider-tabs .carousel {
    height: 100%;
}

.provider-tabs .carousel-inner {
    height: 100%;
}

.provider-tabs .carousel-item {
    height: 100%;
}

.provider-tabs nav {
    height: 100%;
}
.poker-all-money {
    background: #0F853D;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.poker-all-money h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.poker-all-money h2 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    padding-top: 10px;
}
.poker-slider ol.carousel-indicators {
    margin-left: 32px;
    bottom: 20px;
}
.poker-all-money img {
    margin-right: 20px;
}

.poker-all-gamer {
    background: #2B3B4B;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 13px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    overflow: hidden !important;
    position: relative;
}

.poker-all-gamer h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.poker-all-gamer h2 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    padding-top: 10px;
}

.poker-all-gamer img {
    margin-right: 20px;
}

button.btn.btn-poker {
    background: #3CC169;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-weight: 900;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}
img.poker-after1 {
    position: absolute;
    right: 0;
    margin: 0;
}

.poker-all-money div {
    position: relative;
}

img.poker-after2 {
    position: absolute;
    right: 0;
    margin: 0;
}

.poker-all-gamer div {
    position: relative;
}
.clr-green {
    color: #0e853d;
    font-size: 19px;
    position: relative;
    top: 1px;
}
.banner-carousel-controller {
    position: absolute;
    right: 20px;
    top: 20px;
}

.banner-carousel-controller ul li {
    background: #0F853D;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.banner-carousel-controller ul li a {
    color: #fff;
    padding: 13px;
    border-bottom: 1px solid #1da352;
}

.banner-carousel-controller ul li a:last-child {
    border: none;
}

.two-banners-area img {height: 350px;width: 100%;}
section#affliate-top {
    padding: 30px 0;
}

.affliate-top-banner {
    padding: 50px;
    border-radius: 15px;
    background: url(images/aff-bg.png) no-repeat;
    background-size: cover !important;
    overflow: hidden;
}

.affliate-top-banner h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 136.5%;
/* or 96px */


/* COLOR */
    color: #0F853D;
}

.affliate-top-banner h1 span {
    color: #2B3B4B;
}

.affliate-top-banner h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 136.5%;
/* or 61px */


/* Color */
    color: #2B3B4B;
}

.affliate-top-banner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 149.5%;
/* or 28px */
    color: #000000;
    padding-top: 20px;
}
.affliate-top-banner .btn {
    margin-top: 30px;
}
.row.title-new {
    text-align: center;
    padding-bottom: 50px;
}

.row.title-new h4 {
    background: #0F853D;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    width: 150px;
    padding: 10px 20px;
    margin: 0 auto;
}

.row.title-new h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 66px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}

.row.title-new p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}
section#affliate-about {
    position: relative;
}

.affliate-about-img img {
    left: -100px;
    position: relative;
}

.affliate-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
/* or 36px */
    text-align: right;

/* Color */
    color: #2B3B4B;
    padding-top: 30px;
    position: relative;
}

.affliate-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
}

.affliate-text {
    padding-right: 12%;
}

.affliate-buttons .btn {
    margin-left: 20px;
    margin-right: 0;
}
img.affliate-text-after2 {
    position: absolute;
    left: -70px;
    top: 0;
}

img.affliate-text-after1 {
    position: absolute;
    right: 30px;
    top: -50px;
}

section#aflliate-counter-list {
    background: #FFFFFF;
/* SHADOW */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
}

.affliate-box h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 84px;
    

/* COLOR */
    color: #0F853D;
}

.affliate-box {
    text-align: center;
    border-right: 1px solid #ECECEC;
    padding: 30px;
    width: 100%;
    position: relative;
}

.affliate-box p {
    font-weight: 400;
    font-size: 16px;
    
/* or 20px */
    text-align: center;

/* Color */
    color: #2B3B4B;
}

section#aflliate-counter-list .col-lg-3.col-md-3.col-12 {
    padding: 0;
}

.affliate-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.affliate-box:hover:after {
    background: #0e853d;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}
section#affliate-about-title {
    padding: 30px 0;
}
h1.clr-gray {
    color: #757C85;
}
section#affliate-sss-area {
    padding: 50px 0;
}

.affliate-sss-list .card {
    margin: 20px 0;
}

.affliate-sss-list .btn-link {
    background: #2a3b4b;
    color: #fff;
}

.affliate-sss-list .btn-link.collapsed {
    background: #fff !important;
    color: #2a3b4b;
}
.affliate-sss-list .collapse.show {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    font-size: 14px;
}

.affliate-sss-list .collapse.show .card-body {
    padding: 0;
}
.apply-box {
    background: #FFFFFF;
/* DROP-SHADOW */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 30px;
    position: relative;
}

img.apply1-after {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px 0 0;
}

img.apply1-after2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 25px 0;
    filter: brightness(0);
}

section#apply-affliate {
    padding: 50px 0;
}

span.counter-apply {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(92.4deg, #109D48 3.11%, #4BCC77 98.77%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 100px;
}

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

.apply-box h2 {
    font-weight: 800;
    font-size: 23px;
    line-height: 132%;
/* or 34px */


/* Color */
    color: #2B3B4B;
    padding-bottom: 10px;
}

.apply-box h2 span {
    color: #08853c;
}

.apply-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 178.5%;
/* or 27px */


/* Color */
    color: #2B3B4B;
    padding-right: 60px;
    padding-bottom: 25px;
}

.apply-box .btn {
    margin-bottom: 10px;
}

.apply-box:hover .apply1-after2 {
    filter: none;
    transition: 0.5s;
}

.apply-box:hover .btn {
    background: #0e853d !important;
    transition: 0.5s;
}

span.counter-apply:After {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    bottom: -7px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    background: linear-gradient(92.4deg, #109D48 3.11%, #4BCC77 98.77%);
}

span.counter-apply:before {
    position: absolute;
    background: linear-gradient(92.4deg, #109D48 3.11%, #4BCC77 98.77%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 100px;
    z-index: 99;
}
span.counter-apply span {
    position: relative;
    z-index: 99999;
}

section#phone-slider-area .owl-carousel .owl-item img {
    position: relative;
}
img.absolute-phone {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    margin-top: -10px;
}
.row.phone-slider {
    padding: 50px 0;
    position: relative;
    padding-bottom: 100px;
}

section#phone-slider-area .owl-nav {
    display: none !important;
}



section#phone-slider-area {
    position: relative;
    padding: 50px 0;
    padding-bottom: 0;
    margin-bottom: -50px;
}
.bet-page-promos {
    padding: 50px 0;
}

.bet-page-search {
    background: #FFFFFF;
    opacity: 0.2;
/* color */
    border: 0.75px solid #323232;
    border-radius: 11px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}

.bet-page-search input {border: none;padding: 0;font-weight: 400;font-size: 14px;line-height: 16px;color: #C7C7C7;}

.bet-page-box {
    background: #323232;
    border-radius: 17px;
    padding: 20px;
    position: relative;
    margin: 15px 0;
    height: 95px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

img.bet-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

img.sidebar-img-after1 {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.bet-page-box-text h2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
}

.bet-page-box-text h2 span {
    font-weight: 800;
}

.bet-page-box.bg-green {
    background: linear-gradient(81.78deg, #37BC64 -1.88%, #50D57D 109.94%);
}
.league-dropdown {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 55px -4px rgba(0, 0, 0, 0.02);
    border-radius: 13px;
    margin-bottom: 30px;
}

.league-dropdown-top {/* green */
    background: linear-gradient(83.4deg, #324F3C 0.8%, #40C56D 70.31%, #50D57D 110.2%);
    box-shadow: 10px 10px 55px -4px rgba(0, 0, 0, 0.02);
    border-radius: 13px 13px 0px 0px;
    position: relative;
    padding: 14px 20px;
    overflow: hidden;
}

img.league-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.league-dropdown-top h1 {
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 999;
}

.league-dropdown-top svg {
    margin-right: 10px;
}

.league-dropdown-top h1 span {
    font-weight: 900;
}

.league-list ul {
    display: block;
}

.league-list ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

/* color */
    border-bottom: 1px solid #ededed;
    padding: 5px 9px;
}

.league-list ul li img {
    width: 25px;
    margin-right: 10px;
}

.league-list {
    height: 400px;
    overflow-y: scroll;
}

section#bet-page-area {
    padding-bottom: 50px;
}






.scrollbar-ripe-malinka::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);background: linear-gradient(81.78deg, #37BC64 -1.88%, #50D57D 109.94%);}

border-radius: 0 !important; }

.thin::-webkit-scrollbar {
width: 6px; }
nav.league-tabs-nav {
    background: #323232;
}

nav.league-tabs-nav .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border: none;
}

nav.league-tabs-nav .nav-link {
    ont-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #FFFFFF;
    padding: 12px 15px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #4b4a4a;
    margin-bottom: 0;
    text-align: center;
    width: 33.3%;
}
.lig-collapse {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

span.lig-counter {
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #D2D2D2;
}

.lig-collapse svg {
    color: #d2d2d2;
    margin-left: 10px;
}
.lig-collapse.collapsed {
    background: none;
}

.lig-collapse {
    background: #0e853d;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    transition: 0.5s;
}

.lig-collapse span {
    color: #fff;
    border-color: #fff;
    transition: 0.5s;
}

.lig-collapse svg {
    color: #fff !important;
    transition: 0.5s;
}

.lig-collapse.collapsed span {
    color: #333;
}

.lig-collapse.collapsed .lig-counter {
    border-color: #D2D2D2;
    color: #D2D2D2;
}

.lig-collapse.collapsed svg {
    color: #d2d2d2 !important;
}

.league-list .card-body {
    padding: 0;
}
.lig-down-collapse {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}


.lig-down-collapse svg {
    color: gray;
    margin-left: 8px;
}

ul.lig-ust-ul {
    padding: 6px 0;
}

ul.lig-alt-ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border: none;
    font-size: 14px;
    padding: 5px 15px;
}

ul.lig-alt-ul .form-check-input {
    position: relative;
}

.no-dropdown-list ul li {padding: 13px 20px;border-bottom: 1px solid #E3E3E3;}

.no-dropdown-list ul li:hover {
    color: #fff;
    background: #0e853d;
    transition: 0.5s;
}

.league-list .card-body ul li {
    border: none;
}
.page-box-content.kazanan-content {
    height: auto;
    overflow: auto;
}

img.right-promo-img {
    margin: 10px 0;
}
.coupon-box-area {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 55px -4px rgb(0 0 0 / 2%);
    border-radius: 13px;
    position: relative;
    margin-bottom: 20px;
}

nav.coupon-header-tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 13px 13px 0px 0px;
}

nav.coupon-header-tabs .nav-tabs .nav-link {
    width: 50%;
    background: #323232;
    border-radius: 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */
    color: #FFFFFF;
    text-align: center;
    padding: 18px;
    POSITION: relative;
}

nav.coupon-header-tabs .nav-tabs .nav-link.active {
    background: linear-gradient(83.4deg, #324F3C 0.8%, #40C56D 70.31%, #50D57D 110.2%);
}

nav.coupon-header2-tabs .nav-tabs {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

nav.coupon-header2-tabs .nav-tabs .nav-link {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;

/* color */
    color: #c9c4c4;
    border-radius: 0;
    width: 100%;
    text-align: center;
    border: none;
    border-right: 1px solid #ededed;
}

nav.coupon-header2-tabs .nav-tabs .nav-link:last-child {
    border: none;
}

nav.coupon-header2-tabs .nav-tabs .nav-link.active {
    background: #c9c4c5;
    border: none;
    color: #fff;
}

nav.coupon-header2-tabs .nav-tabs .nav-link:hover {
}

ul.coupon-game {
    display: block;
}

li.selection-game {
    background: #eaeaea;
}

ul.coupon-game li {
    padding: 12px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

span.club {
    font-weight: 700;
    line-height: 14px;
/* identical to box height */


/* color */
    color: #323232;
}

span.club img {
    width: 20px;
    margin-right: 5px;
}

span.club-vs {
    font-weight: 700;
    font-size: 14px;
    line-height: 12px;

/* color */
    color: #b7b4b4;
}

.club-vs .fa-solid {
    color: #FF3257;
    opacity: 1 !important;
}

span.club-time {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;

/* color */
    color: #323232;
    opacity: 0.4;
}

span.club-oran {
    background: linear-gradient(81.78deg, #37BC64 -1.88%, #50D57D 109.94%);
    border-radius: 14.5px;
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 10px;
}

ul.coupon-checkbox-list {
    padding: 10px 20px;
    display: block;
}

ul.coupon-checkbox-list .form-check-input {
    position: relative;
    margin: 0;
    margin-right: 10px;
}

ul.coupon-checkbox-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
/* identical to box height */
    color: #9B9B9B;
    padding: 10px 0;
}

ul.coupon-bottom-list {
    display: block;
    background: #ececec;
    border-radius: 16px;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    margin-bottom: 20px;
}

ul.coupon-bottom-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
ul.coupon-bottom-list li {
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    color: #323232;
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 0;
}

ul.coupon-bottom-list li:last-child {
    border: none;
}

ul.bahis-kazananlar-title {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 18%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

ul.bahis-kazananlar-title li {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #c9c4c4;
    border-radius: 0;
    width: 100%;
    text-align: center;
    border: none;
    border-right: 1px solid #ededed;
    padding: 10px;
}

ul.bahis-kazananlar-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

ul.bahis-kazananlar-list li {
    width: 33.3%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

/* color */
    color: #323232;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0;
    border-right: 1px solid #E3E3E3;
}
li.br-none {
    border-right: none !important;
}
.bb-none {
    border-bottom: none !important;
}
.slot-page-kazananlar .winners img {
    width: 51px;
    margin-right: 6px;
}

.slot-page-kazananlar .winners h2 {
    font-size: 11px;
}

.slot-page-kazananlar .winners p {
    font-size: 11px;
}
.new-span.newspan2 {
    background: linear-gradient(82.95deg, #FF3257 2.42%, #fc5876 82.92%, #fb5875 82.92%);
    z-index: 999;
    right: auto;
    left: 30px;
    top: -10px;
    padding: 3px 20px;
}

.new-span.newspan2:after {
    background: linear-gradient(82.95deg, #FF3257 2.42%, #fc5876 82.92%, #fb5875 82.92%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
nav.coupon-header-tabs .nav-tabs .nav-link:first-child {
    border-radius: 13px 0 0 0;
}

nav.coupon-header-tabs .nav-tabs .nav-link:last-child {
    border-radius: 0 13px 0 0;
}

nav.coupon-header-tabs .new-span.newspan2 {
    top: -19px;
    right: 29px;
    left: auto;
}
.match-list-area {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 55px -4px rgb(0 0 0 / 2%);
    border-radius: 13px;
    position: relative;
}

.match-list-header {
    background: linear-gradient(82.58deg, #000000 47.06%, #50D57D 98.43%);
    border-radius: 13px 13px 0px 0px;
    position: relative;
    padding: 10px 24px;
}

img.match-header-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.match-list-header h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */
    color: #FFFFFF;
}

nav.match-header-nav .nav-tabs {
    background: #3A3A3A;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

nav.match-header-nav .nav-tabs .nav-link {
    font-weight: 900;
    font-size: 10px;
    line-height: 16px;
/* identical to box height */
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: none;
    border-right: 1px solid #5c5c5c;
    border-radius: 0;
    height: 100%;
    width: 100%;
}
nav.match-header-nav .nav-tabs .nav-link.active {
    background: linear-gradient(130.94deg, #4BCC77 10.3%, rgba(53, 66, 57, 0) 63.6%);
}
.match-content thead {
    background: linear-gradient(80.95deg, #45574B 12.91%, #39BE66 91.33%, #50D57D 111.05%);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

table.table.table-striped.table-borderless {
    border: none !important;
}

.match-content td {border-radius: 0 !important;font-size: 13px;}

table.table.table-striped.table-borderless th {
    border: none;
}

td.match-clock-td {
    font-weight: 700;
    line-height: 14px;

/* color */
    color: #323232;
}

td.match-clock-td i {
    color: #C7C7C7;
    margin-right: 4px;
}

.match-content .table-striped tbody tr:nth-of-type(odd) {
    border-radius: 0 !important;
}

span.oran-span {
    border: 1px dashed #a3a3a3;
    border-radius: 100px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: center;

/* color */
    color: #323232;
    padding: 5px 10px;
}

section#bet-page-area .col-lg-6.col-md-6.col-12 {
    padding: 0;
}

span.match-link {
    background: #0e853d;
    padding: 5px 7px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
}

span.match-link svg {
    margin-left: 4px !important;
}
.live-ul ul {
    display: block;
}

.live-ul ul li {
    background: #323232;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 29px 30px;
}

.live-ul ul li svg {
    position: absolute;
    right: 44px;
    top: 31px;
    color: #ffff;
    font-size: 23px;
    z-index: 99;
}

.live-ul ul li p {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
/* identical to box height */
    color: #FFFFFF;
    margin-left: 20px;
}

img.live-after {
    position: absolute;
    right: 10px;
    height: 100%;
}

.live-ul ul li:nth-child(2) {
    background: #0F853D;
}

.live-ul ul li:last-child {
    background: #2B3B4B;
}
ul.canli-ul-new li h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;

/* Color */
    color: #2B3B4B;
}

ul.canli-ul-new {
}

ul.canli-ul-new li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed !important;
    padding: 17px 0;
}

ul.canli-ul-new li h3 span {
    background: #0F853D;
    border-radius: 3px;
    font-weight: 900;
    font-size: 13px;
    line-height: 11px;
/* identical to box height */
    color: #FFFFFF;
    padding: 4px 9px;
    margin-right: 3px;
}

ul.canli-ul-new li h3 {
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
    padding-top: 13px;
}

ul.canli-ul-new li svg {
    color: #D2D2D2;
}
.no-height {
    height: 100%;
    overflow: auto;
}
.live-navs .nav-tabs {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.18);
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -7px;
}

.live-navs .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;

/* Color */
    color: #2B3B4B;
    padding: 10px 9px;
    border: none;
    position: relative;
}

.live-navs .nav-tabs .nav-link.active {
    background: none;
    border: none;
}

.live-navs .nav-tabs .nav-link.active:After {
    position: absolute;
    content: "";
    width: 78%;
    background: #40c56d;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px 5px 0 0;
}

.live-navs img {border-radius: 13px 13px 0 0;width: 100%;height: 100%;}

.live-navs {
    margin-bottom: 30px;
}
.live-match {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 55px -4px rgb(0 0 0 / 2%);
    border-radius: 13px;
    position: relative;
}

.live-match-header {
    background: #0F853D;
    box-shadow: 10px 10px 55px -4px rgba(0, 0, 0, 0.02);
    border-radius: 13px 13px 0px 0px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

img.match-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.live-match-header h1 {
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.live-match-header ul li {
    position: relative;
    z-index: 99;
    font-weight: 900;
    font-size: 13px;
    line-height: 19px;
    color: #FFFFFF;
}

.live-match-header ul li span {
    margin: 0 7px;
}

.live-match-content ul {}
ul.content-single-ul {
    display: block;
}

.live-match-content-single {
    padding: 20px;
    padding-top: 0;
}

ul.content-single-ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #EDEDED;
}

ul.live-scor-ul li {
    border: 1px dashed #D6D6D6 !important;
    border-radius: 100px;
    padding: 5px 15px !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-align: center;

/* color */
    color: #323232;
    margin: 0 7px;
}

li.li-run {
    background: linear-gradient(81.78deg, #37BC64 -1.88%, #50D57D 109.94%);
    color: #FFf !important;
}

.live-team-li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}

.live-team-li img {
    margin-right: 6px;
}

.live-time-li {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}

.live-time-li svg {
    margin-right: 6px;
}

ul.content-single-ul li:last-child {
    border: none;
    padding-bottom: 0;
}
.live-match-controller ul li {
    background: #0F853D;
    border-radius: 13px;
    width: 100%;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
/* identical to box height */
    color: #FFFFFF;
    position: relative;
}

.live-match-controller ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.live-match-controller ul li svg {
    margin-right: 10px;
}

.opacity-after {
    opacity: 0.3;
}

.live-match-controller ul li:first-child {
    margin-right: 20px;
}

.live-match-controller {
    margin: 20px 0;
}

.live-match-controller ul li:last-child {
    background: #B8B8B8;
}
.live-match-navs .card-header .btn {
    background: #0F853D;
    box-shadow: 10px 10px 55px -4px rgba(0, 0, 0, 0.02);
    border-radius: 13px 13px 0px 0px;
    color: #fff;
}

.live-match-navs .card-header .btn.collapsed {
    background: #2B3B4B;
    border-radius: 13px;
}

.live-match-navs .nav {
    margin-bottom: 20px;
    background: #2B3B4B;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.live-match-navs .card-body {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 10px 10px 55px -4px rgba(0, 0, 0, 0.02);
    border-radius: 0 0 13px 13px;
    padding: 10px;
}

.live-oran-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.live-oran-list ul li {
    background: #F4F4F4;
    border: 1px dashed #CBCBCB;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 20px;
}

.live-oran-list h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */
    color: #A0A0A0;
}

span.live-oran {
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */


/* Color */
    color: #2B3B4B;
}

.clr-red {
    color: #FF0000;
}

span.live-oran {}

li.down-oran {
    border: 1px solid #FF0000 !important;
}

li.up-oran {
    border: 1px solid #0F853D !important;
}

.clr-yellow {
    color: #0e853d;
}
ul.w50 li {
    width: 49% !important;
    margin: 7px 0;
}

ul.w50 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

span.live-oran-left {
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
/* identical to box height */
    color: #A0A0A0;
    border-right: 1px dashed #CBCBCB;
    padding-right: 3px;
    margin-right: 6px;
}

.live-oran-list ul li i {
    margin-right: 6px !important;
}
li.lock-oran {
    background: #FFFFFF !important;
}
.lock-icon {font-size: 13px;color: gray;position: relative;top: -1px;}
ul.w33 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.w33 li {
    width: 32%;
    margin: 7px 0;
}

.live-match-navs div#accordion {
    margin-bottom: 20px;
}
.live-match-navs .nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
/* identical to box height */
    color: #FFFFFF;
    padding: 12px 20px;
}

.live-match-navs .nav .nav-link.active {
    border-radius: 0;
    background: #0e853d;
}
.header-lang .dropdown-menu.show {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    border-radius: 10px;
}

.header-lang .dropdown-item {
    padding: 7px 0;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 600;
}

.header-lang .dropdown-item:last-child {
    border: none;
}

.header-lang .dropdown-item img {
    margin-right: 6px;
}

.green-btn:hover {
    background: #1a974b;
    transition: 0.5s;
}

.dark-btn:hover {
    background: #3c566e !important;
    transition: 0.5s;
}

button.btn.btn-search:hover {
    background: #2a3b4b;
    transition: 0.5s;
    color: #fff;
}

button.btn.btn-search:hover a {
    color: #fff;
    transition: 0.5s;
}

button.btn.btn-all:hover {
    background: #2a3b4b;
    transition: 0.5s;
}

.game:hover {}

.game:hover .game-play span {
    background: #2a3b4b;
    transition: 0.5s;
}

button.btn.btn-canli:hover {
    background: #1fad57;
    transition: 0.5s;
}
button.btn.btn-all2:hover {
    background: #0e853d;
    color: #fff;
    transition: 0.5s;
}
.menu-flex ul li:hover {
    background: #08853c;
}
table tr:hover {
    background: #0e853d !important;
    transition: 0.5s;
    color: #fff;
}

table tr:hover td {
    color: #fff;
    transition: 0.5s;
}

table tr:hover .btn {
    background: #fff !important;
    color: #0e853d;
    transition: 0.5s;
}
table tr:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}

table tr:hover i {
    color: #fff;
    transition: 0.5s;
}
button.btn.btn-poker:hover {
    background: #0e853d;
    transition: 0.5s;
}
table tr:hover .btn i {
    color: #0e853d;
    transition: 0.5s;
}
img.no-filter {
    filter: none !important;
}
.phone-info {
    background: rgba(226, 181, 63, 0.79);
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.5%;
/* identical to box height, or 19px */
    color: #FFFFFF;
}
ul.country-list {
    display: block;
}
table tr:hover span.club img {
    filter: none !important;
}

table tr:hover span.club-vs {
    color: #fff;
    transition: 0.5s;
}

table tr:hover span.club {
    color: #fff;
    transition: 0.5s;
}

table tr:hover span.oran-span {
    color: #fff;
    border-color: #fff;
    transition: 0.5s;
}

table tr:hover span.match-link {
    background: #fff;
    color: #0e853d;
    transition: 0.5s;
}

