:root {
  --base-font:16px;
  --min-font:calc(16px * 0.9);
  --primary: #10A27B;
  --white: #fff;
}

:root {
  --base-font:16px;
  --min-font:calc(16px * 0.9);
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "rubik", sans-serif, arial;
  font-size: var(--base-font);
}

label {
  font-size: var(--min-font);
  margin-bottom: 4px;
  color: #ababab;
}

.checkbox-text {
  font-size: var(--min-font);
  color: #ababab;
}

.overflow-0 {
  overflow: hidden;
}

body {
  font-family: "rubik";
  font-family: "Rubik";
}

footer {
  min-height: 50vh;
  background-color: #127770;
}
footer h5 {
  color: #FFCC26;
}
footer ul {
  margin: 0;
  padding-left: 0.5em;
  list-style-type: none;
}
footer li > a {
  color: #fff !important;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #106D6D;
}

.form-control:focus, .form-control:active, .form-control:hover, .form-control:active {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  outline: none;
  border: 1px solid #19AA81;
}

.btn-primary {
  background: linear-gradient(-200deg, #19AA81 55%, #127770 83%, #106D6D 100%);
  border: none;
}

a {
  color: #555 !important;
  text-decoration: none;
}

.static-body {
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--base);
}

.header-1 {
  background-color: var(--white);
  padding-top: 0.2em;
  min-height: 10vh;
  display: flex;
  z-index: 999;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #f2f2f2;
}

.btn-outline-primary {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-outline-primary:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.main-section {
  padding-top: 0.3em;
  height: 85vh;
  overflow-y: scroll;
  padding-bottom: 10vh;
}

#mobile-sidebar {
  background: #fff;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  overflow: auto;
  position: fixed;
  transition: 0.4s ease-in-out;
  width: 84%;
  z-index: 5001;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#mobile-sidebar .mobile-siderbar-header {
  border-bottom: 1px solid #D6D6D6;
  padding: 1.25rem 1rem 1rem;
}
#mobile-sidebar .mobile-siderbar-header .mbrand {
  color: var(--primary);
  display: inline-block;
  margin: 0 0.4rem;
  font-weight: 800;
  font-size: 1.5rem;
}
#mobile-sidebar .mobile-siderbar-body {
  padding: 1.25rem 1rem 1rem;
}
#mobile-sidebar .mobile-siderbar-body ul li > a {
  color: #888 !important;
  display: block;
  padding-left: 0.5em;
  padding-bottom: 0.7em;
}

#mobile-sidebar.active {
  left: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  width: 100%;
  opacity: 0;
  display: none;
}

.overlay.visible {
  opacity: 1;
  display: block;
  z-index: 5000;
}

#horizontal {
  display: flex;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#horizontal {
  width: 100%;
  margin: 0;
  padding: 0;
}

#horizontal a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 0.5em 0;
  padding-right: 1em;
  text-align: center;
}

#horizontal a:hover {
  color: #333;
  background-color: #f2f2f2;
}

#horizontal li {
  flex: 1;
}

#horizontal li.hideshow ul {
  position: absolute;
  background: #f3f3f3;
  display: none;
  left: 0px;
  z-index: 1000;
}

#horizontal li.hideshow {
  position: relative;
  z-index: 1000;
}

.top-header {
  z-index: 999;
  border-bottom: 1px solid #f2f2f2;
}

