.-fx_width{
  margin: 0% auto;
  max-width: 1100px;
}
.-main_container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.-nav_container{
  height: 100%;
  flex: 3;
}
.-nav_container .-tabs{
  display: flex;
  justify-content:flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.-nav_container .-lbl_nav{
  font-size: 20px;
  font-weight: normal;
  padding: 30px;
  margin: 0px;
}
.-nav_container .-tabs>li{
  width: 100%;
}
.-nav_container .-tabs>li>a{
  padding: 10px 30px;
  font-size: 15px;
  font-weight: normal;
}
.-nav_container .-tabs>li.active>a{
  font-weight: 600;
}
.-main_tab{
  flex: 8;
  min-height: 100vh;
  padding: 100px 120px;
}
.-system_update_container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
/* .-pnl_head{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
} */
/* .-img_update{
  width: 100px;
  height: 100px;
} */
.-spn_desc{
  flex: 14;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;

}
.-lbl_update{
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.-desc_update{
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  text-decoration: underline;
}
.-date_update{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  font-weight: 400;
}
.-spn_img{
  flex: 3;
  display: flex;
  justify-content: center;
}
.-update_content{
  padding: 30px 0px 0px 0px;
}
.-icon_update{
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-right: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.-lbl_update_title{
  flex: 14;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  text-transform: capitalize !important;
}
.-spn_detail_updates{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 25px;
  margin-top: 8px;
}
.-spn_detail_updates .-details{
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 1.6;
}
.-ic_update{
  font-size: 6px;
  margin-right: 10px;
}
