.dashboard_container {
    width: 1730px;
    margin: 0 auto;
    max-width: 96%;
}

.submit[disabled] {
    background: linear-gradient(180deg, rgb(244 247 137) 35%, rgb(247 221 123) 65%) !important;
    color: #515151 !important;
    cursor: default !important;
}
.BackendOutlet {
    padding: 25px 0;
}
.actual_price {
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}

  .wrapper {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 15px -8px #484848c7;
    padding: 20px;
    margin-bottom: 15px;
  }
  .wrapper:last-child {
    margin-bottom: 0;
  }
  .title-wrapper1 {
    border-left: 6px solid #ebdb00;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .title-wrapper1 h2 {
    /* display: block; */
    display: inline;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 168, 253, 1) 25%, rgba(0, 104, 191, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0px 1px 1px #5c5c5cec);
    filter: drop-shadow(0px 1px 1px #5c5c5cec);
    /* margin-bottom: 15px; */
    font-family: "Open Sans", serif;
  }
  .sub-title.wrapper h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #0e0e0e;
    text-shadow: 1px 1px 2px #b7b7b7f5;
    font-family: "Open Sans", serif;
  }

  @media only screen and (max-width: 1199px) {
    
    .title-wrapper1 h2 {
        font-size: 35px;
        line-height: 40px;
      }
  }
  @media only screen and (max-width: 768px) {
    .title-wrapper1 h2 {
        font-size: 30px;
        line-height: 35px;
      }
  }
  @media only screen and (max-width: 499px) {
    .title-wrapper1 {
        border-left: 5px solid #ebdb00;
        padding-left: 6px;
      }
    .title-wrapper1 h2 {
        font-size: 25px;
      line-height: 30px;
        margin: 0px 0 10px;
      }
  }
  