::-webkit-scrollbar-track {
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.select-show__items::-webkit-scrollbar,
.doc-result::-webkit-scrollbar,
.select-doc__lists::-webkit-scrollbar,
.doc-types::-webkit-scrollbar,
.select-result__items::-webkit-scrollbar,
.select-result__order-items::-webkit-scrollbar,
.select-delivery-detail::-webkit-scrollbar,
.select-payment::-webkit-scrollbar,
.select-payer::-webkit-scrollbar {
  width: 0.7em;
}
.select-show__items::-webkit-scrollbar-thumb,
.doc-result::-webkit-scrollbar-thumb,
.select-doc__lists::-webkit-scrollbar-thumb,
.doc-types::-webkit-scrollbar-thumb,
.select-result__items::-webkit-scrollbar-thumb,
.select-result__order-items::-webkit-scrollbar-thumb,
.select-delivery-detail::-webkit-scrollbar-thumb,
.select-payment::-webkit-scrollbar-thumb,
.select-payer::-webkit-scrollbar-thumb {
  background-color: #dadada;
}
a {
  color: #2a2568;
}


.progress-color.process a{
  color: #dfbc3d;
  
}

.inactive-color.process a{
	color: #e5e5e5;
}

.bg-primary {
  background-color: #2a2568 !important;
}
.text-primary {
  color: #2a2568 !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: #dfbc3d !important;
}
.bg-bb {
  background-color: #bba8d0 !important;
}
.text-bb {
  color: #bba8d0;
}
.text-pri2 {
  color: #724aa0;
}
.bg-fa {
  background-color: #faf0fe;
}
.text-8b {
  color: #464298;
}
.bg-8b {
  background-color: #464298;
}
.t-s-f {
  text-shadow: 0px 4px 4px #ffffff;
}
.radius-10 {
  border-radius: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #2c296e;
  border-color: #2c296e;
}
.btn-outline-primary {
  color: #2c296e;
  border-color: #2c296e;
}
.btn-warning {
  color: #fff;
  background-color: #dfbc3d;
  border-color: #dfbc3d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #262361;
  border-color: #262361;
  box-shadow: none !important;
}
.border-primary {
  border-color: #2a2568 !important;
}
.form-check-input:checked {
  background-color: #464298;
  border-color: #464298;
}
.header-top__item > .sub-menu {
  position: absolute;
  height: unset;
  width: auto;
  background-color: #f3f3f3;
  top: 30px;
  z-index: 99;
}
.header-top__item > .sub-menu > a:hover {
  background-color: #d5d3f4;
  font-weight: bold;
}

.process-wrapper {
  margin: 1rem auto;
  max-width: 920px;
}
.progress-container,
.progress-container-m {
  width: 90%;
  margin: auto;
  position: relative;
}
.progress-item {
  width: 20%;
  color: #e5e5e5;
  height: 90px;
  font-weight: 700;
  z-index: 999;
}
.progress-item.active {
  color: #2a2568;
}
.progress-item.process {
  color: #dfbc3d;
}
.progress-item i {
  border-radius: 50%;
  background-color: #fff;
}
.progress-item.process i {
  color: #fff;
  background-color: #dfbc3d;
}
.progress-item.process i::before {
  font-size: 0.5rem;
  padding: 0.2rem;
  position: relative;
  top: -2px;
}
.progress-item .progress-icon {
  width: 2.5rem;
  fill: #e5e5e5;
}
.progress-item.active .progress-icon {
  fill: #2a2568;
  transition: all ease 0.9s;
}
.progress-item.process .progress-icon {
  fill: #dfbc3d;
  transition: all ease 0.9s;
}
.progress-line {
  width: 80%;
  margin: auto;
  background: #e5e5e5;
  height: 3px;
  position: absolute;
  left: 10%;
  top: 50px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}
.progress-line__active,
.progress-line__active-packages,
.progress-line__active-packages-m {
  height: 100%;
  background-color: #2a2568;
  z-index: 3;
  position: absolute;
  width: 0%;
  transition: all ease 0.9s;
}
.progress-line__process,
.progress-line__process-packages,
.progress-line__process-packages-m {
  height: 100%;
  background-color: #dfbc3d;
  z-index: 2;
  position: absolute;
  width: 25%;
  transition: all ease 0.9s;
}

.progress-line__process.packages,
.progress-line__process-packages.packages,
.progress-line__process-packages-m.packages {
  width: 0;
}

.process-wrapper__packages,
.process-wrapper-m {
  max-width: 400px;
  flex-grow: 1;
}
.progress-item__packages,
.progress-item__packages-m {
  width: 20%;
  color: #e5e5e5;
  height: 60px;
  font-weight: 700;
  z-index: 999;
  font-size: 0.5rem;
}
.progress-item__packages i,
.progress-item__packages-m i {
  border-radius: 50%;
  background-color: #fff;
}
.progress-item__packages.process i,
.progress-item__packages-m.process i {
  color: #fff;
  background-color: #dfbc3d;
  font-size: 0.25rem;
}
.progress-item__packages-m.active {
  color: #2a2568;
}
.progress-item__packages.process,
.progress-item__packages-m.process {
  color: #dfbc3d;
}
.progress-item__packages.process i::before,
.progress-item__packages-m.process i::before {
  font-size: 0.25rem;
  padding: 0.25rem 0.05rem;
  position: relative;
}
.progress-item__packages .progress-icon,
.progress-item__packages-m .progress-icon {
  width: 1.5rem;
  fill: #e5e5e5;
}
.progress-item__packages-m.active .progress-icon {
  fill: #2a2568;
  transition: all ease 0.9s;
}
.progress-item__packages.process .progress-icon,
.progress-item__packages-m.process .progress-icon {
  fill: #dfbc3d;
  transition: all ease 0.9s;
}

.progress-line__packages,
.progress-line__packages-m {
  width: 80%;
  margin: auto;
  background: #e5e5e5;
  height: 2px;
  position: absolute;
  left: 10%;
  top: 33px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}
.progress-line__packages-m {
  top: 30px !important;
}

.select-body {
  min-height: 100vh;
}
.select-header {
  width: 100%;
}
.select-header .header-top {
  height: 2.3rem;
  padding: 0 4.5rem;
  font-size: 0.7rem;
}
.select-header .header-top__item {
  margin-right: 0.4rem;
}
.select-header .header-top__items {
  font-size: 0.8rem;
}
.select-header .header-top__items > div {
  margin-left: 0.5rem;
}
.select-header .header-top__item > a > * {
  margin: 0 0.2rem;
  color: #fff;
}
.select-header .header-wrapper {
  height: 5.5rem;
  padding: 0 4.5rem;
}
.select-header .header-wrapper__item {
  margin-right: 2rem;
}
.select-header .header-wrapper__img {
  /* width: 10rem; */
  width: 5rem;
}
.select-header .header-text {
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.select-header .header-wrapper__login {
  height: 2.5rem;
  background: #f3f3f3;
  padding: 0.5rem;
  color: #2a2568;
  cursor: pointer;
  font-size: 0.9rem;
}
.select-header .header-wrapper__login > div {
  margin: 0 0.3rem;
}
.select-header .header-login__dropdown,
.header-login__dropdown2 {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  z-index: 99999;
}
.select-header .header-login__dropdown > a:hover,
.header-login__dropdown2 > a:hover {
  background: #2a2568;
  color: #fff;
}

.select-container {
  height: 100%;
  width: 100%;
}
.select-legal-wrapper {
  width: 80%;
  margin: auto;
  height: 69vh;
}
.select-legal {
  background-color: #d5d3f4;
  box-shadow: 3px 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: relative;
}
.select-legal__header {
  width: 900px;
  height: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.icon-svg {
  fill: #fff;
  width: 2rem;
}
.select-legal__search {
  box-shadow: 11px 18px 34px -2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 800px;
  height: 50px;
  overflow: hidden;
  margin: auto;
}
.select-legal__search > div:nth-child(2) {
  width: 80px;
  font-size: 1.5rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.select-legal__search > a {
  width: 80px;
  font-size: 1.5rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.floating-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease all;
  pointer-events: none;
  color: #c6c6c6;
}
#search:focus ~ .floating-label {
  top: 5px;
  left: 20px;
  font-size: 0.7rem;
  opacity: 1;
  transform: unset;
}
.select-legal__item {
  color: #fff;
  background-color: #464298;
  border: 6px solid #ffffff;
  box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  width: 220px;
  height: 200px;
  padding: 1rem;
  margin: 0.5rem;
  position: relative;
}
.select-legal__item > div:last-child {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.select-legal__item > div:last-child > i {
  background-color: #fff;
  border-radius: 50%;
}

.select-legal__item > a:last-child {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.select-legal__item > a:last-child > i {
  background-color: #fff;
  border-radius: 50%;
}

.select-legal__plus {
  width: 220px;
  height: 200px;
  background: #c6c6c6;
  border: 6px solid #ffffff;
  box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 0.5rem;
  cursor: pointer;
}
.select-legal__edit {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #c6c6c6;
  border-radius: 10px;
  width: 100px;
  color: #fff;
  padding: 0.3rem 0;
  cursor: pointer;
}
.select-legal__save {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #57c748;
  border-radius: 10px;
  width: 100px;
  color: #fff;
  padding: 0.3rem 0;
  cursor: pointer;
}

.select-doc {
  display: flex;
  margin: 1rem auto;
  width: 90%;
  height: 660px;
}
.select-doc__l,
.select-show__l {
  padding: 1rem;
  width: 70%;
}

.select-doc__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #464298;
  color: #fff;
}
.select-doc__sub-title {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #d5d3f4;
  color: #464298 !important;
}
.select-doc__menu {
  padding: 0.5rem 0;
  display: flex;
}
.select-doc__menu .icon-svg {
  fill: #c6c6c6;
  width: 2rem;
}
.select-doc__menu > div:hover .icon-svg,
.select-doc__menu > div.active .icon-svg {
  fill: #fff;
}
.select-doc__menu > div {
  background-color: #fff;
  color: #c6c6c6;
  width: 13rem;
  /* height: 5rem; */
  font-weight: 700;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  border: 1px solid #c6c6c6;
}
.select-doc__menu > div:hover,
.select-doc__menu > div.active {
  background-color: #464298;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select-doc__menu > a:hover .icon-svg,
.select-doc__menu > a.active .icon-svg {
  fill: #fff;
}
.select-doc__menu > a {
  background-color: #fff;
  color: #adb5bd;
  width: 13rem;
  /* height: 5rem; */
  font-weight: 700;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  border: 1px solid #adb5bd;
}
.select-doc__menu > a:hover,
.select-doc__menu > a.active {
  background-color: #464298;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select-doc__body {
  /* height: 80%; */
  display: flex;
  width: 100%;
  background-color: #f3f3f3;
}
.select-doc__detail {
  display: flex;
  flex-direction: column;
  width: 65%;
  padding: 0.5rem;
}
.select-doc__header > div:nth-child(1) {
  width: 7.5rem;
  padding: 0.25rem 0;
}
.select-doc__header .icon-svg {
  width: 1rem;
}
.select-doc__lists {
  overflow-y: auto;
  flex-grow: 1;
  height: 200px;
  font-size: 0.8rem;
}
.select-doc__list .icon-svg {
  width: 1rem;
}
.select-doc__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0.5rem;
  background-color: #fff;
}
.select-doc__item > div:nth-child(1) {
  flex-grow: 1; 
  width: 80%;
}
.select-doc__item > div:nth-child(2) {
  /* width: 5rem; */
  /* align-self: flex-start; */
  flex-grow: 1;
  text-align: end;
}
.select-doc__item .icon-svg {
  width: 1rem;
  fill: #464298;
}

.select-doc__footer {
  width: 100%;
  padding: 0.5rem 1rem;
}
.select-doc__footer > div:nth-child(1) {
  justify-content: space-between;
}

.select-doc__type {
  width: 35%;
  margin-left: 1rem;
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.doc-types {
  overflow-y: auto;
  padding-right: 0.5rem;
  flex-grow: 1;
  margin: 0 0.5rem;
}
.doc-type {
  padding: 0.25rem 0.5rem;
  margin: 0 0 1rem 0;
  cursor: pointer;
}
.doc-type:hover,
.doc-type.active {
  background-color: #464298;
  color: #fff;
  border-color: #464298;
}
.select-doc__r,
.select-show__r {
  background-color: white;
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.doc-result {
  margin: 1rem 0;
  padding: 0 1rem;
  overflow-y: auto;
  flex-grow: 1;
}
.doc-result__head {
  height: 3.5rem;
}
.doc-result__item {
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
}
.doc-result__type {
  width: 70%;
}
.doc-result__total {
  padding: 0 0.75rem;
}
.doc-result__block {
  color: #fff;
  background-color: #c6c6c6;
  font-size: 0.6rem;
  width: 1rem;
  height: 1rem;
  margin: 0.2rem 0.1rem;
  cursor: pointer;
}
.doc-result__block > input {
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #c6c6c6;
  color: #fff;
  border: none;
  text-align: center;
}
.doc-result__block.active,
.doc-result__block.active > input {
  color: #fff;
  background-color: #464298;
}

.select-show {
  display: flex;
  width: 80%;
  margin: 1rem auto;
  height: 660px;
}
.select-show__l > div:nth-child(1) {
  color: #464298;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.select-show__l .icon-svg {
  fill: #464298;
  width: 1rem;
}
.select-show__items {
  overflow-y: auto;
  flex-grow: 1;
}

.select-show__item {
  border: 2px solid #c6c6c6;
  box-sizing: border-box;
  border-radius: 10px;
  color: #a8a8a8;
  padding: 0.5rem;
  margin: 0.5rem 1rem 0.5rem 0;
}
.icon-svg2 {
  width: 2rem;
  fill: #a8a8a8;
}
.select-show__item.active {
  background-color: #d5d3f4;
  border: none;
  color: #464298;
}
.select-show__item.active > div:nth-child(2) > .icon > .icon-svg2 {
  fill: #464298;
}
.select-show__item.active .title > div:nth-child(2) {
  text-shadow: 0px 4px 4px #ffffff;
}
.select-show__item.active > div:nth-child(1) {
  font-style: italic;
  color: #2a2568;
  font-weight: bold;
}
.select-show__item:hover .footer > div:nth-child(2) button,
.select-show__item.active .footer > div:nth-child(2) button {
  background: #fff;
  color: #464298;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.select-show__item:hover .footer > div:nth-child(2) a,
.select-show__item.active .footer > div:nth-child(2) a {
  background: #fff;
  color: #464298;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.select-show__item .title {
  margin: 0.5rem;
  font-weight: bold;
  text-align: start;
}
.select-show__item .icon {
  margin: 0.5rem 0 0.5rem 1rem;
}
.select-show__item .title > div:nth-child(2) {
  font-size: 2rem;
}
.select-show__item .footer {
  margin: 0 1rem;
}

.select-show__item .footer .footer__item > div {
  margin-right: 0.5rem;
  background-color: #fff;
  font-size: 0.8rem;
}
.select-show__item .footer .footer__item > div > span {
  padding: 0 0.25rem;
}
.select-show__item .footer > div:nth-child(2) button {
  background: #a8a8a8;
  color: #fff;
  font-size: 1rem;
}

.select-show__item .footer > div:nth-child(2) a {
  /*background: #a8a8a8;
  color: #fff;*/
  font-size: 1rem;
}
.select-result-menu {
  /* height: 6%; */
}
.select-result-bar {
  background: #e5e5e5;
  border-radius: 10px;
}
.select-result-bar__header {
  margin-left: 3rem;
}
.select-result-bar__header > * {
  margin: 0 1rem;
  padding: 0.25rem 0;
  color: #c4c4c4;
  font-size: 1rem;
  cursor: pointer;
}
.select-result-bar__header > .select-result__active {
  color: #2a2568;
  font-weight: 700;
  border-bottom: 3px solid #2a2568;
}
.select-result {
  width: 80%;
  /* height: 68vh; */
  margin: auto;
}
.select-results {
  width: 100%;
  display: flex;
  min-height: 550px;
  margin: 1rem 0;
}
.select-result__l {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
}
.select-result__r {
  width: 30%;
}
.select-result__l > div:nth-child(1) {
  display: flex;
  /* justify-content: space-between; */
}

.select-result__legal {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  border-radius: 20px;
  color: #c6c6c6;
  font-size: 0.8rem;
  padding: 0.7rem 0.5rem;
  margin: 0.5rem 0.25rem;
  cursor: pointer;
}
.select-result__legal:hover,
.select-result__legal.active {
  color: #2a2568;
  background: #d5d3f4;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border: none;
}
.select-result__legal .icon-svg {
  fill: #c6c6c6;
  width: 1.5rem;
}

.select-result__legal:hover .icon-svg,
.select-result__legal.active .icon-svg {
  fill: #2a2568;
}
.select-result__order {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.select-result__order-items {
  overflow-y: auto;
  padding: 0 0.5rem;
}
.select-result__items {
  overflow-y: auto;
  height: 100%;
}
.select-result__item {
  background: #f3f3f3;
  border-radius: 10px;
  margin: 0 0.5rem 1rem 0;
}
.select-result__item > div:nth-child(1) {
  background-color: #d5d3f4;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  color: #2a2568;
  padding: 0.5rem;
  cursor: pointer;
}
.select-result__lists {
  margin: 0 10rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.select-result__lists > div:nth-child(1) {
  font-size: 1.2rem;
}

.select-payer {
  overflow-y: auto;
  width: 90%;
 /*  margin: auto; */
}
.select-payer__item {
  margin: 0.5rem 0;
}
.select-payer__item > div:nth-child(1) {
  background: rgba(229, 229, 229, 0.6);
  border-radius: 10px;
  color: #2a2568;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.select-result__order {
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.select-result__order > div:nth-child(1) {
  background: #464298;
  border-radius: 20px 20px 0px 0px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 1rem 0;
}
.select-result__order > div:nth-child(2) {
  color: #a3a3a3;
  width: 100%;
}
.select-result__order-item {
  margin: 1rem 0;
  border-radius: 10px;
  padding: 1rem;
  font-size: 0.9rem;
}
.select-result__order-item:not(:nth-child(1)) {
  background-color: #f3f3f3;
}
.select-result__order-item > div:nth-child(1) {
  width: 35%;
}
.select-result__order-item > div:nth-child(2) {
  width: 45%;
}
.select-result__order-item > div:nth-child(3) {
  width: 20%;
  text-align: end;
}

.select-delivery > div:nth-child(1) {
  width: 100%;
}
.select-delivery .icon-svg {
  width: 1rem;
}

.select-delivery__item {
  background: #fff;
  border: 1px solid #464298;
  border-radius: 10px;
  padding: 0.5rem;
  cursor: pointer;
  color: #464298;
  margin: 0.5rem 1rem 0.5rem 0;
  width: 11rem;
  height: 11.5rem;
}
.select-delivery__item > div:nth-child(1) {
  height: 35%;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.select-delivery__item > div:nth-child(3) {
  font-size: 1.2rem;
}
.select-delivery__item:hover,
.select-delivery__item.active {
  background: #464298;
  color: #fff;
}
.select-delivery__item:hover > .select-delivery__icon,
.select-delivery__item.active > .select-delivery__icon {
  fill: #fff;
  filter: brightness(0) invert(1);
}
.select-delivery__item:hover > div:nth-child(2),
.select-delivery__item.active > div:nth-child(2) {
  color: #dfbc3d !important;
}

.select-delivery__icon {
  width: 3rem;
  height: auto;
  fill: #464298;
}

.select-delivery-detail {
  margin-top: 0.5rem;
  margin-right: 1rem;
  height: 100%;
  overflow-y: auto;
}
.select-delivery_input {
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 1rem;
  height: 100%;
}

.select-result__payment {
  border: 1px solid #464298;
  color: #464298;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  width: 600px;
  cursor: pointer;
}
.select-result__payment.active {
  background: #464298;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.delivery-bank__logo {
  width: 3.5rem;
  display: flex;
  justify-content: center;
}
.bank-mini__logo {
  width: 3rem;
}

.select-search-list {
  position: absolute;
  top: 3.2rem;
  border-radius: 0.5rem 0.5rem 1rem 1rem;
  width: 100%;
  height: 250px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  z-index: 999;
}
#search:focus {
  outline: unset;
  border: unset;
  box-shadow: unset;
}
.find-location:hover {
  text-decoration: underline;
}
.thai-qr {
  height: 400px;
}
.thai-qr__hearder {
  background-color: #113566;
  width: 510px;
}
.thai-qr__hearder img {
  width: 150px;
}
.thai-qr .icon-svg {
  fill: #464298;
  width: 15rem;
}

.select-success img {
  width: 27rem;
}
.select-success__detail {
  margin: 1.25rem 0;
}
.select-success__detail > div {
  width: 40%;
}
.select-btn {
  border-radius: 10px;
}
.payme-detail {
  width: 600px;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 1rem;
}
.payme-detail > div {
  height: 400px;
}
.select-payment {
  height: 100%;
  overflow-y: auto;
}
.select-payment__logo {
  width: 10rem;
}
.select-result__payment .icon-svg {
  fill: #464298;
}

.select-result__payment.active .icon-svg {
  fill: #fff;
}

.bg-packages {
  background: linear-gradient(
    180deg,
    #2a2568 0%,
    rgba(42, 37, 104, 0.359936) 99.98%,
    rgba(42, 37, 104, 0.2) 99.99%,
    rgba(42, 37, 104, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
}
.select-packages {
  width: 90%;
  margin: 0.8rem auto;
}

.select-packages__wrapper {
  padding: 0 1rem;
  border-radius: 1rem;
  background-color: #f9f4ff;
}
.select-packages__header > span {
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #3c388f, #fff) 1;
  font-size: 3rem;
  color: #3c388f;
}
.select-packages__box {
  width: 16rem;
  height: 26rem;
  border-radius: 1rem;
  cursor: pointer;
  background-color: #454198;
  color: #fff;
  /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 0px 0px 30px 15px rgb(255 255 255 / 25%); */
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.select-packages__box:nth-child(2),
.select-packages__box:nth-child(4) {
  height: 28rem;
  width: 16.5rem;
}
.select-packages__box:nth-child(3) {
  height: 30rem;
  width: 18rem;
}

.select-packages__box:nth-child(3) .select-packages__title {
  height: 12.5rem;
}
.select-packages__box:nth-child(1) .select-packages__title,
.select-packages__box:nth-child(5) .select-packages__title {
  height: 13.5rem;
}
.select-packages__box:nth-child(2) .select-packages__title,
.select-packages__box:nth-child(4) .select-packages__title {
  height: 13.5rem;
}
.select-packages__title {
  background-color: #cfc0e0;
  clip-path: ellipse(69% 100% at 40% 0%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #2c296e;
  position: relative;
  /* z-index: 1; */
}
.select-packages__title::after {
  content: "";
  background-color: #d5d3f4;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10px;
  clip-path: ellipse(66% 100% at 36.4% 0%);
}
.select-packages__title > div:nth-child(2) {
  font-size: 2.5rem;
}
.select-packages__des {
  margin-top: 0.5rem;
  padding: 0 1rem;
  font-size: 1rem;
}

.select-packages__desII {
  margin-top: 0.5rem;
  padding: 0 1rem;
  font-size: 1.1rem;
}

.select-packages__des > div:nth-child(1) {
  background: #fff;
  height: 2px;
  width: 80%;
  margin: auto;
  margin-bottom: 0.5rem;
}
.home-package__active {
  background-color: #fff !important;
}
.home-package__active .select-packages__title {
  background-color: #fff;
}
.home-package__active .select-packages__title::after {
  background-color: #fff;
}
.home-package__active .select-packages__title > div:nth-child(1) {
  color: #2a2568;
}
.home-package__active .select-packages__des {
  color: #2a2568;
}
.home-package__active .select-packages__des > div:nth-child(1) {
  background-color: #2a2568;
}
/* .select-packages__box.home-package__active {
  background-color: #fff;
  border: 3px solid #ffc247 !important;
  color: #2A2568;
} */
.phone-active {
  background-color: #eb9e00 !important;
  border-color: #eb9e00 !important;
}
#phone-add1.active,
#phone-add2.active {
  border-color: #eb9e00;
}
#phone-add1.active > span,
#phone-add2.active > span {
  background-color: #eb9e00;
  color: #fff;
  border-color: #eb9e00;
}
#phone-add1.active > input,
#phone-add2.active > input {
  border-color: #eb9e00;
}
.logo-credit {
  width: 7rem;
  margin: 0.1rem;
}
.modal-svg {
  display: flex;
  justify-content: center;
}
.modal-svg img {
  width: 10rem;
}

.select-header-m {
  display: none;
  position: relative;
}
.select-header-m .select-header-top {
  height: 4rem;
}

.select-header-m .header-wrapper__login {
  height: 2rem;
  background: #f3f3f3;
  padding: 0.25rem;
  color: #2a2568;
  cursor: pointer;
  font-size: 0.9rem;
}
.select-header-m .header-wrapper__login > div {
  margin: 0 0.25rem;
}

.select-header-m .select-header-wrapper {
  height: 4.5rem;
}
.guideline {
  min-height: 80vh;
}
.guideline-link {
  border: 1px solid #2a2568 !important;
  font-size: 1.2rem;
  padding: 1rem 0;
  color: #2a2568 !important;
}
.guideline-link.active {
  width: 132%;
  z-index: 99;
  background-color: #464298 !important;
  border-color: #464298 !important;
  color: #fff !important;
}
.guideline-content {
  z-index: -1;
}
.guideline-img {
  background-color: #d8d8d8;
}
.guideline-img img {
  width: 22rem;
}
.contact {
  min-height: 84.5vh;
}
.contact-img img {
  width: 100%;
}
.contact-line {
  height: 5px;
  background-color: white;
  width: 13rem;
  border-radius: 2px;
  position: absolute;
  left: -10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.contact-detail {
  margin: 2rem 1.5rem 3rem 10rem;
}
.contact-detail__item {
  position: relative;
  color: #2a2568;
  padding: 1rem 3rem;
  font-size: 1rem;
  margin: 2rem 0;
  font-weight: bold;
}

.contact-detail__item .contact-icon {
  position: absolute;
  background-color: #fff;
  color: #2a2568;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: -10px;
  left: -20px;
}
.contact-social i {
  font-size: 4rem;
}
.contact-social a:nth-child(1) {
  color: #3b5998;
}
.contact-social a:nth-child(2) {
  color: #00b900;
}
.contact-social a:nth-child(3) {
  color: #0971bd;
}

@media (max-width: 991.98px) {
  .select-header,
  .process-wrapper {
    display: none;
  }

  .select-header-m {
    display: block;
  }
  .header-wrapper__img {
    width: 5rem;
  }
  .progress-item__packages .progress-icon {
    width: 1rem;
  }
  .progress-line__packages {
    top: 22px;
  }
  .select-result__r {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .select-container {
    overflow-x: hidden;
    margin: 1rem 0;
  }
  .select-packages__wrapper {
    background-color: #e9e0f5;
  }
  .select-packages__header {
    text-align: center;
  }
  .select-packages__header > span {
    font-size: 2rem;
  }
  .select-packages__body > div:nth-child(2) {
    display: none !important;
  }
  .select-packages__footer {
    justify-content: center !important;
  }
  .home-select img {
    width: 1.2rem !important;
  }
  .home-select__doc {
    font-size: 1rem;
  }
  .select-legal-wrapper {
    width: 90%;
    height: auto !important;
    margin-bottom: 1rem;
  }
  .select-legal-wrapper > div:nth-child(1) {
    text-align: center !important;
    font-size: 1rem !important;
    margin: 0.5rem 0;
  }
  .select-legal {
    border-radius: 20px;
  }
  .select-legal > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .select-legal__header {
    width: 100%;
    border-radius: 20px;
    font-size: 0.9rem;
  }
  .select-legal__header .icon-svg {
    width: 1.5rem;
  }
  .select-legal__search {
    width: 90%;
    height: 30px;
    margin: auto;
  }
  .select-legal__search input {
    font-size: 0.5rem !important;
  }
  
  .select-legal__search input:focus {
    background-color: red ;
  }
  .floating-label {
    font-size: 0.5rem;
    width: 100%;
    text-align: center;
  }
  #search:focus ~ .floating-label {
    top: 5px;
    left: 0;
    font-size: 0.7rem;
    opacity: 1;
    transform: unset;
  }
  .select-legal__search > div:nth-child(2) {
    width: 40px;
    font-size: 1rem;
  }
  .select-legal__items {
    flex-direction: column;
    align-items: center;
  }
  .select-legal__edit,
  .select-legal__save {
    font-size: 0.5rem;
    width: 50px;
    top: 105px;
    right: 20px;
    padding: 0.1rem 0;
  }
  .select-search-list {
    top: 2rem;
  }
  .search-list__item {
    font-size: 1rem;
    flex-wrap: wrap;
  }
  .search-list__item > span:nth-child(odd) {
    width: 40%;
  }
  .search-list__item > span:nth-child(even) {
    width: 40%;
  }
  .select-result__l {
    width: 100%;
  }
  .select-result__l > div:nth-child(1) {
    overflow-x: scroll;
  }
  .select-result__l > div:nth-child(1)::-webkit-scrollbar {
    display: none;
  }
  .select-result {
    width: 90%;
  }
  .select-result-bar__header {
    margin-left: 0;
    width: 100%;
    justify-content: space-around;
  }
  .select-result-bar__header > * {
    font-size: 0.6rem;
    margin: 0;
  }
  .select-results {
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }
  .select-result__items {
    width: 100%;
    height: 400px;
    margin-top: 1rem;
  }
  .select-result__item {
    font-size: 0.8rem;
  }
  .select-result__item > div:nth-child(1) {
    flex-wrap: wrap;
  }
  .select-result__item > div:nth-child(1) > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
  }
  .select-result__item > div:nth-child(1) > div:nth-child(4) {
    font-size: 0.5rem;
    text-align: start !important;
  }
  .select-result__lists {
    margin: 0;
    padding: 0.5rem;
  }
  .select-result__lists > div:nth-child(1) {
    font-size: 0.8rem;
  }

  .select-result__footer {
    justify-content: center !important;
  }
  .select-delivery > div:nth-child(1) {
    width: auto;
  }
  .select-payer {
    width: 100%;
  }
  .home-payer__radio {
    flex-wrap: wrap !important;
  }
  .home-payer__radio > div {
    width: unset !important;
    margin: 0.25rem 0;
  }
  .near-address {
    flex-wrap: wrap;
  }
  .self-call {
    flex-wrap: wrap;
  }
  .self-call > div:nth-child(2) {
    margin-left: 0 !important;
  }
  .select-result__payment {
    width: 100%;
  }
  .payment-detail {
    width: 100%;
    padding: 0.5rem;
  }
  .thai-qr__hearder {
    width: 100%;
  }
  .thai-qr .icon-svg {
    width: 10rem;
  }
  .logo-credit {
    width: 3.5rem;
  }
  .payme-detail > div {
    height: auto;
    padding: 0 !important;
  }
  .payme-detail > div > div {
    background: none !important;
    padding: 0 !important;
    margin: 0.5rem 0 !important;
    box-shadow: none !important;
  }
  .select-btn {
    margin: 0.5rem 0;
  }
  .mySwiper {
    display: block !important;
  }
  .modal-content > div:nth-child(1) {
    padding: 0 !important;
  }
  .modal-content > div:nth-child(2) {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .btn-bill {
    display: block !important;
  }
  .select-legal__box {
    width: 100%;
  }

  .select-show,
  .select-doc {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .select-show__l,
  .select-doc__l {
    width: 100%;
    margin: 1rem 0;
  }
  .select-show__r,
  .select-doc__r {
    width: 100%;
    margin: 1rem 0;
  }
  .select-show__item {
    margin: 0.25rem;
  }
  .select-show__item .footer {
    flex-direction: column;
    justify-content: start !important;
    align-items: flex-start !important;
  }
  .footer__item {
    flex-direction: column;
  }
  .select-show__item .footer > div:nth-child(2) {
    align-self: flex-end !important;
    margin: 0.25rem 0;
  }
  .select-show__item .footer > div:nth-child(2) button {
    padding: 0.1rem 0.35rem;
  }
  .select-show__item .footer .footer__item > div {
    margin: 0.25rem 0;
  }
  .select-show__l > div:nth-child(3) {
    margin-top: 1rem;
  }
  .select-doc {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .select-doc__sub-title {
    margin: 0.5rem auto;
  }
  .select-doc__menu {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .select-doc__menu > div {
    margin: 0.25rem;
    font-size: 0.8rem;
    width: auto;
    height: 3rem;
    padding: 0.25rem;
  }
  .select-doc__menu > div > div:nth-child(2) {
    margin: 0 !important;
  }
  .select-doc__menu .icon-svg {
    width: 1rem;
  }
  .select-doc__body {
    flex-direction: column;
  }
  .select-doc__type {
    width: 100%;
    margin: 1rem 0;
    order: 1;
  }
  .select-doc__detail {
    width: 100%;
    order: 2;
  }
  .select-doc__footer > div:nth-child(2) {
    flex-direction: column;
  }
  .select-doc__footer > div:nth-child(2) > div:nth-child(1) {
    order: 2;
    margin-top: 1rem;
  }
  .select-doc__list > div:nth-child(1) {
    font-size: 1rem !important;
  }

  .track-item__head,
  .track-item__body {
    flex-direction: column;
  }
  .track-item__head > div:nth-child(2) {
    flex-direction: column;
    align-items: flex-end !important;
  }
  .track-item__head > div:nth-child(2) > div {
    margin: 0.5rem 0;
  }
  .track-item__body > div:nth-child(1) {
    padding: 0.25rem 0.5rem !important;
    margin-left: 0 !important;
  }
  .track-item__body > div:nth-child(1) > div {
    flex-direction: column;
    align-items: start !important;
    margin: 1rem;
  }
  .track-item__body > div:nth-child(2) {
    width: auto;
    align-self: flex-end !important;
  }
  .status-item__header {
    flex-direction: column;
  }
  .status-item__header > div:nth-child(1) {
    flex-direction: column;
    align-self: flex-start !important;
    margin: 0.5rem !important;
    width: 100% !important;
  }
  .track-item__status {
    align-self: flex-end !important;
  }
  .track-header {
    flex-direction: column;
  }
  .track-item__des {
    align-self: flex-start !important;
    text-align: start !important;
  }
  .track-item__details {
    width: 100% !important;
  }

  .track-item__details > div > div {
    width: auto !important;
  }

  .refund-fee > div {
    padding: 1rem 0 !important;
  }
  .refund-fee__payment {
    padding: 0 !important;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .refund-fee__payment > div {
    margin: 0.25rem 0.5rem !important;
  }
  .refund-fee__form {
    width: 100% !important;
  }
  .refund-fee__detail {
    padding: 0 0.5rem !important;
  }
  .refund-fee__detail > div:nth-child(2) {
    margin: 0.25rem !important;
    padding: 0 !important;
  }
  .refund-fee__detail > div:nth-child(2) > div:nth-child(2),
  .refund-fee__detail > div:nth-child(2) > div:nth-child(3) {
    margin: 0.5rem !important;
  }
  .print-receipt__search {
    width: 100% !important;
  }
  .print-receipt__date {
    flex-direction: column;
  }
  .print-receipt__date > div:nth-child(2) {
    width: 100% !important;
    margin: 0.25rem 0 !important;
  }
  .print-receipt__detail {
    width: 100% !important;
  }
  .print-receipt__item {
    width: 100% !important;
    padding: 0 0.5rem !important;
  }
  .guideline-container {
    padding: 0 1.5rem !important;
  }
  .guideline-link.active {
    width: 110% !important;
  }
  .guideline-content {
    margin-top: 1rem;
  }
  .guideline-img img {
    width: 100% !important;
  }
  .contact-detail {
    margin: 2rem 1.5rem !important;
  }
  .check-document {
    height: auto !important;
  }
  .edit-detail__search {
    width: 100% !important;
  }
  .edit-detail__body {
    padding: 0 1rem !important;
  }
  .edit-detail__item {
    padding: 1rem !important;
  }
  .timeline-status__icon {
    width: 3rem !important;
    height: 3rem !important;
  }
  .timeline-status {
    font-size: 0.8rem;
  }
  .timeline-status img {
    width: 2rem !important;
  }
  .status-step {
    padding: 0 !important;
  }
  .timeline-status__line {
    top: 1.5rem !important;
  }
  .timeline-status__line-b {
    width: calc(100% - 4rem) !important;
    margin: 0 2rem !important;
  }
  .timeline-status__line-f {
    width: calc((100% - 4rem) * 1) !important;
    margin: 0 2rem !important;
  }
  .select-show__item .title > div:nth-child(2) {
    font-size: 1rem !important;
  }
}

.mySwiper {
  display: none;
}
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: unset !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 16rem !important;
  height: 26rem !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.btn-bill {
  display: none;
}

.timeline-status img {
  width: 4rem;
}
.check-document__iframe {
  height: 100%;
  position: relative;
  padding-bottom: 107%;
}
.check-document__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.select-header-m__menus {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.line{
	width: 100%;
    border-top: 1px dashed 	#4B0082;
}

.underline{
	text-decoration: underline;
}

.bg-primary-track-status {
  --bs-bg-opacity: 1;
  background-color: #6c757d !important;
}

/* .select-legal__box .select-legal__search input.search-bar:focus ~ .select-legal__box > .search-list {
	 background-color: red !important;
	 display:block;
}
input.search-bar:focus ~ div.search-list {
	display:block !important;
} */

/* input.search-bar:focus{
	background-color: red !important;
}

.select-legal__box .select-legal__search input.search-bar:focus + .select-legal__box , div.search-list{
	background-color: red !important;
	display:block !important;
} */

.select-legal-ta {
  background-color: #fffa9f;
  box-shadow: 3px 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: relative;
}
