

html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #050038;
  background-color: #fff;
  font: 14px OpenSans, Arial, Helvetica, sans-serif;
}

.sidebar-container {
  height: 100%;
  overflow-y: auto;
  /* padding-top: 30px;
    padding-left: 23px;
    padding-bottom: 20px; */
  box-sizing: border-box;
  
}

.sidebar-content{
  overflow: auto;
}

.sidebar__header {
    padding: 0 24px;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-caption {
  
    font-family: Formular, sans-serif;
    font-size: 24px;
    font-weight: 500;
  
}


.sidebar-section{
      padding: 16px 24px 16px 24px;
}


.no-bottom-padding{
  padding-bottom: 0px;
}

.list-container{
  border-top: solid 1px #CDCCD7;
  border-bottom: solid 1px #CDCCD7;
  margin-top: 0px;
  
}

.help-image{
  float:right; 
  clear:right;
  margin-left: 16px;
  margin-bottom: 8px;
}


.list-box{
/*   border-top: solid 1px #F0F0F0; */
  border-bottom: solid 1px #F0F0F0;
/*   border-radius: 4px;  */
  padding: 16px 0px 8px 0px;
 
}


.list-box > ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 8px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 16px;
 
}

#steps-list-div div:last-child {border-bottom: none;}



.list-box > ul > li{
  margin: 0px 0px 4px 0px;
  list-style-image: url(https://cdn.glitch.com/4eb23500-2c94-46b1-8078-1e8020ff19a2%2FChevron%20Right.png?v=1595602060206);
  color: #827F9B; 
  line-height: 16px;
}
.list-box > p{
  margin: 0px 0px 4px 0px;
  color: #827F9B; 
  line-height: 18px;
}



.list-tight{
  margin: 8px 0px; 
  
}



.miro-h1 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
.miro-h2 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.miro-h3 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.miro-h4 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.miro-p-large {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.miro-p-medium {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.miro-p-small {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
.miro-btn {
  width: 292px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  padding: 14px 24px 16px;
  font-size: 16px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.miro-btn:focus {
  outline: none;
}
.miro-btn.miro-btn--disabled,
.miro-btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}
.miro-btn--bold {
  font-weight: bold;
}
.miro-btn--ellipse {
  border-radius: 18px;
}
.miro-btn--medium {
  padding: 14px 24px 16px;
  min-width: 100px;
  font-size: 16px;
  height: 48px;
}
.miro-btn:not(.ng-hide) + .miro-btn--medium:not(.miro-btn--pull-right) {
  margin-left: 16px;
}
.miro-btn--medium .miro-btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.miro-btn--small {
  padding: 9px 16px 11px;
  min-width: 80px;
  font-size: 14px;
  height: 36px;
}
.miro-btn:not(.ng-hide) + .miro-btn--small:not(.miro-btn--pull-right) {
  margin-left: 14px;
}
.miro-btn--small .miro-btn__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.miro-btn--fluid {
  width: 100%;
}
.miro-btn--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.miro-btn--primary {
  color: #fff;
  border-color: #4262ff;
  background-color: #4262ff;
}
.miro-btn--primary:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  border-color: #455bed;
  background-color: #455bed;
}
.miro-btn--primary:not(.miro-btn--disabled):active,
.miro-btn--primary.miro-btn--loading,
.miro-btn--primary:not(.miro-btn--disabled).miro-btn--active {
  border-color: #3d51d4;
  background-color: #3d51d4;
}
.miro-btn--primary.miro-btn--loading::before {
  border-color: transparent #fff #fff #fff;
}
.miro-btn--secondary {
  color: #050038;
  border-color: #f5f5f7;
  background-color: #f5f5f7;
}
.miro-btn--secondary:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  border-color: #f0f0f3;
  background-color: #f0f0f3;
}
.miro-btn--secondary:not(.miro-btn--disabled):active,
.miro-btn--secondary.miro-btn--loading,
.miro-btn--secondary:not(.miro-btn--disabled).miro-btn--active {
  border-color: #ebebef;
  background-color: #ebebef;
}
.miro-btn--secondary.miro-btn--loading::before {
  border-color: transparent #050038 #050038 #050038;
}
.miro-btn--danger {
  color: #fff;
  border-color: #d92929;
  background-color: #d92929;
}
.miro-btn--danger:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  border-color: #c71414;
  background-color: #c71414;
}
.miro-btn--danger:not(.miro-btn--disabled):active,
.miro-btn--danger.miro-btn--loading,
.miro-btn--danger:not(.miro-btn--disabled).miro-btn--active {
  border-color: #b80d0d;
  background-color: #b80d0d;
}
.miro-btn--danger.miro-btn--loading::before {
  border-color: transparent #fff #fff #fff;
}
.miro-btn--secondary-bordered {
  color: #050038;
  border-color: #c3c2cf;
  background-color: transparent;
}
.miro-btn--secondary-bordered:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  background-color: rgba(5, 0, 56, 0.02);
}
.miro-btn--secondary-bordered:not(.miro-btn--disabled):active,
.miro-btn--secondary-bordered.miro-btn--loading,
.miro-btn--secondary-bordered:not(.miro-btn--disabled).miro-btn--active {
  background-color: #f5f5f7;
}
.miro-btn--secondary-bordered.miro-btn--loading::before {
  border-color: transparent #050038 #050038 #050038;
}
.miro-btn--danger-bordered {
  color: #d92929;
  border-color: #e15454;
  background-color: transparent;
}
.miro-btn--danger-bordered:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  background-color: #fef7f7;
}
.miro-btn--danger-bordered:not(.miro-btn--disabled):active,
.miro-btn--danger-bordered.miro-btn--loading,
.miro-btn--danger-bordered:not(.miro-btn--disabled).miro-btn--active {
  background-color: #fdf2f2;
}
.miro-btn--danger-bordered.miro-btn--loading::before {
  border-color: transparent #d92929 #d92929 #d92929;
}
.miro-btn--white-bordered {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.miro-btn--white-bordered:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  background-color: transparent;
}
.miro-btn--white-bordered:not(.miro-btn--disabled):active,
.miro-btn--white-bordered.miro-btn--loading,
.miro-btn--white-bordered:not(.miro-btn--disabled).miro-btn--active {
  background-color: transparent;
}
.miro-btn--white-bordered.miro-btn--loading::before {
  border-color: transparent #fff #fff #fff;
}
.miro-btn--flat {
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
}
.miro-btn--primary-flat {
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
  color: #4262ff;
}
.miro-btn--primary-flat:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  color: #455bed;
}
.miro-btn--primary-flat:not(.miro-btn--disabled):not(.miro-btn--loading):active {
  color: #3d51d4;
}
.miro-btn--primary-flat.miro-btn--loading::before {
  border-color: transparent #4262ff #4262ff #4262ff;
}
.miro-btn--white-flat {
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
}
.miro-btn--white-flat:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  color: #fff;
}
.miro-btn--white-flat:not(.miro-btn--disabled):not(.miro-btn--loading):active {
  color: #fff;
}
.miro-btn--white-flat.miro-btn--loading::before {
  border-color: transparent #fff #fff #fff;
}
.miro-btn--secondary-flat {
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
  color: #827f9b;
}
.miro-btn--secondary-flat:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  color: rgba(5, 0, 56, 0.6);
}
.miro-btn--secondary-flat:not(.miro-btn--disabled):not(.miro-btn--loading):active {
  color: #050038;
}
.miro-btn--secondary-flat.miro-btn--loading::before {
  border-color: transparent #827f9b #827f9b #827f9b;
}
.miro-btn--danger-flat {
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
  color: #d92929;
}
.miro-btn--danger-flat:not(.miro-btn--disabled):not([disabled]):not(.miro-btn--loading):not(:active):hover {
  color: #c71414;
}
.miro-btn--danger-flat:not(.miro-btn--disabled):not(.miro-btn--loading):active {
  color: #d92929;
}
.miro-btn--danger-flat.miro-btn--loading::before {
  border-color: transparent #d92929 #d92929 #d92929;
}
select.miro-select {
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOS43MDcgMTAuMjkzYTEgMSAwIDEgMC0xLjQxNCAxLjQxNEwxMiAxNS40MTRsMy43MDctMy43MDdhMSAxIDAgMCAwLTEuNDE0LTEuNDE0TDEyIDEyLjU4NmwtMi4yOTMtMi4yOTN6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0 39px 0 15px;
  font-size: 16px;
  height: 48px;
  background-position: right 7px center;
}
select.miro-select.miro-select--primary {
  color: #fff;
  background-color: #4262ff;
  border-color: #4262ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkuNzA3IDEwLjI5M2ExIDEgMCAxIDAtMS40MTQgMS40MTRMMTIgMTUuNDE0bDMuNzA3LTMuNzA3YTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMiAxMi41ODZsLTIuMjkzLTIuMjkzeiIvPgo8L3N2Zz4K);
}
select.miro-select.miro-select--primary:not([disabled]):hover {
  border-color: #455bed;
  color: #fff;
  background-color: #455bed;
}
select.miro-select.miro-select--primary:not([readonly]):focus,
select.miro-select.miro-select--primary:not([readonly])[is-active="true"] {
  border-color: #455bed;
  color: #fff;
  background-color: #455bed;
}
select.miro-select.miro-select--secondary {
  color: #050038;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
select.miro-select.miro-select--secondary:not([disabled]):hover {
  border-color: #f0f0f3;
  color: #050038;
  background-color: #f0f0f3;
}
select.miro-select.miro-select--secondary:not([readonly]):focus,
select.miro-select.miro-select--secondary:not([readonly])[is-active="true"] {
  border-color: #f0f0f3;
  color: #050038;
  background-color: #f0f0f3;
}
select.miro-select.miro-select--primary-bordered {
  color: #4262ff;
  background-color: transparent;
  border-color: #4262ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiM0NTViZWQiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkuNzA3IDEwLjI5M2ExIDEgMCAxIDAtMS40MTQgMS40MTRMMTIgMTUuNDE0bDMuNzA3LTMuNzA3YTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMiAxMi41ODZsLTIuMjkzLTIuMjkzeiIvPgo8L3N2Zz4K);
}
select.miro-select.miro-select--primary-bordered:not([disabled]):hover {
  border-color: #455bed;
  color: #4262ff;
  background-color: transparent;
}
select.miro-select.miro-select--primary-bordered:not([readonly]):focus,
select.miro-select.miro-select--primary-bordered:not([readonly])[is-active="true"] {
  border-color: #3d51d4;
  color: #4262ff;
  background-color: transparent;
}
select.miro-select.miro-select--secondary-bordered {
  color: #050038;
  background-color: transparent;
  border-color: #c3c2cf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
select.miro-select.miro-select--secondary-bordered:not([disabled]):hover {
  border-color: #827f9b;
  color: #050038;
  background-color: transparent;
}
select.miro-select.miro-select--secondary-bordered:not([readonly]):focus,
select.miro-select.miro-select--secondary-bordered:not([readonly])[is-active="true"] {
  border-color: #6881ff;
  color: #050038;
  background-color: transparent;
}
select.miro-select[disabled] {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
select.miro-select.miro-select--medium {
  padding: 0 39px 0 15px;
  font-size: 16px;
  height: 48px;
  background-position: right 7px center;
}
select.miro-select.miro-select--medium.miro-select--underlined {
  padding: 0 25px 0 0;
  font-size: 16px;
  height: 48px;
  background-position: right -7px center;
}
select.miro-select.miro-select--small {
  padding: 0 35px 0 13px;
  font-size: 14px;
  height: 36px;
  background-position: right 7px center;
}
select.miro-select.miro-select--small.miro-select--underlined {
  padding: 0 21px 0 0;
  font-size: 14px;
  height: 36px;
  background-position: right -7px center;
}
select.miro-select.miro-select--40px {
  padding: 0 39px 0 15px;
  font-size: 16px;
  height: 40px;
  background-position: right 7px center;
}
select.miro-select.miro-select--underlined {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
select.miro-select.miro-select--invalid {
  border-color: #d92929 !important;
}
select.miro-select.miro-select--success {
  border-color: #7cc576 !important;
}
.status-text {
  margin-top: 8px;
  font-size: 12px;
}
.miro-input {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  padding: 11px 16px 13px;
  font-size: 16px;
  height: 48px;
}
.miro-input.miro-input--primary {
  color: #050038;
  background-color: #fff;
  border-color: #c3c2cf;
  outline: none;
}
.miro-input.miro-input--primary::-webkit-input-placeholder {
  color: #827f9b;
}
.miro-input.miro-input--primary::-moz-placeholder {
  color: #827f9b;
}
.miro-input.miro-input--primary:-moz-placeholder {
  color: #827f9b;
}
.miro-input.miro-input--primary:-ms-input-placeholder {
  color: #827f9b;
}
.miro-input.miro-input--primary::-ms-input-placeholder {
  color: #827f9b;
}
.miro-input.miro-input--primary:-ms-input-placeholder {
  color: #827f9b;
  opacity: 1;
  /* Firefox */
}
.miro-input.miro-input--primary::placeholder {
  color: #827f9b;
  opacity: 1;
  /* Firefox */
}
.miro-input.miro-input--primary:not([disabled]):hover {
  border-color: #827f9b;
}
.miro-input.miro-input--primary:not([readonly]):focus {
  border-color: #6881ff;
}
.miro-input[disabled] {
  opacity: 0.4;
  cursor: default;
}
.miro-input.miro-input--medium {
  padding: 11px 16px 13px;
  font-size: 16px;
  height: 48px;
}
.miro-input.miro-input--small {
  padding: 6px 14px 9px;
  font-size: 14px;
  height: 36px;
}
.miro-input.miro-input--invalid {
  border-color: #d92929 !important;
}
.miro-input.miro-input--success {
  border-color: #7cc576 !important;
}
.miro-input.miro-input--fluid {
  width: 100%;
}
.miro-input-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.miro-input-group .miro-input:not(:first-child):not(:last-child),
.miro-input-group .miro-btn:not(:first-child):not(:last-child),
.miro-input-group .miro-select:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.miro-input-group input.miro-input:first-child:not(:last-child),
.miro-input-group select.miro-select:first-child:not(:last-child),
.miro-input-group div.miro-select:first-child:not(:last-child) {
  margin-left: 0;
}
.miro-input-group input.miro-input:first-child:not(:last-child):hover,
.miro-input-group select.miro-select:first-child:not(:last-child):hover,
.miro-input-group div.miro-select:first-child:not(:last-child):hover,
.miro-input-group input.miro-input:first-child:not(:last-child):focus,
.miro-input-group select.miro-select:first-child:not(:last-child):focus,
.miro-input-group div.miro-select:first-child:not(:last-child):focus,
.miro-input-group input.miro-input:first-child:not(:last-child):active,
.miro-input-group select.miro-select:first-child:not(:last-child):active,
.miro-input-group div.miro-select:first-child:not(:last-child):active {
  margin-right: -1px;
}
.miro-input-group input.miro-input:first-child:not(:last-child):hover + input.miro-input,
.miro-input-group select.miro-select:first-child:not(:last-child):hover + input.miro-input,
.miro-input-group div.miro-select:first-child:not(:last-child):hover + input.miro-input,
.miro-input-group input.miro-input:first-child:not(:last-child):focus + input.miro-input,
.miro-input-group select.miro-select:first-child:not(:last-child):focus + input.miro-input,
.miro-input-group div.miro-select:first-child:not(:last-child):focus + input.miro-input,
.miro-input-group input.miro-input:first-child:not(:last-child):active + input.miro-input,
.miro-input-group select.miro-select:first-child:not(:last-child):active + input.miro-input,
.miro-input-group div.miro-select:first-child:not(:last-child):active + input.miro-input,
.miro-input-group input.miro-input:first-child:not(:last-child):hover + select.miro-select,
.miro-input-group select.miro-select:first-child:not(:last-child):hover + select.miro-select,
.miro-input-group div.miro-select:first-child:not(:last-child):hover + select.miro-select,
.miro-input-group input.miro-input:first-child:not(:last-child):focus + select.miro-select,
.miro-input-group select.miro-select:first-child:not(:last-child):focus + select.miro-select,
.miro-input-group div.miro-select:first-child:not(:last-child):focus + select.miro-select,
.miro-input-group input.miro-input:first-child:not(:last-child):active + select.miro-select,
.miro-input-group select.miro-select:first-child:not(:last-child):active + select.miro-select,
.miro-input-group div.miro-select:first-child:not(:last-child):active + select.miro-select,
.miro-input-group input.miro-input:first-child:not(:last-child):hover + .miro-btn,
.miro-input-group select.miro-select:first-child:not(:last-child):hover + .miro-btn,
.miro-input-group div.miro-select:first-child:not(:last-child):hover + .miro-btn,
.miro-input-group input.miro-input:first-child:not(:last-child):focus + .miro-btn,
.miro-input-group select.miro-select:first-child:not(:last-child):focus + .miro-btn,
.miro-input-group div.miro-select:first-child:not(:last-child):focus + .miro-btn,
.miro-input-group input.miro-input:first-child:not(:last-child):active + .miro-btn,
.miro-input-group select.miro-select:first-child:not(:last-child):active + .miro-btn,
.miro-input-group div.miro-select:first-child:not(:last-child):active + .miro-btn {
  margin-left: 0;
  border-left-color: transparent;
}
.miro-input-group input.miro-input:first-child:not(:last-child):hover + div.miro-select,
.miro-input-group select.miro-select:first-child:not(:last-child):hover + div.miro-select,
.miro-input-group div.miro-select:first-child:not(:last-child):hover + div.miro-select,
.miro-input-group input.miro-input:first-child:not(:last-child):focus + div.miro-select,
.miro-input-group select.miro-select:first-child:not(:last-child):focus + div.miro-select,
.miro-input-group div.miro-select:first-child:not(:last-child):focus + div.miro-select,
.miro-input-group input.miro-input:first-child:not(:last-child):active + div.miro-select,
.miro-input-group select.miro-select:first-child:not(:last-child):active + div.miro-select,
.miro-input-group div.miro-select:first-child:not(:last-child):active + div.miro-select {
  margin-left: 0;
}
.miro-input-group input.miro-input:first-child:not(:last-child):hover + div.miro-select .miro-select__button,
.miro-input-group select.miro-select:first-child:not(:last-child):hover + div.miro-select .miro-select__button,
.miro-input-group div.miro-select:first-child:not(:last-child):hover + div.miro-select .miro-select__button,
.miro-input-group input.miro-input:first-child:not(:last-child):focus + div.miro-select .miro-select__button,
.miro-input-group select.miro-select:first-child:not(:last-child):focus + div.miro-select .miro-select__button,
.miro-input-group div.miro-select:first-child:not(:last-child):focus + div.miro-select .miro-select__button,
.miro-input-group input.miro-input:first-child:not(:last-child):active + div.miro-select .miro-select__button,
.miro-input-group select.miro-select:first-child:not(:last-child):active + div.miro-select .miro-select__button,
.miro-input-group div.miro-select:first-child:not(:last-child):active + div.miro-select .miro-select__button {
  border-left-color: transparent;
}
.miro-input-group div.miro-select[is-open="true"]:first-child:not(:last-child) {
  margin-right: -1px;
}
.miro-input-group div.miro-select[is-open="true"]:first-child:not(:last-child) + input.miro-input,
.miro-input-group div.miro-select[is-open="true"]:first-child:not(:last-child) + select.miro-select,
.miro-input-group div.miro-select[is-open="true"]:first-child:not(:last-child) + .miro-btn {
  margin-left: 0;
  border-left-color: transparent;
}
.miro-input-group div.miro-select[is-open="true"]:first-child:not(:last-child) + div.miro-select {
  margin-left: 0;
}
.miro-input-group div.miro-select[is-open="true"]:first-child:not(:last-child) + div.miro-select .miro-select__button {
  border-left-color: transparent;
}
.miro-input-group input.miro-input,
.miro-input-group select.miro-select,
.miro-input-group div.miro-select,
.miro-input-group .miro-btn {
  margin: 0 0 0 -1px;
}
.miro-input-group input.miro-input:first-child:not(:last-child),
.miro-input-group select.miro-select:first-child:not(:last-child),
.miro-input-group div.miro-select:first-child:not(:last-child) .miro-select__button,
.miro-input-group .miro-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.miro-input-group input.miro-input:last-child:not(:first-child),
.miro-input-group select.miro-select:last-child:not(:first-child),
.miro-input-group div.miro-select:last-child:not(:first-child) .miro-select__button,
.miro-input-group .miro-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.miro-input-group.miro-input-group--medium .miro-input {
  padding: 11px 16px 13px;
  font-size: 16px;
  height: 48px;
}
.miro-input-group.miro-input-group--medium .miro-btn {
  padding: 14px 24px 16px;
  min-width: 100px;
  font-size: 16px;
  height: 48px;
}
.miro-btn:not(.ng-hide) + .miro-input-group.miro-input-group--medium .miro-btn:not(.miro-btn--pull-right) {
  margin-left: 16px;
}
.miro-input-group.miro-input-group--medium .miro-btn .miro-btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.miro-input-group.miro-input-group--medium select.miro-select {
  padding: 0 39px 0 15px;
  font-size: 16px;
  height: 48px;
  background-position: right 7px center;
}
.miro-input-group.miro-input-group--small .miro-input {
  padding: 6px 14px 9px;
  font-size: 14px;
  height: 36px;
}
.miro-input-group.miro-input-group--small .miro-btn {
  padding: 9px 16px 11px;
  min-width: 80px;
  font-size: 14px;
  height: 36px;
}
.miro-btn:not(.ng-hide) + .miro-input-group.miro-input-group--small .miro-btn:not(.miro-btn--pull-right) {
  margin-left: 14px;
}
.miro-input-group.miro-input-group--small .miro-btn .miro-btn__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.miro-input-group.miro-input-group--small select.miro-select {
  padding: 0 35px 0 13px;
  font-size: 14px;
  height: 36px;
  background-position: right 7px center;
}
.miro-input-group.miro-input-group--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.miro-input-group.miro-input-group--readonly .miro-btn.miro-btn--primary {
  background-color: #827f9b;
  border-color: #827f9b;
  color: #fff;
}
.miro-input-group.miro-input-group--readonly .miro-btn.miro-btn--primary:not([disabled]):not(.miro-btn--loading):hover {
  background-color: rgba(5, 0, 56, 0.6);
  border-color: rgba(5, 0, 56, 0.6);
}
.miro-input-group.miro-input-group--invalid input.miro-input,
.miro-input-group.miro-input-group--invalid select.miro-select {
  border-color: #d92929 !important;
}
.miro-input-group.miro-input-group--success input.miro-input,
.miro-input-group.miro-input-group--success select.miro-select {
  border-color: #7cc576 !important;
}
.miro-input-group.miro-input-group--fluid {
  width: 100%;
}
.miro-input-group.miro-input-group--fluid input.miro-input,
.miro-input-group.miro-input-group--fluid select.miro-select,
.miro-input-group.miro-input-group--fluid div.miro-select {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 0;
}
.miro-input-group.miro-input-group--inline {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.miro-input-group.miro-input-group--inline input.miro-input,
.miro-input-group.miro-input-group--inline select.miro-select,
.miro-input-group.miro-input-group--inline div.miro-select {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
}
.miro-input-group.miro-input-group--inline button.miro-btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.miro-input-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #050038;
}
.miro-input-field.miro-input-field--medium label {
  font-size: 16px;
  margin-bottom: 10px;
}
.miro-input-field.miro-input-field--medium > input.miro-input {
  padding: 11px 16px 13px;
  font-size: 16px;
  height: 48px;
}
.miro-input-field.miro-input-field--medium > select.miro-select {
  padding: 0 39px 0 15px;
  font-size: 16px;
  height: 48px;
  background-position: right 7px center;
}
.miro-input-field.miro-input-field--small label {
  font-size: 14px;
  margin-bottom: 8px;
}
.miro-input-field.miro-input-field--small > input.miro-input {
  padding: 6px 14px 9px;
  font-size: 14px;
  height: 36px;
}
.miro-input-field.miro-input-field--small > select.miro-select {
  padding: 0 35px 0 13px;
  font-size: 14px;
  height: 36px;
  background-position: right 7px center;
}
.miro-input-field.miro-input-field--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.miro-input-field.miro-input-field--invalid > input.miro-input,
.miro-input-field.miro-input-field--invalid > select.miro-select {
  border-color: #d92929 !important;
}
.miro-input-field.miro-input-field--invalid .status-text {
  display: block;
  color: #d92929;
}
.miro-input-field .miro-input--invalid + .status-text,
.miro-input-field .miro-select--invalid + .status-text {
  display: block;
  color: #d92929;
}
.miro-input-field.miro-input-field--success > input.miro-input,
.miro-input-field.miro-input-field--success > select.miro-select {
  border-color: #7cc576 !important;
}
.miro-input-field.miro-input-field--success .status-text {
  display: block;
  color: #7cc576;
}
.miro-input-field .miro-input--success + .status-text,
.miro-input-field .miro-select--success + .status-text {
  display: block;
  color: #7cc576;
}
.miro-radiobutton {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
}
.miro-radiobutton input {
  display: none;
}
.miro-radiobutton input:checked + span:before {
  background-color: #4262ff;
  border-color: #4262ff;
}
.miro-radiobutton input:checked + span:after {
  transform: scale(1);
}
.miro-radiobutton input:checked + span:active:before {
  background-color: #3d51d4;
  border-color: #3d51d4;
}
.miro-radiobutton input:checked:disabled + span:before {
  opacity: 0.2;
  border-color: #4262ff;
}
.miro-radiobutton input:disabled + span {
  color: #827f9b;
}
.miro-radiobutton input:disabled + span:before {
  opacity: 0.4;
  border-color: #c3c2cf;
}
.miro-radiobutton span {
  cursor: pointer;
  padding-left: 28px;
}
.miro-radiobutton span:before,
.miro-radiobutton span:after {
  position: absolute;
  content: '';
  border-radius: 100%;
  box-sizing: border-box;
}
.miro-radiobutton span:before {
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c3c2cf;
  transition: border-color 250ms, background-color 250ms, opacity 250ms;
}
.miro-radiobutton span:after {
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #fff;
  transform: scale(0);
  transform-origin: center;
  transition: transform 250ms 200ms;
}
.miro-radiobutton span:hover:before {
  border-color: #6881ff;
}
.miro-radiobutton span:active:before {
  border-color: #4262ff;
}
.miro-toggle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  min-width: 30px;
  height: 16px;
}
.miro-toggle input[type='checkbox'] + span::before {
  width: 28px;
  height: 16px;
}
.miro-toggle input[type='checkbox'] + span::after {
  width: 12px;
  height: 12px;
}
.miro-toggle input[type='checkbox']:checked + span::after {
  transform: translateX(12px);
}
.miro-toggle span {
  font-size: 14px;
  line-height: 16px;
  padding-left: 52px;
}
.miro-toggle input[type='checkbox'] {
  position: absolute;
  top: 2px;
  left: 1px;
  z-index: -1;
  opacity: 0;
}
.miro-toggle input[type='checkbox'] + span {
  position: relative;
}
.miro-toggle input[type='checkbox'] + span::before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  vertical-align: top;
  border-radius: 10px;
  background-color: #c3c2cf;
}
.miro-toggle input[type='checkbox'] + span::after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  margin: 2px;
  border-radius: 50%;
  background: #fff;
}
.miro-toggle input[type='checkbox']:checked + span::before {
  background-color: #4262ff;
}
.miro-toggle span {
  vertical-align: top;
}
.miro-toggle input[type='checkbox'] + span::before {
  transition-delay: 0.05s;
  transition: background-color 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.miro-toggle input[type='checkbox'] + span::after {
  transition-delay: 0.05s;
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.miro-toggle:not(.miro-toggle--disabled):hover span::before {
  background-color: #bdbdbd;
}
.miro-toggle:not(.miro-toggle--disabled):hover input[type='checkbox']:checked + span::before {
  background-color: #455bed;
}
.miro-toggle.miro-toggle--disabled {
  opacity: 0.2;
}
.miro-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  min-height: 16px;
}
.miro-checkbox span {
  margin-left: 28px;
}
.miro-checkbox input {
  display: none;
}
.miro-checkbox span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  border: 1px solid #cdccd7;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 250ms, border 250ms;
}
.miro-checkbox:hover span:before {
  border-color: #4262ff;
}
.miro-checkbox input:checked + span:before {
  border-color: #4262ff;
  background-color: #4262ff;
}
.miro-checkbox:hover input:checked + span:before {
  background-color: #455bed;
}
.miro-checkbox span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='%23fff' d='M8.278 11.222l-.062.062a1 1 0 0 0 .009 1.423L11 15.414l5-5A1 1 0 0 0 14.586 9L11 12.586l-1.293-1.349a1 1 0 0 0-1.43-.015z'></path></svg>");
  background-position: -4px -4px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 250ms 200ms;
}
.miro-checkbox input:checked + span:after {
  transform: scale(1);
}
.miro-checkbox.miro-checkbox--disabled {
  opacity: 0.4;
  cursor: default;
}



