@media (max-width: 767px) {

  /* col mobile start */
  .col_xs_1 {
    width: 8.33333333%;
  }

  .col_xs_2 {
    width: 16.66666667%;
  }

  .col_xs_3 {
    width: 25%;
  }

  .col_xs_4 {
    width: 33.33333333%;
  }

  .col_xs_5 {
    width: 41.66666667%;
  }

  .col_xs_6 {
    width: 50%;
  }

  .col_xs_7 {
    width: 58.33333333%;
  }

  .col_xs_8 {
    width: 66.66666667%;
  }

  .col_xs_9 {
    width: 75%;
  }

  .col_xs_10 {
    width: 83.33333333%;
  }

  .col_xs_11 {
    width: 91.66666667%;
  }

  .coll_xs_12 {
    width: 100%;
  }

  /* col mobile end */
  .app.sidenav-toggled .app-sidebar {
    left: -255px;
  }

  .app .app-sidebar {
    left: 0px;
  }

  .navsearch {
    display: none;
  }

  .ledger_logo {
    display: none;
  }

  .header {
    /* background: linear-gradient(to right, #34bba4, #0a5c5f); */
    background: #0a5c5f;
  }

  .nav-link.icon {
    border: 1px solid #fff;
  }

  .icon i,
  span.admin_text_span,
  .nav-link .fa-angle-down {
    color: #fff;
  }

  h2.admin_text {
    color: #ddd;
    display: none;
  }

  .nav-link span {
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%;
  }

  .mobile_home {
    display: none;
  }

  .offset-3 {
    margin-left: 0px;
  }

  .dataTables_filter {
    padding-bottom: 15px;
  }

  .form-label {
    padding-top: 15px;
  }

  .mobile_page_header {
    display: block;
  }

  /* .btn {
    margin-top: 15px;
  } */

  .mobile_page_header button {
    margin-top: 0px;
  }

  .form_label_btn {
    display: none;
  }

  .page-header .btn {
    margin-top: 5px;
  }

  .app-header {
    padding: 5px 0px;
  }

  .form-group {
    margin-bottom: 0px;
  }

  .app-sidebar {
    margin-top: 60px;
  }

  #snackbar_module {
    left: 5%;
    width: 90%;
  }

  .login_logo {
    padding-top: 0px !important;
  }

  .login_form {
    width: 80% !important;
  }

  .form_label_btn_show {
    display: block;
    padding-top: 8px;
  }

  .wallet_back a {
    padding: 15px !important;
    margin: 15px !important;
  }

  .ngx-select__clear.btn {
    margin-top: 0px;
  }

  #reset_password .eye_adjust {
    margin-top: 37px !important;
  }

  .pt_goto_back {
    top: 0 !important;
    left: 15px !important;
  }

  .request_view_back {
    /* position: absolute; */
    top: 41px;
    right: 0px;
  }

  .login_form h1 {
    display: none;
  }

  .logo_in_sidebar {
    display: block !important;
  }

  .sidebar_page_scroll {
    height: 60vh;
  }

  .header.top-header {
    position: fixed;
    z-index: 6;
  }

  .ticket-details {
    margin-left: 5px;
  }

  .col_fixed tr td:first-child {
    background: #fff;
  }

  .bg-label-voilet {
    font-size: 12px;
    padding: 0px 0px !important;
    margin: 2px;
  }

  .bg-label-info {
    font-size: 12px;
    padding: 0px 0px;
    margin: 1.5px;
  }

  .ticketDescr span {
    text-align: justify !important;
  }

  .ticketStatusTabs {
    display: flex !important;
  }
}

@media screen and (orientation: landscape) and (max-device-width: 767px) {
  .h-100vh {
    height: auto !important;
    padding: 2% 0%;
  }

  .login_logo {
    padding: 3% 0% !important;
  }

  .app .app-sidebar {
    overflow-y: scroll;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .sidebar_page_scroll {
    max-height: 72vh !important;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .sidebar_page_scroll {
    max-height: 72vh !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .other_details div {
    margin-bottom: 10px;
  }

  .recentHeadCenter {
    text-align: left !important;
  }

  .chart-container {
    margin-left: 5%;
  }

  .fixed_span {
    position: none !important;
    left: 0;
    z-index: 0 !important;
  }

  .col_fixed tr td:first-child {
    background: #fff;
  }

  .status-green {
    margin-top: 4px;
  }

  .status-red {
    margin-top: 4px;
  }

  .status-blue {
    margin-top: 4px;
  }

  .color_status {
    display: flex !important;
  }

  .bg-label-voilet {
    padding: 0px 0px !important;
    margin: 0px;
  }

  .bg-label-info {
    font-size: 12px;
    padding: 0px 0px;
    margin: 0px 1px 1px 0px;
  }

  .bg-label-voilet {
    font-size: 12px;
    padding: 0px 0px;
  }

  .float_right {
    display: block;
    float: none;
  }

  .count_card_body {
    margin: 10px;
    padding: 5px;
    width: calc(33% - 22px);
  }

  .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
  }
}

/* Responsive in Tablet Screen Eaglify */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ticket-details {
    margin-left: 5px !important;
  }

  .other_details div {
    margin-bottom: 10px;
  }


  .chart-container {
    margin-left: 2%;
  }

  .fixed_span {
    position: none !important;
    left: 0;
    z-index: 0 !important;
  }

  .col_fixed tr td:first-child {
    background: #fff;
  }

  .status-green {
    margin-top: 4px;
  }

  .status-red {
    margin-top: 4px;
  }

  .status-blue {
    margin-top: 4px;
  }

  .color_status {
    display: flex !important;
  }

  .bg-label-info {
    font-size: 12px;
    padding: 0px 0px;
    margin: 0px 1px 1px 0px;
  }

  .bg-label-voilet {
    font-size: 12px;
    padding: 0px 0px;
  }

  .bg-label-voilet {
    padding: 0px 0px !important;
    margin: 0px;
  }

  .float_right {
    display: block;
    float: none;
  }

  .count_card_body {
    margin: 10px;
    padding: 5px;
    width: calc(33% - 22px);
  }

  .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
  }

  .app-header {
    padding-right: 0px;
  }

  .ledger_logo {
    width: 90px !important;
  }

  /* .card {
    padding: 20px 0px;
  } */

  .card_css {
    margin-bottom: 20px;
  }

  .form_part {
    padding: 10px;
  }

  .h-100vh.login_sec {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }

  .login-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }

  .login-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .login_flex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form_part {
    background: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 64px #ffffff24;
    width: 100%;
  }

  .col-md-9,
  .col-md-3 {
    width: 100% !important;
    padding: 0 !important;
  }

  .signin_part img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
  }

  .signin_part {
    padding: 0 20px !important;
    margin: 0;
  }


}



