/*-- BabyFun.JuYue.ShoppingSystem.VendorManager --*/ /*-- BabyFun.JuYue.ShoppingSystem.Manager --*/
.gap-md-0 {
  gap: 0 !important;
}

.gap-md-1 {
  gap: 0.25rem !important;
}

.gap-md-2 {
  gap: 0.5rem !important;
}

.gap-md-3 {
  gap: 1rem !important;
}

.gap-md-4 {
  gap: 1.5rem !important;
}

.gap-md-5 {
  gap: 3rem !important;
}

html {
  overflow-x: hidden;
}

body {
  background-image: radial-gradient(circle at 38% 1%, #f1f1f1, #f2f2f2 90%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

body[data-leftbar-theme=dark] .left-side-menu {
  background: #272727;
}
body[data-leftbar-theme=dark] .left-side-menu .logo {
  background: #fff !important;
}

body[data-leftbar-compact-mode=condensed] {
  min-height: 0;
}

.nav-user .account-user-avatar img {
  object-fit: cover;
}

.nav-user .account-user-avatar img {
  object-fit: cover !important;
}

.left-side-menu {
  position: fixed !important;
}

.btn-primary, btn-info {
  color: #fff;
  background-color: #11349a;
  border-color: #11349a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
}
.btn-primary:hover, btn-info:hover {
  background-color: #2a5ae7;
  border-color: #2a5ae7;
}

.btn-outline-primary {
  color: #11349a;
  border-color: #11349a;
}
.btn-outline-primary:hover {
  background-color: #2a5ae7;
  border-color: #2a5ae7;
  color: #fff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #2a5ae7;
  border-color: #2a5ae7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a5ae7;
  border-color: #2a5ae7;
}

.btn-secondary {
  color: #fff;
  background-color: #11349a;
  border-color: #11349a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(145, 143, 139, 0.05);
}
.btn-secondary:hover {
  background-color: black;
  border-color: black;
}

.btn-outline-secondary {
  color: #11349a;
  border-color: #11349a;
}
.btn-outline-secondary:hover {
  background-color: #07153e;
  border-color: #07153e;
  color: #fff;
}

a {
  cursor: pointer;
  color: #11349a;
}
a:hover {
  color: #07153e;
}

.auth-fluid {
  background: linear-gradient(150deg, rgb(255, 178, 224) 17.75%, rgba(255, 255, 255, 0) 120.85%), rgb(17, 52, 154);
}
.auth-fluid .auth-fluid-form-box {
  background: linear-gradient(73deg, rgba(255, 255, 255, 0.7098039216) 17.75%, rgba(255, 255, 255, 0) 120.85%), rgba(255, 255, 255, 0.36);
  position: relative;
  overflow: hidden;
  border: solid 10px #fff;
  border-radius: 2rem;
}
.auth-fluid .auth-fluid-form-box input,
.auth-fluid .auth-fluid-form-box button {
  border-radius: 2rem;
}
.auth-fluid .auth-fluid-form-box::after {
  content: "";
  background: url(../img/logo-decorate.svg) no-repeat;
  position: absolute;
  width: 30rem;
  height: -webkit-fill-available;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  right: -8rem;
  z-index: -1;
  opacity: 0.65;
}

@media (max-width: 991.98px) {
  .auth-fluid .auth-fluid-form-box {
    max-width: none;
    min-height: 0;
    width: calc(100% - 2.4rem);
  }
}
.custom-card .header-title {
  margin-bottom: 1.5rem;
}
.custom-card .custom-label-g {
  padding: 0 1rem;
}
.custom-card .custom-label-g .custom-label {
  display: contents;
}
.custom-card .custom-label-g .custom-label .col-form-label {
  background: #e7e7e7;
  font-weight: normal;
  white-space: nowrap;
}
.custom-card .custom-label-g .custom-label .custom-btn,
.custom-card .custom-label-g .custom-label input,
.custom-card .custom-label-g .custom-label label {
  margin-bottom: 0.6rem;
}

.custom-img-edit .project-card {
  height: 8rem;
}
.custom-img-edit .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-img-edit .project-card .btn {
  position: absolute;
  right: 12px;
  top: 0;
}
.custom-img-edit .card-add {
  height: 8rem;
}
.custom-img-edit .card-add a {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.csutom-sign .sign-div {
  height: 8rem;
  border: 2px dashed #dee2e6;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.csutom-sign .sign-div:hover {
  border: 2px dashed #11349a;
}

@media (max-width: 767.98px) {
  .navbar-custom {
    box-shadow: none;
    background: none;
  }
  .nav-user {
    border: none;
    background: none;
  }
}
.custom-menu {
  height: 70px;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.1490196078);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
.custom-menu ul {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.custom-menu ul li {
  transition: all 0.15s ease-out;
  color: #a9a9a9;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
}
.custom-menu ul li:hover {
  color: #07153e;
}
.custom-menu ul li.center {
  color: #6c757d;
  background: #11349a;
}
.custom-menu ul li.center:hover {
  color: #07153e;
}

.custom-app {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0;
}
.custom-app .custom-row {
  display: flex;
  justify-content: space-evenly;
  align-content: space-evenly;
}
.custom-app .app-icon {
  margin: 0.5rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7411764706);
  height: calc(33.3333333333vw - 2rem);
  width: calc(33.3333333333vw - 2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.1490196078);
}
.custom-app .app-icon i {
  font-size: 1.5rem;
  margin: 0.2rem 0;
}
.custom-app .app-icon span {
  display: block;
  font-size: 0.5rem;
}

.content-page {
  padding: 70px 12px 12px;
}

@media (max-width: 767.98px) {
  .content-page {
    margin-left: 0 !important;
    padding: 70px 10px;
  }
}
.custom-search {
  background: #e7e7e7;
  padding: 0.95rem;
  border-radius: 0.15rem;
  margin-bottom: 1.5rem;
}
.custom-search .form-control {
  background: #fff;
}
.custom-search label {
  display: block;
}
.custom-search .search-btn-g {
  text-align: right;
  height: fit-content;
}
.custom-search .search-btn-g button {
  display: inline-block;
  margin-left: 12px;
}
.custom-search .search-btn-g .none {
  opacity: 0;
}
.custom-search .form-check {
  display: inline-block;
  line-height: 36px;
}
.custom-search .form-check .form-check-input {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.custom-search hr {
  border-color: #dee2e6;
}

@media (max-width: 992px) {
  .custom-form {
    margin-bottom: 0.5rem;
  }
  .search-btn-g {
    gap: 0.5rem;
    margin-top: 0.5rem;
    text-align: left !important;
    display: flex;
  }
  .search-btn-g .none {
    display: none;
  }
  .search-btn-g button {
    margin-left: 0 !important;
  }
  .search-btn-g .custom-search-btn {
    width: 100%;
    margin-left: 12px !important;
  }
}
.custom-bg-left::after {
  content: "";
  position: absolute;
  background: #bfa391;
  height: 100%;
  width: 50vw;
  z-index: -1;
}

.custom-showcase {
  min-height: 100vh;
}
.custom-showcase .custom-fix-product {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
}
.custom-showcase .card {
  height: 100%;
  margin-bottom: 0;
  background: none;
  box-shadow: none;
}
.custom-showcase .card .card-body {
  padding: 0;
}

@media (max-width: 992px) {
  .custom-body {
    background: #fff;
  }
  .custom-bg-left::after {
    display: none;
  }
  .custom-showcase .custom-fix-product {
    position: absolute;
    height: 60vh;
    z-index: 1;
  }
  .custom-showcase::after {
    content: "";
    top: 50vh;
    left: -50vw;
    right: 0;
    margin: auto;
    border-radius: 100% 100% 0 0;
    position: absolute;
    background: #fff;
    height: 200vw;
    width: 200vw;
    z-index: -2;
    border: solid 12px #877469;
    border-bottom-color: #fff;
    pointer-events: none;
    z-index: 2;
  }
  .custom-sm-product {
    margin-top: 40vh;
    z-index: 3;
  }
  .custom-sm-product .sm-info {
    padding: 1.5rem !important;
  }
}
@media (max-height: 500px) {
  .custom-showcase .custom-fix-product {
    position: absolute;
    height: 25%;
    z-index: 1;
  }
}
.custom-carousel img {
  max-width: 100%;
  height: calc(100% - (2.25rem + 64px));
  object-fit: cover;
  width: 60%;
  margin: auto;
}
.custom-carousel .carousel-indicators li.active {
  background-color: #272727;
}

@media (max-width: 992px) {
  .showcase-logo {
    position: absolute;
    margin: 2.25rem auto;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }
  .custom-fix-product {
    padding: 0 !important;
  }
  .custom-bg-left {
    z-index: -3;
  }
  .custom-carousel img {
    object-fit: cover;
    width: 100vw;
    height: 100%;
    margin: auto;
  }
}
.custom-upload {
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #e7e7e7;
  border-radius: 0.25rem;
  width: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}
.custom-upload .content {
  width: inherit;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.custom-upload .content img {
  margin: 1rem;
  /*width: -webkit-fill-available;*/
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}

.btn-info {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #11349a !important;
  box-shadow: 0px 2px 6px 0px rgba(231, 231, 231, 0.5) !important;
}
.btn-info:hover {
  background-color: #2a5ae7 !important;
  border-color: #2a5ae7 !important;
  color: #fff !important;
}
.btn-info.active {
  color: #fff !important;
  background-color: #11349a !important;
  border-color: #11349a !important;
}
.btn-info.active:hover {
  background-color: #2a5ae7 !important;
  border-color: #2a5ae7 !important;
  color: #fff !important;
}

table td {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .custom-rwd.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .card-body {
    padding: 1rem;
  }
}
.custom-title hr {
  background: #3A3F7A;
  height: 30px;
  width: 6px;
  opacity: 1;
  margin: 0 1rem 0 0;
  border: none;
}

.custom-sec-gray-div {
  background: #FBFAF9;
}

.custom-content {
  width: 100%;
  flex-direction: column;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.2rem;
  padding: 0 !important;
}
.custom-content .custom-header {
  width: 100%;
  float: left;
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  padding-right: 1rem;
  padding-left: 1rem;
}
.custom-content .custom-body {
  width: 100%;
  height: 100%;
  background-color: #FBFAF9;
  padding-top: 0.75rem !important;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.custom-content .custom-body li:first-child {
  margin-top: 3rem;
}

.custom-version {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
}

.custom-product-item-group table td {
  min-width: 8rem;
}
.custom-product-item-group table td .product-item-name {
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
}

/*# sourceMappingURL=custom-style.css.map */