/*==========   END MIRO CSS  ============ */

















/*==========   CSS FOR D 3  ============ */
.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes rect {
  /*     stroke: #fff;
    stroke-width: 1.5px; */
  cursor: default;
}

.nodes circle {
  /*     stroke: #fff;
    stroke-width: 1.5px; */
  cursor: default;
}

.nodes rect:active {
  /*     stroke: #fff;
    stroke-width: 1.5px; */
  cursor: default;
}

.nodes circle:active {
  /*     stroke: #fff;
    stroke-width: 1.5px; */
  cursor: default;
}

.everything {
  cursor: grab;
}

.everything:active {
  cursor: grabbing;
}

#preview_space {
  border: solid 1px black;
  margin: 0 auto;
  border-radius: 4px;
  cursor: grab;
}

#preview_space:active {
  border: solid 1px black;
  margin: 0 auto;
  border-radius: 4px;
  cursor: grabbing;
}

/* ======================================== */








.scrollable-container {
  height: 100%;
  overflow-y: auto;
  /* padding-top: 30px;
    padding-left: 23px;
    padding-bottom: 20px; */
  box-sizing: border-box;
}

.scrollable-content {
  height: 2000px;
  background-color: #2a79ff;
}

.add-row-button {
  display: block;
  background: none;
  border: 1px solid #4262FF;
  color: #4262FF;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
}

