/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.order-1{order:1}.order-2{order:2}.container{width:100%}.mt-\[20px\]{margin-top:20px}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.h-\[70px\]{height:70px}.h-auto{height:auto}.h-full{height:100%}.w-\[70px\]{width:70px}.w-full{width:100%}.max-w-full{max-width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.text-center{text-align:center}.text-\[10px\]{font-size:10px}.whitespace-nowrap{white-space:nowrap}.opacity-50{opacity:.5}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.active\:scale-90:active{--tw-scale-x:90%;--tw-scale-y:90%;--tw-scale-z:90%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.scrollbar-thin::-webkit-scrollbar{height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#555}.scrollbar-thin-sm::-webkit-scrollbar{height:5px}.scrollbar-thin-sm::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2.5px}.scrollbar-thin-sm::-webkit-scrollbar-thumb{background:#aaa;border-radius:2.5px}.scrollbar-thin-sm::-webkit-scrollbar-thumb:hover{background:#888}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
/**
    DEFINE ALL BREAKPOINT SCREEN
**/
:root {
  font-family: "BIZ UDPGothic", "Poppins", NotoSans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #efefef;
  font-family: "BIZ UDPGothic", "Poppins", NotoSans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
html *::-webkit-scrollbar,
body *::-webkit-scrollbar {
  width: 0px;
  height: 8px;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #ae312f;
  border-radius: 10px;
}
html,
body {
  scrollbar-width: none;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  color: #004aad;
}

p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.ant-layout-content {
  background: #fff;
}

.hidden {
  display: none;
}

.datepicker-main {
  background: #fff;
  border: 1px solid #e7e5e4;
  height: 32px;
}

.ant-btn:hover,
.ant-btn:focus {
  color: #971c1a;
  border-color: #971c1a;
}

.ant-checkbox:hover,
.ant-checkbox-inner,
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #971c1a !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: unset;
  border-color: #971c1a;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  border: 2px solid #971c1a;
  border-top: 0;
  border-left: 0;
}

.ant-message-custom-content {
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
}
.ant-message-custom-content .anticon {
  font-size: 1.2rem !important;
}

.ant-input:focus,
.ant-input-focused,
.ant-picker:focus,
.ant-picker:hover,
.ant-picker-focused,
.ant-select,
.ant-select-open,
.ant-select:focus,
.ant-select:hover,
.ant-select-focused,
.ant-select-selector:focus,
.ant-select-selector:active,
.ant-select-selector:hover,
.ant-select-open .ant-select-selector {
  border-color: #a9a8a8 !important;
  box-shadow: none !important;
  outline: none !important;
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  outline: none !important;
}

.ant-select-dropdown {
  overscroll-behavior: contain;
  touch-action: pan-y;
}
.ant-select-dropdown * {
  overscroll-behavior: contain;
}
.ant-select-dropdown .rc-virtual-list {
  overscroll-behavior: contain;
  touch-action: pan-y;
}
.ant-select-dropdown .rc-virtual-list-holder {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.ant-select-dropdown .rc-virtual-list-holder-inner {
  overscroll-behavior: contain;
  touch-action: pan-y;
}
.ant-select-dropdown .ant-select-item {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  touch-action: pan-y;
}

.ant-input-affix-wrapper-focused {
  box-shadow: none !important;
}

.ant-form-item {
  margin: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.full-width {
  width: 100% !important;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 0.85rem;
  line-height: 1.25rem;
}

.primary-color {
  color: #004aad;
}

.mr-30 {
  margin-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.form-actions {
  margin-top: 1rem;
  text-align: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.form-actions button {
  margin: 0 0.7rem 1rem;
}

@media screen and (max-width: 991px) {
  :root {
    font-size: 22px;
  }
  html,
  body {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 18px;
  }
  html,
  body {
    font-size: 18px;
  }
  .form-actions {
    padding: 0 0.75rem;
  }
  .form-actions button {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 16px;
  }
  html,
  body {
    font-size: 16px;
  }
  .wrap-input {
    display: block;
  }
  .wrap-input .btn-icon-edit {
    margin-top: 0.5rem;
  }
}
.container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 576.01px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

._loading_overlay_overlay {
  position: fixed !important;
}

#contents {
  padding: 0 1rem;
}

.home {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  padding: 0.7rem;
  margin-top: 0.5rem;
}
.home .ant-list-custom {
  border: 4px solid #004aad;
  background-color: #004aad;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left: 1px;
}
.home .custom-list-item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.home .custom-list-item .cart-funeral-list {
  border: 4px solid #004aad;
  border-radius: 10px;
  transition: all 0.3s;
}
.home .custom-list-item .cart-funeral-list .ant-card-body {
  padding: 10px 20px;
}
.home .custom-list-item .cart-funeral-list .row-item {
  align-items: center;
}
.home .custom-list-item .cart-funeral-list a:hover {
  color: #000000;
}
.home .custom-list-item .cart-funeral-list .title-top {
  font-size: 36px;
  font-weight: 500;
  color: #004aad;
  letter-spacing: 0.25px;
  text-align: center;
}
.home .custom-list-item .cart-funeral-list .content-top {
  text-align: left;
  font-size: 1rem;
}
.home .custom-list-item .cart-funeral-list .name {
  color: #004aad;
  font-size: 1rem;
}
.home .custom-list-item .cart-funeral-list .name-decrease {
  font-size: 1.25rem;
  letter-spacing: 0.03px;
}
.home .custom-list-item .cart-funeral-list .text-top {
  letter-spacing: 0.03px;
  font-size: 1rem;
}
.home .custom-list-item .cart-funeral-list:hover {
  cursor: pointer;
  border-color: #004aad;
}
.home .ant-tabs .ant-tabs-nav-list {
  transform: translate(0, 0) !important;
}
.home .ant-tabs .ant-tabs-nav {
  margin-bottom: -2px;
}
.home .ant-tabs .ant-tabs-content-holder {
  padding-bottom: 1rem;
}
.home .ant-tabs .ant-tabs-tab {
  color: #fff !important;
  font-weight: 500;
  background-color: #808080;
}
.home .ant-tabs .ant-tabs-tab .ant-tabs-tab-btn {
  color: #fff !important;
  font-weight: 500;
  font-size: 24px;
  padding: 1px 5px;
}
.home .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  background-color: #004aad !important;
  font-weight: 500;
}
.home .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff !important;
  font-weight: 500;
}
.home .ant-tabs .ant-tabs-ink-bar {
  background-color: #004aad;
}
.home .ant-list-empty-text {
  font-size: 22px;
}
.home .ant-select.custom-select {
  font-size: 0.75rem;
  line-height: 1.25rem;
  width: 300px !important;
  height: auto !important;
}
.home .ant-select.custom-select .ant-select-arrow {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.home .ant-select.custom-select .ant-select-selector {
  padding: 0.35rem 1.5rem 0.35rem 0.75rem !important;
}
.home .ant-select.custom-select .ant-select-selection-item,
.home .ant-select.custom-select .ant-select-selection-placeholder {
  font-size: 0.9rem;
  line-height: 1.25rem !important;
}
.home .tab-home {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.home .ant-pagination-item-active,
.home .ant-pagination-item-active:hover {
  border-color: #004aad;
  background-color: #004aad;
  color: #fff !important;
}
.home .ant-pagination-item,
.home .ant-pagination-item-link {
  font-size: 1rem !important;
  color: #004aad;
}
.home .pagination-container {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
}

.ant-select-dropdown.custom-select {
  max-height: 60vh;
  overflow: auto;
}
.ant-select-dropdown.custom-select .ant-select-item {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  #contents {
    padding: 0.5rem;
  }
  .home .custom-list-item .cart-funeral-list .title-top {
    font-size: 26px;
  }
  .home .custom-list-item .cart-funeral-list .content-top {
    text-align: left;
    font-size: 0.8rem;
  }
  .home .custom-list-item .cart-funeral-list .name {
    color: #004aad;
    font-size: 20px;
  }
  .home .custom-list-item .cart-funeral-list .text-top,
  .home .custom-list-item .cart-funeral-list .name-decrease {
    letter-spacing: 0.03px;
    font-size: 0.8rem;
  }
  .home .ant-tabs .ant-tabs-tab .ant-tabs-tab-btn {
    font-size: 0.8rem;
  }
  .home .ant-tabs-nav-operations {
    display: none !important;
  }
  .ant-select-dropdown .ant-select-item {
    font-size: 16px !important;
  }
  .home .ant-list-empty-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .home .ant-tabs-tab-btn {
    font-size: 0.7rem;
  }
  .home .ant-pagination-item,
  .home .ant-pagination-item-link {
    font-size: 0.7rem !important;
  }
  .home .ant-tabs-nav {
    padding-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .ant-tabs-nav .ant-tabs-nav-wrap::after, .home .ant-tabs-nav .ant-tabs-nav-wrap::before {
    opacity: 0 !important;
  }
  .home .ant-tabs-nav .ant-tabs-extra-content {
    padding-bottom: 0.5rem;
    order: -1;
    max-width: 100%;
  }
}
#landing-page {
  position: relative;
  min-height: 100vh;
}
#landing-page .lp-content-main {
  padding-left: 1rem;
  padding-right: 1rem;
}
#landing-page .top-banner {
  margin-top: 50px;
  padding: 2rem;
  position: relative;
}
#landing-page .top-banner img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
#landing-page .top-banner-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
#landing-page .title {
  display: inline-block;
  background: #ffffff 0% 0% no-repeat padding-box;
  margin: 3rem auto;
  padding: 8px 15px;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  #landing-page .title {
    font-size: 18px;
  }
}
#landing-page .bottom-banner {
  width: 90%;
  height: 1rem;
  max-width: 1300px;
  margin: 5rem auto;
  position: relative;
}
#landing-page .bottom-banner img {
  object-fit: cover;
  aspect-ratio: 4.5/1;
  width: 100%;
  border-radius: 10px;
}
#landing-page .bottom-banner .homepage {
  position: absolute;
  z-index: 10;
  background: #1c1c1c 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 17px;
  opacity: 1;
  letter-spacing: 0.8px;
  color: #fafbfb;
  padding: 5px 15px;
  bottom: 1rem;
  right: 1rem;
}
#landing-page #company-top .halls-row {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 3rem auto;
}
#landing-page #company-top .halls-row .halls-col {
  padding: 5px;
  margin-bottom: 1rem;
}
#landing-page #company-top .halls-row .halls-col .hall {
  margin: 0px auto;
  height: 7.6rem;
  background: #fafbfb 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  padding: 1rem;
}
@media (min-width: 1200px) {
  #landing-page #company-top .halls-row .halls-col .hall {
    height: 100px;
    max-width: 300px;
  }
}
#landing-page #company-top .halls-row .halls-col .hall {
  display: flex;
  flex-direction: column;
}
#landing-page #company-law-info {
  margin: 100px auto 3rem auto;
  width: 90%;
  max-width: 1300px;
  text-align: left;
  line-height: 400%;
}
@media (min-width: 1200px) {
  #landing-page #company-law-info {
    margin: 100px auto 2rem auto;
    line-height: 300%;
  }
}
#landing-page #company-law-info .law-info-heading {
  font-size: 24px;
}
#landing-page #company-law-info .law-info-text {
  font-size: 14px;
}
@media (min-width: 1200px) {
  #landing-page #company-law-info .law-info-text {
    font-size: 16px;
  }
}
#landing-page .hall-name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65%;
  font-size: 1.4rem;
  border-bottom: 1px solid #e4e4e3;
  font-weight: 700;
}
#landing-page .hall-address {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35%;
  font-size: 1rem;
}
#landing-page #hall-info .top-banner img {
  max-height: 370px;
}
#landing-page #hall-info .title {
  padding: 0 4rem;
}
#landing-page #hall-info .range-select {
  margin: 1rem auto;
  width: 90%;
  max-width: 720px;
}
#landing-page #hall-info .range-select .select-btn {
  height: 3.5rem;
  background: #fafbfb 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 3rem;
  position: relative;
}
@media (min-width: 1200px) {
  #landing-page #hall-info .range-select .select-btn {
    justify-content: center;
  }
}
#landing-page #hall-info .range-select .select-btn div {
  font-size: 10px;
  font-weight: 700;
  transform: scale(0.9);
}
@media (min-width: 1200px) {
  #landing-page #hall-info .range-select .select-btn div {
    font-size: 20px;
  }
}
#landing-page #hall-info .range-select .select-btn .arrow {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#landing-page #hall-info .funerals {
  mix-blend-mode: normal;
  width: 90%;
  margin: 3rem auto 10rem auto;
  max-width: 960px;
}
#landing-page #hall-info .funerals .search {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
#landing-page #hall-info .funerals .search label {
  width: 10rem;
}
#landing-page #hall-info .funerals .search input,
#landing-page #hall-info .funerals .search select {
  border-radius: 10px;
  height: 3.5rem;
}
@media (min-width: 1200px) {
  #landing-page #hall-info .funerals .search input,
  #landing-page #hall-info .funerals .search select {
    height: 38px;
  }
}
#landing-page #hall-info .funerals .funeral-date-panel {
  width: 100%;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
