  :root {
  --primary:#307FF9;
  --seconcolor:#282828;
  --Neutral1:#282828;
  --gray:#868E9B;
  --bluecyan: rgba(98, 160, 255, 0.3);
  --yellow: #FFCC15;
  --Neutra:#4D5562;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #292929;
}

.bg-blyecyan {
  background-color: var(--bluecyan) !important;
}

.Neutra {
  color: var(--Neutra) !important;
}

.yellow {
  color: var(--yellow);
}

.fw-4 {
  font-weight: 400;
}

.Neutral1 {
  color: var(--Neutral1);
}

.gray {
  color: var(--gray);
}

.text-primary {
  color: var(--primary);
}

.text-btn {
  display: flex;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  filter: drop-shadow(0px 6px 35px rgba(0, 0, 0, 0.08));
  border-radius: 5px;
  padding: 0.25rem;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  max-width: calc(100%);
}
.text-btn:focus-within {
  border: 1px solid #0069ff;
  outline: #0069ff;
}
.text-btn input[type=text] {
  padding: 0.43em 1.18em;
  margin-right: 1rem;
  outline: transparent;
  background: transparent;
  width: 12.5em;
}
.text-btn a, .text-btn button {
  padding: 0.43em 1.18em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .text-btn input[type=text] {
    width: 151px;
  }
}

.include-icon, .exclude-icon {
  width: 22px;
  height: 22px;
  background: transparent;
  flex: none;
}

.btn_include_all {
  border: 1px solid #00DF24;
}
.btn_include_all b {
  color: black;
}
.btn_include_all:hover, .btn_include_all.active {
  background-color: #00DF24;
}
.btn_include_all:hover b, .btn_include_all.active b {
  color: white;
}

.btn_exclude_all {
  border: 1px solid #EE3C24;
}
.btn_exclude_all b {
  color: black;
}
.btn_exclude_all:hover, .btn_exclude_all.active {
  background-color: #EE3C24;
}
.btn_exclude_all:hover b, .btn_exclude_all.active b {
  color: white;
}

.iconX4 {
  width: 4rem;
  height: auto;
}

.iconX8 {
  width: 8rem;
  height: auto;
}

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
  }
}
.margintop-5px {
  margin-top: -5px;
}

.secondColor {
  color: var(--secondcolor);
}

.weight-5 {
  font-weight: 500;
}

.weight-6 {
  font-weight: 600;
}

.size-4 {
  font-size: 1.25rem !important;
}

@media (min-width: 768px) {
  .size-md-4 {
    font-size: 1.25rem !important;
  }

  .size-md-5 {
    font-size: 1.5rem !important;
  }

  .text-md-4xl {
    font-size: 2.25rem !important;
  }
}
.line-2-ellipsis, .limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.1em;
}

.line-3-ellipsis, .limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.6em;
}

.line-4-ellipsis, .limit-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6.1em;
}

.no-decoration {
  text-decoration: none !important;
}
.no-decoration:hover {
  text-decoration: none !important;
}

.size-10 {
  font-size: 10px !important;
}

.size-11 {
  font-size: 11px !important;
}

.size-12 {
  font-size: 12px !important;
}

.size-13 {
  font-size: 13px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-15 {
  font-size: 14px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-16-14 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .size-16-14 {
    font-size: 16px !important;
  }
}

.size-16-13 {
  font-size: 13px !important;
}
@media (min-width: 768px) {
  .size-16-13 {
    font-size: 16px !important;
  }
}

.size-18 {
  font-size: 18px !important;
}

.size-18-14 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .size-18-14 {
    font-size: 18px !important;
  }
}

.size-18-16 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .size-18-16 {
    font-size: 18px !important;
  }
}

.size-20-18 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .size-20-18 {
    font-size: 20px !important;
  }
}

.size-20-16 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .size-20-16 {
    font-size: 20px !important;
  }
}

.size-20-12 {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .size-20-12 {
    font-size: 20px !important;
  }
}

.size-22 {
  font-size: 22px !important;
}

.size-22-18 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .size-22-18 {
    font-size: 22px !important;
  }
}

.size-24 {
  font-size: 24px !important;
}

.size-24-8 {
  font-size: 8px !important;
}
@media (min-width: 768px) {
  .size-24-8 {
    font-size: 24px !important;
  }
}

.size-24-12 {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .size-24-12 {
    font-size: 24px !important;
  }
}

.size-24-16 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .size-24-16 {
    font-size: 24px !important;
  }
}

.size-24-14 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .size-24-14 {
    font-size: 24px !important;
  }
}

.size-24-18 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .size-24-18 {
    font-size: 24px !important;
  }
}

.size-26 {
  font-size: 26px !important;
}

.size-32-20 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .size-32-20 {
    font-size: 32px !important;
  }
}

.size-32 {
  font-size: 32px !important;
}

.size-36-16 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .size-36-16 {
    font-size: 36px !important;
  }
}

.size-36-20 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .size-36-20 {
    font-size: 36px !important;
  }
}

.size-32-20 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .size-32-20 {
    font-size: 32px !important;
  }
}

.size-32-24 {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .size-32-24 {
    font-size: 32px !important;
  }
}

.size-40-20 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .size-40-20 {
    font-size: 40px !important;
  }
}

.size-44 {
  font-size: 44px !important;
}

.size-44-22 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .size-44-22 {
    font-size: 44px !important;
  }
}

.size-44-32 {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  .size-44-32 {
    font-size: 44px !important;
  }
}

.size-48-18 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .size-48-18 {
    font-size: 48px !important;
  }
}

.size-48-20 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .size-48-20 {
    font-size: 48px !important;
  }
}

.size-48-24 {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .size-48-24 {
    font-size: 48px !important;
  }
}

.size-48-32 {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  .size-48-32 {
    font-size: 48px !important;
  }
}

.size-50-40 {
  font-size: 40px !important;
}
@media (min-width: 768px) {
  .size-50-40 {
    font-size: 50px !important;
  }
}

.size-50-22 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .size-50-22 {
    font-size: 50px !important;
  }
}

.size-15rem {
  font-size: 1.5rem !important;
}

.size-64-24 {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .size-64-24 {
    font-size: 64px !important;
  }
}

.size-64-32 {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  .size-64-32 {
    font-size: 64px !important;
  }
}