.h1 {
  padding-left: 23px;
  color: #000000;
  font-size: 30px;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  text-align: center;
}

.row-input {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  height: 30px;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 4px 4px 4px 6px;
  box-sizing: border-box;
}

.delete-button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  background: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 8px;
  cursor: pointer;
}

.row-input:hover,
.row-input:active,
.delete-button:hover,
.delete-button:active {
  border: 1px solid #666;
}

.row {
  margin-bottom: 20px;
}

.logo {
  width: 70%;
  height: 70%;
  margin: 6px 20px 6px 20px;
}

.clear-all {
  clear: both;
  margin: 0 10px 0 10px;
}

.thicker-hr {
  border-top: 1px solid #050038;
}

.d5-import-button {
  display: block;
  background-color: #4262FF;
  border: none;
  color: #FFF;
  height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 0px 0px 10px;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
}

.d5-build-button {
  display: block;
  background-color: #4262FF;
  border: none;
  color: #FFF;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 14px;
  cursor: pointer;
  width: 274px;
}

.left{
  text-align:left;
}

.center{
   text-align:center;
   width: 140 px;
   position: relative;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

#back-to-miro-btn{
  width: 140px;
  margin: 64px 0px 64px 0px;
}


.auth-bkg{
  background: linear-gradient(to top right, #ffffcc -1%, #99ccff 100%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.auth-container {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0%);
}


.auth-container > h1 {
/*   font-family: kremlin-pro-expanded, sans-serif;
  font-weight: 500;
  font-style: normal;
   */
  font-family: kremlin-pro-semi-exp, sans-serif;
  font-weight: 400;
  font-style: normal;
  
  
  text-align: center;
  font-size:3.5vw;
}

.auth-container > div > h1 {
/*   font-family: kremlin-pro-expanded, sans-serif;
  font-weight: 500;
  font-style: normal;
   */
  font-family: kremlin-pro-semi-exp, sans-serif;
  font-weight: 400;
  font-style: normal;
  
  
  text-align: center;
  font-size:3.5vw;
}

.auth-container > div > div > h1 {
/*   font-family: kremlin-pro-expanded, sans-serif;
  font-weight: 500;
  font-style: normal;
   */
  font-family: kremlin-pro-semi-exp, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size:3.5vw;
}

.auth {
  display: block;
  color: #050038;
  text-align: center;
  font-family: "bilo", "open sans", "arial", "helvetica", "sans-serif";
  font-size: auto;
/*   width: 500px; */
}


.auth-body {
  width: 100%;
}


/* .auth-body > iframe {
  max-width: 855px;
  width: 855px;
  height: 480px;
  
} */


.auth-body > p {
  display: block;
  color: #050038;
  font-family: "bilo", "open sans", "arial", "helvetica", "sans-serif";
  font-size: auto;
  font-weight: 200;
  font-size: 2vw;
  font-style: normal;
  width: 100%;
}

.not-auth{
  background: linear-gradient(to top right, #ffffcc -1%, #99ccff 100%);
  height: 1000px;
}

.not-auth-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  width: 80%;
}

.not-auth-body > p {
  display: block;
  color: #050038;
  font-family: "bilo", "open sans", "arial", "helvetica", "sans-serif";
  font-size: auto;
  font-weight: 200;
  font-size: 2.5vw;
  font-style: normal;
  vertical-align: center;
  margin: auto;
} 

#not-auth-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.auth-body > div > p {
  display: block;
  color: #050038;
  font-family: "bilo", "open sans", "arial", "helvetica", "sans-serif";
  font-size: auto;
  font-weight: 200;
  font-size: 2vw;
  font-style: normal;
  width: 100%;
}



