@import url('var.css');
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .game-market .market-odds-wraper .market-odd-box { width: 60px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .game-market .market-odds-wraper .market-odd-box { width: 55px; }
    .odds-2-row .min-max { min-width: 55px; max-width: 55px; font-size: 10px; }
}
@media (max-width:1450px) {
    .left-sidebar { width: 210px; }
    .content-box { width: calc(100% - 210px); }
    .right-sidebar, .right-sidebar.sticky { width: 350px; }

    /* Inplay Details */
    .detail-page .wraper { width: calc(100% - 355px); }
}
@media (max-width:1199px) {
    /* Home */
    .tab-content .bet-table{max-height: 250px; overflow-y: auto; overflow-x: hidden; padding: 4px; }
    .bet-table-header{display: none;}
    .bet-table-row{padding: 5px 0;}
    .bet-table-row .odds-wraper { width: 100%; flex-wrap: wrap; }
    .bet-nation-name{width: 100%; margin: 0 0 4px;}
    .bet-nation-name .game-icons{width: 168px;}
    .bet-nation-name .bet-nation-game-name{max-width: calc(100% - 168px);}
    .bet-nation-name .bet-nation-game-name .event-name{font-weight: bold;}
    .bet-nation-name .bet-nation-game-name span.event-time{font-size: 12px;}
    .bet-nation-name .game-icons .game-icon{width: 20px; font-size: 10px;}
    .bet-nation-name .game-icons .game-icon img { height: 10px; }
    .bet-nation-name .game-icons .game-icon .active { height: 10px; width: 10px; }
    .bet-nation-name .game-icons .game-icon i { font-size: 10px; }
    .casino-grid { grid-template-columns: repeat(6, 1fr); }
    .main-content { margin-top: 0; }

    /* Inplay Details */
    .right-sidebar, .left-sidebar{display: none;}
    .content-box { width: 100%; }
    .detail-page .wraper{width: 100%;}
    .detail-page{padding: 0; min-height: calc(100vh - 145px);}
    .game-market .market-odds-wraper .market-odd-box{width: 60px;}
    .game-market .market-odds-wraper .match-status-message{font-size: 14px;}

    /* Main Menu */
    .navbar { background-color: var(--bg-primary); box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5); position: relative; padding: 0;}
    .navbar .navbar-nav{ display: none; }
    .navbar .navbar-nav.mobile{ display: flex; margin: 0;}
    .navbar .navbar-nav .nav-item { flex: auto; padding: 10px 0;}
    .navbar .navbar-nav .nav-link{ border-right: 1px solid var(--white); padding: 0 8px; text-align: center; font-size: 16px;}
    .navbar .navbar-nav:last-child .nav-link{border-right: 0;}

    /* Cat Menu */
    .tab-btns:not(.default) { background-color: var(--bg-secondary); }
    .tab-btns:not(.default) ul { overflow-x: auto; height: auto; }
    .tab-btns:not(.default) ul li a .icon, .tab-btns:not(.default) ul li .link .icon{font-size: 15px; margin-bottom: 5px; display: block; }
    .tab-btns:not(.default) ul li a,.tab-btns:not(.default) ul li .link{ background-color: var(--bg-secondary); color: var(--white); font-size: 12px; font-weight: bold; text-transform: uppercase; }
    .tab-btns:not(.default) ul li a.active, .tab-btns:not(.default) ul li .link.active {background-color: var(--bg-primary); color: var(--white); }

    /* Latest Event */
    .latest-event{flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; justify-content: flex-start; margin-bottom: 0; white-space: nowrap; padding: 0 5px 0; background-color: var(--bg-primary);}
    .latest-event a{ min-width: 50%;}

    /* Place Bet Modal */
    .place-bet-container .sidebar-title { display: flex; height: auto; align-items: center; justify-content: space-between; padding: 7px 10px 7px 5px; }
    .place-bet-container .sidebar-title h4{font-weight: bold;}
    .place-bet-box-header{display: none;}
    .place-bet-box-body{padding: 12px 10px 2px; border: 0; font-size: 16px;}
    .place-bet-box-body input.form-control { height: 28px; width: 100%;}
    .place-bet-for { width: 100%; justify-content: space-between; margin-bottom: .2rem; }
    .place-bet-odds{ position: relative; width: 126px;}
    .place-bet-odds input.form-control { height: 28px; width: calc(100% - 56px); margin: auto; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; text-align: left;}
    .place-bet-odds .spinner-buttons { width: 100%; display: flex; justify-content: space-between; height: 28px; flex-direction: row-reverse; }
    .place-bet-odds .spinner-buttons .btn-default{height: 28px; width: 28px; font-family: "Font Awesome 5 Free"; background: var(--bg-secondary); color: var(--white);}
    .place-bet-odds .spinner-buttons .btn-default .fa-angle-down:before{content: "\f068";}
    .place-bet-odds .spinner-buttons .btn-default .fa-angle-up:before{content: "\f067";}
    .place-bet-buttons .btn-place-bet{width: calc(25% - 1.6px); background-color: var(--bg-secondary85); color: var(--white); border-radius: 0; height: auto;}
    .place-bet-profit { padding: 10px 0 0; line-height: 1; width: 33.33%; text-align: center;}
    .place-bet-box-body .btn-group.submit{width: 33.33%; padding: 0 15px;}
    .place-bet-box-body .btn-group.submit .btn { height: 28px; line-height: 28px; padding-top: 0; padding-bottom: 0; font-size: 14px; font-weight: bold; width: 100%; }
    .place-bet-box-body .btn-group.submit .btn.btn-danger {display: none;}
    .place-bet-box .mobile{display: flex;}
    .team-profit{ padding: 0 10px 10px; flex-direction: column;}
    .team-profit .tm-ro { display: flex; justify-content: space-between; }
    .team-profit .tm-ro .green { color: var(--green); }
    .team-profit .tm-ro .red { color: var(--red); }

    /* 2-4-25 */
    .odds-mobile-heading{display: flex; width: 100%;}
    .odds-mobile-heading span {flex: 1; font-size: 14px; font-weight: bold; text-align: center;}
    .market-header .min-max { padding: 0 5px; line-height: 1; }

    /* 7-4-25 */
    .game-tab-mobile{display: flex;}
    .place-bets-popup.show{opacity: 1; visibility: visible; pointer-events: all;}
    body.exchange_inPlay.modal-open{overflow: hidden !important;}

    .nav-subprovider .nav_item{min-height: 32px; font-size: 12px; font-weight: bold; text-transform: uppercase;}

    /* 11-4-25 */
    .for-mobile{display: block !important;}
    .for-mobile.flex{display: flex !important;}
    .for-desktop, .for-desktop.flex{display: none !important;}
    .header-top { padding: 5px 5px; }
    .user-info .top-user {gap: 8px; align-items: flex-end; text-align: end; margin: 0; display: inline-flex; padding: 2px 4px;background: #ffffff45; float: right; }
    .user-info { float: right; width: auto; max-width: 60%; }
    .user-bal.for-mobile { margin-bottom: 5px; background: #ffffff45; padding: 2px 4px; text-align: right; }
    .bottom-notification.for-mobile.flex { width: 100%; margin-top: 4px;}
    .bottom-notification.for-mobile .notification{background: #ffffff45; position: static; display: flex ; align-items: center; width: 100%; font-size: 12px; padding: 4px;}
    .search-bar { gap: 0; height: 26px; margin-right: 4px; }
    .search-bar input[type="text"]{height: auto;}
    .search-bar.show input { width: 150px; margin-right: 5px; height: 26px; }
    .search-bar i{font-size: 22px;}
    .for-mobile.mobile-menu{ background-color: var(--bg-primary); border-bottom: 0; box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5); position: relative; width: 100%; overflow: auto; }
    .for-mobile.mobile-menu ul { margin: 0; display: flex; align-items: stretch; overflow: auto;}
    .for-mobile.mobile-menu ul li{ padding: 9.5px 0; flex: auto; position: relative; display: flex; align-items: center; justify-content: center; }
    .for-mobile.mobile-menu ul li .link{padding: 0 8px; font-weight: bold; text-transform: uppercase; color: var(--white); display: block; text-align: center;}
    .for-mobile.mobile-menu ul li .link::before { content: ""; background-color: var(--white); width: 1px; height: 20px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
    .for-mobile.mobile-menu ul li .link.active::after { position: absolute; width: 100%; height: 2px; background-color: var(--dark-grey2); top: 0; content: ""; left: 0; }
    .for-mobile.mobile-menu ul li:last-child .link{border-right: 0;}
    .casino-grid { padding: 4px;}
    .casino-grid.item-7 { grid-template-columns: repeat(4, 1fr); margin-top: .25rem; padding: 4px;}
    .nav-subprovider { padding: 3px 5px; }
    .nav-subprovider .nav_item.active{border-radius: 12px;}
    .casino-mobile-tab .tab-btns ul li .link { padding: 12px 16px; }
    .casino-mobile-tab .tab-btns ul li .link.active { background-color: var(--bg-primary65); color: var(--white); }
    .custom-pagination > div:last-child { width: 100%; margin-top: 5px; }
    .report .table thead th { background: var(--bg-secondary); color: var(--white); }

    /* Header */
    .header-top .header-logo{display: flex; align-items: center; gap: 6px;}
    .header-top .header-logo a{color: #fff; font-size: 20px;}
    .header-top .header-logo img { max-height: 45px; max-width: 250px;}
    .modal .modal-xl.modal-dialog{max-width: 800px;}
    .sports-tab .tab-btns ul { width: 100%; }

    .place-bets-popup .place-bet-odds-stake-wraper .place-bet-stake input.form-control { border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important; border-width: 1px; border-style: solid; }
}
@media (max-width:991px) {
    /* body, p{font-size: 14px;} */
    .card-title { font-size: 18px; }
    .main-content{min-height: auto;}
    table.report-table td, table.report-table th{padding: 5px 7px; font-size: 12px; white-space: nowrap;}

    /* Profile */
    .user-statitics .statitics-box .title{font-size: 16px;}
    .user-statitics .statitics-box .total{font-size: 18px;}
    .report .col-w-2 { width: 25%; }
    .report .col-w-3{width: 33.33%;}
    .pagenumber-search .col-6{width: 50%;}
    .report .input-group.show, .report .input-group.search{max-width: 100%;}

    .pagenumber-search .col-2, .pagenumber-search .col-4, .pagenumber-search .col-3 { width:calc(50% - 10px); }

    .modal .modal-lg.modal-dialog, .modal .modal-xl.modal-dialog{max-width: 500px;}
    /* Grid */
    .col-md-1{ grid-column: span 1; }
    .col-md-2{ grid-column: span 2; }
    .col-md-3{ grid-column: span 3; }
    .col-md-4{ grid-column: span 4; }
    .col-md-5{ grid-column: span 5; }
    .col-md-6{ grid-column: span 6; }
    .col-md-7{ grid-column: span 7; }
    .col-md-8{ grid-column: span 8; }
    .col-md-9{ grid-column: span 9; }
    .col-md-10{ grid-column: span 10; }
    .col-md-11{ grid-column: span 11; }
    .col-md-12{ grid-column: span 12; }
}
@media (max-width:767px) {
    body, p{font-size: 12px;}
    h1, .h1 { font-size: 22px; font-weight: 700; margin-bottom: 0; }
    h2, .h2 { font-size: 20px;}
    h3, .h3 { font-size: 18px;}
    h4, .h4 { font-size: 16px;}
    h5, .h5 { font-size: 14px;}
    h6, .h6 { font-size: 12px;}
    .row > [class*='col-']:not([class*='col-xs-']){grid-column: span 12;}
    /* Header */
    .header-top .header-logo img { max-height: 35px; max-width: 100%; }
    .rules { display: none; }
    .header-logo{ width: 40%; }
    /* Footer */
    .footer-top{flex-wrap: wrap;}
    .footer-top h2{ font-size: 20px; }
    .support-detail{margin: 0 0 12px; width: 100%;}
    .footer-top .footer-links, .footer-top .support-detail, .footer-top .social-icons-box{flex: none;}
    .footer-bottom{gap: 10px; justify-content: center;}
    .secure-logo > div:first-child img { width: 90px; }

    /* Globle */
    .input-group { margin-bottom: 1rem; }
    .form-control, .form-select, input:not([type="radio"], [type="checkbox"]), select { /*font-size: 0.9rem;*/}
    .btn{/*font-size: 0.9rem;*/ }
    .btn-sm { font-size: .875rem; height: auto; }
    .modal .modal-header .modal-title{font-size: 16px;}
    .card-title { font-size: 16px; }

    /* Account Statment */
    .report-filter { flex-wrap: wrap; gap: 5px;}
    .report-filter .datepicker { position: relative; width: calc(50% - 2.5px); }
    .report-filter .input-group{flex-wrap: wrap;}
    .report .input-group.show, .report .input-group.search{width: 100%; max-width: 100%;}
    .report-filter .btn-group{width: 100%; max-width: 100%;}

    /* Profile */
    .user-statitics .statitics-box .title { font-size: 14px; line-height: 1.2; min-height: 30px; margin: 0 0 5px; }
    .user-statitics .col-4 .statitics-box .title {min-height: 30px;}
    .user-statitics .statitics-box .total { font-size: 16px; line-height: 1; }
    .user-statitics .statitics-box{min-height: auto;}

    /* Inplay Details */
    .game-header{font-size: 12px;}
    .game-market .market-title{font-size: 13px;}
    .game-market .market-odds-wraper .market-odd-box .market-odd, .game-market .market-header .market-odd-box b{font-size: 15px;}
    .game-market .market-odds-wraper .market-odd-box .market-volume{font-size: 11px;}
    .game-market .market-nation-detail .min-max{display: block; white-space: wrap;}

    /* Home */
    .bet-nation-name .bet-nation-game-name{flex-direction: column; justify-content: left; align-items: flex-start;}
    .bet-nation-name .bet-nation-game-name span.event-time { line-height: normal; }
    .bet-nation-name .bet-nation-game-name > span + span::before{display: none;}
    .bet-nation-name .bet-nation-game-name > span{display: block;}
    .bet-nation-name .bet-nation-game-name > span.e-name{font-weight: 700;}
    .casino-grid { grid-template-columns: repeat(4, 1fr);}

    /* Login */
    .login-box img{ max-height: 70px; }

    /* Main Menu */
    .navbar .navbar-nav .nav-link{ font-size: 12px;}

    /* 2-4-25 */
    .game-market .market-odds-wraper{min-width: 72%;}
    .game-market .market-odds-wraper .market-odd-box{width: 12%;}
    .game-market .market-odds-wraper.odds-2 { min-width: 40%; }
    .game-market .market-odds-wraper.odds-2 .market-odd-box{width: 50%;}
    .odds-2-row .min-max{display: none;}

    /* 7-4-25 */
    .modal .modal-dialog{margin: 0 auto;}
    .place-bet-box-body, .place-bets-popup .profit-loss-markts{font-size: 12px;}

    /* 8-4-25 */
    .modal table td, .modal table th {font-size: 12px;}
    .casino-grid.item-7 { grid-template-columns: repeat(3, 1fr); }
    .social-icon{width: 30px; height: 30px; border-radius: 30px;}
    .social-icon img{height: 20px;}
    .report-filter .input-group{gap: 8px;}
    .report .col-w-2, .report .col-w-3{width: 100%;}
    .modal .modal-content .modal-body{ max-height: calc(100vh - 44px); padding: 6px;}
    .pagenumber-search .col-2, .pagenumber-search .col-4, .pagenumber-search .col-3 { width: 100%; }
    .header-top{padding-bottom: 3px;}
    .rules-sidebar .tab-btns ul{flex-direction: row; overflow: auto;}
    .rules-wraper .rules-sidebar{ width: 100%; min-height: unset; margin-top: 5px; }
    .rules-wraper .rules-content{ width: 100%; margin-top: 10px; }
    .report form.row { margin-bottom: 0.5rem; }

    .place-bets-popup .modal-content .modal-body{padding: 0;}
    .mobile-yn-hide{display: none !important;}

    header .nav-link svg, .mobile-menu .aviator .link svg { height: 24px; }
    .for-mobile.mobile-menu ul li .link{padding: 0 5px; font-size: 11;}

    /* 25-6-25 */
    .game-market .multiple-runner{min-width: 40%;}
    .game-market .multiple-runner .market-odds-wraper.odds-2{width: 100%;}
}