.complaint-page-section {
  background: #f3f4f6;
  max-width: unset;
  padding: unset;
}
.complaint-page-section .hero-section_complaint {
  background: linear-gradient(106.29deg, #111827 39%, #0C4A6E 108.37%), linear-gradient(179.48deg, #0C4A6E -66.46%, rgba(17, 24, 39, 0) 58.39%);
  padding: 2rem 1rem;
}
.complaint-page-section .hero-section_complaint .breadcrumb-container {
  background: transparent;
  margin-bottom: 1.5rem;
  padding: 0;
}
.complaint-page-section .hero-section_complaint .breadcrumb-container .breadcrumb {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1150px;
  padding: 0;
}
.complaint-page-section .hero-section_complaint .breadcrumb-container .breadcrumb a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  display: flex;
  text-decoration: none;
}
.complaint-page-section .hero-section_complaint .breadcrumb-container .breadcrumb a::before {
  background: url(../../../assets/img/split-arrow-white.png);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  margin: .5rem .5rem 0;
  padding-right: 10px;
}
.complaint-page-section .hero-section_complaint .breadcrumb-container .breadcrumb span {
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; 
}
.complaint-page-section .hero-section_complaint .breadcrumb-container .breadcrumb span::before {
  background: url(/wp-content/themes/casinobee/assets/img/split-arrow-white.png);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  margin: .5rem .5rem 0;
  padding-right: 10px;
}
.complaint-page-section .hero-section_complaint .hero-top-section {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.complaint-page-section .hero-section_complaint .hero-top-section .left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem
}
.complaint-page-section .hero-section_complaint .hero-top-section .left-section h1 {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}
.complaint-page-section .hero-section_complaint .hero-top-section .left-section p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.complaint-page-section .hero-section_complaint .hero-top-section .left-section a {
  background: linear-gradient(to left, #fbbf24 50%, #1f2937 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  border-radius: .5rem;
  color: #1F2937;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
  padding: .75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
}
.complaint-page-section .hero-section_complaint .hero-top-section .left-section a:hover {
  background-position: left bottom;
  color: #fbbf24;
}
@media only screen and (max-width: 767px) {
  .complaint-page-section .hero-section_complaint .hero-top-section .right-section {
    margin: 52px 0;
  }
  .complaint-page-section .hero-section_complaint .hero-top-section .right-section svg {
    width: 119px;
    height: 119px;
  }
}
.complaint-page-section .hero-section_complaint .hero-top-section .right-section img {
  max-height: 194px;
  max-width: 194px;
}
.complaint-page .select-div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.complaint-page-section select {
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: .5rem;
  color: #4B5563;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  min-width: 100%;
  padding: .75rem 3rem .75rem 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L10 12L14 8' stroke='%234B5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  width: 100%;
}
.complaint-page-section .complaint-page {
  max-width: 1150px;
  margin: 0 auto;
  background: #f3f4f6;
  padding-top: 3rem;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb {
  display: flex;
  align-items: flex-start;
  padding: 30px 10.5px 19px;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  display: flex;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb a:nth-child(1)::before {
  display: none;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb a::before {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/split.png);
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  display: flex;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb span::before {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/split.png);
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem 10px 1.5rem;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single {
  padding: 1rem;
  background: #fff;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 2px 10px 0px #0000001A;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info img {
  border-radius: 0.5rem;
  max-width: 120px;
  max-height: 90px;
  min-width: 120px;
  min-height: 90px;
  border: 1px solid #D1D5DB;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info a {
  text-decoration: none;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2937;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  text-align: center;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1F2937;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B5563;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info p b {
  color: #1F2937;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info a {
  text-decoration: none !important;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 9px;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .inner-time {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B5563;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info p b {
  color: #1F2937;
  font-weight: 600 !important;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info p.complaint_text {
  display: flex;
  flex-direction: column;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .complaint_status {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  color: #1F2937;
  margin-top: 1rem;
}
.bgBage .heroWrapper {
  background: linear-gradient(106.29deg, #111827 39%, #0c4a6e 108.37%),
              linear-gradient(179.48deg, #0c4a6e -66.46%, rgba(17, 24, 39, 0) 58.39%);
  padding: 0 1rem;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .complaint_status span,
.bgBage .heroSectionCompaint .sec_2 p.response-status span {
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .complaint_status span.solved,
.bgBage .heroSectionCompaint .sec_2 p.response-status span.solved {
  background-color: #BBF7D0;
  color: #166534;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .complaint_status span.unresolved,
.bgBage .heroSectionCompaint .sec_2 p.response-status span.unresolved {
  background-color: #BFDBFE;
  color: #1E3A8A;
}
.complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .complaint_status span.closed,
.bgBage .heroSectionCompaint .sec_2 p.response-status span.closed {
  background-color: #ffd6a8;
  color: #441306;
}
.complaint-page-section .load-more-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
.complaint-page-section .load-more-wrapper button#load-more-complaints {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B5563;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
}
.complaints-list_wrapper {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .complaint-page-section .hero-section_complaint {
    padding: 2rem 1.5rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 9px;
  }
  .complaint-page-section .hero-section_complaint .hero-top-section {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .complaint-page-section .hero-section_complaint .hero-top-section .left-section {
    text-align: left;
  }
  .complaint-page-section .hero-section_complaint .hero-top-section .left-section a {
    margin-left: 0;
  }
  .complaints-list_wrapper {
    padding: 0 1.5rem;
  }
  .complaint-page .select-div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.375rem;
  }
  .complaint-page-section select {
    margin: 0;
    min-width: unset;
    width: calc(50% - 1.6875rem);
  }
  .bgBage .heroWrapper {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .complaint-page-section .hero-section_complaint .hero-top-section {
    margin: auto;
    max-width: 1150px;
  }
  .complaint-page-section .hero-section_complaint .hero-top-section .right-section img {
    max-width: 194px;
    max-height: 194px;
  }
  .complaint-page-section .complaint-page {
    max-width: 1150px;
    margin: 0 auto;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb {
    display: flex;
    align-items: flex-start;
    padding: 30px 0 19px;
    border-bottom: 1px solid #D8D8D8;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    display: flex;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb a:nth-child(1)::before {
    display: none;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb a::before {
    content: "";
    background: url(/wp-content/themes/casinobee/assets/img/split.png);
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    display: flex;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .breadcrumb span::before {
    content: "";
    background: url(/wp-content/themes/casinobee/assets/img/split.png);
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list {
    display: flex;
    flex-direction: column;
    padding: 3rem 0 3rem;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info {
    display: flex;
    gap: .5rem;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info img {
    border-radius: 0.5rem;
    max-width: 120px;
    max-height: 90px;
    min-width: 120px;
    min-height: 90px;
    border: 1px solid #D1D5DB;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .casino-complaint_info a {
    text-decoration: none;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info {
    display: flex;
    flex-direction: column;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .complaint_info p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #4B5563;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info {
    display: flex;
    align-items: center;
    gap: 9px;
    grid-column: unset;
  }
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list .user-complaint_single .time-complaint_info .complaint_status span {
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .complaint-page-section .hero-section_complaint {
    padding: 2rem 0;
  }
  .complaints-list_wrapper {
    padding: 0;
  }
  .complaint-page-section select {
    width: 25rem;
  }
  .bgBage .heroWrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .complaint-page-section .complaint-page .complaints-list_wrapper .complaint-list {
    padding: 3rem 0 1.5rem;
  }
}