.secBox{
  border:solid;border-width: 1px;border-radius: 20px;border-color: white;padding:20px;min-height:300px
}


.stat {
        border-color:darkgrey;
        background-color:darkgrey
      }
      .statgreen {
        border-color:limegreen;
        background-color:limegreen
      }
      .statyellow {
        border-color:yellow;
        background-color:yellow
      }
      .statred {
        border-color:red;
        background-color:red
      }
      .selItem{
        border-color:red;
        border-style: solid
      }
      .column {
        float: left;
        width: 50%;
      }
      
      /* Clear floats after the columns */
      .row:after {
        content: "";
        display: table;
        clear: both;
      }

      /**/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

.card-body {
  padding: 0.5rem;
  flex: 1 1 auto;
}

.card-title {
  margin-bottom: 1.25rem;
}


.card-text {
  color: #5e5e5e;
}



.btn-card {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  letter-spacing: 1px;
  min-width: 10px;
  display: inline-block;
  padding: 7px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1acc8d;
}
.dot {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
}

      label.file-upload{position:relative;overflow:hidden}label.file-upload input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;outline:0;background:#fff;cursor:inherit;display:block}
