/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
i.correct-vatnumber {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #06b77d;
  right: 25px;
}

.error-vat-number.alert.alert-danger:before {
  display: none;
}

.verify-vat-number {
  background: #1f3c64;
  color: #fff !important;
  font-family: 'Poppins';
  border: none;
  padding: 11px 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 999;
  cursor: pointer;
}

body.lang-sv .verify-vat-number {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.verify-vat-number.de-active {
  pointer-events: none;
  opacity: 0.7;
}

.business-fields-container .verify-vat-number {
  padding: 6px 10px;
}

.business-fields-container i.correct-vatnumber {
  right: 5px;
}

#tc-container p.verify-vat-number {
  font-size: 12px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 7px 10px;
}

p.verify-vat-number-first {
  font-size: 12px;
  font-style: italic;
}

.company-vat-name {
  text-align: left;
  color: #000;
  padding-top: 5px;
  font-style: italic;
  font-size: 12px;
}

.error-vat-number {
  display: flex;
  flex-direction: column;
}

.error-vat-number #add-not-invoice-account {
  color: #fff;
  background: #193c61;
  border-radius: 50px;
  padding: 6px 30px;
  width: fit-content;
  margin: 0 auto;
  font-family: 'Poppins-Bold';
  margin-top: 5px;
  text-transform: uppercase;
}

#guest-checkout {
  text-align: center;
  /* padding-bottom: 20px;
  margin-bottom: 20px; */
}

#guest-checkout * {
  margin: 0 5px;
}

#guest-checkout .guest-info {
  font-size: 14px;
}

#guest-checkout #guest-account-pass,
#guest-checkout #guest-create-account {
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 50px;
}

#guest-checkout #guest-create-account {
  background: #00b783;
  border-color: #00b783;
}

#guest-checkout-warning {
  padding: 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#guest-checkout-warning .guest-info {
  background: #ffdd00;
  width: fit-content;
  padding: 5px;
  color: #000;
  font-size: 14px;
}

#next-password,
.password_temp #login-trigger,
#new-account-next-password {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  border-radius: 50px;
  padding: 7px 20px;
}

.password_temp #login-trigger {
  top: 15px;
}

#thecheckout-account .account-fields #static-customer-info-container {
  text-align: center;
}

#thecheckout-account .account-fields #static-customer-info-container #logout-customer {
  border-radius: 50px;
  text-transform: capitalize;
}

#thecheckout-account .account-fields #static-customer-info-container .edit-customer-info {
  text-align: left;
}

/*
div#thecheckout-login-form .inner-area .offer-login .already-account-label {
  display: none;
} */

#thecheckout-login-form,
form.account-fields #create_account {
  display: none;
}

body#module-thecheckout-order #content-wrapper section#content div#thecheckout-account {
  border-radius: 30px;
  padding-bottom: 40px;
}

.password_temp {
  position: relative;
  padding-top: 15px;
}

.password_temp .icon-remove-red-eye {
  right: 90px;
}

#thecheckout-account form.account-fields .form-fields .form-group.email {
  flex-basis: 100% !important;
}

#thecheckout-account form.account-fields .form-group.password {
  display: none;
}

#guest-checkout-warning .continue-guess {
  cursor: pointer;
  text-decoration: underline;
}

form.account-fields .form-group.email .field.error-msg {
  background: #00b67a;
  color: #fff;
}

form.account-fields .form-group.email .has-float-label .form-control.-error {
  border-color: #00b67a;
}

#new-account-next-password {
  top: 60px;
  transform: translate(0, -50%);
  right: 50%;
  background: #00b783;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 50px;
}

.password_temp #errors-login-form a {
  color: #a94442;
  text-decoration: underline;
  text-underline-position: under;
}

.error-vat-number.alert-danger {
  background-color: #d1e3fc;
  color: #000;
  padding: 15px;
  margin: 15px 0;
  border-radius: 4px;
}

.error-vat-number.alert-danger p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  color: #000;
}

@media(max-width:991px) {
  .new-myaccount .verify-vat-number {
    padding: 21px 10px;
  }
}

@media(max-width:767px) {
  .new-myaccount .verify-vat-number {
    top: 41px;
  }

  .new-myaccount i.correct-vatnumber {
    top: 70%;
  }
}

/* @media(max-width:575px){
  .new-myaccount i.correct-vatnumber {
    right: 65px;
}
} */


.countdown-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  border: 0px dashed #ccc;
}

.rotating-dot {
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 35px;
  margin-left: 35px;
  transform-origin: 60px 0px;
  animation: rotateCircle 25s linear forwards;
}

.countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  font-size: 60px;
  line-height: 1.5;
  border-radius: 50%;
  padding: 44px 25px;
  height: 180px;
  width: 180px;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(60px) rotate(-360deg);
  }
}

.countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
}


.search-loading-wrapper-v2 {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-loading-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.search-loading-contnet {
  position: relative;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  max-width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.countdown-circle {
    position: relative;
    width: 220px;
    height: 220px;
    margin: auto;
}

.countdown-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.countdown-circle circle {
  fill: none;
  stroke: #00b18f;
  stroke-width: 6;
  transition: stroke-dashoffset 0.35s;
  transform: translate(2px, 2px);
  stroke-linecap: round;
}

.countdown-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5.5rem;
  font-weight: bold;
  color: #1f3c64;
}

.countdown-msg {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #1f3c64;
}
.vat-error-msg.alert.alert-danger {
    text-align: left;
}
.search-loading-wrapper-v2 .search-loading-contnet .countdown-msg {
    background: #1f3c64;
    color: white;
    font-size: 14px;
    line-height: normal;
    padding: 15px;
    border-radius: 10px;
}
.search-loading-wrapper-v2 .search-loading-contnet {
      width: 100%;
      max-width: 440px
}
button.replace-company-name-btn {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 30px;
}
@media(max-width:767px) {
  .search-loading-wrapper-v2 .search-loading-contnet {
      width: 100%;
      max-width: calc(100% - 30px);
      padding: 20px 20px;
  }
  .search-loading-wrapper-v2 .search-loading-contnet .countdown-msg {
      background: #1f3c64;
      color: white;
      font-size: 12px;
      line-height: normal;
  }
  .countdown-number {
    font-size: 3.5rem;
  }
}

#notice-guest-modal{
 background: rgba(0, 0, 0, 0.5);
}

#notice-guest-modal.modal.in .modal-dialog{
    top: 50%;
    transform: translate(0, -50%);
}

#notice-guest-modal .modal-content {
    text-align: center;
}

#notice-guest-modal .modal-content button.close {
    color: #252525;
}