@charset "UTF-8";
/*
Theme Name: Tipn Go
Author: Kaizen Technology Limited
Version: 1.0
Tested upto: 6.1.1
*/
:root {
  --bs-font: "Montserrat", sans-serif;
}

* {
  transition: 0.2s all ease-in-out;
}

body {
  font-family: var(--bs-font);
  color: #8b8c9c;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#wpadminbar {
  z-index: 999;
}



b, strong {
  font-weight: 600 !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.btn-close {
  background-color: var(--bs-pink-primary);
}

.dropdownmobile-toggle::after,
.dropdown-toggle::after {
  font-family: var(--icon-font);
  content: "\f287";
  font-size: 7px;
  color: var(--bs-pink-primary);
  margin-left: 5px;
  border: 0;
  vertical-align: middle;
}

.dropdown-item {
  font-weight: 600;
  color: var(--bs-gray);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background: transparent;
  color: var(--bs-pink-primary);
  font-weight: 600;
}

.dropdown-menu {
  padding: 10px 35px 10px 5px;
  left: 10px;
}
.dropdown-menu .dropdown-item {
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
}
.dropdown-menu .dropdown-item:hover {
  color: var(--bs-pink-primary);
}
.dropdown-menu .submenu-heading {
  pointer-events: none;
  border-bottom: 1px solid var(--bs-gray-light);
  margin: -4px -34px 0 -6px;
  font-size: 14px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.dropdown-menu .submenu-heading:before {
  display: none;
}
.dropdown-menu .submenu-heading a {
  font-weight: 500;
  color: var(--bs-gray-light);
}

.custom-logo-link {
  display: flex;
  align-items: center;
}
.custom-logo-link .custom-logo {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.btn {
  border-radius: 50px;
  padding: 10px 29px;
}
.btn.btn-sm {
  padding: 5px 15px;
}

#wpadminbar {
  background: #345be2;
}

#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
  background: #345be2;
}

#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background: #2248cb;
}

.header {
  position: relative;
  background: #345be2;
  padding-top: 20px;
  z-index: 2;
}
.header:after {
  content: "";
  background-image: url(./assets/section-wave.png);
  width: 100%;
  height: 82px;
  display: block;
  background-position: center bottom;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat-y: no-repeat;
}
.header .custom-logo-link img {
  width: 170px;
  height: auto;
}
.header .nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-top: 12px;
}
.header .nav .nav-item .nav-link:hover {
  opacity: 0.6;
}
.header .signin-link {
  padding-right: 50px;
}
.header .signin-link:after {
  content: "";
  background-image: url("./assets/sign-in.png");
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -5px;
}
.header .signup-link {
  padding-right: 50px;
}
.header .signup-link:after {
  content: "";
  background-image: url("./assets/sign-up.png");
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -5px;
}
.header .myaccount-link {
  padding-right: 50px;
}
.header .myaccount-link:after {
  content: "";
  background-image: url("./assets/user.png");
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -5px;
}
.header .logout-link {
  padding-right: 50px;
}
.header .logout-link:after {
  content: "";
  background-image: url("./assets/logout.png");
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -5px;
}
.header #mobile-block {
  display: none;
}
@media (max-width: 768px) {
  .header #mobile-block {
    display: inline-block;
  }
}
.header .mobile-menu {
  background: transparent;
  border: 0;
  font-size: 35px;
  color: #fff;
}

.home .header:after {
  display: none;
}

#offcanvasMenu {
  background-image: -moz-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  color: #fff;
  padding: 20px;
}
#offcanvasMenu .custom-logo-link img {
  max-width: 170px;
  height: auto;
}
#offcanvasMenu .nav-brand {
  font-size: 25px;
  color: var(--bs-pink-primary);
  font-weight: 600;
  text-decoration: none;
}
#offcanvasMenu .nav {
  border-radius: 20px;
}
#offcanvasMenu .nav .nav-link {
  color: var(--bs-white);
  padding-left: 0;
  font-weight: 600;
}
#offcanvasMenu .nav .nav-link:hover {
  color: var(--bs-pink-primary);
}
#offcanvasMenu .dropdownmobile-menu {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: none;
  background: var(--bs-white);
  color: var(--bs-dark-primary);
  border-radius: 6px;
}
#offcanvasMenu .dropdownmobile-menu .dropdown-item {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-weight: 600;
  color: var(--bs-gray);
  position: relative;
}
#offcanvasMenu .dropdownmobile-menu .dropdown-item:hover {
  color: #0a58ca;
}
#offcanvasMenu .dropdownmobile-menu .submenu-heading {
  pointer-events: none;
  border-bottom: 1px solid var(--bs-gray-light);
  margin: 0;
  font-size: 14px;
  padding-left: 0;
  padding-bottom: 2px;
}
#offcanvasMenu .dropdownmobile-menu .submenu-heading:before {
  display: none;
}
#offcanvasMenu .dropdownmobile-menu .submenu-heading a {
  padding: 8px var(--bs-nav-link-padding-x);
  font-weight: 500;
  color: var(--bs-gray-light);
}

