@keyframes ptispin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
#pti-claim-modal-submit.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#pti-claim-modal-submit {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pti-loader {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: ptispin 1s linear infinite;
}
div#pt-order-record-wrapper {

  margin: 20px 0;

}

.insuranceLabel {

  position: relative;

}

span#pt-claim-back-btn {

  position: absolute;

  top: 0;

  right: 0;

  vertical-align: middle;

  margin: 0;
  cursor: pointer;
  display: flex;
  gap: 5px;

}

span#pt-claim-back-btn img {

  width: 20px;

}

h2#pi-order-number {

  display: inline-block;

  margin: 0;

}

.pti-switch {

  position: relative;

  display: inline-block;

  width: 60px;

  height: 34px;

}

.pti-switch input { 

  opacity: 0;

  width: 0;

  height: 0;

}



.pti-slider {

  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #ccc;

  -webkit-transition: .4s;

  transition: .4s;

}



.pti-slider:before {

  position: absolute;

  content: "";

  height: 20px;

  width: 20px;

  left: 4px;

  bottom: 4px;

  background-color: white;

  -webkit-transition: .4s;

  transition: .4s;

}



#pti-insurence-needed:checked + .pti-slider {

  background-color: #2196F3;

}



#pti-insurence-needed:focus + .pti-slider {

  box-shadow: 0 0 1px #2196F3;

}



#pti-insurence-needed:checked + .pti-slider:before {

  -webkit-transform: translateX(26px);

  -ms-transform: translateX(26px);

  transform: translateX(26px);

}



/* Rounded sliders */

.pti-slider.pti-round {
  border-radius: 34px;
  height: 28px;
}



.pti-slider.pti-round:before {

  border-radius: 50%;

}



/* Claim Page CSS */

.pti-insurance-form .pti-input{

  border:1px soled black;

  width:100% !important;

  padding:10px;

}

.ptins-btn{

  margin-top:20px;

  margin-bottom:20px;

}





/* Page Css Start */



.login-main {

  width: 50%;

  margin: 30px auto 0;

  text-align: start;

  background-color: #f8f8f8;

  padding: 30px;

  border-radius: 5px;

  /* box-shadow: 0px 9px 10px -5px #0000001a; */

  margin-bottom: 30px;

}

.input-group input:focus-visible {

  outline: 0;

  outline-offset: 0;

  box-shadow: none;

}

.input-group label {

  position: absolute;

  top: -13px;

  left: 6px;

  padding: 0 3px;

  z-index:999;

}

.input-group:after {

  position: absolute;

  content: "";

  width: 150px;

  height: 1px;

  top: 0px;

  background-color: #f8f8f8;

  left: 6px;

}

.input-group input {

  line-height: 30px;

  background-color: #f8f8f8;

  border: 1px solid #a2a2a2;

  border-radius: 5px;

}

/* .login-main h2 {

  font-weight: 600;

  color: #008060;

} */

.input-group {

  position: relative;

  margin-top: 35px;

}

.pt-order-record-wrapper table {

  width: 100%;
  margin-top: 30px;      
  border: 1px solid #cccccc;
  border-collapse: collapse;
  font-size: 1.4rem;
  box-shadow: none;
}

.pt-order-record-wrapper table td {

  border-left: 0;

  border-right: 0;

}

.pt-order-record-wrapper table tr:first-child td {

font-weight: 600;

background-color: #f3f3f3;

}



.custom-btn {
  margin-top:20px;
}

/* .custom-btn {

  width: 130px;

  height: 40px;

  color: #fff;

  padding: 10px 25px;

  font-family: Lato,sans-serif;

  font-weight: 500;

  background: transparent;

  cursor: pointer;

  transition: all .3s ease;

  position: relative;

  display: inline-block;

  outline: none;

  margin-top: 20px;

}

.button-submit {

  background: #008060;

  line-height: 42px;

  padding: 0;

  border: none;

}

.button-submit span {

  position: relative;

  display: block;

  width: 100%;

  height: 100%;

}

.button-submit:before,

.button-submit:after {

  position: absolute;

  content: "";

  right: 0;

  bottom: 0;

  background: #008060;

  box-shadow:

  -7px -7px 20px 0px rgba(255,255,255,.9),

  -4px -4px 5px 0px rgba(255,255,255,.9),

  7px 7px 20px 0px rgba(0,0,0,.2),

  4px 4px 5px 0px rgba(0,0,0,.3);

  transition: all 0.3s ease;

}

.button-submit:before{

  height: 0%;

  width: 2px;

}

.button-submit:after {

  width: 0%;

  height: 2px;

}

.button-submit:hover{

  color: #008060;

  background: transparent;

}

.button-submit:hover:before {

  height: 100%;

}

.button-submit:hover:after {

  width: 100%;

}

.button-submit span:before,

.button-submit span:after {

  position: absolute;

  content: "";

  left: 0;

  top: 0;

  background: #008060;

  box-shadow:

  -7px -7px 20px 0px rgba(255,255,255,.9),

  -4px -4px 5px 0px rgba(255,255,255,.9),

  7px 7px 20px 0px rgba(0,0,0,.2),

  4px 4px 5px 0px rgba(0,0,0,.3);

  transition: all 0.3s ease;

}

.button-submit span:before {

  width: 2px;

  height: 0%;

}

.button-submit span:after {

  height: 2px;

  width: 0%;

}

.button-submit span:hover:before {

  height: 100%;

}

.button-submit span:hover:after {

  width: 100%;

} */



#pti-claim-modal-wrapper label{
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}



#pt-claim-back-btn{

  margin-left: 10px;

}

#pti-customer-comment {

  width: 100%;

}

