@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+Thai:600|Inter:400,600");

/* The following line is used to measure usage of this code in production. For more info see our usage billing page */

@import url("https://px.animaapp.com/64235d15475dac2f8c63f00e.64235d16c0c9670d8b2e8a00.brE5jId.hcp.png");

:root {
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --font-family-muli-regular: "Muli-Regular", Helvetica;
  --font-family-circular-bold: "Circular-bold", Helvetica;
}

body {
  font-family: var(--font-family-muli-regular);
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Muli/Muli-Regular.ttf") format("truetype");
  line-height: 24px;
}

h1 {
  font-family: var(--font-family-circular-bold);
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Circular/CircularStd-Bold.otf") format("truetype");
  font-size: 40px;
  padding-bottom: 15px;
  line-height: 40px;
  padding-top: 5px;
}

strong {
  font-weight: 700;
}
/*
@font-face {
  font-family: "Circular Std-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CircularStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Muli-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Muli.ttf") format("truetype");
}
@font-face {
  font-family: "Muli-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
} */
.summary b {
  font-weight: 700;
}
.table th {
  /* text-align: center; */
  border: 1px solid #e9ecef;
  font-weight: 700;
  /* text-align: center; */
}

.table td {
  vertical-align: middle;
  border: 1px solid #e9ecef;
}
.status-warning {
  background-color: #ffed96;
  border: 2px solid #e4c93a;
  color: #9f8f00;
}

.status-success {
  background-color: #d7ebdb;
  border: 2px solid #2ab36e;
  color: #0f673a;
}

.status-info {
  background-color: #d5e4e8;
  border: 2px solid #8abdca;
  color: #0e5964;
}

.status-danger {
  background-color: #fcd7d3;
  border: 2px solid #f59290;
  color: #c72f48;
}

.status-secondary {
  background-color: #b6b7b9;
  border: 2px solid #747679;
  color: #000000;
}

.status-orange {
  background-color: #FDD0B0;
  border: 2px solid #F17C3B;
  color: #000000;
}

.nav-link.active,
.show > .nav-link {
  color: white !important;
  background-color: #2e1a46 !important;
}

.nav-link2 {
  display: block;
  padding: 10px;

  color: #2e1a46;
  text-decoration: none;

  &:hover,
  &:focus {
    color: #2e1a46;
    text-decoration: none;
  }

  &.disabled {
    color: #2e1a46;
    pointer-events: none;
    cursor: default;
  }
}

.btn-blue {
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #598b85;
  border: 2px solid #598b85;
  color: white;
}

.btn-blue:hover {
  background-color: #598b85;
  border: 2px solid #598b85;
  color: white;
}

.btn-success {
  background-color: #2e1a46 !important;
  border-color: #2e1a46de;
  margin-bottom: 10px;
}
.btn-success:hover {
  background-color: #2e1a46de !important;
  border-color: #2e1a46de;
}
.bg-dark {
  background-color: #2e1a46 !important;
}
.fa-color {
  color: #2e1a46;
}
.fa-color:hover {
  color: #2e1a46c7;
}
.icon-size {
  width: 50px;
  height: 50px;
}
.success {
  color: #98e7d9 !important;
}
.btn-primary {
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #598b85 !important;
  border: 2px solid #598b85 !important;
  color: white !important;
}
.btn-primary:hover {
  background-color: #598b85 !important;
  border: 2px solid #598b85 !important;
  color: white !important;
}

.btn-danger {
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #c72f48;
  border: 2px solid #c72f48;
  color: white;
}
.btn-danger:hover {
  background-color: #c72f48;
  border: 2px solid #c72f48;
  color: white;
}

.breadcrumb-item a {
  color: #2e1a46;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #2e1a46c7;
}

a {
  color: #2e1a46;
}

a:hover {
  color: #2e1a46c7;
}

/* Select2 Color Primary */
.select2-container--krajee-bs5
  .select2-results__option--highlighted[aria-selected] {
  background-color: #2e1a46 !important;
  color: #fff;
}

/* Start Calification */
.rating-container .empty-stars {
  color: #e9ecef;
}

.rating-container .filled-stars {
  margin: auto;
  color: #2e1a46;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 1px #fff;
}

/* Paginator */
.page-link.active,
.active > .page-link {
  background-color: #2e1a46;
  border-color: #2e1a46;
}

.page-link {
  color: #2e1a46;
}

.page-link:hover {
  color: #2e1a46c7;
}

.pagination {
  justify-content: center;
}

/* Login */

.carousel-login {
  background-image: url("../images/img1.jpg");
  background-size: cover;
  height: 61rem;
}
.carousel-login2 {
  background-image: url("../images/carrusel21.jpg");
  background-size: cover;
  height: 61rem;
}
.carousel-login3 {
  background-image: url("../images/carrusel31.jpg");
  background-size: cover;
  height: 61rem;
}
.carousel-login4 {
  background-image: url("../images/img4.jpg");
  background-size: cover;
  height: 61rem;
}

.backgorund-index {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Colores Primarios */
.primary-color {
  color: #2e1a46;
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

.small-box p {
  font-size: 1rem;
}

.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

.sidebar a {
  color: #2e1a46 !important;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s linear;
}

.small-box .icon > i.fa,
.small-box .icon > i.fas,
.small-box .icon > i.far,
.small-box .icon > i.fab,
.small-box .icon > i.glyphicon,
.small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon > i {
  font-size: 95px;
}

.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.glyphicon,
.small-box:hover .icon > i.ion {
  font-size: 75px;
}

@media (max-width: 767.98px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }

  .circle-card-product .words-circle,
  .circle-card-product .image-circle {
    display: inline-grid;
    border-radius: 28px 28px 0px 0px;
    width: 100%;
    height: 100px;
  }
  .tab-circle .words-circle,
  .tab-circle .image-circle {
    font-size: 0.875rem;
    width: 23px;
    height: 23px;
    margin-right: 4px;
  }
  .words-circle,
  .image-circle {
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    color: #fff;
    object-fit: cover;
    object-position: center center;
  }

  /* Paginator */
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2e1a46 !important;
    border-color: #2e1a46de;
  }

  .page-link.active,
  .active > .page-link {
    background-color: #2e1a46;
    border-color: #2e1a46;
  }

  .page-link {
    color: #2e1a46;
  }

  .page-link:hover {
    color: #2e1a46c7;
  }

  .pagination {
    justify-content: center;
  }

}
