/* courier ranking main page  */
#globkurier-tile-section .elementor-button-wrapper .elementor-button-link:hover {
  background-color: #E1EAC6;
}

#rankingShortCode .select2-selection.select2-selection--multiple:hover {
  border-color:  #96c21f;
}

#add-company-section .elementor-field:focus {
  border-color: #96c21f;
}

#add-company-section .elementor-field.error {
  border-color: red !important;
}

#add-company-section .elementor-field.error:focus {
  border-color: red !important;
}

#add-company-section .elementor-button:hover {
  background-color: #A5ADB5;
}

#add-company-section textarea {
  resize: none;
}

#rankingShortCode .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

#rankingShortCode .swiper-container-wrapper {
  position: relative;
  overflow: visible;
  margin-top: 50px;
}

#rankingShortCode .swiper-button-next::after,
#rankingShortCode .swiper-button-prev::after,
#testimonials-section .swiper-button-next::after,
#testimonials-section .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 700;
  color: #223040CC;
}

#rankingShortCode .couriers-row:last-child {
  margin-bottom: 30px;
}

#rankingShortCode .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 5px;
  border: #22304099 1px solid;
  background-color: white;
}

#rankingShortCode .swiper-slide-active .couriers-slide-container .couriers-row:last-child {
  margin-bottom: 100px;
}

#rankingShortCode .swiper-slide .swiper-slide-active {
  margin-bottom: 100px;
}

#rankingShortCode .swiper-pagination-bullet-active {
  background-color: #22304099;
}

#rankingShortCode .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  width: 100% !important;
  align-items: center;
}

#rankingShortCode .couriers-slide-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#rankingShortCode .couriers-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  gap: 100px;
}

#rankingShortCode .courier-tile {
  flex: 1 0 calc(33.33% - 20px);
  background-color: #f2f2f2;
  padding: 20px;
  margin: 10px;
  text-align: center;
  min-height: 200px;
}

#rankingShortCode .swiper-button-prev,
#rankingShortCode .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 1023px) { 
  #rankingShortCode .courier-single-tile-container {
    margin-bottom: 30px;
  }

  #rankingShortCode .swiper-slide {
    padding-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #rankingShortCode .swiper-button-prev {
    left: 5%;
  }

  #rankingShortCode .swiper-button-next {
    right: 5%;
  }
}

@media (min-width: 1024px) {
  #rankingShortCode .swiper-button-prev {
    left: 14%;
  }

  #rankingShortCode .swiper-button-next {
    right: 14%;
  }
}

#rankingShortCode .courier-single-tile-container {
  width: 338px;
  display: flex;
  justify-content: center;
}

#rankingShortCode .single-courier-site-link {
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #rankingShortCode .single-courier-site-link {
    cursor: auto;
  }
}

#rankingShortCode .hovered-courier-tile {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid #e0e0e0;
  height: 134px;
  width: 294px;
  box-sizing: border-box;
  padding-bottom: 15px;
}

#rankingShortCode .hovered-courier-tile:hover {
  cursor: pointer;
}

#rankingShortCode .courier-single-tile-container:hover  {
  border-color: transparent;
}

#rankingShortCode .courier-single-tile-container.touched .hovered-courier-tile {
  border-color: transparent;
  transition: border-color 0.5s ease-in-out;
}

#rankingShortCode .hovered-courier-tile:hover {
  border-color: transparent;
}

@media screen and (min-width:1024px) {
  #rankingShortCode .courier-single-tile-container:hover {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px #00000033;
    -moz-box-shadow: 0px 0px 15px 0px #00000033;
    box-shadow: 0px 0px 15px 0px #00000033;
    transition: box-shadow 0.3s ease-in-out;
  }
}

@media screen and (max-width:1023px) {
  #rankingShortCode .courier-single-tile-container.touched {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px #00000033;
    -moz-box-shadow: 0px 0px 15px 0px #00000033;
    box-shadow: 0px 0px 15px 0px #00000033;
    transition: box-shadow 0.3s ease-in-out;
  }
}

#rankingShortCode .courier-logo-container {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: white;
  margin-right: 10px;
  flex-shrink: 0;
  width: 132px !important;
}

#rankingShortCode .select2-selection__rendered {
  padding-left: 2rem !important;
}

#rankingShortCode .filter-field.filters-dropdown li.select2-search.select2-search--inline {
  padding-left: 0;
}

#rankingShortCode .courier-logo {
  display: flex;
  flex-direction: column;
  object-fit: cover;
  width: 145px;
  height: 90px;
}

#rankingShortCode .courier-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-top: 10px;
}

#rankingShortCode .courier-single-tile-container:hover .add-your-review-link {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#rankingShortCode .add-your-review-link svg:hover,
#rankingShortCode .add-your-review-link:hover svg,
#rankingShortCode .add-your-review-link.touched svg {
  stroke: white;
  cursor: pointer;
}

#rankingShortCode .add-your-review-link:hover {
  background-color: #9FC143;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  #rankingShortCode .courier-single-tile-container .add-your-review-link {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}

.hide-before-load {
  display: none !important;
}

#rankingShortCode .add-your-review-link.touched {
  background-color: #9FC143;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

#rankingShortCode .add-your-review-link.touched {
  cursor: auto;
}

#rankingShortCode .courier-single-tile-container {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

#rankingShortCode .add-your-review-link {
  border: 1px solid #9FC143;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  margin: auto;
  display: flex;
  visibility: hidden;
  opacity: 0;
}

#rankingShortCode .add-your-review-link svg {
  stroke: #9FC143;
  transition: stroke 0.3s ease;
  stroke-width: 1.8;
  margin: auto;
}

#rankingShortCode .stars-review {
  display: flex;
  gap: 10px;
}

#rankingShortCode .review-count {
  margin: 10px 0 0 0;
  color: #22304099;
}

#rankingShortCode .rating-value {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  min-width: 45px;
  text-align: center;
}

