.appeal-alert {
  overflow: hidden;
  position: relative;
  max-width: 700px;
  width: 60%;
  padding: 20px;
  background-color: rgba(30, 33, 38, 70%);
  border: 1px solid #fd644a7d;
  border-radius: 10px;
  margin: auto;
  margin-top: 10px;
}

.appeal-alert::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  overflow: hidden;
  aspect-ratio: 2/2;
  border-radius: 0 100% 0 0;
  filter: blur(80px);
  background-color: #fd644a7d;
  z-index: 0;
}
.appeal-alert::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 20%;
  width: 15%;
  overflow: hidden;
  aspect-ratio: 2/2;
  border-radius: 100%;
  filter: blur(100px);
  background-color: #fd644a7d;
  z-index: 0;
}

.appeal-alert p {
  color: rgba(255, 255, 255, 70%);
  text-shadow: 0 0 10px var(--color-bg-dark);
  font-weight: 300;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 10px;
}

.appeal-alert .txt-hilght {
  color: #ff977d;
}

#ma-type {
  z-index: 1;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-bg-dark);
  width: min-content;
  max-width: 400px !important;
  padding: 10px;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#ma-type h5 {
  background: var(--color-bg-dark);
  padding: 7px 20px 10px 20px;
  border-radius: 10px;
  width: 10vw;
  max-width: var(--res-maxwidth);
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

#ma-type h5 hr {
  margin: 0;
  opacity: 0%;
  width: 50%;
  border: 0.5px solid var(--color-primary);
  border-radius: 01px;
}

.ma-type-selected {
  background: var(--color-bg-light) !important;
  cursor: default !important;
}
.ma-type-selected hr {
  opacity: 100% !important;
}

#publicsearchform {
  max-width: -webkit-fill-available;
  flex-direction: row;
  padding: 0;
  margin: 50px 20px 50px 20px;
  border-radius: 10px;
  background-color: rgba(23, 24, 29, 0.3);
  position: relative;
  z-index: 3;
}

#publicsearchform input:not(#publicsearchform button) {
  margin: 0;
  width: -webkit-fill-available;
  border: none;
  border-radius: 0;
  background: transparent;
}

#publicsearchform input:nth-child(0) {
  border-radius: 10px 0 0 10px;
}

#publicsearchform button:not(button:nth-child(1)) {
  border-radius: 0 10px 10px 0;
  /* background: #04ff6e5e;
    color: white;
    border-color: #04ff6e5e; */
}

#publicsearchform button:hover:not(button:nth-child(1)) {
  /* background-color: white;
    color: var(--color-bg-light);
    border-color: white; */
}

#publicsearchform hr {
  border: 0;
  border-right: 2px solid var(--color-primary);
  margin: 20px 0;
}

#searhclear {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: -30px;
}

#access-denied:not(#access-denied.datatable) {
  margin-top: -30px;
  margin-bottom: 20px;
}

td.tdexpend span {
  cursor: pointer;
  color: #00bfff;
  display: flex;
  justify-content: center;
  align-items: center;
}

td.tdexpend span:hover {
  transition-duration: 0.3s;
  transform: scale(1.1);
}

td.tdactions {
  display: flex;
  gap: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

td img.actionicon {
  width: 30px;
  cursor: pointer;
}

td img.actionicon:hover:not(td img.actionicon.closed:hover) {
  transition-duration: 0.3s;
  transform: scale(1.1);
}

td img.actionicon.closed {
  cursor: default;
}

td.tdstatus > span {
  padding: 5px 10px;
  /* border: 1px solid white; */
  border-radius: 5px;
  font-size: 12px;
}

td.tdstatus > span.Pending {
  background-color: #fb6a0025;
  color: #ffa057;
}

td.tdstatus > span.Transferred {
  background-color: #ff173f2d;
  color: #ff9592;
}

td.tdstatus > span.Dispossed {
  background-color: #ffffff12;
  color: #ffffffaf;
}

td.tdstatus > span.Heard {
  background-color: #00ffe61e;
  color: #0afed5d6;
}
