@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.text-primary {
  color: #C7161D !important;
}

.text-gray-100 {
  color: #BBBBBB;
}

.text-gray-400 {
  color: #777777;
}

.text-gray-700 {
  color: #495057;
}

.bg-primary {
  background: #C7161D !important;
}

.bg-gray-400 {
  background: #777777 !important;
}

.tracking-lg {
  letter-spacing: 5px;
}

.text-eng {
  font-size: 0.7rem;
  display: block;
  line-height: 0.5rem;
  letter-spacing: 0px;
  margin-bottom: 4px;
}
@media all and (max-width: 575.98px) {
  .text-eng {
    font-size: 0.6rem;
  }
}
@media all and (max-width: 424.98px) {
  .text-eng {
    font-size: 0.5rem;
  }
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

body {
  background: #E6E6E6;
  padding: 0;
  line-height: 1.7;
  word-break: break-all;
  overflow-x: hidden;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-optical-sizing: auto;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #D9D9D9;
}
body::-webkit-scrollbar-thumb {
  width: 5px;
  background: #A4A4A4;
  border-radius: 10px;
}

form[name=aspnetForm] {
  margin: 0;
}

a {
  text-decoration: none;
  text-underline-offset: 3px;
  color: black;
}
a:hover {
  color: #C7161D;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  min-height: 100vh;
}
@media all and (max-width: 767.98px) {
  main {
    min-height: calc(100vh - 86px);
  }
}
@media all and (max-width: 575.98px) {
  main {
    min-height: calc(100vh - 82px);
  }
}
@media all and (max-width: 424.98px) {
  main {
    min-height: calc(100vh - 79px);
  }
}

@media all and (max-width: 767.98px) {
  footer {
    padding-bottom: 86px;
  }
}
@media all and (max-width: 575.98px) {
  footer {
    padding-bottom: 82px;
  }
}
@media all and (max-width: 424.98px) {
  footer {
    padding-bottom: 79px;
  }
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-login {
  max-width: 392px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.container-index {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media all and (max-width: 767.98px) {
  .container-index {
    padding-top: 20px;
  }
}
.container-custom.show {
  padding-left: 196px;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .container-custom.show {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.container-custom {
  padding-left: 80px;
  padding-top: 50px;
  padding-bottom: 60px;
  transition: all 0.3s ease;
}
@media all and (max-width: 991.98px) {
  .container-custom {
    padding-left: 120px;
    padding-right: 60px;
  }
}
@media all and (max-width: 767.98px) {
  .container-custom {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.frame-login {
  height: 960px;
}

.order-list, .coupon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media all and (max-width: 1199.98px) {
  .order-list, .coupon-list {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 424.98px) {
  .order-list, .coupon-list {
    font-size: 15px;
  }
}
.order-list > div, .coupon-list > div {
  background: white;
  border-radius: 6px;
  padding: 12px 4px;
  position: relative;
  border: 2px solid white;
  transition: border 0.3s ease;
}
.order-list > div:nth-of-type(1), .coupon-list > div:nth-of-type(1) {
  animation-delay: 0.51s;
}
.order-list > div:nth-of-type(2), .coupon-list > div:nth-of-type(2) {
  animation-delay: 0.52s;
}
.order-list > div:nth-of-type(3), .coupon-list > div:nth-of-type(3) {
  animation-delay: 0.53s;
}
.order-list > div:nth-of-type(4), .coupon-list > div:nth-of-type(4) {
  animation-delay: 0.54s;
}
.order-list > div:nth-of-type(5), .coupon-list > div:nth-of-type(5) {
  animation-delay: 0.55s;
}
.order-list > div:nth-of-type(6), .coupon-list > div:nth-of-type(6) {
  animation-delay: 0.56s;
}
.order-list > div:nth-of-type(7), .coupon-list > div:nth-of-type(7) {
  animation-delay: 0.57s;
}
.order-list > div:nth-of-type(8), .coupon-list > div:nth-of-type(8) {
  animation-delay: 0.58s;
}
.order-list > div:nth-of-type(9), .coupon-list > div:nth-of-type(9) {
  animation-delay: 0.59s;
}
.order-list > div:nth-of-type(10), .coupon-list > div:nth-of-type(10) {
  animation-delay: 0.6s;
}
.order-list > div:nth-of-type(11), .coupon-list > div:nth-of-type(11) {
  animation-delay: 0.61s;
}
.order-list > div:nth-of-type(12), .coupon-list > div:nth-of-type(12) {
  animation-delay: 0.62s;
}
.order-list > div:nth-of-type(13), .coupon-list > div:nth-of-type(13) {
  animation-delay: 0.63s;
}
.order-list > div:nth-of-type(14), .coupon-list > div:nth-of-type(14) {
  animation-delay: 0.64s;
}
.order-list > div:nth-of-type(15), .coupon-list > div:nth-of-type(15) {
  animation-delay: 0.65s;
}
.order-list > div:nth-of-type(16), .coupon-list > div:nth-of-type(16) {
  animation-delay: 0.66s;
}
.order-list > div:nth-of-type(17), .coupon-list > div:nth-of-type(17) {
  animation-delay: 0.67s;
}
.order-list > div:nth-of-type(18), .coupon-list > div:nth-of-type(18) {
  animation-delay: 0.68s;
}
.order-list > div:nth-of-type(19), .coupon-list > div:nth-of-type(19) {
  animation-delay: 0.69s;
}
.order-list > div:nth-of-type(20), .coupon-list > div:nth-of-type(20) {
  animation-delay: 0.7s;
}
.order-list > div:nth-of-type(21), .coupon-list > div:nth-of-type(21) {
  animation-delay: 0.71s;
}
.order-list > div:nth-of-type(22), .coupon-list > div:nth-of-type(22) {
  animation-delay: 0.72s;
}
.order-list > div:nth-of-type(23), .coupon-list > div:nth-of-type(23) {
  animation-delay: 0.73s;
}
.order-list > div:nth-of-type(24), .coupon-list > div:nth-of-type(24) {
  animation-delay: 0.74s;
}
.order-list > div:nth-of-type(25), .coupon-list > div:nth-of-type(25) {
  animation-delay: 0.75s;
}
.order-list > div:nth-of-type(26), .coupon-list > div:nth-of-type(26) {
  animation-delay: 0.76s;
}
.order-list > div:nth-of-type(27), .coupon-list > div:nth-of-type(27) {
  animation-delay: 0.77s;
}
.order-list > div:nth-of-type(28), .coupon-list > div:nth-of-type(28) {
  animation-delay: 0.78s;
}
.order-list > div:nth-of-type(29), .coupon-list > div:nth-of-type(29) {
  animation-delay: 0.79s;
}
.order-list > div:nth-of-type(30), .coupon-list > div:nth-of-type(30) {
  animation-delay: 0.8s;
}
.order-list > div:nth-of-type(31), .coupon-list > div:nth-of-type(31) {
  animation-delay: 0.81s;
}
.order-list > div:nth-of-type(32), .coupon-list > div:nth-of-type(32) {
  animation-delay: 0.82s;
}
.order-list > div:nth-of-type(33), .coupon-list > div:nth-of-type(33) {
  animation-delay: 0.83s;
}
.order-list > div:nth-of-type(34), .coupon-list > div:nth-of-type(34) {
  animation-delay: 0.84s;
}
.order-list > div:nth-of-type(35), .coupon-list > div:nth-of-type(35) {
  animation-delay: 0.85s;
}
.order-list > div:nth-of-type(36), .coupon-list > div:nth-of-type(36) {
  animation-delay: 0.86s;
}
.order-list > div:nth-of-type(37), .coupon-list > div:nth-of-type(37) {
  animation-delay: 0.87s;
}
.order-list > div:nth-of-type(38), .coupon-list > div:nth-of-type(38) {
  animation-delay: 0.88s;
}
.order-list > div:nth-of-type(39), .coupon-list > div:nth-of-type(39) {
  animation-delay: 0.89s;
}
.order-list > div:nth-of-type(40), .coupon-list > div:nth-of-type(40) {
  animation-delay: 0.9s;
}
.order-list > div:nth-of-type(41), .coupon-list > div:nth-of-type(41) {
  animation-delay: 0.91s;
}
.order-list > div:nth-of-type(42), .coupon-list > div:nth-of-type(42) {
  animation-delay: 0.92s;
}
.order-list > div:nth-of-type(43), .coupon-list > div:nth-of-type(43) {
  animation-delay: 0.93s;
}
.order-list > div:nth-of-type(44), .coupon-list > div:nth-of-type(44) {
  animation-delay: 0.94s;
}
.order-list > div:nth-of-type(45), .coupon-list > div:nth-of-type(45) {
  animation-delay: 0.95s;
}
.order-list > div:nth-of-type(46), .coupon-list > div:nth-of-type(46) {
  animation-delay: 0.96s;
}
.order-list > div:nth-of-type(47), .coupon-list > div:nth-of-type(47) {
  animation-delay: 0.97s;
}
.order-list > div:nth-of-type(48), .coupon-list > div:nth-of-type(48) {
  animation-delay: 0.98s;
}
.order-list > div:nth-of-type(49), .coupon-list > div:nth-of-type(49) {
  animation-delay: 0.99s;
}
.order-list > div:nth-of-type(50), .coupon-list > div:nth-of-type(50) {
  animation-delay: 1s;
}
.order-list > div:nth-of-type(51), .coupon-list > div:nth-of-type(51) {
  animation-delay: 1.01s;
}
.order-list > div:nth-of-type(52), .coupon-list > div:nth-of-type(52) {
  animation-delay: 1.02s;
}
.order-list > div:nth-of-type(53), .coupon-list > div:nth-of-type(53) {
  animation-delay: 1.03s;
}
.order-list > div:nth-of-type(54), .coupon-list > div:nth-of-type(54) {
  animation-delay: 1.04s;
}
.order-list > div:nth-of-type(55), .coupon-list > div:nth-of-type(55) {
  animation-delay: 1.05s;
}
.order-list > div:nth-of-type(56), .coupon-list > div:nth-of-type(56) {
  animation-delay: 1.06s;
}
.order-list > div:nth-of-type(57), .coupon-list > div:nth-of-type(57) {
  animation-delay: 1.07s;
}
.order-list > div:nth-of-type(58), .coupon-list > div:nth-of-type(58) {
  animation-delay: 1.08s;
}
.order-list > div:nth-of-type(59), .coupon-list > div:nth-of-type(59) {
  animation-delay: 1.09s;
}
.order-list > div:nth-of-type(60), .coupon-list > div:nth-of-type(60) {
  animation-delay: 1.1s;
}
.order-list > div:nth-of-type(61), .coupon-list > div:nth-of-type(61) {
  animation-delay: 1.11s;
}
.order-list > div:nth-of-type(62), .coupon-list > div:nth-of-type(62) {
  animation-delay: 1.12s;
}
.order-list > div:nth-of-type(63), .coupon-list > div:nth-of-type(63) {
  animation-delay: 1.13s;
}
.order-list > div:nth-of-type(64), .coupon-list > div:nth-of-type(64) {
  animation-delay: 1.14s;
}
.order-list > div:nth-of-type(65), .coupon-list > div:nth-of-type(65) {
  animation-delay: 1.15s;
}
.order-list > div:nth-of-type(66), .coupon-list > div:nth-of-type(66) {
  animation-delay: 1.16s;
}
.order-list > div:nth-of-type(67), .coupon-list > div:nth-of-type(67) {
  animation-delay: 1.17s;
}
.order-list > div:nth-of-type(68), .coupon-list > div:nth-of-type(68) {
  animation-delay: 1.18s;
}
.order-list > div:nth-of-type(69), .coupon-list > div:nth-of-type(69) {
  animation-delay: 1.19s;
}
.order-list > div:nth-of-type(70), .coupon-list > div:nth-of-type(70) {
  animation-delay: 1.2s;
}
.order-list > div:nth-of-type(71), .coupon-list > div:nth-of-type(71) {
  animation-delay: 1.21s;
}
.order-list > div:nth-of-type(72), .coupon-list > div:nth-of-type(72) {
  animation-delay: 1.22s;
}
.order-list > div:nth-of-type(73), .coupon-list > div:nth-of-type(73) {
  animation-delay: 1.23s;
}
.order-list > div:nth-of-type(74), .coupon-list > div:nth-of-type(74) {
  animation-delay: 1.24s;
}
.order-list > div:nth-of-type(75), .coupon-list > div:nth-of-type(75) {
  animation-delay: 1.25s;
}
.order-list > div:nth-of-type(76), .coupon-list > div:nth-of-type(76) {
  animation-delay: 1.26s;
}
.order-list > div:nth-of-type(77), .coupon-list > div:nth-of-type(77) {
  animation-delay: 1.27s;
}
.order-list > div:nth-of-type(78), .coupon-list > div:nth-of-type(78) {
  animation-delay: 1.28s;
}
.order-list > div:nth-of-type(79), .coupon-list > div:nth-of-type(79) {
  animation-delay: 1.29s;
}
.order-list > div:nth-of-type(80), .coupon-list > div:nth-of-type(80) {
  animation-delay: 1.3s;
}
.order-list > div:nth-of-type(81), .coupon-list > div:nth-of-type(81) {
  animation-delay: 1.31s;
}
.order-list > div:nth-of-type(82), .coupon-list > div:nth-of-type(82) {
  animation-delay: 1.32s;
}
.order-list > div:nth-of-type(83), .coupon-list > div:nth-of-type(83) {
  animation-delay: 1.33s;
}
.order-list > div:nth-of-type(84), .coupon-list > div:nth-of-type(84) {
  animation-delay: 1.34s;
}
.order-list > div:nth-of-type(85), .coupon-list > div:nth-of-type(85) {
  animation-delay: 1.35s;
}
.order-list > div:nth-of-type(86), .coupon-list > div:nth-of-type(86) {
  animation-delay: 1.36s;
}
.order-list > div:nth-of-type(87), .coupon-list > div:nth-of-type(87) {
  animation-delay: 1.37s;
}
.order-list > div:nth-of-type(88), .coupon-list > div:nth-of-type(88) {
  animation-delay: 1.38s;
}
.order-list > div:nth-of-type(89), .coupon-list > div:nth-of-type(89) {
  animation-delay: 1.39s;
}
.order-list > div:nth-of-type(90), .coupon-list > div:nth-of-type(90) {
  animation-delay: 1.4s;
}
.order-list > div:nth-of-type(91), .coupon-list > div:nth-of-type(91) {
  animation-delay: 1.41s;
}
.order-list > div:nth-of-type(92), .coupon-list > div:nth-of-type(92) {
  animation-delay: 1.42s;
}
.order-list > div:nth-of-type(93), .coupon-list > div:nth-of-type(93) {
  animation-delay: 1.43s;
}
.order-list > div:nth-of-type(94), .coupon-list > div:nth-of-type(94) {
  animation-delay: 1.44s;
}
.order-list > div:nth-of-type(95), .coupon-list > div:nth-of-type(95) {
  animation-delay: 1.45s;
}
.order-list > div:nth-of-type(96), .coupon-list > div:nth-of-type(96) {
  animation-delay: 1.46s;
}
.order-list > div:nth-of-type(97), .coupon-list > div:nth-of-type(97) {
  animation-delay: 1.47s;
}
.order-list > div:nth-of-type(98), .coupon-list > div:nth-of-type(98) {
  animation-delay: 1.48s;
}
.order-list > div:nth-of-type(99), .coupon-list > div:nth-of-type(99) {
  animation-delay: 1.49s;
}
.order-list > div:nth-of-type(100), .coupon-list > div:nth-of-type(100) {
  animation-delay: 1.5s;
}
.order-list > div a:hover, .coupon-list > div a:hover {
  color: black;
}
.order-list > div:hover, .coupon-list > div:hover {
  border: 2px solid rgba(199, 22, 29, 0.5);
  transition: border 0.3s ease;
}
.order-list > div:nth-of-type(n+101), .coupon-list > div:nth-of-type(n+101) {
  animation-delay: 1.5s;
}
.order-list::-webkit-scrollbar, .coupon-list::-webkit-scrollbar {
  width: 8px;
  background: #D9D9D9;
  border-radius: 10px;
}
.order-list::-webkit-scrollbar-thumb, .coupon-list::-webkit-scrollbar-thumb {
  width: 8px;
  background: #A4A4A4;
  border-radius: 10px;
}
.order-aside-btn {
  position: sticky;
  top: 50px;
}
@media all and (max-width: 991.98px) {
  .order-aside-btn {
    position: inherit;
    top: unset;
  }
}
.order-noorder {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 991.98px) {
  .order-noorder {
    min-height: calc(100vh - 260px);
  }
}
@media all and (max-width: 767.98px) {
  .order-noorder {
    min-height: unset;
    padding: 150px 0;
  }
}
@media all and (max-width: 575.98px) {
  .order-noorder {
    padding: 100px 0;
  }
}
@media all and (max-width: 424.98px) {
  .order-noorder {
    padding: 50px;
  }
  .order-noorder img {
    width: 80px;
  }
}
.order-vr {
  position: relative;
}
.order-vr::after {
  content: "";
  display: block;
  position: absolute;
  right: 20%;
  width: 1px;
  height: 100%;
  background: #BBBBBB;
}
@media all and (max-width: 991.98px) {
  .order-vr {
    display: none;
  }
}
.order-head, .coupon-head, .account-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 4px;
  padding: 0.25rem 0;
}
@media all and (max-width: 767.98px) {
  .order-head, .coupon-head, .account-head {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    z-index: 999;
  }
}
@media all and (max-width: 767.98px) {
  .order-title, .coupon-title {
    margin-top: 56px !important;
  }
}
.order-services, .account-services {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 14px 24px;
}
@media all and (max-width: 991.98px) {
  .order-services, .account-services {
    padding: 0.5rem 1.5rem;
  }
}
@media all and (max-width: 767.98px) {
  .order-services, .account-services {
    padding: 6px 12px;
  }
}
.order-services .services-text, .account-services .services-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media all and (max-width: 1399.98px) {
  .order-services .services-text, .account-services .services-text {
    flex-direction: column;
    align-items: start;
  }
}
.order-services:hover .services-text > span, .account-services:hover .services-text > span {
  color: white !important;
}
.order-status {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
@media all and (max-width: 575.98px) {
  .order-status {
    gap: 0.25rem;
    font-size: 15px;
  }
}
.order-status .status-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.order-status .status-item br {
  display: none;
}
@media all and (max-width: 424.98px) {
  .order-status .status-item br {
    display: inline-block;
  }
}
.order-status .status-item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #E6E6E6;
  border: 2px solid black;
  top: 4.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.order-status .status-item::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5rem);
  height: 1px;
  left: 50%;
  background: black;
  top: 10px;
  z-index: 5;
}
.order-status .status-item:last-child::after {
  display: none;
}
.order-status .status-item.active::before {
  background: #C7161D;
  border: 2px solid #C7161D;
}
.order-status .status-item.active::after {
  background-color: #C7161D;
}
.order-detail > div, .account-list > div {
  background: white;
  border-radius: 8px;
  padding: 12px 6px;
}
.order-detail > div:nth-of-type(1), .account-list > div:nth-of-type(1) {
  animation-delay: 0.51s;
}
.order-detail > div:nth-of-type(2), .account-list > div:nth-of-type(2) {
  animation-delay: 0.52s;
}
.order-detail > div:nth-of-type(3), .account-list > div:nth-of-type(3) {
  animation-delay: 0.53s;
}
.order-detail > div:nth-of-type(4), .account-list > div:nth-of-type(4) {
  animation-delay: 0.54s;
}
.order-detail > div:nth-of-type(5), .account-list > div:nth-of-type(5) {
  animation-delay: 0.55s;
}
.order-detail > div:nth-of-type(6), .account-list > div:nth-of-type(6) {
  animation-delay: 0.56s;
}
.order-detail > div:nth-of-type(7), .account-list > div:nth-of-type(7) {
  animation-delay: 0.57s;
}
.order-detail > div:nth-of-type(8), .account-list > div:nth-of-type(8) {
  animation-delay: 0.58s;
}
.order-detail > div:nth-of-type(9), .account-list > div:nth-of-type(9) {
  animation-delay: 0.59s;
}
.order-detail > div:nth-of-type(10), .account-list > div:nth-of-type(10) {
  animation-delay: 0.6s;
}
.order-detail > div:nth-of-type(11), .account-list > div:nth-of-type(11) {
  animation-delay: 0.61s;
}
.order-detail > div:nth-of-type(12), .account-list > div:nth-of-type(12) {
  animation-delay: 0.62s;
}
.order-detail > div:nth-of-type(13), .account-list > div:nth-of-type(13) {
  animation-delay: 0.63s;
}
.order-detail > div:nth-of-type(14), .account-list > div:nth-of-type(14) {
  animation-delay: 0.64s;
}
.order-detail > div:nth-of-type(15), .account-list > div:nth-of-type(15) {
  animation-delay: 0.65s;
}
.order-detail > div:nth-of-type(16), .account-list > div:nth-of-type(16) {
  animation-delay: 0.66s;
}
.order-detail > div:nth-of-type(17), .account-list > div:nth-of-type(17) {
  animation-delay: 0.67s;
}
.order-detail > div:nth-of-type(18), .account-list > div:nth-of-type(18) {
  animation-delay: 0.68s;
}
.order-detail > div:nth-of-type(19), .account-list > div:nth-of-type(19) {
  animation-delay: 0.69s;
}
.order-detail > div:nth-of-type(20), .account-list > div:nth-of-type(20) {
  animation-delay: 0.7s;
}
.order-detail > div:nth-of-type(21), .account-list > div:nth-of-type(21) {
  animation-delay: 0.71s;
}
.order-detail > div:nth-of-type(22), .account-list > div:nth-of-type(22) {
  animation-delay: 0.72s;
}
.order-detail > div:nth-of-type(23), .account-list > div:nth-of-type(23) {
  animation-delay: 0.73s;
}
.order-detail > div:nth-of-type(24), .account-list > div:nth-of-type(24) {
  animation-delay: 0.74s;
}
.order-detail > div:nth-of-type(25), .account-list > div:nth-of-type(25) {
  animation-delay: 0.75s;
}
.order-detail > div:nth-of-type(26), .account-list > div:nth-of-type(26) {
  animation-delay: 0.76s;
}
.order-detail > div:nth-of-type(27), .account-list > div:nth-of-type(27) {
  animation-delay: 0.77s;
}
.order-detail > div:nth-of-type(28), .account-list > div:nth-of-type(28) {
  animation-delay: 0.78s;
}
.order-detail > div:nth-of-type(29), .account-list > div:nth-of-type(29) {
  animation-delay: 0.79s;
}
.order-detail > div:nth-of-type(30), .account-list > div:nth-of-type(30) {
  animation-delay: 0.8s;
}
.order-detail > div:nth-of-type(31), .account-list > div:nth-of-type(31) {
  animation-delay: 0.81s;
}
.order-detail > div:nth-of-type(32), .account-list > div:nth-of-type(32) {
  animation-delay: 0.82s;
}
.order-detail > div:nth-of-type(33), .account-list > div:nth-of-type(33) {
  animation-delay: 0.83s;
}
.order-detail > div:nth-of-type(34), .account-list > div:nth-of-type(34) {
  animation-delay: 0.84s;
}
.order-detail > div:nth-of-type(35), .account-list > div:nth-of-type(35) {
  animation-delay: 0.85s;
}
.order-detail > div:nth-of-type(36), .account-list > div:nth-of-type(36) {
  animation-delay: 0.86s;
}
.order-detail > div:nth-of-type(37), .account-list > div:nth-of-type(37) {
  animation-delay: 0.87s;
}
.order-detail > div:nth-of-type(38), .account-list > div:nth-of-type(38) {
  animation-delay: 0.88s;
}
.order-detail > div:nth-of-type(39), .account-list > div:nth-of-type(39) {
  animation-delay: 0.89s;
}
.order-detail > div:nth-of-type(40), .account-list > div:nth-of-type(40) {
  animation-delay: 0.9s;
}
.order-detail > div:nth-of-type(41), .account-list > div:nth-of-type(41) {
  animation-delay: 0.91s;
}
.order-detail > div:nth-of-type(42), .account-list > div:nth-of-type(42) {
  animation-delay: 0.92s;
}
.order-detail > div:nth-of-type(43), .account-list > div:nth-of-type(43) {
  animation-delay: 0.93s;
}
.order-detail > div:nth-of-type(44), .account-list > div:nth-of-type(44) {
  animation-delay: 0.94s;
}
.order-detail > div:nth-of-type(45), .account-list > div:nth-of-type(45) {
  animation-delay: 0.95s;
}
.order-detail > div:nth-of-type(46), .account-list > div:nth-of-type(46) {
  animation-delay: 0.96s;
}
.order-detail > div:nth-of-type(47), .account-list > div:nth-of-type(47) {
  animation-delay: 0.97s;
}
.order-detail > div:nth-of-type(48), .account-list > div:nth-of-type(48) {
  animation-delay: 0.98s;
}
.order-detail > div:nth-of-type(49), .account-list > div:nth-of-type(49) {
  animation-delay: 0.99s;
}
.order-detail > div:nth-of-type(50), .account-list > div:nth-of-type(50) {
  animation-delay: 1s;
}
.order-detail > div:nth-of-type(51), .account-list > div:nth-of-type(51) {
  animation-delay: 1.01s;
}
.order-detail > div:nth-of-type(52), .account-list > div:nth-of-type(52) {
  animation-delay: 1.02s;
}
.order-detail > div:nth-of-type(53), .account-list > div:nth-of-type(53) {
  animation-delay: 1.03s;
}
.order-detail > div:nth-of-type(54), .account-list > div:nth-of-type(54) {
  animation-delay: 1.04s;
}
.order-detail > div:nth-of-type(55), .account-list > div:nth-of-type(55) {
  animation-delay: 1.05s;
}
.order-detail > div:nth-of-type(56), .account-list > div:nth-of-type(56) {
  animation-delay: 1.06s;
}
.order-detail > div:nth-of-type(57), .account-list > div:nth-of-type(57) {
  animation-delay: 1.07s;
}
.order-detail > div:nth-of-type(58), .account-list > div:nth-of-type(58) {
  animation-delay: 1.08s;
}
.order-detail > div:nth-of-type(59), .account-list > div:nth-of-type(59) {
  animation-delay: 1.09s;
}
.order-detail > div:nth-of-type(60), .account-list > div:nth-of-type(60) {
  animation-delay: 1.1s;
}
.order-detail > div:nth-of-type(61), .account-list > div:nth-of-type(61) {
  animation-delay: 1.11s;
}
.order-detail > div:nth-of-type(62), .account-list > div:nth-of-type(62) {
  animation-delay: 1.12s;
}
.order-detail > div:nth-of-type(63), .account-list > div:nth-of-type(63) {
  animation-delay: 1.13s;
}
.order-detail > div:nth-of-type(64), .account-list > div:nth-of-type(64) {
  animation-delay: 1.14s;
}
.order-detail > div:nth-of-type(65), .account-list > div:nth-of-type(65) {
  animation-delay: 1.15s;
}
.order-detail > div:nth-of-type(66), .account-list > div:nth-of-type(66) {
  animation-delay: 1.16s;
}
.order-detail > div:nth-of-type(67), .account-list > div:nth-of-type(67) {
  animation-delay: 1.17s;
}
.order-detail > div:nth-of-type(68), .account-list > div:nth-of-type(68) {
  animation-delay: 1.18s;
}
.order-detail > div:nth-of-type(69), .account-list > div:nth-of-type(69) {
  animation-delay: 1.19s;
}
.order-detail > div:nth-of-type(70), .account-list > div:nth-of-type(70) {
  animation-delay: 1.2s;
}
.order-detail > div:nth-of-type(71), .account-list > div:nth-of-type(71) {
  animation-delay: 1.21s;
}
.order-detail > div:nth-of-type(72), .account-list > div:nth-of-type(72) {
  animation-delay: 1.22s;
}
.order-detail > div:nth-of-type(73), .account-list > div:nth-of-type(73) {
  animation-delay: 1.23s;
}
.order-detail > div:nth-of-type(74), .account-list > div:nth-of-type(74) {
  animation-delay: 1.24s;
}
.order-detail > div:nth-of-type(75), .account-list > div:nth-of-type(75) {
  animation-delay: 1.25s;
}
.order-detail > div:nth-of-type(76), .account-list > div:nth-of-type(76) {
  animation-delay: 1.26s;
}
.order-detail > div:nth-of-type(77), .account-list > div:nth-of-type(77) {
  animation-delay: 1.27s;
}
.order-detail > div:nth-of-type(78), .account-list > div:nth-of-type(78) {
  animation-delay: 1.28s;
}
.order-detail > div:nth-of-type(79), .account-list > div:nth-of-type(79) {
  animation-delay: 1.29s;
}
.order-detail > div:nth-of-type(80), .account-list > div:nth-of-type(80) {
  animation-delay: 1.3s;
}
.order-detail > div:nth-of-type(81), .account-list > div:nth-of-type(81) {
  animation-delay: 1.31s;
}
.order-detail > div:nth-of-type(82), .account-list > div:nth-of-type(82) {
  animation-delay: 1.32s;
}
.order-detail > div:nth-of-type(83), .account-list > div:nth-of-type(83) {
  animation-delay: 1.33s;
}
.order-detail > div:nth-of-type(84), .account-list > div:nth-of-type(84) {
  animation-delay: 1.34s;
}
.order-detail > div:nth-of-type(85), .account-list > div:nth-of-type(85) {
  animation-delay: 1.35s;
}
.order-detail > div:nth-of-type(86), .account-list > div:nth-of-type(86) {
  animation-delay: 1.36s;
}
.order-detail > div:nth-of-type(87), .account-list > div:nth-of-type(87) {
  animation-delay: 1.37s;
}
.order-detail > div:nth-of-type(88), .account-list > div:nth-of-type(88) {
  animation-delay: 1.38s;
}
.order-detail > div:nth-of-type(89), .account-list > div:nth-of-type(89) {
  animation-delay: 1.39s;
}
.order-detail > div:nth-of-type(90), .account-list > div:nth-of-type(90) {
  animation-delay: 1.4s;
}
.order-detail > div:nth-of-type(91), .account-list > div:nth-of-type(91) {
  animation-delay: 1.41s;
}
.order-detail > div:nth-of-type(92), .account-list > div:nth-of-type(92) {
  animation-delay: 1.42s;
}
.order-detail > div:nth-of-type(93), .account-list > div:nth-of-type(93) {
  animation-delay: 1.43s;
}
.order-detail > div:nth-of-type(94), .account-list > div:nth-of-type(94) {
  animation-delay: 1.44s;
}
.order-detail > div:nth-of-type(95), .account-list > div:nth-of-type(95) {
  animation-delay: 1.45s;
}
.order-detail > div:nth-of-type(96), .account-list > div:nth-of-type(96) {
  animation-delay: 1.46s;
}
.order-detail > div:nth-of-type(97), .account-list > div:nth-of-type(97) {
  animation-delay: 1.47s;
}
.order-detail > div:nth-of-type(98), .account-list > div:nth-of-type(98) {
  animation-delay: 1.48s;
}
.order-detail > div:nth-of-type(99), .account-list > div:nth-of-type(99) {
  animation-delay: 1.49s;
}
.order-detail > div:nth-of-type(100), .account-list > div:nth-of-type(100) {
  animation-delay: 1.5s;
}
.order-detail > div:nth-of-type(n+101), .account-list > div:nth-of-type(n+101) {
  animation-delay: 1.5s;
}
.order-detail > div:not(:first-of-type), .account-list > div:not(:first-of-type) {
  margin-top: 1.5rem;
}
.order-detail > div:first-of-type, .account-list > div:first-of-type {
  border-radius: 0 0 8px 8px;
  margin-top: 46px;
}
@media all and (max-width: 424.98px) {
  .order-detail > div, .account-list > div {
    font-size: 15px;
  }
}
.order-detail .detail-title, .account-list .detail-title {
  border-radius: 8px 8px 0 0;
  padding: 12px 0;
  letter-spacing: 2px;
  width: 100%;
  left: 0;
  height: 44px;
  position: absolute;
  top: -44px;
}
.order-detail .detail-head, .account-list .detail-head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  letter-spacing: 2px;
}
.order-detail .detail-head::after, .account-list .detail-head::after {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #BBBBBB;
  position: absolute;
  left: -6px;
  bottom: 0.75rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.order-detail .detail-head:not(.collapsed) div > img, .account-list .detail-head:not(.collapsed) div > img {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.order-detail .detail-head.collapsed, .account-list .detail-head.collapsed {
  margin-bottom: -25px;
}
.order-detail .detail-head.collapsed::after, .account-list .detail-head.collapsed::after {
  opacity: 0;
  transition: all 0.3s ease;
}
.order-detail .detail-head.collapsed div > img, .account-list .detail-head.collapsed div > img {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.order-detail .detail-accordion .accordion-collapse:not(.collapse), .account-list .detail-accordion .accordion-collapse:not(.collapse) {
  opacity: 0;
}
.order-detail .detail-accordion .accordion-collapse.collapse, .account-list .detail-accordion .accordion-collapse.collapse {
  opacity: 1;
}
.order-detail .detail-info, .account-list .detail-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1rem;
  position: relative;
  padding-bottom: 1.5rem;
  color: #777777;
}
.order-detail .detail-info::after, .account-list .detail-info::after {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #BBBBBB;
  position: absolute;
  left: -6px;
  bottom: 0.75rem;
}
.order-detail .detail-group, .account-list .detail-group, .account-list .list-group {
  display: grid;
  grid-template-columns: max-content 1fr;
  line-height: 2;
}
.order-detail .detail-group > div:nth-child(odd), .account-list .detail-group > div:nth-child(odd), .account-list .list-group > div:nth-child(odd) {
  margin-right: 2rem;
  color: #777777;
}
.order-detail .detail-group > div:nth-child(even), .account-list .detail-group > div:nth-child(even), .account-list .list-group > div:nth-child(even) {
  color: black;
}
.order-detail .detail-group > div:nth-child(even) img, .account-list .detail-group > div:nth-child(even) img, .account-list .list-group > div:nth-child(even) img {
  vertical-align: unset;
}
.order-change {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: sticky;
  top: 50px;
}
@media all and (max-width: 991.98px) {
  .order-change {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    position: inherit;
    top: unset;
  }
}
@media all and (max-width: 767.98px) {
  .order-change {
    padding-bottom: 1.5rem;
  }
}
@media all and (max-width: 424.98px) {
  .order-change {
    gap: 0.5rem;
    font-size: 15px;
  }
  .order-change img {
    width: 14px;
  }
}
@media all and (max-width: 374.98px) {
  .order-change {
    flex-direction: column;
    gap: 1rem;
  }
}

.account-services {
  padding: 14px 24px;
}
@media all and (max-width: 1399.98px) {
  .account-services {
    padding: 0.5rem 1.5rem;
  }
}
.account-list > div:first-of-type {
  border-radius: 8px;
  margin-top: 1.5rem;
}
@media all and (max-width: 767.98px) {
  .account-list > div:first-of-type {
    margin-top: 56px;
  }
}
.account-list .list-group {
  padding: 0 12px;
}
.account-terms {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media all and (max-width: 991.98px) {
  .account-terms {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767.98px) {
  .account-terms {
    margin-top: 56px;
    margin-bottom: 1.5rem;
  }
}
.account-terms .terms-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.account-terms .terms-content {
  margin-bottom: 100px;
}
@media all and (max-width: 991.98px) {
  .account-terms .terms-content {
    margin-bottom: 1.5rem;
  }
}

.id-wrapper {
  width: 375px;
  flex: 0 0 auto;
}
.id-wrapper h6 {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.id-wrapper h6:nth-of-type(1) {
  animation-delay: 1.21s;
}
.id-wrapper h6:nth-of-type(2) {
  animation-delay: 1.22s;
}
.id-wrapper h6:nth-of-type(3) {
  animation-delay: 1.23s;
}
.id-wrapper h6:nth-of-type(4) {
  animation-delay: 1.24s;
}
.id-wrapper h6:nth-of-type(5) {
  animation-delay: 1.25s;
}
.id-wrapper h6:nth-of-type(6) {
  animation-delay: 1.26s;
}
.id-wrapper h6:nth-of-type(7) {
  animation-delay: 1.27s;
}
.id-wrapper h6:nth-of-type(8) {
  animation-delay: 1.28s;
}
.id-wrapper h6:nth-of-type(9) {
  animation-delay: 1.29s;
}
.id-wrapper h6:nth-of-type(10) {
  animation-delay: 1.3s;
}
.id-wrapper h6:nth-of-type(11) {
  animation-delay: 1.31s;
}
.id-wrapper h6:nth-of-type(12) {
  animation-delay: 1.32s;
}
.id-wrapper h6:nth-of-type(13) {
  animation-delay: 1.33s;
}
.id-wrapper h6:nth-of-type(14) {
  animation-delay: 1.34s;
}
.id-wrapper h6:nth-of-type(15) {
  animation-delay: 1.35s;
}
.id-wrapper h6:nth-of-type(16) {
  animation-delay: 1.36s;
}
.id-wrapper h6:nth-of-type(17) {
  animation-delay: 1.37s;
}
.id-wrapper h6:nth-of-type(18) {
  animation-delay: 1.38s;
}
.id-wrapper h6:nth-of-type(19) {
  animation-delay: 1.39s;
}
.id-wrapper h6:nth-of-type(20) {
  animation-delay: 1.4s;
}
.id-wrapper h6:nth-of-type(21) {
  animation-delay: 1.41s;
}
.id-wrapper h6:nth-of-type(22) {
  animation-delay: 1.42s;
}
.id-wrapper h6:nth-of-type(23) {
  animation-delay: 1.43s;
}
.id-wrapper h6:nth-of-type(24) {
  animation-delay: 1.44s;
}
.id-wrapper h6:nth-of-type(25) {
  animation-delay: 1.45s;
}
.id-wrapper h6:nth-of-type(26) {
  animation-delay: 1.46s;
}
.id-wrapper h6:nth-of-type(27) {
  animation-delay: 1.47s;
}
.id-wrapper h6:nth-of-type(28) {
  animation-delay: 1.48s;
}
.id-wrapper h6:nth-of-type(29) {
  animation-delay: 1.49s;
}
.id-wrapper h6:nth-of-type(30) {
  animation-delay: 1.5s;
}
.id-wrapper h6:nth-of-type(31) {
  animation-delay: 1.51s;
}
.id-wrapper h6:nth-of-type(32) {
  animation-delay: 1.52s;
}
.id-wrapper h6:nth-of-type(33) {
  animation-delay: 1.53s;
}
.id-wrapper h6:nth-of-type(34) {
  animation-delay: 1.54s;
}
.id-wrapper h6:nth-of-type(35) {
  animation-delay: 1.55s;
}
.id-wrapper h6:nth-of-type(36) {
  animation-delay: 1.56s;
}
.id-wrapper h6:nth-of-type(37) {
  animation-delay: 1.57s;
}
.id-wrapper h6:nth-of-type(38) {
  animation-delay: 1.58s;
}
.id-wrapper h6:nth-of-type(39) {
  animation-delay: 1.59s;
}
.id-wrapper h6:nth-of-type(40) {
  animation-delay: 1.6s;
}
.id-wrapper h6:nth-of-type(41) {
  animation-delay: 1.61s;
}
.id-wrapper h6:nth-of-type(42) {
  animation-delay: 1.62s;
}
.id-wrapper h6:nth-of-type(43) {
  animation-delay: 1.63s;
}
.id-wrapper h6:nth-of-type(44) {
  animation-delay: 1.64s;
}
.id-wrapper h6:nth-of-type(45) {
  animation-delay: 1.65s;
}
.id-wrapper h6:nth-of-type(46) {
  animation-delay: 1.66s;
}
.id-wrapper h6:nth-of-type(47) {
  animation-delay: 1.67s;
}
.id-wrapper h6:nth-of-type(48) {
  animation-delay: 1.68s;
}
.id-wrapper h6:nth-of-type(49) {
  animation-delay: 1.69s;
}
.id-wrapper h6:nth-of-type(50) {
  animation-delay: 1.7s;
}
.id-wrapper h6:nth-of-type(51) {
  animation-delay: 1.71s;
}
.id-wrapper h6:nth-of-type(52) {
  animation-delay: 1.72s;
}
.id-wrapper h6:nth-of-type(53) {
  animation-delay: 1.73s;
}
.id-wrapper h6:nth-of-type(54) {
  animation-delay: 1.74s;
}
.id-wrapper h6:nth-of-type(55) {
  animation-delay: 1.75s;
}
.id-wrapper h6:nth-of-type(56) {
  animation-delay: 1.76s;
}
.id-wrapper h6:nth-of-type(57) {
  animation-delay: 1.77s;
}
.id-wrapper h6:nth-of-type(58) {
  animation-delay: 1.78s;
}
.id-wrapper h6:nth-of-type(59) {
  animation-delay: 1.79s;
}
.id-wrapper h6:nth-of-type(60) {
  animation-delay: 1.8s;
}
.id-wrapper h6:nth-of-type(61) {
  animation-delay: 1.81s;
}
.id-wrapper h6:nth-of-type(62) {
  animation-delay: 1.82s;
}
.id-wrapper h6:nth-of-type(63) {
  animation-delay: 1.83s;
}
.id-wrapper h6:nth-of-type(64) {
  animation-delay: 1.84s;
}
.id-wrapper h6:nth-of-type(65) {
  animation-delay: 1.85s;
}
.id-wrapper h6:nth-of-type(66) {
  animation-delay: 1.86s;
}
.id-wrapper h6:nth-of-type(67) {
  animation-delay: 1.87s;
}
.id-wrapper h6:nth-of-type(68) {
  animation-delay: 1.88s;
}
.id-wrapper h6:nth-of-type(69) {
  animation-delay: 1.89s;
}
.id-wrapper h6:nth-of-type(70) {
  animation-delay: 1.9s;
}
.id-wrapper h6:nth-of-type(71) {
  animation-delay: 1.91s;
}
.id-wrapper h6:nth-of-type(72) {
  animation-delay: 1.92s;
}
.id-wrapper h6:nth-of-type(73) {
  animation-delay: 1.93s;
}
.id-wrapper h6:nth-of-type(74) {
  animation-delay: 1.94s;
}
.id-wrapper h6:nth-of-type(75) {
  animation-delay: 1.95s;
}
.id-wrapper h6:nth-of-type(76) {
  animation-delay: 1.96s;
}
.id-wrapper h6:nth-of-type(77) {
  animation-delay: 1.97s;
}
.id-wrapper h6:nth-of-type(78) {
  animation-delay: 1.98s;
}
.id-wrapper h6:nth-of-type(79) {
  animation-delay: 1.99s;
}
.id-wrapper h6:nth-of-type(80) {
  animation-delay: 2s;
}
.id-wrapper h6:nth-of-type(81) {
  animation-delay: 2.01s;
}
.id-wrapper h6:nth-of-type(82) {
  animation-delay: 2.02s;
}
.id-wrapper h6:nth-of-type(83) {
  animation-delay: 2.03s;
}
.id-wrapper h6:nth-of-type(84) {
  animation-delay: 2.04s;
}
.id-wrapper h6:nth-of-type(85) {
  animation-delay: 2.05s;
}
.id-wrapper h6:nth-of-type(86) {
  animation-delay: 2.06s;
}
.id-wrapper h6:nth-of-type(87) {
  animation-delay: 2.07s;
}
.id-wrapper h6:nth-of-type(88) {
  animation-delay: 2.08s;
}
.id-wrapper h6:nth-of-type(89) {
  animation-delay: 2.09s;
}
.id-wrapper h6:nth-of-type(90) {
  animation-delay: 2.1s;
}
.id-wrapper h6:nth-of-type(91) {
  animation-delay: 2.11s;
}
.id-wrapper h6:nth-of-type(92) {
  animation-delay: 2.12s;
}
.id-wrapper h6:nth-of-type(93) {
  animation-delay: 2.13s;
}
.id-wrapper h6:nth-of-type(94) {
  animation-delay: 2.14s;
}
.id-wrapper h6:nth-of-type(95) {
  animation-delay: 2.15s;
}
.id-wrapper h6:nth-of-type(96) {
  animation-delay: 2.16s;
}
.id-wrapper h6:nth-of-type(97) {
  animation-delay: 2.17s;
}
.id-wrapper h6:nth-of-type(98) {
  animation-delay: 2.18s;
}
.id-wrapper h6:nth-of-type(99) {
  animation-delay: 2.19s;
}
.id-wrapper h6:nth-of-type(100) {
  animation-delay: 2.2s;
}
.id-wrapper .id-note {
  color: #777777;
  font-size: 0.85rem;
}
.id-wrapper .id-note:nth-of-type(1) {
  animation-delay: 1.51s;
}
.id-wrapper .id-note:nth-of-type(2) {
  animation-delay: 1.52s;
}
.id-wrapper .id-note:nth-of-type(3) {
  animation-delay: 1.53s;
}
.id-wrapper .id-note:nth-of-type(4) {
  animation-delay: 1.54s;
}
.id-wrapper .id-note:nth-of-type(5) {
  animation-delay: 1.55s;
}
.id-wrapper .id-note:nth-of-type(6) {
  animation-delay: 1.56s;
}
.id-wrapper .id-note:nth-of-type(7) {
  animation-delay: 1.57s;
}
.id-wrapper .id-note:nth-of-type(8) {
  animation-delay: 1.58s;
}
.id-wrapper .id-note:nth-of-type(9) {
  animation-delay: 1.59s;
}
.id-wrapper .id-note:nth-of-type(10) {
  animation-delay: 1.6s;
}
.id-wrapper .id-note:nth-of-type(11) {
  animation-delay: 1.61s;
}
.id-wrapper .id-note:nth-of-type(12) {
  animation-delay: 1.62s;
}
.id-wrapper .id-note:nth-of-type(13) {
  animation-delay: 1.63s;
}
.id-wrapper .id-note:nth-of-type(14) {
  animation-delay: 1.64s;
}
.id-wrapper .id-note:nth-of-type(15) {
  animation-delay: 1.65s;
}
.id-wrapper .id-note:nth-of-type(16) {
  animation-delay: 1.66s;
}
.id-wrapper .id-note:nth-of-type(17) {
  animation-delay: 1.67s;
}
.id-wrapper .id-note:nth-of-type(18) {
  animation-delay: 1.68s;
}
.id-wrapper .id-note:nth-of-type(19) {
  animation-delay: 1.69s;
}
.id-wrapper .id-note:nth-of-type(20) {
  animation-delay: 1.7s;
}
.id-wrapper .id-note:nth-of-type(21) {
  animation-delay: 1.71s;
}
.id-wrapper .id-note:nth-of-type(22) {
  animation-delay: 1.72s;
}
.id-wrapper .id-note:nth-of-type(23) {
  animation-delay: 1.73s;
}
.id-wrapper .id-note:nth-of-type(24) {
  animation-delay: 1.74s;
}
.id-wrapper .id-note:nth-of-type(25) {
  animation-delay: 1.75s;
}
.id-wrapper .id-note:nth-of-type(26) {
  animation-delay: 1.76s;
}
.id-wrapper .id-note:nth-of-type(27) {
  animation-delay: 1.77s;
}
.id-wrapper .id-note:nth-of-type(28) {
  animation-delay: 1.78s;
}
.id-wrapper .id-note:nth-of-type(29) {
  animation-delay: 1.79s;
}
.id-wrapper .id-note:nth-of-type(30) {
  animation-delay: 1.8s;
}
.id-wrapper .id-note:nth-of-type(31) {
  animation-delay: 1.81s;
}
.id-wrapper .id-note:nth-of-type(32) {
  animation-delay: 1.82s;
}
.id-wrapper .id-note:nth-of-type(33) {
  animation-delay: 1.83s;
}
.id-wrapper .id-note:nth-of-type(34) {
  animation-delay: 1.84s;
}
.id-wrapper .id-note:nth-of-type(35) {
  animation-delay: 1.85s;
}
.id-wrapper .id-note:nth-of-type(36) {
  animation-delay: 1.86s;
}
.id-wrapper .id-note:nth-of-type(37) {
  animation-delay: 1.87s;
}
.id-wrapper .id-note:nth-of-type(38) {
  animation-delay: 1.88s;
}
.id-wrapper .id-note:nth-of-type(39) {
  animation-delay: 1.89s;
}
.id-wrapper .id-note:nth-of-type(40) {
  animation-delay: 1.9s;
}
.id-wrapper .id-note:nth-of-type(41) {
  animation-delay: 1.91s;
}
.id-wrapper .id-note:nth-of-type(42) {
  animation-delay: 1.92s;
}
.id-wrapper .id-note:nth-of-type(43) {
  animation-delay: 1.93s;
}
.id-wrapper .id-note:nth-of-type(44) {
  animation-delay: 1.94s;
}
.id-wrapper .id-note:nth-of-type(45) {
  animation-delay: 1.95s;
}
.id-wrapper .id-note:nth-of-type(46) {
  animation-delay: 1.96s;
}
.id-wrapper .id-note:nth-of-type(47) {
  animation-delay: 1.97s;
}
.id-wrapper .id-note:nth-of-type(48) {
  animation-delay: 1.98s;
}
.id-wrapper .id-note:nth-of-type(49) {
  animation-delay: 1.99s;
}
.id-wrapper .id-note:nth-of-type(50) {
  animation-delay: 2s;
}
.id-wrapper .id-note:nth-of-type(51) {
  animation-delay: 2.01s;
}
.id-wrapper .id-note:nth-of-type(52) {
  animation-delay: 2.02s;
}
.id-wrapper .id-note:nth-of-type(53) {
  animation-delay: 2.03s;
}
.id-wrapper .id-note:nth-of-type(54) {
  animation-delay: 2.04s;
}
.id-wrapper .id-note:nth-of-type(55) {
  animation-delay: 2.05s;
}
.id-wrapper .id-note:nth-of-type(56) {
  animation-delay: 2.06s;
}
.id-wrapper .id-note:nth-of-type(57) {
  animation-delay: 2.07s;
}
.id-wrapper .id-note:nth-of-type(58) {
  animation-delay: 2.08s;
}
.id-wrapper .id-note:nth-of-type(59) {
  animation-delay: 2.09s;
}
.id-wrapper .id-note:nth-of-type(60) {
  animation-delay: 2.1s;
}
.id-wrapper .id-note:nth-of-type(61) {
  animation-delay: 2.11s;
}
.id-wrapper .id-note:nth-of-type(62) {
  animation-delay: 2.12s;
}
.id-wrapper .id-note:nth-of-type(63) {
  animation-delay: 2.13s;
}
.id-wrapper .id-note:nth-of-type(64) {
  animation-delay: 2.14s;
}
.id-wrapper .id-note:nth-of-type(65) {
  animation-delay: 2.15s;
}
.id-wrapper .id-note:nth-of-type(66) {
  animation-delay: 2.16s;
}
.id-wrapper .id-note:nth-of-type(67) {
  animation-delay: 2.17s;
}
.id-wrapper .id-note:nth-of-type(68) {
  animation-delay: 2.18s;
}
.id-wrapper .id-note:nth-of-type(69) {
  animation-delay: 2.19s;
}
.id-wrapper .id-note:nth-of-type(70) {
  animation-delay: 2.2s;
}
.id-wrapper .id-note:nth-of-type(71) {
  animation-delay: 2.21s;
}
.id-wrapper .id-note:nth-of-type(72) {
  animation-delay: 2.22s;
}
.id-wrapper .id-note:nth-of-type(73) {
  animation-delay: 2.23s;
}
.id-wrapper .id-note:nth-of-type(74) {
  animation-delay: 2.24s;
}
.id-wrapper .id-note:nth-of-type(75) {
  animation-delay: 2.25s;
}
.id-wrapper .id-note:nth-of-type(76) {
  animation-delay: 2.26s;
}
.id-wrapper .id-note:nth-of-type(77) {
  animation-delay: 2.27s;
}
.id-wrapper .id-note:nth-of-type(78) {
  animation-delay: 2.28s;
}
.id-wrapper .id-note:nth-of-type(79) {
  animation-delay: 2.29s;
}
.id-wrapper .id-note:nth-of-type(80) {
  animation-delay: 2.3s;
}
.id-wrapper .id-note:nth-of-type(81) {
  animation-delay: 2.31s;
}
.id-wrapper .id-note:nth-of-type(82) {
  animation-delay: 2.32s;
}
.id-wrapper .id-note:nth-of-type(83) {
  animation-delay: 2.33s;
}
.id-wrapper .id-note:nth-of-type(84) {
  animation-delay: 2.34s;
}
.id-wrapper .id-note:nth-of-type(85) {
  animation-delay: 2.35s;
}
.id-wrapper .id-note:nth-of-type(86) {
  animation-delay: 2.36s;
}
.id-wrapper .id-note:nth-of-type(87) {
  animation-delay: 2.37s;
}
.id-wrapper .id-note:nth-of-type(88) {
  animation-delay: 2.38s;
}
.id-wrapper .id-note:nth-of-type(89) {
  animation-delay: 2.39s;
}
.id-wrapper .id-note:nth-of-type(90) {
  animation-delay: 2.4s;
}
.id-wrapper .id-note:nth-of-type(91) {
  animation-delay: 2.41s;
}
.id-wrapper .id-note:nth-of-type(92) {
  animation-delay: 2.42s;
}
.id-wrapper .id-note:nth-of-type(93) {
  animation-delay: 2.43s;
}
.id-wrapper .id-note:nth-of-type(94) {
  animation-delay: 2.44s;
}
.id-wrapper .id-note:nth-of-type(95) {
  animation-delay: 2.45s;
}
.id-wrapper .id-note:nth-of-type(96) {
  animation-delay: 2.46s;
}
.id-wrapper .id-note:nth-of-type(97) {
  animation-delay: 2.47s;
}
.id-wrapper .id-note:nth-of-type(98) {
  animation-delay: 2.48s;
}
.id-wrapper .id-note:nth-of-type(99) {
  animation-delay: 2.49s;
}
.id-wrapper .id-note:nth-of-type(100) {
  animation-delay: 2.5s;
}
.id-swiperthumbs .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  transition: 0.3s ease-in-out;
}
.id-swiperthumbs .swiper-slide img {
  width: 240px;
}
.id-swiperthumbs .swiper-slide-next {
  transform: translateX(-5rem) !important;
}
.id-swiperthumbs .swiper-slide-next img {
  opacity: 0.5;
}
.id-swiperthumbs .swiper-slide-prev {
  transform: translateX(5rem) !important;
}
.id-swiperthumbs .swiper-slide-prev img {
  opacity: 0.5;
}
.id-swiperthumbs .swiper-button-next {
  color: #495057;
}
.id-swiperthumbs .swiper-button-next:after {
  font-size: 1.5rem;
}
.id-swiperthumbs .swiper-button-prev {
  color: #495057;
}
.id-swiperthumbs .swiper-button-prev:after {
  font-size: 1.5rem;
}
.id-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.id-pagination .swiper-pagination-bullet-active {
  background-color: #495057;
}
.id-detail > .frame {
  background: white;
  border-radius: 8px;
  padding: 12px;
}
.id-detail > .frame:nth-of-type(1) {
  animation-delay: 0.51s;
}
.id-detail > .frame:nth-of-type(2) {
  animation-delay: 0.52s;
}
.id-detail > .frame:nth-of-type(3) {
  animation-delay: 0.53s;
}
.id-detail > .frame:nth-of-type(4) {
  animation-delay: 0.54s;
}
.id-detail > .frame:nth-of-type(5) {
  animation-delay: 0.55s;
}
.id-detail > .frame:nth-of-type(6) {
  animation-delay: 0.56s;
}
.id-detail > .frame:nth-of-type(7) {
  animation-delay: 0.57s;
}
.id-detail > .frame:nth-of-type(8) {
  animation-delay: 0.58s;
}
.id-detail > .frame:nth-of-type(9) {
  animation-delay: 0.59s;
}
.id-detail > .frame:nth-of-type(10) {
  animation-delay: 0.6s;
}
.id-detail > .frame:nth-of-type(11) {
  animation-delay: 0.61s;
}
.id-detail > .frame:nth-of-type(12) {
  animation-delay: 0.62s;
}
.id-detail > .frame:nth-of-type(13) {
  animation-delay: 0.63s;
}
.id-detail > .frame:nth-of-type(14) {
  animation-delay: 0.64s;
}
.id-detail > .frame:nth-of-type(15) {
  animation-delay: 0.65s;
}
.id-detail > .frame:nth-of-type(16) {
  animation-delay: 0.66s;
}
.id-detail > .frame:nth-of-type(17) {
  animation-delay: 0.67s;
}
.id-detail > .frame:nth-of-type(18) {
  animation-delay: 0.68s;
}
.id-detail > .frame:nth-of-type(19) {
  animation-delay: 0.69s;
}
.id-detail > .frame:nth-of-type(20) {
  animation-delay: 0.7s;
}
.id-detail > .frame:nth-of-type(21) {
  animation-delay: 0.71s;
}
.id-detail > .frame:nth-of-type(22) {
  animation-delay: 0.72s;
}
.id-detail > .frame:nth-of-type(23) {
  animation-delay: 0.73s;
}
.id-detail > .frame:nth-of-type(24) {
  animation-delay: 0.74s;
}
.id-detail > .frame:nth-of-type(25) {
  animation-delay: 0.75s;
}
.id-detail > .frame:nth-of-type(26) {
  animation-delay: 0.76s;
}
.id-detail > .frame:nth-of-type(27) {
  animation-delay: 0.77s;
}
.id-detail > .frame:nth-of-type(28) {
  animation-delay: 0.78s;
}
.id-detail > .frame:nth-of-type(29) {
  animation-delay: 0.79s;
}
.id-detail > .frame:nth-of-type(30) {
  animation-delay: 0.8s;
}
.id-detail > .frame:nth-of-type(31) {
  animation-delay: 0.81s;
}
.id-detail > .frame:nth-of-type(32) {
  animation-delay: 0.82s;
}
.id-detail > .frame:nth-of-type(33) {
  animation-delay: 0.83s;
}
.id-detail > .frame:nth-of-type(34) {
  animation-delay: 0.84s;
}
.id-detail > .frame:nth-of-type(35) {
  animation-delay: 0.85s;
}
.id-detail > .frame:nth-of-type(36) {
  animation-delay: 0.86s;
}
.id-detail > .frame:nth-of-type(37) {
  animation-delay: 0.87s;
}
.id-detail > .frame:nth-of-type(38) {
  animation-delay: 0.88s;
}
.id-detail > .frame:nth-of-type(39) {
  animation-delay: 0.89s;
}
.id-detail > .frame:nth-of-type(40) {
  animation-delay: 0.9s;
}
.id-detail > .frame:nth-of-type(41) {
  animation-delay: 0.91s;
}
.id-detail > .frame:nth-of-type(42) {
  animation-delay: 0.92s;
}
.id-detail > .frame:nth-of-type(43) {
  animation-delay: 0.93s;
}
.id-detail > .frame:nth-of-type(44) {
  animation-delay: 0.94s;
}
.id-detail > .frame:nth-of-type(45) {
  animation-delay: 0.95s;
}
.id-detail > .frame:nth-of-type(46) {
  animation-delay: 0.96s;
}
.id-detail > .frame:nth-of-type(47) {
  animation-delay: 0.97s;
}
.id-detail > .frame:nth-of-type(48) {
  animation-delay: 0.98s;
}
.id-detail > .frame:nth-of-type(49) {
  animation-delay: 0.99s;
}
.id-detail > .frame:nth-of-type(50) {
  animation-delay: 1s;
}
.id-detail > .frame:nth-of-type(51) {
  animation-delay: 1.01s;
}
.id-detail > .frame:nth-of-type(52) {
  animation-delay: 1.02s;
}
.id-detail > .frame:nth-of-type(53) {
  animation-delay: 1.03s;
}
.id-detail > .frame:nth-of-type(54) {
  animation-delay: 1.04s;
}
.id-detail > .frame:nth-of-type(55) {
  animation-delay: 1.05s;
}
.id-detail > .frame:nth-of-type(56) {
  animation-delay: 1.06s;
}
.id-detail > .frame:nth-of-type(57) {
  animation-delay: 1.07s;
}
.id-detail > .frame:nth-of-type(58) {
  animation-delay: 1.08s;
}
.id-detail > .frame:nth-of-type(59) {
  animation-delay: 1.09s;
}
.id-detail > .frame:nth-of-type(60) {
  animation-delay: 1.1s;
}
.id-detail > .frame:nth-of-type(61) {
  animation-delay: 1.11s;
}
.id-detail > .frame:nth-of-type(62) {
  animation-delay: 1.12s;
}
.id-detail > .frame:nth-of-type(63) {
  animation-delay: 1.13s;
}
.id-detail > .frame:nth-of-type(64) {
  animation-delay: 1.14s;
}
.id-detail > .frame:nth-of-type(65) {
  animation-delay: 1.15s;
}
.id-detail > .frame:nth-of-type(66) {
  animation-delay: 1.16s;
}
.id-detail > .frame:nth-of-type(67) {
  animation-delay: 1.17s;
}
.id-detail > .frame:nth-of-type(68) {
  animation-delay: 1.18s;
}
.id-detail > .frame:nth-of-type(69) {
  animation-delay: 1.19s;
}
.id-detail > .frame:nth-of-type(70) {
  animation-delay: 1.2s;
}
.id-detail > .frame:nth-of-type(71) {
  animation-delay: 1.21s;
}
.id-detail > .frame:nth-of-type(72) {
  animation-delay: 1.22s;
}
.id-detail > .frame:nth-of-type(73) {
  animation-delay: 1.23s;
}
.id-detail > .frame:nth-of-type(74) {
  animation-delay: 1.24s;
}
.id-detail > .frame:nth-of-type(75) {
  animation-delay: 1.25s;
}
.id-detail > .frame:nth-of-type(76) {
  animation-delay: 1.26s;
}
.id-detail > .frame:nth-of-type(77) {
  animation-delay: 1.27s;
}
.id-detail > .frame:nth-of-type(78) {
  animation-delay: 1.28s;
}
.id-detail > .frame:nth-of-type(79) {
  animation-delay: 1.29s;
}
.id-detail > .frame:nth-of-type(80) {
  animation-delay: 1.3s;
}
.id-detail > .frame:nth-of-type(81) {
  animation-delay: 1.31s;
}
.id-detail > .frame:nth-of-type(82) {
  animation-delay: 1.32s;
}
.id-detail > .frame:nth-of-type(83) {
  animation-delay: 1.33s;
}
.id-detail > .frame:nth-of-type(84) {
  animation-delay: 1.34s;
}
.id-detail > .frame:nth-of-type(85) {
  animation-delay: 1.35s;
}
.id-detail > .frame:nth-of-type(86) {
  animation-delay: 1.36s;
}
.id-detail > .frame:nth-of-type(87) {
  animation-delay: 1.37s;
}
.id-detail > .frame:nth-of-type(88) {
  animation-delay: 1.38s;
}
.id-detail > .frame:nth-of-type(89) {
  animation-delay: 1.39s;
}
.id-detail > .frame:nth-of-type(90) {
  animation-delay: 1.4s;
}
.id-detail > .frame:nth-of-type(91) {
  animation-delay: 1.41s;
}
.id-detail > .frame:nth-of-type(92) {
  animation-delay: 1.42s;
}
.id-detail > .frame:nth-of-type(93) {
  animation-delay: 1.43s;
}
.id-detail > .frame:nth-of-type(94) {
  animation-delay: 1.44s;
}
.id-detail > .frame:nth-of-type(95) {
  animation-delay: 1.45s;
}
.id-detail > .frame:nth-of-type(96) {
  animation-delay: 1.46s;
}
.id-detail > .frame:nth-of-type(97) {
  animation-delay: 1.47s;
}
.id-detail > .frame:nth-of-type(98) {
  animation-delay: 1.48s;
}
.id-detail > .frame:nth-of-type(99) {
  animation-delay: 1.49s;
}
.id-detail > .frame:nth-of-type(100) {
  animation-delay: 1.5s;
}
.id-detail > .frame:nth-of-type(n+101) {
  animation-delay: 1.5s;
}
.id-detail > .frame:first-of-type {
  margin-top: 1rem;
}
@media all and (max-width: 424.98px) {
  .id-detail > .frame {
    font-size: 15px;
  }
}
.id-detail .detail-title {
  border-radius: 8px 8px 0 0;
  padding: 12px 0;
  letter-spacing: 2px;
  width: 100%;
  left: 0;
  height: 44px;
  position: absolute;
  top: -44px;
}
.id-detail .detail-head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  letter-spacing: 2px;
}
.id-detail .detail-head::after {
  content: "";
  width: 94%;
  height: 1px;
  background: #BBBBBB;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  opacity: 1;
  transition: all 0.3s ease;
}
@media all and (max-width: 374.98px) {
  .id-detail .detail-head::after {
    width: 100%;
  }
}
.id-detail .detail-head:not(.collapsed) div > img {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.id-detail .detail-head.collapsed {
  margin-bottom: -25px;
}
.id-detail .detail-head.collapsed::after {
  opacity: 0;
  transition: all 0.3s ease;
}
.id-detail .detail-head.collapsed div > img {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.id-detail .detail-accordion .accordion-collapse:not(.collapse) {
  opacity: 0;
}
.id-detail .detail-accordion .accordion-collapse.collapse {
  opacity: 1;
}
.id-detail .detail-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1rem;
  position: relative;
  padding-bottom: 1.5rem;
  color: #777777;
}
.id-detail .detail-info::after {
  content: "";
  width: calc(100% + 12px);
  height: 1px;
  background: #BBBBBB;
  position: absolute;
  left: -6px;
  bottom: 0.75rem;
}
.id-detail .detail-group, .id-detail .account-list .list-group, .account-list .id-detail .list-group {
  display: grid;
  grid-template-columns: max-content 1fr;
  line-height: 2;
}
.id-detail .detail-group > div:nth-child(odd), .id-detail .account-list .list-group > div:nth-child(odd), .account-list .id-detail .list-group > div:nth-child(odd) {
  margin-right: 1rem;
  color: #777777;
}
.id-detail .detail-group > div:nth-child(even), .id-detail .account-list .list-group > div:nth-child(even), .account-list .id-detail .list-group > div:nth-child(even) {
  color: black;
}
.id-detail .detail-group > div:nth-child(even) img, .id-detail .account-list .list-group > div:nth-child(even) img, .account-list .id-detail .list-group > div:nth-child(even) img {
  vertical-align: unset;
}
.id-logo {
  max-height: 48px;
  max-width: 48px;
  height: 100%;
}
.id-info {
  flex: 1 0 0%;
}
@media all and (max-width: 374.98px) {
  .id-info {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }
}
.id-img {
  flex: 0 0 auto;
  width: 116px;
  height: 166px;
  z-index: 2;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 374.98px) {
  .id-img {
    width: 150px;
    height: 180px;
    margin: 1rem auto;
    order: 1;
  }
}
.id-btn {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  background: linear-gradient(black, #495057);
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0.8rem 0rem 0.5rem;
  transition: 0.3s ease-in-out;
}
.id-btn:nth-of-type(1) {
  animation-delay: 1.01s;
}
.id-btn:nth-of-type(2) {
  animation-delay: 1.02s;
}
.id-btn:nth-of-type(3) {
  animation-delay: 1.03s;
}
.id-btn:nth-of-type(4) {
  animation-delay: 1.04s;
}
.id-btn:nth-of-type(5) {
  animation-delay: 1.05s;
}
.id-btn:nth-of-type(6) {
  animation-delay: 1.06s;
}
.id-btn:nth-of-type(7) {
  animation-delay: 1.07s;
}
.id-btn:nth-of-type(8) {
  animation-delay: 1.08s;
}
.id-btn:nth-of-type(9) {
  animation-delay: 1.09s;
}
.id-btn:nth-of-type(10) {
  animation-delay: 1.1s;
}
.id-btn:nth-of-type(11) {
  animation-delay: 1.11s;
}
.id-btn:nth-of-type(12) {
  animation-delay: 1.12s;
}
.id-btn:nth-of-type(13) {
  animation-delay: 1.13s;
}
.id-btn:nth-of-type(14) {
  animation-delay: 1.14s;
}
.id-btn:nth-of-type(15) {
  animation-delay: 1.15s;
}
.id-btn:nth-of-type(16) {
  animation-delay: 1.16s;
}
.id-btn:nth-of-type(17) {
  animation-delay: 1.17s;
}
.id-btn:nth-of-type(18) {
  animation-delay: 1.18s;
}
.id-btn:nth-of-type(19) {
  animation-delay: 1.19s;
}
.id-btn:nth-of-type(20) {
  animation-delay: 1.2s;
}
.id-btn:nth-of-type(21) {
  animation-delay: 1.21s;
}
.id-btn:nth-of-type(22) {
  animation-delay: 1.22s;
}
.id-btn:nth-of-type(23) {
  animation-delay: 1.23s;
}
.id-btn:nth-of-type(24) {
  animation-delay: 1.24s;
}
.id-btn:nth-of-type(25) {
  animation-delay: 1.25s;
}
.id-btn:nth-of-type(26) {
  animation-delay: 1.26s;
}
.id-btn:nth-of-type(27) {
  animation-delay: 1.27s;
}
.id-btn:nth-of-type(28) {
  animation-delay: 1.28s;
}
.id-btn:nth-of-type(29) {
  animation-delay: 1.29s;
}
.id-btn:nth-of-type(30) {
  animation-delay: 1.3s;
}
.id-btn:nth-of-type(31) {
  animation-delay: 1.31s;
}
.id-btn:nth-of-type(32) {
  animation-delay: 1.32s;
}
.id-btn:nth-of-type(33) {
  animation-delay: 1.33s;
}
.id-btn:nth-of-type(34) {
  animation-delay: 1.34s;
}
.id-btn:nth-of-type(35) {
  animation-delay: 1.35s;
}
.id-btn:nth-of-type(36) {
  animation-delay: 1.36s;
}
.id-btn:nth-of-type(37) {
  animation-delay: 1.37s;
}
.id-btn:nth-of-type(38) {
  animation-delay: 1.38s;
}
.id-btn:nth-of-type(39) {
  animation-delay: 1.39s;
}
.id-btn:nth-of-type(40) {
  animation-delay: 1.4s;
}
.id-btn:nth-of-type(41) {
  animation-delay: 1.41s;
}
.id-btn:nth-of-type(42) {
  animation-delay: 1.42s;
}
.id-btn:nth-of-type(43) {
  animation-delay: 1.43s;
}
.id-btn:nth-of-type(44) {
  animation-delay: 1.44s;
}
.id-btn:nth-of-type(45) {
  animation-delay: 1.45s;
}
.id-btn:nth-of-type(46) {
  animation-delay: 1.46s;
}
.id-btn:nth-of-type(47) {
  animation-delay: 1.47s;
}
.id-btn:nth-of-type(48) {
  animation-delay: 1.48s;
}
.id-btn:nth-of-type(49) {
  animation-delay: 1.49s;
}
.id-btn:nth-of-type(50) {
  animation-delay: 1.5s;
}
.id-btn:nth-of-type(51) {
  animation-delay: 1.51s;
}
.id-btn:nth-of-type(52) {
  animation-delay: 1.52s;
}
.id-btn:nth-of-type(53) {
  animation-delay: 1.53s;
}
.id-btn:nth-of-type(54) {
  animation-delay: 1.54s;
}
.id-btn:nth-of-type(55) {
  animation-delay: 1.55s;
}
.id-btn:nth-of-type(56) {
  animation-delay: 1.56s;
}
.id-btn:nth-of-type(57) {
  animation-delay: 1.57s;
}
.id-btn:nth-of-type(58) {
  animation-delay: 1.58s;
}
.id-btn:nth-of-type(59) {
  animation-delay: 1.59s;
}
.id-btn:nth-of-type(60) {
  animation-delay: 1.6s;
}
.id-btn:nth-of-type(61) {
  animation-delay: 1.61s;
}
.id-btn:nth-of-type(62) {
  animation-delay: 1.62s;
}
.id-btn:nth-of-type(63) {
  animation-delay: 1.63s;
}
.id-btn:nth-of-type(64) {
  animation-delay: 1.64s;
}
.id-btn:nth-of-type(65) {
  animation-delay: 1.65s;
}
.id-btn:nth-of-type(66) {
  animation-delay: 1.66s;
}
.id-btn:nth-of-type(67) {
  animation-delay: 1.67s;
}
.id-btn:nth-of-type(68) {
  animation-delay: 1.68s;
}
.id-btn:nth-of-type(69) {
  animation-delay: 1.69s;
}
.id-btn:nth-of-type(70) {
  animation-delay: 1.7s;
}
.id-btn:nth-of-type(71) {
  animation-delay: 1.71s;
}
.id-btn:nth-of-type(72) {
  animation-delay: 1.72s;
}
.id-btn:nth-of-type(73) {
  animation-delay: 1.73s;
}
.id-btn:nth-of-type(74) {
  animation-delay: 1.74s;
}
.id-btn:nth-of-type(75) {
  animation-delay: 1.75s;
}
.id-btn:nth-of-type(76) {
  animation-delay: 1.76s;
}
.id-btn:nth-of-type(77) {
  animation-delay: 1.77s;
}
.id-btn:nth-of-type(78) {
  animation-delay: 1.78s;
}
.id-btn:nth-of-type(79) {
  animation-delay: 1.79s;
}
.id-btn:nth-of-type(80) {
  animation-delay: 1.8s;
}
.id-btn:nth-of-type(81) {
  animation-delay: 1.81s;
}
.id-btn:nth-of-type(82) {
  animation-delay: 1.82s;
}
.id-btn:nth-of-type(83) {
  animation-delay: 1.83s;
}
.id-btn:nth-of-type(84) {
  animation-delay: 1.84s;
}
.id-btn:nth-of-type(85) {
  animation-delay: 1.85s;
}
.id-btn:nth-of-type(86) {
  animation-delay: 1.86s;
}
.id-btn:nth-of-type(87) {
  animation-delay: 1.87s;
}
.id-btn:nth-of-type(88) {
  animation-delay: 1.88s;
}
.id-btn:nth-of-type(89) {
  animation-delay: 1.89s;
}
.id-btn:nth-of-type(90) {
  animation-delay: 1.9s;
}
.id-btn:nth-of-type(91) {
  animation-delay: 1.91s;
}
.id-btn:nth-of-type(92) {
  animation-delay: 1.92s;
}
.id-btn:nth-of-type(93) {
  animation-delay: 1.93s;
}
.id-btn:nth-of-type(94) {
  animation-delay: 1.94s;
}
.id-btn:nth-of-type(95) {
  animation-delay: 1.95s;
}
.id-btn:nth-of-type(96) {
  animation-delay: 1.96s;
}
.id-btn:nth-of-type(97) {
  animation-delay: 1.97s;
}
.id-btn:nth-of-type(98) {
  animation-delay: 1.98s;
}
.id-btn:nth-of-type(99) {
  animation-delay: 1.99s;
}
.id-btn:nth-of-type(100) {
  animation-delay: 2s;
}
.id-btn svg {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.id-btn:hover {
  color: white;
  background-color: linear-gradient(#C7161D, #9B0F14);
}

.btn {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

.btn-rounded, .btn-gray-light, .btn-primary:disabled, .btn-secondary:disabled, .btn-secondary, .btn-primary {
  border-radius: 999px;
}

.btn-sm {
  padding: 0px 16px;
}

.btn-md {
  padding: 6px 20px;
}
@media all and (max-width: 424.98px) {
  .btn-md {
    padding: 6px 12px;
  }
}

.btn-lg {
  padding: 8px 24px;
}

.btn-xl {
  padding: 14px 24px;
}

.btn-toggle, .btn-toggle:hover, .btn-toggle:active:focus {
  border: 1px solid #ced4da !important;
  border-radius: 5px 0 0 5px !important;
  background: white !important;
}
.btn-primary {
  color: white !important;
  background: #C7161D !important;
  border: 1px solid #C7161D !important;
}
.btn-primary:hover, .btn-primary:active:focus {
  background: #9B0F14 !important;
  border: 1px solid #9B0F14 !important;
}
.btn-secondary {
  color: #C7161D !important;
  background: white !important;
  border: 1px solid #C7161D !important;
}
.btn-secondary:hover, .btn-secondary:active:focus {
  color: white !important;
  background: #C7161D !important;
  border: 1px solid #C7161D !important;
}
.btn-gray-light, .btn-primary:disabled, .btn-secondary:disabled {
  background: #777777 !important;
  border: 1px solid #777777 !important;
}
.btn-gray-light:hover, .btn-primary:hover:disabled, .btn-secondary:hover:disabled, .btn-gray-light:active:focus, .btn-primary:active:focus:disabled, .btn-secondary:active:focus:disabled {
  background: #495057 !important;
  border: 1px solid #495057 !important;
}

.btn-animate, .btn-primary, .btn-secondary, .btn-gray-light, .btn-primary:disabled, .btn-secondary:disabled {
  transition: all 0.3s ease;
}
.btn-animate:hover, .btn-primary:hover, .btn-secondary:hover, .btn-gray-light:hover, .btn-animate:active:focus, .btn-primary:active:focus, .btn-secondary:active:focus, .btn-gray-light:active:focus {
  transition: all 0.3s ease;
}

.coupon-add {
  background: white;
  border-radius: 0.375rem;
}
.coupon-list {
  grid-template-columns: 1fr;
}
@media all and (max-width: 991.98px) {
  .coupon-list {
    padding-bottom: 3rem;
  }
}
.coupon-list > div:hover {
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
.coupon-list > div.disabled {
  background: #D7D7D7;
  border: 2px solid #D7D7D7;
}
.coupon-list > div.disabled h5 {
  color: #777777 !important;
}
.coupon-list > div.disabled .card {
  background-color: #D7D7D7;
}
.coupon-list > div.disabled .card-time {
  display: none;
}
.coupon-list > div.disabled .card-status {
  align-items: center !important;
}
.index-bg {
  position: absolute;
  overflow: hidden;
  inset: 0;
  z-index: -1;
}
.index-bg div {
  position: absolute;
}
.index-bg .bg-1 {
  top: 0;
  right: 0;
}
.index-bg .bg-1 img {
  transform: scale(-1, -1);
  filter: opacity(0.2);
}
@media all and (max-width: 767.98px) {
  .index-bg .bg-1 {
    display: none;
  }
}
.index-bg .bg-2 {
  top: 0;
  right: -10px;
}
.index-bg .bg-2 img {
  transform: scaleY(-1);
  filter: opacity(0.2);
}
@media all and (max-width: 767.98px) {
  .index-bg .bg-2 {
    display: none;
  }
}
.index-bg .bg-3 {
  display: none;
}
@media all and (max-width: 767.98px) {
  .index-bg .bg-3 {
    display: block;
    width: 170px;
    bottom: 0;
  }
  .index-bg .bg-3 img {
    filter: opacity(0.2);
  }
}
@media all and (max-width: 424.98px) {
  .index-bg .bg-3 {
    width: 120px;
  }
}
.index-bg .bg-4 {
  display: none;
}
@media all and (max-width: 767.98px) {
  .index-bg .bg-4 {
    display: block;
    bottom: 0;
    left: 30px;
  }
  .index-bg .bg-4 img {
    width: 70px;
    filter: opacity(0.2);
  }
}
@media all and (max-width: 424.98px) {
  .index-bg .bg-4 {
    left: 20px;
  }
  .index-bg .bg-4 img {
    width: 50px;
  }
}
.index-welcome {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 767.98px) {
  .index-welcome {
    background: transparent;
    box-shadow: none;
    padding: 30px 0;
  }
  .index-welcome img {
    width: 45px;
  }
}
.index-dashboard {
  margin-top: 100px;
  margin-bottom: 100px;
}
.index-dashboard > div {
  gap: 60px;
}
@media all and (max-width: 991.98px) {
  .index-dashboard > div {
    gap: 30px;
  }
}
@media all and (max-width: 767.98px) {
  .index-dashboard > div {
    gap: 16px;
  }
}
@media all and (max-width: 767.98px) {
  .index-dashboard {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.index-dashboard .dashboard-item {
  background: black;
  border-radius: 16px;
  color: white;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.index-dashboard .dashboard-item:hover, .index-dashboard .dashboard-item:active:focus {
  background: #C7161D;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
}
.index-dashboard .dashboard-item:hover::before, .index-dashboard .dashboard-item:active:focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.index-dashboard .dashboard-item:hover::before, .index-dashboard .dashboard-item:active:focus::before {
  opacity: 1;
}
.index-dashboard .dashboard-item .dashboard-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid white;
  padding: 50px 16px;
  height: 100%;
}
@media all and (max-width: 991.98px) {
  .index-dashboard .dashboard-item .dashboard-content {
    padding: 30px 5px;
    height: 100%;
  }
}
@media all and (max-width: 767.98px) {
  .index-dashboard .dashboard-item .dashboard-content {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    padding: 30px 16px;
  }
  .index-dashboard .dashboard-item .dashboard-content img {
    width: 60px;
  }
}
@media all and (max-width: 424.98px) {
  .index-dashboard .dashboard-item .dashboard-content {
    padding: 20px 0;
    gap: 1rem;
  }
  .index-dashboard .dashboard-item .dashboard-content img {
    width: 50px;
  }
}
.index-dashboard .dashboard-item .dashboard-content div:first-child {
  flex: 1;
  text-align: end;
}
@media all and (max-width: 424.98px) {
  .index-dashboard .dashboard-item .dashboard-content div:first-child {
    flex: 2;
  }
}
.index-dashboard .dashboard-item .dashboard-content div:last-child {
  flex: 2;
}
@media all and (max-width: 424.98px) {
  .index-dashboard .dashboard-item .dashboard-content div:last-child {
    flex: 5;
  }
}
.index-dashboard .dashboard-item .dashboard-content h5,
.index-dashboard .dashboard-item .dashboard-content p {
  word-break: break-word;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #C7161D;
  margin-right: 0.3rem;
}

input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
  width: 18px;
}

input[type=checkbox]:not(.switch) {
  border-radius: 4px;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]:not(.switch):after {
  width: 7px;
  height: 12px;
  border: 2px solid #C7161D;
  border-top: 0;
  border-left: 0;
  left: 4px;
  top: 0px;
  transform: rotate(45deg);
}

.dropdown-code {
  max-height: 350px;
  overflow-y: scroll;
}
.dropdown-code a:active:focus {
  background: #777777;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.delay-11 {
  animation-delay: 1.1s !important;
}

.delay-12 {
  animation-delay: 1.2s !important;
}

.delay-13 {
  animation-delay: 1.3s !important;
}

.delay-14 {
  animation-delay: 1.4s !important;
}

.delay-15 {
  animation-delay: 1.5s !important;
}

.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-br {
  animation: fade-in-br 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-top {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-tr {
  animation: fade-in-tr 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left, .order-list > div, .order-detail > div, .account-list > div, .id-wrapper h6, .id-wrapper .id-note, .id-detail > .frame, .id-btn, .coupon-list > div {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-br {
  0% {
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-tr {
  0% {
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  background: black;
  z-index: 999;
  align-items: start;
  max-width: 64px;
  width: 100%;
  transition: max-width 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: unset;
    bottom: -1px;
    height: unset;
    max-width: unset;
  }
}
.navbar-services {
  position: sticky;
  top: 0;
}
.navbar.show {
  max-width: 180px;
  transition: max-width 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .navbar.show {
    max-width: unset;
  }
}
.navbar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
}
.navbar-logo img:first-child {
  display: block;
}
.navbar-logo img:last-child {
  display: none;
}
@media all and (max-width: 767.98px) {
  .navbar-logo {
    display: none;
  }
}
.navbar.show .navbar-logo img:first-child {
  display: none;
}
.navbar.show .navbar-logo img:last-child {
  display: block;
}
@media all and (max-width: 767.98px) {
  .navbar.show .navbar-logo {
    display: none;
  }
}
@media all and (max-width: 767.98px) {
  .navbar-dashboard {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
.navbar-dashboard .dashboard-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  padding: 1.5rem 18px;
  color: white;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 767.98px) {
  .navbar-dashboard .dashboard-item {
    width: 100%;
    padding: 0.75rem 0.5rem;
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (max-width: 575.98px) {
  .navbar-dashboard .dashboard-item {
    padding: 0.75rem 1rem;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-dashboard .dashboard-item img {
    width: 24px;
  }
}
.navbar-dashboard .dashboard-item:hover, .navbar-dashboard .dashboard-item:active:focus, .navbar-dashboard .dashboard-item.active {
  background: #C7161D;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
}
.navbar-dashboard .dashboard-item:hover::before, .navbar-dashboard .dashboard-item:active:focus::before, .navbar-dashboard .dashboard-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navbar-dashboard .dashboard-item:hover::before, .navbar-dashboard .dashboard-item:active:focus::before, .navbar-dashboard .dashboard-item.active::before {
  opacity: 1;
}
.navbar-dashboard .dashboard-item div:last-child {
  opacity: 0;
  position: absolute;
  left: 56px;
  text-wrap: nowrap;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .navbar-dashboard .dashboard-item div:last-child {
    position: relative;
    left: unset;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media all and (max-width: 575.98px) {
  .navbar-dashboard .dashboard-item div:last-child {
    font-size: 14px;
  }
}
@media all and (max-width: 424.98px) {
  .navbar-dashboard .dashboard-item div:last-child {
    font-size: 12px;
  }
}
.navbar.show .navbar-dashboard .dashboard-item div:last-child {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.navbar-arrow {
  position: absolute;
  right: -24px;
  top: 85vh;
  cursor: pointer;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.navbar-arrow.fix {
  top: 110%;
  transition: all 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .navbar-arrow {
    display: none;
  }
}
.navbar.show .navbar-arrow {
  transform: rotate(-180deg);
}

.login-bg {
  position: absolute;
  overflow: hidden;
  inset: 0;
  z-index: -1;
}
.login-bg div {
  position: absolute;
}
.login-bg .bg-1 {
  top: 0;
  left: -60px;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-1 {
    width: 500px;
    left: -125px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-1 {
    width: 400px;
    left: -100px;
  }
}
@media all and (max-width: 991.98px) {
  .login-bg .bg-1 {
    width: 300px;
    left: -60px;
  }
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-1 {
    display: none;
  }
}
.login-bg .bg-2 {
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-2 {
    width: 300px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-2 {
    width: 250px;
  }
}
@media all and (max-width: 991.98px) {
  .login-bg .bg-2 {
    width: 200px;
  }
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-2 {
    width: 170px;
  }
  .login-bg .bg-2 img {
    filter: opacity(0.2);
  }
}
@media all and (max-width: 424.98px) {
  .login-bg .bg-2 {
    width: 120px;
  }
}
.login-bg .bg-3 {
  bottom: 0;
  left: 60px;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-3 {
    left: 35px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-3 {
    left: -15px;
  }
}
@media all and (max-width: 991.98px) {
  .login-bg .bg-3 {
    left: 0;
  }
  .login-bg .bg-3 img {
    width: 100px;
  }
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-3 {
    left: 30px;
  }
  .login-bg .bg-3 img {
    width: 70px;
    filter: opacity(0.2);
  }
}
@media all and (max-width: 424.98px) {
  .login-bg .bg-3 {
    left: 20px;
  }
  .login-bg .bg-3 img {
    width: 50px;
  }
}
.login-bg .bg-4 {
  right: 0;
  bottom: 0;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-4 {
    right: -100px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-4 {
    right: -175px;
  }
}
@media all and (max-width: 991.98px) {
  .login-bg .bg-4 {
    right: -215px;
  }
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-4 {
    display: none;
  }
}
.login-bg .bg-5 {
  right: 85px;
  bottom: 0;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-5 {
    right: -15px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-5 {
    right: -90px;
    bottom: 0;
  }
  .login-bg .bg-5 img {
    width: 315px;
  }
}
@media all and (max-width: 991.98px) {
  .login-bg .bg-5 {
    right: -130px;
  }
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-5 {
    display: none;
  }
}
.login-bg .bg-6 {
  top: 0;
  right: 120px;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-6 {
    right: 20px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-6 {
    right: 30px;
  }
}
@media all and (max-width: 991.98px) {
  .login-bg .bg-6 {
    right: -15px;
  }
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-6 {
    display: none;
  }
}
.login-bg .bg-7 {
  top: 0;
  right: 120px;
}
@media all and (max-width: 1399.98px) {
  .login-bg .bg-7 {
    right: 20px;
  }
}
@media all and (max-width: 1199.98px) {
  .login-bg .bg-7 {
    display: none;
  }
}
.login-bg .bg-8 {
  display: none;
}
@media all and (max-width: 767.98px) {
  .login-bg .bg-8 {
    display: block;
    right: 0;
  }
}
@media all and (max-width: 424.98px) {
  .login-bg .bg-8 {
    width: 170px;
  }
}

.password-wrapper {
  position: relative;
}
.password-mask {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
  background-image: none;
}
input[type=password] + .password-mask.show {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2OTFfMTc1MjgpIj4KPHBhdGggZD0iTTExIDYuNUMxMC4yMDQ0IDYuNSA5LjQ0MTI5IDYuODE2MDcgOC44Nzg2OCA3LjM3ODY4QzguMzE2MDcgNy45NDEyOSA4IDguNzA0MzUgOCA5LjVDOCAxMC4yOTU3IDguMzE2MDcgMTEuMDU4NyA4Ljg3ODY4IDExLjYyMTNDOS40NDEyOSAxMi4xODM5IDEwLjIwNDQgMTIuNSAxMSAxMi41QzExLjc5NTYgMTIuNSAxMi41NTg3IDEyLjE4MzkgMTMuMTIxMyAxMS42MjEzQzEzLjY4MzkgMTEuMDU4NyAxNCAxMC4yOTU3IDE0IDkuNUMxNCA4LjcwNDM1IDEzLjY4MzkgNy45NDEyOSAxMy4xMjEzIDcuMzc4NjhDMTIuNTU4NyA2LjgxNjA3IDExLjc5NTYgNi41IDExIDYuNVpNMTEgMTQuNUM5LjY3MzkyIDE0LjUgOC40MDIxNSAxMy45NzMyIDcuNDY0NDcgMTMuMDM1NUM2LjUyNjc4IDEyLjA5NzkgNiAxMC44MjYxIDYgOS41QzYgOC4xNzM5MiA2LjUyNjc4IDYuOTAyMTUgNy40NjQ0NyA1Ljk2NDQ3QzguNDAyMTUgNS4wMjY3OCA5LjY3MzkyIDQuNSAxMSA0LjVDMTIuMzI2MSA0LjUgMTMuNTk3OSA1LjAyNjc4IDE0LjUzNTUgNS45NjQ0N0MxNS40NzMyIDYuOTAyMTUgMTYgOC4xNzM5MiAxNiA5LjVDMTYgMTAuODI2MSAxNS40NzMyIDEyLjA5NzkgMTQuNTM1NSAxMy4wMzU1QzEzLjU5NzkgMTMuOTczMiAxMi4zMjYxIDE0LjUgMTEgMTQuNVpNMTEgMkM2IDIgMS43MyA1LjExIDAgOS41QzEuNzMgMTMuODkgNiAxNyAxMSAxN0MxNiAxNyAyMC4yNyAxMy44OSAyMiA5LjVDMjAuMjcgNS4xMSAxNiAyIDExIDJaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2OTFfMTc1MjgiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMTguNjkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
input[type=text] + .password-mask.show {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjUzNTI5IDQuNzcyNjNDMS45Nzc3MSA2LjAzNzQxIDAuNzUwMTAxIDcuNjg5NDkgMCA5LjU4MDY0QzEuNzMgMTMuOTQyMyA2IDE3LjAzMjMgMTEgMTcuMDMyM0MxMi40MTQ2IDE3LjAzMjMgMTMuNzcwNyAxNi43ODQ5IDE1LjAyNzUgMTYuMzMxNUwxMi44ODg3IDE0LjE4MDNDMTIuMjk0NyAxNC40MjExIDExLjY1NCAxNC41NDg0IDExIDE0LjU0ODRDOS42NzM5MiAxNC41NDg0IDguNDAyMTUgMTQuMDI1IDcuNDY0NDcgMTMuMDkzNEM2LjUyNjc4IDEyLjE2MTcgNiAxMC44OTgyIDYgOS41ODA2NEM2IDguOTEwMiA2LjEzNjQxIDguMjUzNzMgNi4zOTM5NSA3LjY0Nzg3TDMuNTM1MjkgNC43NzI2M1pNOC4wMTU0MiA5LjI3ODc0QzguMDA1MTkgOS4zNzg2MSA4IDkuNDc5MzYgOCA5LjU4MDY0QzggMTAuMzcxMiA4LjMxNjA3IDExLjEyOTMgOC44Nzg2OCAxMS42ODgzQzkuNDQxMjkgMTIuMjQ3MyAxMC4yMDQ0IDEyLjU2MTMgMTEgMTIuNTYxM0MxMS4wODk2IDEyLjU2MTMgMTEuMTc4NyAxMi41NTczIDExLjI2NzMgMTIuNTQ5NEw4LjAxNTQyIDkuMjc4NzRaTTEzLjk3NSA5Ljk2NDRMMTAuNjUwMiA2LjYyMDMxQzEwLjc2NTggNi42MDY4NCAxMC44ODI1IDYuNiAxMSA2LjZDMTEuNzk1NiA2LjYgMTIuNTU4NyA2LjkxNDAzIDEzLjEyMTMgNy40NzMwMUMxMy42ODM5IDguMDMxOTkgMTQgOC43OTAxMyAxNCA5LjU4MDY0QzE0IDkuNzA5NjYgMTMuOTkxNiA5LjgzNzgzIDEzLjk3NSA5Ljk2NDRaTTE1LjU3ODQgMTEuNTc3MUMxNS44NTM4IDEwLjk1MzcgMTYgMTAuMjc0NiAxNiA5LjU4MDY0QzE2IDguMjYzMTEgMTUuNDczMiA2Ljk5OTU1IDE0LjUzNTUgNi4wNjc5MkMxMy41OTc5IDUuMTM2MjkgMTIuMzI2MSA0LjYxMjkgMTEgNC42MTI5QzEwLjMyMjMgNC42MTI5IDkuNjU4ODEgNC43NDk1OSA5LjA0NjgzIDUuMDA3NjFMNi45MDU3OCAyLjg1NDE0QzguMTgxMiAyLjM4NTIgOS41NjAzNCAyLjEyOTAzIDExIDIuMTI5MDNDMTYgMi4xMjkwMyAyMC4yNyA1LjIxODk2IDIyIDkuNTgwNjRDMjEuMjQxOCAxMS40OTIyIDE5Ljk5NTggMTMuMTU5NCAxOC40MTQzIDE0LjQyOTRMMTUuNTc4NCAxMS41NzcxWiIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMS40MTkzNyIgeT0iMS4wMDA3MyIgd2lkdGg9IjEuNDE5MzUiIGhlaWdodD0iMjQuOTQxMyIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ0LjgzNDMgMS40MTkzNyAxLjAwMDczKSIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
}/*# sourceMappingURL=style.css.map */