:root {
  --hct-color-primary: #007456;
  --hct-color-border: #E6E8EA;
  --hct-color-primary-foreground: #fff;
}

.hi-control-components-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hi-control-components-tabs .tabs-nav {
  min-width: 210px;
}
.hi-control-components-tabs .tab-content-header {
  display: none;
}
.hi-control-components-tabs .tabs-content {
  width: 100%;
}
.hi-control-components-tabs .tab-content {
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .hi-control-components-tabs.responsive-lg .tabs-content {
    width: calc(100% - 210px);
    padding: 0 30px;
  }
  .hi-control-components-tabs.responsive-lg .tabs-content .tab-content:not(.active) {
    display: none;
  }
  .hi-control-components-tabs.responsive-lg .tabs-content .tab-content-info {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .hi-control-components-tabs.responsive-lg .tabs-nav {
    display: none;
  }
  .hi-control-components-tabs.responsive-lg .tab-content-header {
    cursor: pointer;
    display: block;
  }
  .hi-control-components-tabs.responsive-lg .tabs-content .tab-content:not(.active) .tab-content-info {
    display: none;
  }
}
.hi-control-components-admin-loading {
  position: relative;
}

.hi-control-components-admin-loading-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hi-control-components-admin-loading-wrapper .loading-inner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hi-control-components-admin-loading-wrapper .loading-inner div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--hi-control-color-accent);
  animation: hi-control-components-admin-loading-inner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.hi-control-components-admin-loading-wrapper .loading-inner div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.hi-control-components-admin-loading-wrapper .loading-inner div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.hi-control-components-admin-loading-wrapper .loading-inner div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes hi-control-components-admin-loading-inner {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@-moz-keyframes hi-components-icon-spinner {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes hi-components-icon-spinner {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes hi-components-icon-spinner {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
i.hi-components-icon-spinner {
  animation-name: hi-components-icon-spinner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hcc-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000000;
}
.hcc-popup .hcc-popup-inner {
  position: relative;
  background: #fff;
  border-radius: 5px;
  max-width: 90%;
  margin: auto;
}
.hcc-popup .hcc-popup-header {
  margin: 0;
  padding: 15px;
  font-size: 16px;
  border-bottom: solid 1px var(--hct-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hcc-popup .hcc-popup-body {
  padding: 20px;
  min-height: 0vh;
}
.hcc-popup .hcc-popup-footer {
  padding: 10px 20px;
  text-align: right;
  border-top: solid 1px #eee;
}
.hcc-popup .hcc-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 24px;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  color: #444;
}
.hcc-popup .hcc-popup-close:active {
  top: 1px;
}
.hcc-popup .hcc-popup-close:hover {
  opacity: 1;
}

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