html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-position: center;
  font-size: 0.75em;
  animation: animatedBackground 15s linear infinite alternate;
}
body #__nuxt {
  height: 100%;
}
body #__nuxt #__layout {
  height: 100%;
}

.main-contain-wrap {
  height: 100%;
  overflow: auto;
  position: relative;
  /*  z-index: 9; */
}

.main-contain-wrap .container {
  max-width: 100%;
}

.main-contain-wrap nav {
  z-index: 1;
}

.inner-box-wrap {
  margin-top: 104px !important;
  background: #fff;
  min-height: calc(100% - 95px);
  padding: 15px;
}
@media screen and (max-width: 450px) {
  .inner-box-wrap {
    padding: 15px 5px;
  }
}

.vendor-box {
  list-style: none;
}

.vendor-box li {
  margin-bottom: 10px;
}

.vendor-box .li-wrap {
  background: #fff;
  height: 100%;
  margin-bottom: var(--margin-b);
  padding: 10px;
  border: 2px solid #b5bdc6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* z-index: 1; */
}

.vendor-box .li-wrap a {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-box .pgarage-wrap {
  justify-content: space-between;
}

.vendor-box .li-wrap:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.vendor-box .no-hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.vendor-box .li-wrap.selected {
  border: 2px solid rgba(var(--green), 1);
}

.vendor-box .li-wrap .close-ico {
  background: #dc2626;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.v-img {
  background: pink;
  min-width: 48px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.v-img img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.v-content {
  padding: 5px 0 0;
}

.v-code {
  font-size: 11px;
  color: #808080;
  margin-bottom: 0;
}

.pagination {
  margin-top: 15px;
}

.pagination a {
  color: black;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #6366f1;
  color: white;
  border: 1px solid #6366f1;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.search-custom {
  width: 100%;
  position: relative;
  width: 260px;
  margin-bottom: 10px;
}

.searchButton .fa {
  font-weight: normal;
}

.searchTerm {
  width: 100%;
  border: 1px solid #d2d5dc;
  border-right: none;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 14px;
  color: #384152;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
}

.searchTerm:focus {
  color: #384152;
}

.popupz {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  max-height: 500px;
  overflow-y: auto;
  margin: 20px 10px;
  padding: 15px;
  border-radius: 10px;
  -webkit-order-radius: 10px;
}
.sticky-popupz{
  width:100%;
  margin:0 30px;
  padding: 5px;
  background: white;
  border-radius: 5px;
  height:calc(100vh - 200px);
  overflow: hidden;
}
.table-scroll {
  overflow-y: scroll;
  max-height:calc(100vh - 30rem);

}
.spinner-height{
  min-height: 300px;
}
.searchButton {
  width: 48px;
  height: 36px;
  border: 1px solid rgba(var(--primary), 1);
  background: #6366f1;
  text-align: center;
  color: rgba(var(--text-color), 1);
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}

.select-wrap .searchButton {
  margin-left: -40px;
}

select.hero {
  padding: 5px;
  border-radius: 5px;
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 244px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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