@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
@import url("/fonts/fonts.scss");
body .filter-box {
  width: 100%;
  padding: 25px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .filter-box .f-i {
  width: 32%;
  margin: auto;
}

body .monaq-box {
  width: 99%;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  border: #8A1538 1px solid;
}

body .monaq-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 5px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 2px 5px;
  position: relative;
  z-index: 5;
}

body .monaq-box .header h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

body .monaq-box .header .mn-1 {
  width: 25%;
}

body .monaq-box .header .mn-3,
body .monaq-box .header .mn-2 {
  width: 25%;
}

body .monaq-box .header .mn-4 {
  width: 23%;
}

body .monaq-box.prices-box b {
  display: none;
}

body .monaq-box.prices-box .header .mn-1,
body .monaq-box.prices-box .header .mn-2,
body .monaq-box.prices-box .header .mn-3 {
  width: 22%;
}

body .monaq-box.prices-box .header .mn-4 {
  width: 34%;
}

body .monaq-box.prices-box .mn-1,
body .monaq-box.prices-box .mn-2,
body .monaq-box.prices-box .mn-3 {
  width: 22%;
  text-align: center;
}

body .monaq-box.prices-box .mn-4 {
  width: 34%;
  text-align: center;
}

body .monaq-box.prices-box .monaq-list {
  padding: 0;
}

body .monaq-box.prices-box .monaq-list li {
  padding: 7px 0;
  margin: 0;
  border: none;
  border-bottom: #ddd 1px solid;
  width: 100%;
  border-radius: 0px;
}

body .monaq-box.prices-box .monaq-list li:nth-child(even) {
  background: #F6F6F6;
}

body .monaq-box.prices-box .monaq-list li.mine {
  background: #e4ba00;
  color: #fff;
}

body .mn-3,
body .mn-1 {
  width: 30%;
}

body .mn-2 {
  width: 20%;
}

body .mn-4 {
  width: 18%;
  text-align: center;
}

body .monaq-list li {
  background: #fff;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 2%;
  border-bottom: #dcdcdc 1px solid;
}

body .monaq-list li .date {
  font-size: 16px;
  color: #444;
  margin: 0;
}

body .monaq-list li .number {
  margin: 0;
  font-size: 32px;
  color: #222;
  font-weight: bold;
}

body .monaq-list li .pls-resume {
  width: 100%;
  font-weight: bold;
  color: #f55;
}

body .monaq-list li .closed-msg {
  font-size: 25px;
  text-align: center;
}

body .monaq-list li .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .monaq-list li .type img {
  margin: 0 5px;
  height: 20px;
  opacity: 0.7;
}

body .monaq-list li .type p {
  margin: 0;
  color: #222;
}

body .monaq-list li .owner {
  font-size: 18px;
}

body .monaq-list li.monaq-closed {
  background: rgba(228, 186, 0, 0.05);
}
/*# sourceMappingURL=monaq.css.map */