.inversecolor {
  background:#35AF56;
  color: white;
}

.boxheader {
  padding:2px;  
  background:#35AF56;
  color:white;
}

.boxcontent {
  padding:5px;  
}

.loader {
    border: 16px solid #F0F0F0;
    border-top: 16px solid #35AF56;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: -68px 0 0 -68px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    /* height: 100vh;
    width: 100vw;
    top: 0;
    left: 0; */
    left: 50vw;
    top: 50vh;
    position: fixed;
}

.themecolor {
  color:#35AF56;
}

.themebox {
  border-color: #35AF56;
  background-image: linear-gradient(to bottom right, #ffffffff, #ffffffb8);
  color: black;
}
