@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,900');

.border-rounded {
    border-radius: 4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #fff;
}

.border-solid {
    border: 1px solid #ddd;
}

.text-bold {
    font-weight: 700;
}

.width-service-name {
    width: 250px;
}

.forced-pull-right-search {
    float: right;
    padding: 10px;
    width: 250px;
}

.nav-forced-centered {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.order-url {
    word-wrap: break-word;
    max-width: 40vw;
}

.payment_authorized {
    background-color: green;
    color: white;
}

.panel_icon_class {
    margin-top: -16px;
}

/* Example for pagination styles */
.pagination {
    display: flex; /* Flexbox for alignment */
    justify-content: center; /* Center pagination */
    margin-top: 20px;
}