.size-60-24 {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .size-60-24 {
    font-size: 64px !important;
  }
}

.size-60-14 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .size-60-14 {
    font-size: 64px !important;
  }
}

.size-60-18 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .size-60-18 {
    font-size: 64px !important;
  }
}

.size-60-30 {
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .size-60-30 {
    font-size: 64px !important;
  }
}

.u-50px {
  position: relative;
}
.u-50px::after {
  content: "";
  position: absolute;
  width: 5em;
  height: 2px;
  background-color: var(--theme);
  top: calc(100%);
  left: 0;
}

.font-time {
  font-family: "Times New Roman", Times, serif !important;
}

.nowrap {
  word-break: keep-all !important;
  white-space: nowrap;
}

.Lobster {
  font-family: "Lobster";
}

.title-section {
  text-align: center;
}
.title-section .title {
  font-size: 24px;
  margin: auto;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.title-section .title::after {
  position: absolute;
  content: "";
  top: calc(100% + 32px);
  left: 50%;
  height: 1px;
  width: 100%;
  background: lightgray;
  transform: translateX(-50%);
}
.title-section .cord-socket-icon {
  margin: auto;
  display: flex;
  justify-content: center;
}
.title-section .cord-socket-icon .cord, .title-section .cord-socket-icon .sockets {
  height: 32px;
  transition: 0.3s ease-in-out;
}
.title-section:hover .cord-socket-icon .cord {
  transform: translateX(10px);
}
.title-section:hover .cord-socket-icon .sockets {
  transform: translateX(-10px);
}

.bg-liner-wavelead {
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%) !important;
}

.bg-liner-wavelead-all {
  background: linear-gradient(180deg, #ffc107 0%, #ff8000 100%) !important;
}

.switch-container {
  display: flex;
}
.switch-container > .mode {
  font-size: 24px;
  color: gray;
}
.switch-container > .mode.active {
  color: #3A4CF2;
}
@media (max-width: 768px) {
  .switch-container > .mode {
    font-size: 18px;
  }
}
.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .switch-container .switch {
    width: 44px;
    height: 22px;
  }
}
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-container .switch input:checked + .slider {
  background: white;
  border: 1px solid #3A4CF2;
}
.switch-container .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch-container .switch input:checked + .slider:before {
  transform: translateX(38px);
}
@media (max-width: 768px) {
  .switch-container .switch input:checked + .slider:before {
    transform: translateX(20px);
  }
}
.switch-container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border: 1px solid #3A4CF2;
  transition: 0.4s;
}
.switch-container .switch .slider.round {
  border-radius: 34px;
}
.switch-container .switch .slider.round:before {
  border-radius: 50%;
}
.switch-container .switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  top: 3px;
  bottom: 4px;
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%);
  transition: 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .switch-container .switch .slider:before {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 768px) {
  .d-mobie {
    display: none;
  }
}

@media (max-width: 768px) {
  .d-desktop {
    display: none;
  }
}

.DATBootrap-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.DATBootrap-col-md-left {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .DATBootrap-col-md-left {
    max-width: 57.6%;
  }
}

.DATBootrap-col-md-right {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .DATBootrap-col-md-right {
    max-width: calc(100% - 57.6%);
  }
}

.DATBootrap-maxw-100 {
  width: auto;
  max-width: 100%;
}

.DATBootrap-container {
  width: 100%;
  max-width: 1204px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  box-sizing: border-box;
}

.DATBootrap-flex {
  display: flex;
}

.DATBootrap-col-md-25 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .DATBootrap-col-md-25 {
    max-width: 25%;
  }
}

.DATBootrap-col-md-50 {
  width: 100%;
}
@media (min-width: 768px) {
  .DATBootrap-col-md-50 {
    max-width: 50%;
  }
}

.DATBootrap-col-50 {
  width: 50%;
}

.titleSection {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  color: #0D0C22;
}
@media (min-width: 768px) {
  .titleSection {
    font-size: 48px;
  }
}