.auth-body > div > div > ul {
  display: block;
  color: #050038;
  font-family: "bilo", "open sans", "arial", "helvetica", "sans-serif";
  font-size: auto;
  font-weight: 200;
  font-style: normal;
  width: 58%;
}

.auth-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 62.5%;
}

.auth-image-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 37.5%;
}


.auth-iframe{
  margin-bottom:30px;
}


.auth-tut-gif{
  margin: 110px 0px 30px 30px;
  width:27.5%;
}

.auth-neargif-container{
  margin: 60px 0px 0px 0px;

}

.auth-neargif-container > p{
  margin: 60px 0px 20px 0px;
  padding: 0px 20px 0px 0px;
}

.auth-list-box {
  margin: 0px 0px 0px 2px;
}

.auth-list {
  padding-inline-start: 30px;
}


.auth-video-gif {
  border-width: 1px;
  border-color: #a6a6a6;
  border-style: solid;
  border-radius: 14px;
}

.auth-icon-png{
  display: block;
  border-width: 1px;
  border-color: #a6a6a6;
  border-style: solid;
  border-radius: 14px;
  width: 27.5%;
  margin-left:auto;
  margin-right:auto;
  
}


.auth-bottom-container{
  margin: 70px 0px 70px 0px;
}


.auth-image-bottom{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#slogan-box{
  margin: 100px 0px 100px 0px;
}


