@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

h1[data-v-d5ea9138] {
  font-size: 20px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #58a6ff;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

@font-face {
  font-family: 'Hack';
  src: local('Hack'), url(/_cyber3ra/assets/fonts/Hack.ttf) format('truetype');
}


html { overflow-y: auto !important }


*, .v-application, .v-application .headline {
    font-family: Poppins, 'Segoe UI', sans-serif !important;
    text-transform: none;
}


::-webkit-scrollbar {
    background-color: transparent !important;
    width: 7px;
    height: 3px;
}


/* ::-webkit-scrollbar-thumb {
    background-color: #415677 !important;
} */


a {
  -webkit-text-decoration: none;
  text-decoration: none;
}


.titlemain {
  font-family: 'Hack' !important;
}


/* #VUETIFY OVERRIDES */


.v-list-item {
    min-height: 35px !important;
    padding: 0px 12px !important;
}


.v-ripple__container, .v-ripple__container::after {
    display: none !important;   
}


.v-menu__content .v-list-item__title {
    font-size: 0.925rem !important;
}


.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child {
    margin-right: 20px !important;
}


.v-btn__content {
  letter-spacing: 0px;
}


.v-application--is-ltr .v-text-field .v-input__prepend-inner, .v-application--is-ltr .v-text-field .v-input__append-inner {
    margin-right: 10px !important;
    align-items: center !important;
    align-self: stretch !important;
}


.v-text-field--outlined > .v-input__control > .v-input__slot {
    min-height: 47px !important;
}


.v-text-field .v-input__prepend-inner, .v-text-field .v-input__append-inner {
    margin-top: 0px !important;
}


.v-text-field .v-input__prepend-inner {
    margin-right: 5px !important;
}


.v-text-field .v-input__append-inner {
    margin-left: 5px !important;
}


.show-btns {
  display: inline-block !important;
}


.hide-btns {
  display: none !important;
}


.hline:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}


.point:hover {
  cursor: pointer;
}


.hover-trans:hover{
  background-color: transparent !important;
}


.hover-trans2::before{
  background-color: transparent !important;
  opacity: 1 !important;
}


.hover-trans:hover::before{
  background-color: transparent !important;
  opacity: 1 !important;
}


.hover-trans:focus::before{
  background-color: transparent !important;
  opacity: 1 !important;
}


.page-enter-active, .page-leave-active {
  transition: all .25s ease-out;
}


.page-enter, .page-leave-active {
  opacity: 0;
  transform-origin: 50% 50%;
}
.v-application .display-4,
.v-application .display-3,
.v-application .display-2,
.v-application .display-1,
.v-application .headline,
.v-application .title,
.v-application .subtitle-1,
.v-application .subtitle-2,
.v-application .body-1,
.v-application .body-2,
.v-application .caption,
.v-application .text-caption,
.v-application .overline {
  font-family: "Rajdhani", "Segoe UI", sans-serif;
}

/* THEME OVVEERRIDES */

/* 000308  */

/* background: #121212; */

body.dark-theme {
  background: #010812 !important;
}

body.theme-dark {
  background: #010812 !important;
}

.default .program-bg .v-image__image.v-image__image--cover {
  opacity: 0.5;
}

.default .theme--light.v-list-item--disabled {
  color: rgba(0, 0, 0, 0.38);
}

.default .v-list-item--disabled .v-avatar {
  opacity: 0.5;
}

.default .v-application .v-app-bar.v-app-bar--fixed {
  z-index: 2200;
}

.default .v-application .v-dialog__content {
  z-index: 2300 !important;
}

.default .v-application .v-overlay.v-overlay--active {
  z-index: 2250 !important;
}

.default .v-application .v-navigation-drawer--is-mobile {
  z-index: 2270 !important;
}

.default .v-application .v-menu__content {
  z-index: 2500 !important;
}

.default .v-snack__wrapper {
  z-index: 2501;
}

.default .v-list-item--disabled .v-icon {
  opacity: 0.5;
}

.default .v-list-item .nav-ic {
  border-radius: 8px !important;
  transition: all 700ms 0s ease !important;
}

.default .v-list-item:hover .nav-ic {
  border-radius: 50rem !important;
}

.default .v-list-item--active .nav-ic .v-icon {
  color: #23a6d5 !important;
}

