label{
    font-weight: 600 !important;
}
span{
    color: red;
}
.groupbtn{
    float: right;
}
.overScroll{
    max-height: 800px;min-height: 800px;overflow-y: scroll;
 }
 .override-input{
    height: 43px !important;
    border-radius: none !important;
    border: 1px solid #ccc !important;
    width: 100%;
}
/* Synapsing styles Start*/

.divLoadingWrapper {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100003;
    text-align: center;
  }
  
  .divLoadingBg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  
  .divLoadingContent {
    background-color: #2f2442;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 7pt;
    padding: 10px 12px;
    position: absolute;
    top: 45%;
    left: 45%;
    box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  }
  
  .divLoadingContent img {
    position: relative;
    -webkit-animation: loadingImg 0.3s forwards;
    animation: loadingImg 0.3s forwards;
    vertical-align: middle;
  }
  /* Synapsing styles End*/