#bottom-tag-img{
  height: 2em;
}


.float-left {
  float: left;
}


.float-right {
  float: right;
}

#slogan {
  font-size:4vw;
}

.block-style-removed{
  margin-block-start: 0;
  margin-block-end: 0;
}

/* ==============================



END OF AUTH, NO AUTH PAGE STYLES



================================= */ 

.d5-btn--main {
  background-color: white;
  color: #4262FF;
  margin: 10px auto;
  margin-left: 40px;
  width: 30%;
  border-radius: 4px;
}
.d5-btn--main:hover {
  color: white;
}
.d5-btn--main:active {
  color: white;
}

.active-btn {
  background-color: #4262ff;
  color: white;
  border-radius: 4px;
}

.mini-lines-left {
  margin: 0 15px 0 15px;
  width: 25%;
  float: left;
}

.mini-lines-right {
  margin: 0 15px 0 15px;
  width: 25%;
  float: right;
}

.hidden {
  display: none;
}


.visible {
  display: block;
}



.cropped {
  overflow: hidden;
  clear: all;
}

.cropped > img {
  width: 50%;
  height: 50%;
  margin: -5px 0px -10px -5px;
}

.border {
  border-width: 1px;
  border-color: #a6a6a6;
  border-style: solid;
  border-radius: 4px;
  float: left;
}