.DATBootrap-col {
  width: 100%;
}
@media (min-width: 768px) {
  .DATBootrap-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.DATBootrap-text-center {
  text-align: center;
}

.DATBootrap-align-center {
  text-align: center;
}

@-webkit-keyframes touchcard {
  0% {
    transform: translateX(46px) translateY(35px) rotateX(0) rotateY(0) rotateZ(15deg);
  }
  50% {
    transform: translateX(46px) translateY(-19px) rotateX(0) rotateY(0) rotateZ(15deg);
  }
  100% {
    transform: translateX(46px) translateY(-19px) rotateX(0) rotateY(0) rotateZ(15deg);
  }
}

@keyframes touchcard {
  0% {
    transform: translateX(46px) translateY(35px) rotateX(0) rotateY(0) rotateZ(15deg);
  }
  50% {
    transform: translateX(46px) translateY(-19px) rotateX(0) rotateY(0) rotateZ(15deg);
  }
  100% {
    transform: translateX(46px) translateY(-19px) rotateX(0) rotateY(0) rotateZ(15deg);
  }
}
@-webkit-keyframes bright {
  0% {
    fill: gray;
  }
  49% {
    fill: gray;
  }
  50% {
    fill: black;
  }
  100% {
    fill: black;
  }
}
@keyframes bright {
  0% {
    fill: gray;
  }
  49% {
    fill: gray;
  }
  50% {
    fill: black;
  }
  100% {
    fill: black;
  }
}
.Month_Package {
  width: 100%;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
@media (min-width: 992px) {
  .Month_Package {
    max-width: 270px;
  }
}

.Monthly .col-6.col-md-3:first-child .price {
  color: black;
}

.Month_Package {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Month_Package {
    margin-bottom: 0.5rem;
    padding: 1rem;
  }
  .Month_Package .cost {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: baseline;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Month_Package .cost * {
    margin-right: 5px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .Month_Package .cost:last-of-type {
    margin-bottom: 1rem;
  }
}
.Month_Package ul {
  list-style: none;
  margin-bottom: 0;
}
.Month_Package ul li {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1.6em;
  text-align: left;
  justify-content: left;
}
.Month_Package ul li * {
  margin-top: auto;
  margin-bottom: auto;
}
.Month_Package ul li img {
  width: 17.6px;
  height: 13.4px;
  margin-right: 0.5rem;
  margin-top: 0.3em;
}
@media (max-width: 768px) {
  .Month_Package ul {
    margin-bottom: 0.5rem;
  }
  .Month_Package ul p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .Month_Package ul li img {
    width: 18px;
    height: 12px;
  }
}
.Month_Package .price {
  color: #FFCC15;
}
.Month_Package .btn-white {
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 0;
  border: 1px solid var(--primary);
  padding: 0.5em 2em;
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  transition: 0.3s ease-in-out;
}
.Month_Package .btn-white:hover{
  border-color: white;
  color: white;
  background: var(--primary);
}

.btn-white a:hover{
  text-decoration: none;
  color: white;
}
@media (max-width: 768px) {
  .Month_Package .btn-white{
    font-size: 18px;
  }
}

.Mini_Package {
  max-width: 379px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Mini_Package {
    margin-bottom: 0.5rem;
    padding: 1rem;
  }
  .Mini_Package .cost {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: baseline;
    width: 100%;
  }
  .Mini_Package .cost * {
    margin-right: 5px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .Mini_Package .cost:last-of-type {
    margin-bottom: 1rem;
  }
}
.Mini_Package ul {
  list-style: none;
  margin-bottom: 3.75rem;
}
.Mini_Package ul li {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1.6em;
  text-align: left;
  justify-content: left;
}
.Mini_Package ul li * {
  margin-top: auto;
  margin-bottom: auto;
}
.Mini_Package ul li img {
  width: 17.6px;
  height: 13.4px;
  margin-right: 0.5rem;
  margin-top: 0.3em;
}
@media (max-width: 768px) {
  .Mini_Package ul {
    margin-bottom: 0.5rem;
  }
  .Mini_Package ul p {
    font-size: 12px;
    line-height: 1.4em;
  }
  .Mini_Package ul li img {
    width: 9px;
    height: 6px;
  }
}
.Mini_Package .price {
  color: #FFCC15;
}
.Mini_Package .btn-white {
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 0;
  border: 1px solid var(--primary);
  padding: 0.5em;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 500;
  color: var(--primary);
  transition: 0.3s ease-in-out;
}
.Mini_Package .btn-white:hover{
  border-color: white;
  color: white;
  background: var(--primary);
}
@media (max-width: 768px) {
  .Mini_Package .btn-white{
    font-size: 12px;
  }
}

.text-liner-primary {
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}

.EnterPrise {
  padding: 1rem;
  border: 1px solid #307FF9;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.EnterPrise p {
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}
.EnterPrise .button {
  max-width: 155px;
  background: #FFCC15;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .EnterPrise .button {
    padding: 12px 12px;
  }
}
.EnterPrise .button:hover {
  background: var(--primary);
}

.FAQ {
  background-size: 100% 200%;
  background-position: 50% 12%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  position: relative;
  counter-reset: QA;
}
.FAQ .container {
  max-width: 810px;
}
@media (max-width: 768px) {
  .FAQ {
    background-size: 200% 200%;
    background-position: 50% 12%;
  }
}
.FAQ .titleSection {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 20px;
}
@media (max-width: 768px) {
  .FAQ .titleSection {
    font-size: 18px;
    margin: auto;
    margin-bottom: 1em;
  }
}
.FAQ .QA {
  padding-top: 1rem;
}
.FAQ details {
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 1.5em;
  outline: none;
}
.FAQ details[open] .question {
  filter: brightness(0);
}
.FAQ details[open] .question svg {
  transform: translateY(-50%) rotate(180deg);
}
.FAQ details:hover .question {
  filter: brightness(0);
}
.FAQ .question {
  counter-increment: QA;
  /* 28/Subtitle */
  position: relative;
  outline: none;
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 132%;
  color: #4D5562;
  opacity: 0.9;
  margin-bottom: 1em;
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 768px) {
  .FAQ .question {
    padding-right: 42px;
  }
}
.FAQ .question svg {
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .FAQ .question svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .FAQ .question {
    font-size: 16px;
    margin-bottom: 0.3em;
    letter-spacing: 5%;
  }
}
.FAQ .question::marker {
  content: "";
}
.FAQ .question::after {
  content: "";
}
.FAQ .answer {
  margin-top: 0;
  font-family: var(--font-main);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 132%;
  color: #4D5562;
  opacity: 0.9;
  text-align: justify;
}
@media (max-width: 768px) {
  .FAQ .answer {
    font-size: 16px;
    margin-bottom: 2.5em;
  }
}
.FAQ .answer a {
  color: #1565D8;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.FAQ .answer a::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  background: #1565D8;
  left: 0;
  transition: 0.3s ease-in-out;
}
.FAQ .answer a:hover {
  opacity: 1;
}
.FAQ .answer a:hover::after {
  width: 100%;
}

.flex-auto {
  flex: auto;
}

.Credit_plan {
  background: white;
  border-radius: 12px;
  width: 100%;
  padding: 16px 0 16px;
  text-align: center;
}
.Credit_plan > p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: var(--primary);
}
.Credit_plan .d-flex p:first-child {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .Credit_plan .d-flex p:first-child {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .Credit_plan .d-flex p:last-child {
    font-size: 16px;
  }
}
.Credit_plan hr {
  background: #4D5562;
  margin-top: 0;
}

.text-white * {
  color: white;
}

.container {
  max-width: 80rem;
}

.banner-dashboard {
  margin-bottom: 36px;
}
.banner-dashboard h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 19px;
}

.swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.Dashboard .Account, .Dashboard .Subscription, .Dashboard .Billings {
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.Dashboard .Account .progress, .Dashboard .Subscription .progress, .Dashboard .Billings .progress {
  height: 4px;
}
.Dashboard .Account .progress .progress-bar, .Dashboard .Subscription .progress .progress-bar, .Dashboard .Billings .progress .progress-bar {
  background-color: #62A0FF;
}
.Dashboard .Account header, .Dashboard .Subscription header, .Dashboard .Billings header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.Dashboard .Account h3, .Dashboard .Subscription h3, .Dashboard .Billings h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #4D5562;
}
@media (max-width: 768px) {
  .Dashboard .Account h3, .Dashboard .Subscription h3, .Dashboard .Billings h3 {
    font-size: 18px;
  }
}
.Dashboard .Account a, .Dashboard .Subscription a, .Dashboard .Billings a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #3951F2;
  text-decoration: none;
}
@media (max-width: 768px) {
  .Dashboard .Account a, .Dashboard .Subscription a, .Dashboard .Billings a {
    font-size: 14px;
  }
}
.Dashboard .Subscription table {
  width: 100%;
}
.Dashboard .Subscription th, .Dashboard .Subscription td {
  width: 50%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.Dashboard .Subscription th {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #868E9B;
}
.Dashboard .Subscription td {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #4D5562;
}
@media (max-width: 768px) {
  .Dashboard .Subscription th, .Dashboard .Subscription td {
    width: 50%;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Dashboard .Subscription th {
    font-size: 14px;
  }
  .Dashboard .Subscription td {
    font-size: 15px;
  }
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.report {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .report main {
    max-width: 54%;
  }
  .report aside {
    max-width: 50%;
    margin-left: -4%;
  }
}
.report .bg-img {
  width: auto;
  right: 0;
  left: initial;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .report .bg-img {
    opacity: 0.3;
  }
}
.report .logo {
  display: block;
  margin-bottom: 50px;
}
.report .logo img {
  max-height: 28px;
}
@media (max-width: 768px) {
  .report .logo {
    margin-bottom: 50px;
  }
  .report .logo img {
    max-height: 18px;
  }
}
.report h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFCC15;
}
@media (max-width: 768px) {
  .report h1 {
    font-size: 14px;
  }
}
.report p {
  font-weight: bold;
  line-height: 75px;
  color: #282828;
}
@media (max-width: 768px) {
  .report p {
    font-size: 24px;
    line-height: 32px;
  }
}
.report blockquote {
  font-size: 18px;
  line-height: 27px;
  color: #52565E;
}
.report button {
  width: 196px;
  height: 48px;
  left: 52px;
  top: 710px;
  background: #3951F2;
  border-radius: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 1rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .report button {
    width: calc(50% - 1rem);
    font-size: 16px;
  }
}
.report button:not(.disable):hover {
  box-shadow: 0 0 1rem 0.2rem #3951F2;
}
.report button.btn-outline {
  background-color: white;
  color: #868E9B;
}
@media (max-width: 768px) {
  .report button.btn-outline {
    margin-right: 0;
  }
}
.report label {
  background: rgba(98, 160, 255, 0.08);
  border: 2px dashed rgba(98, 160, 255, 0.25);
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
  max-width: 424px;
  padding: 2em;
  margin-bottom: 2em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .report label {
    padding: 1rem;
  }
}
.report label .ready {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.report label .ready > img {
  width: 49px;
  height: auto;
  margin-bottom: 1em;
}
.report label .ready p {
  font-size: 18px;
  line-height: 27px;
  color: #868E9B;
}
.report label .ready p u {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3951F2;
}
@media (max-width: 768px) {
  .report label .ready p {
    font-size: 14px;
  }
  .report label .ready p u {
    font-size: 16px;
  }
}
.report label input {
  display: none;
}
.report label .loading {
  display: flex;
  align-items: center;
}
.report label .loading img:first-child {
  width: 32px;
  height: 42px;
}
@media (max-width: 768px) {
  .report label .loading img:first-child {
    display: none;
  }
}
.report label .loading img:last-child {
  width: 26px;
  height: 26px;
}
.report label .loading .progress {
  width: 260px;
}
@media (max-width: 768px) {
  .report label .loading .progress {
    width: 180px;
  }
}
.report label .loading p {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #4D5562;
}
@media (max-width: 768px) {
  .report aside img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.3;
  }
}

.header-Dashboard .icon-star {
  width: 24px;
  height: 22px;
}
.header-Dashboard .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.header-Dashboard .log-out {
  position: relative;
}
.header-Dashboard .log-out button {
  outline: none;
}
.header-Dashboard .log-out button svg {
  width: 18px;
  height: 9px;
}
.header-Dashboard .log-out .option{
  position: absolute;
  top: 100%;
  width: 300px;
  white-space: nowrap;
  right: 0;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: white;
  overflow: hidden;
  display: none;
}
.header-Dashboard .log-out .option > * {
  width: 100%;
  padding: 1rem;
}
.header-Dashboard .log-out .option > *:hover {
  background: #D0E5F9;
  color: #3951F2;
}
.header-Dashboard .log-out:focus-within .option {
  display: block;
}

.select_region {
  z-index: 50;
  position: relative;
}
.select_region button {
  outline: none;
}
.select_region button img {
  margin-top: auto;
  margin-bottom: auto;
}
.select_region button p {
  margin-top: auto;
  margin-bottom: auto;
}
.select_region:focus-within .countrys, .select_region:hover .countrys {
  display: block;
}
.select_region .countrys {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateX(0%);
  display: none;
  background: white;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  padding: 0.3em;
  width: 220px;
}
@media (max-width: 768px) {
  .select_region .countrys {
    left: 0;
  }
}
.select_region .countrys button {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #868E9B;
}
.select_region .countrys button img {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.select_region .countrys button p {
  display: inline-block;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto;
}
.select_region .countrys button:hover {
  background: #2196F3;
  color: white;
}

.solution {
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 100%;
  max-width: 886px;
  padding: 15px;
}
.solution aside {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.solution aside img {
  width: 376.17px;
  height: 338.78px;
}
@media (max-width: 768px) {
  .solution aside {
    height: auto;
    padding-bottom: 20px;
  }
  .solution aside:last-child {
    order: -1;
  }
  .solution aside img {
    width: 100%;
    height: auto;
  }
}
.solution .bg-img {
  left: -3.1%;
  top: -5.1%;
  bottom: -5.1%;
  right: -3.1%;
  max-width: none;
  width: auto;
  height: 112%;
}
@media (max-width: 768px) {
  .solution .bg-img {
    left: -11.1%;
    top: -6.1%;
    max-width: 100%;
  }
}
.solution span {
  font-size: 24px;
  line-height: 36px;
  color: #FFCC15;
}
.solution h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #282828;
}
.solution blockquote {
  font-size: 16px;
  line-height: 24px;
  color: #868E9B;
}
@media (max-width: 768px) {
  .solution {
    display: flex;
    flex-direction: column;
  }
  .solution span {
    font-size: 14px;
  }
  .solution h2 {
    font-size: 20px;
  }
  .solution blockquote {
    font-size: 14px;
  }
}
.solution button, .solution a {
  display: block;
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%);
  border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
  padding: 0.3em 1.5em;
  align-items: center;
  color: #FFFFFF;
  margin-top: auto;
  margin-right: auto;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.solution button:hover, .solution a:hover {
  transform: translateY(-3px);
  text-decoration: none;
}
@media (max-width: 768px) {
  .solution button, .solution a {
    margin: auto;
    font-size: 16px;
  }
}

.notification {
  position: relative;
}
.notification img {
  width: 44px;
  height: 44px;
}
.notification span {
  background: red;
  position: absolute;
  top: -2px;
  left: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  text-align: center;
}

.directory {
  color: black;
}
.directory table {
  width: 1142px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: auto;
}
.directory table th, .directory table td {
  padding: 1.2em;
}
@media (max-width: 1440px) {
  .directory table th, .directory table td {
    padding: 0.5em;
    font-size: 14px;
  }
}
.directory table thead {
  background: rgba(98, 160, 255, 0.3);
}
.directory table thead th, .directory table thead td {
  padding: 1.7em 1.2em;
}
@media (max-width: 1440px) {
  .directory table thead th, .directory table thead td {
    padding: 0.5em;
  }
}
.directory table tr {
  border-bottom: 1px solid #DCDCDC;
}
.directory table #pagination {
  box-shadow: inset 1px 0px 1px #868E9B, inset -1px 0px 1px #868E9B, inset 0px 1px 1px #868E9B, inset 0px -1px 1px #868E9B;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  align-items: baseline;
  line-height: 1.2em;
  line-height: 1.5em;
  color: #4D5562;
  position: relative;
}
.directory table #pagination input {
  text-align: right;
  width: 2em;
  z-index: -1;
  -moz-appearance: textfield;
}
.directory table #pagination input::-webkit-outer-spin-button, .directory table #pagination input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.directory table #pagination input:focus {
  outline: none;
  color: blue;
}
.directory table #pagination p {
  padding-right: 0.5em;
  margin-bottom: 0;
}
.directory table img {
  height: 21px;
  width: 21px;
}

.shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.company .container {
  max-width: 1440px;
}
.company .intro .logo {
  width: 100%;
  height: auto;
}
.company .intro h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .company .intro h1 {
    font-size: 20px;
  }
}
.company .intro p, .company .intro address {
  color: #868E9B;
  margin-bottom: 0;
}
.company .View_Colleagues {
  height: 100%;
}
.company .View_Colleagues .person h2 {
  font-size: 14px;
}
.company .View_Colleagues .person h3 {
  color: #868E9B;
  font-size: 13px;
}
.company .View_Colleagues .person address {
  color: #4D5562;
  font-size: 12px;
}
.company .View_Colleagues .person address a {
  color: #4D5562;
  font-size: 12px;
}
.company .View_Colleagues .person address img {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.company .Description img {
  height: 75px;
  width: auto;
}
.company .Description th, .company .Description td {
  padding: 1em 0.5em;
}
.company .Description th {
  color: #4D5562;
}
.company .Description td {
  color: #282828;
}
.company .Description button {
  background: #0068FD;
  border: 1px solid #0068FD;
  box-sizing: border-box;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
}
.company .Description button:hover {
  filter: brightness(120%);
}
.company .Adjust_Contacts_Budget .scroll_bar {
  width: 320px;
}
.company .Adjust_Contacts_Budget .range input {
  width: 5em;
  height: 2.5em;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: left;
  padding-right: 0.8em;
  padding-left: 0.8em;
  font-size: 14px;
}
.company .Adjust_Contacts_Budget .range input::-webkit-outer-spin-button, .company .Adjust_Contacts_Budget .range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.company .Adjust_Contacts_Budget .range button {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #62A0FF;
  margin-left: 0.5em;
  font-weight: 500;
}
.company .Adjust_Contacts_Budget .drag-2-thumb {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 4px;
  border-radius: calc(4px )/50%;
  padding: 0;
  position: relative;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .track {
  background: #62A0FF;
  height: 4px;
  position: absolute;
  display: block;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb {
  z-index: 1;
  display: block;
  height: 10px;
  width: 10px;
  transform: translate(0%, -50%);
  top: 50%;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #62A0FF;
  position: absolute;
  cursor: pointer;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb.thumb-min {
  display: none;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:hover {
  box-shadow: 0px 0px 2px 2px #62A0FF;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:active {
  box-shadow: 0px 0px 3px 3px #62A0FF;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:focus {
  box-shadow: 0px 0px 3px 3px #62A0FF;
}
.company .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:focus-within {
  box-shadow: 0px 0px 3px 3px #62A0FF;
}
.company .Adjust_Contacts_Budget > button {
  background: #3951F2;
  border-radius: 5px;
  padding: 0.3em 1em;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  align-self: center;
}
.company .Adjust_Contacts_Budget .buy img {
  width: 33.5px;
  height: 33.5px;
}
.company .Contact_list table {
  width: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.company .Contact_list table th, .company .Contact_list table td {
  padding: 1.2em;
}
.company .Contact_list table thead {
  background: rgba(98, 160, 255, 0.3);
}
.company .Contact_list table thead th, .company .Contact_list table thead td {
  padding: 1.7em 1.2em;
}
.company .Contact_list table tr {
  border-bottom: 1px solid #DCDCDC;
}
.company .Contact_list table label {
  box-shadow: inset 1px 0px 1px #868E9B, inset -1px 0px 1px #868E9B, inset 0px 1px 1px #868E9B, inset 0px -1px 1px #868E9B;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1px;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  align-items: baseline;
  line-height: 1.2em;
  line-height: 1.5em;
  color: #4D5562;
  position: relative;
}
.company .Contact_list table label input {
  text-align: right;
  width: 2em;
  -moz-appearance: textfield;
}
.company .Contact_list table label input::-webkit-outer-spin-button, .company .Contact_list table label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.company .Contact_list table label input:focus {
  outline: none;
  color: blue;
}
.company .Contact_list table label p {
  padding-right: 0.5em;
  margin-bottom: 0;
}
.company .Contact_list table img {
  height: 21px;
  width: 21px;
}

.search_Filter .container {
  max-width: 1440px;
}
.search_Filter .filter_bar {
  z-index: 50;
  overflow: visible;
}
.search_Filter .filter_bar header .button {
  width: 50%;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  text-align: center;
  align-items: center;
  color: #868E9B;
  border-bottom: 1px solid;
  padding-bottom: 0.75rem;
  outline: none;
}
.search_Filter .filter_bar header .button p {
  width: 100%;
  margin-bottom: 0;
}
.search_Filter .filter_bar header .button.active {
  font-size: 18px;
  color: #0068FD;
}
.search_Filter .filter_bar header .button:hover {
  color: #0068FD;
  opacity: 0.6;
}
.search_Filter .filter_bar > div {
  padding-top: 1rem;
}
.search_Filter .filter_bar > div h5 {
  color: #868E9B;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1rem;
}
.search_Filter .filter_bar > div .button-filter {
  padding: 1em 1em 1em;
  display: flex;
  width: 100%;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: black;
}
.search_Filter .filter_bar > div .button-filter:hover, .search_Filter .filter_bar > div .button-filter:focus {
  outline: none;
  border-bottom: 1px solid #307FF9;
  color: #307FF9;
}
.search_Filter .filter_bar > div .button-filter:hover p, .search_Filter .filter_bar > div .button-filter:focus p {
  padding-left: 5px;
}
.search_Filter .filter_bar > div .button-filter img:first-child {
  width: 24px;
  height: 24px;
  margin: auto 1rem auto 0;
}
.search_Filter .filter_bar > div .button-filter p {
  transition: 0.5s ease-in-out;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}
.search_Filter .filter_bar > div .button-filter img:last-child {
  margin-left: auto;
  width: 24px;
  height: 24px;
  margin: auto 0;
}
.search_Filter .filter_bar > div .button-filter .counter {
  color: white;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  display: block;
}
.search_Filter .filter_bar > div .button-filter .counter.exclude {
  background: red;
}
.search_Filter .filter_bar > div .button-filter .counter.include {
  background: var(--success);
}
.search_Filter .filter_bar > div .button-filter input.zip_code-number::-webkit-outer-spin-button,
.search_Filter .filter_bar > div .button-filter input.zip_code-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.search_Filter .country nav button {
  outline: none;
  transition: 0.3s ease-in-out;
  color: #868E9B;
  text-transform: uppercase;
}
.search_Filter .country nav button b {
  transition: 0.3s ease-in-out;
}
.search_Filter .country nav button:hover b {
  color: #62A0FF;
  opacity: 0.6;
}
.search_Filter .country nav button.active b {
  color: #62A0FF;
}
.search_Filter .country main {
  -moz-columns: 4;
       columns: 4;
}
.search_Filter .country main p {
  font-size: 16px;
  color: #555555;
  padding: 1em;
}
.search_Filter .Adjust_Contacts_Budget .scroll_bar {
  width: 320px;
}
.search_Filter .Adjust_Contacts_Budget .range input {
  width: 5em;
  height: 2.5em;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: left;
  padding-right: 0.8em;
  padding-left: 0.8em;
  font-size: 14px;
}
.search_Filter .Adjust_Contacts_Budget .range input::-webkit-outer-spin-button, .search_Filter .Adjust_Contacts_Budget .range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.search_Filter .Adjust_Contacts_Budget .range button {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #62A0FF;
  margin-left: 0.5em;
  font-weight: 500;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 4px;
  border-radius: calc(4px )/50%;
  padding: 0;
  position: relative;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .track {
  background: #62A0FF;
  height: 4px;
  position: absolute;
  display: block;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb {
  z-index: 1;
  display: block;
  height: 10px;
  width: 10px;
  transform: translate(0%, -50%);
  top: 50%;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #62A0FF;
  position: absolute;
  cursor: pointer;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb.thumb-min {
  display: none;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:hover {
  box-shadow: 0px 0px 2px 2px #62A0FF;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:active {
  box-shadow: 0px 0px 3px 3px #62A0FF;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:focus {
  box-shadow: 0px 0px 3px 3px #62A0FF;
}
.search_Filter .Adjust_Contacts_Budget .drag-2-thumb .drag-thumb:focus-within {
  box-shadow: 0px 0px 3px 3px #62A0FF;
}
.search_Filter .Adjust_Contacts_Budget > button {
  background: #3951F2;
  border-radius: 5px;
  padding: 0.3em 1em;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  align-self: center;
}
.search_Filter .Adjust_Contacts_Budget .buy img {
  width: 33.5px;
  height: 33.5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.Search_Industry {
  width: 246px;
  background: #FFFFFF;
  border: 1px solid #4D5562;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  padding: 0.5em;
}
.Search_Industry:focus-within {
  border: 1px solid #3951F2;
  filter: drop-shadow(0px 0px 4px #0068FD);
}
.Search_Industry input {
  flex: auto;
  outline: none;
}
.Search_Industry input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.63);
}
.Search_Industry input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.63);
}
.Search_Industry input::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.63);
}
.Search_Industry img {
  width: 21px;
  height: 21px;
}

.radio {
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  width: 437px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  flex-direction: column;
  display: none;
}
.radio label {
  cursor: pointer;
  padding: 0.5em 1em;
  width: 100%;
  margin-bottom: 0;
}
.radio label:hover {
  background: rgba(54, 49, 109, 0.1);
}
.radio input {
  display: none;
}
.radio input:checked + label {
  background: #3951F2;
  color: white;
}

.filter-select-container {
  position: relative;
}
.filter-select-container .layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.filter-select-container .radio {
  flex-direction: column;
}
.filter-select-container .radio label {
  cursor: pointer;
  padding: 0.5em 1em;
  width: 100%;
  margin-bottom: 0;
}
.filter-select-container .radio label:hover {
  background: rgba(54, 49, 109, 0.1);
}
.filter-select-container .radio input {
  display: none;
}
.filter-select-container .radio input:checked + label {
  background: #3951F2;
  color: white;
}
.filter-select-container .revenue_range {
  background: #FFFFFF;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 437px;
  box-sizing: border-box;
  display: none;
}
.filter-select-container .revenue_range > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #868E9B;
}
.filter-select-container .revenue_range input {
  width: 100%;
  padding: 0.5em 1em;
  border: 0px transparent;
  box-sizing: border-box;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: bold;
  outline: none;
}
.filter-select-container .revenue_range input::-webkit-outer-spin-button, .filter-select-container .revenue_range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter-select-container .revenue_range input:focus ~ .dropdown {
  display: flex;
}
.filter-select-container .revenue_range input.Infinity::-moz-placeholder {
  color: black;
  content: "Infinity";
}
.filter-select-container .revenue_range input.Infinity:-ms-input-placeholder {
  color: black;
  content: "Infinity";
}
.filter-select-container .revenue_range input.Infinity::placeholder {
  color: black;
  content: "Infinity";
}
.filter-select-container .revenue_range .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  left: 0;
}
.filter-select-container .revenue_range .dropdown:hover {
  display: flex;
}
.filter-select-container .revenue_range .dropdown span {
  cursor: pointer;
}
.filter-select-container .revenue_range .dropdown span:hover {
  background: rgba(230, 240, 255, var(--tw-bg-opacity));
}
.filter-select-container .revenue_range button {
  align-self: center;
  font-size: 18px;
  padding-bottom: 0;
  color: #62A0FF;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  padding-top: 0.5em;
}
.filter-select-container .revenue_range button:hover, .filter-select-container .revenue_range button:focus {
  border: none;
}
.filter-select-container .select-box {
  position: absolute;
  top: 0;
  left: 0%;
  width: 437px;
  z-index: 100;
}
@media (max-width: 567px) {
  .filter-select-container .select-box {
    left: 0%;
    width: 100% !important;
  }
}
.filter-select-container .select-box header > div {
  flex: auto;
}
.filter-select-container .select-box header h4 {
  font-size: 20px;
  line-height: 30px;
  color: #282828;
  margin-bottom: 0;
}
.filter-select-container .select-box header span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #4D5562;
}
.filter-select-container .select-box header button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  font-size: 18px;
  padding-bottom: 0;
  color: #62A0FF;
}
.filter-select-container .list_selected, .filter-select-container .list_selected_non_function {
  max-height: 300px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}
.filter-select-container .list_selected label, .filter-select-container .list_selected_non_function label {
  margin-right: 0.5rem;
  background: #ECECEC;
  border-radius: 27px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0.5rem;
}
.filter-select-container .list_selected label .on, .filter-select-container .list_selected_non_function label .on {
  display: none;
}
.filter-select-container .list_selected label .off, .filter-select-container .list_selected_non_function label .off {
  display: block;
}
.filter-select-container .list_selected label .on, .filter-select-container .list_selected label .off, .filter-select-container .list_selected label .remove, .filter-select-container .list_selected_non_function label .on, .filter-select-container .list_selected_non_function label .off, .filter-select-container .list_selected_non_function label .remove {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.filter-select-container .list_selected label .on:hover, .filter-select-container .list_selected label .off:hover, .filter-select-container .list_selected_non_function label .on:hover, .filter-select-container .list_selected_non_function label .off:hover {
  filter: brightness(150%);
}
.filter-select-container .list_selected label .remove:hover *, .filter-select-container .list_selected_non_function label .remove:hover * {
  stroke: red;
}
.filter-select-container .list_selected label span, .filter-select-container .list_selected_non_function label span {
  font-size: 14px;
  line-height: 16px;
  color: #4D5562;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.filter-select-container .list_selected label:hover, .filter-select-container .list_selected_non_function label:hover {
  background: lightgray;
}
.filter-select-container .list_selected label input, .filter-select-container .list_selected_non_function label input {
  display: none;
}
.filter-select-container .list_selected label input:checked + .on, .filter-select-container .list_selected_non_function label input:checked + .on {
  display: block;
}
.filter-select-container .list_selected label input:checked ~ .off, .filter-select-container .list_selected_non_function label input:checked ~ .off {
  display: none;
}
.filter-select-container .select-box > h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #282828;
  margin-bottom: 0;
}
.filter-select-container .select-box > span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #4D5562;
}
.filter-select-container button.include, .filter-select-container button.exclude {
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  padding: 0.5em;
  width: auto !important;
  margin-left: 1em;
}
.filter-select-container button.include svg, .filter-select-container button.exclude svg {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.filter-select-container button.include span, .filter-select-container button.exclude span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-left: 0.5em;
}
.filter-select-container .include {
  background: #00DF24;
}
.filter-select-container .exclude {
  background: #EE3C24;
}
.filter-select-container textarea {
  outline-color: gray;
}
.filter-select-container .Search_Industry {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.filter-select-container .list-selection {
  max-height: 150px;
  overflow-y: scroll;
}
.filter-select-container .list-selection::-webkit-scrollbar {
  opacity: 0;
}
.filter-select-container .list-selection:hover::-webkit-scrollbar {
  opacity: 1;
}
.filter-select-container .list-selection label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-select-container .list-selection label h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.filter-select-container .list-selection label svg {
  width: 22px;
  height: 22px;
  background: transparent;
  flex: none;
}
.filter-select-container .list-selection label svg.exclude {
  margin-left: 1rem;
}
.filter-select-container .list-selection label input {
  display: none;
}
.filter-select-container .list-selection label.active input ~ .include {
  fill: #00DF24;
}
.filter-select-container .list-selection label.active input ~ .include * {
  stroke: #00DF24;
}
.filter-select-container .list-selection label.active input ~ .include *:last-child {
  stroke: white;
}
.filter-select-container .list-selection label.active input ~ .exclude {
  fill: white;
}
.filter-select-container .list-selection label.active input ~ .exclude * {
  stroke: gray;
}
.filter-select-container .list-selection label.active input:checked ~ .include {
  fill: transparent;
}
.filter-select-container .list-selection label.active input:checked ~ .include * {
  stroke: gray;
}
.filter-select-container .list-selection label.active input:checked ~ .exclude {
  fill: #EE3C24;
}
.filter-select-container .list-selection label.active input:checked ~ .exclude * {
  stroke: #EE3C24;
}
.filter-select-container .list-selection label.active input:checked ~ .exclude *:last-child {
  stroke: white;
}
.filter-select-container.active {
  z-index: 99;
}
.filter-select-container.active .button-filter {
  background: white;
  z-index: 99;
}

.hv-underline-white {
  position: relative;
  text-decoration: none;
}
.hv-underline-white::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: calc(100% + .2em);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  transition: 0.3s ease-in-out;
}
.hv-underline-white:hover {
  text-decoration: none;
}
.hv-underline-white:hover::after {
  width: 100%;
}

.hv-underline-primary {
  position: relative;
  text-decoration: none;
}
.hv-underline-primary::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: calc(100% + .2em);
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  transition: 0.3s ease-in-out;
}
.hv-underline-primary:hover {
  text-decoration: none;
}
.hv-underline-primary:hover::after {
  width: 100%;
}

