body.dashBody {
  background: #f9f9f9;
}
/*==================profile=================*/
.dashbrdSec {
  margin: 45px 0 80px 0;
}
.dashbrdSec .dashbrdRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.dashbrdSec .dashbrdRow.noresult {
  align-items: stretch;
}
.dashbrdSec .dashbrdRow .dashMenuBx {
  width: 265px;
  padding: 31px 25px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
}
.dashbrdSec .dashMenuBx .dashMnuUser {
  text-align: center;
  margin-bottom: 50px;
}
.dashbrdSec .dashMenuBx .dashMnuUser .imgBx {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--Text-50);
  margin: 0 auto 10px auto;
}
.dashbrdSec .dashMenuBx .dashMnuUser img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.dashbrdSec .dashMenuBx .dashMnuUser p {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiMedium";
  width: 100%;
  max-width: 147px;
  margin: 0 auto;
}
.dashbrdSec .dashMenu li {
  margin-bottom: 5px;
}
.dashbrdSec .dashMenu li:last-child {
  margin-bottom: 0;
  border-top: 1px solid var(--Text-100);
  padding-top: 5px;
}
.dashbrdSec .dashMenu a,
.dashbrdSec .dashMenu button {
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  height: 60px;
  color: var(--Text-500);
  padding: 0 18px;
  transition: all 0.6s;
}
.dashbrdSec .dashMenu a span,
.dashbrdSec .dashMenu button span {
  font-size: 24px;
}
.dashbrdSec .dashMenu a p,
.dashbrdSec .dashMenu button p {
  font-size: 15.5px;
  font-family: "SatoshiBold";
}
.dashbrdSec .dashMenu a.active,
.dashbrdSec .dashMenu a:hover {
  background: var(--Text-50);
}
.dashbrdSec .dashMenu button:hover {
  color: #ef1e52;
}
.dashbrdSec .dashMenu a.active {
  color: var(--Text-950);
}
.dashbrdSec .dashbrdRow .dashMain {
  width: calc(100% - 265px);
  padding-left: 35px;
}
.dashbrdSec .dashMain .dashMainHed {
  margin-bottom: 20px;
}
.dashbrdSec .dashMain .dashMainHed .btn {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--Text-950);
  line-height: 1;
  padding: 0;
  margin: 0 auto 20px 0;
}
.dashbrdSec .dashMain .dashMainHed .btn span {
  font-size: 24px;
}
.dashbrdSec .dashMain .dashMainHed .btn p {
  font-size: 22px;
  font-family: "SatoshiBold";
}
.dashbrdSec .dashMain .dashMainHed .btn:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.dashbrdSec .dashMain .dashMainHed .btn:hover {
  color: var(--Primary-500);
}
.dashbrdSec .dashMain .dashMainHed h1 {
  color: var(--Text-950);
  font-size: 22px;
  font-family: "SatoshiBold";
  padding-left: 8px;
}

/*=======profile========*/
.profileInfo .profileBx {
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 100%;
}
.profileInfo .profileBx strong {
  display: block;
  margin-bottom: 12px;
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiBold";
}
.profileInfo .profileBx p {
  color: var(--Text-400);
  font-size: 13.75px;
}
.profileInfo .profileBx .btn {
  color: var(--Primary-500);
  font-size: 13.75px;
  font-family: "SatoshiBold";
  padding: 0;
  margin: 0;
}
.profileInfo .profileBx .btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.profileInfo .profileBx .btn:hover {
  color: var(--Primary-700);
}

/*=======My-Tickets========*/
.myTiketLst .myTiketBx {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
}
.myTiketLst .tiketTitle h2 {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
  margin-bottom: 14px;
}
.myTiketLst .tiketTitle p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  margin-bottom: 9px;
}
.myTiketLst .myTiketBx .tNumber {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--Text-950);
  margin: 18px 0;
}
.myTiketLst .myTiketBx .tNumber span {
  font-size: 24px;
}
.myTiketLst .myTiketBx .tNumber i {
  font-size: 14px;
}
.myTiketLst .myTiketBx .tNumber p {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiBold";
}
.myTiketLst .myTiketBx button {
  padding: 0;
  margin: 0 0 0 auto;
  color: var(--Primary-500);
  font-size: 15.5px;
  font-family: "SatoshiMedium";
  display: block;
  width: max-content;
}
.myTiketLst .myTiketBx button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.myTiketLst .myTiketBx button:hover {
  color: var(--Primary-700);
}

