@media (max-width: 1024px) {
  body {
    background: black;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden;
    width: 100%;
  }

  .right-panel {
    max-width: 100%;
    width: 100%;
    background: white;
    height: 95vh;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    margin-top: 5vh;
    padding: 20px !important;
  }

  .left-panel {
    display: none;
  }

  .sideNav-item {
    margin-left: 0;
  }

  .sideNav-item:hover {
    border-radius: 5px;
  }

  .sys_name {
    font-size: 5px;
    letter-spacing: 2px;
    padding-top: 0;
  }

  .sys-name2 {
    font-family: Allura;
    font-size: 48px !important;
    margin-right: 10px;
  }

  .sideNav-item.active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 5px;
  }

  .mainDiv {
    height: 100vh;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 25px;
  }
  .profile-login {
    z-index: 2;
    top: 100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .sideNav {
    display: none;
  }
  .navbar {
    display: block;
    background: black;
  }

  #assetTblContainer {
    display: none !important;
  }

  #userTblContainer {
    display: none !important;
  }

  #cards-container {
    display: flex !important;
  }

  #cards-container-assetType {
    display: flex;
  }

  #cards-container-locations {
    display: flex;
  }

  #cards-container-department {
    display: flex;
  }

  #cards-container-assetbrand {
    display: flex;
  }

  #cards-container-assetcode {
    display: flex;
  }

  #assetTypeTblContainer {
    display: none;
  }

  #cards-container-categories {
    display: flex;
  }

  #categoriesTblContainer {
    display: none;
  }

  #locationsTblContainer {
    display: none;
  }

  #departmentTblContainer {
    display: none;
  }

  #brandTblContainer {
    display: none;
  }

  #assetcodeTblContainer {
    display: none;
  }

  #search-input {
    display: none !important;
  }
  #searchInput {
    display: flex !important;
  }

  .search {
    padding: 0 !important;
  }

  #table_asset_logs {
    display: none;
  }

  #table_asset_logs_history {
    display: none;
  }

  .dataTables_info {
    display: none;
  }
  #mobile-transactionLogs {
    display: block;
  }
  #parentCard-asset.shadow-sm,
  #parentCard-logs {
    padding: 0;
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
  }

  #parentCard-user.shadow-sm {
    padding: 0;
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
  }

  .parentCard {
    padding: 0;
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
  }

  .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: none;
    border-radius: 10px !important;
  }

  .form-select,
  .form-control {
    height: 50px;
  }

  #scan_qr_mobile {
    display: block;
    background: transparent;
    border: solid 4px;
    padding: 30px;
    border-radius: 20px;
    max-width: 156px;
    max-height: 156px;
  }

  #saveManual {
    height: 40px;
    margin-top: 7px;
  }

  #fa-qrcode-mobile {
    font-size: 60px;
  }

  #scan_qr {
    display: none;
  }

  #mobile-transactionHistory {
    display: flex;
  }

  #table_asset_logs_paginate {
    display: none;
  }

  #table_asset_logs_history_paginate {
    display: none;
  }

  .container-mobile {
    margin: 0 0 20vh 0;
  }

  .modal-content {
    height: 80vh !important;
  }

  .asset_count_tot_amount {
    font-size: 18px;
  }

  input[type="date"] {
    text-align: left;
    /* -webkit-appearance: none; */
  }

  .settings-tab-icon {
    display: flex !important;
  }

  .settings-tab-text {
    display: none !important;
  }

  #myTabs {
    justify-content: center;
  }

  .settings-modal {
    height: 100% !important;
  }

  .openCamera-mobile {
    display: flex;
  }

  .row .openCamera-mobile {
    margin: 0 1.5rem 0 0;
    /* padding: 0 !important; */
  }

  .camera-desktop,
  .openCamera-desktop,
  .preview_upload {
    display: none;
  }

  /* .nav-tabs .nav-item {
    flex: 1 1 100%;
    text-align: center;
  } */

  /* #scan_qr {
        display: none;
    } */
}

/* mobiles L*/
/* @media (max-width:425px) {
    .right-panel{
        max-width: 100%;
        width: 100%;
        background: white;
        height: 95vh;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 0;
        margin-top: 5vh;
    }
    .mainDiv {
        height: 100vh;
        width: 100vw;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-top: 0;
    }
    .profile-login {
        z-index: 2;
        top: 100px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .sideNav {
        display: none;
    }
    
} */

/* mobiles small*/
/* @media (max-width:320px) {
    .right-panel{
        max-width: 100%;
        width: 100%;
        background: white;
        height: 95vh;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 0;
        margin-top: 5vh;
    }
    .mainDiv {
        height: 100vh;
        width: 100vw;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-top: 0;
    }
    .profile-login {
        z-index: 2;
        top: 100px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .sideNav {
        display: none;
    }
    
} */
