@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
body{
  font-family: "Outfit", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.oxygen-regular {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans{
  font-family: "Open Sans", sans-serif !important;
}
.parsley-errors-list{
  color: rgb(255, 2, 2);
  font-size: 13px;
}
.bg-car-image {
  background-image: url(/assets/cars-a755f68bfd48124f46643419f71318f742ece3dac9546cce5480fd4219331eb2.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.bg-car {
  background-image: url(/assets/range1-3aa984095b8915780fb71401ee2c13ed3e9f7959a6a76cef1d70204f3c49ce3a.png);
  position: absolute;
  top: 52%;
  width: 36%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0%;
  background-size: contain;
}
.bg-car-index {
  background-image: url(/assets/image-f5c4796d9a7d2f461273efc415328a31c8e66ca3c457ab1da9b4db1e01f4b9cf.png);
  position: absolute;
  top: 37%;
  width: 40%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0%;
  background-size: contain;
}
.bg-bursh{
  background-image: url(/assets/paintbursh-24a9c58f5a150bf9037cc5137842a7f7022b0b4939ba5877c732c39570db9362.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.bg-bursh-index{
  background-image: url(/assets/brush5-b66e7f3dd20de162153ab402f089218111b710698c389ff94efa23c54cd3f5ae.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-accent{
  background-color: #070123;
}
.text-accent{
  color: #070123;
}
.bg-accent:after {
  background-color: #123b68cc;
}
.bg-accent2 {
  background-color: #506996;
}
.bg-accent2:hover {
  background-color: #506996;
}
.text-accent2{
  color: #506996;
}
.animate-pinger{
  top: 15px;
  bottom: 15px;
  left: 85px;
  right: 85px;
  animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
  -webkit-animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
input.error{
  border: 2px solid #ff4747;
}
select.error{
  border: 2px solid #ff4747;
}
.error.parsley-required{
  font-size: 13px;
  color: #ff4747;
}
.parsley-error-list {
  font-size: 13px;
  color: #ff4747;
}
.error.parsley-type{
  font-size: 13px;
  color: #ff4747;
}
.custom-shadow{
  box-shadow: 0px 8px 39px 2px #00000014,19px 2px 66px -8px #00000008;
}
.answer-aboutUs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out ;
}

.answer-aboutUs.answer-visible {
  max-height: 500px;
}
.input-fuel{
  background-color: white;
  height: 100%;
  border: 2px solid #d1d5db;
  font-size: 14px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
.input-fuel:hover{
  color: #3a3a3a;
   border: 2px solid #10b001;
}
input:checked ~ .input-fuel{
  color: #3a3a3a;
   border: 2px solid #10b001;
}
input:hover ~ .input-fuel{
  color: #3a3a3a;
   border: 2px solid #10b001;
}
input:hover ~ .input-fuel:after{
  content: none;
}

.input-payment {
  background-color: white;
  width: 94%;
  font-size: 14px !important;
  border: 2px solid #d1d5db;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  color: grey;
}
.input-payment::after {
  width: 0px !important;
  height: 0px !important;
  content: none !important;
}
.input-payment:hover{
  color: #303030;
  border: 2px solid #10b001;
}
input:checked ~ .input-payment{
  color: #303030;
  background-color: white;
  border: 2px solid #10b001;
}
input:hover ~ .input-payment{
  color: #303030;
  border: 2px solid #10b001;
  background-color: white;
}
.input-pay-radio{
  height: 100%;
  width: 100%;
  left: 0;
}
.input-div{
  height: 100%;
  width: 100%;
  left: 0;
}
.input-div-fuel{
  height: 100%;
  width: 100%;
  left: 0;
}
select{
  background-position: right !important;
  background-size: 1.8em 1.8em !important;
}
.btr-radius{
  border-top-right-radius: 14rem;
}
.error-checkbox .parsley-error-list{
  position: absolute;
  left: 0;
}
.prevaddress-link{
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 5px 4px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  text-align: left !important;
}
.prevaddress-link.selected{
  background-color: #e3e3e3;
}
.prevaddress-link:hover{
  background-color: #e3e3e3;
}
.prevBtnFind {
  background: black;
  border-radius: 0 10px 10px 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 39px;
  height: 62px;
  margin: 0;
  min-width: auto;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 36px;
}
.prevproperty{
  background: white !important;
  position: absolute;
  left: 0px;
  width: 85% !important;
  top: 100%;
  border: 1px solid #b1c9d7;
  z-index: 999;
  max-height: 300px;
  overflow-y: scroll;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}
.spinner-border{
  position: absolute;
  right: 4%;
  z-index: 333;
  top: 48%;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.2em solid #cbcbcb;
  border-right-color: transparent !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.spinner-border2{
  position: absolute;
  right: 4%;
  z-index: 333;
  top: 48%;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.2em solid #cbcbcb;
  border-right-color: transparent !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.spinner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
.spinner::before , .spinner§::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite ;
}
.spinner::after{
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg );
  border-color: #FF3D00;
}

@keyframes rotate {
  0%   {transform: rotate(0deg)}
  100%   {transform: rotate(360deg)}
}
.BtnFind {
  background: black;
  border-radius: 0 10px 10px 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 39px;
  height: 62px;
  margin: 0;
  min-width: auto;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 36px;
}
.address-link{
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 5px 4px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  text-align: left !important;
}
.address-link.selected{
  background-color: #e3e3e3;
}
.address-link:hover{
  background-color: #e3e3e3;
}
.property{
  background: white !important;
  position: absolute;
  left: 0px;
  width: 85% !important;
  top: 100%;
  border: 1px solid #b1c9d7;
  z-index: 999;
  max-height: 300px;
  overflow-y: scroll;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}
@media (max-width: 520px) {
  /* .bg-car {
    top: 87%;
    width: 84%;
    right: 5%;
  } */
  .bg-car {
    top: 81%;
    width: 67%;
    right: 5%;
  }
  .bg-car-index {
    top: 80%;
    width: 80%;
    right: 0%;
  }
  .container{
    width: 92% !important;
  }
  .bg-car-image {
    background-image: url(/assets/cars-a755f68bfd48124f46643419f71318f742ece3dac9546cce5480fd4219331eb2.jpg);
    position: absolute;
    top: 17px;
    right: -55px;
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    width: 440px;
}
  .fs-sm{
    font-size: .65rem !important;
  }
  .text-small{
    font-size: .75rem;
  }
  .bg-image-mobile{
    height: 310px;
    background-position: center;
    background-size: cover !important;
  }
  .bg-image{
    height: 310px;
    background-position: top;
    background-size: cover !important;
  }
  .bg-image-energy{
    height: 310px;
    background-size: cover;
    background-position: center;
  }
  .bg-image-broadband{
    height: 310px;
    background-size: cover;
    background-position: top;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