main {
  padding-top: 100px;
}

.home main {
  padding-top: 0px;
}

.hero-section {
  background-image: url(./assets/hero-bg.png);
  padding-top: 150px;
  padding-bottom: 300px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero-section .hero-content {
  padding-top: 60px;
  color: #fff;
}
.hero-section .hero-content h1 {
  font-size: 4rem;
  line-height: 4.3rem;
  font-weight: 600;
}
@media (max-width: 560px) {
  .hero-section .hero-content h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
.hero-section .hero-content h1 span {
  font-size: 20px;
  display: block;
}
.hero-section .hero-content p {
  font-size: 16px;
}
.hero-section .hero-content .cta-action {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hero-section .hero-content {
    margin-bottom: 50px;
    text-align: center;
  }
}
.hero-section .hero-circle {
  top: 230px;
  position: relative;
}
.hero-section .dd-arrow {
  display: inline-block;
}
.hero-section .dd-arrow:before {
  content: "";
  background-image: url(./assets/double-down-arrow.png);
  width: 25px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: none;
  margin: 0 auto;
}

.partner-section {
  background: #fff;
  position: relative;
  padding: 60px 15px;
}
.partner-section .col {
  margin-bottom: 20px;
}
.partner-section .col img {
  transform: scale(1);
  transition: 0.2s all ease-in-out;
}
.partner-section .col img:hover {
  transform: scale(0.9);
}

.about-section {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.about-section:after {
  content: "";
  background-image: url(./assets/section-wave.png);
  width: 100%;
  height: 150px;
  display: block;
  background-position: center bottom;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat-y: no-repeat;
}
.about-section .about-image {
  width: 100%;
  height: 100%;
}
.about-section .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
.about-section .about-col {
  background-image: -moz-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
}
.about-section .about-content {
  color: #fff;
}
.about-section .about-content:before {
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(71, 57, 241) 0%, rgb(10, 161, 223) 100%);
  width: 200%;
  height: 200%;
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -22%;
  z-index: 1;
  transform: rotate(45deg);
  border-radius: 6em;
  top: -38%;
}
@media (max-width: 1250px) {
  .about-section .about-content:before {
    left: 10%;
  }
}
@media (max-width: 992px) {
  .about-section .about-content:before {
    top: 300px;
  }
}
.about-section .about-content .about-content-inner {
  position: relative;
  z-index: 2;
  padding: 60px 0 20px 0;
  max-width: 680px;
  margin-left: -100px;
}
@media (max-width: 1600px) {
  .about-section .about-content .about-content-inner {
    margin-left: 0px;
    padding: 60px 20px;
  }
}
.about-section .about-content h2, .about-section .about-content h3, .about-section .about-content h4, .about-section .about-content h5, .about-section .about-content h6 {
  margin-bottom: 30px;
}
.about-section .about-content h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}
.about-section .about-content h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-section .about-content h2:after {
  content: "";
  background-image: url("./assets/crip-line.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 20px;
  display: block;
  top: 10px;
  position: relative;
}
.about-section .about-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.about-section .about-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-section .about-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.about-section .about-content ul li:after {
  content: "";
  background-image: url(./assets/checkmark-white.png);
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.howtowork-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.howtowork-section .howtowork-content {
  position: relative;
}
.howtowork-section .howtowork-content:after {
  content: "";
  background-image: url(./assets/double-line.png);
  width: 64px;
  height: 8px;
  margin: 20px auto 0 auto;
  display: inline-block;
}
.howtowork-section .howtowork-content h2 {
  font-size: 2rem;
  position: relative;
  font-weight: 600;
}
.howtowork-section .howtowork-content h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.howtowork-section .howtowork-content p {
  font-size: 20px;
  color: #555555;
}
.howtowork-section .howtowork-slider {
  position: relative;
  margin-top: 40px;
}
.howtowork-section .howtowork-slider .owl-carousel .owl-stage {
  display: flex;
}
.howtowork-section .howtowork-slider .owl-stage-outer {
  margin: 0 auto;
}
.howtowork-section .howtowork-slider .howtowork-step {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-180deg, rgb(71, 57, 241) 0%, rgb(11, 159, 223) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(71, 57, 241) 0%, rgb(11, 159, 223) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(71, 57, 241) 0%, rgb(11, 159, 223) 100%);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 70px 30px;
  height: 100%;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.howtowork-section .howtowork-slider .howtowork-step:hover {
  transform: scale(0.9);
}
.howtowork-section .howtowork-slider .howtowork-step img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.howtowork-section .howtowork-slider .howtowork-step h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.howtowork-section .howtowork-slider .howtowork-step p {
  font-size: 16px;
  color: #fff;
}
.howtowork-section .howtowork-slider .owl-item:nth-child(odd) {
  bottom: -50px;
}
.howtowork-section .howtowork-slider .owl-item:nth-child(even) {
  margin-bottom: 50px;
}
.howtowork-section .howtowork-slider .owl-item:nth-child(odd) .howtowork-step {
  height: calc(100% - 50px);
}
.howtowork-section .howtowork-slider .arrow-left, .howtowork-section .howtowork-slider .arrow-right {
  background-image: url(./assets/carousel-arrow.png);
  width: 54px;
  height: 54px;
  display: inline-block;
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
.howtowork-section .howtowork-slider .arrow-left {
  transform: rotate(180deg);
}
.howtowork-section .howtowork-slider .owl-theme .owl-nav [class*=owl-] {
  background: none !important;
}
.howtowork-section .howtowork-slider .owl-carousel .owl-nav button.owl-next,
.howtowork-section .howtowork-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 30%;
  z-index: 1;
}
@media (max-width: 660px) {
  .howtowork-section .howtowork-slider .owl-carousel .owl-nav {
    max-width: 120px;
    margin: 0 auto;
    position: relative;
  }
}
.howtowork-section .howtowork-slider .owl-carousel .owl-nav button.owl-next {
  right: -65px;
}
@media (max-width: 660px) {
  .howtowork-section .howtowork-slider .owl-carousel .owl-nav button.owl-next {
    right: 0%;
    top: 100%;
  }
}
.howtowork-section .howtowork-slider .owl-carousel .owl-nav button.owl-prev {
  left: -65px;
}
@media (max-width: 660px) {
  .howtowork-section .howtowork-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0%;
    top: 100%;
  }
}

.benefit-section:before {
  content: "";
  background-image: url("./assets/section-wave-alt.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  display: block;
}
.benefit-section .benefit-section-inner {
  position: relative;
  padding: 60px 0;
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
}
.benefit-section .benefit-section-inner .benefit-content {
  color: #fff;
}
.benefit-section .benefit-section-inner .benefit-content h2, .benefit-section .benefit-section-inner .benefit-content h3, .benefit-section .benefit-section-inner .benefit-content h4, .benefit-section .benefit-section-inner .benefit-content h5, .benefit-section .benefit-section-inner .benefit-content h6 {
  margin-bottom: 30px;
}
.benefit-section .benefit-section-inner .benefit-content h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}
.benefit-section .benefit-section-inner .benefit-content h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.benefit-section .benefit-section-inner .benefit-content h2:after {
  content: "";
  background-image: url("./assets/crip-line.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 20px;
  display: block;
  top: 10px;
  position: relative;
}
.benefit-section .benefit-section-inner .benefit-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.benefit-section .benefit-section-inner .benefit-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefit-section .benefit-section-inner .benefit-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.benefit-section .benefit-section-inner .benefit-content ul li:after {
  content: "";
  background-image: url(./assets/checkmark-white.png);
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.product-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #eff4f7;
}
.product-section .product-section-content {
  position: relative;
}
.product-section .product-section-content:after {
  content: "";
  background-image: url(./assets/double-line.png);
  width: 64px;
  height: 8px;
  margin: 20px auto 0 auto;
  display: inline-block;
}
.product-section .product-section-content h2 {
  font-size: 2rem;
  position: relative;
  font-weight: 600;
  color: #000;
}
.product-section .product-section-content h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-section .product-section-content p {
  font-size: 20px;
  color: #555555;
}
.product-section .product-solution-items .product-solution-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product-section .product-solution-items .product-solution-item.product-solution-item-odd {
  background-color: rgb(71, 57, 241);
}
.product-section .product-solution-items .product-solution-item.product-solution-item-even {
  background-color: rgb(13, 157, 224);
}
.product-section .product-solution-items .product-solution-item-watermark {
  opacity: 8%;
  width: 300px;
  position: absolute;
  top: -170px;
  right: -61px;
}
.product-section .product-solution-items .product-solution-item-inner {
  padding: 70px;
}
@media (max-width: 660px) {
  .product-section .product-solution-items .product-solution-item-inner {
    padding: 30px;
  }
}
.product-section .product-solution-items .product-solution-item-inner .solution-heading img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 50px;
  max-height: 50px;
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.product-section .product-solution-items .product-solution-item-inner .solution-heading h3 {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
}
.product-section .product-solution-items .product-solution-item-inner p {
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}

.footer {
  background: #ffffff;
  color: #8b8c9c;
  position: relative;
}
.footer .footer-inner {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .footer .footer-inner {
    max-width: 500px;
  }
}
@media (max-width: 660px) {
  .footer .footer-inner {
    padding: 120px 0 20px 0;
  }
}
.footer:before {
  content: "";
  background-image: url(./assets/footer-circle.png);
  position: absolute;
  right: 0;
  top: -20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
  width: 300px;
  height: 580px;
}
@media (max-width: 992px) {
  .footer:before {
    top: -4%;
  }
}
@media (max-width: 560px) {
  .footer:before {
    width: 290px;
    height: 456px;
  }
}
@media (max-width: 480px) {
  .footer:before {
    width: 190px;
    height: 256px;
  }
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer .widget {
  position: relative;
}
.footer .widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #252758;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.footer .widget_nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .widget_nav_menu .menu li {
  margin-bottom: 15px;
}
.footer .widget_nav_menu .menu li:last-child {
  margin-bottom: 0;
}
.footer .widget_nav_menu .menu li a {
  font-size: 14px;
  color: #8b8c9c;
  text-decoration: none;
  font-weight: 500;
}
.footer .widget_nav_menu .menu li a:hover {
  color: #000;
}

.subscribe-from {
  position: relative;
  max-width: 300px;
}
.subscribe-from .wpcf7-email {
  background: #eff0f7;
  border: 1px solid #eff0f7;
  padding: 15px 30px;
  border-radius: 50px;
  width: 100%;
  height: auto;
  outline: none;
  box-shadow: none;
}
.subscribe-from .wpcf7-email:hover, .subscribe-from .wpcf7-email:focus {
  background: #eff0f7;
  border-color: #e2e3e7;
}
.subscribe-from .wpcf7-submit {
  text-indent: -99999px;
  background-image: url(./assets/subscribe-submit.png);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 3px;
  right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
}
.subscribe-from .wpcf7-submit:hover, .subscribe-from .wpcf7-submit:focus {
  border-color: rgb(13, 157, 224);
}
.subscribe-from .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-left: 30px;
}
.subscribe-from .wpcf7-spinner {
  position: absolute;
  top: 15px;
  right: -10px;
}
.subscribe-from + .wpcf7-response-output {
  position: absolute;
  bottom: -82px;
  right: 0;
  border-radius: 10px;
  background: #fff;
  color: red;
  font-size: 13px;
  border: 0 !important;
}

.copyright-bar {
  border-top: 1px solid #eff0f7;
  width: 90%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .copyright-bar {
    width: 100%;
  }
}
.copyright-bar .copyright-text {
  font-size: 14px;
  font-weight: 500;
  color: #8b8c9c;
}
.copyright-bar .copyright-text a {
  text-decoration: none;
  color: #8b8c9c;
}
.copyright-bar .copyright-text a:hover {
  color: rgb(13, 157, 224);
}

.social-icons {
  text-align: right;
}
@media (max-width: 992px) {
  .social-icons {
    text-align: left;
  }
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-icons ul li:last-child {
  margin-right: 0px;
}
.social-icons ul li a i:before {
  width: 28px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.social-icons ul li a .bi-facebook::before {
  content: "";
  background-image: url("./assets/facebook.png");
}
.social-icons ul li a .bi-twitter::before {
  content: "";
  background-image: url("./assets/twitter.png");
}
.social-icons ul li a .bi-instagram::before {
  content: "";
  background-image: url("./assets/instagram.png");
}

.error-page .h1, .error-page .h2, .error-page .h3, .error-page .h4, .error-page .h5, .error-page .h6, .error-page h1, .error-page h2, .error-page h3, .error-page h4, .error-page h5, .error-page h6 {
  color: #000;
}

.inner-container {
  position: relative;
  z-index: 1;
}

.innerpage {
  padding-bottom: 200px;
  position: relative;
  min-height: 800px;
}
.innerpage:after {
  content: "";
  background-image: url(./assets/inner-page-bottom.png);
  width: 100%;
  height: 300px;
  display: block;
  max-width: 800px;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.innerpage.inner-banner {
  padding-top: 0;
}
.innerpage.inner-banner .common-banner {
  background-image: url(./assets/contact-banner.png);
  padding: 100px 0;
  background-size: cover;
  background-position: bottom center;
  min-height: 700px;
  margin-bottom: -300px;
  display: flex;
  align-items: center;
}
.innerpage.inner-banner .common-banner .common-banner-content {
  color: #fff;
  margin-top: -150px;
}
.innerpage.inner-banner .common-banner .common-banner-content h1 {
  font-size: 3rem;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}
.innerpage.inner-banner .common-banner .common-banner-content h1 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.innerpage .common-content-inner {
  color: #000;
}
.innerpage .common-content-inner h2, .innerpage .common-content-inner h3, .innerpage .common-content-inner h4, .innerpage .common-content-inner h5, .innerpage .common-content-inner h6 {
  margin-bottom: 30px;
}
.innerpage .common-content-inner h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}
.innerpage .common-content-inner h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.innerpage .common-content-inner h2:after {
  content: "";
  background-image: url("./assets/crip-line-blue.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 20px;
  display: block;
  top: 10px;
  position: relative;
}
.innerpage .common-content-inner p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555555;
}
.innerpage .common-content-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.innerpage .common-content-inner ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #555555;
}
.innerpage .common-content-inner ul li:after {
  content: "";
  background-image: url(./assets/checkmark.png);
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.about-page {
  width: 100%;
  max-width: 1920px;
  padding: 100px 15px;
}
.about-page .odd-row .common-content-inner {
  max-width: 800px;
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .about-page .odd-row .common-content-inner {
    max-width: 100%;
  }
}
.about-page .odd-row .common-content-inner h2 {
  color: #000;
}
.about-page .odd-row .common-img-inner {
  text-align: right;
}
.about-page .odd-row .common-img-inner img {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
}
.about-page .even-row .common-content-inner {
  max-width: 800px;
  margin: 0 auto 0 0;
}
@media (max-width: 992px) {
  .about-page .even-row .common-content-inner {
    max-width: 100%;
  }
}
.about-page .even-row .common-content-inner h2 {
  color: #000;
}
.about-page .even-row .common-img-inner {
  text-align: left;
}
.about-page .even-row .common-img-inner img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
}

.contact-box {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  border-radius: 90px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 51px 0px rgba(0, 0, 0, 0.2);
  padding: 70px 100px;
}
@media (max-width: 780px) {
  .contact-box {
    padding: 50px;
  }
}
@media (max-width: 560px) {
  .contact-box {
    padding: 20px;
    padding: 20px;
    border-radius: 20px;
  }
}
.contact-box .heading {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.contact-box .heading h3 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.contact-box .heading p {
  font-size: 16px;
}
.contact-box label {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-box .form-control {
  border: 1px solid rgb(221, 223, 225);
  border-radius: 26px;
  background-color: rgba(34, 144, 255, 0);
  padding: 14px 20px;
  font-weight: 500;
}
.contact-box textarea.form-control {
  background-color: rgba(52, 91, 226, 0);
  box-shadow: inset 0px 3px 27px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.contact-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6e6e6e;
  opacity: 1; /* Firefox */
  font-weight: 500;
}
.contact-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6e6e6e;
  font-weight: 500;
}
.contact-box ::-ms-input-placeholder { /* Microsoft Edge */
  color: #6e6e6e;
  font-weight: 500;
}
.contact-box .wpcf7-checkbox {
  display: block;
}
.contact-box .wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0;
}
.contact-box .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
}
.contact-box .wpcf7-checkbox .wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contact-box .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  background: #b6c4f5;
  color: #5f6e9e;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}
.contact-box .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  background: #345be2;
  color: #fff;
  box-shadow: 0px 3px 29px 0px rgba(52, 91, 226, 0.004);
}
.contact-box .wpcf7-form-control-wrap {
  display: block;
}
.contact-box .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  right: 20px;
  bottom: -25px;
}
.contact-box .wpcf7-checkbox + .wpcf7-not-valid-tip {
  bottom: 0;
}
.contact-box .btn-submit {
  border: 2px solid rgb(65, 66, 239);
  font-weight: 600;
  color: rgb(65, 66, 239);
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 32px;
  background-color: rgb(251, 252, 252);
  width: 100%;
  margin-top: 20px;
}
.contact-box .btn-submit:hover, .contact-box .btn-submit:focus {
  background-color: rgb(65, 66, 239);
  color: #fff;
}
.contact-box .wpcf7-spinner {
  position: absolute;
  margin: 0 auto;
  top: 35px;
  left: 0;
  right: 0;
}
.contact-box .wpcf7 form .wpcf7-response-output {
  border-radius: 30px;
  text-align: center;
}