#landing-page #hall-info .funerals .funeral-date-panel .funeral-date {
  font-size: 18px;
  padding: 2rem 0 1rem 0;
}
#landing-page #hall-info .funerals .funeral-panel {
  background: #fafbfb 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
  height: 4.3rem;
  max-height: 72px;
  width: 95%;
  max-width: 720px;
}
#landing-page #hall-info .funerals .funeral-panel .funeral-info {
  display: flex;
  align-items: baseline;
}
#landing-page #hall-info .funerals .funeral-panel .funeral-info .family {
  width: 10rem;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #landing-page #hall-info .funerals .funeral-panel .funeral-info .family {
    font-size: 18px;
  }
}
#landing-page #hall-info .funerals .funeral-panel .funeral-info .name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #landing-page #hall-info .funerals .funeral-panel .funeral-info .name {
    font-size: 20px;
  }
}
#landing-page #hall-info .funerals .funeral-panel .funeral-info .address {
  margin-left: 1rem;
  font-size: 1rem;
  transform: scale(0.9);
}
@media (min-width: 1200px) {
  #landing-page #hall-info .funerals .funeral-panel .funeral-info .address {
    font-size: 20px;
  }
}
#landing-page #hall-info .funerals .funeral-panel .arrow {
  padding-right: 1rem;
}
#landing-page #hall-info .go-back-button {
  background: #fefefe 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #4b4b4b;
  border-radius: 10px;
  letter-spacing: 1.4px;
  color: #4b4b4b;
}

