/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 
.loginRight{padding:15px; }
.loginWrapper{padding:35px; }


    .col-desktop {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-desktop .btnadd1{
        margin-top: -55px;
    }
    /* neha g css*/
}

@media only screen and (max-width:991px){
    .col-desktop .btnadd1 {
        margin-top: 0px;
    }
    .sideBar {
        position: fixed;
        left: -230px;
        width: 230px;
        top: 60px;
        z-index: 1050;
        transition: all .3s ease;
        height:calc(100vh - 60px);
    }
    .fullview .main-content-body {
        width: calc(100% - 70px) !important
    }
    .main-content-body {
        width: calc(100% - 300px) !important;
    }
    .fullview .sideBar {
        left: 0px;
        width: 230px;
        z-index: 1050;
        top: 60px;
    }
    .col-desktop {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dashboard {
        background: #ffffff;
        height: 100% !important;
    }
        .dashboard .sideBar {
            height: 100%;
        }
    #cancelGameListpayment{
        margin-top: 15px;
    }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .breadcumbs {
        flex-wrap: wrap;
    }
    .breadcumbs ul.path {
        padding: 0;
        list-style: none;
        margin: 0;
        font-size: .9rem;
        width: 100%;
        order: 1;
        text-align: right;
    }
    .pageTitle{
        order:2;
    }
    .col-desktop {
        flex: 0 0 100%;
        max-width: 100%;
    }
  .loginWrapper{padding:25px; }
   .loginRight {
    padding-right: 1rem;
}
.logInWrapper h2 {
  margin: 20px 0 40px;
}
.loginUser > .row {
  flex-direction: column;
}
.logInWrapper p {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 100;
}
.logInWrapper h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.logInWrapper h2 {
    margin: 20px 0 30px;
    font-size: 2rem;
    font-weight: 400;
}
.customCheckCon{font-size: .7rem; padding-left: 25px; padding-top: 3px;}
.checkmark{width: 19px; height: 19px;}
.customCheckCon .checkmark:after{left: 6px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid black;
    border-width: 0 3px 3px 0;}
    a.forgetPass{font-size: .7rem;}
    .logInWrapper label{margin-bottom: 0;}
    .paddlr0{padding-left: 0px; padding-right: 0; 

    }
    .sideBar {
        position: fixed;
        left: -550px;
    }
    .main-content-body {
        width: calc(100% - 70px) !important;
    }
    .breadcumbs .col-md-12.d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

        .breadcumbs .col-md-12.d-flex.justify-content-between.align-items-center .pageTitle.d-flex {
            text-align: left !important;
            width: 100%;
            margin-top: 30px;
        }
    .pageTitle h3 {
        font-size: 1.5rem !important;
    }
    .fullview .sideBar {
        left: -0px;
        width: 230px;
        z-index: 1050;
        top: 60px;
    }
    .main-content-body {
        padding-left: 0;
        padding-right: 0;
    }
    .innercontent {
        padding: 0;
        margin-top: 70px;
    }
    header.col-md-12 {
        position: fixed;
        width: 100%;
        z-index:99;
    }
    .one-half.last-column {
    width:100%;
    margin:0;
    }
    .one-half {
        width: 100%;
        margin:0;
    }
    .btn.btn-default.forgotpss {
        font-size:12px;
    }
    .col-desktop {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dropdown-toggle.userName b{
        display:none;
    }
    .pageTitle.d-flex.col-md-6.align-items-center {
        display: inline-block !IMPORTANT;
        width: 100%;
    }
    .pageTitle.d-flex.col-md-6.align-items-center h3{
        margin-bottom:10px !important;
    }
    div#gameListNew{
        padding:0px;
    }
    .ori-half, .ori-half.last-column {
        width: 100%;
        margin: 0;
    }
    .mb-custom1 {
        margin-bottom: 0;
    }
    .main-content-body {
        width: calc(100% - 0px) !important;
    }
}
@media only screen and (max-width: 768px) {
    .swal-modal {
        width: 100%;
        max-width: 60%;
        margin: auto;
    }

    body {
        max-height: 100vh;
        height: 100vh;
        overflow: hidden;
    }
        body.fullview {
            overflow: auto;
        }
    body.fullview .dashboard .sideBar {
        border-right: 1px solid #E7E8F2;
        background: #000;
        width: 70px;
        position: fixed;
        z-index: 999;
        left: 0px;
        transition: 0.5s ease-in-out;
        top: 0px;
    }
    .dashboard .back-bg {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #00000085;
        z-index: 10000;
    }

    body.fullview .back-bg {
        display: none;
    }
    .dashboard .sideBar {
        border-right: 1px solid #E7E8F2;
        background: #000;
        width: 290px;
        position: absolute;
        z-index: 9999999;
        left: 0px;
        transition: 0.5s ease-in-out;
        top: 0px;
    }

    .main-content-body {
        width: calc(100% - 320px);
        margin-left: 0px;
        transition: 0.5s ease-in-out;
    }

    header {
        position: absolute;
        top: 0px;
        width: calc(100% - 70px);
        margin-left: 70px;
        left: 0px;
        box-shadow: 1px 1px 8px #0000001f;
        z-index: 9999;
        background-color: #fff;
        transition: 0.5s ease-in-out;
        padding: 0px 10px;
    }

    .icon-mobile-cross {
        display: block;
        position: absolute;
        top: 2px;
        right: 8px;
        color: #fff;
        font-size: 1.2rem;
    }

    .main-content-body {
        width: calc(100% - 0px) !important;
    }
  
}






/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1300px) {
    .col-custom-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*30/01/2025*/
@media only screen and (max-width: 576px){
    div#divTIMEREMAINING {
        font-size: 10px;
    }
    div#divTIMEREMAINING {
        width: 95px;
    }
}