body{
    background-color: #000;
}
body.sidebar-open>.container-fluid{
    overflow-x: hidden;
}
a.nav-link.text-white {
    font-size: 14px;
}
.header-section{
    padding:25px 0px 25px 25px;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 0, 76, 0.00) 69.88%, rgba(255, 0, 76, 0.08) 100%);
    overflow-y: hidden;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
}

#toggleSidebar {
    background-color: transparent;
    border: none;
}

#toggleSidebar:focus {
    outline: none;
    box-shadow: none;
}
.header-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%; /* Adjust the width as needed */
    height: 2px; /* Adjust the height as needed */
    background: linear-gradient(to right, transparent, #FF004C);
}
.level{
    gap:5px;
    display: flex;
    flex-direction: row;
    color:#fff;
}
.user-progress{
    gap: 5px;
}
.progress{
    background-color: #181F29;
    height: 5px;
}
.progress .progress-bar{
    background-color: #FF004C;
}
.stories.carousel .story > .item-link > .info .name{
    color:#fff;
    font-size: 12px;
}
.header-login{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FF004C;
    padding: 10px 25px;
    border-radius:10px;
}
.header-register{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.youtube-account-details__item img{
    width: 90px;
}

.youtube-account-details__item .youtube-account-details__item__content h3{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.youtube-account-details__item .youtube-account-details__item__content p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.youtube-account-details__item .youtube-account-details__item__content .tags span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #FF004C;
    padding: 5px 10px;
    border-radius: 5px;
}

.youtube-account-details__item .youtube-account-details__item__icon{
    color:#fff;
    font-size: 16px;
}

.user-level{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #FF004C;
}
.dropdown .dropdown-toggle{
    color: #fff;
    padding:unset;
}

.banner img {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    z-index: 1000; 
}

.dropdown .dropdown-toggle:focus{
    box-shadow: none;
}
.section-banners{
    border: 4px solid #181F29;
    border-radius: 5px;
    background-color: #181F29;
    margin: auto;
}
.section-banners img{
    width: 100%;
    /* height: 100%; */
    border-radius: 5px;
}
.kazanc-paylas-link{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #FF004C;
    background: #0B1018;
    padding: 12px 25px;
}
.kazanc-paylas-link:hover{
    color: #FFF;
}
.sizden-gelenler-table-row table, .siparislerim-table-row table, .promo-table-row table{
    border-collapse: separate;
    border-spacing: 0 2px; 
}

.sizden-gelenler-table-row .table-responsive, .siparislerim-table-row .table-responsive, .promo-table-row .table-responsive{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    margin: 0 auto;
}

.sizden-gelenler-table-row table th, 
.sizden-gelenler-table-row table td,
.siparislerim-table-row table th,
.siparislerim-table-row table td,
.promo-table-row table th,
.promo-table-row table td{
    background-color: #181F29;
    color: #FFF;
    padding: 15px;
    border: none;
}

.siparislerim-table-row table thead th,
.promo-table-row table thead th{
    background-color: #181F29;
    color: #FF004C;
    padding: 15px;
    border: none;
}

.sizden-gelenler-table-row table td.rating-cell{
    color: #FFF;
    font-weight: 800;
    text-align: center;
    padding: unset; 
    display: flex;
    justify-content: space-around; 
    align-items: center;
    height: 100%; 
    background-color: transparent;
    gap:2px;
}

.rating-up-btn, .rating-down-btn {
    background-color: transparent;
    border-radius: 2px;
    border: 2px solid #181F29;
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center; 
    padding: 15px 10px;
}

.sizden-gelenler-table-row table thead th:first-child, .siparislerim-table-row table thead th:first-child, .promo-table-row table thead th:first-child {
    border-radius: 5px 0 0 2px;
}

.sizden-gelenler-table-row table thead th:last-child {
    border-radius: 0 5px 2px 0;
    border-left:2px solid #000; 
    text-align: center;
}

.siparislerim-table-row table thead th:last-child, .promo-table-row table thead th:last-child {
    border-radius: 0 5px 2px 0;
}


.sizden-gelenler-table-row table tbody td:first-child, .siparislerim-table-row table tbody th:first-child, .promo-table-row table tbody th:first-child {
    border-radius: 5px 0 0 2px;
}

.sizden-gelenler-table-row table tbody td:last-child{
    border-radius: 0 5px 2px 0;
    border-left:2px solid #000; 
}

.siparislerim-table-row table tbody td:last-child{
    border-radius: 0 5px 2px 0;
}

.promo-table-row table tbody td:last-child{
    border-radius: 0 5px 2px 0;
}

.rating-cell {
    background-color: #FF004C;
    color: #FFF;
    font-weight: 800;
    text-align: center;
}

.sizden-gelenler-table-row table thead th {
    color: #FF004C;
    font-size: 16px;
    font-weight: 800;
    padding: 15px;
    background-color: #181F29;
}

.sizden-gelenler-table-row table tbody td {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

.ticket-box{
    background-color: #181F29;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ticket-box .ticket-box-image{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.ticket-box .ticket-box-text{
    color: #BBBBBB;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ticket-box .ticket-box-count{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.kazanc-paylas-form{
    background-color: #0B1018;
    border-radius: 5px;
    padding: 15px 25px;
}

.kazanc-paylas-form .form-group{
    color:#fff;
}
.kazanc-paylas-form .form-group .form-control{
    background-color: transparent;
    border-radius: 4px;
    border: 1.5px solid #181F29;
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 15px;
}
.kazanc-paylas-form .form-control{
    background-color: transparent;
    border-radius: 4px;
    border: 1.5px solid #181F29;
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 15px;
}
.kazanc-paylas-form .form-group .form-control:focus{
    box-shadow: none;
}
.kazanc-paylas-form button{
    background-color: #FF004C;
    border-radius: 5px;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 25px;
    text-transform: uppercase;
    min-width: 250px;
}
.side-buttons, .side-buttons-market, .side-buttons-puan{
    border-radius: 6px;
    background: #0B1018;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding:3px;
}
.side-buttons button, .side-buttons-market a, .side-buttons-puan a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.side-buttons button:focus, .side-buttons-market a:focus, .side-buttons-puan a:focus{
    box-shadow: none;
}

.side-buttons button:hover, .side-buttons-market a:hover, .side-buttons-puan a:hover{
    color: #FFF;
}

.side-buttons button.active, .side-buttons-market a.active, .side-buttons-puan a.active{
    border-radius: 4px !important;
    background: #181F29;
    color: #FF004C;
}

.search-wrapper .input-container {
    position: relative;
}

.search-wrapper .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.search-wrapper input::placeholder {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.search-wrapper .input-container .form-control {
    padding-left: 30px; /* Adjust this value based on the icon size */
}

.search-wrapper input {
    background-color: #0B1018;
    border: 1.5px solid #181F29;
    border-radius: 30px;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 15px;
}

.search-wrapper .input-container .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    outline: none;
    border: 1.5px solid #181F29;
}



.head-cekilisler-wrapper, .cekilisler-wrapper, .win-wrapper{
    border-radius: 4px;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
}

.yatirim-gorevler-wrapper{
    border-radius: 4px;
    padding: 25px;
}

.win-wrapper,.yatirim-gorevler-wrapper{
    background-color: #0B1018;
}

.win-wrapper .win-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #181F29;
    border-radius: 15px;
}

.win-wrapper .win-box .win-title{
    color: #FF004C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.win-wrapper .win-box .win-text{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.win-wrapper .win-entries-box{
    background-color: #181F29;
    border-radius: 4px;
}

.terms-conditions-link{
    color: #BBB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-header .btn-close{
    background-color: #FFF !important;
}

.head-cekilisler-wrapper .cekilisler-logo, .cekilisler-wrapper .cekilisler-logo{
    width: 150px;
}

.head-cekilisler-wrapper .box-body .box-title, .cekilisler-wrapper .box-body .box-title{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.head-cekilisler-wrapper .box-body .box-amount, .cekilisler-wrapper .box-body .box-amount{
    color: #FF004C;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subhead-cekilisler-wrapper{
    background-color: #181F29;
    padding: 15px 25px;
    border-radius: 4px;
}

.subhead-cekilisler-wrapper .subhead-box-title{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.subhead-cekilisler-wrapper .subhead-box-amount{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cekilisler-katil-content .cekilise-katil-kurallar-body, .cekilisler-katil-content .cekilise-katil-kazanalar-body{
    background-color: #181F29;
    border-radius: 5px;
    padding: 15px 25px;
}
.cekilisler-katil-content .cekilise-katil-kurallar-body h2, .cekilisler-katil-content .cekilise-katil-kazanalar-body h2{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cekilisler-katil-content .cekilise-katil-kurallar-body p, .cekilisler-katil-content .cekilise-katil-kazanalar-body p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cekilisler-katil-content .cekilise-katil-kurallar-body ul{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: unset;
}

.cekilisler-katil-content .cekilise-katil-kazanalar-body .cekilis-kazanan-item{
    background-color: #0B1018;
    border-radius: 5px;
    padding: 15px;
}

.cekilisler-katil-content .cekilise-katil-kazanalar-body span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cekilisler-katil-content .cekilise-katil-kazanalar-body h3{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.market-box-footer button.btn-special{
    background-color: transparent;
    border: 2px solid #FF004C;
    border-radius: 5px;
}

.btn2{
    background-color: #000;
    border: 2px solid #FF004C;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.btn3{
    background-color: #dede;
    border: 2px solid #FF004C;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.btn4{
    background-color: #ff0000ee;
    border: 2px solid #FF004C;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.btn5{
    background-color: #27bc0aee;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}



.cekilisler-content .btn, .market-box-footer .btn, .bonuslar-box-footer .btn{
    background-color: #FF004C;
    border: 2px solid #FF004C;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.win-wrapper .win-entries-box .btn{
    background-color: #FF004C;
    border: 2px solid #FF004C;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}

.money-collect-button .btn{
    background-color: #FF004C;
    border: 2px solid #FF004C;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}

.progress-container {
    margin-top: 10px;
}

.progress-labels {
    margin-bottom: 5px;
    font-weight: bold;
}

.progress {
    height: 20px; /* Adjust the height as needed */
}


.bigbets-link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none; 
}

.megabets-link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none; 
}

.bonuslar-box-footer .btn{
    text-transform:none;
}
.cekilisler-content .time-wrapper{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.cekilisler-content .time-wrapper .time-text{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.cekilis-swiper{
    padding: 20px 0;
    margin:20px 0;
}
.cekilis-swiper .swiper-slide {
    opacity: 0.5;
    transform: scale(0.9); /* Shrink inactive slides */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
    z-index: 1; /* Default z-index for inactive slides */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cekilis-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1); /* Enlarge active slide */
    z-index: 10; /* Bring active slide above others */
}

.cekilis-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cekilis-swiper .swiper-slide .btn{
    background-color: #FF004C;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 25px;
    margin: 20px auto;
}
.market-box-body .market-main-content, .bonuslar-box-body .bonuslar-main-content{
    border-radius: 5px;
    background-color: #181F29;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 510px;
}
.bonuslar-box-body .bonuslar-main-content{
    min-height: 350px;
}
.market-box-content img.market-image, .bonuslar-box-content img.bonuslar-image{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.market-content .box-title, .market-box-footer .box-title, .bonuslar-content .box-title, .bonuslar-box-footer .box-title{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}
.market-content .box-text, .market-box-footer .box-text, .bonuslar-content .box-text, .bonuslar-box-footer .box-text{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.bonuslar-image-casino{
    margin: 0 auto;
}

.market-box-footer .box-text, .bonuslar-box-footer .box-text{
    justify-content: space-between;
}

.promo-table-row label{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.promo-table-row input{
    background-color: transparent;
    border-radius: 4px !important;
    border: 1.5px solid #181F29;
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 15px;
}
.promo-wrapper{
    border-radius: 5px;
    background-color: #0B1018;
    padding: 15px;
}
.promo-wrapper .input-group{
    gap:5px;
}
.promo-wrapper .btn{
    background-color: #FF004C;
    border-radius: 5px !important;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 12px 25px;
    text-transform: uppercase;
}
.bonus-hunt-right-column{
    padding-left: 8px;
}
.side-dropdown .select2-container--default .select2-selection--single{
    border-radius: 6px !important;
    border: 1px solid #FF004C !important;
    background: #0B1018 !important;
    height: 40px !important;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    flex-grow: 1;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    padding-right: 10px !important;
}
.side-dropdown .selection {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.side-dropdown .select2-selection__clear{
    display: none;
}
.side-dropdown .select2-selection__arrow{
    margin-left: 8px; 
    display: flex; 
    align-items: center;
    position: unset !important;
    width: 13px !important;
    height: 13px !important;
}
.side-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('/assets/img/icons/dropdown-arrow.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 100%;
    height: 100%;
    /* display: block; */
    position: unset !important;
}
.select2-selection__arrow b {
    transform: rotate(0deg);
    transition: transform 0.1s ease-in-out;
}

.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
}
.bonus-hunt-right-column .promo-additional-text .nakit{
    font-size: 16px;
    font-weight: 600;
}
.user-points-col{
    background-color: #0B1018;
}
.user-points-wrapper{
    padding: 25px;
    background-color: #181F29;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.user-points-wrapper span.points{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.market-button-wrapper, .bonuslar-button-wrapper{
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #FF004C;
}
.market-button-wrapper a.btn, .bonuslar-button-wrapper a.btn{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    line-height: normal;
}
 .points-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.promo-table-row .promo-additional-text{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #0B1018;
    padding: 25px;
    text-align: center;
}
.promo-table-row .bonus-hunt-additional-text{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #0B1018;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
}

.promo-table-row .istatistikler-additional-text{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #0B1018;
    padding: 25px;
}
.istatistikler-content{
    display: flex;
    flex-direction: row;
}

.istatistikler-card {
    background-color: #0B1018; /* Dark background */
    color: #fff; /* White text */
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}
.istatistikler-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #181F29;
    margin-bottom: 2px;
    gap: 15px;
    border-radius: 4px;
}
.bonus-hunt-game-name{
    gap: 10px;;
}
.bonus-hunt-game-name span{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.istatistikler-text{
    color: #BBB;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.istatistikler-amount{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.istatistikler-text, .istatistikler-amount{
    flex: 0 0 50%;
}

.modal-backdrop{
    z-index: 0;
}

.modal-footer .btn{
    background-color: #FF004C;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 12px 25px;
    text-transform: uppercase;
}

#canliYayinKod .btn{
    background-color: #FF004C;
    border-radius: 5px;
    border: 4px solid #FF004C;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 12px 25px;
    text-transform: uppercase;
}

#canliTeslaKod .modal-body .btn{
    border-radius: 5px;
    background: #5AB1DD;
    border: 4px solid #5AB1DD;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 12px 25px;
    text-transform: uppercase;
}

#canliTeslaKod .modal-body{
    padding-top: 0px;
}

#canliTeslaKod .modal-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}

#canliTeslaKod .modal-header span{
    color: #BBB;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#canliTeslaKod .modal-header .tesla-kocaburun{
    margin: 24px 0;
}

#canliYayinKod .modal-content{
    border-radius: 4px;
    background: #0B1018;
}
#canliTeslaKod .modal-content{
    border-radius: 4px;
    border: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, rgba(90, 177, 221, 0.35) 100%), #0B1018;
}

.yayina-git-btn{
    border-radius: 8px;
    border: 2px solid #FF004C;
    padding: 8px 16px;
    background: #FF004C;
    box-shadow: 0px 0px 25px 0px rgba(255, 0, 76, 0.50);
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    animation: pulse-btn 1.5s infinite; /* Add pulsing animation */
    cursor: pointer;
}

@keyframes pulse-btn {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 76, 0.5);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 0, 76, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 76, 0);
    }
}

.canli-yayin-kod-input{
    border-radius: 4px;
    color: #FFF;
    border: 1.5px solid #181F29;
    background: #0B1018;
    padding: 12px 25px;
}
.canli-yayin-kod-input:focus{
    box-shadow: none;
    background: #0B1018;
    color: #FFF;
}
.canli-yayin-kod-input::placeholder{
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.2;
}


.modal-content{
    background-color: #181F29;
}

.modal-content .modal-title{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 10px;
}

.modal-content .modal-description{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
.modal-content .modal-detail-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width:1400px){
    .market-box-body .market-main-content{
        min-height: 450px;
    }
    .bonuslar-box-body .bonuslar-main-content{
        min-height: 300px;
    }
}

@media (min-width:1024px){
    .promo-table-row .col-12.col-lg-5{
        padding-right: 4px !important;
    }
    .promo-table-row .col-12.col-lg-7{
        padding-left: 4px !important;
    }
}