.faq-page {
  padding: 100px 0 200px 0;
  position: relative;
}
.faq-page .faq-heading {
  color: #345be2;
  font-size: 3.5rem;
  font-weight: 600;
}
.faq-page .faq-cat .nav-pills {
  justify-content: end;
}
@media (max-width: 992px) {
  .faq-page .faq-cat .nav-pills {
    justify-content: start;
  }
}
.faq-page .faq-cat .nav-pills .nav-item {
  margin-right: 15px;
}
.faq-page .faq-cat .nav-pills .nav-item:last-child {
  margin-right: 0px;
}
.faq-page .faq-cat .nav-pills .nav-item .nav-link {
  background: transparent;
  color: #636d79;
  font-weight: 500;
  padding: 0;
  margin-right: 15px;
  font-size: 15px;
}
.faq-page .faq-cat .nav-pills .nav-item .nav-link.active {
  background: transparent;
  color: #345be2;
  font-weight: 600;
}
.faq-page .faq-list {
  vertical-align: top;
}
.faq-page .faq-list .faq-item {
  border: 0;
}
.faq-page .faq-list .faq-item .accordion-button {
  background: transparent;
  color: #636d79;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 0;
  align-items: start;
}
.faq-page .faq-list .faq-item .accordion-button::after {
  background-image: url("./assets/faq_plus.png");
  background-size: 16px;
}
.faq-page .faq-list .faq-item .accordion-button:not(.collapsed)::after {
  background-image: url("./assets/faq_close.png");
  background-size: 16px;
}
.faq-page .faq-list .faq-item .accordion-body {
  color: #a2a9b0;
  font-size: 14px;
}

