.ideas-container {
  width: 100%;
}

.idea {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #36353529;
  border-radius: 4px;
  margin: 0 10px;
  padding: 30px 15px;
}

.idea p {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

.idea-box {
  border: none;
  position: relative;
}

.idea-title {
  font-size: 20px;
  font-weight: 700;
  color: #3a4298;
}

.top-right-content {
  position: absolute;
  top: 0;
  right: 0;
}

.idea-status {
  padding-right: 25px;
}

.top-right-content p img {
  margin-right: 5px !important;
}

.idea-category {
  border: none;
  background: var(--color-politis);
  border-radius: 24px;
  text-align: center;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  padding: 10px 24px;
  margin: 5px 10px;
  white-space: nowrap;
}

.tags-holder {
  width: 100%;
  overflow-x: auto;
}

.cpts-tab-header {
  border-bottom: 4px solid #4496ec8c !important;
  border-radius: 3px !important;
}

select#status {
  background: none;
  border: 1px solid var(--color-politis) !important;
  width: 150px !important;
  text-align: center;
  border-radius: 30px !important;
  padding: 10px 5px;
}

label[for="status"] {
  color: #000;
  font-weight: 400 !important;
}

.my-ideas-h5 {
  font-size: 20px;
  color: #0b0b0b;
  font-weight: 400;
  margin-top: 10px;
  height: 50px !important;
}

i.fa-regular {
  margin-right: 5px;
}

#loading {
  display: block;
  margin: auto;
  width: 80px;
  margin-bottom: 200px;
}

.no-ideas {
  text-align: center;
  padding-top: 100px;
  font-size: 18px;
  color: #000;
}

.pagination {
  font-size: 18px !important;
}

.pagination a {
  margin-right: 10px !important;
}

.pagination span {
  margin-right: 10px !important;
}

@media (max-width: 575.98px) {
  .top-right-content {
    position: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .top-right-content {
    position: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
