@import '../vue-project/dist/assets/xkit.css';
body .was-validated .form-control:invalid, body .form-control.is-invalid {
  background-image: none;
}

.was-validated .form-control:invalid + .select2, .form-control.is-invalid + .select2 {
  border: 1px solid #dc3545;
  border-radius: 0.25rem;
}

.was-validated.is-invalid .form-control:invalid, .was-validated.is-invalid .form-control, .was-validated.is-invalid .xkit-ddl-wrapper .xkit-ddl-control {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

:root {
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

.jml-tips {
  cursor: pointer;
}

.jml-tip-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

#tiptip_holder, .tiptip_holder {
  display: none;
  z-index: 8675309;
  position: absolute;
  top: 0;
  /*rtl:ignore*/
  left: 0;
}
#tiptip_holder.tip_top, .tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow_inner, #tiptip_holder.tip_top .tiptip_arrow_inner, .tiptip_holder.tip_top #tiptip_arrow_inner, .tiptip_holder.tip_top .tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333;
}
#tiptip_holder.tip_bottom, .tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner, #tiptip_holder.tip_bottom .tiptip_arrow_inner, .tiptip_holder.tip_bottom #tiptip_arrow_inner, .tiptip_holder.tip_bottom .tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(99, 115, 129);
}
#tiptip_holder.tip_right, .tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner, #tiptip_holder.tip_right .tiptip_arrow_inner, .tiptip_holder.tip_right #tiptip_arrow_inner, .tiptip_holder.tip_right .tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333;
}
#tiptip_holder.tip_left, .tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner, #tiptip_holder.tip_left .tiptip_arrow_inner, .tiptip_holder.tip_left #tiptip_arrow_inner, .tiptip_holder.tip_left .tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333;
}

#tiptip_content, .tiptip_content,
.chart-tooltip,
.wc_error_tip {
  color: rgb(99, 115, 129);
  background: #fff;
  border: 1px solid;
  font-size: 0.8em;
  max-width: 350px;
  text-align: center;
  border-radius: 3px;
  padding: 0.618em 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#tiptip_content code, .tiptip_content code,
.chart-tooltip code,
.wc_error_tip code {
  padding: 1px;
  background: #888;
}

#tiptip_arrow, .tiptip_arrow,
#tiptip_arrow_inner, .tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

.tooltip.show {
  opacity: 1;
}

.select2 .select2-selection {
  padding: 8px 0px;
  height: 42px;
  border-color: #ced4da;
}

.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}

form.register {
  text-align: center;
}
form.register label {
  text-align: left;
}
form.register button {
  margin: 0;
}

.google-map-ac {
  position: relative;
}
.google-map-ac .gma-results {
  width: 100%;
  left: 0px;
  top: 55px;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute !important;
  z-index: 1000;
  font-family: Roboto, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 0 25px;
  box-sizing: content-box !important;
  margin: 0 -20px;
}
.google-map-ac .gma-results:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}
@media screen and (max-width: 767px) {
  .google-map-ac .gma-results {
    padding: 0 15px;
    margin: 0 -15px;
    top: 40px;
  }
}
.google-map-ac .gma-results .gma-item {
  cursor: default;
  padding: 5px 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 35px;
  text-align: left;
  font-size: 18px;
  color: #999;
  margin: 0 -25px;
}
.google-map-ac .gma-results .gma-item:hover {
  background-color: #fafafa;
}
.google-map-ac .gma-results .gma-item-selected, .google-map-ac .gma-results .gma-item-selected:hover {
  background-color: #ebf2fe;
}
.google-map-ac .gma-results .gma-matched {
  font-weight: 700;
}
.google-map-ac .gma-results .gma-item-query {
  font-size: 18px;
  color: #000;
}
.google-map-ac .gma-results .gma-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}
.google-map-ac .gma-item-selected .gma-icon-search {
  background-position: -18px -1px;
}
.google-map-ac .gma-item-selected .gma-icon-marker {
  background-position: -18px -161px;
}
.google-map-ac .gma-clear {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 20px;
  font-weight: 300;
}