.auth_page {
  padding: 100px 0 200px 0;
  position: relative;
}
.auth_page .auth_heading {
  color: #345be2;
  font-size: 3.5rem;
  font-weight: 600;
}
.auth_page .auth_content {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0;
  display: block;
}
.auth_page .auth_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.auth_page .auth_list li {
  margin-bottom: 10px;
}
.auth_page .auth_list li .highlight_icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}
.auth_page .auth_list li .highlight_icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.auth_page .auth_list li .highlight_content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}
.auth_page .auth_list li .highlight_content h3 {
  font-size: 16px;
  color: #282828;
  margin-bottom: 4px;
}
.auth_page .auth_list li .highlight_content p {
  font-size: 14px;
  color: #989898;
}
.auth_page .auth_form {
  max-width: 500px;
  margin: 0 auto;
}
.auth_page .auth_form .form-control {
  border-radius: 12px;
  box-shadow: none !important;
  outline: none !important;
}
.auth_page .auth_form .form-floating > .form-control-plaintext ~ label, .auth_page .auth_form .form-floating > .form-control:focus ~ label, .auth_page .auth_form .form-floating > .form-control:not(:placeholder-shown) ~ label, .auth_page .auth_form .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.8rem) translateX(0.15rem);
  opacity: 1;
  background: #fff;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.auth_page .auth_form .form-floating > .form-control, .auth_page .auth_form .form-floating > .form-control-plaintext,
