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

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

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

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

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

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

/* Tab Media Query */

@media (max-width: 991.98px) {
  body {
    font-size: 14px !important;
  }

  .admin-ui-sidebar {
    display: none;
  }

  .resp-mrg-btm-md {
    margin-bottom: 2em;
  }

  .admin-ui-sidebar.admin-ui-collapse-sidebar {
    position: fixed;
    z-index: 99999;
    top: 0;
    display: none;
  }

  .admin-ui-main-wrapper {
    margin-left: 0% !important;
  }

  /* Login Module */
  .auth-form-box {
    width: 100% !important;
  }

  .login-card {
    background-color: var(--background-light) !important;
    padding: 1em !important;
  }

  .auth-brand-cards {
    margin-bottom: 1em;
  }

  .auth-layout-main {
    /* background: unset !important; */
    min-height: 100vh !important;
    height: unset !important;
    display: flex;
    align-items: center;
  }

  /* Register Module */
  .register-main-wrapped {
    min-height: 100% !important;
    padding: 1em !important;
    height: auto !important;
  }

  .register-card {
    padding: 0em !important;
    background-color: transparent !important;
  }

  .register-form-box {
    width: 100% !important;
    height: auto !important;
  }

  .register-wrap {
    margin-bottom: 1rem;
  }

  .login-card {
    width: 90% !important;
  }

  .otp-verification {
    background-color: var(--background-light) !important;
  }


  .user-help-desk {
    padding: 10px 0;
  }

  .user-help-desk button {
    width: auto !important;
  }

  .auth-main-wrapped {
    grid-template-columns: 100% !important;
  }
}

/* Mobile Media Query */