.pt-order-record-wrapper table {

  table-layout: auto !important;

}


.pti-image-success{
  color:green;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.pti-insurance-widget {
  display: flex !important;
}

#pti-cart-insurance-wrapper {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: end;
  display: flex;
}
.pti-title-wrap h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
.pti-title-wrap {
  text-align: left !important;
  width: 260px;
}
.pti-switch-wraper {
  display: flex;
  align-items: center;
}
.cart__ctas {
  flex-direction: column;
}
.pti-img-wraper {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {

  .login-main {

    width: 100%;

    padding: 15px;

  }

  .input-group:after {

    height: 5px;

    top: -2px;

  }

  .pt-order-record-wrapper {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }
  #pti-cart-insurance-wrapper {
    justify-content: center;
  }

}
.pti-title-wrap h3 {
  margin-bottom: 0;
}
.pti-title-wrap p {
  margin-top: 2px;
  line-height: 18px;
  font-size: 14px;
}


/* New template css start */

.insureful-widget1 p {
  width: 80%;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin: 0;
}
.insureful-widget1 {
  background: #FFFFFF;
  border: 0.5px solid #008060;
  border-radius: 10px;
  padding: 10px 10px;
  max-width: 500px;
  width: 100%;
}
.insureful-widget1 .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.insureful-widget1 .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.insureful-widget1 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget1 .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget1 input:checked + .slider {
  background-color: #008060;
}

.insureful-widget1 input:focus + .slider {
  box-shadow: 0 0 1px #008060;
}

.insureful-widget1 input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.insureful-widget1 .slider.round {
  border-radius: 34px;
}
.insureful-widget1 .slider.round:before {
  border-radius: 50%;
}
.insureful-widget1 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Insureful Widget2  css start */

.insureful-widget2 {
  background: #FFFFFF;
  border: 0.5px solid #008060;
  border-radius: 10px;
  padding: 10px 10px;
  max-width: 500px;
  width: 100%;
}

.insureful-widget2 .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.insureful-widget2 .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.insureful-widget2 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget2 .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget2 input:checked + .slider {
  background-color: #008060;
}

.insureful-widget2 input:focus + .slider {
  box-shadow: 0 0 1px #008060;
}

.insureful-widget2 input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.insureful-widget2 .slider.round {
  border-radius: 34px;
}
.insureful-widget2 .slider.round:before {
  border-radius: 50%;
}
.insureful-widget2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget2-text img {
  margin-right: 5px;
  width: 30px;
}
.insureful-widget2 h4 {
      margin: 0;
      font-size: 12px;
      display: flex;
      align-items: center;
  }
.insureful-widget2 p {
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 18px;
  margin: 5px 0 0;
}
.widget4-text {
    text-align: left;
}
.insureful-widget2 .widget2-text {
  width: 80%;
  text-align: left;
}
/* Insureful Widget2  css end */

/* Insureful Widget3  css start */

.insureful-widget3 {
  background: #FFFFFF;
  border: 0.5px solid #008060;
  border-radius: 10px;
  padding: 10px 10px;
  max-width: 500px;
  width: 100%;
  text-align: left;
}

.insureful-widget3 .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.insureful-widget3 .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.insureful-widget3 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget3 .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget3 input:checked + .slider {
  background-color: #008060;
}

.insureful-widget3 input:focus + .slider {
  box-shadow: 0 0 1px #008060;
}

.insureful-widget3 input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.insureful-widget3 .slider.round {
  border-radius: 34px;
}
.insureful-widget3 .slider.round:before {
  border-radius: 50%;
}
.insureful-widget3 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget2-text img {
  margin-right: 5px;
}
.insureful-widget3 h4 {
  margin: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insureful-widget3 p {
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 18px;
  margin: 0;
}
.insureful-widget3 .widget2-text {
  width: 50%;
}
.insureful-widget3 img {
  width: 20%;
  margin-right: 10px;
}
/* Insureful Widget3  css end */


/* Insureful Widget4  css start */

.insureful-widget4 {
  background: #FFFFFF;
  border: 0.5px solid #008060;
  border-radius: 10px;
  padding: 10px 10px;
  max-width: 500px;
  width: 100%;
}

.insureful-widget4 .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.insureful-widget4 .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.insureful-widget4 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget4 .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.insureful-widget4 input:checked + .slider {
  background-color: #008060;
}

.insureful-widget4 input:focus + .slider {
  box-shadow: 0 0 1px #008060;
}

.insureful-widget4 input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.insureful-widget4 .slider.round {
  border-radius: 34px;
}
.insureful-widget4 .slider.round:before {
  border-radius: 50%;
}
.insureful-widget4 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget2-text img {
  margin-right: 5px;
}
.insureful-widget4 h4 {
  margin: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insureful-widget4 p {
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 18px;
  margin: 5px 0 0;
}
.widget4-text strong {
    font-size: 12px;
}
.insureful-widget4 .widget2-text {
  width: 50%;
}
.insureful-widget4 img {
  width: 20%;
  margin-right: 10px;
}
.insureful-widget4 .justify-betbeen {
  justify-content: space-between;
}
/* Insureful Widget4  css end */

.insureful-wrapper{
  margin: 10px 0px;
}
.insureful-wrapper h4{
  font-weight: bold;
}
/* New template css end */
#pti-claim-modal-wrapper .claim-reason-box .reason {
  padding: 5px;
  width: auto;
  margin: 5px 0;
}
em.red {
  color: red;
  font-weight: bold;
}
#pti-claim-modal-wrapper {
  display: none;
}
.pti-error-message {
  color: red;
  font-size: 0.875em;
  margin-top: 4px;
}
.pti-error {
  border-color: red;
}