.welcome-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vh;
  padding-bottom: 4rem;
}
.welcome-wrapper .welcome-title {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.welcome-wrapper .welcome-text {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.welcome-wrapper .qr-instruction-text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: #333;
}
.welcome-wrapper .button-welcome {
  background-color: #004aad;
  color: #ffffff;
  border-radius: 5rem;
  font-size: 4rem;
  width: 100%;
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .welcome-wrapper .welcome-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 1rem;
  }
  .welcome-wrapper .button-welcome {
    font-size: 3rem;
    height: 5.5rem;
  }
  .welcome-wrapper .welcome-text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.policy {
  color: #000000;
  font-size: 1rem;
  margin-top: 1rem;
  position: fixed;
  bottom: 30px;
  left: 30px;
}

.policy:hover {
  color: #004aad;
}

.footer {
  width: 100%;
  font-size: 1rem;
  bottom: 30px;
  position: fixed;
  text-align: start;
  justify-content: space-between;
}

.management {
  margin-right: 30px;
}

.reception-admin-link {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
}

.set-printer {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .policy {
    font-size: 1rem;
  }
  .management {
    font-size: 0.8rem;
  }
  .reception-admin-link {
    display: none;
  }
}
.login-form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
}
.login-form-wrapper h1 {
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.5px;
}
.login-form-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}
.login-form-wrapper .ant-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form-wrapper .ant-form-item .ant-form-item-label {
  text-align: center;
}
.login-form-wrapper .ant-form-item .ant-form-item-label label {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0;
  color: #000000;
}
.login-form-wrapper .ant-input {
  width: 100%;
}
.login-form-wrapper .ant-space {
  width: 100%;
}

.input-phone-number {
  width: 30%;
  height: 4rem;
  margin-left: 10px;
  font-weight: 700;
  font-size: 45px;
}

.btn-primary {
  background-color: #704f38;
  height: 3rem;
  width: 20%;
  color: #fff;
  margin: 2rem;
  border: 1px solid #704f38;
  border-radius: 50px;
}
.btn-primary .btn-primary-text {
  font-weight: 700;
}
.btn-primary:hover {
  color: #704f38 !important;
  border-color: #704f38 !important;
}

.text-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 1rem 0 -0.25rem;
}

.other-desc {
  margin-top: 0.15rem;
}

.phone-attendee-wrapper .ant-form-item .ant-form-item-label label {
  font-size: 1.6rem;
}
.phone-attendee-wrapper .ant-form-item .ant-input {
  width: 730px;
}