.focus-underline-white {
  position: relative;
  text-decoration: none;
  outline: none;
}
.focus-underline-white::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: calc(100% + .2em);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  transition: 0.3s ease-in-out;
}
.focus-underline-white.focus, .focus-underline-white:hover, .focus-underline-white:focus, .focus-underline-white.active {
  text-decoration: none;
  outline: none;
}
.focus-underline-white.focus::after, .focus-underline-white:hover::after, .focus-underline-white:focus::after, .focus-underline-white.active::after {
  width: 100%;
}

.hv-bg-wave {
  transition: background-color 0.3s ease-in-out;
}
.hv-bg-wave:hover {
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%) !important;
  color: white;
}

.hv-text-white:hover {
  color: white;
}

.hv-fly {
  transition: 0.3s ease-in-out;
}
.hv-fly:hover {
  transform: translateY(-3px);
}

.hv-shadow {
  transition: 0.3s ease-in-out;
}
.hv-shadow:hover {
  filter: drop-shadow(2px 4px 6px lightgray);
}

.hv-shadow-theme {
  transition: 0.3s ease-in-out;
}
.hv-shadow-theme:hover {
  box-shadow: 2px 2px 4px #0068FD;
}

.fc-shadow.ready {
  box-shadow: 0px 0px 4px #0068FD;
  color: #3951F2;
}