.instruction-list-box {
  margin: 0px 0px 0px 82px;
}

.instruction-list {
  padding-inline-start: 30px;
}

#top-list {
  padding: 0px 0px 0px 30px;
}

.line-heightened {
  /*   line-height: 24px; */
  margin: 0px 0px 8px 0px;
  font-size: 12px;
  color: #050038;
}

.line-heightened-bigger {
  /*   line-height: 24px; */
  margin: 0px 0px 14px 0px;
  font-size: 1.6vw;
  color: #050038;
}

#d5-container-logo {
  margin: 8px 8px 16px 8px;
  padding: 8px 8px 8px 8px;
}

#d5-container-two {
  margin: 40px 20px 0px 20px;
}

#d5-container-two > img {
  width: 30%;
  margin: 8px 0px 0px 0px;
}

#d5-container-three {
  clear: both;
  margin: 20px 20px 0px 20px;
  font-size: 8px;
}

#d5-container-three > img {
  width: 28%;
  margin: 0px 0px 0px 0px;
}

#d5-container-three > p {
  margin-left: 0 px;
}

#d5-container-four {
  margin: 20px 20px 15px 20px;
  clear: both;
}

#d5-container-tag-instructions {
  margin: 20px 20px 25px 20px;

  /*     clear: both; */
}