@media screen and (max-width: 991px) {
  .phone-attendee-wrapper .ant-form-item .ant-input {
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .phone-attendee-wrapper .ant-form-item .ant-input {
    width: 100%;
  }
}
.flex-input-container {
  max-width: 100%;
}
.flex-input-container .wrap-input {
  width: 80%;
  gap: 24px;
}
.flex-input-container .wrap-input .input-step-info {
  height: 50px;
  width: 100%;
  font-size: 20px;
}
.flex-input-container .wrap-input .btn-icon-edit {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: rgba(112, 79, 56, 0.6);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.flex-input-container .wrap-checkbox {
  flex-wrap: wrap;
}

.basic-info-wrapper .ant-form-item.input-small .ant-input {
  padding: 0.2rem 1rem;
  height: auto;
}
.basic-info-wrapper .ant-form-item.input-small .ant-input-affix-wrapper {
  padding: 0.2rem 1rem;
}
.basic-info-wrapper .ant-form-item.input-small .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.basic-info-wrapper .antd-textare-wrapper .ant-form-item.input-small .ant-input {
  padding: 0.2rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.basic-info-wrapper .antd-textare-wrapper .button-remove-wrapper {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.basic-info-wrapper .phone-input.ant-input-disabled {
  background-color: #d9d9d9 !important;
  border-color: #737373;
  color: #737373;
}
.basic-info-wrapper .btn-wrapper .ant-btn.btn-icon-edit {
  height: 3.5rem;
}
.basic-info-wrapper .ant-form-item .ant-form-item-label {
  min-width: 11rem;
}
.basic-info-wrapper .ant-form-item .ant-form-item-label label .label-required {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 0.25rem;
}

@media screen and (max-width: 767px) {
  .basic-info-wrapper .btn-wrapper .ant-btn.btn-icon-edit {
    height: 4.17rem;
  }
}
@media screen and (max-width: 574px) {
  .basic-info-wrapper .btn-wrapper .ant-btn.btn-icon-edit {
    height: 2.5rem;
  }
}
.address-info-wrapper {
  max-width: 1150px;
  margin: auto;
}
.address-info-wrapper .desc-info {
  margin-bottom: 1.5rem;
}
.address-info-wrapper .desc-info span {
  color: #ff4d4f;
}
.address-info-wrapper .text-desc {
  margin-top: 0;
}
.address-info-wrapper .ant-form-item .ant-select-selection-item {
  width: 2rem;
}
.address-info-wrapper .ant-form-item .ant-form-item-label {
  min-width: 4rem;
}
.address-info-wrapper .ant-form-item .ant-form-item-label label {
  padding: 0 !important;
}
.address-info-wrapper .ant-form-item .ant-form-item-label label .label-required {
  padding: 0.15rem 0.5rem;
  font-size: 1.25rem;
  border-radius: 0.4rem;
}
.address-info-wrapper .ant-form-item .ant-row {
  align-items: baseline;
}

.address-name-wrapper {
  max-width: 1120px;
  margin: auto;
}
.address-name-wrapper .ant-form-item .ant-form-item-label label {
  display: inline-block;
  padding: 0;
}

.other-info-wrapper {
  max-width: 1050px;
  margin: auto;
}
.other-info-wrapper .ant-form-item {
  padding-top: 0.5rem;
  border-top: 1px dotted #704f38;
}
.other-info-wrapper .ant-form-item .ant-row {
  align-items: center;
}
.other-info-wrapper .ant-form-item .ant-form-item-label label {
  display: inline-block;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.other-info-wrapper .ant-form-item .ant-form-item-label label .label-required {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.other-info-wrapper .ant-form-item:first-child {
  padding-top: 0;
  border-top: none;
}

.icon-complete {
  font-size: 200px;
  color: #004aad;
  margin-top: 1rem;
}

.complete-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.complete-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.user-name-and-recept-no-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.complete-button {
  margin-top: 1rem;
  background-color: #004aad;
  border: 1px solid #004aad !important;
  color: white;
}

.condolence-symbols {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.condolence-symbols .complete-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .icon-complete {
    font-size: 150px !important;
  }
  .complete-text {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.space-input {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.65rem;
}

.button-add-person h5 {
  margin-bottom: 0;
  color: #493324;
}

.accompanies-info-wrapper {
  max-width: 1050px;
  margin: auto;
  width: 100%;
}

#add-more-name .button-add-person {
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 767px) {
  .space-input {
    align-items: flex-end;
  }
}
@media screen and (max-width: 576px) {
  #add-more-name .space-input {
    display: block;
  }
  #add-more-name .ant-btn.btn-icon-minus {
    margin: 0.5rem 0 0;
  }
  #add-more-name .ant-btn.btn-icon-plus {
    margin-left: 0;
    width: 100%;
  }
}
.confirm-wrapper {
  max-width: 1154px;
  margin: auto;
}
.confirm-wrapper .block-header {
  position: fixed;
  top: 70px;
  padding-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  background-color: #fff;
  width: 100%;
  background-color: #efefef;
}
.confirm-wrapper h4 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.confirm-wrapper h3 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.confirm-wrapper p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.confirm-wrapper .block-wrapper {
  margin-top: 7rem;
  margin-bottom: 1.5rem;
}
.confirm-wrapper .block-wrapper .btn-confirm {
  margin-top: 0.5rem;
}
.confirm-wrapper .block-wrapper .accompanies-margin {
  margin-top: 1.5rem;
  border-bottom: 1px solid #cccccc;
}
.confirm-wrapper .block-wrapper .scroll-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.confirm-wrapper .block-wrapper .scroll-button {
  border: 2px solid #000000;
  color: #000000;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}
.confirm-wrapper .block-wrapper .scroll-button:hover {
  background-color: #ffd911;
}
.confirm-wrapper .container-confirm {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .confirm-wrapper .container-confirm {
    padding-top: 90px;
  }
}
.confirm-wrapper .container-confirm .button-add-person {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.confirm-wrapper .container-confirm .button-add-person:last-child {
  border-bottom: none;
}
.confirm-wrapper .container-confirm .button-add-person .ant-btn {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  border-radius: 0;
}
.confirm-wrapper .container-confirm .row-item {
  align-items: center;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  padding: 0.6rem;
  background-color: #fff;
}
.confirm-wrapper .container-confirm .row-item .ant-col {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #000000;
  word-break: break-word;
}
.confirm-wrapper .container-confirm .row-item .ant-col.label {
  color: #000000;
  font-weight: 500;
  padding-right: 1rem;
  text-align: center;
}
.confirm-wrapper .container-confirm .row-item .ant-col .btn-edit-confirm {
  width: 5.4rem;
  height: 2rem;
  border-radius: 0.33rem;
  border: 1px solid transparent !important;
  background-color: #d9d9d9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373 !important;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  min-width: 5.4rem;
  padding: 0;
  margin: auto;
  width: 100%;
}
.confirm-wrapper .container-confirm .row-item .ant-col .btn-edit-confirm.small-btn {
  min-width: 1rem;
}
.confirm-wrapper .container-confirm .row-item .ant-col .btn-delete-confirm {
  width: 5.4rem;
  height: 2rem;
  border-radius: 0.33rem;
  border: 1px solid transparent !important;
  background-color: #737373 !important;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  min-width: 5.4rem;
  padding: 0;
  width: 100%;
}
.confirm-wrapper .container-confirm .row-item .ant-col .btn-delete-confirm.small-btn {
  min-width: 1rem;
}

.address-name-wrapper.confirm-layout {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .confirm-row .confirm-col {
    width: 100%;
    padding: 0;
  }
  .confirm-row .confirm-col:first-child {
    border-right: none;
  }
  .form-actions {
    display: block;
  }
  .confirm-wrapper .block-wrapper .scroll-buttons .scroll-button {
    padding: 5px 13px;
  }
  .confirm-wrapper .container-confirm .row-item {
    gap: 0.5rem;
  }
  .confirm-wrapper .container-confirm .row-item .ant-col.label {
    text-align: left;
  }
}
.funeral-money-wrapper .ant-form-item .ant-form-item-label {
  width: 7rem;
  min-width: 7rem;
  white-space: normal;
  text-align: center;
}
.funeral-money-wrapper .ant-form-item .ant-form-item-label label {
  display: inline-block;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.funeral-money-wrapper .ant-form-item .ant-form-item-label label .label-required {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.funeral-money-wrapper .gift-money-wrapper .ant-form-item .ant-row {
  align-items: center;
}

.funeral-money-wrapper {
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .funeral-money-wrapper .ant-form-item .ant-input {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .funeral-money-wrapper .wrap-input {
    margin-bottom: 1.5rem;
  }
}
.printer-setting-wrapper {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  flex-direction: column;
  height: 100%;
}
.printer-setting-wrapper h1 {
  text-align: center;
  margin-top: 20px;
}
.printer-setting-wrapper .add-button-container {
  margin-top: 20px;
}
.printer-setting-wrapper .add-button-container .add-button {
  width: 200px;
  font-size: 30px;
  padding: 0 10px;
  border: none;
  background-color: orange;
}
.printer-setting-wrapper .printer-list-container {
  height: 500px;
  overflow-y: scroll;
  margin: 10px 2px 2px 2px;
  padding: 8px;
  background-color: white;
  border-radius: 5px;
}
.printer-setting-wrapper .printer-list-container .printer-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin: 5px;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner .content .printer-email {
  display: inline-block;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner .content .print-buttons {
  display: inline-block;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner .content .print-buttons .print-flag-button {
  margin-left: 10px;
  font-size: 25px;
  width: 200px;
  padding: 0 10px;
  border: none;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner .content .print-buttons .print-flag-button--active {
  background-color: orange;
}
.printer-setting-wrapper .printer-list-container .printer-item-inner .content .print-buttons .print-flag-button--inactive {
  background-color: grey;
}
.printer-setting-wrapper .error-message {
  color: red;
  text-align: center;
  margin-top: 10px;
}
.printer-setting-wrapper .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.printer-setting-wrapper .button-container--with-error {
  margin-top: 40px;
}
.printer-setting-wrapper .button-container .action-button {
  width: 200px;
  border: none;
  font-size: 30px;
}
.printer-setting-wrapper .button-container .action-button--save.active {
  background-color: orange;
}

.qr-scanner {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  margin: 0 auto;
  margin-top: 5%;
}
@media (orientation: landscape) {
  .qr-scanner {
    max-width: 50%;
  }
}
.qr-scanner .scanner-content {
  width: 100%;
  height: 100%;
}
.qr-scanner .qr-result {
  margin-top: 10px;
}

.attendee-type-button {
  padding: 4px 48px;
  border: 2px solid #707070;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background-color: #444444;
  color: white;
}
.attendee-type-button_active {
  background-color: white;
  color: #000000;
}

.attendee-button {
  padding: 8px 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background-color: #444444;
  color: white;
}

.attendee-total-condolences {
  width: 280px !important;
  height: 36px !important;
}

.attendee-total-condolences .ant-select-selection-item {
  font-size: 18px !important;
}

.attendee-form-container {
  max-width: 680px;
  padding: 24px;
  margin: 0 auto;
}
.attendee-form-container.with-ocr-layout {
  margin: 0;
  max-width: none;
  padding: 24px 40px;
}
.attendee-form-container.with-ocr-layout .ant-typography {
  margin: 0 0 24px 0;
  text-align: left;
}

.item-record-table .ant-pagination {
  margin-top: 16px;
}
.item-record-table .ant-pagination .ant-pagination-item,
.item-record-table .ant-pagination .ant-pagination-prev,
.item-record-table .ant-pagination .ant-pagination-next,
.item-record-table .ant-pagination .ant-pagination-jump-prev,
.item-record-table .ant-pagination .ant-pagination-jump-next {
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 6px;
  margin-right: 8px;
}

.attendee-edit-button {
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  background-color: #444444;
  color: white;
}

.attendee-postal-code-button {
  margin-top: 10px;
}

.accompanies-money-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  overflow: hidden;
}
.accompanies-money-table thead {
  background-color: #f1f1f1;
}
.accompanies-money-table thead th {
  padding: 8px 12px;
  font-weight: bold;
  text-align: center;
}
.accompanies-money-table tbody tr td {
  padding: 8px 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.accompanies-money-table tbody tr td:last-child {
  border-bottom: none;
}

.print-receipt__container {
  width: 100%;
  margin-bottom: 16px;
}
.print-receipt__row {
  display: flex;
  justify-content: space-between;
}
.print-receipt__col {
  display: block;
  align-content: center;
}
.print-receipt__col--right {
  display: block;
  text-align: right;
  align-content: center;
}
.print-receipt__flex-container {
  display: flex;
}
.print-receipt__checkbox-container {
  padding: 10px 0;
}
.print-receipt__checkbox {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.print-receipt__name-span {
  margin-left: 8px;
}
.print-receipt__name-container {
  margin-left: 24px;
}
.print-receipt__accompany-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-bottom: 1px solid #c5c4c3;
}
.print-receipt__accompany-name-container {
  margin-left: 24px;
  margin-bottom: 7px;
  margin-top: 7px;
}
.print-receipt__accompany-right-col {
  display: block;
  text-align: right;
  align-content: center;
  margin-bottom: 10px;
}
.print-receipt__print-button {
  margin-top: 16px;
  text-align: center;
}

#header {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0%;
  background: #fff 0% 0% no-repeat padding-box;
  border: 0px;
  z-index: 40;
  width: 100%;
  height: 70px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
}
#header #header-logo {
  position: absolute;
  z-index: 40;
  display: inline-block;
  width: 74px;
  height: 54px;
  top: 24px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -20%);
  cursor: pointer;
}
#header #header-logo img {
  width: 100%;
  z-index: 999;
}
#header #header-dummy {
  position: absolute;
  top: 0;
  background: #fff 0% 0% no-repeat padding-box;
  z-index: 35;
  width: 100%;
  height: 70px;
}
#header #header-ellipse {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff 0% 0% no-repeat padding-box;
  z-index: 30;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
  height: 90px;
  width: 150px;
  opacity: 1;
  border-radius: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#header #header-left {
  position: relative;
  z-index: 40;
  float: left;
  color: #000000;
  font-size: 30px;
}
#header #header-left .header-left-menu {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 1rem;
}
#header #header-right {
  position: relative;
  z-index: 40;
  float: right;
  color: #000000;
  font-size: 40px;
  line-height: 50px;
}

#custom-menu-item {
  background-color: #e5e5e5;
  width: 280px;
}

#custom-menu-item .ant-dropdown-menu-item {
  text-align: center;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 2px dotted;
}
#custom-menu-item .ant-dropdown-menu-item:last-child {
  border-bottom: none;
}

.btn-logout {
  border-radius: 20px;
  padding: 5px 40px;
  border: none;
  background-color: #000000;
  color: #fff;
}

.ant-input,
.ant-input-number,
.ant-picker,
.ant-input-affix-wrapper {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  padding: 1rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 0.33rem;
  width: 730px;
  max-width: 100%;
  background-color: #fff;
}
.ant-input.small-input,
.ant-input-number.small-input,
.ant-picker.small-input,
.ant-input-affix-wrapper.small-input {
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 767px) {
  .ant-input,
  .ant-input-number,
  .ant-picker,
  .ant-input-affix-wrapper {
    width: 100%;
  }
}
.ant-input .ant-input,
.ant-input-number .ant-input,
.ant-picker .ant-input,
.ant-input-affix-wrapper .ant-input {
  padding: 0;
  margin: 0;
}
.ant-input .ant-input-suffix,
.ant-input-number .ant-input-suffix,
.ant-picker .ant-input-suffix,
.ant-input-affix-wrapper .ant-input-suffix {
  color: #737373;
  transition: all 0.3s;
}
.ant-input .ant-input-suffix:hover,
.ant-input-number .ant-input-suffix:hover,
.ant-picker .ant-input-suffix:hover,
.ant-input-affix-wrapper .ant-input-suffix:hover {
  color: #000000;
}
.ant-input.ant-input-disabled, .ant-input:hover, .ant-input:focus,
.ant-input-number.ant-input-disabled,
.ant-input-number:hover,
.ant-input-number:focus,
.ant-picker.ant-input-disabled,
.ant-picker:hover,
.ant-picker:focus,
.ant-input-affix-wrapper.ant-input-disabled,
.ant-input-affix-wrapper:hover,
.ant-input-affix-wrapper:focus {
  background-color: #fff !important;
  border-color: #cccccc;
  color: #000000;
}

.antd-textare-wrapper {
  position: relative;
}
.antd-textare-wrapper .ant-input {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.antd-textare-wrapper .button-remove-wrapper {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #737373;
  transition: all 0.3s;
}
.antd-textare-wrapper .button-remove-wrapper:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .antd-textare-wrapper {
    width: 100%;
  }
}

.ant-row .zipcode .ant-form-item-row {
  flex-flow: nowrap;
}
.ant-row .zipcode .ant-input {
  width: 100%;
}

.ant-select-dropdown {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.ant-select {
  height: 2.5rem;
  width: 600px;
  max-width: 100%;
}
.ant-select .ant-select-selection-item,
.ant-select .ant-select-selection-placeholder {
  font-weight: 500;
  line-height: 2.5rem !important;
  -webkit-padding-end: 2rem !important;
          padding-inline-end: 2rem !important;
}
.ant-select .ant-select-arrow {
  font-size: 1.5rem;
  line-height: 2.16rem;
  color: #004aad;
}
.ant-select .ant-select-selector {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  height: auto !important;
  color: #000000;
  padding: 0.5rem 1rem !important;
  border: 1px solid #cccccc !important;
  border-radius: 8px;
}

.ant-select-dropdown {
  max-height: 60vh;
  overflow: auto;
}
.ant-select-dropdown .ant-select-item {
  font-size: 1rem;
  letter-spacing: -1px;
  line-height: 1.25rem;
  padding: 0.2rem;
}
.ant-select-dropdown .ant-select-item.ant-select-item-option-active {
  background-color: transparent;
}
.ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: rgba(30, 143, 255, 0.35);
}

.ant-form-vertical .ant-form-item .ant-row {
  align-items: start;
}

.ant-form-item .ant-row {
  align-items: center;
}
.ant-form-item .ant-form-item-explain-error {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin: 0.25rem 0 0;
}
.ant-form-item.input-small .ant-input,
.ant-form-item.input-small .ant-input-affix-wrapper {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  height: 2.5rem;
}
.ant-form-item.input-small .ant-select .ant-select-selector {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.2rem 1rem !important;
}
.ant-form-item.input-small .ant-select .ant-select-selection-item,
.ant-form-item.input-small .ant-select .ant-select-selection-placeholder {
  font-size: 1.5rem;
  line-height: 2rem !important;
}
.ant-form-item.input-small .ant-select .ant-select-arrow {
  font-size: 1.5rem;
  line-height: 2rem !important;
}
.ant-form-item.input-small .ant-form-item-label label {
  margin-top: 0rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.25rem 0;
}
.ant-form-item .ant-form-item-label {
  min-width: 6rem;
  padding-right: 0.5rem;
  text-align: start;
}
.ant-form-item .ant-form-item-label label {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1.1rem 0;
  height: auto;
  color: #000000;
  word-break: break-word;
  text-align: center;
}
.ant-form-item .ant-form-item-label label span {
  display: inline-block;
}
.ant-form-item .ant-form-item-label label .label-required {
  padding: 0.15rem 0.85rem;
  color: #fff;
  background-color: #ff4d4f;
  border-radius: 0.4rem;
}
.ant-form-item .ant-form-item-label label .label-optional {
  padding: 0.15rem 0.85rem;
  color: #fff;
  background-color: #707070;
  border-radius: 0.4rem;
}
.ant-form-item .ant-form-item-label label.ant-form-item-required::before {
  display: none !important;
}
.ant-form-item .ant-form-item-label label::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .ant-form-item .wrap-input {
    align-items: end;
  }
}

