/*-----------------------------------------
 [MASTER STYLE SHEET]
 * Project: Lava Material Admin Panel Template
 * Version: v1.1.1
 * Copyright 2017-2020 rn53themes
 * Last Changes: 03/09/2016
 * Author: RN53 Themes
 * Email:      rn53themes@gmail.com
 * Website:    http://www.rn53themes.net 
 -----------------------------------------------*/

/*-------------------------------------------------------*/
/* When the browser is between 0px and 1180px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 1180px) {
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 992px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 992px) {
  .tab-hide {
    display: none;
  }
  .sb2-1 {
    width: 318px;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: 10px 50px 100px rgba(0, 0, 0, 0.8);
    z-index: 9999;
    left: -350px;
    overflow: scroll;
  }
  .sb1-1 {
    padding: 15px;
  }
  .sb2-2 {
    width: 102%;
    padding: 40px 15px;
    margin-left: 0%;
  }
  .tab-menu {
    display: inline-block;
    color: #fff;
    background: #9e9e9e;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 2px;
  }
  .sb1 {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 82px;
  }
  .logo img {
    width: 77%;
    margin-left: 45px;
    margin-top: -55px;
  }
  .db-2 ul li {
    width: 50%;
  }
  .sp-top-30 {
    margin-top: 30px;
  }
  .blog-login-in {
    width: 101%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .tab-menu {
    display: inline-block;
    color: #fff;
    background: #9e9e9e;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 32px;
    border-radius: 2px;
    margin-left: 10px;
  }
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 768px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .mob-hide {
    display: none;
  }
  .top-user-pro {
    float: right;
    padding: 18px 0px;
  }
  @media (max-width: 576px) {
    .top-user-pro {
      margin-left: -17px;
      font-size: 10px;
    }
  }

  .db-2 ul li {
    width: 100%;
  }
  .sb2-2 {
    padding: 40px 15px;
  }
  .tab-list > li > a span {
    display: none;
  }
  .tab-list > li > a i {
    width: 18px;
    color: #0e76a8;
    margin-right: 0px;
    text-align: center;
  }
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 481px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 481px) {
}

/* login responsive  */
@media screen and (max-width: 480px) {
  .blog-login {
    padding: 12px;
  }

  .blog-login-in.blog-login-content {
    padding: 0px;
  }

  .blog-login-in img {
    max-width: 242px;
  }

  .input-field input {
    font-size: 14px;
  }

  .btn-log-in {
    font-size: 14px;
    padding: 10px;
  }

  .for-pass {
    display: block;
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .dropdownresponsive {
    display: none;
  }
}

@media (max-width: 767px) {
  .imageres {
    width: 100% !important;
    margin-left: 97px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .imageres {
    width: 66% !important;
    margin-left: 192px !important;
  }
}

.loginmenu {
  display: none !important;
  background: white;
  border: none !important;
  padding-left: 19px !important;
}

@media (max-width: 767px) {
  .loginmenu {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .imageres {
    width: 17rem !important;
    margin-left: 140% !important;
  }
}
@media (max-width: 767px) {
  .container-fluid.sb1 {
    height: 58px !important;
  }
}
@media (max-width: 767px) {
  .active-bre {
    display: none !important;
  }
}
/* @media (max-width: 767px) {
  .card-tab {
    width: 109% !important;
  }
} */
@media (min-width: 426px) and (max-width: 767px) {
  .card-tab {
    width: 30% !important;
  }
}

@media (max-width: 767px) {
  .card-tabs {
    width: 109% !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card-tabs {
    width: 30% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-tab {
    width: 19% !important;
    margin-right: 1px !important;
    margin-left: 2px !important;
    padding: 0px 6px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .card-tabs {
    width: 19% !important;
    /* margin-right: 48px !important; */
    margin-left: 2px !important;
    padding: 0px 6px;
  }
}
.profile-card {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 30px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  transition: transform 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-image {
  height: 337px;
  position: relative;
  overflow: hidden;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.profile-card:hover .profile-img {
  transform: scale(1.05);
}

.card-details {
  padding: 25px;
}

.profile-name {
  margin: 0 0 8px;
  color: #2c3e50;
  font-size: 24px;
  font-weight: 700;
}

.profile-title {
  margin: 0 0 20px;
  color: #7f8c8d;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
}

.profile-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #3498db;
  border-radius: 3px;
}

.detail-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.detail-label {
  font-weight: 600;
  min-width: 80px;
  color: #4a5568a3;
  font-size: 14px;
}

.detail-value {
  color: #333;
  flex: 1;
  font-size: 15px;
}

/* Responsive design */
@media (max-width: 480px) {
  .profile-card {
    margin: 20px 15px;
  }

  .card-details {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page-backs {
    margin-top: -37px;
  }
}

@media (max-width: 767px) {
  .nav-item {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .demoBox .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }

  .tapefinish {
    flex: 1 1 30%;
    max-width: 18%;
  }

  .tapefinish .input-field {
    width: 100%;
  }

  .tapefinish textarea {
    height: 50px;
    resize: none;
    margin-top: -6px;
  }

  @media (min-width: 650px) and (max-width: 767px) {
    .tapefinish {
      flex: 1 1 18%;
      max-width: 19%;
    }
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .boppdisp {
    height: 30px !important;
    width: 160px !important;
  }
  .rawtot {
    height: 36px !important;
  }
  .usequantity {
    height: 36px !important;
  }
  .pacdash {
    width: 150px !important;
  }
  .prndis {
    height: 29px !important;
  }
  .fabdas {
    margin-top: 26px !;
  }
  .pacdis {
    height: 29px !important;
  }
  .disweight {
    height: 39px !important;
  }
  .disdails {
    height: 39px !important;
  }
  .disfab {
    margin-left: 105% !important;
    margin-top: -28% !important;
  }
  .addfab {
    width: 23% !important;
  }

  .demoBox .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start !important;
    justify-content: flex-start;
    gap: 10px;
  }

  .col-sm-3.col-md-3.col-lg-3 {
    flex: 1 1 23%;
    max-width: 23%;
  }

  .col-sm-3.col-md-3.col-lg-3 .input-field {
    width: 100%;
  }

  .col-12.col-sm-4.col-md-4.col-lg-2 {
    flex: 1 1 48%;
    max-width: 48%;
  }

  .col-12.col-sm-4.col-md-4.col-lg-2 .input-field {
    width: 100%;
  }

  .col-12.col-sm-4.col-md-4.col-lg-2 textarea {
    height: 60px;
    resize: none;
  }

  .d-flex {
    display: flex;

    align-items: center;
    gap: 10px;
  }

  button[type="submit"].btn {
    margin-top: 10px;
  }
}