#rankingShortCode .verified-status {
  font-size: 11px;
  color: #223040CC;
  font-weight: 400;
  margin-left: 3px;
}

#rankingShortCode .avg-and-isVerified {
  display: flex;
  align-items: center;
  gap: 15px;
}

#rankingShortCode .star-container {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

#rankingShortCode .star-container svg {
  width: 100%;
  height: 70%;
}

#rankingShortCode p.stars {
  margin: 0;
}

@media (max-width: 850px) {
  #rankingShortCode .courier-tile-small {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 850px) and (max-width: 1200px) {
  #rankingShortCode .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #rankingShortCode .courier-tile-small {
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}

@media (min-width: 1860px)  { 
    #rankingShortCode .swiper-button-prev {
    left: 14%;
  }
  
  #rankingShortCode .swiper-button-next {
    right: 14%;
  }
}

@media (min-width: 1600px) and (max-width: 1859px) {
  #rankingShortCode .swiper-button-prev {
    left: 10%;
  }
  
  #rankingShortCode .swiper-button-next {
    right: 10%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  #rankingShortCode .swiper-button-prev {
    left: 5%;
  }
  
  #rankingShortCode .swiper-button-next {
    right: 5%;
  }
}

@media (min-width: 700px) and (max-width: 1399px) {
  #rankingShortCode .swiper-button-prev {
    left: 0;
  }
  
  #rankingShortCode .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 450px) {
  #rankingShortCode .swiper-button-prev {
    left: 0;
  }
  
  #rankingShortCode .swiper-button-next {
    right: 0;
  }
}

#rankingShortCode .filters-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #filters.filters-container {
    flex-direction: column;
    gap: 25px;
    display: none;
  }
}

#rankingShortCode .select2-search__field {
  pointer-events: none;
}

#courier-filters-form {
  margin-top: -70px;
  margin-bottom: 20px;
  max-width: 936px;
  width: 70%;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 30px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  #user-reviews-shortcode {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #user-reviews-shortcode {
    margin-top: 15px;
  }
}

#courier-filters-form .filter-field.search {
  cursor: text;
}

#rankingShortCode .courier-filters-form .search-input {
  flex-grow: 2;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

#rankingShortCode .courier-filters-form .search-input input {
  width: 100%;
  padding-left: 35px;
  padding: 10px;
  background: url('ikonka_search.svg') no-repeat left center;
  background-size: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#rankingShortCode .courier-filters-form .select-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

#rankingShortCode .courier-filters-form .select-wrapper select {
  width: 45%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#rankingShortCode .courier-filters-form select {
  margin-left: 10px;
}

#rankingShortCode .courier-filters-form .button-container {
  margin-left: 15px;
}

#rankingShortCode .courier-filters-form .button-container button {
  background-color: #f03a47;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

#rankingShortCode .courier-filters-form .button-container button:hover {
  background-color: #d32f2f;
}

#rankingShortCode .filters-dropdown::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 15px;
  width: 0;
  height: 0;
  border: solid #223040;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
  font-weight: 700;
}

#rankingShortCode .select2-selection__rendered li::before  {
  content: '' !important;
  background-color: transparent !important;
}

#rankingShortCode .select2-selection__clear span {
  display: none;
  height: 100%;
}

#rankingShortCode .selection,
#rankingShortCode .select2-container,
#rankingShortCode .selection,
#rankingShortCode .select2-selection {
  height: 100%;
  cursor: pointer;
}

#rankingShortCode .select2-selection {
  display: flex;
  align-items: center;
}

#rankingShortCode .input.select2-search__field::placeholder {
  display: none !important;
}


#rankingShortCode .select2-search__field::-webkit-input-placeholder,
#rankingShortCode .select2-search__field::placeholder {
    color: #223040 !important;
    font-weight: 700;
    cursor: pointer;
}

#rankingShortCode .select2-search__field {
  cursor: pointer;
}

#rankingShortCode .multi-select-wrapper {
  display: flex;
  height: 44px;
}

@media screen and (min-width: 1101px) {
  #rankingShortCode .multi-select-wrapper {
    gap: 30px;
  }
}

#rankingShortCode .filters-dropdown {
  position: relative;
}

@media (min-width: 851px) {
  #rankingShortCode .filters-dropdown  {
    width: 213px;
  }
}

#rankingShortCode .searchInput {
  display: flex;
  justify-content: center;
  gap: 15px;
  
}

@media screen and (min-width: 411px) {
  #rankingShortCode .filter-field.search {
    padding: 0 130px 10px 15px;
  }
}

@media screen and (max-width: 410px) {
  #rankingShortCode .filter-field.search {
    padding: 0 30px 10px 15px;
  }

  #rankingShortCode .filter-field.filters-dropdown li.select2-search.select2-search--inline {
    padding-left: 5px;
  }
}

#rankingShortCode .filter-field.search {
  border-bottom: 1px solid #2230404D;
}

#rankingShortCode .searchInput img {
  cursor: pointer;
}

#rankingShortCode .select2-transport-type-select-results {
  min-height: 400px !important;
}

.select2-results__option strong.select2-results__group {
  text-align: center !important;
  border-bottom: 2px solid #2230404D !important;
  padding: 5px !important;
}

#rankingShortCode .select2-container--default .select2-results>.select2-results__options {
  height: auto !important;
  max-height: initial !important;
}

#rankingShortCode .select2-selection.select2-selection--multiple {
  min-height: 46px !important;
  height: auto;
}

@media (max-width: 1100px) and (min-width: 411px) {
  #rankingShortCode .multi-select-wrapper {
    gap: initial;
  }
}

@media screen and (max-width: 410px) {
  #rankingShortCode .multi-select-wrapper {
    margin-left: -20px;
  }

  #courier-filters-form .filter-field.search {
    margin-left: -20px;
    padding-left: 10px;
  }

  #courier-filters-form {
    min-width: 95%;
  }

  #rankingShortCode .select2-selection.select2-selection--multiple {
    width: 150px !important;
  }

  #rankingShortCode .select2-selection__rendered {
    padding-left: 1px !important;
  }
}