@media (max-width: 767.98px) {
  .resp-mb {
    margin-bottom: 1em;
  }

  .order-by {
    order: 1;
  }

  .admin-ui-collapse-sidebar {
    width: 80% !important;
  }

  .admin-ui-header-sec {
    padding: 0.5em 0.5em !important;
  }

  .admin-collapse-main-wrapper .admin-ui-header-sec {
    left: 0 !important;
  }

  .admin-ui-collapse-sidebar .offcanvas-close {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .admin-ui-logo {
    max-width: 8em !important;
  }

  .mobile-admin-ui .dropdown-toggle {
    font-size: 0.775em !important;
  }

  /* Login Module Responsive Style */
  .auth-brand-cards {
    text-align: center;
  }

  .login-card {
    width: 100% !important;
    padding: 1em !important;
    background-color: var(--white-color) !important;
  }

  .auth-main-wrapped {
    grid-template-columns: auto !important;
    overflow-y: auto !important;
    height: 100%;
    max-height: unset !important;
  }

  .auth-form-box {
    width: 100% !important;
    padding: 1em !important;
    height: auto !important;
  }

  .login-wrap {
    text-align: center !important;
  }

  .auth-layout-main {
    /* background: unset !important; */
    min-height: 100vh !important;
    height: unset !important;
    display: flex;
    align-items: center;
    background-color: #9cffe221 !important;
  }

  .auth-box {
    background-color: transparent !important;
  }

  /* Register Module Responsive Style */

  .register-form-box {
    width: 100% !important;
  }

  .register-main-wrapped {
    min-height: 100% !important;
    padding: 1em !important;
    height: auto !important;
  }

  .register-wrap {
    text-align: center !important;
  }

  .down-card-info {
    color: var(--white-color) !important;
  }

  .register-other-card {
    text-align: center !important;
  }

  .register-card {
    padding: 0em !important;
    background-color: transparent !important;
  }

  /* Register OTP Verification */

  .otp-verification Form {
    width: 100%;
  }

  .otp-verification {
    padding: 1em !important;
    background-color: var(--background-light) !important;
  }

  .otp-verification-card div {
    gap: 0.3em !important;
  }

  .two-step-otp-card div {
    gap: 0.3em !important;
  }

  .otp-verification-card {
    align-items: flex-start !important;
    gap: 0.5em !important;
    flex-direction: column !important;
    align-content: flex-start !important;
  }

  /* Dashboard */
  .dashborad-warp {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .dashboard-img {
    display: block !important;
    margin: 0 auto !important;
    margin-bottom: 0.5em !important;
    text-align: center !important;
  }

  .box-top {
    display: block !important;
    text-align: center !important;
  }

  .dashboard-img {
    display: block !important;
    margin: 0 auto !important;
    margin-bottom: 0.5em !important;
  }

  .box-bottom {
    text-align: center !important;
  }

  .apexcharts-legend {
    display: none !important;
  }

  .graph-card-title h2 {
    font-size: 0.8em !important;
  }

  .graph-card {
    overflow: auto;
  }

  .graph-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .module-head-box {
    flex-direction: column !important;
    align-items: center !important;
    gap: 1em !important;
  }

  .mobile-more-links .dropdown-toggle::after {
    display: none !important;
  }

  .mobile-more-links .user-dropdown .dropdown-toggle {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
  }

  .mobile-custome-branding-sec .dropdown-toggle {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    display: flex;
  }

  .mobile-custome-branding-sec .dropdown-toggle::after {
    display: none;
  }

  .tansactonalert-card {
    flex-direction: column !important;
    gap: 1em !important;
  }

  /* Payment Link */
  .payment-index-card {
    width: calc(100% - 0%) !important;
  }

  .all-payment-methods-model-img {
    background-color: transparent !important;
    width: 100% !important;
    text-align: center !important;
  }

  .all-payment-methods-model-info {
    text-align: center !important;
  }

  .module-box-form {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  .module-search-frame {
    width: 100% !important;
  }

  .module-select-frame {
    width: 100% !important;
  }

  .input-group {
    height: auto !important;
  }

  .createbutton-topbar {
    gap: 1em !important;
    flex-direction: column !important;
  }

  .createbutton-box {
    justify-content: center !important;
  }

  .createbutton-statusbox {
    flex-direction: column !important;
  }

  .createbutton-formbox {
    width: 100% !important;
  }

  .btn-container {
    margin: 0 !important;
  }

  .ca-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .input-group .form-control {
    height: 42px !important;
  }

  /* Demo Payment Link */
  .linkpay-wrap {
    overflow: auto !important;
    padding: 1em 0 !important;
  }

  .linkpay-box {
    width: calc(100% - 10%) !important;
    flex-direction: column !important;
  }

  .method-card-title {
    margin-bottom: 0 !important;
  }

  .upi-title {
    margin-top: 1em !important;
  }

  .linkpay-card-left {
    width: 100% !important;
  }

  .all-payment-methods-model {
    flex-direction: column;
  }

  .payment-index-card {
    width: calc(100% - 0%) !important;
    padding: 0em !important;
  }

  .payment-btn-index-card {
    width: calc(100% - 0%) !important;
    padding: 0em !important;
  }

  .invoices-index-card {
    padding: 0 !important;
    width: calc(100% - 0%) !important;
  }

  .pay-card-box {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1em !important;
  }

  .pay-card {
    flex-direction: column !important;
  }

  /* Refund  */
  .refund-card-box {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1em !important;
  }

  .refund-card {
    flex-direction: column !important;
  }

  .refund-card-info-box {
    text-align: center;
  }

  /* Onboarding */
  .onboarding-header {
    padding: 1em !important;
  }

  .onboarding-main {
    padding: 2em 1em !important;
  }

  .onboarding-lp-card {
    height: auto !important;
    flex-direction: column !important;
  }

  .onboarding-lp-info {
    padding: 1em !important;
    width: 100% !important;
  }

  .onboarding-lp-action {
    display: flex;
    justify-content: center;
  }

  .onboarding-stepper-sidebar ul {
    gap: 0em !important;
    flex-direction: row !important;
    justify-content: space-between;
  }

  .onboarding-stepper-card {
    flex-direction: column !important;
  }

  .onboarding-stepper-sidebar {
    width: 100% !important;
  }

  .onboarding-stepper-count-card::before {
    width: 215% !important;
    height: 1px !important;
    left: 42px !important;
    bottom: 20px !important;
  }

  .onboarding-stepper-info {
    min-height: auto !important;
  }

  .onboarding-wrap {
    width: 100% !important;
  }

  .onboarding-button {
    display: flex;
    justify-content: flex-end;
  }

  .file-attached-box {
    flex-direction: column !important;
  }

  .cancel-cheque-box {
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cancel-cheque-avatar img {
    width: 100% !important;
    height: 5em !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* Payment Button */

  .createbutton-imgbox {
    width: 100% !important;
    padding: 1em !important;
    padding-bottom: 0 !important;
    border-radius: var(--border-radius-card);
  }

  .createbutton-imgbox img {
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }


  .custom-branding-wrap {
    display: block !important;
  }

  .custome-branding-preview {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .custome-branding-preview .payment-method-warp {
    align-items: center;
    gap: 1.5em !important;
  }

  .custome-branding-header {
    flex-wrap: wrap !important;
    gap: 1em !important;
    justify-content: center !important;
    margin-bottom: 2em !important;
  }

  .custom-logo-upload img {
    height: 5em !important;
  }

  .custome-branding-box {
    height: 100% !important;
    padding: 0 !important;
  }

  .custome-branding-preview {
    height: 100% !important;
  }

  body {
    font-size: 14px !important;
  }

  .onboarding-welcome-box {
    padding: 0em !important;
    min-height: auto !important;
    overflow: unset !important;
  }

  .onboarding-body-sec {
    min-height: auto !important;
    padding: 1em 0;
  }

  .onboarding-lp-step-box {
    display: flex !important;
    flex-direction: column;
  }

  .onboarding-lp-step-num {
    width: 100%;
    border-top-right-radius: var(--border-radius-input) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .onboarding-lp-step-text {
    width: 100% !important;
    border-bottom-left-radius: var(--border-radius-input) !important;
    border-bottom-right-radius: var(--border-radius-input) !important;
  }

  .onboarding-lp-title h2 {
    text-align: center;
  }

  .onboarding-lp-title p {
    text-align: center;
  }

  .mobile-admin-ui .user-notification {
    display: none;
  }

  .tansactonalert-wrap {
    display: flex !important;
    flex-direction: column;
    text-align: center;
  }

  .chargeback-sec {
    width: 100% !important;
  }

  .chargeback-box {
    width: 100% !important;
    min-height: calc(100vh - 280px) !important;
  }

  .main-layout-sec {
    height: auto !important;
    margin: 0 1em !important;
    min-height: calc(100vh - 165px) !important;
  }

  .payment-index-card {
    min-height: calc(100vh - 210px) !important;
    width: 100% !important;
  }

  .payment-btn-index-card {
    min-height: calc(100vh - 210px) !important;
    width: 100% !important;
  }

  .invoices-index-card {
    min-height: calc(100vh - 210px) !important;
    width: 100% !important;
  }

  .callback-url-index-card {
    width: 100% !important;
    min-height: calc(100vh - 210px) !important;
  }

  .whitelist-index-card {
    width: 100% !important;
    min-height: calc(100vh - 210px) !important;
  }

  .nodata-card {
    width: 100% !important;
  }

  .chargeback-info h3 {
    font-size: 1em !important;
  }

  .module-box-title h2 {
    font-size: 1.2em !important;
  }

  .admin-ui-main-wrapper.admin-collapse-main-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 7em !important;
  }

  .box-border {
    margin-right: 0 !important;
  }

  .nodata-card {
    width: 100% !important;
  }

  .payment-avater-img {
    max-width: 4em;
  }

  .mobile-footer-sec .dropdown-menu {
    padding: 0 !important;
  }

  .payment-btn-avater-img {
    max-width: 4em;
  }

  .invoices-avater-img {
    max-width: 4em;
  }

  .pay-card-details h3 {
    text-align: left;
  }

  .report-category-box-sec {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .module-search-frame .input-group {
    width: 100% !important;
  }

  .calendar-container {
    margin-left: auto !important;
  }

  .calendar-wrapper .rdrDateRangePickerWrapper {
    flex-wrap: wrap !important;
  }

  .calendar-wrapper {
    left: 0 !important;
  }

  .calendar-container .rdrDefinedRangesWrapper {
    width: 100% !important;
  }

  .table>tbody tr td {
    white-space: nowrap;
  }

  .table>thead tr th {
    white-space: nowrap;
  }

  .onboarding-complete-container {
    border-radius: 0 !important;
    background-position: 100% !important;
  }

  .side-bar-card {
    margin: 0 !important;
    min-height: auto !important;
    display: inline-block !important;
  }

  .profile-warp .row {
    gap: 1em;
  }

  .flex-column {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }

  .nav-link {
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .onboarding-stepper-sidebar ul {
    display: none !important;
  }

  .api-info-box {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1em !important;
  }

  .api-info-box-card {
    gap: 1em !important;
  }

  .hide-key-text {
    font-size: .8em !important;
  }

  .profile-picture {
    margin-bottom: 1rem !important;
    align-items: center !important;
    gap: 1em !important;
    flex-direction: column !important;
  }

  .profile-picture .modal-btns {
    width: 100% !important;
  }

  .profile-picture button {
    width: 50% !important;
  }

  .chat-head-card {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .chat-status-title {
    align-items: flex-start !important;
    gap: 1em !important;
    flex-direction: column !important;
  }

  .chat-details-btn {
    justify-content: space-between !important;
    width: 100% !important;
  }

  .chat-details-btn button {
    font-size: .8em !important;
  }

  .scroll-down-button {
    display: none !important;
  }

  .media-grid-two {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .chat-head {
    padding: 0em !important;
  }

  .support-tickets-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0em !important;
  }

  .support-tickets-frame-right {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 1em !important;
    gap: 1em !important;
  }

  .file-card {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    width: 100% !important;
  }

  .file-info-card {
    align-items: flex-start !important;
  }

  .table>tbody tr td span {
    word-break: normal;
  }

  .copy-link-sec {
    white-space: nowrap;
  }

  .transaction-value-card {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .transaction-donut-graph-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .transaction-bar-graph-head {
    flex-direction: column;
    gap: 1em;
  }

  .settlement-value-card {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .settlement-graph-card {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .custome-reupload-box {
    align-items: flex-start !important;
    gap: 1em !important;
    flex-direction: column !important;
  }

  .custome-upload-box{
    margin-bottom: 2.5em;
  }
}