.item-263 {
  display: none !important;
}

.sp-module-content .menu li {
  padding-left: 15px;
}

/* .sp-module-content .menu li.active {
  border-left: 5px solid #00A057;
  padding-left: 10px;
} */


.article-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px 50px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  /* min-height: 450px; */
}

.article-container-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  /* color: #464e73; */
}


.article-container {
  visibility: visible;
  animation-duration: 300ms;
  animation-name: fadeInRight;
}

.table-header,
.table-content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-header {
  margin-top: 20px;
  color: #00A057;
  font-size: 14px;
}

.table-header>p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.table-line {
  border: none;
  background-color: #6e6e6e;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 1px;
}

.profilepic img {
  border-radius: 100%;
}

.profilepic {
  /* width: 130px; */
  margin: 20px 0px;
  text-align: center;
}

.profilename {
  /* font-family: gothamrd-bold; */
  text-align: center;
  margin-top: 20px;
  display: block;
}

.dashboard-menu {
  padding-bottom: 50px;
}

.dashboard-menu li {
  padding-left: 20px;
}

.dashboard-menu li.active {
  border-left: 5px solid #ffca1c;
  padding-left: 15px;
}

.dashboard-menu li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

/* used: left menu dashbaord */
.dashboard-menu li.item-147:before,
.dashboard-menu li.item-149:before,
.dashboard-menu li.item-230:before {
  content: "\f022";
}

/* used: left menu profile */
.dashboard-menu li.item-123:before,
.dashboard-menu li.item-135:before,
.dashboard-menu li.item-157:before,
.dashboard-menu li.item-233:before {
  content: "\f007";
}

/* used: left menu quotation */
.dashboard-menu li.item-122:before,
.dashboard-menu li.item-136:before,
.dashboard-menu li.item-232:before {
  content: "\f15c";
}

/* used: left menu order */
.dashboard-menu li.item-124:before,
.dashboard-menu li.item-137:before {
  content: "\f07b";
}

/* used: left menu my loan */
.dashboard-menu li.item-160:before,
.dashboard-menu li.item-194:before {
  content: "\f09d";
}

/* used: left menu my payment */
.dashboard-menu li.item-125:before {
  content: "\f19c";
}

/* used: left menu my insurance */
.dashboard-menu li.item-307:before {
  content: "\f0e9";
}


.dashboard-menu li.item-126:before {
  content: "\f080";
}

/* GHLiew 20210611 */
/* Carl Jet 20210621 */
/* used: left menu invoices */
.dashboard-menu li.item-337:before,
.dashboard-menu li.item-340:before {
  content: "\f571";
}

/* Hide and Show invoice */
.dashboard-menu li.item-337 {
  display: none !important;
}

.dashboard-menu li.show {
  display: inline-block !important;
}

/* used: left menu My System */
.dashboard-menu li.item-358:before {
  content: "\f080";
}

/* used: left menu my messaging */
.dashboard-menu li.item-263:before {
  content: "\f086";
}

/*UAT purpose*/
.dashboard-menu li.item-258:before {
  content: "\f086";
}

/* used: left menu logout */
.dashboard-menu li.item-171:before,
.dashboard-menu li.item-179:before,
.dashboard-menu li.item-231:before {
  content: "\f14d";
}

/*dashboard-menu-left related END*/



/* @media screen and (max-width: 1200px){ for iPad Pro
} */

@media only screen and (max-width: 992px) {

  /* Hide dashboard when mobile view*/
  .dashboard-wrap #sp-left {
    display: none;
  }
/* 
  #sp-main-body>.container {
    padding-left: 6px;
    padding-right: 6px;
  } */

}