/* Default Colors */
:root {
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.125rem;
  --bs-border-radius-lg: 0.375rem;
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn {
  --bs-btn-border-radius: var(--bs-border-radius);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  --bs-btn-padding-x: 0.75rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Formula1";
  src: url("../fonts/Formula1-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Formula1";
  src: url("../fonts/Formula1-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Eurostile";
  src: url("../fonts/Eurostile-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Eurostile";
  src: url("../fonts/Eurostile-Medium.otf");
  font-weight: 500;
}
body {
  background-color: #ffffff;
  font-family: "Gotham", Segoe UI, sans-serif;
}

html, body {
  overflow-x: hidden;
}

p:last-child {
  margin-bottom: 0;
}

.btn-lg.text-uppercase {
  --bs-btn-font-size: 1rem;
}
.btn-lg.text-uppercase i {
  vertical-align: bottom;
}

.btn-group .btn-outline-dark {
  border-radius: 0.375rem;
}

/* .btn-purple{
    background-color: $purple;
    color: $white;
    &:hover{
        background-color: $purple-600;
        color: $white;
    }
} */
.-mb-3 {
  margin-bottom: -1rem;
}

.-mb-4 {
  margin-bottom: -1.5rem;
}

.bg-primary-light {
  background-color: rgba(13, 110, 253, 0.1);
}

.btn-outline-default {
  background-color: #ffffff;
  border-color: #adb5bd;
  color: #8F8F8F;
}
.btn-outline-default:hover {
  background-color: #ffffff;
  border-color: #8F8F8F;
  color: #6c757d;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.5rem;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link.btn {
  padding-inline-start: 1.25rem;
  padding-inline-end: 1.25rem;
}

.header-sticky {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.7s;
  width: 100%;
  z-index: 1021;
}

.header-sticky.header-fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.header-sticky.header-fixed .nav-link:hover {
  color: #d92524;
}

.hidden-menu {
  top: -100px !important;
  box-shadow: none;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  overflow: hidden;
  padding: 3rem 0;
  position: relative;
}
.banner .container {
  position: relative;
  z-index: 10;
}
.banner .container h1 {
  font-family: "Formula1";
  font-weight: 800;
  color: #ffffff;
}
.banner .container h4 {
  color: #ffffff;
}
.banner .container p {
  color: #ffffff;
}
.banner .container p a {
  color: #d92524;
  text-decoration: none;
}
.banner .container .btn-lg {
  font-weight: 600;
}
.banner::before {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0.75;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  text-align: left;
  z-index: 2;
}
.banner .carousel-caption h2 {
  font-weight: 700;
}

.home-banner {
  padding-bottom: 0;
}
.home-banner .card {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  /* .form-control{
      background-color: transparent;
      color: $white;
      &::placeholder{
          color: $white;
      }
  }
  .form-select{
      background-color: transparent;
      color: $white;
      option{
          color: #000;
      }
  } */
}
.home-banner.agent-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1));
  height: 100%;
  width: 100%;
}
.home-banner.agent-banner .card {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
.home-banner.agent-banner .card h1 {
  color: #d92524;
}
.home-banner.agent-banner .card h1, .home-banner.agent-banner .card h3, .home-banner.agent-banner .card h4 {
  font-weight: bold;
}
.home-banner.agent-banner .card .d-flex p {
  margin-bottom: 0.25rem;
}
.home-banner.agent-banner .card .d-flex p span {
  display: inline-block;
  font-weight: 600;
  min-width: 80px;
}

.section {
  padding: 3rem 0;
}

.section-headline {
  position: relative;
  z-index: 2;
}
.section-headline h1, .section-headline h2, .section-headline h3 {
  color: #290661;
  font-family: "Eurostile";
  font-weight: 700;
}

/* Chrome, Safari, Edge, Opera */
.mobile-field input::-webkit-outer-spin-button,
.mobile-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.mobile-field input[type=number] {
  -moz-appearance: textfield;
}

.locationbar {
  height: 400px;
}

.card-location {
  border-radius: 1rem 0 1rem 0;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
}
.card-location p {
  color: #495057;
  font-size: 0.875rem;
}

footer {
  background-color: #000000;
  color: #e9ecef;
  font-size: 0.938rem;
}
footer .footer-top {
  padding: 3rem 0 0;
}
footer .footer-top .navbar-brand > img {
  filter: brightness(0) invert(1);
}
footer .footer-top .footer-links {
  margin-bottom: 1.5rem;
}
footer .footer-top .footer-links h4.title {
  color: #d92524;
  font-family: "Eurostile";
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
footer .footer-top .footer-links h4.title a {
  color: #ffffff;
  display: none;
  float: right;
  transition: 0.3s;
}
footer .footer-top .footer-links h4.title a.active {
  transform: rotate(180deg);
}
footer .footer-top .footer-links ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
footer .footer-top .footer-links ul li {
  margin-bottom: 0.5rem;
  display: block;
}
footer .footer-top .footer-links ul li a {
  color: #e9ecef;
  display: inline-block;
  text-decoration: none;
}
footer .footer-top .footer-links ul li a:hover {
  color: #d92524;
}
footer .footer-top .footer-links ul.contact-info li a:hover {
  background-color: #ffffff;
  color: #d92524;
}

.copyright {
  font-size: 0.875rem;
  padding: 1.5rem 0;
}

ul.social-links {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
ul.social-links li {
  display: inline-block;
  margin-right: 0.5rem;
}
ul.social-links li a {
  border-radius: 0.2rem;
  color: #d92524;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
ul.social-links li a:hover {
  color: #ffffff;
  background-color: #d92524;
  border-color: #d92524;
}

.section-category.home {
  position: relative;
}
.section-category.home::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.section-category.home::before {
  bottom: 0;
  height: 25%;
  background-color: #ffffff;
}

.section-category.home .container {
  position: relative;
  z-index: 1;
}

.section-feedback {
  background-color: #e0cffc;
  position: relative;
}
.section-feedback::before, .section-feedback::after {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 100%;
  background-image: url(../images/16905186.png);
  background-repeat: repeat-x;
  background-size: 41px;
  opacity: 0.75;
}
.section-feedback::before {
  top: 0;
  background-position: top;
}
.section-feedback::after {
  bottom: 0;
  background-position: bottom;
}
.section-feedback .container {
  position: relative;
  z-index: 10;
}
.section-feedback .feedback-carousel .carousel-item {
  height: 100%;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback {
  border: none;
  height: calc(100% - 2rem);
  margin: 1rem 0;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback .card-body .ri-double-quotes-l {
  font-size: 2rem;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback .card-body .user-details {
  align-items: center;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback .card-body .user-details img {
  width: auto;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback .card-body .text-feedback {
  margin-bottom: 0rem;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback .card-body .text-feedback p {
  font-size: 1.25rem;
}
.section-feedback .feedback-carousel .carousel-item .card-feedback .card-body h4 {
  color: #d92524;
  margin-bottom: 0;
}
.section-feedback .feedback-carousel .carousel-control-prev, .section-feedback .feedback-carousel .carousel-control-next {
  width: 40px;
}
.section-feedback .feedback-carousel .carousel-control-prev .carousel-control-next-icon, .section-feedback .feedback-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.section-feedback .feedback-carousel .carousel-control-prev .carousel-control-prev-icon, .section-feedback .feedback-carousel .carousel-control-next .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.section-feedback .feedback-carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section-feedback .feedback-carousel .carousel-indicators [data-bs-target].active {
  background-color: #d92524;
}

.card-blog {
  border-radius: 0.5rem;
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.card-blog .blog-badge .badge {
  color: #495057;
  background-color: #dee2e6;
  margin-inline-end: 0.35rem;
}
.card-blog h3, .card-blog p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.card-blog h3 {
  font-weight: 700;
  -webkit-line-clamp: 2;
}
.card-blog h3 a {
  color: #290661;
  text-decoration: none;
}
.card-blog h3 a:hover {
  color: #0d6efd;
}
.card-blog p {
  -webkit-line-clamp: 4;
}

.alliance .rounded-pic {
  position: relative;
  background-color: #0d6efd;
  border-radius: 50%;
}
.alliance .rounded-pic img {
  position: relative;
  z-index: 1;
}

.insurance .rounded-pic {
  max-width: 450px;
  text-align: center;
}
.insurance .rounded-pic::before {
  opacity: 0.1;
}

.section-call-action {
  position: relative;
}
.section-call-action::before {
  content: "";
  background-color: #e9ecef;
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
}
.section-call-action .card {
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.card-product-box {
  border: 2px solid #0d6efd;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.card-product-box .card-body {
  padding: 1.5rem;
}
.card-product-box .card-body .d-flex {
  margin-bottom: 1rem;
}
.card-product-box .card-body h3 {
  color: #0d6efd;
  font-weight: bold;
  /* max-width: 200px; */
}
.card-product-box .card-body p {
  color: #777;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.card-product-box .card-body .action {
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-decoration: none;
  font-size: 1.75rem;
}

.card-freelancer-box {
  border: 1px solid #dedede;
  background-color: rgba(41, 6, 97, 0.02);
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
  flex-direction: inherit;
  min-height: 140px;
  align-items: center;
}
.card-freelancer-box .flex-shrink-0 {
  background-color: rgba(217, 37, 36, 0.1);
  border-radius: 50%;
  padding: 0.5rem;
}
.card-freelancer-box h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.owl-carousel .item .card-freelancer-box:nth-child(odd) .flex-shrink-0 {
  background-color: rgba(13, 110, 253, 0.1);
}

.about-pet-insurance {
  position: relative;
}
.about-pet-insurance::before {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 200px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 210px;
  width: 220px;
}

.how-it-work {
  border: none;
  margin-bottom: 1.5rem;
  position: relative;
}
.how-it-work .counter {
  color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.how-it-work h3.counter {
  font-size: 6rem;
}
.how-it-work h4.counter {
  color: #eee;
  font-size: 4rem;
}
.how-it-work h4 {
  font-weight: 400;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.how-it-work img {
  position: relative;
  z-index: 9;
}

.card-car {
  background: none;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  text-align: center;
}
.card-car .card-image {
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
}
.card-car .card-image .card-img-top {
  transition: 0.3s;
}
.card-car .card-body h5 {
  font-family: "Eurostile";
  font-weight: 600;
  margin-bottom: 0;
}
.card-car:hover .card-img-top {
  transform: scale(1.25, 1.25) rotate(5deg);
}

.renter-card-box .card {
  height: calc(100% - 1.25rem);
  margin-bottom: 1.5rem;
}

.i-agree.form-check .form-check-label {
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1rem;
}

.hoz-style {
  background-image: url(../images/border-xl.svg);
  background-size: 100% 10px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.hoz-style .icon-circle {
  border: 1px solid #0d6efd;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  padding: 0.75rem;
  height: 64px;
  width: 64px;
}
.hoz-style .icon-circle img {
  max-width: 100%;
}

ul.steps {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  padding: 1rem 0;
  white-space: nowrap;
  max-width: 850px;
  position: relative;
}
ul.steps::before, ul.steps::after {
  content: "";
  background-color: #0d6efd;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 1.5rem;
}
ul.steps::before {
  left: 0;
}
ul.steps::after {
  right: 0;
}
ul.steps li {
  display: flex;
  justify-content: center;
  flex: 1;
  min-width: 100px;
  position: relative;
}
ul.steps li::before {
  content: "";
  top: 16px;
  left: 0;
  height: 2px;
  margin-top: -1px;
  background-color: #ddd;
  position: absolute;
  width: 100%;
}
ul.steps li span {
  align-items: center;
  background-color: #D4F0FF;
  border-radius: 50%;
  color: #aaa;
  font-weight: 600;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 9;
}
ul.steps li span::before {
  content: "";
  box-shadow: 0 0 0 5px rgba(217, 242, 255, 0.6);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
ul.steps li.active::before {
  background-color: #0d6efd;
}
ul.steps li.active span {
  background-color: #0d6efd;
  color: #ffffff;
}
ul.steps li.active span::before {
  box-shadow: 0 0 0 5px rgba(19, 137, 202, 0.3);
}
ul.steps.with-text li {
  align-items: center;
  flex-direction: column;
  text-align: center;
}
ul.steps.with-text li span {
  margin-bottom: 0.5rem;
}
ul.steps.with-text li small {
  color: #D1D2D2;
  font-size: 0.75rem;
  line-height: 1.2;
  max-width: 100px;
  min-height: 30px;
  white-space: break-spaces;
}
ul.steps.with-text li.active small {
  color: #0d6efd;
  font-weight: 600;
}

.general-form .btn-group {
  flex-wrap: wrap;
}
.general-form .btn-group .btn-outline-dark {
  border-color: #adb5bd;
  flex: 1;
  min-width: 150px;
  max-width: 50%;
  --bs-btn-line-height: 1.5;
  align-items: center;
  display: flex;
  justify-content: center;
}
.general-form .btn-group .btn-outline-dark img {
  margin-inline-end: 0.5rem;
}
.general-form .btn-check + .btn-outline-dark,
.general-form .btn-check + .btn-outline-dark:hover {
  background-color: #ffffff;
}
.general-form .btn-check:checked + .btn {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.general-form .btn-check:checked + .btn img {
  filter: brightness(0) invert(1);
}
.general-form .btn-group > :not(.btn-check:first-child) + .btn, .general-form .btn-group > .btn-group:not(:first-child) {
  margin-left: 1rem;
}
.general-form .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .general-form .btn-group > .btn:nth-child(n+3) {
  border-radius: 0.375rem;
}
.general-form .form-floating .form-control:focus {
  box-shadow: none;
}
.general-form .form-floating .req {
  color: #f00;
  font-size: 1.25rem;
  line-height: 1;
}
.general-form .form-floating > .form-control:focus ~ label, .general-form .form-floating > .form-control:not(:placeholder-shown) ~ label, .general-form .form-floating > .form-control-plaintext ~ label, .general-form .form-floating > .form-select ~ label {
  background-color: #ffffff;
  /* color: $primary; */
  font-weight: 500;
  line-height: 1.25;
  opacity: 1;
  height: auto;
  width: auto;
  padding: 0 0.25rem;
  transform: scale(0.85) translateY(-0.7rem) translateX(0.75rem);
  text-transform: uppercase;
}
.general-form .text-center .btn-lg {
  --bs-btn-padding-x: 2rem;
  font-weight: 600;
  min-width: 135px;
}
.general-form .text-center [class*=btn-back-] {
  margin-inline-end: 0.5rem;
}
.general-form .text-center [class*=btn-next-] {
  margin-inline-start: 0.5rem;
}
.general-form .checkbox-group .form-check-inline {
  background-color: #ffffff;
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
  padding: 0.75rem 0;
  padding-inline-start: 3rem;
  padding-inline-end: 1rem;
  position: relative;
  min-width: 150px;
  text-align: left;
  margin-bottom: 1rem;
}
.general-form .checkbox-group .form-check-inline .form-check-label {
  color: #495057;
  font-size: 1.125rem;
}

.section-faq .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
}
.section-faq .account-faq {
  --bs-accordion-active-bg: #ffefef;
  --bs-accordion-active-color: #d92524;
}
.section-faq .account-faq .accordion-item {
  overflow: hidden;
  margin-bottom: 1rem;
}
.section-faq .account-faq .accordion-item .accordion-button {
  box-shadow: none;
  font-family: "Eurostile";
  font-weight: 600;
  font-size: 1.25rem;
}
.section-faq .account-faq .accordion-item:not(:first-of-type) {
  border-top: 1px solid #ced4da;
}
.section-faq .account-faq .accordion-item .accordion-body {
  padding: 1.5rem;
}
.section-faq .account-faq .accordion-item:last-child {
  margin-bottom: 0;
}

/* .accordion {
    --bs-accordion-button-icon: none;
    --bs-accordion-button-active-icon: none;
} */
.section-auth {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.card-logo-box {
  margin-bottom: 1.5rem;
  text-align: center;
}
.card-logo-box img.icon {
  display: inline-block;
  margin-bottom: 1rem;
}

.header-widget .d-flex {
  align-items: center;
}

.page-full {
  background-repeat: no-repeat;
  background-position: right bottom;
}

.card-coupon-box {
  --bs-card-cap-bg: none;
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
}
.card-coupon-box .card-header {
  border-bottom: 1px solid #adb5bd;
  margin-bottom: 1rem;
}
.card-coupon-box img.icon {
  display: inline-block;
}

.card-discount-box {
  --bs-card-cap-bg: none;
  color: #333;
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.card-discount-box .card-header {
  border-bottom: 1px solid #adb5bd;
  margin-bottom: 1rem;
}
.card-discount-box img.icon {
  display: inline-block;
}
.card-discount-box h6 {
  color: #8F8F8F;
  text-transform: uppercase;
}

ul.information {
  list-style: none;
  columns: 2;
  padding: 0;
}
ul.information li {
  margin-bottom: 1rem;
}
ul.information li h4 {
  color: #290661;
  font-weight: 700;
}
ul.information li p {
  color: #290661;
  font-size: 0.938rem;
}

.text-terms {
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.4;
}

.paragraph p {
  font-size: 1.125rem;
}

.toggle-style .input-group-text {
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  color: #ffffff;
  font-weight: 600;
  z-index: 1;
}
.toggle-style .text-only {
  border: 1px solid #0d6efd;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  font-size: 1rem;
  margin-inline-start: -1px;
  padding: 0.65rem 1rem;
  text-align: center;
}
.toggle-style.sm .input-group-text, .toggle-style.sm .text-only {
  padding: 0.25rem 1rem;
}
.toggle-style.lg .input-group-text, .toggle-style.lg .text-only {
  padding: 0.85rem 1rem;
}

.dashboard-sidebar {
  padding-inline-end: 1.5rem;
}
.dashboard-sidebar ul.user-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashboard-sidebar ul.user-nav li {
  margin-bottom: 1rem;
}
.dashboard-sidebar ul.user-nav li a {
  border-bottom: 2px solid transparent;
  color: #6c757d;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  text-decoration: none;
}
.dashboard-sidebar ul.user-nav li a:hover {
  color: #0d6efd;
}
.dashboard-sidebar ul.user-nav li a:hover img {
  filter: none;
}
.dashboard-sidebar ul.user-nav li a.active {
  border-bottom-color: #0d6efd;
  color: #0d6efd;
  font-weight: 700;
}
.dashboard-sidebar ul.user-nav li a.active img {
  filter: none;
}
.dashboard-sidebar ul.user-nav li a img {
  margin-inline-end: 0.5rem;
  filter: grayscale(1);
}

.badge {
  --bs-badge-padding-x: 1.25em;
  --bs-badge-padding-y: 0.5em;
  --bs-badge-font-size: 0.875rem;
}

.badge-inactive {
  background-color: #FFD9CB;
  color: #FF8154;
}

.badge-active {
  background-color: #B8E8E5;
  color: #21A696;
}

.card-x h6 {
  color: #290661;
  text-transform: uppercase;
}

.nav-custom {
  /* border: none; */
  --bs-nav-tabs-border-width: 2px;
  margin-bottom: 2rem;
}
.nav-custom .nav-item {
  /* flex: 1; */
  margin: 0 1rem;
}
.nav-custom .nav-item .nav-link {
  border-bottom-width: 2px;
  border-bottom-color: #adb5bd;
  color: #290661;
  font-size: 1.25rem;
  font-weight: 700;
}
.nav-custom .nav-item .nav-link.active {
  border-color: transparent;
  border-bottom-color: #0d6efd;
  color: #0d6efd;
}
.nav-custom .nav-item .nav-link:hover, .nav-custom .nav-item .nav-link:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.about-section .images-column {
  position: relative;
}
.about-section .images-column .image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  float: left;
}
.about-section .images-column .image._1 {
  margin-top: 3rem;
}
.about-section .images-column .image._2 {
  margin-left: 2rem;
}
.about-section .images-column .image._3 {
  margin-top: 1.5rem;
  margin-left: 2rem;
}
.about-section .images-column .image._4 {
  position: absolute;
  left: 60px;
  bottom: 75px;
  margin-left: 2rem;
}

.card-team {
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
.card-team::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #32CD32;
  width: 100%;
  transform: translateY(0);
  height: 0;
  transition: ease-in-out;
  transition-duration: 0.5s;
  z-index: -1;
}
.card-team:hover::after {
  height: 100%;
}
.card-team .card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.card-team .card-body .card-image {
  height: 150px;
  width: 150px;
  margin: 0 auto 1rem;
}
.card-team .card-body .card-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-team .card-body h4 {
  font-family: "Eurostile";
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.5s;
}
.card-team .card-body h5 {
  color: #d92524;
  font-weight: 700;
  margin-bottom: 0;
  transition-duration: 0.5s;
}
.card-team:hover h4, .card-team:hover h5 {
  color: #fff;
}

ul.check-list {
  font-weight: 500;
  list-style: none;
  padding: 0;
}
ul.check-list li {
  margin-bottom: 0.5rem;
  padding-inline-start: 24px;
  position: relative;
}
ul.check-list li::before {
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-size: 1.25rem;
  line-height: 1.2;
}
ul.bullet-list li {
  margin-bottom: 2rem;
}
ul.bullet-list li::before {
  content: "";
  background-image: url("../images/bullet-red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  height: 24px;
  width: 24px;
}
ul.disc-list li {
  list-style-type: disc;
}
ul.disc-list li::marker {
  color: #0d6efd;
}

.owl-client-carousel .owl-item .item {
  display: flex;
  justify-content: center;
}
.owl-client-carousel .owl-item .item img {
  width: auto;
}

ul.contact-info {
  list-style: none;
  display: flex;
  padding: 0;
}
ul.contact-info li {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
ul.contact-info li a {
  color: #fff;
  background-color: #d92524;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  padding: 0.25rem;
  margin-inline-end: 0.5rem;
  text-align: center;
  transition: 0.3s;
}

.media-assets .social-links {
  display: flex;
  flex-wrap: wrap;
}
.media-assets .social-links li {
  flex: 1;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.media-assets .social-links li a {
  border: 1px solid #0d6efd;
  flex-direction: column;
  padding: 1rem;
  height: auto;
  width: auto;
}
.media-assets .social-links li a i {
  font-size: 4rem;
  line-height: 1.25;
}
.media-assets .social-links li a p {
  font-size: 1rem;
}

.press-row {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.press-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.press-row h4 {
  font-weight: 700;
}
.press-row h4 a {
  color: #000000;
  text-decoration: none;
}
.press-row h4 a:hover {
  color: #0d6efd;
}

.short-banner {
  background-color: #290661;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.short-banner::before {
  content: "";
  background-color: #290661;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.short-banner .container {
  position: relative;
  z-index: 2;
}
.short-banner .container h1 {
  font-weight: 700;
  margin-bottom: 0;
}

#emailModal, #phoneModal {
  display: none;
}

.paragraph p span {
  color: #796BB2;
  font-weight: 600;
}

ul.alphabet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
  position: relative;
}
ul.alphabet::before {
  content: "";
  position: absolute;
  background-color: #0d6efd;
  top: 15px;
  height: 1px;
  width: 100%;
  opacity: 0.1;
}
ul.alphabet li {
  background-color: #ffffff;
  padding: 0 0.25rem;
  position: relative;
  z-index: 2;
}
ul.alphabet li a {
  color: #000;
  border-radius: 2rem;
  font-size: 1rem;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}
ul.alphabet li a:hover, ul.alphabet li a.active {
  background-color: rgba(13, 110, 253, 0.1);
  color: #000;
}

.accordion.enrollment {
  margin-bottom: 2rem;
}
.accordion.enrollment .accordion-item {
  border: none;
  margin-bottom: 0.75rem;
}
.accordion.enrollment .accordion-item .accordion-header {
  background-color: #ffffff;
  border: 1px solid #0d6efd;
  border-radius: 2rem;
  overflow: hidden;
}
.accordion.enrollment .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  color: #0d6efd;
  font-weight: 700;
  --bs-accordion-btn-padding-y: 0.75rem;
  text-transform: uppercase;
}

.info-bar-group {
  margin-bottom: 1.5rem;
}
.info-bar-group .info-bar {
  border: 1px solid #adb5bd;
  border-radius: 3rem;
  margin-bottom: 0.625rem;
  padding: 0.5rem 2rem;
}
.info-bar-group .info-bar.bg-secondary {
  border-radius: 2rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.info-bar-group .info-bar label {
  color: #8F8F8F;
  font-size: 0.875rem;
  display: block;
  line-height: 1.35;
}
.info-bar-group .info-bar h5 {
  margin-bottom: 0;
}

.card-box {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.card-box .col-md-4 .img-fluid {
  object-fit: cover;
}

.card-h100 {
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
}

.clever-rx-how .card {
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
}

.clever-rx-why .card {
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
}
.clever-rx-why .card h3 {
  font-size: 2rem;
}

.clever-rx ul.disc-list li {
  list-style-type: disc;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.clever-rx ul.disc-list li::marker {
  color: #f9a41b;
}
.clever-rx ul.list-none {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding: 0;
}
.clever-rx ul.list-none li {
  flex: 0 0 50%;
  list-style: none;
}
.clever-rx ul.list-none li i {
  color: #f9a41b;
  font-size: 1.5rem;
  vertical-align: middle;
}

.text-dark-hover {
  color: #333;
  text-decoration: none;
}
.text-dark-hover:hover {
  color: #0d6efd;
}

.trupoint-footer {
  background-color: #5e6a88;
  color: #ffffff;
  padding: 1.5rem;
}

.trupoint-rx-why .card {
  align-items: center;
  flex-direction: inherit;
}

.hotel-engine .row {
  background-color: #dbeaf6;
  border-radius: 2rem;
}
.hotel-engine .row .img-fluid {
  border-radius: 2rem;
}
.hotel-engine .row .paragraph {
  padding: 1rem 2rem;
}
.hotel-engine .row .paragraph ul.disc-list {
  font-size: 1.5rem;
}
.hotel-engine .row .paragraph ul.disc-list li {
  font-weight: 600;
  list-style-type: disc;
  margin-bottom: 1rem;
}
.hotel-engine .row .paragraph ul.disc-list li::marker {
  color: #231f20;
}

.hotel-engine-footer {
  border-top: 1px solid #777;
  padding: 1.4rem;
  text-align: center;
}
.hotel-engine-footer p {
  max-width: 600px;
  margin: auto;
}

.lenovo-footer {
  color: #777;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1.5rem;
}

.teladoc .card p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.teladoc ul {
  display: flex;
  flex-wrap: wrap;
}
.teladoc ul li {
  flex: 0 0 50%;
}

.teladoc-qr {
  max-width: 470px;
  margin: auto;
}
.teladoc-qr h3 {
  font-weight: 700;
}

.teladoc-footer {
  padding-bottom: 2rem;
  text-align: center;
}

.constant-contact .paragraph {
  background-color: #dbeaf6;
  border-radius: 1rem;
  padding: 1.5rem;
}

.card-contact {
  height: calc(100% - 1.25rem);
  margin-bottom: 1.25rem;
  text-align: center;
}
.card-contact .icon i {
  color: #d92524;
  font-size: 3rem;
}

.accordion-flush .accordion-header .accordion-button {
  font-size: 1.125rem;
  font-weight: 600;
}

.choose-acc .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.choose-acc .card-img-overlay h2 {
  margin-bottom: 1.5rem;
}

.steps-claim .card h5 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.steps-claim .card h5 span.text-number {
  background-color: #0d6efd;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  margin-inline-end: 0.75rem;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
}

.dashboard .card-product-box {
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
}
.dashboard .card-product-box .card-body {
  padding: 1rem;
}
.dashboard .card-product-box .card-body h4 {
  color: #0d6efd;
  font-weight: bold;
}

.card-save {
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.card-save .d-flex h3 {
  color: rgba(13, 110, 253, 0.25);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.modal {
  font-size: 0.938rem;
}
.modal .card-save p {
  font-size: 0.938rem;
}

.bq-callout {
  background-color: rgba(13, 110, 253, 0.125);
  border-left: 0.25rem solid #0d6efd;
  margin-bottom: 0;
  padding: 1.25rem;
}
.bq-callout h5 {
  margin-bottom: 0;
}

.common-footer {
  border-top: 1px solid #777;
  padding: 1.5rem 0;
}

.textcoach-banner {
  color: #ffffff;
  background-size: cover;
}
.textcoach-banner .row {
  min-height: 340px;
}
.textcoach-banner .row h1 {
  font-weight: bold;
}

.bg-warning-subtle {
  background-color: #fff3cd !important;
}

.table-plan {
  border: 1px solid #adb5bd;
}
.table-plan tbody tr td i {
  font-size: 2rem;
}

.list-group-striped {
  margin: 0;
  padding: 0;
}
.list-group-striped li {
  padding: 0.25rem 0.5rem;
}
.list-group-striped li:nth-child(even) {
  background-color: #e9ecef;
}

.card-form {
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.card-agent {
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  position: relative;
  transition: 0.5s;
}
.card-agent .card-body {
  padding: 1.25rem;
}
.card-agent .card-body h4 {
  font-weight: bold;
}
.card-agent .card-body p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-agent .card-body p i {
  vertical-align: bottom;
}
.card-agent:hover {
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  z-index: 9;
}

.product_section .card .card-header.d-flex {
  align-items: center;
  justify-content: space-between;
}

.insurance-steps .flip-card {
  border: 0;
  height: 380px;
  perspective: 1000px;
}
.insurance-steps .flip-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.insurance-steps .flip-card:hover .card-inner {
  transform: rotateY(180deg);
}
.insurance-steps .flip-card .card-front {
  border: 1px solid #dedede;
}
.insurance-steps .flip-card .card-front,
.insurance-steps .flip-card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0.375rem;
}
.insurance-steps .flip-card .card-back {
  background-color: #32CD32;
  color: #ffffff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
.insurance-steps .flip-card .emoji-icon {
  font-size: 3rem;
  text-align: center;
}
.insurance-steps .flip-card h4 {
  text-align: center;
}
.insurance-steps .flip-card p {
  font-size: 0.938rem;
}

.card-commitment {
  min-height: 150px;
  text-align: center;
  transition: all 0.3s ease;
}
.card-commitment .emoji-icon {
  transition: transform 0.3s ease, color 0.3s ease;
}
.card-commitment .emoji-icon i {
  font-size: 3rem;
}
.card-commitment:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  border-color: var(--bs-primary);
  background-color: #e9ecef;
}
.card-commitment:hover .emoji-icon {
  transform: scale(1.2) rotate(5deg);
  color: var(--bs-primary);
}

/* Media Start */
@media (min-width: 992px) {
  .curalinc-banner .banner-content {
    max-width: 457.1428571429px;
  }
  .insurance-steps .flip-card {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .curalinc-banner .banner-content {
    max-width: 557.1428571429px;
  }
  .insurance-steps .flip-card {
    height: 340px;
  }
}
@media (min-width: 1440px) {
  .curalinc-banner .banner-content {
    max-width: 628.5714285714px;
  }
  .insurance-steps .flip-card {
    height: 380px;
  }
}
@media (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .border-sm-end {
    border-inline-end: 1px solid #dee2e6;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
  .home-banner {
    padding-bottom: 0;
  }
  .home-banner .container > .row {
    min-height: 450px;
  }
  .section-category.divider .row .col-12:nth-child(3n) .card-category-box {
    background: none;
  }
  .card-box .col-md-4 {
    height: 100%;
  }
  .card-box .col-md-4 .img-fluid {
    height: 100%;
  }
  .border-lg-end {
    border-inline-end: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
  #wrapper {
    padding-top: 80px;
  }
  .dashboard-sidebar {
    border-inline-end: 1px solid #adb5bd;
  }
  .home-banner .container > .row {
    min-height: 500px;
  }
  .home-banner h1 .d-block {
    min-height: 49px;
  }
  .banner .carousel-caption h2 {
    font-size: 3rem;
  }
  .section-auth > .container > .row {
    min-height: 500px;
  }
  .section-category .card-price-box h4 {
    font-size: 1.5rem;
  }
  .card-feedback .card-body .text-feedback p {
    font-size: 1.5rem;
  }
  .offcanvas .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }
  .offcanvas .navbar-nav .nav-item .dropdown-menu {
    border: none;
  }
  .offcanvas .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
  }
  .nav-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-black .navbar-brand img {
    filter: brightness(0) invert(1);
  }
  .nav-black .nav-link {
    color: #ffffff;
  }
  .nav-black .nav-link:hover {
    color: #d92524;
  }
}
@media (min-width: 1200px) {
  .banner .banner-text {
    margin-top: 4rem;
  }
  .home-banner {
    /* .banner-text{
        h1{
            font-size: 3rem;
        }
    } */
  }
  .home-banner .container > .row {
    min-height: 650px;
  }
  .page-banner .row {
    min-height: 400px;
  }
  .card-feedback .card-body .text-feedback p {
    font-size: 1.75rem;
  }
  .section-call-action .card .card-body {
    padding: 2rem;
  }
  .section.zipcode .card h3 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .section.zipcode .card h2 {
    font-size: 2.25rem;
  }
  .section-circle p {
    font-size: 1.125rem;
  }
  .card-know .card-body {
    padding: 2rem;
  }
  .card-know h4 {
    font-size: 1.375rem;
  }
  .card-plan h2 {
    font-size: 2.5rem;
  }
  .clever-rx .section-headline h2 {
    font-size: 2rem;
  }
  .textcoach-banner .row {
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  .home-banner .banner-text h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .section, .container {
    overflow-x: hidden;
  }
  #wrapper {
    padding-top: 64px;
  }
  .navbar-brand img {
    height: 48px;
  }
  .home-banner h1 .d-block {
    min-height: 42px;
  }
  .about-pet-insurance::before {
    display: none;
  }
  .section-auth {
    background-image: none !important;
  }
  .icecream-pic {
    max-width: 256px;
    margin: auto;
  }
  .paragraph {
    margin-top: 1.5rem;
  }
  .footer-links .navbar-brand img {
    height: 48px;
  }
  .video-frame {
    height: 336px;
    width: 553px;
  }
  .video-frame .video-container {
    margin-inline-start: 62px;
    margin-top: 10px;
    max-width: 430px;
  }
  .video-frame .video-container video {
    max-width: 100%;
    height: 245px;
  }
  .alliance .rounded-pic {
    margin: auto;
    margin-bottom: 1.5rem;
    width: 360px;
    height: 360px;
  }
  .alliance .rounded-pic img {
    padding-top: 1rem;
  }
  .alliance .logo img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
  .home-banner h1 .d-block {
    min-height: 34px;
  }
  .icecream-pic {
    margin-bottom: 1.5rem;
  }
  .section-category.divider .row .col-12:nth-child(2n) .card-category-box {
    background: none;
  }
  .video-frame {
    height: 292px;
    width: 480px;
  }
  .video-frame .video-container {
    margin-inline-start: 54px;
    max-width: 372px;
  }
  .video-frame .video-container video {
    max-width: 100%;
    height: 212px;
  }
  .callus-fixed {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner .carousel-item img {
    min-height: 288px;
    object-fit: cover;
  }
  .card-QA {
    min-height: 240px;
  }
  .section-category.divider .card-category-box {
    background: none;
  }
  .video-frame {
    height: 250px;
    width: 360px;
  }
  .video-frame .video-container {
    margin-inline-start: 41px;
    margin-top: 8px;
    max-width: 278px;
  }
  .video-frame .video-container video {
    max-width: 100%;
    height: 160px;
  }
  .video-frame .video-container .play-button {
    display: none;
  }
  .alliance .rounded-pic {
    width: 300px;
    height: 300px;
  }
  .alliance .logo img {
    max-width: 256px;
  }
  .textcoach-banner .row {
    min-height: 280px;
  }
}
/*
.btn-danger{
    transition: all 0.3s ease;

    &:hover {
        background-color: #b02a37;  
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(220, 53, 69, 0.4);
    }
}*/
.btn-danger {
  border: none;
  transition: all 0.3s ease;
}

.btn-danger:hover {
  background: linear-gradient(90deg, #d92524, #000000, #d92524);
  background-size: 200% auto;
  animation: shine 1.2s linear infinite;
  transform: scale(1.05);
}

@keyframes shine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}/*# sourceMappingURL=style.css.map */