/* Responsive in mobile Screen Eaglify */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .fixed_span {
    position: none !important;
    left: 0;
    z-index: 0 !important;
  }

  .other_details div {
    margin-bottom: 10px;
  }

  .search_filter {
    margin-top: 10px;
  }

  .request_view_back {
    top: 20px;
  }

  .card {
    padding: 20px 15px !important;
  }

  .form-group {
    padding: 0px !important;
  }



  .app-content .side-app {
    margin-top: 60px;
  }

  .popup-checkmark[_ngcontent-jdk-c50] {
    margin: -38px auto 20px;
  }

  .popup-container {
    padding: 10px;
    width: 460px;
  }

  .form_part {
    padding: 10px;
  }

  .form-control {
    margin-bottom: 1.5em;
  }

  .login_form {
    width: 100% !important;
  }

  .h-100vh.login_sec {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }

  .login-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .login_flex {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form_part {
    background: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 64px #ffffff24;
    width: 100%;
  }

  .col-md-9,
  .col-md-3 {
    width: 100% !important;
    padding: 0 !important;
  }

  .signin_part img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
  }

  .signin_part {
    padding: 0 20px !important;
    margin: 0;
  }

  /* .sign-up-msg {
    flex-direction: column;
    align-items: center;
  } */

  .buildUpdate {
    justify-content: center;
  }
}


@media screen and (min-width: 320px) and (max-width: 576px) {
  .fixed_span {
    position: none !important;
    left: 0;
    z-index: 0 !important;
  }

  .addBtns {
    margin-bottom: 20px !important;
  }

  .addTicketModal {
    column-gap: 5px !important;
  }

  .ticketStatusTabs {
    display: flex !important;
  }

  .signup_btn {
    margin-left: 13px !important;
  }

  .other_details div {
    display: flex !important;
    column-gap: 10px !important;
    margin-bottom: 10px;
  }

  .dataTables_length {
    margin-top: 15px;
  }

  .status-tabs {
    display: block !important;
  }

  .renewal_body {
    display: flex !important;
  }

  .form-group {
    margin-bottom: 10px !important;
  }

  .dataTables_filter .form-control {
    padding-left: 40px !important;
  }

  .form-control {
    margin-bottom: 10px;
  }

  .search_filter {
    margin-top: 10px;
  }

  .search_Btn {
    margin-top: 0px;
  }

  .form-label {
    padding-top: 0px !important;
  }

  .card-body {
    display: inline-block !important;
  }

  .request_view_back {
    top: 10px;
  }

  .footer {
    padding: 0.25rem 0;
  }

  .filter-table .tabs .nav-item {
    padding: 8px;
    letter-spacing: 0px;
  }

  .filter_btns {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    margin-left: 10px;
  }

  .form-group {
    padding: 0px !important;
  }

  .modal-content {
    padding: 0.5rem !important;
  }

  .card {
    padding: 20px 15px !important;
  }

  .page-header {
    width: 100%;
    padding: 10px;
    justify-content: normal;
  }

  .filter_area {
    flex-direction: row-reverse !important;
  }

  .page-header {
    display: grid;
    padding: 10px;
  }

  .app-content .side-app {
    margin-top: 50px;
    padding-bottom: 15px;
  }

  .popup-container {
    width: 330px !important;
  }

  .form_part {
    padding: 10px;
  }

  .login-img img {
    display: none;
  }

  .form-control {
    margin-bottom: 1.5em;
  }

  .login_form {
    width: 100% !important;
  }

  .h-100vh.login_sec {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }

  .login-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .login_flex {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form_part {
    background: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 64px #ffffff24;
    width: 100%;
  }

  .col-md-9,
  .col-md-3 {
    width: 100% !important;
    padding: 0 !important;
  }

  .signin_part img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
  }

  .signin_part {
    padding: 0 20px !important;
    margin: 0;
  }

  /* .sign-up-msg {
    flex-direction: column;
    align-items: center;
  } */

  .buildUpdate {
    justify-content: center;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .captcha_row .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1550px) {

  /* th,
  td {
    white-space: none !important;
  } */
}

@media (min-width: 1600px) {
  .nav-button {
    display: none !important
  }
  .carousel-container{
    margin-right: 10px !important;
  }
}