.sidemenu-sm .nav-link {
  padding: 0;
  padding-left: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sbrand {
  display: block;
}
.sbrand span {
  color: var(--primary);
  display: inline-block;
  margin: 0 0.4rem;
  font-weight: 800;
  font-size: 1.5rem;
}

input:focus, input:active, input:hover {
  outline: none !important;
  box-shadow: none !important;
}

.main-header {
  background-color: #fff;
}
.main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.items .card {
  /*height: 300px;*/
  overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

@media (min-width: 990px) {
  .items .card {
    /*height: 250px;*/
  }
}
.items .card-title {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 700 !important;
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.items .card-text {
  font-weight: 800 !important;
  display: block;
}

.items .card-auth {
  color: rgba(0, 0, 0, 0.5) !important;
  display: block;
  margin: 0;
  padding: 0;
}

.items .auth-color {
  color: #00ab80 !important;
}

.in-icon {
  position: relative;
  padding: 0;
  margin: 0;
}
.in-icon span {
  position: absolute;
  margin-left: 14px;
  margin-top: 10px;
  color: #fff;
}

.in-round {
  border-radius: 0.5rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (min-width: 990px) {
  .topsearch {
    min-width: 550px;
  }
}
.topsearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topsearch .form-control {
  border: 1px solid var(--primary);
}
.topsearch .form-control::placeholder {
  color: var(--primary);
}
.topsearch a {
  color: var(--primary) !important;
}

.topsearch .form-control {
  border-radius: 20px;
  min-width: 50%;
}

.topsearch .btn {
  border-radius: 20px;
  background-color: var(--primary);
  color: var(--white);
}

input:focus, input:active, input:hover {
  outline: none !important;
  box-shadow: none !important;
}

.btn-search {
  color: #fff !important;
  border: none;
  background-color: #1cc494;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.top-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff !important;
  fill: rgba(255, 255, 255, 0.85) !important;
}
.top-header ul li a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .header-space {
    margin-top: 15vh;
  }
}
.auth-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  height: 100vh;
}
.auth-wrapper .auth-form {
  min-height: 450px;
  min-width: 300px;
  padding: 1rem;
}

.advert {
  display: flex;
  align-items: center;
  padding: 0.4em 0;
}
.advert .btn {
  border-radius: 30px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  white-space: nowrap;
}
.advert .fab {
  color: #7FC000;
  display: block;
  padding: 0 0.3em;
}
.advert span {
  color: var(--primary);
  font-size: 1rem;
  font-weight: bold;
}

#imgCover {
  transition: background 0.8s !important;
}

.si-container {
  display: flex;
  flex-direction: column;
}
.si-container .si-mainImage {
  min-height: 50vh;
  flex: 3;
  text-align: center;
  border: 1px solid #e3e3e3;
  position: relative;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.si-container .si-cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
}
.si-container .si-mainImage img {
  position: absolute;
  z-index: 999;
  text-align: center;
  max-height: 50vh;
}
.si-container .si-thubnail-container {
  display: flex;
  flex: 1;
}
.si-container .si-thubnail-container .si-thub {
  width: 33.33% !important;
  cursor: pointer;
  min-width: 60px;
  margin: 3px;
}
.si-container .si-thubnail-container .si-thub img {
  width: 100%;
}
.si-container .si-thubnail-container .si-thub:first-child {
  margin-left: 0 !important;
}
.si-container .si-thubnail-container .si-thub:last-child {
  margin-right: 0 !important;
}

@media (min-width: 764px) {
  .si-thub {
    width: 33.33% !important;
  }
}
.admin-wrapper {
  position: relative !important;
  color: black;
  max-height: 100vh;
  display: flex;
}
.admin-wrapper .admin-sidebar {
  min-width: 300px;
  flex: 1.5;
}
.admin-wrapper .admin-content-area {
  width: 100%;
  flex: 5;
}
.admin-wrapper .sidebar-header, .admin-wrapper .content-topbar {
  min-height: 67px;
  height: 10vh;
  display: flex;
  align-items: center;
  box-shadow: 0 0.5rem 12px -0.5rem rgba(0, 0, 0, 0.15) !important;
}
.admin-wrapper .sidebar-header {
  background: #19AA81;
  padding-left: 2em;
}
.admin-wrapper .content-topbar {
  justify-content: space-between;
  padding-right: 2em;
  background: linear-gradient(-200deg, #19AA81 55%, #127770 83%, #106D6D 100%);
}
.admin-wrapper .sidebar-content, .admin-wrapper .content-area {
  min-height: 500px;
  height: 85vh;
}
.admin-wrapper .content-area {
  padding-right: 2em;
}
.admin-wrapper .sidebar-content {
  border-right: 1px solid #d2d2d2;
}
.admin-wrapper .content-footer, .admin-wrapper .sidebar-footer {
  display: flex;
  align-items: center;
  color: #fff;
  min-height: 8px;
  height: 5vh;
}
.admin-wrapper .sidebar-footer {
  padding-left: 2em;
  background: #19AA81;
}
.admin-wrapper .content-footer {
  padding-left: 2em;
  background: linear-gradient(-200deg, #19AA81 55%, #127770 83%, #106D6D 100%);
}

.user-profile {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 2em;
}
.user-profile div {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

.topbar-search {
  max-width: 300px;
  background: #0E8267;
  border: none !important;
  color: #fff !important;
}

.topbar-search:focus, .topbar-search:active, .topbar-search:hover {
  background: #0E8267;
}

.topbar-nav {
  margin: 0;
  padding: 0;
}
.topbar-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.topbar-nav ul li.topbar-nav-item {
  white-space: nowrap;
}
.topbar-nav ul li.topbar-nav-item a.topbar-nav-link {
  color: #fff;
  display: block;
  padding: 2px 5px;
}

.sidenav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidenav ul li > a {
  display: flex;
  align-items: center;
  padding: 1rem;
  padding-left: 2.8em;
  border-bottom: 1px solid #f1f1f1;
}
.sidenav ul li > a .fa, .sidenav ul li > a .fal {
  margin-right: 5px;
}
.sidenav ul ul {
  padding-left: 1em;
}

.add-banner-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.add-banner-list .add-banner-img {
  position: relative;
  margin: 8px;
  max-height: 100px;
  min-height: 100px;
  max-width: 170px;
  overflow: hidden;
}
.add-banner-list .add-banner-img input {
  max-width: 170px;
}
.add-banner-list .add-banner-img .banner-addon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  text-align: center;
}
.add-banner-list .add-banner-img .banner-addon span {
  color: #fff;
  cursor: pointer;
}
.add-banner-list .add-banner-img .banner-addon span:hover {
  color: yellow;
}
.add-banner-list .add-banner-img img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}

.add-banner-item input {
  width: 170px;
  margin: 0 8px;
}

.add-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  min-width: 170px;
  margin: 8px;
  background-color: #f2f2f2;
  border: 3px dashed #a1a1a1;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
.add-banner span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #a1a1a1;
  text-align: center;
  line-height: 3;
  transition: all 0.4s;
}
.add-banner:hover, .add-banner:focus {
  background-color: #fff;
  border-color: orangered;
  transition: all 0.4s;
}
.add-banner:hover span, .add-banner:focus span {
  transition: all 0.4s;
  background-color: #f2f2f2;
}

.sangwapo-green{
    color:#10A27B;
}


.loader-wheel {
  font-size: 64px;
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #1CC494;
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=app.css.map */
