.order-status {
    display: -webkit-inline-box;
    display: inline-flex;
    line-height: 2.5em;
    color: #777;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%;
}
.tips {
    cursor: help;
    text-decoration: none;
}
.order-status>span {
    margin: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frontendorder{
	text-transform: capitalize;
}
.frontendorder td {
    font-size: 14px;
    line-height: 26px;
}
.frontendorder .order-status.status-completed {
    background: #c8d7e1;
    color: #2e4453;
}
.frontendorder .order-status.status-processing {
    background: #c6e1c6;
    color: #5b841b;
}
span.copi {
    display: none;
}
span.copi {
    background-color: #00000087;
    padding: 6px 10px;
    color: #ffffffd1;
    border-radius: 20px;
    position: relative;
    margin-left: 10px;
}
.frontendorder .order-preview {
        width: 16px;
    padding: 20px 4px 4px 4px;
    height: 0;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    border-radius: 4px;
    font-size: 0;
}
.frontendorder .order-preview::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle;
    top: 4px;
}
.frontendorder .frontendoverlay {
     display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.frontendorder .frontendbox {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    width: 40%;
}

.frontendorder tfoot th:nth-child(1) {
    text-align: right;
}
h5.frontendcros {
    cursor: pointer;
    display: inline-block;
    float: right;
}
h5.frontendcros span{
    font-size: 25px;
    margin-bottom: 15px;
}
.frontendeditstatus select{
width: 100%;
    padding: 5px;
}
.frontendeditstatus button{
    margin-top: 10px;
}
.frontendorderpanel {
    padding: 23px 24px 12px;
}


.frontendorder-form-p {
    display: flex;
    flex-direction: column;
}
p.frontendorder-form-p button {
    padding: 10px;
    width: 10%;
}

.samplecol {
    flex-grow: 1;
    flex-basis: 0;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    margin: 0 10px;
    text-align: center;
    padding: 10px 20px;
    box-shadow: rgba(144, 147, 177, 0.2) 0px 8px 24px;
}
.samplerow {
    display: flex;
}
.samplecontainer {
    width: 100%;
}
.samplecol h3 {
    font-size: 40px;
    font-weight: 600;
}