#d5-container-tag-load {
  margin: 20px 20px 15px 20px;
  /*     clear: both; */
}

#d5-container-five {
  margin: 0px 20px 15px 20px;
  border: 25px 0px 0px 0px;
}

#d5-container-five > p {
  clear: both;
  text-align: left;
  margin: 10 auto;
}

#d5-container-five > div > img {
  /*     margin: 20px 0px 0px 0px; */
}

#d5-container-five > img {
  width: 25%;
}

hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #050038, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #050038, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #050038, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #050038, #f0f0f0);
}

#d5-container-six {
  margin: 15px auto;
  margin: 10px 20px 35px 20px;
}

#d5-container-six > p {
  font-size: 12px;
  margin: 0 auto;
  width: 274px;
}

#build-section{
  height: 80px;
  padding-bottom: 0px;
}


#loading-section {
  height:48px;
  
}

#loading-section > img {
  margin: 0 auto 0 105px;
  width: 30%;
}
#loading-section > p {
  margin: 0 auto 0 0px;
  width: 70%;
  /*     font-weight: bold; */
  color: #939799;
  font-size: 16px;
}

#d5-container-eight {
  margin: 15px 25px 15px 20px;
}

#d5-container-nine {
  clear: both;
  margin: 15px 25px 15px 20px;
}

