/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}




.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* 227LAW Chambers theme */
:root {
  --base-h: 151 !important;
  --base-s: 100% !important;
  --base-l: 39% !important;
  --base-two-h: 150 !important;
  --base-two-s: 100% !important;
  --base-two-l: 13% !important;
  --primary-h: 151 !important;
  --primary-s: 100% !important;
  --primary-l: 39% !important;
  --heading-color: 146 100% 96% !important;
  --body-color: 151 24% 78% !important;
  --border-color: 151 100% 30% !important;
  --section-bg: 144 100% 4% !important;
  --card-bg: 150 70% 5% !important;
  --gradient: linear-gradient(135deg, #00c878 0%, #004d2d 100%) !important;
  --gradient-l-100: linear-gradient(135deg, rgba(0, 200, 120, 0.18), rgba(223, 17, 27, 0.12)) !important;
}

body,
.body-overlay {
  background: #020403 !important;
  color: #d8f7e8 !important;
}

.header,
.header.fixed-header,
.mobile-menu,
.footer-area,
.breadcrumb,
.dashboard,
.account,
.user-profile,
.service-details-page,
.section-bg {
  background: #020403 !important;
}

.header,
.footer-area,
.card,
.custom--card,
.service-card,
.lawyer-card,
.blog-card,
.case-card,
.dashboard-card,
.booking-card,
.form--control,
.select,
.nice-select,
.modal-content,
.cookies-card {
  border-color: rgba(0, 200, 120, 0.35) !important;
}

.card,
.custom--card,
.service-card,
.lawyer-card,
.blog-card,
.case-card,
.dashboard-card,
.booking-card,
.modal-content,
.cookies-card,
.form--control,
.select,
.nice-select {
  background: rgba(3, 16, 11, 0.92) !important;
  color: #d8f7e8 !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
}

h1, h2, h3, h4, h5, h6,
.section-heading__title,
.title,
.card-title,
.service-card__title,
.lawyer-card__name,
.blog-card__title {
  color: #f4fff9 !important;
}

p,
span,
li,
.text,
.section-heading__desc,
.footer-item__desc {
  color: inherit;
}

a,
.base-color,
.text--base,
.text--primary,
.footer-menu__link:hover,
.nav-menu .nav-item:hover .nav-link,
.nav-menu .nav-item.active .nav-link {
  color: #00c878 !important;
}

.btn,
.btn--base,
.btn--primary,
.btn--success,
.btn-outline--base:hover,
.cookies-btn,
.badge--base,
.bg--base,
.bg--primary,
.pagination .page-item.active .page-link,
.swiper-button-next,
.swiper-button-prev {
  background: linear-gradient(135deg, #00c878, #007a48) !important;
  border-color: #00c878 !important;
  color: #ffffff !important;
}

.btn:hover,
.btn--base:hover,
.btn--primary:hover,
.btn--success:hover,
.cookies-btn:hover {
  background: linear-gradient(135deg, #12e58c, #008f56) !important;
  border-color: #12e58c !important;
  color: #ffffff !important;
  box-shadow: 0 0 24px rgba(0, 200, 120, 0.28) !important;
}

.btn-outline--base,
.btn-outline--primary,
.border--base,
.border--primary,
.pagination .page-link {
  border-color: #00c878 !important;
  color: #00c878 !important;
}

.header .logo img,
.footer-logo img {
  max-height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 200, 120, 0.28));
}

.banner,
.hero,
.breadcrumb {
  background-color: #020403 !important;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(223, 17, 27, 0.26), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(0, 200, 120, 0.28), transparent 34%) !important;
}

input:focus,
textarea:focus,
select:focus,
.form--control:focus {
  border-color: #00c878 !important;
  box-shadow: 0 0 0 3px rgba(0, 200, 120, 0.16) !important;
}

::selection {
  background: #00c878;
  color: #00150c;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#00c878, #007a48) !important;
}
