@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}


.main-wrapper {
  margin-top: 150px !important;
  width: 60%;
  height: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.login-component {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.submit-btn {
  width: 100%;
}

.list-group-item :hover {
  background-color: azure;
  cursor: pointer;
}

body {
  margin-top: 20px;
  background: #fafafa;
}

.order-card {
  color: #fff;
}

.bg-c-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-block {
  padding: 25px;
  /* max-width: 100px; */
  /* max-height: 250px; */
}

.order-card i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.coupan-container {
  margin-left: 40px !important;
}

/* .btn-login{
  padding: 20px;
} */
@media only screen and (max-width: 992px) {
  .coupan-container {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 678px) {
  .coupon_row {
    flex-direction: column;
  }
}

.coupon-card {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.coupon-card h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.coupon-card p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.coupon-details {
  display: flex;
  justify-content: space-between;
}

.attribute {
  display: flex;
  justify-content: space-between;
}

.coupon-data-container {
  max-width: 1000px;
  margin: auto;
}

.coupon-data-container .attribute {
  margin-bottom: 10px;
}

.coupon-data-container .attribute .label {
  font-weight: 500;
  text-transform: capitalize;
}

.coupon_row {
  display: flex;
}

.cards_coupons {
  flex-basis: 50%;
}

.mc-main-container {
  margin-left: 200px;
  width: calc(100% - 200px)
}

.coupon_container {
  margin-left: 30px;
}

/* You can add more styling as needed */

.mc-sidebar {
  min-width: 200px;
  max-width: 200px;
  background-color: #fff;
  /* padding: 2rem 1rem; */
  position: absolute;
  left: 0;
  /* z-index: 111; */
  min-height: 100vh;
  border-right: 1px solid #ddd;
  position: fixed;
}

.nav-menu-icon{
  display: none;
}


@media (max-width:481px) {
  .mc-sidebar {
    display: none;
    z-index: 1;
    margin-top: -20px;
  }

  .mc-main-container {
    margin-left: unset;
    width: unset
  }

  .coupan-container {
    margin: unset !important;
  }
  .nav-menu-icon{
    display: block;
  }
}


.mc-sidebar-wrapper ul {
  margin: 0;
  padding: 0;
}

.mc-sidebar .mc-sidebar-wrapper ul li {
  list-style-type: none;
  text-decoration: none;
  color: black;
  /* margin-bottom: 10px; */
  border-bottom: 0.5px solid #9c9a9a;
}

.mc-sidebar .mc-sidebar-wrapper ul li:hover {
  background-color: #ffc36c;
  color: black;
}

.mc-sidebar-wrapper ul li a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.mc-sidebar-wrapper ul li:hover a {
  /* background-color: red; */
  /* border:1px solid black */
  /* color:red */
}

.mc-logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 20px 0;

}

.list-background {
  background-color: #ea8523;
  /* color:red; */
  cursor: pointer;
  padding: 10px;

}

.list-background span {
  color: #fff;
}

.no-active {
  padding: 10px;
  cursor: pointer;
}

/* CouponCard.css */

.coupon-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px;
  background-color: #fff;
  width: 50%;
  /* display: flex; */
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
  position: relative;
}

.coupon-data-container {
  width: 100%;
}

.attribute-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid #ddd; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  padding: 5px;
  height: auto;
  margin-bottom: 5px;
}

.attribute-card-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid #ddd; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  padding: 5px;
  margin-bottom: 5px;
}

.attribute-label {
  font-weight: 500;
  font-size: 19px;
}

.attribute-value {
  margin-top: 5px;
  font-size: 1rem;
}

.view-btn {
  padding: 10px;
  background-color: #4099ff;
  border: none;
  border-radius: 5px;
  height: 50px;
  color: white;
}

/* 
.thumbnail-image img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  max-height: 200px;
  object-fit: contain;
} */

/* Styling for the image-card */
.image-card {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* .image-header {
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.close-button {
  /* color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; */
}

/* Styling for the image content */
/* .image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
} */