.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    cursor: pointer;
  }
  
  .d-btn {
    border: 2px solid #1eb159;
    color: #fff;
    background-color: #1eb159;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .erromsg{
      color: red;
      font-size: 14px;
      display: block
  }
  .loading-box{
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
  }
  .loading-box.hide{
    display:none
  }
  .loading-box.show{
    display:block
  }
  .row-head{
    background-color: #343434;
    padding: 15px 0px;
    text-align: center;
  }
  .row-head b{
    color:#fff;
  }
  .row-body{
    margin-top: 10px;
  }
  .row-body .col-md-1,.row-body .col-md-2{
    padding:0px 4px;
  }
  
  .row-head .col-md-1,.row-head .col-md-2{
    padding:0px 4px;
  }
  .addBtn{
    background-color: #1eb159;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .closeBtn{
    background-color: red;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .error{
    border:1px solid red;
  }
  .sidebar-left .navigation-left .nav-item .nav-item-hold .feather, .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon{
    color:#1eb159 !important;
  }
  .sidebar-left .navigation-left .nav-item .nav-item-hold .feather, .sidebar-left .navigation-left .nav-item .nav-item-hold:hover .nav-icon{
    color:#127b16 !important;
  }