.fixed_filter {
  position:fixed;
  right:0; width:200px;
  height:100px;
  background: #fff;
  border:1px solid #206f00;
  top:45%;
  padding: 10px;
  background: #e8e8e8;
  -webkit-box-shadow: -5px 7px 16px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: -5px 7px 16px -2px rgba(0,0,0,0.75);
  box-shadow: -5px 7px 16px -2px rgba(0,0,0,0.75);
}

.fixed_filter button {
  margin-top: 10px;
}

.parse-olx-advertisement button {
  margin-bottom: 20px;
  float: right;
}

#spiner-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  font-size: 80px;
  color: #ff8e24;
}
#spiner-block .fa-spinner {
  margin-top: 250px;
}


/* стилі для віджетів на головній сторінці*/

.row-cards-widget {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.row-card-item-widget {
  background-color: #f2fbff;
  width: 283px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 10px;
  margin: 5px;
}

.row-card-item-two-widget {
  background-color: #f2fbff;
  width: 429px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 10px;
  margin: 5px;
}

.row-card-title-widget {
  background-color: #abd9ff;
  max-width: calc(100% - 11px);
  flex: 0 0 100%; /* Забезпечує 100% ширини */
  flex-direction: column;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

.card-body .row {
  padding-left: 15px;
  padding-right: 10px;
}

.row-task {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Вирівнюємо блоки зліва */
  gap: 10px; /* Відступи між блоками */
  width: 100%;
}

.col-auto-card {
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.col-auto-card-task {
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%; /* Розтягуємо на всю доступну ширину */
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 7px;
}

.col-auto-card-promo {
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%; /* Розтягуємо на всю доступну ширину */
  height: 130px;
  padding: 15px;
  margin-bottom: 7px;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Кількість рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.card-body-center .card-text {
  margin: 0;
  text-align: center;
}