#d5-container-ten {
  margin: 15px 25px 15px 20px;
}

input {
  width: 250px;
  padding: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 12px;
  color: grey;
  text-overflow: ellipsis;
}

.d5-input-bar {
  margin: 0px 0px 0px 0px;
  height: 32px;
  width: 180px;
  float: left;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 12px;
  border-radius: 4px;
}

.d5-input-bar-invalid {
  margin: 0;
  height: 32px;
  width: 180px;
  float: left;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 12px;
  border: 2px solid rgb(217, 41, 41);
  border-radius: 4px;
}

#generate_preview {
  float: right;
  height: 32px;
}

#tag_preview {
  height: 32px;
  width: 125px;

  display: inline;
  background-color: #4262FF;
  border: none;
  color: #FFF;

  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 0px 0px 77px;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
}

#Affinity-and-Beyond {
  font-family: kremlin-pro-expanded, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 22px 0px 0px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.bold-text {
  font-weight: bold;
}

#submit_entities {
/*   height: 48px;
  width: 292px;

  display: block;
  background-color: #4262FF;
  border: none;
  color: #FFF;

  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-family: "open sans", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  vertical-align: middle; */
}

#titleText {
/*   margin: 16px 16px; */
/*   text-align: center; */
  letter-spacing: 6px;
}




#import-icon-large {
  width: 26px;
  height: 26px;
  margin: 0px 0px 0px 10px;
}

#tag-connector-icon-large {
  margin: 0px 0px 0px 40px;
}

#import-icon {
  height: 18px;
  margin: 0px 4px 1px 0px;
  padding-top: 0px;
  vertical-align: middle;
}

#tag_preview-instructions {
  margin-top: 8px;
}

/* #top-title{
    margin-top: 8px;
   

} */

/* 
.font-bilo {
    line-height: 1px;
    font-size: 16px;
    font-family: bilo, sans-serif;
    font-style: normal;
    font-weight: 100;
}
 */

/* 
.font-16 {
    line-height: 1px;
    font-size: 16px;

}
 */


#bottom-buffer{
  /* background: black; */
  margin: 0px 24px 0px 24px;
  padding: 0px 0px 0px 0px;
}

#bottom-links{
  padding: 26px 0px 0px 0px;
  /* color: inherit;
  text-decoration: none; */
}

#bottom-logo{
  padding: 0px 0px 0px 0px;
  width: 100px;
}

#bottom-quote{
  text-align: center;
  font-size: 11px;
  color: #827F9B;
  margin-top: 0px;
}

.link-text-grey {
  color: #939799;
}

.helper-text {
  color: #939799;
  font-size: 11px;
  float: right;
  vertical-align: sub;
  padding: 10px 0px 0px 0px;
}

.import-helper-text {
  color: #939799;
  font-size: 10px;
  float: right;
  vertical-align: sub;
  margin: 9px 0px 0px 0px;
  padding: 0px 40px 4px 0px;
}



.preview-helper-text {
  color: #939799;
  font-size: 10px;
  float: right;
  vertical-align: sub;
  margin: 10px 20px 0px 0px;
  padding: 0px 40px 4px 0px;
}

.try {
  vertical-align: top;
  margin: 0px 0px 0px 85px;
  padding: 0px 0px 0px 10px;
}

.instructions {
  line-height: 16px;
}

.tighter-text {
  line-height: 18px;
  font-size: 12px;
  color: #939799;
  padding: 0px 4px 0px 18px;
  margin-top: 4px;
}

.remove-margin-bottom {
  margin-bottom: 0px;
}

.reduce-margin-bottom {
  margin-bottom: 0px;
}

.remove-margin-top {
  margin-top: 0px;
}

.float-right {
  float: right;
}

/* Webkit to adjust scrollbar */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 0 0;
}

::-webkit-scrollbar-thumb {
  background: #4262FF;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3D51D4;
}

/* End scrollbar godoies */

/* hover for icon */
.a:hover {
  fill: blue;
}
