a {
  color: #fff;
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif !important;
}
button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer
}
.card {
  border-radius: 10px;
}

.card-header {
  background: none !important;
  border-bottom: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-container {
  border-radius: 50%;
  height: 70px;
  margin-top: -63px;
  width: 70px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: .9em;
  right: 6em;
  display: inline;
}

.dot-gradient-sub {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
}
.error-info {
  background-color: #f64b2f
}
.icon_verified_color{
  color:green;
}
.info {
    background-color: #7eb62e;
}
.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  color: #fff;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
  height: 21px;
  position: relative;
  transition: all 300ms linear;
  width: 30px;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms linear;
  width: 30px;
  z-index: 2;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler {
  border: none;
  float: right;
  padding-right: 1em;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.padding-20 {
  padding: 20px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-top-20 {
  border-radius: 20px 20px 0 0 !important;
}
.secondary-btn {
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .24) 0 2px 3px;
}

.whats-app-float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:10px;
  right:15px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:100;
  color:#fff !important;
}

/* colors */

.circle-container{
  background-color: #040404;
}