.btn-waveleads {
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%) !important;
  color: white;
  padding: 0.5em 1.1em;
  box-sizing: border-box;
  border-radius: 0.375rem;
  transition: 0.3s ease-in-out;
  position: relative;
}
.btn-waveleads:hover {
  background: linear-gradient(180deg, #307FF9 100%, #3A4CF2 200%) !important;
  color: white;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.btn-waveleads-outline {
  border: 1px solid #0068FD;
  box-sizing: border-box;
  border-radius: 0.375rem;
  padding: 0.5em 1.1em;
  color: #0068FD;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.btn-waveleads-outline:hover {
  box-shadow: 0 0.1rem 0.5rem #307ff9;
}
.btn-waveleads-outline.active {
  background: linear-gradient(180deg, #307FF9 0%, #3A4CF2 100%) !important;
  color: white;
}
.btn-waveleads-outline.disable {
  color: #B9B9B9;
  border-color: #B9B9B9;
}
.btn-waveleads-outline.round2 {
  border-radius: 15px;
}

.disable {
  transition: 0.3s ease-in-out;
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: 0.5;
}

.max-w-7xl {
  max-width: 1484px;
}

.main-header {
  position: sticky;
  top: 0;
  transition: 1s;
  z-index: 999;
  background: white;
}

.weight-600 {
  font-weight: 600;
}

.grayFilter {
  filter: grayscale(100%);
}

.hv-text-yellow-400:hover {
  color: #FFCC15 !important;
}

.suggestions-input-group .suggestions {
  display: block;
  max-height: 148px;
  overflow-y: scroll;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.suggestions-input-group .suggestions:hover {
  display: block;
}
.suggestions-input-group .suggestions button:hover {
  background: var(--primary);
  color: white;
}
.suggestions-input-group:focus-within .suggestions {
  display: block;
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

.mini-input-number {
  width: 5em;
}
.mini-input-number::-webkit-outer-spin-button, .mini-input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pop-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding: 15px;
  z-index: 999;
  overflow-y: scroll;
}

.pop-box {
  display: flex;
}
.pop-box .pop-box-content {
  margin: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-animation: flydown 0.3s ease-in-out;
          animation: flydown 0.3s ease-in-out;
}
.pop-box .layer {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.payment_plan {
  width: 100%;
  max-width: 672px;
}

.payment_menthod {
  max-width: 697px;
}

.card-icon.active path:nth-child(1) {
  fill: #525286;
}
.card-icon.active path:nth-child(2) {
  fill: #6666FF;
}
.card-icon.active path:nth-child(3) {
  fill: #FFFFFF;
}
.card-icon.active path:nth-child(4) {
  fill: #FFFFFF;
}

.input-card-number input::-moz-placeholder {
  font-size: normal;
}

.input-card-number input:-ms-input-placeholder {
  font-size: normal;
}

.input-card-number input::placeholder {
  font-size: normal;
}
.input-card-number input::-webkit-input-placeholder {
  font-weight: lighter;
  color: #AF91成人3;
}
.input-card-number input::-moz-placeholder {
  font-weight: lighter;
  color: #AF91成人3;
}
.input-card-number input::-ms-input-placeholder {
  font-weight: lighter;
  color: #AF91成人3;
}

.form-control-2 {
  height: 50px !important;
}

.logo-bank {
  height: 160px;
}

@media (min-width: 992px) {
  .wave-industry {
    margin-top: -8rem;
  }
}

.wave-directory {
  margin-top: -119px;
  z-index: -1;
}
@media (max-width: 567px) {
  .wave-directory {
    margin-top: -50px;
    z-index: -1;
  }
}

.active.nav-link.text-gray-500 {
  font-weight: bold;
}

.border-bottom-last-none {
  border-bottom: 0.5px solid #B9B9B9;
}
.border-bottom-last-none:last-child {
  border-bottom: none;
}
.border-bottom-last-none:last-child {
  border: none;
}

.border-top-first-none:first-child {
  border-top: none;
}

.hiden-scroll::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-table-scroll {
    overflow-x: scroll;
  }
}

.verify_code_form input {
  border-radius: 0rem;
  border-width: 1px;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.clear-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  font-size: 18px;
  padding-bottom: 0;
  color: #62A0FF;
  font-weight: 400;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--primary);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