.auth_page .auth_form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.auth_page .auth_form .btn-submit {
  border: 2px solid rgb(65, 66, 239);
  font-weight: 600;
  color: rgb(65, 66, 239);
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 32px;
  background-color: rgb(251, 252, 252);
  width: 100%;
}
.auth_page .auth_form .btn-submit:hover, .auth_page .auth_form .btn-submit:focus {
  background-color: rgb(65, 66, 239);
  color: #fff;
}
.auth_page .auth_form .signup-href {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
}
.auth_page .auth_form .signup-href a {
  font-weight: 500;
  color: rgb(65, 66, 239);
  text-decoration: none;
  border-bottom: 1px dotted transparent;
}
.auth_page .auth_form .signup-href a:hover {
  border-bottom: 1px dotted rgb(65, 66, 239);
}
.auth_page .auth_form .pass_eye {
  position: absolute;
  top: 18px;
  color: #345be2;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
}
.auth_page .auth_form .iti {
  width: 100%;
}
.auth_page .auth_form .iti .form-control {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.auth_page .auth_form .iti .iti__flag-container {
  padding: 10px;
}
.auth_page .auth_form .iti--allow-dropdown input, .auth_page .auth_form .iti--allow-dropdown input[type=tel], .auth_page .auth_form .iti--allow-dropdown input[type=text], .auth_page .auth_form .iti--separate-dial-code input, .auth_page .auth_form .iti--separate-dial-code input[type=tel], .auth_page .auth_form .iti--separate-dial-code input[type=text] {
  padding-left: 65px;
}
.auth_page .auth_form .invalid-feedback {
  display: block;
}
.auth_page .auth_form #pswd_info {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #fefefe;
  font-size: 0.875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  z-index: 1;
}
.auth_page .auth_form #pswd_info::before {
  content: "▲";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}