@media screen and (min-width: 411px) and (max-width: 1100px) {
  #rankingShortCode .filter-field.search {
    width: 95%;
  }

  #courier-filters-form {
    min-width: 361px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  #courier-filters-form {
    width: 90% !important;
  }
}

@media (max-width: 1100px) {
  #rankingShortCode .filters-container {
    margin-bottom: 50px;
  }

  
  #courier-filters-form {
    flex-direction: column;
    height: 60px;
    margin-bottom: 50px;
  }

  #rankingShortCode .multi-select-wrapper {
    margin-top: 30px;
    justify-content: center;
  }

  #rankingShortCode .filters-dropdown {
    padding: 7px;
  }

  #rankingShortCode .filters-dropdown::after {
    top: 60%;
  }
}

@media screen and (min-width: 411px) and (max-width: 850px) {
  #rankingShortCode .select2-selection.select2-selection--multiple {
    width: 173px !important;
  }
}

@media screen and (max-width: 850px) {
  #rankingShortCode .select2-selection.select2-selection--multiple {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .if-wp-admin-bar {
      margin-top: 46px !important;
  }
}

#select2-transport-type-select-results {
  max-height: none !important;
}

.if-wp-admin-bar {
  margin-top: 32px;
}

#rankingShortCode .select2-selection.select2-selection--multiple {
  min-height: 46px !important;
  height: auto !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 851px) and (max-width: 1101px) {
  #rankingShortCode .select2-selection {
    width: auto !important;
  }
}

#rankingShortCode {
  margin-bottom: 150px;
}

#glob-reviews-stats .swiper-wrapper {
  display: flex;
}

@media (min-width: 701px) {
  #glob-reviews-stats {
    background-color: white;
  }
}

#glob-reviews-stats .swiper-slide {
  display: flex;
  justify-content: center;
  max-width: calc(100% - 2px);
  background-color: white;
  min-height: 261px;
  position: relative;
  margin: 0;
  flex: 1 0 auto;
}

#rankingShortCode .swiper-pagination {
  transform: translate3d(0px,40px,0) !important;
}

@media screen and (min-width: 1024px) {
  #rankingShortCode .swiper-pagination {
    transform: translate3d(0px,45px,0) !important;
  }
}

@media screen and (min-width: 764px) and (max-width: 1023px) {
  #rankingShortCode .swiper-pagination {
    transform: translate3d(0px,80px,0) !important;
  }
}

@media screen and (max-width: 763px) {
  #rankingShortCode .swiper-pagination {
    transform: translate3d(0px,100px,0) !important;
  }
}

@media screen and (min-width: 701px) {
  #glob-reviews-stats .swiper-slide:nth-child(1) {
    border-radius: 8px 0 0 8px;
  }

  #glob-reviews-stats .swiper-slide:nth-child(3) {
    border-radius: 0 8px 8px 0;
  }
}

@media screen and (min-width: 1200px) {
  #glob-reviews-stats .swiper-wrapper {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    justify-content: center;
  }
}

#glob-reviews-stats.swiper-container-2.swiper {
  overflow: visible !important;
}

@media screen and (max-width: 700px) {
  #glob-reviews-stats .swiper-slide {
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }

  #glob-reviews-stats .swiper-slide-active {
    -webkit-box-shadow: 5px 5px 100px -14px rgba(66, 68, 90, 1);
    -moz-box-shadow: 5px 5px 100px -14px rgba(66, 68, 90, 1);
    box-shadow: 5px 5px 100px -14px rgba(66, 68, 90, 1);
    z-index: 1;
  }

  #glob-reviews-stats .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.8;
  }
}

#glob-reviews-stats .swiper-container-2 {
  overflow: visible;
  z-index: 100;
}

#glob-reviews-stats .swiper-slid-active {
  -webkit-box-shadow: 5px 5px 100px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: 5px 5px 100px -14px rgba(66, 68, 90, 1);
  box-shadow: 5px 5px 100px -14px rgba(66, 68, 90, 1);
  z-index: 1;
}

@media (min-width: 701px) {
  #glob-reviews-stats .swiper-slide:not(:last-child):after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #22304033;
    border-radius: 10px;
  }
}

#glob-reviews-stats .avg-rating-glob-tile {
  font-size: 48px;
  font-weight: 800;
  color: #223040;
  margin: 15px auto;

}

#glob-reviews-stats .glob-slide-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}

#glob-reviews-stats .glob-slide-container.left-tile {
  align-items: center;
}

#glob-reviews-stats .glob-slide-container.middle-tile {
  align-items: start;
}

#glob-reviews-stats .glob-count-number {
  font-size: 16px;
  font-weight: 400;
  color: #7A838C;
}

#glob-reviews-stats .glob-swiper-container {
  max-width: 982px;
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
}

#glob-reviews-stats .black-star svg {
  height: 14px;
  width: 15px;
  margin-left: 15px;
}

@media screen and (min-width: 1200px) {
  #glob-reviews-stats .black-star {
    margin-left: 20px;
  }
}

@media screen and (max-width: 699px) {
  #glob-reviews-stats .glob-slide-container {
    border-radius: 8px;  
  }

  #glob-reviews-stats .swiper-slide {
    border-radius: 8px;
  }

  #glob-reviews-stats .swiper-slide::after {
    content: none !important;
  }
}

#glob-reviews-stats .swiper-slide {
  max-height: 261px;
}

#glob-reviews-stats .swiper-slide {
  transition: transform 0.6s ease !important;
}

#glob-reviews-stats .swiper-wrapper {
  transition-duration: 0.7s !important;
}

#glob-reviews-stats .rating-bar {
  margin: 6.5px 0;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}

#glob-reviews-stats .degree {
  font-weight: 600;
  font-size: 18px;
}

