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

/*

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

*/
body{
  font-family: "Montserrat", sans-serif;
}
.leag-sp-font{
  font-family: "League Spartan", sans-serif !important;
}
.bg-custom-image {
  background-image: url(/assets/HeaderV2-cc1eb81613833063c3e401958a669aeb7d25372ee69e29f77a7e21802aa59fc2.jpg);
  background-position: top;
  background-size: cover;
}
.bg-accent{
  background-color: #212326;
}
.text-accent{
  color: #323438;
}
.bg-accent:after {
  background-color: #2a2d2fcc;
}
.bg-accent2 {
  background-color: #CBAE11;
}
.bg-accent2:hover {
  background-color: #a38b06;
}
.text-accent2{
  color: #CBAE11;
}
.animate-pinger{
  top: 15px;
  bottom: 15px;
  left: 80px;
  right: 80px;
  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: 20px 26px 49px 87px #0000001a,30px 22px 55px -22px #0000001a;
}
.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;
}
@media (max-width: 520px) {
  .animate-pinger {
    top: 12px;
    bottom: 12px;
    left: 53px;
    right: 53px;
  }
  .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.
 *


 */