.auth_page .auth_form #pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #5a5555;
}
.auth_page .auth_form #pswd_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.auth_page .auth_form #pswd_info .invalid {
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
}
.auth_page .auth_form #pswd_info .invalid:before {
  content: "\f62a";
  font-family: bootstrap-icons !important;
  font-size: 24px;
  vertical-align: middle;
}
.auth_page .auth_form #pswd_info .valid {
  padding-left: 22px;
  line-height: 24px;
  color: #3a7d34;
}
.auth_page .auth_form #pswd_info .valid:before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  font-size: 24px;
  vertical-align: middle;
}

.cky-notice-btn-wrapper .cky-btn {
  border-radius: 20px;
}

.inner-container {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.inner-container ul li, .inner-container ol li {
  margin-bottom: 5px;
}

.tip-page {
  background: #f2f2f2;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.tip-page.payment-bg {
  background-image: url("./assets/payment-bg.jpg");
}
.tip-page .tip-page-outter {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.tip-page .tip-page-inner {
  background: #fff;
  width: 100%;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e1e0e0;
}
.tip-page .tip-page-banner {
  background: #0d6efd;
  position: relative;
}
.tip-page .tip-page-banner:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.53));
  z-index: 1;
}
.tip-page .tip-page-banner.no-overlay:before {
  display: none;
}
.tip-page .business-name {
  font-size: 28px;
  z-index: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .tip-page .business-name {
    font-size: 18px;
  }
}
.tip-page .business-qrcode {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin-bottom: 0.5rem;
  background: #0e9adf;
  padding: 2px;
}
.tip-page .business-qrcode a {
  display: block;
}
.tip-page .business-qrcode img {
  padding: 0;
  width: 100px;
  height: 100px;
}
.tip-page .business-action {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 0;
  margin-bottom: 0.5rem;
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  padding: 5px 15px;
  border-radius: 20px;
}
.tip-page .business-action button {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
}
.tip-page .business-action button:hover {
  opacity: 1;
}
.tip-page .business-action .btn-save {
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  color: #fff;
  opacity: 1;
}
.tip-page .tip-payment-btn {
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
}
.tip-page .tip-payment-btn:hover {
  background-image: -moz-linear-gradient(0deg, rgb(41, 62, 211) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(41, 62, 211) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(41, 62, 211) 55%, rgb(10, 161, 223) 100%);
}
.tip-page .tip-page-content {
  padding: 20px;
  color: #000;
  font-size: 14px;
}
.tip-page .tip-page-content p:last-child {
  margin-bottom: 0 !important;
}
.tip-page .tip-page-feature {
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  padding: 20px;
  color: #fff;
}
.tip-page .tip-page-feature .tip-page-feature-heading {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.tip-page .tip-page-feature ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tip-page .tip-page-feature ul li {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.tip-page .tip-page-feature ul li:before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 25px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -8px;
}
.tip-page .tipngo-brand a {
  text-decoration: none;
  color: #2F4F4F;
}
.tip-page .tip-payment {
  padding: 20px;
}
.tip-page .tip-payment-box {
  padding-top: 30px;
}
.tip-page .tip-payment-box h3 {
  font-size: 15px;
  text-align: center;
}
.tip-page .tip-payment-box h4 {
  font-size: 15px;
  text-align: center;
}
.tip-page .btn-check + .btn {
  font-size: 18px;
  padding: 5px 15px;
}
.tip-page .tip_amount_input .form-control {
  text-align: center;
  border: 0;
  outline: none;
  font-size: 16px;
  box-shadow: none;
  padding: 20px 10px;
  min-height: auto;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid;
  border-radius: 30px;
  display: block;
  width: auto;
  margin: 0 auto;
  border-color: #0d6efd;
  color: #0d6efd;
  padding: 10px 29px;
  min-width: auto;
}
.tip-page .tip_amount_input ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0d6efd;
  opacity: 1; /* Firefox */
}
.tip-page .tip_amount_input :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0d6efd;
}
.tip-page .tip_amount_input ::-ms-input-placeholder { /* Microsoft Edge */
  color: #0d6efd;
}
.tip-page #tip_amount_field:focus-visible {
  outline: none;
}
.tip-page .mce-toolbar .mce-ico {
  color: #fff;
}
.tip-page div.mce-toolbar-grp {
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
}
.tip-page .mce-toolbar .mce-btn-group .mce-btn:focus, .tip-page .mce-toolbar .mce-btn-group .mce-btn:hover, .tip-page .qt-dfw:focus, .tip-page .qt-dfw:hover,
.tip-page .mce-toolbar .mce-btn-group .mce-btn.mce-active, .tip-page .mce-toolbar .mce-btn-group .mce-btn:active, .tip-page .qt-dfw.active {
  background: #135e96;
}