#glob-reviews-stats .bar-container {
  width: 60%;
  background-color: #E8EAF8;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  height: 16px;
  box-shadow: inset 0px 8px 13px -14px rgba(66, 68, 90, 1);
  -webkit-box-shadow: inset 0px 8px 13px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: inset 0px 8px 13px -14px rgba(66, 68, 90, 1);
}

#glob-reviews-stats .bar-fill {
  background-color: #9FC143;
  height: 100%;
  border-radius: 10px;
}

#glob-reviews-stats .satisfaction-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#glob-reviews-stats .satisfaction-circle {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#glob-reviews-stats .satisfaction-circle text,
#single-courier-swiper .satisfaction-circle text {
  color: #223040CC;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

#glob-reviews-stats .satisfaction-circle svg circle:nth-child(4),
#single-courier-swiper .satisfaction-circle svg circle:nth-child(4) {
  filter: drop-shadow(5px -1.9px 6px #0000004D);
}

#glob-reviews-stats .circle-inner {
  width: 70%;
  height: 70%;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#glob-reviews-stats .satisfaction-text {
  font-size: 20px;
  font-weight: 700;
  color: #223040CC;
  transform: rotate(-80deg);
}

#glob-reviews-stats .satisfaction-label {
  text-align: center;
  font-size: 16px;
  color: #223040CC;
  margin-top: 20px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  #users-reviews .swiper-wrapper .swiper-slide {
    min-height: 268px !important;
  }
}

#users-reviews .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: start;
  height: 100%;
}

#testimonials-section .elementor-widget-wrap.elementor-element-populated {
  margin-top: auto;
  margin-bottom: auto;
}

#testimonials-section .swiper-slide {
  background-color: #FAFBFC;
  border-radius: 8px;
  padding: 20px;
  flex-direction: column;
}

/* 892px ponieważ elementor od 893 przesówa sekcję wew. ze shortcode z pod obrazu */
@media screen and (min-width: 768px) and (max-width: 892px) {
  #testimonials-section .swiper-slide {
    height: 290px;
    width: 330px !important;
  }

  #testimonials-section .elementor-shortcode {
    width: 120% !important;
    transform: translateX(220px) translateY(-284px);
  }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
  #testimonials-section .swiper-slide {
    width: 310px;
    min-height: 230px;
  }

  #testimonials-section .elementor-shortcode {
    width: 120% !important;
    transform: translateX(12px) translateY(-246px);
  }
}

@media screen and (max-width: 500px) {
  #testimonials-section .swiper-slide {
    width: 310px;
    min-height: 230px;
  }

  #testimonials-section .elementor-shortcode {
    width: 120% !important;
    transform: translateX(12px) translateY(-246px);
  }

}

#testimonials-section .swiper-pagination {
  transform: translate3d(-15%,8px,0);
}

@media screen and (min-width: 893px) and (max-width: 1000px) {
  #testimonials-section .swiper-slide.swiper-slide-next {
    opacity: 0.3;
  }

  #testimonials-section .elementor-shortcode {
    width: 125% !important;
    transform: translateX(-50px) translateY(20px);
  }

  #testimonials-section .swiper-button-prev {
    left: 70% !important;
  }

  #testimonials-section .swiper-button-next {
    right: 20% !important;
  }
  

  #users-reviews .swiper-slide {
    width: 358px !important;
    height: 268px !important;
  }

  #users-reviews .score-part {
    font-size: 14px !important;
    gap: 2px !important;
  }

  #users-reviews .score-part span:first-child {
    margin-left: 2px;
  }
}

@media screen and (max-width: 768px) and (min-width: 650px) {
  #testimonials-section .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0.3;
  }
  
  #testimonials-section .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 892px) {
  #testimonials-section .swiper-slide.swiper-slide-next {
    opacity: 0.3;
  }

  .user-reviews-shortcode-inner .swiper-button-prev,
  .user-reviews-shortcode-inner .swiper-button-next  {
    display: none;
  }
  #users-reviews .score-part {
    font-size: 10px !important;
    gap: 2px !important;
  }

  #users-reviews .score-part span:first-child {
    margin-left: 2px;
  }

  .user-reviews-shortcode-inner {
    margin-bottom: -310px;
  }
}

#testimonials-section .client-review-text {
  margin-bottom: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #22304033 transparent;
}

@media screen and (max-width: 768px) {
  #testimonials-section .client-review-text {
    max-height: 80px;
  }
}

@media screen and (min-width: 769px) {
  #testimonials-section .client-review-text {
    max-height: 112px;
  }
}

#testimonials-section .total-grade {
  font-weight: 800;
  font-size: 16px;
  color: #223040E5;
  margin-bottom: 15px;
}

#testimonials-section .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):nth-child(3),
#testimonials-section .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):nth-child(4) {
  opacity: 0.3;
}

#testimonials-section .swiper-container-usersReviews {
  width: 130%;
  cursor: grab;
}

#testimonials-section .elementor-shortcode {
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1000px) {
  #testimonials-section .elementor-shortcode {
    transform: translateX(-30px);
  }
}

#testimonials-section .swiper-button-next,
#testimonials-section .swiper-button-prev {
  top: -10%;
  width: 44px;
  border-radius: 4px;
}

#testimonials-section .swiper-button-next:hover,
#testimonials-section .swiper-button-prev:hover {
  background-color: #E4E4E4;
}

#testimonials-section .swiper-button-disabled {
  color: #A7ACB3 !important;
}


#testimonials-section .swiper-button-next {
  right: -2%;
}

#testimonials-section .swiper-button-prev {
  left: 89%;
}

#rankingShortCode .swiper-container-wrapper .swiper-button-prev,
#rankingShortCode .swiper-container-wrapper .swiper-button-next {
  width: 44px;
}

#rankingShortCode .swiper-button-prev:hover:not(.swiper-button-disabled),
#rankingShortCode .swiper-button-next:hover:not(.swiper-button-disabled) {
  background-color: #E4E4E4;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #add-company-section .elementor-field-type-acceptance .elementor-field-option label {
    font-size: 11px;
  }
}

