.perfect-scrollbar-off {
  height: auto !important;
}

.react-trello-lane {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.container-trello {
  padding: 0 !important;
  background-color: white !important;
  height: auto !important;
}

.container-card {
  margin-bottom: 10px;
  max-width: calc((100vw / 7) - 62px);
  width: calc((100vw / 7) - 62px);
  text-align: left;
  font-size: 8px !important;
}

.react-trello-lane > div {
  width: calc((100vw / 7) - 42px) !important;
  max-width: calc((100vw / 7) - 42px) !important;
  min-width: calc((100vw / 7) - 42px) !important;
  text-align: center;
}

.smooth-dnd-container.horizontal section {
  width: calc((100vw / 7) - 33px);
  max-width: calc((100vw / 7) - 33px);
  border-top: 14px solid;
  border-radius: 10px;
  padding-top: 5px;
  background: rgba(230, 230, 230, 0.7);
  color: #3f4254;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 1.3;
  max-height: calc(100vh - 119px);
  padding: 0px !important;
}

@media (max-width: 1400px) {
  .container-card {
    max-width: calc((100vw / 6) - 60px) !important;
    width: calc((100vw / 6) - 60px) !important;
    font-size: 8px !important;
  }

  .react-trello-lane > div {
    width: calc((100vw / 6) - 40px) !important;
    max-width: calc((100vw / 6) - 40px) !important;
    min-width: calc((100vw / 6) - 40px) !important;
  }

  .smooth-dnd-container.horizontal section {
    width: calc((100vw / 6) - 36px) !important;
    max-width: calc((100vw / 6) - 36px) !important;
  }
}

@media (max-width: 1155px) {
  .container-card {
    max-width: calc((100vw / 4) - 80px) !important;
    width: calc((100vw / 4) - 80px) !important;
    font-size: 8px !important;
  }

  .react-trello-lane > div {
    width: calc((100vw / 4) - 60px) !important;
    max-width: calc((100vw / 4) - 60px) !important;
    min-width: calc((100vw / 4) - 60px) !important;
  }

  .smooth-dnd-container.horizontal section {
    width: calc((100vw / 4) - 50px) !important;
    max-width: calc((100vw / 4) - 50px) !important;
  }
}

@media (max-width: 750px) {
  .container-card {
    max-width: calc((100vw / 2) - 86px) !important;
    width: calc((100vw / 2) - 86px) !important;
    font-size: 8px !important;
  }

  .react-trello-lane > div {
    width: calc((100vw / 2) - 68px) !important;
    max-width: calc((100vw / 2) - 68px) !important;
    min-width: calc((100vw / 2) - 68px) !important;
    text-align: left;
  }

  .smooth-dnd-container.horizontal section {
    width: calc((100vw / 2) - 58px) !important;
    max-width: calc((100vw / 2) - 58px) !important;
  }
}

@media (max-width: 576px) {
  .container-card {
    max-width: calc((100vw) - 180px) !important;
    width: calc((100vw) - 180px) !important;
    font-size: 8px !important;
  }

  .react-trello-lane > div {
    width: calc((100vw) - 160px) !important;
    max-width: calc((100vw) - 160px) !important;
    min-width: calc((100vw) - 160px) !important;
  }

  .smooth-dnd-container.horizontal section {
    width: calc((100vw) - 145px) !important;
    max-width: calc((100vw) - 145px) !important;
  }
}

.smooth-dnd-container.horizontal section:nth-child(1) {
  margin-left: 0;
  border-top-color: #bbdefb;
}

.smooth-dnd-container.horizontal section:nth-child(2) {
  border-top-color: #2196f3;
}

.smooth-dnd-container.horizontal section:nth-child(3) {
  border-top-color: #ffe082;
}

.smooth-dnd-container.horizontal section:nth-child(4) {
  border-top-color: #ffca28;
}

.smooth-dnd-container.horizontal section:nth-child(5) {
  border-top-color: #ff6f00;
}

.smooth-dnd-container.horizontal section:nth-child(6) {
  border-top-color: #dd2c00;
}

.smooth-dnd-container.horizontal section:nth-child(7) {
  border-top-color: #bdbdbd;
}

.smooth-dnd-container.horizontal section:nth-child(5) > div > div,
.smooth-dnd-container.horizontal section:nth-child(6) > div > div {
  display: flex;
  flex-direction: column;
}

.smooth-dnd-container.horizontal section:nth-child(5) > div > div,
.smooth-dnd-container.horizontal section:nth-child(6) > div > div > span > div {
  cursor: pointer !important;
}

.line-header-second-title {
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
}

.line-header-first-title {
  padding-left: 10px;
  padding-top: 10px;
}

.card-content {
  padding-top: 10px !important;
  display: flex;
  flex-direction: column;
}

.card-content-title-text {
  color: var(--primary-color) !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  white-space: pre-wrap;
}

.card-content-simple-text {
  color: #3f4254;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  white-space: pre-wrap;
}

.content-imovel {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 400;
  white-space: pre-wrap;
  text-align: left;
}

.card-icon-thermometer {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  border-radius: 8px;
  color: white;
}

.card-icon-thermometer > i {
  margin-right: 0 !important;
}

/*
@media (min-width: 767.98px) {
  .divSemCorretor {
      display: flex;
      align-items: baseline;
      position: absolute;
      top: 6px;
    }
}

@media (max-width: 767.98px) {
  .divSemCorretor {
      display: flex;
      align-items: baseline;
      top: 6px;
      height: 40px;
    }
}

@media (max-width: 767.98px) {
    .ant-tag{
      margin-top: 5px;
    }
}
*/

.maintenance__container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 5% 0 0 0;
  padding: 0;
  background-color: rgb(248,248,248);
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: column;
}

.maintenance__image {
  background-image:
url(https://dl.dropboxusercontent.com/s/9xyenoh1ztvt0v3/construction-simple.svg?dl=0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  min-height: 300px;
}

.maintenance__title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
  width: calc(100% - 10px);
}

.maintenance__message {
  font-size: 15px;
  color: rgb(98,98,98);
  text-align: center;
  width: calc(100% - 50px);
}

.maintenance__footer {
  font-size: 13px;
  margin: 50px 0;
  color: rgb(98,98,98);
}

@media only screen and (min-width: 768px) {
.maintenance__title {
  font-size: 24px;
}

.maintenance__message {
  font-size: 18px;
  width: calc(100% - 200px);
}
}