.default .v-list-item--active .nav-ic {
  box-shadow: 2px 2px 20px rgba(35,166,213,0.33333), -2px 2px 20px rgba(35,166,213,0.33333), 2px -2px 20px rgba(35,166,213,0.33333), -2px -2px 20px rgba(35,166,213,0.33333) !important;
}

.default .v-navigation-drawer__content .v-list-item--active::before {
  opacity: 0 !important;
}

.default .v-navigation-drawer__content .v-list-item:hover::before {
  opacity: 0 !important;
}

.default .avatar {
  border-radius: 50rem;
}

.default .avatar-Company * {
  /* border: 10px solid #ff8d72; */
  box-shadow: 2px 2px 20px rgba(255,141,114,0.33333), -2px 2px 20px rgba(255,141,114,0.33333), 2px -2px 20px rgba(255,141,114,0.33333), -2px -2px 20px rgba(255,141,114,0.33333) !important;
}

.default .avatar-User * {
  box-shadow: 2px 2px 20px rgba(29,140,248,0.33333), -2px 2px 20px rgba(29,140,248,0.33333), 2px -2px 20px rgba(29,140,248,0.33333), -2px -2px 20px rgba(29,140,248,0.33333) !important;
}

.default .profile-overview .v-progress-circular__info {
  font-size: 47px;
  font-weight: 550;
}

.custom-card-body::-webkit-scrollbar {
  width: 3px !important;
}

.custom-card-body::-webkit-scrollbar-thumb {
  background-color: #29364b !important;
}

.default.theme--light.v-application {
  background: #f0f7ff;
}

.default.theme--light.v-application .v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined) {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  background-color: #ffffff;
}

.default.theme--light.v-application .v-footer.v-sheet {
  background-color: #ffffff;
}