.tp_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.table > thead {
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
}

table.dataTable th {
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.auth_page .tab-content {
 
}



.auth_page .tab-content .tab-content {
  background-color: #fff;
}

body label {
  font-weight: 500;
}

.tip_profile_pic {
  width: 100px;
  height: 100px;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ajax_loading {
  background-color: rgba(0, 0, 0, 0.3215686275);
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajax_loading.unload {
  display: none;
}
.ajax_loading:before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(./assets/logo-icon.png);
  background-position: center;
  background-size: contain;
  animation: pulse 1s infinite ease-in-out alternate;
  background-repeat: no-repeat;
  display: inline-block;
}

.nav-link i {
  font-size: 17px;
  margin-right: 10px;
}

.badge-onhold {
  background-color: #795548;
}

.badge-approved {
  background-color: #2196f3;
}

.badge-pending {
  background-color: #607d8b;
}

.badge-rejected {
  background-color: #f44336;
}

.bi-tip-icon:before {
  content: "";
  background-image: url(./assets/logo-icon.png);
  width: 34px;
  height: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tip-floating.form-floating > .form-control {
  box-shadow: none;
  border-radius: 40px;
}

.tip-floating.form-floating > label {
  left: 35%;
}

.business-profile-pic {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.business-profile-pic #start_profile {
  opacity: 0;
  transition: 0.2s all ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  border: 0;
}
.business-profile-pic:hover #start_profile {
  opacity: 1;
}

.business-profile-pic-view {
  position: absolute;
  left: 20px;
  bottom: 0;
  align-items: center;
  display: flex;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  padding: 15px;
  min-width: 200px;
}
.business-profile-pic-view .business-profile-pic {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
}
.business-profile-pic-view .business-profile-pic img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.business-profile-pic-view .business-profile-detail {
  position: relative;
}
.business-profile-pic-view .business-profile-detail .business-profile-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.business-profile-pic-view .business-profile-detail .business-profile-des {
  color: #607D8B;
  font-size: 12px;
}

.payment-content-banner {
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  width: 100%;
  padding: 40px 20px;
  border-radius: 0 0 100px 100px;
  position: relative;
}
.payment-content-banner .payment-content {
  color: #fff;
  text-align: center;
}
.payment-content-banner .payment-content .custom-logo-link {
  width: 100px;
  margin: 0 auto 20px auto;
}
.payment-content-banner .payment-content p {
  font-size: 12px;
}
.payment-content-banner .business-profile-pic-view {
  position: relative;
  left: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  padding: 15px;
  min-width: 300px;
  max-width: 300px;
  border-bottom: 2px solid #e9e4e4;
  width: 80%;
  margin: 0 auto -70px auto;
}

#tipngo_paynow .container {
  padding: 0;
}
#tipngo_paynow .tip-page .tip-page-inner {
  border-radius: 0;
  background: #f2f2f4;
}

