textarea {
  resize: none;
  line-height: 1;
  width: 100%;
}
input[type="button"] {
  margin: 5px 0px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #03a89e;
}

input[type="button"]:hover {
  box-shadow: 7px 7px 5px #888888;
  text-shadow: 4px 4px 5px #888888;
  font-weight: bold;
}

input[value="Copy"] {
  visibility: hidden;
}

select,
textarea {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

select,input[type=text], textarea {
  float: right;
  display: inline;
  width: calc(100% - 85px);
}

.copySpan {
  position: relative;
  display: inline-block;
}

.copySpan .copyText {
  display: none;
  width: 140px;
  background-color: #00a591;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  padding: 3px 2px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-left: -55px;
  margin-top: -35px;
}

.group
{
    margin: 8px 0px;
    font-size: 13px;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

.hashOutput
{
    color: white;
}

.minebuttonStyle
{
  width: 100%;
  margin: 15px auto;
    text-align: center;
}

  /* loader Start */


.col-md-3
{
    border-radius: 5px;
    padding: 0px 10px;
   
}

.row
{
    margin: 0px 2px;
}

.arrowStyle
{
    position: absolute; 
    font-size: 40px; 
    z-index: 5;
}

.arrowOne
{
    top: 63%; 
    left: 23%; 
}

.arrowTwo{
  top: 49%; 
  left: 48%;   
}

.arrowThree{
  top: 63%; 
  left: 73%;   
}

@media only screen and (max-width: 992px) {
  .arrowStyle {
    display: none;
  }
    
 .col-md-3
    {
        border-bottom: 1px solid black;
         
    }
}

.validHash
{
    color: green;
}

.invalidHash
{
    color: red;
}

h4
{
    text-align: center;
    background-color: dimgrey;
    color: white;
    padding: 2px 0px;
    border-radius: 5px;
}

.loaderParent
{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}