.ant-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.25px;
  padding: 0.15rem 1.5rem;
  border-radius: 2rem;
  border: 2px solid #000;
  height: auto;
  min-width: 300px;
}
.ant-btn.ant-btn-secondary {
  background-color: #fff !important;
  color: #000000 !important;
  border-color: #999999 !important;
}
.ant-btn.ant-btn-primary {
  color: #000000 !important;
  background-color: #ffd911 !important;
  border-color: #ffd911 !important;
}
.ant-btn.btn-icon-edit {
  width: 5.17rem;
  height: 4.17rem;
  border-radius: 0.33rem;
  border: 1px solid transparent !important;
  background-color: #d9d9d9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373 !important;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  min-width: 5.17rem;
  padding: 0;
}
.ant-btn.btn-icon-edit.small-btn {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  height: 2.5rem;
}
.ant-btn.btn-icon-edit .ant-btn-icon .anticon {
  font-size: 2rem;
}
.ant-btn.btn-icon-minus {
  width: 5.17rem;
  height: 4.17rem;
  border-radius: 0.33rem;
  border: 1px solid transparent !important;
  background-color: #737373 !important;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  min-width: 5.17rem;
  padding: 0;
}
.ant-btn.btn-icon-minus.small-btn {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  height: 2.5rem;
}
.ant-btn.btn-icon-minus .ant-btn-icon .anticon {
  font-size: 2rem;
}
.ant-btn.btn-icon-plus {
  width: 640px;
  max-width: calc(100% - 17rem);
  height: 3.35rem;
  border-radius: 0.33rem;
  border: 1px solid transparent !important;
  background-color: #d9d9d9 !important;
  justify-content: center;
  align-items: center;
  color: #737373 !important;
  font-size: 1.5rem;
  margin-left: 6rem;
  margin-right: 0.5rem;
  font-weight: 500;
}
.ant-btn.btn-icon-plus.small-btn {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  height: 2.5rem;
}
.ant-btn.btn-icon-plus .ant-btn-icon .anticon {
  font-size: 2rem;
}
@media (hover: hover) {
  .ant-btn.ant-btn-primary:hover {
    color: #ffd911 !important;
    border-color: #ffd911 !important;
    background-color: #fff !important;
  }
  .ant-btn.ant-btn-secondary:hover {
    color: #000000 !important;
    border-color: #ffd911 !important;
    background-color: #ffd911 !important;
  }
  .ant-btn.btn-icon-edit:hover {
    color: #fff !important;
    border-color: #737373 !important;
    background-color: #737373 !important;
  }
  .ant-btn.btn-icon-minus:hover {
    opacity: 0.7;
  }
  .ant-btn.btn-icon-plus:hover {
    color: #000000 !important;
    background-color: #999999 !important;
  }
}