.default.theme--light.v-application .v-sheet.v-card:not(.v-sheet--outlined) {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.default.theme--light.v-application .v-card .v-sheet.v-app-bar.v-toolbar {
  box-shadow: none !important;
}

.default.theme--light.v-application .v-expansion-panel::before {
  box-shadow: none;
}

.default.theme--light.v-application .v-expansion-panel-content__wrap {
  padding: 0px;
}

.default.theme--light.v-application .v-navigation-drawer__content .v-list-item:focus::before {
  opacity: 0;
}

.default.theme--light.v-application .reports-list {
  padding: 0px;
}

.default.theme--light.v-application .reports-list .v-list-item--active[active=true] {
  background-color: rgba(0,0,0,0.0902);
}

.default.theme--light.v-application .reports-list .v-list {
  padding-right: 0px;
  padding-left: 0px;
}

.default.theme--light.v-application ::-webkit-scrollbar-thumb {
  background-color: #9eb8e2 !important;
}

.default.theme--light.v-application .v-tooltip__content {
  background: rgba(0, 0, 0, 0.71);
  color: #ffffff;
}

.default.theme--dark.v-application {
  background: #010812;
}

.default.theme--dark.v-application .v-app-bar.v-toolbar.v-sheet {
  background-color: #121d2e;
}

.default.theme--dark.v-application .v-sheet:not(.v-navigation-drawer__content .v-list), .default.theme--dark.v-application .v-data-table, .default.theme--dark.v-application .v-expansion-panels .v-expansion-panel {
  background-color: #0f1724;
}

.default.theme--dark.v-application .v-autocomplete__content .v-sheet.v-select-list[role=listbox] {
  border: 1px solid #293952 !important;
}

.default.theme--dark.v-application .v-navigation-drawer {
  background-color: #090e18;
}

.default.theme--dark.v-application .v-card, .default.theme--dark.v-application .v-tabs-bar, .default.theme--dark.v-application .v-tabs-items {
  background: #0f1724;
  background-color: #0f1724;
}

.default.theme--dark.v-application .theme--dark .v-navigation-drawer__border {
  display: none;
}

.default.theme--dark.v-application .v-navigation-drawer__content .v-list-item:focus::before {
  opacity: 0;
}

.default.theme--dark.v-application .v-expansion-panel::before {
  box-shadow: none;
}

.default.theme--dark.v-application .v-expansion-panel-content__wrap {
  padding: 0px;
}

.default.theme--dark.v-application .reports-list {
  padding: 0px;
}

.default.theme--dark.v-application .reports-list .v-list-item--active[active=true] {
  background-color: rgba(255,255,255,0.0902);
}

.default.theme--dark.v-application .reports-list .v-list {
  padding-right: 0px;
  padding-left: 0px;
}

.default.theme--dark.v-application ::-webkit-scrollbar-thumb {
  background-color: #415677 !important;
}

.default.theme--dark.v-application .v-tooltip__content {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
}

.theme-dark::-webkit-scrollbar-thumb {
  background-color: #415677 !important;
}

.theme-light::-webkit-scrollbar-thumb {
  background-color: #9eb8e2 !important;
}

.default.v-application .v-navigation-drawer__content::-webkit-scrollbar {
  width: 3px !important;
  opacity: 0.5 !important;
}

.default.v-application .v-navigation-drawer--is-mouseover .v-navigation-drawer__content::-webkit-scrollbar {
  width: 5px !important;
}

.v-dialog__content--active .navbar-dialog.v-dialog--active {
  left: 60px;
  top: 14px;
  position: absolute;
  padding: 2px;
  background: linear-gradient(red, blue);
  z-index: 5200;
  overflow: hidden;
}

.v-dialog__content--active .navbar-dialog.v-dialog--active::after {
  content: "";
  position: fixed;
  height: 0px;
  width: 0px;
  z-index: 5201;
  left: 70px;
  top: 40px;
  border-bottom: 15px solid #0a0a0a;
  border-right: 15px solid #ff3232;
  border-top: 15px solid #0a0a0a;
}

.v-dialog__content--active .navbar-dialog.v-dialog--active::before {
  content: "";
  position: fixed;
  height: 90vh;
  width: 15px;
  z-index: 5201;
  left: 52px;
  top: 40px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.v-dialog__content--active .notifications-dialog.v-dialog--active {
  right: 25px;
  top: 55px;
  position: absolute;
  padding: 2px;
  background: linear-gradient(red, blue);
  z-index: 5200;
  overflow: hidden;
}

.v-dialog__content--active .notifications-dialog.v-dialog--active ::after {
  content: "";
  position: fixed;
  height: 0px;
  width: 0px;
  z-index: 5201;
  right: 52px;
  top: 65px;
  border-left: 15px solid #0a0a0a;
  border-bottom: 15px solid #ff3232;
  border-right: 15px solid #0a0a0a;
}

.v-dialog__content--active .profile-dialog.v-dialog--active {
  right: -10px;
  top: 55px;
  position: absolute;
  padding: 2px;
  background: linear-gradient(red, blue);
  z-index: 5200;
  overflow: hidden;
}

.v-dialog__content--active .profile-dialog.v-dialog--active ::after {
  content: "";
  position: fixed;
  height: 0px;
  width: 0px;
  z-index: 5201;
  right: 16px;
  top: 65px;
  border-left: 15px solid #0a0a0a;
  border-bottom: 15px solid #ff3232;
  border-right: 15px solid #0a0a0a;
}

.v-dialog__content--active .search-dialog.v-dialog--active {
  left: 20px;
  top: 55px;
  position: absolute;
  padding: 2px;
  background: linear-gradient(red, blue);
  z-index: 5200;
  overflow: hidden;
}

.v-dialog__content--active .search-dialog.v-dialog--active ::after {
  content: "";
  position: fixed;
  height: 0px;
  width: 0px;
  z-index: 5201;
  left: 120px;
  top: 65px;
  border-left: 15px solid #0a0a0a;
  border-bottom: 15px solid #ff3232;
  border-right: 15px solid #0a0a0a;
}

.v-dialog__content--active .v-dialog--animated::after {
  border-color: transparent !important;
}

.wel-overlay .v-overlay__scrim {
  opacity: 0.95 !important;
  background-color: #0a0a0a !important;
}

.overlay-step-navbar .v-overlay__scrim {
  left: 56px;
}

.overlay-step-notifications .v-overlay__scrim, .overlay-step-profile .v-overlay__scrim, .overlay-step-search .v-overlay__scrim {
  top: 64px;
}

.overlay-step-profile .v-overlay__scrim::after, .overlay-step-notifications .v-overlay__scrim::after, .overlay-step-search .v-overlay__scrim::after {
  content: "";
  position: absolute;
  background-color: rgba(10,10,10,0.94902) !important;
  top: -64px;
  left: 0px;
  width: 56px;
  height: 64px;
  z-index: 5000;
}

.overlay-step-done .v-overlay__scrim {
  display: none;
}

.add-program .v-autocomplete:not(.v-input--is-focused).v-select--chips input {
  max-height: 64px;
}

.severity::before, .severity2:hover::after, .severity2[active=true]::after {
  width: 3px;
  content: "";
  position: absolute;
  height: 100%;
  left: -1px;
  top: 0px;
}

.severity2::after {
  opacity: 0.7;
}

.s-Low::before, .s2-Low::after {
  background-color: #2ead66;
}

.s-Medium::before, .s2-Medium::after {
  background-color: #ef6c00;
}

.s-High::before, .s2-High::after {
  background-color: #dd2c00;
}

.s-Critical::before, .s2-Critical::after {
  background-color: #B71C1C;
}

.s-None::before, .s2-None::after {
  background-color: #4c98ef;
}

.div {
  border-color: rgba(255,255,255,0.70196) !important;
  height: 15px;
}

.v-tooltip__content {
  font-size: 13px !important;
  padding: 3px 9px !important;
}

.index.v-application {
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.index.v-application .v-app-bar {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: all 500ms ease;
}

.index.v-application .container .v-card.v-sheet {
  border-radius: 30px;
}

.theme--dark.index.v-application {
  background-image: url(/_cyber3ra/assets/img/dark-bg.png);
}

.theme--dark.index.v-application .v-card, .theme--dark.index.v-application .v-footer, .theme--dark.index.v-application .v-list.v-sheet, .theme--dark.index.v-application .v-tabs > .v-tabs-bar {
  background-color: #050e1d;
}

.theme--dark.index.v-application .v-app-bar--is-scrolled {
  background-color: #050e1d !important;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.theme--light.index.v-application {
  background-image: url(/_cyber3ra/assets/img/light-bg.png);
}

.theme--light.index.v-application .v-card.v-sheet {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.theme--light.index.v-application .v-app-bar--is-scrolled {
  background-color: #f5f5f5 !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.background {
  position: fixed;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}

@media (max-width: 576px) {
  .background {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}

.settings .v-input__slot, .settings .v-input, .settings .v-input__control {
  display: inline-block !important;
}

/* NEON */

/* 
.neon .v-card::after {
    --borderWidth: 5px;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 3px;
    width: 100%;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 300% 300%;
    z-index: 2;
    animation: animatedgradient 3s ease alternate infinite;
    box-shadow: 0px 0px 13px 2px #f8f2f253;
  } */

.theme-dark[neon=true] .nav-ic .v-icon {
  animation: neoncolor 6s infinite;
}

.theme-dark[neon=true] .v-application .v-card {
  box-shadow: -2px -2px 20px 2px rgba(35,166,213,0.12941), 5px -4px 20px 2px rgba(35,166,213,0.13725), 0px 5px 20px 2px rgba(35,166,213,0.13725) !important;
  padding: 2px;
  background: linear-gradient(0deg, red, blue);
}

.theme-dark[neon=true] .v-card > .v-card__text, .theme-dark[neon=true] .v-card .v-card__title, .theme-dark[neon=true] .v-card .v-card__subtitle, .theme-dark[neon=true] .v-card .v-list-item, .theme-dark[neon=true] .v-card .v-card__actions, .theme-dark[neon=true] .v-card .v-toolbar {
  color: rgba(255, 255, 255, 0.7);
  background-color: #0f1724;
}

.theme-dark[neon=true] .v-card .v-toolbar {
  background-color: #0f1724 !important;
}

.theme-dark[neon=true] .v-app-bar--fixed::after {
  --borderWidth: 5px;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 3px;
  width: 100%;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 300% 300%;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  box-shadow: 0px 0px 13px 2px rgba(248,242,242,0.32549);
}

@keyframes neoncolor {
  0% {
    color: #23a6d5;
    text-shadow: 1px 1px 20px rgba(35,166,213,0.53725);
  }
  25% {
    color: #e73c7e;
    text-shadow: 1px 1px 20px rgba(231,60,126,0.53725);
  }
  50% {
    color: #ee7752;
    text-shadow: 1px 1px 20px rgba(238,119,82,0.53725);
  }
  75% {
    color: #23d5ab;
    text-shadow: 1px 1px 20px rgba(35,213,171,0.53725);
  }
  100% {
    color: #23a6d5;
    text-shadow: 1px 1px 20px rgba(35,166,213,0.53725);
  }
}

@keyframes neoncolor2 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 100% -50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* .neon .v-navigation-drawer__content::after {
    --borderWidth: 5px;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: calc(100% + var(--borderWidth) * 2);
    width: 3px;
    opacity: 0.5;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 300% 300%;
    z-index: -1;
    animation: animatedgradient2 6s ease alternate infinite;
    box-shadow: 0px 0px 13px 2px #f8f2f253;
  } */

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes animatedgradient2 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 100% -50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.theme--light.v-application .v-list-item--active::before {
  opacity: 0;
}

.theme--light.v-application .v-list-item--active:hover::before {
  opacity: 0.12;
}

.theme--dark.v-application .v-list-item--active::before {
  opacity: 0;
}

.theme--dark.v-application .v-list-item--active:hover::before {
  opacity: 0.12;
}

.default .theme--dark.v-list-item--disabled {
  color: rgba(249, 249, 253, 0.5);
}

.theme--dark.v-application .v-timeline-item__body > .v-card:not(.v-card--flat):before, .theme--dark.v-application .v-timeline-item__body > .v-card:not(.v-card--flat):after {
  border-right: 10px solid #0f1724;
}

.theme--light.v-application .v-timeline-item__body > .v-card:not(.v-card--flat):before, .theme--light.v-application .v-timeline-item__body > .v-card:not(.v-card--flat):after {
  border-right: 10px solid #ffffff;
}

.v-application .overview .v-image__image--cover {
  opacity: 0.6;
}

.string {
    width: 100%;
    min-height: 20px;
}


.text-right[data-v-11ea831b] {
  text-align: right;
}


.shine[data-v-2c080a55]::after{
  content:'';
  top:0;
	/* transform:translateX(100%); */
	width:100%;
	height:100%;
	position: absolute;
	z-index:1;
	animation: shining-2c080a55 7s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.delay-1[data-v-2c080a55]{
  animation-delay: 4s !important;
}
.delay-2[data-v-2c080a55]{
  animation-delay: 4s !important;
}
@keyframes shining-2c080a55 {
0% {
    opacity: 0;
}
30% {
    opacity: 0;
    transform:translateX(-100%);
}
45% {
    opacity: 0.5;
    /* transform:translateX(-50%); */
}
55% {
    opacity: 0.5;
    /* transform:translateX(50%); */
}
60% {
    opacity: 0;
    transform:translateX(100%);
}
  /* 15% {opacity: 0;}
	50% {opacity: 1;}
  60% {opacity: 0;} */
100% {opacity: 0;}
}


.ctf-container[data-v-c9640ac6] {
  min-height: 100vh;
  padding-bottom: 2rem;
}

.v-application .display-4[data-v-0863918a],
.v-application .display-3[data-v-0863918a],
.v-application .display-2[data-v-0863918a],
.v-application .display-1[data-v-0863918a],
.v-application .headline[data-v-0863918a],
.v-application .title[data-v-0863918a],
.v-application .subtitle-1[data-v-0863918a],
.v-application .subtitle-2[data-v-0863918a],
.v-application .body-1[data-v-0863918a],
.v-application .body-2[data-v-0863918a],
.v-application .caption[data-v-0863918a],
.v-application .text-caption[data-v-0863918a],
.v-application .overline[data-v-0863918a] {
  font-family: "Rajdhani", "Segoe UI", sans-serif;
}
#cyber3ra-svg-auto[data-v-0863918a], #cyber3ra-svg-hover[data-v-0863918a], #cyber3ra-svg-event[data-v-0863918a] {
  overflow: visible;
}
#green_wing[data-v-0863918a] {
  fill: #1D951B;
}
#orange_wing[data-v-0863918a] {
  fill: #D86411;
}
#cyber3ra-svg-auto #orange_wing[data-v-0863918a] {
  animation: orangeAnimation-0863918a 700ms ease 0s infinite;
}
#cyber3ra-svg-auto #green_wing[data-v-0863918a] {
  animation: greenAnimation-0863918a 700ms ease 0s infinite;
}
#cyber3ra-svg-hover:hover #orange_wing[data-v-0863918a] {
  animation: orangeAnimation-0863918a 700ms ease 0s infinite;
}
#cyber3ra-svg-hover:hover #green_wing[data-v-0863918a] {
  animation: greenAnimation-0863918a 700ms ease 0s infinite;
}
.svg-xs[data-v-0863918a] {
  width: 30px !important;
  height: 27px !important;
}
.svg-small[data-v-0863918a] {
  width: 40px !important;
  height: 35px !important;
}
.svg-medium[data-v-0863918a] {
  width: 110px !important;
  height: 100px !important;
}
.svg-large[data-v-0863918a] {
  width: 165px !important;
  height: 150px !important;
}
.svg-slow[data-v-0863918a] {
  animation-duration: 1500ms !important;
}
.svg-middle[data-v-0863918a] {
  animation-duration: 700ms !important;
}
.svg-fast[data-v-0863918a] {
  animation-duration: 200ms !important;
}
#orange_wing[data-v-0863918a], #green_wing[data-v-0863918a] {
  transform-origin: 55% 90%;
  will-change: transform;
}
@keyframes greenAnimation-0863918a {
0% {
    transform: rotate(0deg);
    fill: #1D951B;
}
40% {
    transform: rotate(-20deg);
    fill: #0c5e0a;
}
90% {
    transform: rotate(5deg);
    fill: #42c440;
}
}
@keyframes orangeAnimation-0863918a {
0% {
    transform: rotate(0deg);
    fill: #D86411;
}
40% {
    transform: rotate(30deg);
    fill: #ac4903;
}
90% {
    transform: rotate(-5deg);
    fill: #f17f2d;
}
}
.theme-dark[neon=true] #orange_wing[data-v-0863918a] {
  animation: neonorangeAnimation-0863918a 6s ease 0s infinite;
  animation-duration: 3000ms !important;
}
.theme-dark[neon=true] #green_wing[data-v-0863918a] {
  animation: neongreenAnimation-0863918a 6s ease 0s infinite;
  animation-duration: 3000ms !important;
}
.theme-dark[neon=true] #cyber3ra-svg-hover:hover #orange_wing[data-v-0863918a] {
  animation: orangeAnimation-0863918a 700ms ease 0s infinite,neonorangeAnimation-0863918a 700ms ease 0s infinite;
}
.theme-dark[neon=true] #cyber3ra-svg-hover:hover #green_wing[data-v-0863918a] {
  animation: greenAnimation-0863918a 700ms ease 0s infinite,neongreenAnimation-0863918a 700ms ease 0s infinite;
}
@keyframes neonorangeAnimation-0863918a {
0% {
    fill: #D86411;
}
50% {
    fill: #ac0303;
}
100% {
    fill: #D86411;
}
}
@keyframes neongreenAnimation-0863918a {
0% {
    fill: #1D951B;
}
50% {
    fill: #2737c5;
}
100% {
    fill: #1D951B;
}
}

