.galactik-btn-success {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000 !important;
}
.galactik-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.galactik-img{
    width: 22px;
    margin-right: 12px;
}
.galactik-phonenumber{
   margin: 12px 0px 12px;
    font-weight: bold;
    border: #add3b4 thin solid;
    padding: 12px;
    background: #e4ffe4;
}
.galactik-phonenumberInput {
    padding: 9px;
    border-radius: 4px;
    border: #000000 thin solid;
    margin: 0px 0 0 9px;
}
.galactik-order-status {
    display: inline-flex;
    line-height: 2.5em;
    color: #454545;
    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: 0px 11px;
}
/* General styles for order statuses */
.galactik-woocommerce-status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}

/* Styles for each order status */
.galactik-status-pending {
    background-color: #f7e6b2; 
    color: #856404;
}

.galactik-status-processing {
    background: #c6e1c6;
    color: #2c4700;
}

.galactik-status-on-hold {
    background: #f8dda7;
    color: #573b00;
}

.galactik-status-completed {
    background: #c8d7e1;
    color: #003d66;
}
.galactik-status-cancelled {
    background-color: #f8d7da; 
    color: #721c24; 
}

.galactik-status-refunded {
    background-color: #d1ecf1; 
    color: #0c5460; 
}
.galactik-paymentloader{ 
    display: block;
    background: url(../img/progress.gif);
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-bottom: 12px;
   }

.galactik-status-failed {
    background-color: #f5c6cb; /* Light pink */
    color: #721c24; /* Dark pink */
}
#galactik-reqresponse{
   display: block;
    background: #eef1f3;
    padding: 12px;
    margin-bottom: 7px;
    color: #003c01;
    font-weight: 900; 
}
span#galactik-reqresponse .alert-danger {
    color: red;
    font-weight: 100;
}