.ant-checkbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ant-checkbox-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 6px 12px;
  background: rgba(112, 79, 56, 0.6);
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.ant-checkbox-wrapper:has(.ant-checkbox-checked) {
  background-color: #004aad;
}

.ant-steps {
  padding: 0.5rem 0 1rem;
  max-width: 1170px;
}
.ant-steps .ant-steps-item {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  font-weight: 700;
  color: #fff !important;
  position: relative;
  margin-right: 20px;
  height: 40px;
  cursor: pointer;
}
.ant-steps .ant-steps-item::before {
  display: none !important;
}
.ant-steps .ant-steps-item .ant-steps-item-icon {
  display: none !important;
}
.ant-steps .ant-steps-item.ant-steps-item-wait {
  transition: all 0.3s;
}
.ant-steps .ant-steps-item.ant-steps-item-wait::after {
  content: "";
  transition: all 0.3s;
  display: inline-block !important;
  position: absolute !important;
  top: 0;
  left: auto;
  right: -19px;
  width: 0 !important;
  height: 0 !important;
  transform: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #d9d9d9;
  -webkit-border-end: none;
          border-inline-end: none;
}
.ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-title {
  color: #737373 !important;
  transition: all 0.3s;
}
.ant-steps .ant-steps-item.ant-steps-item-finish, .ant-steps .ant-steps-item.ant-steps-item-active {
  background-color: #004aad !important;
  border-color: #004aad !important;
}
.ant-steps .ant-steps-item.ant-steps-item-finish::after, .ant-steps .ant-steps-item.ant-steps-item-active::after {
  content: "";
  display: inline-block !important;
  position: absolute !important;
  top: 0;
  left: auto;
  right: -19px;
  width: 0 !important;
  height: 0 !important;
  transform: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #004aad;
  -webkit-border-end: none;
          border-inline-end: none;
}
.ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-title, .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-title {
  color: #fff !important;
  transition: all 0.3s;
}
.ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-title::after, .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-title::after {
  background-color: #004aad !important;
}
@media (hover: hover) {
  .ant-steps .ant-steps-item:hover {
    background-color: #004aad !important;
    border-color: #004aad !important;
  }
  .ant-steps .ant-steps-item:hover::after {
    border-left-color: #004aad !important;
  }
  .ant-steps .ant-steps-item:hover .ant-steps-item-title {
    color: #fff !important;
  }
}
.ant-steps .ant-steps-item .ant-steps-item-icon {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  line-height: 38px;
  background-color: #808080;
  border-color: #808080;
}
.ant-steps .ant-steps-item .ant-steps-item-icon .ant-steps-icon {
  top: 0;
  color: #fff !important;
}
.ant-steps .ant-steps-item .ant-steps-item-container {
  padding: 5px 0 5px 10px;
  width: 100%;
  text-align: center;
}
.ant-steps .ant-steps-item .ant-steps-item-title {
  color: #999999;
  font-size: 0.9rem;
  line-height: 30px;
}
.ant-steps .ant-steps-item .ant-steps-item-title::after {
  background-color: #999999;
  height: 2px;
}