.emptyTicket {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}
.emptyTicket p {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: var(--Text-300);
  text-align: center;
  font-size: 13.75px;
}
.emptyTicket a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 164px;
  height: 50px;
  padding: 0 16px;
  border-radius: 50px;
  background: var(--Primary-500);
  color: #fff;
  font-size: 16px;
  font-family: "SatoshiBold";
}
.emptyTicket a:hover {
  background: var(--Primary-700);
}

/*=======favorite-Liss========*/
.favoriteList .favoriteCrd {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.favoriteList .favoriteCrd .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.favoriteList .favoriteCrd .img {
  width: 147px;
  min-width: 147px;
  height: 111px;
  border-radius: 16px;
}
.favoriteList .favoriteCrd .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.favoriteList .favoriteCrd .text h2 {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiBold";
  line-height: 1.6;
  margin-bottom: 8px;
}
.favoriteList .favoriteCrd .text p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  margin-bottom: 8px;
}
.favoriteList .favoriteCrd .text p:last-child {
  margin-bottom: 0;
}
.favoriteList .favoriteCrd .crdLikeBtn .icon-heart {
  color: var(--Text-950);
}

/*=======Purchase-Table========*/
.purchaseTbl {
}
.purchaseTbl th {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiBold";
  text-align: left;
  background: var(--Text-100);
  padding: 16px 10px;
  min-width: 88px;
}
.purchaseTbl th:first-child {
  border-radius: 20px 0 0 0;
  padding: 16px 10px 16px 20px;
}
.purchaseTbl th:last-child {
  border-radius: 0 20px 0 0;
  min-width: 130px;
  padding: 16px 20px 16px 10px;
}
.purchaseTbl td {
  text-align: left;
  padding: 15px 10px;
}
.purchaseTbl td:first-child {
  padding: 15px 10px 15px 20px;
}
.purchaseTbl td:last-child {
  padding: 15px 20px 15px 10px;
}
.purchaseTbl tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.purchaseTbl tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.purchaseTbl td .idBox {
  color: var(--Primary-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  min-width: max-content;
}
.purchaseTbl td p {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  width: max-content;
  max-width: 100px;
}

/*==================media=================*/
@media (min-width: 768px) and (max-width: 991px) {
  .favoriteList .favoriteCrd {
    display: block;
  }
  .favoriteList .favoriteCrd .left {
    flex-direction: column;
  }
  .favoriteList .favoriteCrd .img {
    width: 100%;
    height: 200px;
  }
  .favoriteList .favoriteCrd .img img {
    object-position: center;
  }
  .favoriteList .favoriteCrd .text {
    width: 100%;
    text-align: center;
  }
  .favoriteList .favoriteCrd .crdLikeBtn {
    position: absolute;
    right: 45px;
    top: 45px;
  }
  .favoriteList .favoriteCrd .crdLikeBtn .icon-heart {
    color: #fff;
  }
  .dashbrdSec .dashbrdRow .dashMain {
    width: calc(100% - 245px);
    padding-left: 20px;
  }
  .dashbrdSec .dashbrdRow .dashMenuBx {
    width: 245px;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .purchaseTbl td p,
  .purchaseTbl td .idBox,
  .favoriteList .favoriteCrd .text p {
    font-size: 12px;
  }
  .favoriteList .favoriteCrd {
    padding: 15px;
  }
  .tixModal .tixMdlHdr .left strong {
    padding-left: 10px;
  }
  .tixModal .mdlDtailBx {
    padding: 18px 15px;
  }
  .dashbrdSec .dashbrdRow {
    flex-direction: column;
    gap: 25px;
  }
  .dashbrdSec .dashbrdRow .dashMenuBx {
    display: none;
  }
  .dashbrdSec .dashbrdRow .dashMain {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .favoriteList .favoriteCrd {
    display: block;
  }
  .favoriteList .favoriteCrd .left {
    flex-direction: column;
  }
  .favoriteList .favoriteCrd .img {
    width: 100%;
    height: 200px;
  }
  .favoriteList .favoriteCrd .img img {
    object-position: center;
  }
  .favoriteList .favoriteCrd .text {
    width: 100%;
    text-align: center;
  }
  .favoriteList .favoriteCrd .crdLikeBtn {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .favoriteList .favoriteCrd .crdLikeBtn .icon-heart {
    color: #fff;
  }
}
