.header-top{
    padding-bottom:0px!important;
}
.header{
    padding-top:20px!important;
}
@media screen and (max-width: 1024px) {
    /* .header-top-wrapper .header-top-social .btn-top-group .border-btn {
        padding: 5px 10px !important;
    }*/

    .topBtn > span {
        font-size: 15px !important;
    }
}

@media (max-width: 912px) {
  /*  .header-top-wrapper .header-top-social .btn-top-group .border-btn {
        padding: 5px 10px !important;
    }*/

    .topBtn > span {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 575px) {
    .topBtn > span {
        font-size: 14px !important;
    }
	
	.window-frame {
    width: 100%;
    height: 100vh;
    background: #240945;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
}
	
	#game-container {
    background: #240945;
    height: 100%!important;
    width: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 3px;
    z-index: 2;
    scrollbar-color: rgba(var(--mainActiveColorRgb), 0.5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
	display:block;
}

.window-header {
    width: 100%;
    height: 40px;
    background: #240945;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    font-family: Arial, sans-serif;
	z-index:9;
}

#btnFull {
    display: none;
}

}


    .boxes-bg {
        z-index: 999 !important;
    }

    .gtranslate_wrapper {
        display: none !important;
    }
    /**** Game Window *******/
    .window-frame {
        width: 98%;
        height: 700px;
        background: #240945;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0,0,0,0.7);
        display: flex;
        flex-direction: column;
    }

    .window-header {
        height: 40px;
        background: #240945;
        color: white;
        display: flex;
        align-items: center;
        padding: 0 10px;
        justify-content: space-between;
        font-family: Arial, sans-serif;
    }

    .window-title {
        font-size: 16px;
    }
	
	#game-container
	{
    width: 100%;
    height: 100%;
	}

    .switch {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 12px;
        margin-top: 6px;
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .3s;
        border-radius: 10px;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 2px;
            bottom: 3px;
            background-color: white;
            transition: .3s;
            border-radius: 50%;
        }

    input:checked + .slider {
        background-color: #000;
    }

        input:checked + .slider:before {
            transform: translateX(15px);
        }

    .window-buttons {
        display: flex;
        gap: 10px;
    }

        .window-buttons button {
            background: #342669;
            border: none;
            color: white;
            width: 25px;
            height: 25px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
        }

            .window-buttons button:hover {
                background: #523CA4;
            }

.window-content1 {
    flex: 1 1 auto;
    padding: 1px;
    overflow: auto;
    background: #271A51;
}

.window-content1 {
    flex: 1 1 auto;
    padding: 1px;
    overflow: auto;
    background: #271A51;
}

    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }


    /** Left Side Bar **/
    .header .menu ul li.active {
        background-color: #531A99;
        color: #fff;
    }

    .header .menu ul li .menu-promot li.active a span {
        color: #fff !important;
    }

    .icon img {
        max-height: 25px;
    }

    .breadcumnd-content {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    @media screen and (max-width: 1199px) and (max-width: 575px) {
        .left-site-menu {
            top: 80px;
        }
    }

    @media screen and (max-width: 1199px) {
        .left-site-menu.dashboar-leftbar.active {
            left: 0;
            top: 110px;
        }
    }

    .main-list-menu {
        background: var(--tabe-bg);
        border-radius: 10px;
        padding: 0px 0px 15px 0px;
    }

    li.list-group-item a {
        padding: 5px 10px !important;
        font-size: 13px;
        color: #7f8698;
    }

    .main-list-menu li a {
        color: #7f8698 !important;
    }

        .main-list-menu li a:hover {
            color: #fff !important;
        }

    .main-list-menu li.active a {
        color: #fff !important;
    }

    /*** Landscape Menu**/


    @media screen and (max-width: 1024px) and (orientation: landscape) {
        body {
            padding-left: 70px;
        }

        .main-body {
            padding-left: 10px;
        }

        .header-top {
            padding: 10px;
            width: 100%;
            right: 0;
        }

        .app-section {
            width: 70px;
            left: 0 !important;
            top: 110px;
            z-index: 99;
        }

        .mobile-app {
            flex-direction: column; /* stack items vertically */
            justify-content: flex-start;
            align-items: flex-start;
            width: 70px; /* adjust width */
            height: 100%;
            top: 0;
            bottom: auto;
            left: 0;
        }

            .mobile-app li {
                margin: 5px 0;
            }

            .mobile-app .icon img {
                width: 24px; /* shrink icons if needed */
                height: auto;
            }

            .mobile-app li a {
                margin: 5px 0;
                width: 70px;
                display: block !important;
                text-align: center;
                font-size: 10px;
            }

            .mobile-app > li > .gtranslate_wrapper > a.gt_switcher-popup span {
                font-size: 10px !important;
            }

            .mobile-app > li > .gtranslate_wrapper > a.glink img {
                float: left;
                margin-left: 15px !important;
            }

        #LMnuBlock {
            z-index: 99999 !important; /* super high */
        }

        .search-provider > .container {
            max-width: 1024px !important;
        }

        .step-one, .step-two {
            padding-right: 15px !important;
        }

        .right-search {
            width: 33% !important;
        }

        .flex-wrap {
            flex-wrap: nowrap !important;
            overflow-x: auto;
        }

        .window-frame {
            position: fixed;
            width: calc(100vw - 60px) !important;
            height: calc(100vh - 10px) !important;
            top: 5px !important;
            z-index: 99 !important;
            left: 70px !important;
        }
    }

    @media only screen and (max-width: 1024px) {
        .window-frame {
            position: fixed;
            width: 100vw;
            height: 90vh;
            top: 0;
            z-index: 999999;
            left: 0;
        }
    }

    /******************/

    li.disable-links {
        pointer-events: none;
    }

    .field-validation-error > span {
        color: #ff0000;
    }

    .popup {
        position: absolute;
        background-color: #3F1276;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: opacity 0.3s, transform 0.3s;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 999999;
    }

    Ad-inner {
        width: 100%;
        margin-top: 10px;
        overflow: scroll;
    }

    .popup button {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        vertical-align: text-top;
    }

    .popup i {
        color: red;
    }

    /* Positioning Classes */
    .top-left {
        top: 10px;
        left: 10px;
    }

    .top-center {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-right {
        top: 10px;
        right: 10px;
    }

    .center-left {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .center-right {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .bottom-left {
        bottom: 10px;
        left: 10px;
    }

    .bottom-center {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bottom-right {
        bottom: 10px;
        right: 10px;
    }

    #playerDetailsBlock {
        margin-top: 50px;
    }


    .header-top-social li {
        margin-right: 5px !important;
    }

    .footer-right-social {
        margin-right: 15px;
    }

    .icon img {
        max-height: 30px !important;
    }

    .footer-wrapper .footer-top .footer-right-social li:not(:last-child) {
        margin-right: 5px;
    }

    .right-site-menu .right-box {
        margin-bottom: 0px;
    }

    .table-wrapper thead tr {
        border-bottom: 1px solid #514477 !important;
    }

    .table-wrapper tfoot tr {
        border-top: 2px solid #514477 !important;
    }

    #tblDataTable_filter label {
        width: 80%;
    }

        #tblDataTable_filter label .form-control {
            width: 90%;
        }

    .table-wrapper table tr th {
        font-size: 15px;
    }

    .table-wrapper table tr td {
        font-size: 14px;
    }