/* [project]/src/app/(admin)/components/sideNavbar.css [app-client] (css) */
#sidebar {
  z-index: 2000 !important;
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  transition: all .3s ease-in-out !important;
}

#sidebar.active {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}

#content {
  width: 100% !important;
  padding-left: 250px !important;
  transition: all .3s ease-in-out !important;
}

#sidebar.active + #content {
  padding-left: 80px !important;
}

.topbar {
  z-index: 1500 !important;
  width: 100% !important;
  padding-left: 250px !important;
  transition: all .3s ease-in-out !important;
}

#sidebar.active + #content .topbar {
  padding-left: 80px !important;
}

#sidebar.active ul.components li a {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px 0 !important;
  display: flex !important;
}

#sidebar.active ul.components li a svg {
  width: 24px !important;
  margin-right: 0 !important;
  font-size: 22px !important;
}

#sidebar.active ul.components li a span, #sidebar.active .user_info, #sidebar.active .sidebar_user_info, #sidebar.active .dropdown-toggle:after, #sidebar.active h6, #sidebar.active p {
  display: none !important;
}

#sidebar.active .sidebar_blog_1 {
  justify-content: center !important;
  padding: 10px 0 !important;
  display: flex !important;
}

#sidebar.active .user_img {
  float: none !important;
  width: 45px !important;
  height: 45px !important;
  margin: 0 !important;
}

#sidebar.active .logo_section img {
  height: 40px !important;
  margin: 0 auto !important;
}

#sidebar ul.components li a {
  transition: background .2s, color .2s;
}

#sidebar ul.components li a:hover {
  color: #ff5722 !important;
  background: #ff57221a !important;
}

#sidebar ul.components li a:hover svg {
  color: #ff5722 !important;
}

#sidebar.active ul.collapse {
  display: none !important;
}

/* [project]/src/app/(admin)/components/responsive.css [app-client] (css) */
@media (min-width: 1200px) {
  #sidebar.active {
    text-align: center;
    min-width: 90px;
    max-width: 90px;
  }

  #sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
  }

  #sidebar.active .sidebar-header strong {
    display: block;
  }

  #sidebar.active ul li a {
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

  #sidebar.active ul li a i {
    text-align: center;
    width: 100%;
    margin: 0 0 5px;
    font-size: 24px;
  }

  #sidebar.active ul ul a {
    padding: 10px !important;
  }

  #sidebar.active .dropdown-toggle:after {
    display: none;
  }

  nav#sidebar.active .logo_big {
    text-align: center;
    padding: 8px 0 7px;
  }

  #sidebar.active .logo_section {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  #sidebar.active ul.components {
    padding: 0;
  }

  #sidebar.active .logo_big, .logo_icon {
    display: none;
  }

  #sidebar.active .logo_icon {
    display: block;
  }

  #sidebar.active .logo_big img {
    height: 45px;
  }

  #sidebar.active h4, #sidebar.active .sidebar_user_info {
    display: none;
  }

  #sidebar.active ul li a span {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .counter_section {
    display: block;
  }

  .couter_icon {
    width: 100%;
    display: block;
  }

  .couter_icon > div {
    padding-right: 0;
  }

  .counter_no p.total_no {
    text-align: center;
  }

  .counter_no .head_couter {
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter_section {
    display: block;
  }

  .couter_icon {
    width: 100%;
    display: block;
  }

  .couter_icon > div {
    padding-right: 0;
  }

  .counter_no p.total_no {
    text-align: center;
  }

  .counter_no .head_couter {
    text-align: center;
    font-size: 16px;
  }

  .dashboard_2 .social_cont ul li {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }

  .info_people .user_info_cont {
    width: 60%;
    padding-top: 0;
    padding-left: 30px;
  }

  .fw_icon {
    width: 33.33%;
  }
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }

  .padding_infor_info {
    padding: 20px;
  }

  .payment_option li {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  * {
    box-sizing: border-box;
  }

  #sidebar {
    text-align: center;
    min-width: 80px;
    max-width: 80px;
    margin-left: -80px !important;
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3, #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar.active + #content .topbar {
    transition: all .3s;
  }

  .topbar {
    min-width: 320px;
    padding-left: 0;
  }

  #sidebar.active + #content .topbar {
    min-width: 320px;
    padding-left: 0;
    left: 250px;
  }

  #content {
    padding: 60px 15px 25px;
  }

  #sidebar.active {
    text-align: left;
    min-width: 230px;
    max-width: 230px;
  }

  #sidebar.active + #content {
    min-width: 320px;
    height: auto;
    padding-left: 0;
    transition: all .3s;
    position: relative;
    left: 250px;
  }

  .right_topbar .icon_info ul.user_profile_dd {
    display: none;
  }

  .right_topbar {
    float: right;
    margin: 5px 15px 5px 0;
    padding: 0;
  }

  .sidebar_toggle {
    padding: 14px 22px 13px;
  }

  .logo_section img {
    height: 38px;
    margin: 12px 0 0 15px;
    padding: 0;
  }

  .icon_info ul li {
    width: 30px;
  }

  .icon_info ul li a {
    font-size: 16px;
  }

  .logo_section img.logo_icon {
    display: none;
  }
}