.ant-radio-group .ant-radio-button-wrapper {
  margin-right: 1rem;
  border-radius: 10px;
  padding: 0.65rem 1.1rem;
  background: #fff;
  border: 1px solid #737373;
  font-size: 1.5rem;
  line-height: 2rem;
  height: auto;
  color: #000000;
  border: none;
  margin-bottom: 0.75rem;
  text-align: center;
  min-width: 8.2rem;
}
@media screen and (max-width: 767px) {
  .ant-radio-group .ant-radio-button-wrapper {
    min-width: 1.1rem;
    font-size: 0.9rem;
  }
}
.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background-color: #737373 !important;
  color: #fff;
}
@media (hover: hover) {
  .ant-radio-group .ant-radio-button-wrapper:hover, .ant-radio-group .ant-radio-button-wrapper:active {
    background-color: #737373 !important;
    color: #fff;
  }
}
.ant-radio-group .ant-radio-button-wrapper::before {
  display: none;
}
.ant-radio-group .ant-radio-button-wrapper:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .ant-input,
  .ant-input-affix-wrapper {
    width: 450px;
  }
  .ant-steps .ant-steps-item .ant-steps-item-title {
    font-size: 0.6rem;
  }
  .ant-btn.btn-icon-plus {
    max-width: calc(100% - 6rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ant-btn {
    min-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .ant-input,
  .ant-input-affix-wrapper {
    width: 100%;
  }
  .ant-btn.btn-icon-minus {
    margin-top: 1rem;
    font-size: 1.5rem;
    height: 3rem;
  }
  .ant-btn.btn-icon-plus {
    font-size: 1rem;
  }
  .ant-btn.btn-icon-edit.small-btn {
    margin-top: 0.5rem;
  }
  .ant-btn.btn-icon-plus .ant-btn-icon .anticon {
    font-size: 1rem;
  }
  .ant-row .zipcode .ant-form-item-row {
    flex-flow: wrap;
  }
  .antd-textare-wrapper .button-remove-wrapper {
    top: 75%;
  }
  .ant-steps .ant-steps-item::after {
    transform: none !important;
    inset-inline-start: unset !important;
    width: 0 !important;
    height: 0 !important;
  }
  .ant-form-item .ant-form-item-label {
    padding: 0;
  }
  .ant-form-item .ant-form-item-label label {
    padding: 0.5rem 0;
  }
  .ant-steps .ant-steps-item {
    margin-right: 20px !important;
    margin-bottom: 0.25rem;
  }
  .ant-steps .ant-steps-item .ant-steps-item-content {
    min-height: auto !important;
  }
  .ant-steps .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
    line-height: 30px !important;
    font-size: 1rem;
  }
  .ant-btn.btn-icon-plus {
    width: 100%;
    max-width: 100%;
  }
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f1ef;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #004aad;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.ant-modal.modal-edit-field {
  text-align: center;
}
.ant-modal.modal-edit-field .ant-modal-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #000000;
}
.ant-modal.modal-edit-field .ant-modal-close {
  width: 2rem;
  height: 2rem;
}
.ant-modal.modal-edit-field .ant-modal-close:hover {
  background-color: transparent;
}
.ant-modal.modal-edit-field .ant-modal-close:hover .ant-modal-close-x {
  opacity: 0.7;
}
.ant-modal.modal-edit-field .ant-modal-close .ant-modal-close-x {
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #000000;
}
.ant-modal.modal-edit-field .ant-modal-body {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}
.ant-modal.modal-edit-field .ant-modal-body .ant-btn {
  margin-top: 2rem;
}
.ant-modal.modal-edit-field .ant-modal-body .ant-input,
.ant-modal.modal-edit-field .ant-modal-body .ant-input-affix-wrapper {
  width: 100%;
  font-size: 2.5rem;
  line-height: 3rem;
  padding: 1.45rem 1rem;
}
.ant-modal.modal-edit-field .ant-modal-body .ant-input .ant-input,
.ant-modal.modal-edit-field .ant-modal-body .ant-input-affix-wrapper .ant-input {
  padding: 0;
  margin: 0;
}