#add-company  .error-message,
#evaluation-form  .error-message {
  font-size: 12px;
  color: red;
  margin-left: 15px;
  margin-top: 5px;
}

#evaluation-form .form-rank-row input.error {
  border-color: red !important;
}

#add-company .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: auto;
}

.hide-before-js-is-loaded {
  visibility: hidden !important;
}

#testimonials-section .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}

#testimonials-section .swiper-pagination-bullet-active {
  background-color: #22304099 !important;
}

#users-reviews .review-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
}

#users-reviews .bottom-score-details-container {
  margin-top: auto;
  margin-bottom: 15px;
}

#users-reviews {
  height: 100%;
}

#users-reviews .grade-details {
  display: flex;
}

#users-reviews .individual-parts-of-score {
  display: flex;
  flex-direction: column;
}

#users-reviews.swiper {
  padding-bottom: 40px !important;
}

#users-reviews .courier-logo {
  border-radius: 6px;
  border: #7676764D solid 0.5px;
}

#users-reviews .courier-logo-container {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

#users-reviews .star-container svg {
  width: 12px !important;
}

#users-reviews .score-part {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
}

.client-review-text {
  color: #223040;
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .client-review-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  
  #users-reviews .swiper-button-prev,
  #users-reviews .swiper-button-next {
    display: none;
  }
}

/* courier single page  */
.single-courier-header-container .single-courier-header {
  font-weight: 600;
  color: #223040;
  margin-bottom: 5px;
}

.single-courier-header-container .single-courier-subtitle {
  font-weight: 400;
  color: #223040;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .single-courier-header-container .single-courier-header {
    font-size: 36px;
  }

  .single-courier-header-container .single-courier-subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .single-courier-header-container .single-courier-header {
    font-size: 20px;
  }

  .single-courier-header-container .single-courier-subtitle {
    font-size: 13px;
    line-height: 25px;
  }
}

#single-courier-stats.single-courier-tiles-container {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 1024px) {
  #single-courier-stats.single-courier-tiles-container {
    flex-direction: column;
  }

  #single-courier-stats .courier-main-tile {
    align-self: center;
    margin-bottom: 50px;
    width: 98%;
  }
}

#single-courier-stats .single-courier-logo {
  width: 168px;
  height: 105px;
}

#single-courier-stats .courier-main-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 23px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 2px 23px -14px rgba(66, 68, 90, 1);
  box-shadow: 0px 2px 23px -14px rgba(66, 68, 90, 1);
  gap: 15px;
  padding: 30px;
  height: 536px;
}

@media screen and (min-width: 1024px) {
  #single-courier-stats .courier-main-tile {
    width: 456px;
  }
}

#single-courier-stats .courier-verified-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: #223040;
}

#single-courier-stats .verified-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #2c3e50;
  border-radius: 50%;
  position: relative;
}

#single-courier-stats .verified-icon::before {
  content: "✔";
  position: absolute;
  color: white;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#single-courier-stats .single-courier-score-number {
  font-weight: 800;
  color: #223040;
}

@media screen and (min-width: 768px) {
  #single-courier-stats .single-courier-score-number {
    font-size: 56px;
  }
}

@media screen and (max-width: 767px) {
  #single-courier-stats .single-courier-score-number {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  #single-courier-stats .courier-verified-badge {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #single-courier-stats .courier-verified-badge {
    font-size: 14px;
  }
}

#single-courier-stats .star-container {
  margin-right: 5px;
}

#single-courier-stats .star-container svg {
  scale: 1.1;
}

#single-courier-stats .single-courier-reviews-amount {
  color: #7A838C;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #single-courier-stats .single-courier-reviews-amount {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #single-courier-stats .single-courier-reviews-amount {
    font-size: 14px;
  }
}

#single-courier-stats .post-your-review-btn {
  margin-top: 50px;
  background-color: #9FC143;
  border-radius: 4px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-width: 200px;
}

#single-courier-stats .post-your-review-btn:hover {
  background-color: #E1EAC6;
}

#single-courier-stats .post-review-text {
  color: white;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  #single-courier-stats .post-your-review-btn {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  #single-courier-stats .post-your-review-btn {
    width: 310px;
  }

  #single-courier-stats .post-review-text {
    font-size: 18px;
  }
}

/* swiper for single courier */
#single-courier-stats .swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  flex: 1 0 auto;
}

#single-courier-stats {
  width: 100%;
}

#single-courier-stats .reviews-breakdown-reviews-amount {
  color: #707A88;
  margin-left: 15px;
}

#single-courier-stats .reviews-breakdown-title {
  margin: 20px;
  padding-left: 5%;
}

#single-courier-stats .reviews-breakdown-avg-rating {
  color: #384454;
  font-weight: 700;
}

#single-courier-stats .reviews-breakdown-reviews-amount {
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  #single-courier-stats .reviews-breakdown-avg-rating {
    font-size: 20px;
  }

  #single-courier-stats .single-courier-swiper-slide-content-wrapper {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1023px) {
  #single-courier-stats .reviews-breakdown-avg-rating {
    font-size: 18px;
  }
}

#single-courier-stats .single-courier-swiper-slide-content-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: #F2F6FE;
  display: flex;
  flex-direction: column;
}

#single-courier-stats .review-breakdown-stats {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-left: 5%;
}

#single-courier-stats .swiper-slide.slide-wide,
#single-courier-stats .swiper-slide.slide-narrow {
  border-radius: 10px;
}

#single-courier-stats .single-courier-swiper-slide-content-wrapper.stars-tile {
  padding-top: 5%;
}

