.fas {
    padding:0px 5px;
}
.red{
    color:#000;
}
.mg30{
    margin:80px 0px;
}
.mycardrow {
    display: flex;
    margin:0px 5px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tile_stats_count {
    width: 10%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
  
}

.count_top {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}
span.right {
    float: right;
}
.count {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.count.green {
    color: #00b300;
}
.menu-container {
    z-index:999;
    position:fixed;
    top:0;
    width:100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
   
  padding: 10px;
  margin:5px auto;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  
  margin: 0;
  padding: 0;
}

.menu li {
       border: 1px solid #ddd;
  margin: 0 5px;
}

.menu a {
  display: block;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size:14px;
}

.menu a:hover {
  background-color: #333;
  color: #fff;
}
.menu a.active {
    background-color: #333;
    color: #fff;
}


.content{
    margin-top:4%;
}
.product-card.col-md-3 {
    text-align: center;
}
.product-card.selected {
    border: 2px solid blue;
  }

  .selected {
    border: 2px solid #007bff;
    outline: none;
  }
  .example-list {
  width: 1000px;
  max-width: 100%;
  border: solid 1px #ccc;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.example-box {
  padding: 20px 10px;
  border-right: solid 1px #ccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
  flex-grow: 1;
  flex-basis: 0;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
              0 8px 10px 1px rgba(0, 0, 0, 0.14),
              0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
  opacity: 0;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box:last-child {
  border: none;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.example-list {
    list-style-type: none;
    padding: 0;
  }
  
  .example-list li {
    display: table-cell;
    padding: 4px;
  }
  
  .example-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin: 10px;

  }
  .selected {
    background-color: #cfd8dc; /* Set the background color */
    color: #333; /* Set the text color */
  }
  
  .example-box {
    width: 200px;
    height: 200px;
    border: solid 1px #ccc;
    font-size: 30pt;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    cursor: move;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  
  .example-box:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
      0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    opacity: 0.6;
  }
  
  .cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
      0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  
  .cdk-drag-placeholder {
    opacity: 0.3;
  }
  
  .cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  }
  
  button {
    margin-right: 4px;
  }
  p{
    bottom: 0;
    position: absolute;
    font-size: 12px;
  }
  .example-box-placeholder {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    background: #ccc;
    border: dotted 3px #999;
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  }
  
  .drop-list-item {
    display: flex;
    flex-direction: row;
  }
  .mg3{
    margin:0px 5px;
  }
  .right{
    float: right;
  }
  .form-group{
    margin:10px 0px;
}
