@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: clamp(912px, 80%, 1300px);
    }
}
        @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

        .cardbodycls .col-4 {
            display: flex;
            width: auto;
            flex: 1 0 0;
        }

        .cardbodycls .col-6 {
            display: flex;
            width: auto;
            flex: 1 0 0;
        }

        .padgap {
            gap: 8px;
        }

        .row.radius-2.parent-btn {
            flex-grow: 1;
        }

        .modal-header {
            align-items: flex-start;
            flex-direction: column;

        }

        .nav-linkcolo {
            color: white;
        }

        .nav-link:focus,
        .nav-link:hover {
            color: white;
        }
		 .loader-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        /* Loader animation */
        .loader {
            border: 8px solid #f3f3f3; /* Light grey */
            border-top: 8px solid #3498db; /* Blue */
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        /* Optional: Content */
        .content {
            display: none; /* Hidden while loader is active */
            padding: 20px;
            text-align: center;
        }

        .hidden {
            display: none !important;
        }
		
		.pge_link{
			padding: 5px 5px 5px 5px !important;	
		}
		.padding4bet{
			padding: 12px !important;
		}
		
		.search-bar {
			margin-bottom: 15px;
		}
		#searchInput {
			width: 100%;
			padding: 10px;
			font-size: 14px;
			border: 1px solid #ccc;
			border-radius: 5px;
		}
		


        /* ===== Mossoro 2026 responsive redesign ===== */
        :root {
            --brand-orange: #ff6820;
            --brand-orange-2: #ff3d12;
            --ink: #171717;
            --muted: #6d6d72;
            --panel: #ffffff;
            --soft: #f5f6f8;
            --line: #e7e8ec;
            --dark-panel: #202020;
            --shadow: 0 14px 38px rgba(26, 31, 44, .10);
        }
        body { background: #f5f6f8 !important; color: var(--ink); font-family: "Lato", sans-serif; }
        
        .mossoro-header-inner { min-height: 112px; display: flex; align-items: center; gap: 28px; }
        .mossoro-brand { flex: 0 0 210px; }
        .mossoro-brand img { width: 100%; max-height: 84px; object-fit: contain; }
        .mossoro-nav-collapse { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
        .mossoro-game-nav { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; }
        .mossoro-game-link { min-width: 82px; height: 76px; padding: 9px 10px; border-radius: 14px; color: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; font-weight: 700; font-size: 13px; transition: .2s ease; }
        .mossoro-game-link img { width: 26px; height: 26px; object-fit: contain; }
        
		<!--.mossoro-game-link_hovermossoro-game-link.active { 
		color: var(--brand-orange); background: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(117,30,0,.18);
		}-->
		
		.mossoro-game-link:hover,
		.mossoro-game-link.active { 
			border: 1px solid white;
			color: white;
		}
        .mossoro-account-area { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
        .mossoro-language { width: 118px; min-height: 46px; border: 0; border-radius: 12px; font-weight: 700; }
        .mossoro-balance-card, .mossoro-action-btn, .mossoro-logout-btn, .mossoro-login-btn, .mossoro-register-btn { min-height: 46px; border-radius: 12px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; white-space: nowrap; }
        .mossoro-balance-card { padding: 7px 15px; color: #fff; border: 1px solid rgba(255,255,255,.75); flex-direction: column; align-items: flex-start; line-height: 1.05; }
        .mossoro-balance-card small { opacity: .8; font-size: 10px; }
        .mossoro-action-btn, .mossoro-logout-btn { padding: 0 14px; color: #fff; border: 1px solid rgba(255,255,255,.75); }
        .mossoro-login-btn { padding: 0 18px; background: #fff; color: var(--brand-orange); }
        .mossoro-register-btn { padding: 0 18px; background: #1c1c1c; color: #fff; }
        .mossoro-menu-toggle { margin-left: auto; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.75); background: transparent; color: #fff; border-radius: 12px; font-size: 20px; }

        .loader_show > .container { max-width: 1320px !important; padding-top: 34px !important; }
        .tabs { background: #fff; border: 1px solid var(--line); border-radius: 16px 16px 0 0; padding: 8px; margin: 0 !important; box-shadow: var(--shadow); }
        .tabs .tab-button { min-width: 180px; height: 46px; border: 0 !important; border-radius: 11px !important; background: transparent !important; color: #333 !important; font-weight: 800; }
        .tabs .tab-button.active { background: linear-gradient(90deg, var(--brand-orange-2), var(--brand-orange)) !important; color: #fff !important; box-shadow: 0 8px 20px #ff3d1294; }
        #tab1 > .row { margin: 0; align-items: stretch; }
        #tab1 .col-lg-8 { background: #fff; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 16px 16px; box-shadow: var(--shadow); overflow: hidden; margin-top: 0 !important; }
        #tab1 .search-bar { margin: 18px !important; }
        #searchInput, #Date_Select, #Match_Select { min-height: 48px; border: 1px solid var(--line); border-radius: 11px; background: #fafafa; box-shadow: none; }
        #Get_Leage .d-flex { margin: 0 18px 18px !important; }
        #tab1 .bg-gray.mr-3 { background: #fff !important; padding: 0 18px 18px; }
        #Match_Data .cardbody, #Match_Data .Match_Data { border-radius: 13px !important; border: 1px solid var(--line) !important; margin-bottom: 10px !important; box-shadow: 0 4px 12px rgba(20,20,20,.04); overflow: hidden; }
        #LoadMoreButton { border: 0; border-radius: 10px; background: linear-gradient(90deg, var(--brand-orange-2), var(--brand-orange)); padding: 11px 28px; font-weight: 800; }
        #cart { margin-top: 0 !important; margin-left: 16px; width: calc(33.333333% - 16px); background: linear-gradient(160deg, #292929, #171717) !important; color: #fff; border-radius: 16px !important; box-shadow: 0 18px 45px rgba(0,0,0,.18); padding: 0 16px 22px; min-height: 640px; position: sticky; top: 18px; align-self: flex-start; }
        #cart .main-nav { margin: 0 -16px 12px !important; padding: 20px 18px 14px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 19px; font-weight: 800; }
        #cart .nav-tabs { border: 0; background: rgba(255,255,255,.06); padding: 5px; border-radius: 11px; }
        #cart .nav-tabs .nav-link { border: 0; border-radius: 8px; color: rgba(255,255,255,.72); }
        #cart .nav-tabs .nav-link.active { color: #fff; background: var(--brand-orange); }
        #cart .btn-primary, #cart .Place_Order_Btn { border: 0 !important; border-radius: 11px !important; background: linear-gradient(90deg, var(--brand-orange-2), var(--brand-orange)) !important; font-weight: 800; }
        .basket-position { background: var(--brand-orange) !important; box-shadow: 0 10px 24px rgba(255,75,22,.35); }
        .modal-content { border: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 55px rgba(0,0,0,.22); }
        .modal-header { background: #fff; border-bottom: 1px solid var(--line); }
        .modal-body.bg-gray { background: #f7f7f8 !important; }
        .modal .form-control { min-height: 46px; border-radius: 10px; margin-bottom: 10px; }

        @media (max-width: 1199.98px) {
            .mossoro-header-inner { gap: 14px; }
            .mossoro-brand { flex-basis: 175px; }
            .mossoro-game-link { min-width: 68px; font-size: 11px; }
            .mossoro-action-btn span, .mossoro-logout-btn span { display: none; }
            .mossoro-action-btn, .mossoro-logout-btn { width: 46px; padding: 0; }
        }
        @media (max-width: 991.98px) {
            .mossoro-header-inner { min-height: 82px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
            .mossoro-brand { flex-basis: 150px; }
            .mossoro-brand img { max-height: 64px; }
            .mossoro-nav-collapse { flex-basis: 100%; flex-direction: column; align-items: stretch; padding: 12px 0 16px; }
            .mossoro-game-nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; }
            .mossoro-game-link { flex: 0 0 76px; }
            .mossoro-account-area { justify-content: flex-start; flex-wrap: wrap; }
            #cart { width: 100%; margin-left: 0; position: fixed; inset: 0; z-index: 1060; border-radius: 0 !important; overflow-y: auto; }
        }
        @media (max-width: 575.98px) {
            .loader_show > .container { padding: 16px 10px 90px !important; }
            .tabs { border-radius: 13px 13px 0 0; }
            .tabs .tab-button { min-width: 130px; font-size: 12px; }
            #tab1 .search-bar { margin: 12px !important; }
            #Get_Leage .d-flex { margin: 0 12px 12px !important; }
            #tab1 .bg-gray.mr-3 { padding: 0 12px 12px; }
            .mossoro-language { width: 110px; }
			
			button.tab-button.active.col-3.col-lg-1 {
				flex: 1;
				min-width: auto;
				padding: 10px 14px !important;
			}
			.Scroll_Mobi{
				height: 470px;
				overflow-y: auto;
			}
			
			.Scroll_Mobi_1{
				height: 470px;
				overflow-y: auto;
			}
        }