@media (max-width: 350px) {
  .icon_info ul li {
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  .counter_section {
    padding: 30px 25px;
  }

  .counter_no {
    padding: 0;
  }

  .counter_no .head_couter {
    font-size: 16px;
  }

  #testimonial_slider.carousel .carousel-control {
    top: -35px;
  }

  .content.testimonial {
    margin-top: 50px;
  }

  #testimonial_slider.carousel .testimonial {
    font-size: 13px;
    line-height: normal;
  }

  .progress_bar {
    padding: 15px 25px 50px;
  }

  .dash_head {
    padding: 30px 30px 25px;
  }

  .task_list li {
    padding: 20px 30px;
  }

  .task_list li a {
    color: #99abb4;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: normal;
  }

  .msg_list_main ul li {
    display: block;
  }

  .msg_list_main ul li > span:first-child {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .info_people {
    padding: 25px;
    display: block;
  }

  .info_people .p_info_img {
    text-align: center;
    width: 100%;
  }

  .info_people .p_info_img img {
    width: 90px;
  }

  .info_people .user_info_cont {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }

  .calendar {
    overflow: auto;
  }

  .tab_style3 .tabbar {
    display: block;
  }

  .tab_style3 #v-pills-tabContent {
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .pagination.button_section {
    display: block;
  }

  .pagination.button_section .btn-group {
    margin: 5px 0 0;
  }

  .fw_icon {
    width: 50%;
  }

  .mail-box, .mail-box .sm-side {
    float: left;
    width: 100%;
  }

  .mail-box .lg-side {
    float: left;
    background: #fff;
    border-radius: 0 4px 4px 0;
    width: 100%;
    overflow: auto;
  }

  aside.lg-side .inbox-body {
    min-width: 565px;
    padding-left: 0;
    padding-right: 0;
  }

  .table.table-striped.projects {
    min-width: 780px;
  }

  .full_height {
    height: auto;
  }

  .login_section {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .login_form form .field input {
    width: 100%;
    max-width: 395px;
  }

  .login_form form .field label.label_field {
    text-align: left;
  }

  .login_form form .field {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }

  .label_field.hidden {
    display: none;
  }

  .login_form form .field .form-check-label {
    float: left;
    width: 100%;
  }

  .forgot {
    float: left;
  }

  .error_page h3 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 420px) {
  .model_bt {
    width: 100%;
    padding: 11px 0 10px;
  }

  .fw_icon {
    width: 100%;
  }

  aside .inbox-head .position.search_inbox {
    display: none;
  }

  .contact_inner .left {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .contact_inner .right {
    float: left;
    width: 100%;
  }

  .bottom_list .right_button {
    float: right;
    display: flex;
  }

  .bottom_list .right_button button {
    margin: 0 0 0 5px;
  }

  .dis_flex {
    margin: 0;
    display: block;
  }

  .dis_flex .profile_img {
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
  }
}

/*# sourceMappingURL=src_app_%28admin%29_components_d3fb89a9._.css.map*/