/* css reset */
*{
  margin: 0;
  padding: 0;
}
.moduleTitle{
         /* width: 100%; */
         height: 32px;
         text-align: center;
         /* padding-left: 60px; */
         background-color: #084180;
         line-height: 20px;
         font-weight: bold;
         color: #ffffff;
         display: flex;
         justify-content: center;
         align-items: center;
         font-size: 22px;
}
.contentTile{
  width: 200px;
  background-color: #1F3080;
  text-align: center;
  color: #FFFFFF;
  height: 32px;

  font-size: 18px;
  line-height: 32px;
}
.pop-content{

    /* transition: 3s; */
  }
  .pop-content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pop-content-label{
    font-size: 10px;
    margin-left: 20px;
    width: 120px;
  }
  .pop-content-val{
    margin-right: 20px;
  }
  .pop-content-content{
    display: flex;
    flex-direction: column;
    margin-top: 20px;

   }
  .popshow .pop-content{
    position: fixed;
    padding-top: 20px;
    width: 350px;
    height: auto;
    /* border-radius: 20px; */
    background-color: #f0f0f0;

    box-shadow: 0 2px 5px 3px #888888;
    left: 43%;
    top:200px;

  }
  .pop{
         width: 100%;
         height: 100%;
         position: fixed;
         background-color: none;
         z-index: 999 !important;
         display: flex;
         justify-content: center;
         align-items: center;
      }
  .pop-content-foot{
        height: 30px;
        display: flex;
        justify-content: space-around;
        width: 300px;
        padding-bottom: 1.875rem;
        padding-top: 20px;

  }
