body, html {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  color: white;
  font-family: Arial, sans-serif;
}

.total-container{
  height: 100%;
  background-color: #F4F7FE;
  margin-left: auto;
  margin-right: auto;
  transition: 0.6s;
}

.header{
  background-color: rgb(244,247,254);
  text-align: center;
  min-height: 5.3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-title{
  font-size: 1.2rem;
  height: 2rem;
  line-height: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-content: center;
}

.history-back-btn{
  position: absolute;
  left: 1.5rem;
  top: 0.85rem;
  z-index: 999999;
}

.poomang-btn{
  position: absolute;
  right: 1.5rem;
  top: 0.85rem;
  z-index: 999999;
}

.ad-box1{
  width: 100%;
  height: 100px;
  background-color: white;
}

.category-select-box{
  margin-top: 1rem;
  width: 90%;
  margin-right: auto !important;
  margin-left: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  overflow-x: hidden;
}

.round-col{
  border-radius: 40%;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(188, 195, 211);
  min-width: max-content;
  margin-right: 5px;
  margin-left: 5px;
  transition: 0.5s;
}

.selected{
  background: rgb(255, 248, 84);
  color: black;
  transition: 0.5s;
}

.margin{
  margin-top: 0.8rem;
}

.card-row-box{
  row-gap: 0.6rem;
}
.mb-45{
  margin-bottom: 45px;
}

.ad-box2{
  position: fixed;
  bottom: 0;
  background-color: white;
  z-index: 99999;
  width: 100%;
}

.ad-box3{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 99999;
  width: 100%;
  height: 250px;
  min-height: 250px;
}

@media only screen and (min-width: 600px) {
 .card-body{
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
 }
}