.payment_suggest .active.center {
  z-index: 1;
  position: relative;
  transform: scale(1.2);
}
.payment_suggest .active.center .payment_suggest_btn {
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(58, 79, 227) 55%, rgb(10, 161, 223) 100%);
  z-index: 9;
  position: relative;
}
.payment_suggest .active.center .payment_suggest_btn img.emoji_png {
  display: none;
}
.payment_suggest .active.center .payment_suggest_btn img.emoji_gif {
  display: block;
}
.payment_suggest .active.center .payment_suggest_btn img {
  width: 38px;
}
.payment_suggest .active.center .payment_suggest_btn img + span {
  display: block;
  margin-top: 20px;
  color: #fff;
}
.payment_suggest .payment_suggest_btn {
  z-index: 1;
  position: relative;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 1px solid #3A4FE3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: inset 0 0 10px #3A4FE3;
}
.payment_suggest .payment_suggest_btn [name=tip_amount_suggestion] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 9;
  left: 0;
  top: 0;
}
.payment_suggest .payment_suggest_btn img.emoji_png {
  display: block;
}
.payment_suggest .payment_suggest_btn img.emoji_gif {
  display: none;
}
.payment_suggest .payment_suggest_btn img {
  width: 38px;
  box-shadow: none;
}
.payment_suggest .payment_suggest_btn img + span {
  display: block;
  margin-top: 20px;
  color: #000;
}
.payment_suggest .owl-item > div {
  cursor: pointer;
}
.payment_suggest .owl-item.center > div {
  cursor: auto;
}
.payment_suggest .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}
.payment_suggest.owl-carousel .owl-nav button {
  border: 1px solid #1883ba;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
}
.payment_suggest.owl-carousel .owl-nav button i {
  font-size: 18px;
}
.payment_suggest .owl-item .item {
  transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 30px auto; /* OVERWRITE PLUGIN MARGIN */
}
.payment_suggest .owl-item .item img {
  box-shadow: none;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.payment_suggest .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.payment_suggest .owl-nav {
  text-align: center;
}
.payment_suggest .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

/*# sourceMappingURL=style.css.map */

#profileleftpanel{
  background-clip: padding-box;
  box-shadow: 0 0.25rem 1.125rem rgba(75,70,92,.1);
  width: 20%;
}
.auth_page{
   padding: 50px 0 200px 0 !important;
}
#businessprofile{
  margin-bottom: 1rem!important;
}
div.dataTables_wrapper div.dataTables_length select, #tran_datepicker, div.dataTables_wrapper div.dataTables_filter input{
  border-radius: 0px !important;
  min-width: 70px !important;
  padding: 5px 19px !important;

}

.dataTables_length, .dataTables_filter{
  margin-top:10px !important;
  margin-bottom:10px !important;
}
#dashboardicons{
  background: none;
    color: #000;
    border: none;
}

#pills-tabContent .nav-link{
 color:#5d596c !important; 
}
#pills-tabContent .nav-link:focus, #pills-tabContent .nav-link:hover{
 color:#0a58ca !important;
}
#pills-tabContent .nav-pills .nav-link.active,#pills-tabContent .nav-pills .show>.nav-link{
  color:#fff !important;
}

.dashboard-heading{
  color: #5d596c;
  font-size: 2.5rem;
  font-weight: 600;
}
.table > thead{
  background: #e6e6e6 !important;
}
.table th{
  color:#000!important;
}
.reporting_tippage{
padding-left:20px;
}
.toolbar{
margin-top:-25px;
}
table.dataTable th{
  font-size:16px !important;
}
.rounded-5{
  border-radius:0px !important;
}
table.dataTable.table-striped>tbody>tr.odd>*{
  box-shadow: none !important;
}
table.dataTable{
  border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.badge{
  font-size:12px !important;
}
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap{
  box-shadow: 0 0.125rem 0.25rem rgba(165,163,174,.3) !important;
}

@media only screen and (max-width: 768px) {

  #profileleftpanel{
    width: 100%;

  }

}