:root {
    --mobile-btn-width-long: 130px;
    --mobile-btn-width-short: 50px;
    --mobile-btn-height: 100px;
    --mobile-font-size: 12px;
    --mobile-container-padding: 1.5rem;
    --mobile-title-font-size: 25px;

    --mobile-info-page-section-padding: 2rem;
    --mobile-info-page-section-margin: 2rem;
}

/* Overrides KT class to hide Settings in Menu @ PC media */

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }
}
@media(min-width: 1439px){
    
}

@media (min-width: 1400px) {
    
}

@media (min-width: 1199px) {
    
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
    .stats-dropdown-btn i {
        margin-left: 0.5rem;
    }
}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    .footer-section{
    
        left: unset !important;
    }
}

/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    .footer-section{
        left: unset !important;
    }
    .xuerengchristmasProfile {
        top: -165px;
    }
.modal-body {
padding: 15px 1rem;
}
.modal-dialog--fundIn {
	max-width: 90%;
}
    #bindIframe {
        width:100%
    }
.doubledisplay{

    display: -webkit-box;
}    

.ambassadortext {
font-size:10px;
}
.doubleDisplay--showAll {
	display: block;
}

.merkleMobileContainer {
    margin: 0;
    justify-content: space-between;
}
.srokimage-moblie{
        display: inline;
    }
    .srokimage{
        display: none;
    }
    

    #card-listing-container{
        display: block;
    }

    .table{
        display: none;
    }

    .mobile-card-paging {
        display: flex;
        flex-wrap: wrap;
    }
    #bonusListing-no-result {
        display: none;
    }
    
    .no-result-mobile-listing{
        display: block !important;
    }
    
    .sidebar-display-div.collapse-sidebar {
        width: 70% !important;
    }
    .header-btn-container{
        align-self: flex-end;
    }
    .wallet-container{
        flex-direction: column;
    }
    .dashboard-page{
        flex-direction: column;
        align-items: center;
    }
    .wallet-div{
        width: 100%;
    }
    .dashboard-left-container{
        width: 100%;
    }
    .dashboard-listing-container {
        width: 100%;
        margin-left: unset;
    }
    .purchase-contract-div {
        flex-direction: column;
    }
    .purchase-contract-container{
        text-align: center;
    }
    .dashboard-video{
        width: 100%;
    }
    .purchase-contract-content{
        width: 100%;
        text-align: left;
        padding: 30px 20px
    }
    .purchase-contract-content .btn {
        margin-top: 10px;
        width: 100%;
    }
    .loginSection-2 {
        width: 90% !important;
    }
    .register-section {
        justify-content: center !important;
        margin: 0 !important;
        padding-bottom: 2rem;
    }
    .register-outer-container {
        padding: 3rem;
        padding-inline: 0.5rem;
        max-width: 90%;
    }
    .publicRegistration-logo-section {
        display: flex;
        align-items: end;
        justify-content: center;
        max-width: 90%;
    }
    .public-registration-logo-image {
        width: 150px;
        height: 30px;
        margin: 50px !important;
        margin-left: 50px !important;
        margin-bottom: 30px ! IMPORTANT;
    }
    #forgotPasswordPopup .modal-dialog,
    #changePasswordPopup .modal-dialog
    {
        width: 300px;
        margin: 100px auto;
    }

    .login-forgotpw-otp-btn {
        width: 50%;
    }


    .diagramimagebox{
        width: 100%;
    }
    .scaleBtnWrapper{
        margin-top: 20px;
    }
    .wallet-page .wallet-div {
        width: 100%;
    }
    #walletbutton {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wallet-button{
        width: 48%;
        margin: 10px 0px 0px
    }
    .wallet-search-btn{
        width: 35%;
        margin-top: 10px;
    }

    .qrtextbox{
        width: 100%;
    }

    .twofa-qr-container {
        flex-direction: column;
    }

    .mobile-show{
        display: block!important;
    }

    .desktop-show{
        display: none!important;
    }

    .support-text .header-page-title {
        font-size: 35px;
        word-break: break-word;
        text-align: center;
    }
    
    .btn.listing-btn,
    .btn.form-btn {
        width: var(--mobile-btn-width-long);
        padding: 1rem 0rem;
    }

    .kyc-form-otp-container input.form-control {
        width: 60%;
        background-color: transparent;
        border: unset;
        padding: 0rem 1rem;
        height: calc(1.5em + 0.8rem + 2px);
    }

    .kyc-form-otp-container .btn {
        width: 50%;
        padding: 0.3rem 0rem;
    }

    .date-icon {
        right: 7%;
        top: 19px;
    }

    .kyc-notif-display-div {
        flex-direction: column;
        align-items: start;
    }

    .kyc-notif-display {
        border-right: unset;
/*        border-bottom: 1px solid #616364;*/
        padding-right: unset;
    }

    .kyc-notif-display:first-child {
        margin-top: 0.5rem;
    }

    .kyc-notif-display:not(:first-child) {
        margin-left: unset;
    }

    .kyc-notif-display:last-child {
        margin-bottom: 0.5rem;
    }
    .inbox-message-display-div {
        width: 60%;
    }

    .referral-content {
        background-size: cover;
        background-position: center;
    }

    .my-referral-modal .modal-dialog {
        max-height: unset;
    }

    .wallet-page .filter-dateRange-row{
        margin-bottom: 0px !important;
    }

    .daily-reward-page #searchDIV{
        margin-bottom: 20px;
    }

    .manager-reward-report #searchDIV,
    .portfolio-page #searchDIV{
        flex-direction: column;
    }

    .manager-reward-report #searchDIV .col-12,
    .portfolio-page #searchDIV .col-12{
        padding: 0px !important;
    }

    .manager-reward-report .bonusReport-label,
    .portfolio-page .bonusReport-label{
        margin-top: 15px !important;
    }

    .listingbox {
        margin-top: 15px;
    }

    .mystery-box-claim-image-container{
        padding: 3rem;
    }

    .memberRegistration #registerBtn{
        margin: 10px 0px !important;
    }

    .ambassador-reward-page .listing-btn{
        margin-top: 20px;
    }

    #sponsorDiagramPage .listing-btn{
        margin-bottom: 20px;
    }

    .base_icon{
        transform: translate(-35px, -12px);
    }
    
    .top_icon{
        /* position: relative; */
        z-index: 2;
        transform: translate(-50px, -20px);
    }
    .listing-summary-row {
        flex-direction: column;
        align-items: start;
    }

    .reserves-proof-item-img {
        width: 3rem;
    }
    
    .reserve-proof-note-category:not(:first-child) {
        margin-top: 1.5rem;
    }
}

