.main_container {
  margin-top: 42px;
}

.hidden {
  display: none;
}

.search_form_holder {
  margin-top: 100px;
}
.search_form_holder .search_icon {
  opacity: 0.5;
  text-align: center;
  margin-bottom: 90px;
}
.search_form_holder .search_icon .big_logo {
  width: 88px;
}
.search_form_holder.active {
  margin-top: 0;
}
.search_form_holder.active .search_icon {
  margin-bottom: 0;
  text-align: left;
  float: left;
  opacity: 0.75;
}
.search_form_holder.active .search_icon .big_logo {
  width: 32px;
}
.search_form_holder.active .search_icon h1 {
  display: none;
}

.account_list {
  margin-top: 21px;
}
.account_list .user_activities {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  height: 125px;
  overflow: hidden;
  width: auto;
  flex: none;
  max-width: 290px;
}
.account_list .user_activities .section_header {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.account_list .user_activities .section_header .account_sys_holder {
  display: none;
}
.account_list .user_activities .list_of_activities {
  width: 100%;
  display: block;
}

.search_for {
  font-size: 20px;
  margin-bottom: 14px;
  opacity: 0.75;
}
.search_for .search_intro_text {
  display: inline;
  padding-right: 7px;
}
.search_for .search_for_text {
  display: inline;
  font-weight: bold;
  padding-right: 7px;
}
.search_for .search_for_text_found {
  display: inline;
}
.search_for .search_for_text_found_name {
  display: inline;
}
.search_for .search_for_text_found_name::after {
  content: ", ";
}
.search_for .search_for_text_found_name:last-child::after {
  content: "";
}

.account {
  display: block;
  width: 300px;
  background-color: #f9f9f9;
  padding: 7px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  cursor: pointer;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
.account .icon {
  float: left;
  width: 22%;
  height: 84px;
  margin-right: 7px;
  background-size: 64px;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.account .content {
  float: left;
  width: 70%;
  overflow: hidden;
  height: 84px;
}
.account .acc_no {
  font-weight: bold;
  font-size: 18px;
}
.account .acc_type {
  opacity: 0.5;
  font-size: 13px;
}
.account .acc_systems {
  font-size: 14px;
  line-height: 1.25;
  opacity: 0.75;
}
.account .acc_systems .account_sys:hover {
  color: rgba(0, 123, 255, 0.75);
}
.account:hover {
  border: 1px solid rgba(0, 123, 255, 0.25);
}
.account:hover .icon {
  opacity: 0.3;
}
.account.active {
  border: 1px solid #2196F3;
  box-shadow: 0px 0 4px 0px #2196F3;
}
.account.active .icon {
  opacity: 0.3;
}
.account.type_card .icon {
  background-image: url(/static/img/card.png);
}
.account.type_prop .icon {
  background-image: url(/static/img/prop.png);
}
.account.type_car .icon {
  background-image: url(/static/img/car.png);
}
.account.type_loan .icon {
  background-image: url(/static/img/loan.png);
}
.account.type_prop_car .icon {
  background-image: url(/static/img/prop_car.png);
}

.section_header {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 7px;
  margin-top: 14px;
  position: sticky;
  top: -1px;
  background-color: white;
  color: #21252954;
  padding-top: 16px;
  padding-left: 27px;
  margin-left: -27px;
  z-index: 2;
}
.section_header .account_sys_holder {
  float: right;
}
.section_header .account_sys_holder .account_sys {
  font-size: 14px;
  margin: 3px 7px;
  cursor: pointer;
}
.section_header .account_sys_holder .account_sys:hover {
  color: #007bff;
}

.data_list {
  display: none;
}
.data_list tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data_list tr .icon_col {
  width: 25px;
  max-width: 25px;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  text-overflow: clip;
}
.data_list tr .icon_col:hover {
  color: mediumblue;
}
.data_list tr .icon_col.active {
  cursor: pointer;
}
.data_list tr th.icon_col {
  line-height: 28px;
  font-size: 31px;
  opacity: 0.75;
}
.data_list tr .system_col {
  width: 150px;
  max-width: 150px;
}
.data_list tr .system_col.col_span {
  width: 175px;
  max-width: 175px;
}
.data_list tr .phase_col {
  width: 160px;
  max-width: 160px;
}
.data_list tr .step_col {
  width: 190px;
  max-width: 190px;
}
.data_list tr .date_upload_col {
  width: 190px;
  max-width: 190px;
}
.data_list tr .date_col {
  width: 190px;
  max-width: 190px;
}
.data_list tr .desc_col {
  max-width: 413px;
}
.data_list tr td:last-child {
  border-right: 5px solid transparent;
}
.data_list tr.end_step .size_bar {
  border-right-color: #cd3d41;
  border-radius: 2px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  float: right;
}
.data_list tr::before {
  content: attr(data-row);
  position: absolute;
  margin-left: -34px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 13px;
  opacity: 0.2;
  display: inline-block;
  width: 30px;
  text-align: right;
  z-index: 1;
}
.data_list .content_tr td {
  display: none;
}
.data_list .content_tr.active td {
  display: table-cell;
}
.data_list .content_tr .content_item {
  border-bottom: 1px solid #e2e2e2;
  clear: both;
  min-height: 45px;
  display: grid;
  grid-template-columns: 75px auto;
}
.data_list .content_tr .content_item .content_item_text {
  white-space: normal;
  padding-left: 7px;
}
.data_list .content_tr .content_item .content_item_text .user_name {
  font-style: italic;
}
.data_list .content_tr .content_item .content_item_text .doc_link {
  margin-top: 15px;
  display: inline-block;
}
.data_list .content_tr .content_item .content_item_icon {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 45px;
  opacity: 0.5;
  padding-top: 40px;
  white-space: normal;
  text-align: center;
  font-size: 11px;
}
.data_list .content_tr .content_item .content_item_icon.note {
  background-image: url(/static/img/note.png);
}
.data_list .content_tr .content_item .content_item_icon.doc {
  background-image: url(/static/img/document.png);
}
.data_list .size_bar {
  background-color: #007bff5c;
  margin-top: 4px;
  border-radius: 8px;
  border: 8px solid #007bff5c;
}
.data_list.active {
  display: block;
}

.normal_lists, .lane_display {
  display: none;
  margin-bottom: 250px;
}
.normal_lists.active, .lane_display.active {
  display: block;
}

.user_activities .list_of_activities {
  display: none;
}
.user_activities .list_of_activities .user_activity {
  height: 26px;
}
.user_activities .list_of_activities .user_activity .name {
  float: left;
  width: 58%;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_activities .list_of_activities .user_activity .date {
  float: right;
  font-size: 13px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 27px;
}

.lds-ellipsis div {
  position: absolute;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #212529;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  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(19px, 0);
  }
}
.area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 18px;
  z-index: -1;
}
.area.hidden {
  display: none;
}
.area .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(230, 230, 230, 0.25);
  animation: bg_animate 25s linear infinite;
  bottom: -150px;
}
.area .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.area .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.area .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.area .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.area .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.area .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.area .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.area .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.area .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.area .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes bg_animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/*# sourceMappingURL=main.css.map */
