html {
  scroll-behavior: smooth;
}
#loginOrRegister a{
  color: rgb(24, 144, 255);
}
#multistepsform {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#multistepsform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: relative;
}
#multistepsform .form-check-inline{
    display:inline-flex;
    margin: 5px;
}

#multistepsform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
  }

#multistepsform input,
#multistepsform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}
#multistepsform input:focus,
#multistepsform textarea:focus {
  border-color: #1890ff;
  outline: none;
  color: #637373;
}
#multistepsform .action-button {
  width: 100px;
  background: #1890ff;
  font-weight: bold;
  color: #fff;
  transition: 150ms;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#multistepsform .action-button:hover,
#multistepsform .action-button:focus {
  box-shadow: 0 0 0 2px #1890ff, 0 0 0 3px #ff976;
  color: #fff;
}

#multistepsform label{
    font-size: 13px;
}

#multistepsform input[type="radio"]{
    margin-bottom: 0px;
}

#multistepsform .fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}
#multistepsform .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#multistepsform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#multistepsform #progressbar li {
  list-style-type: none;
  color: rgb(24, 144, 255);
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#multistepsform #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #fff;
  background: rgb(24, 144, 255);
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
#multistepsform #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #679b9b;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
#multistepsform #progressbar li:first-child:after {
  content: none;
}
#multistepsform #progressbar li.active {
  color: rgb(24, 144, 255);
}
#multistepsform #progressbar li.active:before, #multistepsform #progressbar li.active:after {
  background: rgb(24, 144, 255);
  color: white;
}

#multistepsform #progressbar{
  padding: 0px;
}

.ant-layout-sider-trigger{
  position: relative;
}

#nka-dashboard .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s;
}

#nka-dashboard .trigger:hover {
  color: rgb(24, 144, 255);
}

#nka-dashboard .logo {
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  margin: 16px;
}

.site-layout .site-layout-background {
  background: #fff;
}

#next-step-click{
  cursor: pointer;
}

.addTenantLabel label{
  display: none;
}

.ant-row{
  align-items: baseline;
}

.ant-form-item-no-colon{
  align-items: normal !important;
}

#nkatool .ant-form-item-label{
  white-space: normal;
}

#nkatool .ant-form-item{
  margin-bottom: 0px;
  padding: 5px;
}

.custom-spinner-container {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 30px 50px;
  margin: 20px 0;
}

/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: rgba(112, 128, 144, 0.2);
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: #e2e6e9;
}

.Rtable-cell--head{
  display: flex;
  align-items: center;
}

.Rtable-cell--head-column{
  background-color: rgba(0, 0, 0, 0.1);
}
.visible-mobile-only{
  display:none;
}
/* Responsive
==================================== */
@media all and (max-width: 900px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
  .Rtable-cell--head-column{
    display: none;
  }
  .visible-mobile-only{
    display:block;
  }
}

.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}

#nkatool .customLabelStyle .ant-form-item-label{
  display: none;
}

.steps-content {
  min-height: 200px;
  margin-top: 16px;
  padding-top: 50px;
}

.steps-action {
  margin-top: 24px;
}

.responsive-buttons{
  display:flex;
}

.responsive-margin-left{
  margin-left: 5px;
}

.moreCosts .ant-form-item-label{
  padding-bottom:10px;
}

.ant-modal .ant-form-item-control-input-content{
  display: flex;
}

.Rtable-cell .ant-input-affix-wrapper{
  padding: 0px 11px;
}

.Rtable-cell .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
  min-height: 42px !important;
}

.Rtable-cell .ant-input{
  max-width: 100%;
}

.ant-picker-input input{
  box-shadow:none !important;
  height:100%;
  width: 100%;
  border:none !important;
  background-color: white !important;
}

.ant-input-number-input{
  box-shadow:none !important;
  height:100%;
  width: 100%;
  border:none !important;
  border-radius: 0px !important;
}

.Rtable-cell .ant-input-number{
  margin: 5px;
}

.Rtable-cell .ant-select-selection-item{
  display:flex;
  align-items: center;
}

.Rtable-cell .ant-input-number-input-wrap{
  height:100%;
}

.ant-picker-content{
  table-layout: auto;
}

.ant-btn[type="submit"]{
	padding: 0px 20px;
}

.ant-btn-primary[type="submit"]{
  background-color: rgb(24, 144, 255);
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 767px) {
  .responsive-buttons{
    display:block;
  }

  .ant-page-header-heading-extra{
    width: 100%;
  }

  .responsive-margin-left{
    margin-left: unset;
  }

  .responsive-button{
    width: 100%;
  }
}

.green-color{
  color: rgb(153, 194, 28) !important;
}
.blue-color{
  color:rgb(24, 144, 255) !important;
}

.ant-picker-header > button:hover{
  background-color: unset;
}

.ant-picker-header-view button:hover{
  background-color: unset;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: transparent;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: transparent;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: transparent;
}

.Rtable-cell .ant-upload-list{
  width:50%;
}

.woocommerce-MyAccount-navigation-link--downloads{
	display:none;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: '\e069';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--hausabrechnungen a:before {
	content: '\e069';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--nebenkostenabrechnungen a:before {
	content: '\e005';
}

.ant-tabs-content-holder .ant-tabs-content-holder{
  overflow: scroll !important;
}

input{
  font-family: "Overpass", sans-serif !important;
}

.register-tab .ant-select-selector{
  height:55px !important;
}

.register-tab .ant-select-selector .ant-select-selection-placeholder,.register-tab .ant-select-selector .ant-select-selection-item{
  line-height: 55px !important;
}

.ant-card-meta-description{
  white-space: nowrap;
}

.ant-scrolling-effect{
  overflow: visible !important;
}

#loginOrRegister .ant-tabs-tab-disabled{
  display:none;
}

#login .ant-form-item-control{
  width:100% !important;
}

#register .ant-form-item-control{
  width:100% !important;
}