.full-width {
    width: 100%;
    margin-bottom: 2px; /* Add margin if needed */
    margin-top: 4px;
}

.sms-button {
    width: 50%;            
    margin-top: 6px;
    margin-right:2px;            
}
.email-button {
    width: 50%;            
    margin-top: 6px;
    margin-left:2px;            
}
.verify-button {
    width: 100%;            
    margin-top: 15px;         
}

.cancel-button {
    width: 100%;            
    margin-top: 6px;
    margin-right:2px;            
}

.text-center{
    text-align:center;
}

.order-sync-status {
    display: inline-flex;                
    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%;
    padding: 5px;
}

.order-status.status-synced {
    background: #c6e1c6;
    color: #5b841b;
}

.half-table {
    width: 50% !important;
}