body.kiosk .pgl-form-search-wrapper .portlet-content {
  background: transparent;
}
body.kiosk .pgl-form-search-wrapper .search-row {
  margin-bottom: 20px;
}
body.kiosk .pgl-form-search-wrapper .move-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 60rem;
}
body.kiosk .pgl-form-search-wrapper .form-link {
  padding: 10px;
  background: #84bfbb;
  color: white;
  border-radius: 50px;
}
body.kiosk .pgl-form-search-wrapper .form-link:hover {
  padding: 10px;
  background: var(--primary-color);
  color: white;
  border-radius: 50px;
}
body.kiosk .pgl-form-search-wrapper .round-button-up {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: relative;
  cursor: pointer;
}
body.kiosk .pgl-form-search-wrapper .round-button-down {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: relative;
  cursor: pointer;
}
body.kiosk .pgl-form-search-wrapper .round-button-up::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.kiosk .pgl-form-search-wrapper .round-button-down::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
  /* Change this line */
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.kiosk .pgl-form-search-wrapper .round-button-search, body.kiosk .pgl-form-search-wrapper .round-button-search:focus {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: relative;
  cursor: pointer;
  color: white;
}
body.kiosk .pgl-form-search-wrapper .btn.round-button-search .lexicon-icon-search {
  width: 30px;
  height: 30px;
}
body.kiosk .pgl-form-search-wrapper .form-kiosk-input, body.kiosk .pgl-form-search-wrapper .form-kiosk-input:focus {
  border-radius: 50px;
  background-color: #84bfbb;
  padding: 30px;
  color: white;
}
body.kiosk .pgl-form-search-wrapper .form-kiosk-input::placeholder {
  color: white;
}
body.kiosk .pgl-form-search-wrapper .form-link-container {
  max-height: 60rem;
  overflow: hidden;
  position: relative;
}
body .pgl-form-search-wrapper {
  margin-top: 1rem;
}
body .pgl-form-search-wrapper .portlet-content {
  background: #004c55;
  margin-bottom: 80px;
}
body .pgl-form-search-wrapper .btn-search {
  width: 100%;
  background: transparent;
  border: 1px solid white;
  border-radius: 0px 5px 5px 0px;
  color: whitesmoke;
  margin-left: -1px;
}
body .pgl-form-search-wrapper .input-text-wrapper {
  width: calc(100% - 50px);
}
body .pgl-form-search-wrapper .search {
  border-radius: 5px 0px 0px 5px;
}
body .pgl-form-search-wrapper .panel-body {
  padding: 0.5rem;
}
body .pgl-form-search-wrapper .letter {
  color: #e8e8a1;
}
body .pgl-form-search-wrapper .link-request {
  color: whitesmoke;
  font-size: 14px;
}
body .pgl-form-search-wrapper .link-request p {
  padding: 0px;
  margin: 0px;
}
body .pgl-form-search-wrapper .request-list {
  margin: -15px;
  margin-top: 5px;
}
body .pgl-form-search-wrapper .list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
body .pgl-form-search-wrapper a.link-request:hover {
  background: rgba(0, 76, 85, 0.35) !important;
  color: yellow;
  text-decoration: none;
  z-index: 1;
}
body .pgl-form-search-wrapper .list-group-item-action, body .pgl-form-search-wrapper .list-group-item-action {
  background: #004c55;
  color: whitesmoke;
  text-decoration: none;
  z-index: 1;
}
body .pgl-form-search-wrapper .active {
  color: yellow;
}

.operator-type {
  margin-top: -25px;
  position: absolute;
  right: -15px;
}

.custom-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-list-item {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f8f9fa;
}

.custom-list-item:hover {
  background-color: #e9ecef;
}

.modal-header {
  background-color: #249991;
  color: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 15px;
}

.modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
}

.modal-title {
  flex-grow: 1;
  font-size: 1rem;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  justify-content: space-between;
  padding: 15px;
}

.modal-footer button {
  border-radius: 8px;
}

.close {
  color: #fff;
  font-size: 1.5rem;
}

.btn-next {
  background: var(--teal4) !important;
}

.btn-next:hover {
  background: rgba(0, 76, 85, 0.85) !important;
  border-color: var(--teal4) !important;
  color: white !important;
  text-decoration: none;
}

#pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#pagination a {
  padding: 8px 16px;
  margin: 0 5px;
  border: 1px solid #007bff;
  border-radius: 4px;
  text-decoration: none;
  color: #007bff;
  cursor: pointer;
}

#pagination a.active {
  background-color: #007bff;
  color: #fff;
}