@import "vars.css";
@import "pages.css";
@import "layout.css";

html {
    background-color: white;
    color: #111;
}
up-progress-bar {
    height: 100px;
    top: 98%;
    box-shadow: 0 0 30px blueviolet;
    background-color: #8e65d5;
}

#home-view {
    font-family: "Open Sans", sans-serif;
}

.hidden {
    display: none;
}

.tokenfield {
    box-sizing: border-box;
    background-color: transparent !important;
    color: #211831;
    padding: 2px 0 0 0 !important;
}

.tokenfield-set-item {
    color: #211831 !important;
}

.tokenfield-set-item:hover {
    color: #00ff9a !important;
    background-color: #8e65d5 !important;
}

.company-summary-row {
    display: flex;
    flex-direction:  row;
}

h1 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

button, a.button {
    border-style: none;
    border-radius: 6px;
    padding: 16px 33px;
    color: #211831;
    background-color: #EE2E24;
    cursor: pointer;
}

button:hover {
    filter: brightness(125%);
}

button:focus {
    filter: brightness(125%);
}

input[type=button] {
    border-style: none;
    border-radius: 6px;
    font-size: 1.25rem;
    padding: 16px 33px;
    color: #211831;
    background-color: #00ff9a;
    cursor: grab;
}

input[type=button]:hover {
    filter: brightness(125%);
}

input[type=file] {
    width:  100%;
    font-size: 1em;
    color: #999999;
}

input[type=file]::file-selector-button {
    border: 1px solid #00ff9a;
    border-radius: 6px;
    font-size: 1.25rem;
    margin-bottom: 59px;
    margin-top: 47px;
    padding: 16px 33px;
    color: #00ff9a;
    background-color: transparent;
    cursor:  grab;
}

input[type=file]::file-selector-button:hover {
    background-color: #00ff9a57;
}

input[type=submit] {
    border-style: none;
    cursor: grab;
}

input[type=submit]:hover {
    filter: brightness(125%);
}

input[type=submit]:focus {
    filter: brightness(125%);
}

input[type=text], input[type=password] {
    border: none;
    padding: 0;
    color: #211831;
    background: transparent;
    font-size: small;
    letter-spacing: 1.5px;
    width: 70%;
}

input[type=checkbox] {
    border: 1px solid grey;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

input:focus{
    outline: none;
    /*background:  transparent;*/
    background:  #888;
}

.u-input-hidden {
    display: none;
}

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

.u-body {
    margin: 0;
}

.u-header {
    background-image:  none;
    min-height: 75px;
    color: #fff;
    position: relative;
    display:  flex;
    width: 100%;
}

.u-logo-text {
    margin: 21px 0 0 10px;
}

.u-demo-row {
    padding: 75px 0 5px 0;
}

.u-subtitle {
    color: #333;
    font-size: 1.75em;
    font-weight: 100;
    letter-spacing: 2px;
}


.logo-image-hero {
    max-height: 30px;
    text-align: left;
}

section {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.results {
    min-height: 100px;
    background-color: #8100ff !important;
}

.u-sheet {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .u-sheet {
        max-width: 1140px;
        min-width:  1140px;
    }
}

#sec-01 {
    margin-top:  -45px;
}

.u-palette-1 {
    color: #fff;
}

.u-palette-2 {
    color: #1a1a1a;
}

.u-layout-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 100%;
    /*min-height: 100%;*/
    min-width: 100%;
}

.u-layout-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.u-container-layout {
    display: flex;
    flex:  0 0 50%;
    max-width: 50%;
    min-width: 50%;
    min-height: 83px;
    box-sizing: border-box;
}

.u-container-triplet {
    display: flex;
    flex:  0 0 33%;
    max-width: 33%;
    min-width: 33%;
    min-height: 83px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.u-optional {
    padding-left: 10px;
    color: grey;
    font-size: 0.9em;
}

.u-left-text {
    margin: auto 0 0 0;
    text-align: left;
}

.u-right-text {
    margin: auto 10px 0 auto;
    text-align: right;
}


.u-top-space {
    margin-top: 45px;
}

.u-input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px 12px;
    color: grey;
}

.line-break {
    border:  2px solid #ffffff;
    margin: 0;
    width: 100%;
}

.u-wrap {
    display: flex;
    flex-wrap: wrap;
}

a {
    color: #13799b;
}
a.dark {
    color: #00beff;
}

.u-layout-cli-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin: 25px 0;
}

.u-layout-row-cli {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 1 100%;
    min-width: 100%;
}

.u-layout-cli-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px;
}

.u-layout-cli-body {
    display: flex;
    flex-direction: column;
    width: 95%;
    padding: 0 30px;
    font-family: inherit;
    font-weight: 300;
    font-size: small;
}

.u-layout-cli-bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px;
}

.u-layout-cli-indicator {
    background-color: #00ff9a;
    border-radius: 9999px;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right:  45px;
}

.u-layout-cli-indicator-response {
    background-color: #8e65d5;
    border-radius: 9999px;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right:  45px;
}

.u-layout-cli-h1 {
    font-size: 1.875em;
    color: #211831;
}

.u-cli-break {
    min-height:  45px;
}

.indent-system {
    color: #999999;
    font-size: 1.25em;
    letter-spacing: 2px;
    padding-right:  20px;

}

.system-usage {
    color: #35495e;
    font-size: 1.15em;
    letter-spacing: 2px;
}

.system-text {
    color: #999999;
    font-size: 1.25em;
    letter-spacing: 2px;
}

.description-text {
    color: #999999;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 300;
}

.code-command {
    color: #211831;
    font-size: 1.25em;
    letter-spacing: 2px;
    padding-right: 10px;
}

.code-variable {
    color: #8e65d5;
    font-size: 1.25em;
    letter-spacing: 2px;
    padding: 0 10px 0 0;
}

.code-response {
    color: #00FF9a;
    font-size: 1.25em;
    letter-spacing: 2px;
    padding: 0 10px;
}

.u-input-extract {
    border: none;
    padding: 0;
    color:  #00ff9a;
}

.u-decision-select {
    /*font-size: small;*/
    margin: 5px 0 0 5px;
}

.completed {
    color: #00ff9a;
    padding: 0 10px;
}

.error {
    color: orange;
    padding: 3em;
}

.command-prompt-uniform {
    width: 395px;
}

.response-block {
    width: 60%;
}

.exportData {
    display: flex;
    justify-content: space-evenly;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 43px;
  margin-top: -24px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00ff9a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.label-super {
    vertical-align: super;
    font-weight: 500;
    font-size: small;
}

.banking-container {
    margin: 50px 0;
}