@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes shake-anim {
  0%, 100%, 50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-o-keyframes shake-anim {
  0%, 100%, 50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=url] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.75;
  }
}

a:link,
a:visited,
a:active {
  color: #3c3c3c;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Noto Sans JP", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  text-size-adjust: none;
}

#wrap {
  display: block;
  overflow: hidden;
  padding-top: 150px;
}
@media (max-width: 767px) {
  #wrap {
    padding-top: 85px;
  }
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.innerWrap {
  max-width: 1130px;
  padding: 0 25px;
  margin: 0 auto;
}

.innerWrap02 {
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}

.innerWrap03 {
  max-width: 1210px;
  padding: 0 25px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

:root {
  --color-main: #043489;
  --color-main2: #C60C31;
  --warranty-primary: #138f91;
  --warranty-primary-dark: #087174;
  --warranty-accent: #0ab981;
  --warranty-ink: #18313f;
}

/* Main */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
}

/* Warranty portal */
.warranty-page {
  background: #edf3f4;
  color: var(--warranty-ink);
  min-height: 100vh;
}

.warranty-app {
  min-height: 100vh;
}

.warranty-header {
  height: 96px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(115deg, #087477 0%, #159a9c 55%, #35aaa8 100%);
  box-shadow: 0 8px 28px rgba(11, 91, 94, 0.18);
  position: relative;
  z-index: 10;
}

.warranty-brand, .warranty-brand:hover {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff !important;
  opacity: 1;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: 800;
}

.brand-copy small {
  margin-top: 7px;
  font-size: 9px;
  letter-spacing: 0.08em;
  opacity: 0.82;
}

.brand-divider {
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.42);
}

.brand-product {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 16px;
  font-weight: 600;
}

.sidebar-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

.warranty-shell {
  display: flex;
  min-height: calc(100vh - 96px);
}

.warranty-sidebar {
  flex: 0 0 272px;
  width: 272px;
  color: #dff8f5;
  background: #073f49;
  position: relative;
}

.warranty-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 80%, rgba(22, 185, 143, 0.14), transparent 38%);
}

.warranty-nav {
  padding: 22px 14px;
  position: relative;
  z-index: 1;
}

.warranty-nav a {
  min-height: 58px;
  padding: 0 17px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 12px;
  color: #c6dddf !important;
  font-weight: 600;
  transition: 0.2s ease;
}

.warranty-nav a i {
  width: 24px;
  text-align: center;
  font-size: 19px;
}

.warranty-nav a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
  opacity: 1;
  transform: translateX(3px);
}