#single-courier-swiper .reviews-per-grade-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#single-courier-reviews-shortcode .user-reviews-header {
  margin-top: 3em;
  margin-bottom: 2em;
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
  #single-courier-stats .swiper-container-single-courier {
    width: 100%;
    gap: 5px;
    display: flex;
    height: 250px;
  }

  #single-courier-stats .grade-distribution {
    font-size: 18px;
    margin: 20px 0 0 15px !important;
  }

  #single-courier-stats .reviews-per-grade-stars .star-container svg {
    height: 10px !important;
    width: 10px !important;
  }

  #single-courier-stats .black-star svg {
    width: 12px !important;
    height: 13px !important;
    margin-left: 5px;
  }

  #single-courier-swiper .degree {
    font-size: 14px;
  }

  #single-courier-swiper .bar-container {
    height: 5px !important;
  }

  #single-courier-swiper .reviews-per-grade-container {
    margin-top: 20px;
  }

  #single-courier-swiper .rating-bar {
    width: 90% !important;
    margin: 3px !important;
  }

  #single-courier-swiper .swiper-wrapper {
    scale: 0.9;
    gap: 10px;
  }
}

@media screen and (min-width: 1024px) {
  #single-courier-stats .swiper-container-single-courier {
    display: flex;
    width: 100%;
    gap: 10px;
    height: 536px;
  }

  #single-courier-stats .swiper-wrapper {
    display: flex;
    min-width: 100%;
    flex-wrap: wrap;
  }

  #single-courier-stats .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  #single-courier-stats .swiper-slide.slide-wide {
      flex: 1 1 100%;
      height: 280px;
      margin-bottom: 15px;
  }

  #single-courier-stats .swiper-slide.slide-narrow {
      flex: 1 1 48%;
      height: 242px;
  }

  #single-courier-stats .swiper-slide:nth-child(2) {
    margin-right: 15px;
  }
}

@media screen and  (max-width: 799px) {
  #single-courier-stats .swiper-container-single-courier {
    display: initial;
    width: 110%;
  }

  #single-courier-stats .swiper-slide {
    height: 260px !important;
  }
}

/* gwiazdki i staty kuerira */
#single-courier-swiper .rating-bar {
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

@media screen and (min-width: 764px) {
  #single-courier-swiper .rating-bar {
    width: 100%;
  }
}

@media screen and (max-width: 763px) {
  #single-courier-swiper .rating-bar {
    width: 95%;
  }
}

#single-courier-swiper .black-star svg {
  height: 15px;
  width: 40px;
}

#single-courier-swiper .degree {
  font-weight: 600;
  font-size: 18px;
}

#single-courier-swiper .bar-container {
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  height: 16px;
  box-shadow: inset 0px 8px 13px -14px rgba(66, 68, 90, 1);
  -webkit-box-shadow: inset 0px 8px 13px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: inset 0px 8px 13px -14px rgba(66, 68, 90, 1);
}

#single-courier-swiper .bar-fill {
  background-color: #223040;
  height: 100%;
  border-radius: 10px;
  width: 0;
}

#single-courier-swiper .satisfaction-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#single-courier-swiper .satisfaction-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}

#glob-reviews-stats .satisfaction-circle svg,
#single-courier-swiper .satisfaction-circle svg {
  overflow: visible;
}

#single-courier-swiper .circle-inner {
  width: 70%;
  height: 70%;
  background-color: #F2F6FE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#single-courier-swiper .satisfaction-text {
  font-size: 20px;
  font-weight: 700;
  color: #223040CC;
  transform: rotate(-80deg);
}

#single-courier-swiper .satisfaction-label {
  text-align: center;
  font-size: 16px;
  color: #223040CC;
  font-weight: 500;
  margin: 2rem 0 1rem 0;
}

#single-courier-swiper .reviews-per-grade-stars svg {
  height: 12px;
  width: 13px;
}

#single-courier-swiper .grade-distribution {
  color: #384454;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  #single-courier-swiper .grade-distribution {
    margin: 5% 0 0 30px;
  }
}

@media screen and (max-width: 399px) {
  #single-courier-swiper span.reviews-per-grade-label {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 799px) {
  #single-courier-swiper .reviews-per-grade-container {
    margin-top: 10%;
  }

  #single-courier-swiper .grade-distribution {
    margin: 30px 0 0 25px;
  }

  #single-courier-swiper .reviews-per-grade-label {
    margin: 30px 0 0 25px;
  }
}

#single-courier-swiper .reviews-per-grade-container div {
  margin-top: 10px;
}

#single-courier-swiper .reviews-per-grade-stars {
  float: right;
  margin-right: 10%;
}

#single-courier-swiper .reviews-per-grade-label {
  font-weight: 500;
  color: #384454E5;
}

@media screen and (min-width: 1024px) {
  #single-courier-swiper .grade-distribution {
    font-size: 18px;
  }

  #single-courier-swiper .reviews-per-grade-label {
    font-size: 14px;
    margin: 30px 0  30px 30px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
  #single-courier-swiper .reviews-per-grade-label {
    margin: 10px 0 0 10px;
  }

  #single-courier-swiper .reviews-per-grade-stars {
    margin-right: 5%;
  }
}

#single-courier-filters-form .filters-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#single-courier-filters-form .select-by-name select {
  font-size: 16px;
  color: #223040;
  height: 52px;
}

#single-courier-filters-form .select2-container:hover,
#single-courier-filters-form .select2-container--default .select2-selection--single:hover {
  border-color: #96c21f;
  cursor: pointer;
}

#single-courier-filters-form .select2-container--default .select2-selection--single {
  border-color: #5D5D5D4D;
}

#single-courier-filters-form .filter-by-stars-square {
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid rgba(93, 93, 93, 0.3);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;

}

#single-courier-filters-form .filter-by-stars-square span:first-child {
    margin-top: 10px;
}

#single-courier-filters-form .filter-by-stars-square svg {
  width: 14px;
  height: 13px;
}

#single-courier-filters-form .filter-by-stars-square:hover {
  border-color: #96c21f;
  cursor: pointer;
}

#single-courier-filters-form .stars-filter-container {
  display: flex;
  gap: 10px;
}

#filter-user-reviews {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

#single-courier-reviews-shortcode {
  margin-bottom: 50px;
}

