@media only screen and (max-width: 767px) {
  .card-size {
    width: 90% !important;
    height: 100% !important;

  }

  .mobile_view+.authentication_bg {
    border-radius: 0 !important;
  }

  .mobile_view {
    position: fixed;
    right: -100%;
    z-index: 9;
    width: 90%;
    top: 0;
    bottom: 0;
    height: 100% !important;
    padding: 1rem;
    transition: all 1s ease-in-out;
  }

  .mobile_view::before {
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }


  .mobile_view.show_side_menu_mobile_view {
    right: 0;

  }

  .mobile_view.show_side_menu_mobile_view .overLay_side_menu {
    right: 0;
  }

  .mobile_view .authentication_side_bar .body_sidebar ul li a {
    padding: 1rem;
  }

  .authentication_card {
    padding: 2rem 1rem;
  }

  .menu_collapse {
    display: flex;
  }

  .authentication_section .authentication_side_bar {
    position: relative;
    z-index: 9999999999;
  }

  .integration_container .integration .text p {
    font-size: .9rem;
  }

  .authentication_side_bar .body_sidebar ul {
    gap: 1rem;
  }

  .authentication_form .form-check.form-check-radio {
    width: 50%;
  }

  .examples ul {
    flex-direction: column;
    width: 100%;
  }

  .examples {
    flex-direction: column;
  }

  .examples ul li {
    width: 100%;
  }

  .form-check-group .form-check {
    width: 50%;
  }

  .authentication_card .authentication_title p {
    font-size: .8rem;
    margin-bottom: 0;
    line-height: 1.5rem;
  }

  .authentication_form {
    margin-top: 1rem;
  }

  .authentication_bg>.row>.card-size {
    align-items: center;
    display: flex;
  }

  .page_reverse .authentication_bg>.row>.card-size {
    align-items: start;
  }

  .authentication_bg {
    border-radius: 0 !important;

  }

  .authentication_card {
    width: 100%;
  }

  .features_modal {
    width: 100%;

    .modal-content {
      width: 100%;
    }

    .accordion-button {
      font-size: 1rem !important;
    }
  }

  .single_theme_container .image {
    width: 100%;
  }

  .preview_theme img {
    min-height: auto;
  }

  /* START:: DASHBOARD */
  main#main {
    overflow-y: auto;

    .mobile_toggle_btn {
      display: block !important;
    }

    .side_menu__container {
      right: -100%;

      &.hidden_sidebar {
        right: 0;
      }
    }

    .page_content {
      padding-inline: 0;
      height: auto;

      .app_bar__container {
        width: 100%;
        position: relative;
        z-index: 9999;

        .app_bar_dash {
          width: 100%;
          padding-inline: 1rem;

          .search_box {
            background-color: var(--white-color);
            padding: 1rem;
            border-radius: 8px;
            width: 90%;
          }

          .profile_and_actions {
            .actions_switch_gifts {
              .search_icon_sm {
                display: flex;

                img {
                  filter: brightness(0) saturate(100%) invert(90%) sepia(33%) saturate(250%) hue-rotate(101deg) brightness(99%) contrast(92%);
                }
              }
            }

            & .form-group {
              width: 60px;

              & .dropdown {
                width: 100%;

                & .dropdown-toggle {
                  width: 100%;

                  h6 {
                    display: none;
                  }
                }
              }
            }
          }
        }
      }

      .content {
        padding-inline: 1rem;
        overflow: hidden;

        .row.mb-4 {
          margin-bottom: 0 !important;
        }

        .col-12 {
          /* visibility: visible !important; */
        }
      }
    }
  }

  .floating_actions {
    z-index: 2;
    left: 1rem;
    bottom: 1rem;

    .floating_actions_label {
      width: 50px;
      height: 50px;
    }

    .floating_actions_dots {
      bottom: 3rem;
      left: 0;
      width: 50px;
      max-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      flex-direction: column;

      & .floating_actions_dot {
        position: static;
        /* &:nth-child(1) {
            left: 0rem;
            top: 100px;
        } */
      }
    }
  }

  .main-card {
    margin-bottom: 1rem;
  }

  .search_box_container {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 8;
    top: -100%;
    justify-content: center;

    &.search_box_container_active {
      top: 0;
    }

    .search_box {
      z-index: 9999;

      /* padding: 1rem; */
      >.toggle_side_bar {
        display: none;
      }
    }

    .search_box_overLay {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      background-color: rgb(0 0 0 / 20%);
      z-index: 99;
      isolation: auto;
    }
  }

  .side_bar_overLay {
    position: fixed;
    inset: 0;
    background-color: rgb(0 0 0 / 20%);
    width: 100%;
    z-index: -1;
    display: none;
  }

  .main-table {
    .table {
      min-width: 700px;
      overflow-x: auto;
    }
  }

  .base_dialog.blogs,
  .base_dialog.updates_record {
    .modal-dialog {
      max-width: 90%;
      width: 100%;
      margin: 0 auto;
      position: static;
      align-items: center;
      justify-content: center;

      .modal-content {
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%;

        .modal-body {
          max-width: 100%;
          max-height: 100%;
          min-width: 100%;
          min-height: 100%;
          padding: 1.5rem 1rem;
        }
      }
    }
  }

  .base_dialog {
    .modal-dialog {
      max-width: 90%;
      width: 100%;
      margin: 0 auto;

      .modal-content {
        .modal-body {
          padding: 1.5rem 1rem;
        }
      }
    }
  }


  /* END:: DASHBOARD */
  /* START:: ====================================================== */
  .hide_mobile {
    display: none;
  }

  .hide_all_screens {
    display: block;
  }

  header.landing {
    .menu_collapse {
      padding: 0;
      position: static;
      background-color: transparent;
      box-shadow: none;
    }

    .mobile_view {
      padding: 0;


      .sidebar_links {
        background-color: var(--white-color);
        z-index: 99999;
        position: relative;
        height: 100%;
        padding: 1rem;

        &.landing_header {
          flex-direction: column;
          align-items: start;
        }

        .head_sidebar {
          width: 100%;
          height: 150px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .body_sidebar {
          width: 100%;
          height: 60%;

          ul {
            display: flex;
            justify-content: start;
            flex-direction: column;
            height: 100%;
            gap: 2rem;

            li {
              a {
                color: var(--dark-gray-color);
              }
            }
          }
        }

        .footer_sidebar {
          width: 100%;

          .header_actions {
            width: 100%;

            a {
              width: 50%;
              font-size: .8rem;
              font-weight: bold;
            }
          }
        }

      }

      &::before {
        display: none;
      }
    }
  }

  .hero_section {
    height: 100%;
    padding-top: 120px;

    .right_part {
      .social_media_icons {
        position: static;
        width: 100%;
        margin-top: 1rem;
      }
    }

    .left_part {
      margin-top: 2rem;
    }
  }

  .statistics_section {
    .row.g-5 {
      gap: 0;
    }
  }

  .interfaces_section {
    .row {
      flex-direction: column-reverse;
    }
  }

  .interfaces_section_2 {
    .row {
      flex-direction: column;

    }
  }

  .slider_follow_section {
    .row {
      flex-direction: column-reverse;
    }

    #SliderFollow {
      width: 100%;
    }
  }

  .packages_content {
    .table-responsive {
      .table_heads {
        thead {
          tr {
            th {
              min-width: 300px;
            }
          }
        }
      }
    }
  }

  .hero_about {
    .about-box {
      .right_part {
        width: 100%;
        margin-top: 2rem;

        .about_btns {
          
          button {
            width: 50%;
            min-width: 40%;
          }
        }
      }
    }
  }

  .follow_up_section {
    .follow_up_content {
        width: 100%;
        margin-top: 2rem;
    }
}

  .card_section{
    .row{
      flex-direction: column-reverse;
      gap: 2rem;
    }
  }
  /* END:: ====================================================== */
}

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

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