.agitate-loadingscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;
}

.agitate-table-wrap {
    position: relative;
}

.agitate-loadingicon {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.agitate-loadingicon img {
    width: 50px;
}

.agitate-loadingscreen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}

a.copyclass i {
    color: #000;
}

a.copyclass {
    margin-left: 8px;
}

a.copyclass.coppied-success i {
    color: #4caf50;
}

.woocommerce-order-received .agitated-serials {
    display: none;
}

thead input {
    width: 100%;
}

#example_length > label > select {
    padding-right:16px;
}

.woocommerce-MyAccount-content table thead th {
    padding-right: 15px;
}


#warningMessage {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    cursor: pointer;
}

#warningText {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.digico-account .woocommerce-MyAccount-content table input[type="text"] {
    height: 30px;
    background-color: #fff0;
    margin: 0;
}