@charset "utf-8";

html { scroll-behavior: auto;}

/*thanks*/
.thanks{
  text-align:center;
  margin-bottom:7.5rem;
  position: relative;
}

.thanks::before{
  content:"";
  width:8%;
  position:absolute;
  aspect-ratio:120/114;
  left:10%;
  top:0;
  background:url(https://use-partner.com/system_panel/uploads/images/20250729111912684107.png) no-repeat center/contain;
}

.thanks::after{
  content:"";
  width:8%;
  position:absolute;
  aspect-ratio:120/114;
  right:10%;
  top:0;
  background:url(https://use-partner.com/system_panel/uploads/images/20250729111912504129.png) no-repeat center/contain;
}

.thanks h2{
  margin-bottom:1.5rem;
  font-size:clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}

.thanks .btn{
  margin:2.5rem auto 0;
}

.thanks-box{
  border-radius:10px;
  padding:20px 2rem;
  background: #0B82E6;
  max-width:680px;
  margin:2.5rem auto;
}

.thanks-box a{
  display:inline-block;
}

.thanks-box div{
  border-radius:10px;
  background:#fff;
  font-size:clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  padding:20px 5%;
}

@media screen and (max-width: 767px) {
  .thanks{
    margin-bottom:5rem;
  }
  .thanks::after{
    width: 10%;
    right: 7%;
  }
  .thanks::before{
    width: 10%;
    left: 7%;
  }
  .thanks-box{
    padding: 10px 1rem;
  }
}

/*contact*/

.contact.thanks::before{
  left:5%;
}

.contact.thanks::after{
  right:5%;
}

.contact h2{
  font-size:clamp(1.25rem, 1.023rem + 0.76vw, 1.875rem);
  margin:7.5rem 0 1rem;
}

.contact-a{
  border-radius:10px;
  background:#DD1D1E;
  padding:8px;
  text-align:center;
  margin-bottom:2.5rem;
  box-shadow:0px 3px 6px #000;
  font-weight: bold;
}

.contact-a:hover{
  opacity:1;
  transform:translateY(3px);
  box-shadow:0px 3px 3px #000;
}

.contact-a > p{
  color:#fff;
  font-size:clamp(0.875rem, 0.602rem + 0.91vw, 1.625rem);
}

.contact-a div{
  margin-top:8px;
  background:#fff;
  color:#DD1D1E;
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  padding:2rem;
  position: relative;
}

.contact-a div::before{
  content:"";
  position:absolute;
  width:calc(100% - 16px);
  height:calc(100% - 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border:2px dashed #DD1D1E;
  border-radius:8px;
}

.contact-wrap{
  width:80%;
  margin: 0 auto 10rem;
  max-width:660px;
}

.contact-p{
  font-weight:bold !important;
  margin-bottom:3rem;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.contact-p strong{
  font-weight:bold !important;
}

.contact-wrap > p strong{
  color:#EF7946;
}
.privacyBox {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5% ;
  background-color: #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden;
  border:1px solid #707070;
}

.privacyBox a{
  color:#000 !important;
  font-weight:400;
  display:inline-block;
}

input,
textarea,
select{
  padding: 14px 1rem;
  width: 100%;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}

select{
  appearance: revert;
  color:#000;
}

form{
  text-align:left;
}

.addArea {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: center;
}

.addArea input {
  width:calc(100% - 75px);
  padding:8px 1rem;
}

.addArea #zip1 {
  width: 100px;
}

.addArea #zip2 {
  width: 135px;
}

textarea{
  min-height:160px;
}

.radioArea .d-inline-block,
.checkArea  .d-inline-block{
  display: flex !important;
  width: fit-content;
  gap: 0.5rem;
}

.radioArea .d-inline-block input,
.checkArea  .d-inline-block input{
  width: fit-content;
}

form{
  padding: 2.5rem 0 0;
}

form .container{
  padding:0;
  width: 100% !important;
}


.formTh{
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background:#CAEAF1;
}

.formTd{
  padding:1rem;
}

.row{
  border: 1px solid #000000;
  border-bottom: none;
}


form .policy{
  margin-top:1rem;
  font-weight:bold;
  display: flex;
  align-items: center;
  gap:1rem;
}

form .policy input{
  width: 1rem;
  height: 1rem;
  appearance: auto;
}

form .policy label{
  margin: 0;
}
input[type=checkbox], input[type=radio]{
  appearance: auto;
}

form label{
  margin: 0;
}

.row:has(.formBtnTd){
  border:none;
  border-top:1px solid #000;
}

.formBtnTd{
  margin: 3.5rem auto 0;
  width: fit-content;
  position:relative;
  padding:0;
}

.formBtnTd::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #01A0EA;
  border-right: 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
  z-index: 10;
}


.formBtnTd button{
  padding: 16px 2.5rem 16px 2rem;
  text-align: center;
  border-radius: 3rem;
  margin: 0 auto;
  display: block;
  width: fit-content;
  background: #fff;
  color: #01A0EA;
  position: relative;
  border: 3px solid #01A0EA;
  font-size: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.36);
  width: 300px;
}

.formBtnTd:hover{
  transform:translateY(3px);
}

.formBtnTd:hover button{
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
}

.requiredText{
  background-color:#EF8E00;
  color:#fff;
  line-height: 1;
  padding: 2px 8px 4px;
  border-radius: 4px;
  font-size: 14px;
}

.formError {
  margin-top: -40px !important;
}

.submit{
  justify-content: center;
}

.submit button{
  color:#fff;
}

.submit button:hover{
  color:#171717;
}

@media screen and (max-width: 1024px) {
  .formTh {
    padding: 0 0 0 0.5rem;
    gap:0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact h2{
    margin: 5rem 0 1rem;
  }
  .contact.thanks::after,
  .contact.thanks::before{
    display:none;
  }
  .contact-a div{
    padding: 1.5rem;
  }
  .contact-wrap{
    width: 90%;
    margin: 0 auto 4rem;
  }
  .formTh {
    padding: 8px 5%;
    text-align: center;
  }  
  .form-btn{
    gap:1.5rem;
  }
  .formTd{
    padding: 8px 5% 20px;
  }
  .formBtnTd button{
    width:230px;
  }
  .formBtnTd button{
    padding: 10px;
  }
  form {
    padding:  20px 0 0;
  }
  input,
  textarea,
  select{
    padding: 10px 1rem;
  }
  select{
    height:40px;
  }
  .form-btn a {
    width: calc((100% - 1.5rem) / 2);
    padding: 10px;
  }
  .contact-p{
    margin-bottom:1rem;
  }
}


/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position:relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}