* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}
select {
  cursor: pointer;
}
#accessRights {
  float: right;
}
.inv-link {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: left;
}
.p-inv-link {
  color: #9E9E9E;
}
table .property-option {
  margin-left: -120px !important;
  width: 120px !important;

}
.width-100 {
  width: 100% !important;
}
.h2 {
  font-size: 40px !important;
  font-weight: 600;
}
.h3 {
  font-size: 16px;
  font-weight: 600;
}
.h4 {
  font-size: 20px;
  font-weight: 600;
}
.property-detail-p {
  color: #9E9E9E;
  font-size: 14px;
}
.center-text-black {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 38.73px;
  text-align: center;
}
.center-text-gray {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: center;
  color: #4b4b4b;
}
.j-center {
  justify-content: center;
}
.p-l-10 {
  padding-left: 10px;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: #e61e4d;
}
.user-dropdown-menu div a {
  color: #000 !important;
}
.user-dropdown-menu div a:hover {
  color: #e61e4d !important;
}
p {
  line-height: 20px;
}

header {
  background-color: #e61e4d;
  width: 100%;
  height: 90px;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

nav {
  position: relative;
}
.btn {
  padding: 13px 16px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.btn:disabled,
.btn[disabled] {
  cursor: not-allowed !important;
}
.user-menu {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.profile-menu {
  width: 114px;
  height: 60px;
  background-color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  gap: 10px;
}
.copied {
  display: none;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.2px;
  text-align: center;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background: #2DAE00;
  padding: 5px;
  color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /* height: 24px; */
}
.user-dropdown-menu {
  padding: 20px;
  width: 160px;
  /* height: 98px; */
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 10px;
  z-index: 99;
  margin-top: 200px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profile-menu svg {
  width: 40px;
  height: 40px;
  color: #4b4b4b;
}
.login-btn {
  background-color: white;
  color: black;
  transition: all 0.5s ease;
  border: 1px solid #fff;
}
.login-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.signup-btn {
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s ease;
}

.signup-btn:hover {
  background-color: white;
  color: black;
}
.heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.heading .btn svg {
  width: 15px;
}
section > h1 {
  text-align: center;
  margin: 50px auto;
  font-size: 50px !important;
  font-weight: 600;
}
.btn-active {
  padding: 13px 16px;
  background-color: #e61e4d;
  text-align: center;
  color: #fff;
}
.btn-active:hover {
  background-color: #D21945;
  color: #fff;
}
.btn-active a:hover {
  color: #000 !important;
}
.btn-outline {
  padding: 13px 16px;
  border: 2px solid #E61E4D;
  color: #E61E4D;
}
.heading .btn-outline {
  position: absolute;
  padding: 13px 16px;
  border: 2px solid #E61E4D;
  color: #E61E4D;
}
.btn-outline:hover {
  background-color: #E61E4D;
  border: 2px solid #E61E4D;
  color: #fff;
}
.mt-xl-60 {
  margin-top: 60px;
}
.inventory-qr-code {
  margin-top: 40px;
}
.btn-black {
  padding: 13px 16px !important;
  background-color: #2A2A2A;
  border: 1px solid black;
  color: #fff;
}
.btn-black:hover {
  background-color: #080808;
  color: #fff;
}
.btn-white:hover {
  color: #e61e4d;
}

.btn-active svg {
  width: 15px;
  height: 15px;
}
content form {
  width: 90%;
  max-width: 460px;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.form-btn-submit {
  background-color: #e61e4d;
  width: 100%;
  text-align: center;
  color: #fff;
}
.form-btn {
  border: 1px solid #e61e4d;
  width: 100%;
  text-align: center;
}
.form-btn:hover,
.form-btn-submit:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
::placeholder {
  color: rgb(126, 126, 126);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgb(126, 126, 126);
}
input {
  font-size: 20px;
  padding: 10px;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 10px;
}

.text-center {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.question {
  display: inline-block;
  border-radius: 50%;
  background-color: #4b4b4b;
  color: white;
  padding: 2px 7px;
  font-size: 14px;
}
.inventory-wrapper {
  display: inline-block !important;
  width: 100%;
}
.inventory-wrapper .left, .inventory-wrapper .right {
  display: inline-block !important;
  padding: 20px !important;
}
.inventory-wrapper .left {
  float: left !important;
}.inventory-wrapper .right {
   float: right !important;
 }

.swal2-cancel {
  border: rgb(230, 30, 77) 1px solid !important;
  color: #000 !important;
}


.property-items-view {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  flex-wrap: wrap;
  gap: 20px;
}
.property-item-view {
  margin-right: 50px;
  width: 160px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.property-item-view img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
}
.hidden
{
 display: none !important; 
}
.property-item-view h3 {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-product {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.table-product-img {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
}
.table-product-img img {
  max-width: 80px;
  max-height: 100%;
}
.table-product h3 {
  max-width: 370px;
}
.table-product-option {
  position: absolute;
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  right: -100px;
  top: 20px;
  padding: 20px;
  border-radius: 10px;
}
.card-info {
  width: 90%;
  max-width: 480px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-data {
  width: 217px;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.input-data p {
  font-size: 25px;
  padding: 6px 10px;
  font-weight: 600;
  background: #e7e7e7;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
}
.input-data p:nth-child(2) {
  background: #ffffff;
}
.minus-icon svg {
  width: 15px;
  /* height: 10px; */
}

.property-item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d9d9d9;
  border: 1px solid #9a9a9a;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 20px;
}

table {
  width: 100%;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.prodict-search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.sp-container {
  width: 250px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.sp-container .rating {
  display: flex;
  justify-content: flex-start;
  color: rgb(255, 183, 28);
}
.sp-container .rating svg {
  width: 15px;
}
.sp-container .price {
  font-size: 50px;
}
.property-h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.property-sub-text {
  font-size: 14px;
  font-weight: 500;
}
.product-item {
  margin-bottom: 50px;
}
.xl-hidden {
  display: none !important;
}
table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

@media (max-width: 1200px) {
  .h1-custom {
    font-size: 40px !important;
  }

  .heading .btn-outline span {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .a-kostyl {
    min-width: 55vw !important;
  }
  .inventory-container, #quantity-form {
    overflow-x: hidden;
    width: 100% !important;
  }
  .inventory-container .table-product h3 {
    font-size: 14px !important;
  }
  .mt-xl-60 {
    margin-top: 0;
  }
  .inventory-qr-code {
    margin-top: 0;
  }
  .property-items-view {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .search-inp {
    width: 78%;
  }
  .xs-mt-m-80 {
    margin-top: -80px !important;
  }
  .property-dots {
    height: 20px !important;
  }
  table h3, #property-item td, #order table td {
    font-size: 10px !important;
    padding-top: 5px;
    min-width: 100px;
  }
  #property-item th,  #order table th {
    font-size: 12px !important;
  }
  #order table {
    table-layout: fixed;
  }
  .p-inv-link {
    font-size: 8px !important;
    font-weight: 500;
    color: #9E9E9E;
  }
  .search-inp {
    margin-left: 0 !important;
  }
  .pagination {
    overflow-x: auto;
  }
  .card {
    width: 100% !important;
  }
  #accessRights {
    margin-top: 0 !important;
    float: none;
    width: 180px;
    font-size: 14px;
  }
  .btn-black {
    font-size: 14px !important;
    line-height: 15px;
    padding: 10px;
  }
  .inventory-wrapper .right {
    padding-top: 0 !important;
    width: 100%;
  }
  .inventory-wrapper .right form {
    margin: 0 10px 15px 0;
  }
  .fs-xs-10 {
    font-size: 10px;
  }
  .copied {
    position: absolute;
    display: none;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    width: auto;
    height: auto;
    margin-top: -30px;
    border-radius: 10px;
    background: #2DAE00;
    padding: 5px;
    color: #fff;
    margin-left: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    }
  .inv-link {
    font-size: 16px;
    font-weight: 600;
  }
  .fs-xs-16 {
    font-size: 16px !important;
  }
  .h2 {
    font-size: 20px !important;
  }
  .h4 {
    font-size: 14px;
  }
  .property-detail-p {
    font-size: 10px;
  }
  .property-item {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }
  .property-delivery {
    border-radius: 0 0 10px 10px !important;
    width: 100%;
  }
  .property-wrapper {
    gap: 1px;
  }
    .xl-hidden {
    display: inline-block !important;
  }
  .h1-custom {
    font-size: 30px;
  }
  .heading .btn-outline span {
    display: none;
  }
  .property-wrapper {
    flex-direction: column;
  }
  .property-h3 {
    font-size: 16px;
  }
  .property-sub-text {
    font-size: 12px;
    font-weight: 500;
  }
  .product-item {
    margin-bottom: 40px;
  }
  .product-item-add {
    height: 300px !important;
  }
  .product-contailner {
    justify-content: center !important;
  }
  #photo {
    width: 320px;
  }
  .btn {
    font-size: 16px;
  }
  .save-btn {
    width: 100% !important;
  }
  .btn-active {
    width: 100%;
    padding: 10px;
  }
  .sub-text {
    font-size: 12px;
    font-weight: 400;
  }
  section > h1 {
    text-align: center;
    margin: 50px auto;
    font-size: 30px !important;
    font-weight: 600;
    font-family: "Inter";
  }
   h3 {
     font-size: 14px;
     font-weight: 500;
     font-family: "Inter";
   }
  .xs-hidden {
    display: none !important;
  }
  .login-btn, .signup-btn {
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .h1-custom {
    font-size: 30px !important;
  }
}

@media (max-width: 450px) {
  .h1-custom {
    font-size: 20px !important;
  }
}
  .container {
    /*overflow-x: scroll;*/
  }
  #property-item
    > div
    > div
    > table
    > tbody
    > tr
    > td
    > div
    > img:nth-child(1) {
    #display: none;
  }
  table {
    display: table;
  }
  .table-layout {
    overflow-x: auto !important;
    display: inline-block;
    width: 100%;
  }
  table h3 {
    font-size: 14px;
    text-align: left;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  .heading .btn span {
    /*display: none;*/
  }
  .product-contailner {
    justify-content: center;
  }
  .inventory-wrapper {
    flex-direction: column;
    height: auto !important;
    gap: 30px;
  }


    section {
        margin-bottom: 50px;
      }
      h2 {
        font-size: 40px;
      }
      .heading {
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }
      .heading .btn svg {
        width: 15px;
      }
      .property-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
      }
      .property-item {
        height: 120px;
        background-color: #f2f2f2;
        padding: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        flex: 1;
        border-radius: 10px;
      }
      .property-item img {
        border-radius: 10px;
      }
      .property-delivery {
        height: 120px;
        background-color: #f2f2f2;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        position: relative;
        flex: 1;
      }
      .property-delivery .property-option {
        position: absolute;
        width: 166px;
        height: 98px;
        background-color: white;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 10px;
        border-radius: 10px;
        right: 50px;
        top: 50px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      }
      .property-delivery svg {
        width: 50px;
        height: 50px;
      }
      .inventory-wrapper {
        height: 200px;
        background-color: #f2f2f2;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        justify-content: space-between;
      }
      .inventory-wrapper .left,
      .inventory-wrapper .right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .inventory-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
      }
      .inventory-link button {
        width: 100px;
        height: 40px;
        font-size: 20px;
        border-radius: 10px;
        background-color: #2dae00;
        color: #fff;
        border: none;
        cursor: pointer;
      }
      .inventory-link svg {
        width: 21px;
        height: 21px;
      }
      .inventory-qr-code {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
      }
      .qr-code-box {
        width: 80px;
        height: 80px;
        background-color: #fff;
      }
      .qr-cote-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .right svg {
        width: 20px;
        height: 20px;
      }
      select {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        width: 200px;
        margin-top: 5px;
        border: none;
      }

      table > tr:nth-child(1) > td:nth-child(1) {
        border-top-left-radius: 10px;
      }
      table > tr:nth-child(1) > td:nth-child(4) {
        border-top-right-radius: 10px;
      }
      table > tr:last-child > td:nth-child(1) {
        border-bottom-left-radius: 10px;
      }
      table > tr:last-child > td:nth-child(4) {
        border-bottom-right-radius: 10px;
      }

      #order tr td:first-child {
        color: #e61e4d;
      }
      #order th,
      #order td {
        text-align: start;
        padding-left: 50px;
      }
      #property-item th {
        text-align: start;
        font-size: 16px;
      }
      @media only screen and (max-width: 800px) {
        #order th,
        #order td {
          text-align: start;
          padding-left: 0px;
        }
        .property-delivery .property-option {
          top: -50px;
          right: 30px;
        }
        .inventory-wrapper .right {
          gap: 20px;
        }
         form {
        width: 90%;
        max-width: 460px;
        margin: auto;
      }
      form label {
        font-size: 20px;
        font-weight: 500;
      }
      form input {
        width: 100%;
      }
      form div {
        margin: 10px 0px;
      }
      .checkbox-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
      }
      .checkbox-container input {
        width: 20px;
      }
      .checkbox-container input[type="checkbox"]:checked {
        color: white;
        accent-color: #e61e4d;
      }
      

}
