

.vx-card {
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
[dir] .vx-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
[dir] .vx-card.no-shadow {
  box-shadow: none;
}
[dir] .vx-card.card-border {
  border: 1px solid #e4e4e4;
}
.vx-card .vx-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
[dir] .vx-card .vx-card__header {
  padding: 1.5rem 1.5rem 0;
}
[dir] .vx-card .vx-card__header .vx-card__title h4 + h6 {
  margin-top: 0.3rem;
}
.vx-card .vx-card__header .vx-card__title h6 {
  font-weight: 400;
}
.vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons {
  display: flex;
}
[dir=ltr] .vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons .feather-icon {
  margin-left: 0.5rem;
}
[dir=rtl] .vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons .feather-icon {
  margin-right: 0.5rem;
}
.vx-card .vx-card__header .vx-card__actions svg {
  transition: all 0.25s ease-out;
  height: 1rem;
  width: 1rem;
}
[dir] .vx-card .vx-card__header .vx-card__actions svg {
  cursor: pointer;
}
[dir=ltr] .vx-card .vx-card__header .vx-card__actions .rotate180 > svg {
  transform: rotate(180deg) !important;
}
[dir=rtl] .vx-card .vx-card__header .vx-card__actions .rotate180 > svg {
  transform: rotate(-180deg) !important;
}
[dir=ltr] .vx-card img.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
[dir=rtl] .vx-card img.card-img-top {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.vx-card .vx-card__collapsible-content {
  transition: all 0.3s ease-in-out;
}
.vx-card .vx-card__collapsible-content.vs-con-loading__container {
  overflow: unset;
}
.vx-card .vx-card__collapsible-content.collapsed {
  opacity: 0;
}
[dir] .vx-card .vx-card__collapsible-content.collapsed {
  transform: scale(0.99);
}
.vx-card .vx-card__collapsible-content .card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir] .vx-card .vx-card__collapsible-content .card-overlay {
  padding: 1.25rem;
}
[dir=ltr] .vx-card .vx-card__collapsible-content .card-overlay {
  right: 0;
  left: 0;
}
[dir=rtl] .vx-card .vx-card__collapsible-content .card-overlay {
  left: 0;
  right: 0;
}
.vx-card .vx-card__collapsible-content .card-overlay > * {
  position: relative;
  z-index: 1;
}
.vx-card .vx-card__collapsible-content .card-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
[dir] .vx-card .vx-card__collapsible-content .card-overlay::after {
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}
[dir=ltr] .vx-card .vx-card__collapsible-content .card-overlay::after {
  left: 0;
  right: 0;
}
[dir=rtl] .vx-card .vx-card__collapsible-content .card-overlay::after {
  right: 0;
  left: 0;
}
[dir] .vx-card .vx-card__collapsible-content .vx-card__body {
  padding: 1.5rem;
}
[dir] .vx-card .vx-card__collapsible-content .vx-card__body img + .vx-card__title > h4 {
  margin-top: 1.5rem;
}
.vx-card .vx-card__collapsible-content img {
  display: block;
}
.vx-card .vx-card__code-container {
  overflow: hidden;
  transition: transform 0.35s, opacity 0.15s, max-height 0.3s ease-out;
}
.vx-card .vx-card__code-container.collapsed {
  opacity: 0;
}
[dir] .vx-card .vx-card__code-container.collapsed {
  transform: translateY(100%);
}
[dir] .vx-card .vx-card__code-container .code-content {
  margin: 1.5rem;
}
.vx-card .vx-card__code-container .code-content pre[class^=language-] {
  max-height: 350px;
}
[dir] .vx-card .vx-card__code-container .code-content pre[class^=language-] {
  border-radius: 0.5rem;
  margin-bottom: 0;
}
[dir] .vx-card .vx-card__footer {
  padding: 0 1.5rem 1.5rem;
}
.list .list__item {
  display: flex;
  align-items: flex-start;
}
[dir] .list .list__item {
  padding: 0.4rem;
}
.feather-icon {
  display: inline-flex;
  align-items: center;
}
[dir] .vx-input-group .vs-con-textarea {
  margin-bottom: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vx-input-group .vx-input-group-prepend .prepend-text {
  display: flex;
  align-items: center;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text:not(:first-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text.btn-addon .vs-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text.btn-addon .vs-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-prepend .prepend-text.btn-addon .vs-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
[dir=rtl] .vx-input-group .vx-input-group-prepend .prepend-text.btn-addon .vs-button:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
[dir=ltr] .vx-input-group .vx-input-group-append {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .vx-input-group .vx-input-group-append {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.vx-input-group .vx-input-group-append .append-text {
  display: flex;
  align-items: center;
}
[dir=ltr] .vx-input-group .vx-input-group-append .append-text:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
[dir=rtl] .vx-input-group .vx-input-group-append .append-text:not(:first-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
[dir=ltr] .vx-input-group .vx-input-group-append .append-text:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-append .append-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-append .append-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-append .append-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-append .append-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-append .append-text:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-append .append-text.btn-addon .vs-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-append .append-text.btn-addon .vs-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .vx-input-group .vx-input-group-append .append-text.btn-addon .vs-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
[dir=rtl] .vx-input-group .vx-input-group-append .append-text.btn-addon .vs-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.vx-input-group .prepend-text,
.vx-input-group .append-text {
  color: #fff;
}
[dir] .vx-input-group .prepend-text:not(.btn-addon), [dir] .vx-input-group .append-text:not(.btn-addon) {
  border-radius: 6px;
}
[dir=ltr] .vx-input-group .prepend-text:not(.btn-addon), [dir=ltr] .vx-input-group .append-text:not(.btn-addon) {
  padding-left: 1rem;
  padding-right: 1rem;
}
[dir=rtl] .vx-input-group .prepend-text:not(.btn-addon), [dir=rtl] .vx-input-group .append-text:not(.btn-addon) {
  padding-right: 1rem;
  padding-left: 1rem;
}
.vx-input-group .prepend-text.btn-addon .vs-button,
.vx-input-group .append-text.btn-addon .vs-button {
  height: 100%;
}
[dir] .vx-input-group .prepend-text.btn-addon .vs-button, [dir] .vx-input-group .append-text.btn-addon .vs-button {
  padding: 0 1.5rem !important;
}
[dir=ltr] .vx-input-group .vx-input-group-default:not(:first-child) input, [dir=ltr] .vx-input-group .vx-input-group-default:not(:first-child) .vs-con-textarea {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-default:not(:first-child) input, [dir=rtl] .vx-input-group .vx-input-group-default:not(:first-child) .vs-con-textarea {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vx-input-group .vx-input-group-default .vs-input {
  width: 100%;
}
[dir=ltr] .vx-input-group .vx-input-group-default:not(:last-child) input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .vx-input-group .vx-input-group-default:not(:last-child) input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

code[class*="language-"],
pre[class*="language-"] {
  color: #ccc;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

[dir] code[class*="language-"], [dir] pre[class*="language-"] {
  background: none;
}

[dir=ltr] code[class*="language-"], [dir=ltr] pre[class*="language-"] {
  text-align: left;
}

[dir=rtl] code[class*="language-"], [dir=rtl] pre[class*="language-"] {
  text-align: right;
}

/* Code blocks */

pre[class*="language-"] {
  overflow: auto;
}

[dir] pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
}

[dir] :not(pre) > code[class*="language-"], [dir] pre[class*="language-"] {
  background: #2d2d2d;
}

/* Inline code */

:not(pre) > code[class*="language-"] {
  white-space: normal;
}

[dir] :not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}

.token.punctuation {
  color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}

.token.function-name {
  color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

[dir] .token.entity {
  cursor: help;
}

.token.inserted {
  color: green;
}

/* --------- login -----------*/

.auth-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}

.auth-inner {
  width: 100%;
  position: relative;
}

.auth-v2 {
  align-items: flex-start;
}

.auth-inner {
  height: 100vh;
  overflow-y: auto;
}
.brand-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: 0;
  z-index: 1;
}

.auth-wrapper .auth-bg {
  background-color: #FFF;
}

.version-home {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.02em;
  color: #898989;
}