.warranty-nav a.active {
  color: #fff !important;
  background: linear-gradient(90deg, #0aaa7c, #0d9f89);
  box-shadow: 0 10px 22px rgba(4, 36, 41, 0.24);
}

.sidebar-help {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-help > i {
  font-size: 24px;
  color: #4bd5b2;
}

.sidebar-help div {
  display: flex;
  flex-direction: column;
}

.sidebar-help small {
  color: #92b6b9;
}

.sidebar-help strong {
  margin-top: 2px;
  font-size: 13px;
  color: #fff;
}

.warranty-main {
  flex: 1;
  min-width: 0;
  padding: 46px clamp(30px, 6vw, 100px) 28px;
  background: radial-gradient(circle at 88% 12%, rgba(20, 151, 151, 0.1), transparent 27%), linear-gradient(145deg, #f7fafa 0%, #eaf1f2 100%);
}

.warranty-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #d2dfe1;
}

.warranty-heading .eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--warranty-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.warranty-heading h1 {
  color: #19333f;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.warranty-heading p {
  margin-top: 8px;
  color: #70858d;
}

.secure-badge {
  padding: 9px 13px;
  border-radius: 99px;
  color: #39726c;
  background: #ddf1e9;
  font-size: 12px;
  font-weight: 700;
}

.secure-badge i {
  margin-right: 6px;
  font-size: 14px;
}

.login-card {
  width: min(100%, 540px);
  margin: 38px auto 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(29, 65, 76, 0.13);
  border: 1px solid rgba(20, 104, 105, 0.08);
}

.login-card-accent {
  height: 5px;
  background: linear-gradient(90deg, #0aaf81, #159a9c);
}

.login-card-body {
  padding: 34px 38px 30px;
}

.login-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.login-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(145deg, #0cb185, #108b91);
  box-shadow: 0 10px 20px rgba(11, 158, 132, 0.22);
}

.login-intro h2 {
  color: #1d3742;
  font-size: 20px;
  font-weight: 750;
}

.login-intro p {
  margin-top: 5px;
  color: #819198;
  font-size: 13px;
}

.login-card .form-group {
  margin-bottom: 20px;
}

.login-card label {
  margin-bottom: 8px;
  color: #405862;
  font-size: 13px;
  font-weight: 650;
}

.warranty-login-source .wrap-user {
  width: 100%;
}

.warranty-login-source .title-user {
  display: none;
}

.warranty-login-source .form-user {
  width: 100%;
}

.warranty-login-source .input-user {
  height: 50px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  background: #f8fbfb;
  transition: 0.2s ease;
}

.warranty-login-source .input-user:focus-within {
  border-color: #159a9c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(21, 154, 156, 0.1);
}

.warranty-login-source .input-user .input-group-text {
  height: 100%;
  padding: 0 12px 0 16px;
  color: #7b9097;
  border: 0;
  background: transparent;
}

.warranty-login-source .input-user .input-group-text i {
  width: 20px;
  text-align: center;
  font-size: 18px;
}

.warranty-login-source .input-user .form-control {
  height: 100%;
  padding-left: 2px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.warranty-login-source .button-user {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.warranty-login-source .button-user .btn-primary {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #0aaa7c, #108f92);
  box-shadow: 0 12px 22px rgba(14, 142, 132, 0.22);
}

.warranty-login-source .button-user .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(14, 142, 132, 0.29);
}

.warranty-login-source .checkbox-user {
  font-size: 13px;
}

.warranty-login-source .note-user {
  margin-top: 20px;
  text-align: center;
  color: #71858c;
  font-size: 13px;
}

.modern-input {
  height: 50px;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  overflow: hidden;
  background: #f8fbfb;
  transition: 0.2s ease;
}

.modern-input:focus-within {
  border-color: #159a9c;
  box-shadow: 0 0 0 3px rgba(21, 154, 156, 0.1);
  background: #fff;
}

.modern-input .input-group-text {
  height: 100%;
  padding-left: 16px;
  padding-right: 10px;
  color: #7b9097;
  background: transparent;
  border: 0;
}

.modern-input .form-control {
  height: 100%;
  padding-left: 5px;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}

.login-options {
  margin: 2px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.login-options a {
  color: var(--warranty-primary-dark);
  font-weight: 600;
}

.login-options .custom-control-label {
  margin: 0;
  font-weight: 500;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--warranty-primary);
  background: var(--warranty-primary);
}

.btn-login {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #0aaa7c, #108f92);
  box-shadow: 0 12px 22px rgba(14, 142, 132, 0.22);
}

.btn-login:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(14, 142, 132, 0.29);
}

.login-card-footer {
  padding: 15px 25px;
  text-align: center;
  color: #71858c;
  font-size: 12px;
  background: #f5f9f9;
  border-top: 1px solid #e3ebed;
}

.login-card-footer i {
  margin-right: 6px;
  color: #3ca89a;
  font-size: 15px;
}

.warranty-copyright {
  margin-top: 25px;
  text-align: center;
  color: #95a5aa;
  font-size: 11px;
}

.warranty-search-card {
  margin-top: 38px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(20, 104, 105, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(29, 65, 76, 0.11);
}

.search-card-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4ecee;
}

.search-card-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  font-size: 19px;
  background: linear-gradient(145deg, #0cb185, #108b91);
  box-shadow: 0 10px 20px rgba(11, 158, 132, 0.22);
}

.search-card-heading h2 {
  color: #1d3742;
  font-size: 20px;
  font-weight: 750;
}

.search-card-heading p {
  margin-top: 5px;
  color: #819198;
  font-size: 13px;
}

.warranty-search-form {
  max-width: 980px;
}

.warranty-search-form .form-group {
  margin-bottom: 22px;
}

.warranty-search-form label {
  margin-bottom: 9px;
  color: #405862;
  font-size: 13px;
  font-weight: 650;
}

.search-input {
  height: 52px;
  overflow: hidden;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  background: #f8fbfb;
  transition: 0.2s ease;
}

.search-input:focus-within {
  border-color: #159a9c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(21, 154, 156, 0.1);
}

.search-input .input-group-text {
  height: 100%;
  padding: 0 11px 0 16px;
  color: #779096;
  border: 0;
  background: transparent;
}

.search-input .input-group-text i {
  width: 21px;
  text-align: center;
  font-size: 18px;
}

.search-input .form-control {
  height: 100%;
  padding-left: 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}

.btn-search-warranty {
  min-width: 160px;
  height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #0aaa7c, #108f92);
  box-shadow: 0 12px 22px rgba(14, 142, 132, 0.22);
}

.btn-search-warranty:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(14, 142, 132, 0.29);
}

.search-card-simple {
  min-height: 430px;
  padding: 64px 7%;
}

.search-card-simple .warranty-search-form {
  max-width: none;
}

.search-card-simple .form-group {
  margin-bottom: 22px;
}

.search-card-simple .form-group label {
  display: block;
  margin-bottom: 9px;
  color: #405862;
  font-size: 14px;
  font-weight: 650;
}

.search-card-simple .form-control {
  width: 100%;
  height: 52px;
  padding: 10px 16px;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  color: #273f49;
  background: #f8fbfb;
  box-shadow: none;
  font-size: 15px;
  transition: 0.2s ease;
}

.search-card-simple .form-control:focus {
  border-color: #159a9c;
  box-shadow: 0 0 0 3px rgba(21, 154, 156, 0.1);
}

.search-card-simple .btn-search-warranty {
  min-width: 160px;
  height: 52px;
  margin-top: 2px;
  padding: 0 26px;
  border-radius: 11px;
  background: linear-gradient(90deg, #0aaa7c, #108f92);
  box-shadow: 0 12px 22px rgba(14, 142, 132, 0.22);
}

.search-card-simple .btn-search-warranty:hover {
  background: linear-gradient(90deg, #099d73, #0e8588);
  box-shadow: 0 15px 28px rgba(14, 142, 132, 0.29);
}

.registration-card {
  margin-top: 38px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(20, 104, 105, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(29, 65, 76, 0.11);
}

.registration-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4ecee;
}

.registration-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(145deg, #0cb185, #108b91);
  box-shadow: 0 10px 20px rgba(11, 158, 132, 0.22);
}

.registration-intro h2 {
  color: #1d3742;
  font-size: 20px;
  font-weight: 750;
}

.registration-intro p {
  margin-top: 5px;
  color: #819198;
  font-size: 13px;
}

.registration-form .form-group {
  margin-bottom: 22px;
}

.registration-form .form-group > label {
  margin-bottom: 9px;
  color: #405862;
  font-size: 13px;
  font-weight: 650;
}

.registration-input {
  height: 52px;
  overflow: hidden;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  background: #f8fbfb;
  transition: 0.2s ease;
}

.registration-input:focus-within {
  border-color: #159a9c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(21, 154, 156, 0.1);
}

.registration-input .input-group-text {
  height: 100%;
  padding: 0 11px 0 16px;
  color: #779096;
  border: 0;
  background: transparent;
}

.registration-input .input-group-text i {
  width: 21px;
  text-align: center;
  font-size: 18px;
}

.registration-input .form-control {
  height: 100%;
  padding-left: 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}

.registration-radio-group {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 18px;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  background: #f8fbfb;
}

.registration-radio-group .custom-control-label {
  margin: 0;
  color: #405862;
  font-weight: 500;
}

.registration-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #71858c;
  font-size: 13px;
}

.registration-actions a {
  color: var(--warranty-primary-dark);
  font-weight: 700;
}

.btn-registration {
  min-width: 180px;
  height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #0aaa7c, #108f92);
  box-shadow: 0 12px 22px rgba(14, 142, 132, 0.22);
}

.btn-registration:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(14, 142, 132, 0.29);
}

.btn-registration:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-search-warranty i, .btn-registration i, .btn-login i {
  font-size: 16px;
}

.warranty-product-card {
  margin-top: 38px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(20, 104, 105, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(29, 65, 76, 0.11);
}

.required-mark, .warranty-product-form label span {
  color: #df5151;
}

.warranty-product-form .form-group {
  margin-bottom: 22px;
}

.warranty-product-form label {
  margin-bottom: 9px;
  color: #405862;
  font-size: 13px;
  font-weight: 650;
}

.warranty-product-form .form-control, .warranty-product-form .custom-select, .warranty-product-form .custom-file-label {
  height: 52px;
  border: 1px solid #d5e0e3;
  border-radius: 11px;
  color: #273f49;
  background-color: #f8fbfb;
  box-shadow: none;
  font-size: 14px;
}

.warranty-product-form .form-control, .warranty-product-form .custom-select {
  padding: 10px 15px;
}

.warranty-product-form .form-control:focus, .warranty-product-form .custom-select:focus {
  border-color: #159a9c;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(21, 154, 156, 0.1);
}

.warranty-product-form .custom-file-label {
  padding: 14px 16px;
}

.warranty-product-form .custom-file-label::after {
  height: 50px;
  padding: 14px 18px;
  border: 0;
  border-radius: 0 10px 10px 0;
  color: #fff;
  background: #108f92;
  content: "Chọn tệp";
}

.warranty-form-section {
  margin: 10px 0 20px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #147d7f;
  background: #e7f5f3;
  font-size: 14px;
  font-weight: 750;
}

.warranty-form-section i {
  margin-right: 8px;
  font-size: 17px;
}

.warranty-terms {
  margin: 3px 0 26px;
}

.warranty-terms .custom-control-label {
  font-weight: 500;
}

.warranty-terms a {
  color: var(--warranty-primary-dark);
  font-weight: 700;
}

.warranty-product-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.btn-warranty-reset, .btn-warranty-submit {
  height: 52px;
  padding: 0 24px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 700;
}

.btn-warranty-reset {
  color: #46616b;
  border: 1px solid #ccdadd;
  background: #f2f6f7;
}

.btn-warranty-submit {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #0aaa7c, #108f92);
  box-shadow: 0 12px 22px rgba(14, 142, 132, 0.22);
}

.btn-warranty-submit:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-warranty-reset i, .btn-warranty-submit i {
  margin-right: 7px;
  font-size: 16px;
}

.warranty-label-row {
  min-height: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.warranty-label-row > label {
  margin-bottom: 0;
}

.btn-code-example {
  padding: 0;
  border: 0;
  color: var(--warranty-primary-dark);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-code-example:hover {
  color: #0aaa7c;
}

.btn-code-example i {
  margin-right: 4px;
  font-size: 14px;
}

.code-example-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(15, 48, 58, 0.25);
}

.code-example-modal .modal-header {
  align-items: flex-start;
  padding: 20px 24px;
  border-bottom: 1px solid #e4ecee;
  background: #f6fafa;
}

.code-example-modal .modal-title {
  color: #1d3742;
  font-size: 18px;
  font-weight: 750;
}

.code-example-modal .modal-header small {
  display: block;
  margin-top: 4px;
  color: #819198;
}

.code-example-modal .close {
  margin: -5px -5px 0 0;
  color: #46616b;
  font-size: 28px;
}

.code-example-modal .modal-body {
  padding: 24px;
  text-align: center;
  background: #fff;
}

.code-example-modal .modal-body img {
  max-width: 100%;
  max-height: 65vh;
  border-radius: 10px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .warranty-header {
    height: 78px;
    padding: 0 20px;
  }
  .warranty-shell {
    display: block;
    min-height: calc(100vh - 78px);
  }
  .warranty-sidebar {
    width: 100%;
    position: absolute;
    z-index: 8;
    box-shadow: 0 16px 30px rgba(5, 44, 50, 0.25);
  }
  .sidebar-help {
    display: none;
  }
  .warranty-main {
    min-height: calc(100vh - 78px);
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
  .brand-copy strong {
    font-size: 23px;
  }
  .brand-copy small, .brand-divider, .brand-product {
    display: none;
  }
  .warranty-heading {
    align-items: flex-start;
  }
  .warranty-heading p, .secure-badge {
    display: none;
  }
  .login-card {
    margin-top: 24px;
    border-radius: 16px;
  }
  .login-card-body {
    padding: 26px 20px 24px;
  }
  .login-options {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }
  .warranty-search-card {
    margin-top: 24px;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .search-card-heading {
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .search-card-heading p {
    display: none;
  }
  .btn-search-warranty {
    width: 100%;
  }
  .search-card-simple {
    min-height: 0;
    padding: 32px 20px;
  }
  .search-card-simple .btn-search-warranty {
    width: 100%;
  }
  .registration-card {
    margin-top: 24px;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .registration-intro {
    align-items: flex-start;
  }
  .registration-intro p {
    display: none;
  }
  .registration-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    text-align: center;
  }
  .btn-registration {
    width: 100%;
  }
  .warranty-product-card {
    margin-top: 24px;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .warranty-product-actions {
    flex-direction: column-reverse;
  }
  .btn-warranty-reset, .btn-warranty-submit {
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.warranty-search-results {
  margin-top: 24px;
}

.search-result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.search-result-heading h2 {
  margin: 3px 0 0;
  color: #273f49;
  font-size: 22px;
  font-weight: 700;
}

.warranty-result-card {
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid #dce7e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(38, 70, 78, 0.07);
}

.warranty-result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e7edef;
}

.warranty-result-top small, .warranty-result-grid small {
  display: block;
  margin-bottom: 4px;
  color: #789097;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.warranty-result-top strong {
  color: #108f92;
  font-size: 20px;
}

.warranty-status {
  padding: 7px 12px;
  border-radius: 999px;
  background: #e7f8f2;
  color: #087e61;
  font-size: 13px;
  font-weight: 700;
}

.warranty-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
}

.warranty-result-grid p {
  margin: 0;
  color: #273f49;
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
}

.warranty-empty-result {
  padding: 50px 20px;
  border: 1px dashed #cddcdf;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.warranty-empty-result i {
  margin-bottom: 12px;
  color: #159a9c;
  font-size: 34px;
}

.warranty-empty-result h3 {
  margin: 0 0 7px;
  color: #273f49;
  font-size: 20px;
  font-weight: 700;
}

.warranty-empty-result p {
  color: #71858c;
}

@media (max-width: 991px) {
  .warranty-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .warranty-result-card {
    padding: 18px;
  }
  .warranty-result-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .warranty-result-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.warranty-registration-success {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid #b9e7d7;
  border-radius: 14px;
  background: #ecfbf5;
  color: #245b49;
}

.warranty-registration-success > i {
  margin-top: 2px;
  color: #0aa77b;
  font-size: 26px;
}

.warranty-registration-success strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.warranty-registration-success p {
  margin: 0 0 5px;
}

.warranty-registration-success a {
  display: block;
  color: #087e75;
  font-weight: 600;
  word-break: break-all;
}

.warranty-registration-success small {
  display: block;
  margin-top: 7px;
  color: #9a6410;
}

.warranty-result-receipt {
  grid-column: span 2;
}

.warranty-result-receipt a {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  color: #108f92;
  font-weight: 600;
}

.warranty-result-receipt img {
  display: block;
  max-width: 260px;
  max-height: 180px;
  object-fit: contain;
  border: 1px solid #dce7e9;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
}

@media (max-width: 575px) {
  .warranty-registration-success {
    padding: 16px;
  }
  .warranty-result-receipt {
    grid-column: span 1;
  }
}
.login-form .form-group {
  margin-bottom: 20px;
}

.login-form .modern-input {
  height: 52px;
}

.login-form .modern-input .form-control {
  font-size: 15px;
}

.login-register-note {
  margin-top: 22px;
  text-align: center;
  color: #71858c;
  font-size: 13px;
}

.login-register-note a {
  margin-left: 4px;
  color: #108f92;
  font-weight: 700;
}

.login-form .alert {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 13px;
}

@media (max-width: 575px) {
  .login-heading {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .login-card-body {
    padding: 25px 20px 22px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