#select2-sortSelect-results {
  max-height: none !important;
}

@media screen and (min-width: 1024px) {
  #single-courier-filters-form .select-by-name select {
    width: 269px !important;
  }

  #single-courier-filters-form .select-by-name select option {
    max-height: 200px;
  }

  #single-courier-filters-form .sort-by-filters select {
    width: 208px !important;
  }
}

@media screen and (max-width: 1023px) {
  #single-courier-filters-form .select-by-name,
  #single-courier-filters-form .sort-by-filters {
    width: 90%;
  }

  #single-courier-filters-form .select2 {
    width: 100% !important;
  }

  #single-courier-filters-form .select-by-name {
    order: 1;
  }

  #single-courier-filters-form .sort-by-filters {
    order: 2;
  }

  #single-courier-filters-form .stars-filter-container {
    order: 3;
    align-self: start;
    margin-left: 10%;
  }

  #single-courier-reviews-shortcode .user-reviews-header {
    font-size: 20px;
  }

  #filter-user-reviews .delivery-total-avg {
    display: none;
  }

  #filter-user-reviews .single-courier-reviews-container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  #filter-user-reviews .review-score-breakdown {
    width: 100%;
    align-items: start;
  }

  #filter-user-reviews .delivery-number {
    order: 3;
    align-self: start;
  }

  #filter-user-reviews .author-name {
    order: 1;
  }

  #filter-user-reviews .review-content {
    order: 4;
  }

  #filter-user-reviews .score-mobile {
    order: 2;
  }

  #filter-user-reviews .score-mobile svg {
    width: 12px;
    height: 12px;
  }

  #filter-user-reviews .reviewStars {
    width: 100%;
    justify-content: start;
  }

  #filter-user-reviews .score-mobile span:first-child {
    font-size: 16;
    font-weight: 800;
    color: #223040;
  }

  #filter-user-reviews .review-body {
    gap: 5px;
  }

  #filter-user-reviews .review-date {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .score-mobile span {
    display: none;
  }
}

#single-courier-filters-form .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='3' stroke='%23000000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  right: 5%;
  top: 30%;
}

#single-courier-filters-form .select2-selection__placeholder {
  color: #223040;
  font-size: 16px;
}

#single-courier-filters-form .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  height: 52px !important;
}

#single-courier-filters-form .select2-container--open .select2-search__field {
  pointer-events: auto;
}

#select2-courierSelect-results .select2-results__option--highlighted[aria-selected],
#select2-sortSelect-results .select2-results__option--highlighted[aria-selected],
#select2-transport-type-select-results .select2-results__option--highlighted[aria-selected],
#select2-filter-by-results .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F6FE !important;
  color: inherit;
}

#single-courier-filters-form .active {
  border: 2px solid;
  border-color: #96c21f;
}

#filter-user-reviews .single-courier-reviews-container {
  display: flex;
  width: 100%;
  border-top: 1px solid #E5E6E7;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  #filter-user-reviews .single-courier-reviews-container {
    gap: 120px;
  }
}

#filter-user-reviews .single-courier-reviews-container:nth-child(5),
#filter-user-reviews .single-courier-reviews-container:last-child {
  border-bottom: 1px solid #E5E6E7;
  padding-bottom: 30px;
}

#filter-user-reviews .star-container svg {
  width: 14px;
  height: 13px;
}

#filter-user-reviews .review-score-breakdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  #filter-user-reviews .review-score-breakdown  {
    width: 25%;
  }

  #filter-user-reviews .review-body {
    width: 70%;
    gap: 20px;
    padding: 10px;
  }
}

#filter-user-reviews .review-body {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  #filter-user-reviews .delivery-total-avg {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-bottom: 20px;
  }
}

#filter-user-reviews .courier-logo {
  width: 100px;
  height: 61px;
}

#filter-user-reviews .review-avg-score {
  font-size: 32px;
  font-weight: 800;
  color: #223040E5;
}

@media screen and (min-width: 1024px) {
  #filter-user-reviews .reviewStars {
    justify-content: end;
  }
}

#filter-user-reviews .reviewStars {
  display: flex;
  gap: 20px;
}

#filter-user-reviews .star-container {
  margin-right: 3px;
}

#filter-user-reviews .result-title {
  font-size: 14px;
  color: #223040CC;
  min-width: 135px;
}

#filter-user-reviews .delivery-number {
  font-size: 14px;
  color: #223040B2;
}

#filter-user-reviews .review-content {
  font-size: 16px;
  color: #000000;
  text-align: justify;
  line-height: 30px;
}

#filter-user-reviews .author-name {
  font-weight: 700;
  font-size: 16px;
}

#filter-user-reviews .review-date {
  float: right;
  font-size: 12px;
  letter-spacing: 0.5%;
  color: #223040CC;
  font-weight: 400;
}

#single-courier-reviews-shortcode .pagination {
  margin-top: 100px;
}

#single-courier-reviews-shortcode .pagination span {
  color: #223040CC;
}

#single-courier-reviews-shortcode h2.user-reviews-header {
  position: relative;
  padding-left: 14px;
}

@media  screen and (min-width: 1024px) {
  #single-courier-reviews-shortcode h2.user-reviews-header {
    font-size: 32px;
  }
}

#single-courier-reviews-shortcode h2.user-reviews-header {
  color: #223040;
}

#single-courier-reviews-shortcode h2.user-reviews-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #9FC143;
  margin-right: 10px;
}

/* courier evaluation form */
.courier-evaluation-form-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#evaluation-form .add-new-review .form-row {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-top: 1rem;
  line-height: 1;
  font-size: 13px;
}

#evaluation-form .add-new-review .form-row .review-aggreement {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin: 0;
}

@media screen and (min-width: 768px) {
  form#evaluation-form.add-new-review {
    gap: 50px;
    -webkit-box-shadow: 0px 15px 60px 0px #22304059;
    -moz-box-shadow: 0px 15px 60px 0px  #22304059;
    box-shadow: 0px 15px 60px 0px #22304059;
  }
}