.login-dialog .v-tabs-slider-wrapper {
    display: flex;
    justify-content: center;
}
.login-dialog .v-tabs-slider {
    width: 30% !important;
}
.login-dialog.theme--dark.v-tabs > .v-tabs-bar .v-tab, .login-dialog.theme--dark.v-tabs > .v-tabs-bar .v-tab svg {
    color: rgba(255, 255, 255, 0.6) !important;
    fill: rgba(255, 255, 255, 0.6) !important;
}
.login-dialog.theme--dark.v-tabs > .v-tabs-bar .v-tab--disabled, .login-dialog.theme--dark.v-tabs > .v-tabs-bar .v-tab--disabled svg {
    color: #03cdd7 !important;
    fill: #03cdd7 !important;
    opacity: 1;
}
.login-dialog.theme--dark.v-tabs > .v-tabs-bar .v-tab .spec {
    stroke: rgba(255, 255, 255, 0.6);
}
.login-dialog.theme--dark.v-tabs > .v-tabs-bar .v-tab--disabled .spec {
    stroke: #03cdd7;
}
.theme--dark.v-tabs.login-dialog .v-tab--active:hover::before, .theme--dark.v-tabs.login-dialog .v-tab--active::before {
    opacity: 0 !important;
}
/* .login-button:hover {
    box-shadow: 0 0 10px #07cad4e3, 0 0 40px #07cad4e3, 0 0 80px #07cad4e3 !important;
} */


.string {
    width: 100%;
    min-height: 20px;
}


.v-input__append-outer,.v-input__prepend-outer {
    margin-top: 7px !important;
}


.string {
    width: 100%;
    min-height: 20px;
}


.v-input__append-outer,.v-input__prepend-outer {
    margin-top: 7px !important;
}