input[read-only], textarea[read-only] {
  background-color: #f6f6f6 !important;
}

.disabled {
  opacity: 0.5;
}

.form-floating .xkit-ddl-control {
  padding-top: 1.625rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: inherit;
}
.form-floating .xkit-ddl-selected-value {
  color: var(--ct-body-color) !important;
}

body {
  background: #f3f3f3;
}

.required {
  color: #bd3e25;
}

.badge {
  font-size: 100%;
}
.badge.bg-info {
  color: #175169;
}

.hide-if-last-child:last-child {
  display: none;
}

.dropdown-menu {
  z-index: 9999;
}

.select2-container--open {
  z-index: 999999;
}

@media (min-width: 1280px) {
  .max-width-lg {
    max-width: 1280px;
  }
}

@media (min-width: 768px) {
  .max-width-md {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .max-width-sm {
    max-width: 382px;
  }
}

.row.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.avsec-stack {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.avsec-banner {
  border: 4px dashed #D8D8D8;
  height: 300px;
  margin: 30px auto;
  max-width: 850px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.avsec-banner img {
  max-width: 100%;
}
.avsec-banner .avsec-remove-banner-image {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
  font-size: 100px;
  color: red;
  padding-top: 70px;
  display: none;
  text-decoration: none;
}
.avsec-banner:hover {
  cursor: pointer;
}
.avsec-banner:hover .avsec-remove-banner-image {
  display: block;
}
.avsec-banner .button-area {
  margin-top: 35px;
}

.form-row label, .form-row .woocommerce-input-wrapper {
  width: 100%;
  margin-bottom: 5px;
}

.woocommerce-form .form-row, .woocommerce-form .woocommerce-form-row.form-row, .woocommerce-Payment .form-row, .woocommerce-Payment .woocommerce-form-row.form-row {
  display: block;
}

.dashboard-main-buttons {
  justify-content: center;
  display: flex;
  flex-shrink: 1;
  flex-wrap: wrap;
}
.dashboard-main-buttons a {
  width: 250px;
  margin: 0px 10px 10px;
}

.page-template-xkit-app {
  height: 100vh;
}

.avsec-toast-wrapper {
  position: fixed;
  z-index: 11;
  left: 50%;
  transform: translate(0, -50%);
  top: 100px;
  min-width: 400px;
}
.avsec-toast-wrapper .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.avsec-app {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}
.avsec-app .app-logo {
  font-size: 25px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
}
.avsec-app .app-logo a {
  margin: 0 auto;
}
.avsec-app .company-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 10px;
}
.avsec-app .avsec-mobile-menu {
  display: inline-flex;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px 8px 0px 10px;
  cursor: pointer;
  user-select: none;
  font-size: 1.5rem;
  padding: 8px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(33, 43, 54);
}
@media (min-width: 768px) {
  .avsec-app .avsec-mobile-menu {
    display: none;
  }
}
.avsec-app .avsec-mobile-menu-backdrop {
  display: none;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0px;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(75deg, rgba(22, 28, 36, 0.48) 0%, rgb(22, 28, 36) 100%);
  z-index: 99;
}
.avsec-app .avsec-mobile-menu-backdrop.show {
  opacity: 1;
  display: block;
}
.avsec-app .login-outer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.avsec-app .login-outer-container .login-form {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  padding: 1rem;
}
body:not(.logged-in) .login-outer-container {
  flex-direction: column;
  height: 100vh;
}

.avsec-app .woocommerce-MyAccount-navigation {
  background: #fff;
  color: rgb(99, 115, 129);
  float: none;
  width: 215px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(145, 158, 171, 0.24);
  transition: left 700ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
@media (max-width: 768px) {
  .avsec-app .woocommerce-MyAccount-navigation {
    left: -215px;
    position: fixed;
    z-index: 999;
    height: 100%;
  }
}
.avsec-app .woocommerce-MyAccount-navigation.show {
  left: 0px;
}
.avsec-app .woocommerce-MyAccount-navigation .copyright-notice {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}
.avsec-app .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.avsec-app .woocommerce-MyAccount-navigation ul.avsec-account-menu-level-0 > li {
  background-color: #00aeef !important;
}
.avsec-app .woocommerce-MyAccount-navigation ul.avsec-account-menu-level-0 > li > .menu-item > a {
  color: #fff !important;
}
.avsec-app .woocommerce-MyAccount-navigation ul.avsec-account-menu-level-0 > li.is-active > .menu-item, .avsec-app .woocommerce-MyAccount-navigation ul.avsec-account-menu-level-0 > li:hover > .menu-item {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000;
}
.avsec-app .woocommerce-MyAccount-navigation ul li {
  background-color: #f1f1f1;
}
.avsec-app .woocommerce-MyAccount-navigation ul li.nav-title {
  color: rgb(33, 43, 54);
  margin: 5px 20px 0 1px;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1.5;
  font-family: Museo500Regular, sans-serif;
  text-transform: capitalize;
}
.avsec-app .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link .menu-item {
  position: relative;
  padding-left: 20px;
  height: 48px;
  vertical-align: middle;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.avsec-app .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active > .menu-item, .avsec-app .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover > .menu-item {
  background-color: rgba(0, 0, 0, 0.05);
}
.avsec-app .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  background: none;
  color: rgb(99, 115, 129);
  overflow: hidden;
  white-space: nowrap;
}
.avsec-app .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a i {
  font-size: 18px;
  margin-right: 16px;
  width: 20px;
  text-align: center;
}
.avsec-app .woocommerce-MyAccount-content {
  float: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #fcfcfc;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header {
  height: 70px;
  flex-grow: 0;
  color: rgb(99, 115, 129);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(145, 158, 171, 0.24);
  z-index: 10;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header button, .avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header a {
  color: rgb(99, 115, 129);
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-options {
  padding-left: 32px;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner {
  padding-left: 32px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #00aeef;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner button {
  color: #fff;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form {
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form {
    margin: 0;
  }
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form .input-group {
  flex-wrap: nowrap;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form .input-group input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  min-width: 670px;
  text-align: center;
  padding: 10px 110px 10px 10px;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form .input-group input::placeholder {
  color: #fff !important;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form .input-group input:focus-visible {
  outline: none;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form .search-btn {
  margin-left: -100px !important;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .site-search form .search-btn button:active {
  border: none !important;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .header-menu {
  margin-left: auto;
}
@media (min-width: 1700px) {
  .avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-header .header-inner .header-menu {
    position: absolute;
    right: 0;
  }
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-content-inner {
  padding: 2rem 32px;
}
.avsec-app .woocommerce-MyAccount-content .woocommerce-MyAccount-content-inner .woocommerce-notices-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.avsec-avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Public Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}
.avsec-avatar__img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}

.avsec-container {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
}
.avsec-container__header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.avsec-container__header__title {
  flex-grow: 1;
  font-family: Museo500Regular, sans-serif;
}
.avsec-container__header__action {
  flex-shrink: 0;
}
.avsec-container__paper {
  background-color: rgb(255, 255, 255);
  color: rgb(33, 43, 54);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-image: none;
  box-shadow: rgba(145, 158, 171, 0.24) 0px 0px 2px 0px, rgba(145, 158, 171, 0.24) 0px 16px 32px -4px;
  border-radius: 16px;
  position: relative;
  padding: 24px;
}
.avsec-container__paper.highlight {
  box-shadow: 1px 1px 8px 6px #ccc;
}
.avsec-container__paper__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.avsec-container__paper__form_add_new {
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  justify-content: flex-end;
}
.avsec-container__paper__form_add_new > div {
  margin: 0 !important;
  margin-left: 10px !important;
  margin-top: 5px !important;
}
.avsec-container__paper__form_add_new button {
  margin: 0 !important;
  margin-left: 10px !important;
}
.avsec-container__toolbar {
  position: relative;
  align-items: center;
  min-height: 56px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  padding: 0px 8px 0px 24px;
}
@media (min-width: 600px) {
  .avsec-container__toolbar {
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.avsec-container__toolbar__inputs {
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  color: rgb(33, 43, 54);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.avsec-container__toolbar__inputs .form-group {
  margin-bottom: 0;
}
.avsec-container__table {
  width: 100%;
  overflow-x: auto;
}
.avsec-container__table .form-group {
  margin-bottom: 0;
}
.avsec-container__table table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 30px;
}
.avsec-container__table table td, .avsec-container__table table th {
  padding: 16px;
  border-bottom: none;
}
.avsec-container__table table td:first-of-type, .avsec-container__table table th:first-of-type {
  padding-left: 24px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.avsec-container__table table td:last-of-type, .avsec-container__table table th:last-of-type {
  padding-right: 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: rgb(255, 255, 255) -8px 0px 0px inset;
}
.avsec-container__table table thead th {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(99, 115, 129);
  background-color: rgb(244, 246, 248);
}
.avsec-container__table table td {
  font-weight: 400;
  line-height: 1.57143;
  color: rgb(33, 43, 54);
}
.avsec-container__table table td.primary, .avsec-container__table table th.primary {
  text-align: center;
}
.avsec-container__table table td.actions i, .avsec-container__table table th.actions i {
  font-size: 20px;
}
.avsec-container__table table td.actions a:not(.btn), .avsec-container__table table th.actions a:not(.btn) {
  padding: 0 2px;
  text-decoration: none;
}
.avsec-container__table table td.actions:last-child, .avsec-container__table table th.actions:last-child {
  text-align: right;
  padding: 16px;
  color: rgb(33, 43, 54);
  flex-direction: row-reverse;
  border-bottom: none;
  width: 1%;
  white-space: nowrap;
}
.avsec-container__table__pagination {
  padding: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #2882B1;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.avsec-container__table__pagination a {
  text-decoration: none;
  color: #2882B1;
}
.avsec-container__table__pagination a.disabled {
  opacity: 0.5;
}
.avsec-container__table__pagination .prev-link {
  margin-left: 32px;
  margin-right: 18px;
}
.avsec-container__table__pagination .prev-link, .avsec-container__table__pagination .next-link {
  font-size: 14px;
}
.avsec-container__table__pagination_old {
  overflow: auto;
  color: rgb(33, 43, 54);
  font-size: 0.875rem;
  border-top: 1px solid rgba(145, 158, 171, 0.24);
  position: relative;
  display: flex;
  align-items: center;
}
.avsec-container__table__pagination_old__spacer {
  flex: 1 1 100%;
}
.avsec-container__table__pagination_old_toolbar {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 16px;
  min-height: 52px;
  padding-right: 2px;
  height: 64px;
  white-space: nowrap;
}
.avsec-container__table__pagination_old_toolbar .pagination {
  margin-bottom: 0;
  margin-right: 10px;
}

.avsec-vehicle-fleet-table {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.avsec-vehicle-fleet-table input::-webkit-outer-spin-button,
.avsec-vehicle-fleet-table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.avsec-vehicle-fleet-table input[type=number] {
  -moz-appearance: textfield;
  width: 50px;
  text-align: center;
}

.form-search-facilities {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.form-search-facilities > * {
  margin-right: 10px !important;
}

.search-facilities-result {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
}
.search-facilities-result .result-facility {
  font-size: 18px;
  color: #323436;
}
.search-facilities-result .result-action {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.search-facilities-result .result-action a {
  margin: 0;
}

.facility-actions > span {
  margin-right: 10px;
}
.facility-actions > span a i {
  margin-right: 4px;
}
.facility-actions.facility-list > span {
  margin-right: 0;
}
.facility-actions.facility-list > span a i {
  margin-right: 0;
}
.facility-actions.facility-list > span a span {
  display: none;
}

.woocommerce-message.no-icon:before, .woocommerce-error.no-icon:before, .woocommerce-info.no-icon:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */
