.widget-title {
  position: relative;
  height: 50px;
  color: #fff;
  background-color: #6f6f6f;
  font-size: 16px;
  margin: 30px 0 20px;
}
.widget-title i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #16abb4;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.widget-title i:after {
  content: "";
  position: absolute;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #16abb4;
  border-left: 8px solid transparent;
  left: 16px;
  bottom: -8px;
  z-index: 1;
}
.widget-block {
  margin-bottom: 10px;
}
.catalog li {
  margin-bottom: -1px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  line-height: 24px;
}
.catalog li a {
  position: relative;
  display: block;
  padding: 12px 10px 12px 64px;
}
.catalog li:nth-child(odd) i {
  background: #16abb4;
}
.catalog i {
  background: #16abb4;
}
.catalog li a i {
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.catalog li a:hover i {
  background: #16abb4;
}
.catalog li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
}
.top-icon > i {
  border: 1px solid;
  border-radius: 50%;
  color: #16abb4;
  float: left;
  font-size: 18px;
  margin-right: 8px;
  padding: 8px 5px 5px;
  text-align: center;
  width: 36px;
}
.ico-text {
  color: #363636;
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  float: left;
  margin-top: 17px;
}
.ico-num {
  background-color: #16abb4;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  float: right;
  padding: 3px 12px;
  text-align: center;
}
.top-icon {
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}
.box-border {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.box-border.top-icon {
  padding: 8px 0;
  overflow: hidden;
}
.panel-table .panel-default {
  width: 98%;
}
.dashboard-table tr td {
  font-size: 15px;
}
.margin-top-30 {
  margin-top: 30px;
}
.btn-primary {
  background-color: #006672;
}
.form-group {
  height: 40px;
}

/*-------------------------------tickets----------------------*/
.ticket-raise-box {
  background: #fff;
  /* padding: 30px; */
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
}
.ticket-raise-box1 {
}
.ticket-raise-box1 h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.ticket-raise-box1 select {
  padding: 5px 40px;
  border-radius: 6px;
}
.ticket-raise-box2 {
  margin-top: 20px;
}
.ticket-raise-box2 textarea {
  width: 100%;
  height: 100px;color:#000;
}
.ticket-raise-box3 {
}
.ticket-raise-box3 input {
  color: #fff;
  background: #16abb4;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
}

.issue-all-list-box {
}
.issue-list-box {
}

.issue-list-box-heading-box {
  background: #e2e2e2;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.issue-series-num {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-align: center;
}
.issue-list-box-heading-box1 {
  display: inline-block;
  min-width: calc(24% - 7px);
  text-align: left;
}
.issue-list-box-heading-box1a {
  font-size: 16px;
  margin-bottom: 10px;
}
.issue-list-box-heading-box1b {
  font-size: 11px;
}

.issue-list-box-msg-box {
  background: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
  max-height: 300px;
  overflow-y: scroll;
}
.msg-box-date {
  display: inline-block;
  background: #16abb4;
  color: #fff;
  padding: 4px 10px;
  border-radius: 7px;
  font-size: 11px;
  margin: 0 auto;
}
.user-rply {
  text-align: right;
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
}
.user-rply > span {
  background: #16abb4;
  color: #fff;
  padding: 6px 7px 8px 9px;
  line-height: 11px;
  font-size: 14px;
  border-radius: 7.5px;
  max-width: 65%;
  position: relative;
  text-align: right;
  padding-left: 70px;
}
.user-rply > span:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 10px solid #16abb4;
  border-right: 10px solid #ff000000;
  border-left: 10px solid #16abb4;
  border-bottom: 10px solid #ff000000;
}
.user-rply > span span {
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: -15px;
  color: #000;
  width: 216px;
}
.user-rply > span span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #16abb4;
  border-radius: 100%;
  right: -10px;
  top: 2px;
}

.admin-rply {
  text-align: left;
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
}
.admin-rply > span {
  background: #a7a5a5;
  color: #fff;
  padding: 6px 7px 8px 9px;
  line-height: 11px;
  font-size: 14px;
  border-radius: 7.5px;
  max-width: 65%;
  position: relative;
  text-align: left;
  padding-right: 70px;
}
.admin-rply > span:before {
  content: "";
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -15px;
  border-top: 10px solid #a7a5a5;
  border-right: 10px solid #a7a5a5;
  border-left: 10px solid #a7a5a500;
  border-bottom: 10px solid #a7a5a500;
}
.admin-rply > span span {
  font-size: 10px;
  position: absolute;
  left: 10px;
  top: -15px;
  color: #000;
  width: 180px;
}
.admin-rply > span span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #a7a5a5;
  border-radius: 100%;
  left: -10px;
  top: 2px;
}

.issue-list-box-msg-type-box {
  background: #e2e2e2;
  padding: 10px;
}
.issue-list-box-msg-type-box1 {
  display: inline-block;
  width: calc(100% - 100px);
}
.issue-list-box-msg-type-box1 input {
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 8px 10px;
}
.issue-list-box-msg-type-box2 {
  display: inline-block;
}
.issue-list-box-msg-type-box2 button {
  width: 50px;
  border: none;
  background: transparent;
  font-size: 20px;
}
/*-------------------------------tickets----------------------*/

@media only screen and (max-width: 500px) {
  .seller__registration__page {
    margin-top: 0px;
  }
  .seller__registration__heading {
    margin-bottom: 0;
  }
  .open-dashboard-menu {
    float: right;
    margin-right: 0 !important;
  }
  .widget-block {
    display: none;
  }
  .form-group {
    height: 65px;
  }
  .order-row-order-heading-left {
    width: 100%;
  }
  .order-heading-order-place-date {
    width: 100%;
  }
  .order-heading-order-place-date p {
    display: inline-block;
    width: 100%;
  }
  .order-heading-order-delivery-amount {
    width: 100%;
  }
  .order-heading-order-delivery-amount p {
    display: inline-block;
    width: 100%;
  }
  .order-heading-order-customername {
    width: 100%;
  }
  .order-heading-order-customername p {
    display: inline-block;
    width: 100%;
  }

  .order-row-order-heading-right {
    width: 100%;
    text-align: left !important;
    /* margin-top: 15px; */
  }

  /*-------------------------------tickets----------------------*/
  .issue-series-num {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
  }
  .issue-list-box-heading-box1 {
    min-width: calc(49%);
    margin-bottom: 20px;
  }
  .issue-list-box-heading-box1a {
    margin-bottom: 0px;
  }
  .user-rply {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .admin-rply {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .issue-list-box-msg-type-box1 {
    width: calc(100% - 55px);
  }
  /*-------------------------------tickets----------------------*/
}