form#evaluation-form.add-new-review {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
  border-radius: 10px;
  padding: 30px 25px;
  max-width: 672px;
  background-color: #FFFFFF;
  position: relative;
  justify-content: center;
}

#evaluation-form .courier-evaluation-header {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
}

#evaluation-form .star-flex {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #evaluation-form .star-flex {
    margin-left: 10%;
  }

  #evaluation-form .courier-evaluation-header {
    padding-left: 15px;
  }
}


.courier-evaluation-header h1 {
  display: inline;
  font-weight: 600;
  color: #223040;
}

#evaluation-form .courier-evaluation-header img {
  height: 24px !important;
  width: 24px !important;
}

#evaluation-form .myLabel {
  font-size: 16px;
  color: #223040E5;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#evaluation-form .star {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #evaluation-form label.star {
    padding: 10px !important;
  }
}

#evaluation-form label.star {
  font-size: 26px !important;
  color: #B3B3B3 !important;
}

#evaluation-form label.star-1 {
  padding-left: 0 !important;
}

#evaluation-form .text-form-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #evaluation-form .text-form-container.user-personal-data {
    gap: 30px;
  }
}

#evaluation-form .text-form-container.user-personal-data {
  flex-direction: column;
  align-items: center;
}

#evaluation-form .text-form-container.user-personal-data input {
  width: 100%;
}

#evaluation-form .form-rank-row {
  position: relative;
}

@media screen and (min-width: 768px) {
  #evaluation-form .form-rank-row {
    width: 80%;
  }
}

#evaluation-form .form-rank-row .myLabel {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: #fff !important;
  padding: 0 5px;
  font-size: 11px;
}

#evaluation-form .form-rank-row .myLabel span {
  color: red;
  font-weight: 500
}

#evaluation-form .form-row.review-agreement span:nth-child(1) {
  color: red;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
}

#evaluation-form .myLabel input::placeholder,
#evaluation-form .myLabel textarea::placeholder {
  font-size: 16px;
  color: #00000066;
}


#evaluation-form .form-rank-row .textarea {
  width: 100%;
  resize: none;
  min-height: 202px;
  padding: 20px;
}

#evaluation-form .char-counter {
  float: right;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #22304080;
}

#review-agreement-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  border: 1px solid #223040 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  background-color: #fff !important;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}

#review-agreement-input:checked {
  background-color: #8C92AC !important;
  border-color: #203040 !important;
}

#review-agreement-input:checked::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#evaluation-form .review-agreement label {
  display: flex;
  margin-left: 10px;
  display: flex;
  cursor: pointer;
  letter-spacing: 0.02em;
  color: #223040CC;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #evaluation-form .form-row.review-agreement {
    width: 80%;
  }

  .white-rectangle {
    display: none;
  }
}

#evaluation-form .form-row.review-agreement {
  display: flex;
}

#evaluation-form .submit-courier-review {
  background-color: #9FC143;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-width: 200px;
  cursor: pointer;
  max-width: 310px;
  align-self: center;
}

#evaluation-form .submit-courier-review:hover {
  background-color: #B7D663;
}

@media  screen and (min-width: 768px) {
  #evaluation-form .submit-courier-review {
    width: 310px;
  }
}

#evaluation-form .modal-link {
  cursor: pointer;
}

#evaluation-form .submit-courier-review span {
  height: 47px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  position: relative;
}

#evaluation-form .stars2 {
  width: 50% !important;
}

#evaluation-form .submit-courier-review span img {
  height: 23px;
  width: 23px;
}

#evaluation-form .stars-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 399px) {
  #evaluation-form .stars-container {
    flex-wrap: wrap;
    gap: 15px !important;
  }
  
  #evaluation-form .stars-text {
    width: 100%;
  }
}

@media screen and (min-width: 466px) {
  #evaluation-form .stars-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 465px) and (min-width: 400px)  {
  #evaluation-form .stars-text {
    font-size: 11px;
    margin-left: auto;
  }
}

#evaluation-form .stars-text {
  letter-spacing: 0.02em;
  color: #223040E5;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #evaluation-form .courier-evaluation-header h1 {
    font-size: 20px;
  }

  form#evaluation-form.add-new-review {
    gap: 30px;
    width: 85%;
  }

  #evaluation-form .stars-container {
    gap: 40px;
  }

  #evaluation-form .form-rank-row {
    width: 100%;
  }

  #evaluation-form .text-form-container:nth-child(1) {
    margin-top: 30px;
  }

  #evaluation-form .text-form-container.user-personal-data {
    gap: 50px;
  }

  #evaluation-form .form-row.review-agreement {
    width: 100%;
  }

  .white-rectangle {
    background-color: #FFFFFF;
    height: 177px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0px -30px 30px 0px #00000033;
    -moz-box-shadow: 0px -30px 30px 0px #00000033;
    box-shadow: 0px -30px 30px 0px #00000033;
    border-radius: 10px;
    width: 100%;
  }
}

#evaluation-form .courier-rank-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  position: absolute;
  transform: translate(-50%, -50%);
  display: none;
}

#evaluation-form input.star-5:checked ~ label.star::before,
input.star:checked ~ label.star::before {
  color: #9FC143;
}

#evaluation-form input.star-5:checked ~ label.star::before {
  text-shadow: none;
}

@media screen and (min-width: 1024px) {
  form#evaluation-form.add-new-review {
    height: 1419px;
  }

  #evaluation-form .courier-evaluation-header h1 {
    font-size: 22px;
  }
}

.unable-to-load-data-err {
  color: red;
}

@media screen and (max-width: 763px) {
  .unable-to-load-data-err {
    font-size: 15px;
  }
}

@media screen and (min-width: 764px) {
  .unable-to-load-data-err {
    font-size: 22px;
  }
}

.single-courier-seo-section .elementor-widget-container h2.elementor-heading-title {
  margin-top: 50px !important;
}