.modal-confirm-policy {
  top: 50px !important;
}
.modal-confirm-policy p {
  font-size: 0.7rem;
}
.modal-confirm-policy .text-bold {
  font-weight: 900;
  color: #000000;
}
.modal-confirm-policy .margin-policy {
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.modal-confirm-policy .ant-modal-body .container .content {
  margin-top: 0.8rem;
}
.modal-confirm-policy .ant-modal-body .container .content h2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0.5rem 0;
}
.modal-confirm-policy .ant-modal-body .container .content p {
  font-size: 0.7rem;
  line-height: 0.9rem;
  margin-bottom: 0.35rem;
}
.modal-confirm-policy .ant-modal-body .container .content .font-large {
  font-size: 1rem;
}
.modal-confirm-policy .ant-modal-body .container .content .li-content {
  list-style-type: decimal;
}
.modal-confirm-policy .ant-modal-body .container .content .list-margin {
  margin-left: 2rem;
}
.modal-confirm-policy .ant-modal-body .container .content .text-highlight {
  color: #1677ff;
  text-decoration: underline;
}
.modal-confirm-policy .ant-modal-body .container .content ol {
  margin-bottom: 0;
}
.modal-confirm-policy .ant-modal-body .container .content .table-policy {
  margin-top: 0.8rem;
}
.modal-confirm-policy .ant-modal-body .container .content .table-content {
  height: 7rem;
  overflow-y: auto;
  scrollbar-width: thin;
  border: 1px solid #e1e4e8;
  padding: 1rem;
}

.modal-confirm-remove {
  text-align: center;
}
.modal-confirm-remove .ant-modal-content {
  width: 100%;
  padding: 4rem 1rem 3rem;
}
.modal-confirm-remove .ant-modal-content .ant-modal-close {
  width: 2rem;
  height: 2rem;
}
.modal-confirm-remove .ant-modal-content .ant-modal-close:hover {
  background-color: transparent;
}
.modal-confirm-remove .ant-modal-content .ant-modal-close:hover .ant-modal-close-x {
  opacity: 0.7;
}
.modal-confirm-remove .ant-modal-content .ant-modal-close .ant-modal-close-x {
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #000000;
}

.btn-hover-activated {
  color: #004aad !important;
  border-color: #004aad !important;
  background-color: #fff !important;
}

@media screen and (max-width: 767px) {
  .ant-modal.modal-edit-field .ant-modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.keyboard {
  width: 500px;
  padding: 16px;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input {
  width: 100%;
  margin-bottom: 16px;
  padding: 8px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.key {
  padding: 12px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.delete-key {
  padding: 12px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f34646;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}

.confirm-key {
  padding: 12px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8f988;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  color: black;
}