.form-group-flex {
  display: flex;
  gap: 3px;
}

.form-group-flex input[type="button"] {
  font-size: 14px;
}

.form-group input[type="button"]:hover,
.form-group input[type="button"]:focus,
.form-group input[type="button"]:active {
  color: #cc3366;
}

.form-group input[type="text"].error {
  border: 1px solid #cc3366;
}

.form-group label.error {
  display: none !important;
}

.form-group.form-group-row {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.form-group.form-group-row label {
  margin: 0;
}
.form-group-row .form-group-flex {
  gap: 15px;
}

.form-group-row .form-group-flex .form-check input {
  position: relative;
  top: 2px;
}
.om_hidden_details,
.client_token_field {
  position: relative;
  display: none;
}
.om_customer__details_title {
  position: absolute;
  top: -55px;
}

td.td_index {
  width: 30px;
}

/* Add this to your theme's style.css file */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.pagination a,
.pagination span {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #0073aa;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.pagination a:hover {
  background-color: #005b8c;
  color: #fff;
  border-color: #005b8c;
}

.pagination .disabled {
  color: #999;
  border-color: #ddd;
  cursor: not-allowed;
}

.allaround-client-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.allaround-client-header h2 {
  margin: 0;
}

.allaround-client-header a {
  display: inline-block;
  border: 1px solid;
  padding: 7px 12px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.allaround-client-header a:hover,
.allaround-client-header a:focus,
.allaround-client-header a:active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.allaround-client-top-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.allaround-client-search form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.client-search-wrapper {
    display: flex;
    align-items: center;
}
.filter-wrapper-client-search {

}
.filter-wrapper-client-search .filter-group {
    display: flex;
    align-items: center;
}
.filter-wrapper-client-search div#logo-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding-left: 115px;
    margin: 15px 0;
}
.filter-wrapper-client-search div#logo-filter label {
    width: 100%;
}
.filter-wrapper-client-search input[type="submit"], #export-csv-btn {
    background-color: #66de93;
    text-decoration: none;
    padding: 8px 29px;
    margin: 0;
    border-radius: 7px;
    margin-top: 15px;
    float: right;
    font-weight: 600;
}
#export-csv-btn {
    float: none;
    border: none;
}

.allaround-client-search form label {
  width: 170px;
}

.allaround-client-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  padding: 40px 0;
}

.om__summeryContainer .om_order_type_submit {
  border-radius: 7px;
  padding: 0;
  width: 35px;
  border: 0px solid transparent;
  display: none;
  background-image: url(../images/check.png);
  background-size: 30px auto;
  background-repeat: no-repeat;
  text-indent: -9999999px;
  background-position: center center;
  background-color: transparent;
}
.om__summeryContainer .om_order_type_submit.pulse {
  background-image: url(../images/loading-circle.gif);
}

.order_type_update_box {
  flex: 0 0 32%;
}

form#order_type-form {
  display: flex;
  gap: 10px;
}

select#order_type {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 7px;
}
.allaround--client-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.allaround--client-actions a {
  text-decoration: underline;
  font-size: 15px;
}

.allaround--client-actions a.allaround--client-orders {
    color: #1a1a1a;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0;
    border-radius: 4px;
    background: #f7f7f7;
    position: relative;
    border: 1px solid #ccc;
    float: left;
    font-weight: 600;
}

.allrnd--order-lists-modal.white-popup-block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  padding: 30px 30px;
  position: relative;
}
.allrnd--order-lists-modal.white-popup-block .mfp-close {
  top: -12px;
}

.allrnd-client-order-list ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  max-height: 70vh;
  overflow-y: auto;
}

.allrnd-client-order-list ul li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  padding-top: 15px;
}
#create-client-form {
  padding: 40px 0;
}
.om__client_personal_info .form-group,
.om__client_company_info .form-group {
  margin-bottom: 15px;
}
.om__billing-form-modal #billing-form {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 15px;
}
.om__client_company_info {
  display: none;
}
.om__billing-form-modal #billing-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 11px;
}

.om__billing-form-modal #billing-form::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 11px;
}

.om__billing-form-modal #billing-form::-webkit-scrollbar-thumb {
  background-color: #0ae;
  border-radius: 11px;

  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}
.order-count-bubble {
    display: inline-block;
    background-color: #e1306c;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 10px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -10px;
}
.client-list-bubble {
    position: absolute;
    margin-left: -5px;
    padding: 1px 8px;
}


#client-table td {
    position: relative;
    vertical-align: middle;
    padding-right: 5px;
}

#client-table .edit-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#client-table td:hover .edit-icon {
    display: inline-block;
}

#client-table .submit-icon {
    cursor: pointer;
    /* margin-left: 5px; */
}
#client-table input.editable-field {
    max-width: fit-content;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
#client-table td.client-email input.editable-field {
  width: auto;
}
td.client-last-name, td.client-first-name, td.client-mini-header, td.client-mini-url {
    width: 150px;
}
td.client-initial-minisite-message, td.client-mini-created {
    width: 100px;
}
.minisite_created_group {
    gap: 20px;
    padding: 20px 0 10px;
}
.minisite_created_group label {
    width: auto !important;
}