.packinfo p {
  font-size: 10px;
}
button {
  border: none;
  cursor: pointer;
}
.buttonactive {
  animation: buttona 0.1s linear;
}
.PP {
  font-weight: 600;
}
@keyframes buttona {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.fullzcontainer {
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1500px;
}
.fullzbox {
  padding: 30px 15px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.345);
}
.fullzboxx {
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 60px 15px;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 355px);
}
.FULLz {
  width: 100%;
  max-width: 800px;
  border: none;
  border-radius: 10px;
  padding: 30px 20px 40px 20px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: 1px solid transparent;
}
.fullzsec1 {
  display: flex;
  flex-direction: column-reverse;
}
.fs11 {
  display: flex;
  align-items: center;
}
.tabselect {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #adaaaa;
  color: #ffffff;
}
.tabselected {
  background-color: #000000;
  color: white;
}
#dobssn {
  margin-left: 20px;
}
.fs12 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
#viewpurchases {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#viewpurchases a {
  color: #000000;
  margin-top: 10px;
}
#purchasecount {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  color: white;
}
#fullzsec2 {
  margin-top: 20px;
  padding-top: 20px;
}
.fullzpackbody {
  padding: 20px 10px 30px 10px;
  margin: 30px 10px 0 10px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: 1px solid transparent;
  border: none;
  border-radius: 10px;
  position: relative;
}
.FB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filtercount {
  display: flex;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: center;
}
.filtercount p {
  font-size: 12px;
}
.filters {
  margin-top: 10px;
}
#statefilter {
  margin: 0 10px;
}
#dobfilter {
  margin-top: 10px;
}
.filterbuttons {
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #adaaaa;
  color: #ffffff;
}
#filterbox {
  margin-top: 30px;
}
.filtering {
  background-color: #f5f5f5;
  padding: 15px;
  border: 2px solid #3f9db7;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
}
.filtering:first-child {
  margin-top: 0;
}
.filteringsec {
  padding-bottom: 40px;
}
.closefilter {
  background-color: #3f9db7;
  position: absolute;
  border: none;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.addstate {
  background-color: #3f9db7;
  position: absolute;
  border: none;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.filterrow {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.filterrow input {
  width: 50px;
  height: 25px;
  padding: 5px 0 5px 5px;
}
.filterrow p:nth-child(1) {
  width: 50px;
}
.filterrow p:nth-child(2) {
  margin: 0 20px;
}
#bundlepurchasebox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid rgb(59, 56, 56);
}
#bundlepurchasestatus {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 30px;
}
#purchasecancel {
  width: 40px;
  height: 40px;
  background-color: #b73f3f;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}
#bpbuttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  width: 220px;
}
.startpurchase,
#startlookup {
  width: 160px;
  height: 50px;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
}
#makepurchase {
  background-color: #2b9434;
  color: #ffffff;
}
#makepurchase:disabled {
  background-color: #2b943476;
}
#startpurchase:disabled,
#startlookup:disabled {
  background-color: #7c7c7c;
}
.bundle {
  margin-top: 40px;
}
.bundle:first-child {
  margin-top: 0;
}
.packhead {
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: 1px solid transparent;
  padding: 20px;
  border: none;
  border-radius: 10px;
}
.packdetails {
  display: flex;
  justify-content: space-between;
}
.packtitle {
  font-weight: 600;
}
.packpurchase {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.packinfo {
  font-size: 10px;
  width: 180px;
  min-height: 60px;
  margin-top: 20px;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.bundleselection {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
}
#packcancelbutton {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #832b2b;
  color: #ffffff;
}
.filterinfo {
  width: auto;
  height: 80px;
}
.filteractive {
  background-color: #000000;
  color: #ffffff;
}
.countreject,
.countreject:focus {
  outline: none;
  border: 2px solid red;
  border-radius: 5px;
}
#purchasecancel img {
  height: 20px;
}
.ploader {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid;
  border-color: #000 #0000;
  animation: l1 1s infinite;
  margin-right: 20px;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.dobp {
  margin-bottom: 20px;
}
.DSI {
  width: 100%;
  border: 2px solid rgb(144, 142, 142);
  border-radius: 5px;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 15px;
}
.DSI:last-child {
  margin-bottom: 0;
}
#DOBSSNLOOKUP {
  border: none;
  border-radius: 10px;
  padding: 40px 10px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: 1px solid transparent;
}
.LOOKUP {
  display: flex;
  margin-top: 50px;
}
#LKcl1 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#LKcl2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  width: 220px;
}

@media (max-width: 629px) {
  #bpbuttons {
    width: auto;
  }
}

@media (max-width: 400px) {
  .tabselect {
    padding: 15px 20px;
  }
  .filtering {
    padding: 15px 5px 45px 5px;
  }
}

@media (min-width: 630px) {
  #bundlepurchasebox {
    flex-direction: row;
  }
  #bundlepurchasestatus {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fullzcontainer {
    padding: 0 50px;
  }
  .fullzbox {
    padding: 50px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.345);
  }
  .fullzboxx {
    padding: 50px;
  }
  .fullzpackbody {
    padding: 20px 20px 30px 20px;
  }

  .DOBSSNLOOKUPDIV {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .DSI {
    width: 47%;
    margin-bottom: 30px;
  }
}