@media (min-width: 576px) and  (max-width: 767px) {

}

@media (min-width: 320px) and  (max-width: 575px) {
  .mystery-box-claim-component{
    flex-direction: column;
    justify-content: center;
    padding-block: 2rem;
  }
}

@media (min-width: 320px) and  (max-width: 400px) {

 
}


@media (max-width: 992px) and (orientation: landscape) {

}    

@media (max-width: 300px) {
   
}

/* Ipad and below */
@media (max-width: 992px) {
    .sidebar-display-div.collapse-sidebar {
        position: fixed;
        top: 0;
        left: -80%;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        transition: all .5s ease;
        z-index: 100;
        background-color: var(--primary-background-color);
        width: 30%;
    }
    .sidebar-display-div.collapse-sidebar.show,
    .sidebar-display-div.collapse.show {
        left: 0 !important;
        display: block;
    }
    .sidebar-div{
        height: unset;
    }
    .ipad-below-display {
        display: unset;
    }

    .myprofiletopbox{
        max-width: 100% !important;
    }
    .myprofilebtmbox{
        max-width: 100% !important;
        min-height: unset;
    
    }

    .myProfilrBtn-outer{
        justify-content: space-around;
    }

    .myProfileBtn{
        margin-right: 0;
    }
    #select2-loginModalMobilePreffixHiddenInput-container {

        height: 40px !important;
    }
    #phoneNo.form-control {
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        border-left: unset;
        height: 40px !important;
    }

    #downloadAppPopUp{
        flex-direction: column;
        width: 85%;
        align-items: center;
    }

    .download-app-container{
        width: 100%;
    }

    .download-qr-background{
        width: 80%;
        margin: 5px 0px;
    }

    .download-app-div {
        margin: 5px;
    }
}

/* Ipad Pro and below */
@media (max-width: 1199px) {
    .login-div {
        flex-direction: column;
        align-items: center;
    }

    .loginSection-2 {
        width: 70%;
        border-radius: 15px;
        margin: 50px 0px;
        height: unset;
        min-height: unset;
    }

    .homepage-section1{
        display: flex;
        align-items: center;
    }

    .login-logo-image {
        margin: 50px 30px 0px;
    }

    .login-title-1 {
        text-align: center;
        margin-bottom: 15px;
    }
}
