@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');


body {
  font-family: 'Inter', sans-serif;
}

.table.table-wallet>:not(caption)>*>* {
  border-bottom: 1px solid rgb(112 112 112 / 21%) !important;
  font-size: 14px;
  color: #3D3D3D;
}

.form-group {
  margin-bottom: 1em;
}

.label-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  color: #3D3D3D;
}

.form-control {
  background: #F9F9F9;
  border: none;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  height: 55px;
}

.form-control::placeholder {
  color: #989898;
}

.table.table-wallet {
  box-shadow: 0 3px 25px rgba(216, 216, 216, 0.161);
}

/* .table.table-wallet tr:last-child td {
  border-bottom: none !important;
} */

.badge {
  border-radius: 20px;
  padding: 8px 15px;
}

.btn-dashboard {
  background: #FF6006;
  color: #fff;
  border: none;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 30px;
  display: block;
  border-radius: 5px;
  width: fit-content;
}

.logo-box {
  margin-bottom: 3em;
}

.user-box .profile-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2em;
  position: relative;
}

.left-side-menu .btn-logout {
  position: absolute;
  font-size: 14px;
  color: #FF0000;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
  bottom: 20px;
}

.user-box .profile-box .notification-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #D9D9D9;
}

.user-box .profile-box .notification-icon::after {
  content: '';
  position: absolute;
  background: #FF6006;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 0;
  top: 0;
}

.user-box .profile-box img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.user-box .profile-box .profile-name {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  line-height: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
  padding: 0 0 7px;
}

.user-box .profile-box .profile-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43px;
  height: 3px;
  background: #FEBD05;
}

.user-box .profile-box p {
  color: #3D3D3D;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

.edit-icon {
  font-size: 18px;
  color: #000;
}

.text-main {
  color: #FF6006 !important;
}

.card-add-sms {
  position: fixed;
  bottom: 0;
  top: 0;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
  padding: 40px 20px;
}

.card-add-sms .header-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2em;
  color: #000000;
}

.card-add-sms .form-control {
  background: #F9F9F9;
  color: #989898;
  font-size: 14px;
  appearance: auto;
  border: none;
  border-radius: 10px;
  font-weight: 400;
  padding: 20px;
}

.card-add-sms textarea.form-control {
  height: auto;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  gap: 15px;
}

.form-check-input {
  background: #F2F2F2;
  border: none;
  width: 25px;
  height: 25px;
}

.form-check .form-check-label {
  font-size: 17px;
  font-weight: 400;
}

.card-add-sms .btn {
  background: #FF6006;
  color: #fff;
  padding: 20px;
  height: 66px;
  text-align: center;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
}

.dashboard-title-sm {
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 15px;
}

.balance-item h2 {
  font-size: 48px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 700;
  line-height: 60px;
}



/* landing page */

.landing-page .landing-header {
  padding-top: 18px;
  padding-bottom: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
  border-bottom: 1px solid #eeeeee;
  padding: 22px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: none;
  cursor: pointer;
  margin-bottom: 15px;
}

.offcanvas ul.landing-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas ul.landing-menu li a {
  font-size: 18px;
  color: #000;
}

.landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
  font-size: 16px;
  margin-left: 10px;
}

.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #A4A4A4;
  padding: 10px 20px;
}

.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link.active {
  background-color: transparent;
  color: #FF6006;
}

.landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
  color: #ffce00;
}

.landing-page .landing-header .buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.landing-page .landing-header .buy-block .toggle-menu {
  display: none;
  cursor: pointer;
}

.landing-page .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-page .navbar-nav .nav-item {
  position: relative;
}

.landing-page .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.landing-page .navbar-nav .nav-item .nav-link:hover,
.landing-page .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  text-shadow: 0 0 0 #3e5fce;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3e5fce;
}

.landing-page .btn-header {
  border-radius: 5px;
  color: #FF6006;
  padding: 12px 30px;
  background: #fff;
  line-height: 17px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 138px;
  font-size: 14px;
  justify-content: center;
  border: 1px solid #FF6006;
}

.landing-page .btn-header.btn-dark {
  background-color: #3A3A3A;
  border-color: #3A3A3A;
  color: #fff;
}


.landing-home {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

.landing-welcome-content h1 {
  font-size: 72px;
  font-weight: 700;
  color: #3A3A3A;
  margin-bottom: 1.5rem;
  line-height: 87.14px;
}

.landing-welcome-content p {
  font-size: 22px;
  color: #888888;
  line-height: 37.47px;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.btn-landing {
  background: #FF6006;
  border: 1px solid #FF6006;
  color: #fff;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  display: block;
  width: fit-content;
}

.btn-more {
  font-size: 14px;
  padding: 10px 15px;
  color: #FF6006;
  border: 1px solid #FF6006;
  border-radius: 5px;
  background: transparent;
}

.landing-welcome-image {
  text-align: center;
  position: relative;
}

.landing-welcome-image .img-bg {
  height: 500px;
  width: auto;
  position: relative;
}

.landing-welcome-image .img-phone {
  height: 400px;
  width: auto;
  position: absolute;
  left: 18%;
  top: 10%;
}

.landing-title small {
  color: #9497A5;
  font-weight: 400;
  font-size: 13px;
  display: block;
  line-height: 20px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.landing-title h2 {
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
  line-height: 67px;
}

.landing-title p {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 400;
  font-size: 15px;
  display: block;
  line-height: 25px;
  margin: 1em 0 0;
}

.landing-padding {
  position: relative;
  padding: 50px 0;
}

.landing-fact-card {
  border-radius: 10px;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  /* filter: drop-shadow(0px 3px rgba(0, 0, 0, 0.039)); */
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.landing-fact-card .num {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FF6006;
  font-weight: 700;
  font-size: 40px;
  border: 2px solid #eeeeeea1;
  margin-bottom: 1rem;
}

.landing-fact-card h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  color: #333333;
}

.facts-cards .col-md-4:nth-child(2) {
  margin-top: 40px;
}

.landing-facts {
  position: relative;
  padding: 100px 0 50px;
}

.landing-facts .shape1 {
  position: absolute;
  left: 16%;
  top: 33%;
}

.landing-facts .shape2 {
  position: absolute;
  left: 35%;
  top: 10%;
}

.landing-facts .shape3 {
  position: absolute;
  right: 24%;
  top: 10%;
}

.landing-facts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 432px;
  background: #F9F9F9;
}

.platform-thumb {
  text-align: center;
}

.platform-thumb .platform-img {
  width: 388px;
  position: relative;
  height: 340px;
}

.platform-thumb .platform-shape {
  position: absolute;
  width: 162px;
  height: 256px;
  right: 0;
  bottom: -37px;
  z-index: -1;
}

.platform-des {
  color: #333333;
  width: 75%;
  font-size: 20px;
  line-height: 30px;
}

.feature-large {
  box-shadow: 0px 8px 30px 0px rgb(156 155 154 / 13%);
  padding: 20px;
  margin-bottom: 1em;
  border-radius: 10px;
}

.feature-large .feature-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1em;
}

.feature-large .feature-title .icon {
  background: rgba(58, 58, 58, 0.22);
  width: 80.88px;
  height: 80.88px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-large .feature-title h3 {
  color: #333333;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 0;
}

.feature-large .des {
  color: rgba(51, 51, 51, 0.5);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.feature-small {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 8px 30px 0px rgb(156 155 154 / 13%);
  padding: 20px;
  margin-bottom: 1em;
}

.feature-small .icon {
  background: #FF6006;
  color: #fff;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.feature-small h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #333333;
}

.clients-section {
  background: #F9F9F9;
}

.landing-testimonial {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}

.landing-testimonial .review-text {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 3em;
}

.landing-testimonial .testimonial-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.landing-testimonial .testimonial-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.landing-testimonial .testimonial-info p {
  margin-bottom: 0;
  font-size: 20px;
  color: #333333;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.rating svg {
  height: 30px;
  fill: #FFC400;
}

.clients-slider .owl-next,
.clients-slider .owl-prev {
  border: 1px solid #FF6006 !important;
  color: #FF6006 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 15px !important;
}

.clients-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4em 0 0;
}

.landing-pricing {
  border: 3px solid transparent;
  transition: transform 0.2s ease-in-out;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 2em;
  box-shadow: 0 3px 25px rgb(0 0 0 / 13%);
}

.landing-pricing .pricing-title {
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
  padding: 0 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 0;
  height: 78px;
}

.landing-pricing .pricing-title h3 {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
}

.landing-pricing .pricing-like {
  font-size: 18px;
  color: #FF0000;
}

.landing-pricing .pricing-features {
  padding: 30px 20px;
  list-style: none;
  margin: 0;
  /* height: 155px; */
}

.landing-pricing .pricing-features li {
  position: relative;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 2em;
  margin-bottom: 10px;
}

.landing-pricing .pricing-features li::before {
  content: "\F26A";
  font-family: bootstrap-icons;
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #63A817;
}

.landing-pricing .pricing-footer {
  align-items: center;
  border: 1px solid #3A3A3A;
  padding: 17px 20px;
  height: 65px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
  border-radius: 10px;
  margin: -3px 0;
}

.landing-pricing .pricing-footer p {
  margin-bottom: 0;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
}

.landing-pricing .pricing-footer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  color: #3A3A3A;
  font-weight: 400;
}

.landing-pricing:hover {
  transform: translateY(-10px);
  border-color: #FF6006;
}

.landing-pricing:hover .pricing-footer {
  background: #FF6006;
  border-color: #FF6006;
}

.landing-pricing:hover .pricing-footer p,
.landing-pricing:hover .pricing-footer a {
  color: #fff;
}

.landing-pricing:hover .pricing-features {
  background: #f6f5f4;
}

.landing-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-brand img {
  width: auto !important;
  height: 90px;
}

.owl-carousel.brands-slider.owl-loaded {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.brands-slider .owl-nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
}

.brands-slider .owl-nav button.owl-prev,
.brands-slider .owl-nav button.owl-next {
  font-size: 20px;
  color: #FF6006;
}

.landing-footer {
  background: #3A3A3A;
  padding: 50px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer-logo img {
  width: auto;
  height: 40px;
  margin-bottom: 2em;
}

.footer-des {
  margin-bottom: 0;
  width: 80%;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}

.footer-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li a {
  color: #fff;
  display: block;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}


.landing-footer .footer-shape {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: auto;
  height: 200px;
}

.user-after-login {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}

.user-after-login span {
  position: relative;
  display: block;
  padding-bottom: 7px;
}

.user-after-login span::after {
  content: '';
  left: 0;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 43px;
  background: #FEBD05;
}

.user-after-login img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.user-after-login .profile-dropdown {
  width: 160px;
  top: 50px;
  left: 0;
  padding: 20px;
  border-radius: 10px;
}

.user-after-login .profile-dropdown li a {
  font-size: 13px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}

.user-after-login .profile-dropdown li:last-child a {
  margin-bottom: 0;
}

.landing-login .login-title {
  font-size: 38px;
  margin-bottom: 1em;
  color: #000000;
  line-height: 45px;
  font-weight: 700;
}

.landing-login .form-control {
  background: #F9F9F9;
  border-radius: 10px;
  height: 66px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  color: #989898;
}

.select2-container {
  width: 100% !important;
}

.success-content {
  text-align: center;
}

.success-content i {
  color: #008E13;
  font-size: 60px;
  display: block;
  margin-bottom: 0;
}

.success-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  margin-bottom: 0;
  color: #000;
}

.landing-login textarea.form-control {
  height: auto;
}

.landing-login .btn {
  background: #FF6006;
  border-radius: 10px;
  color: #fff;
  height: 66px;
  font-size: 17px;
  font-weight: 400;
}

.landing-login .text-login {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}

.landing-login .text-login button {
  margin-right: 0;
  background: transparent;
  color: #ff6006;
  font-size: 17px;
  font-weight: 700;
  border: none;
}

.login-methods {
  display: flex;
  margin: 2em 0;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.login-methods a {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #878787;
  height: 50px;
  border-radius: 10px;
}

.login-methods a i {
  font-size: 20px;
}

.modal-content {
  border-radius: 25px;
}

.modal-content .modal-body {
  padding: 2em;
}

.select2-container--default .select2-selection--single {
  height: 60px !important;
  background: #F9F9F9;
  border-radius: 10px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  right: 12px;
}

.select2-selection__rendered {
  padding: 20px !important;
  color: #000000;
  line-height: 20px !important;
  font-size: 17px;
}

.upload-box {
  position: relative;
  width: 130px;
  height: 130px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  margin-bottom: 5em;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-preview {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.upload-button {
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  bottom: 0px;
  text-shadow: 0 2px 4px rgb(0 0 0 / 73%);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 530px;
  }

}

@media (max-width: 991px) {
  .landing-page .landing-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-page .landing-header ul.landing-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .landing-page .landing-header ul.landing-menu.open {
    right: 0;
  }

  .landing-page .landing-header ul.landing-menu li.nav-item {
    display: block;
    background-color: #fff;
    text-align: left;
  }

  .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
    display: block;
  }

  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    color: #2b2b2b;
    padding: 10px 20px;
  }

  .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
    color: #3e5fce;
  }

  .landing-page .landing-header .buy-block .toggle-menu {
    display: block;
  }

}

@media(max-width:767px) {
  .landing-home {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .landing-welcome-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .landing-welcome-content p {
    font-size: 20px;
    line-height: 33.47px;
    margin-bottom: 1em;
  }

  .landing-welcome-image {
    display: none;
  }

  .landing-facts {
    padding: 50px 0;
  }

  .landing-title h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .landing-title p {
    font-size: 13px;
  }

  .landing-facts .shape1 {
    left: 5%;
    top: 0%;
  }

  .landing-padding {
    padding: 30px 0;
  }

  .landing-facts .shape2,
  .landing-facts .shape3 {
    display: none;
  }

  .landing-fact-card {
    padding: 10px 5px;
    margin-bottom: 1em;
  }

  .landing-facts::before {
    height: 349px;
  }

  .landing-fact-card .num {
    width: 80px;
    height: 80px;
    font-size: 22px;
    margin-bottom: 5px;
  }

  .landing-fact-card h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .platform-des {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .platform-thumb {
    display: none;
  }

  .landing-testimonial {
    padding: 20px;
  }

  .landing-testimonial .review-text {
    margin-bottom: 2em;
  }

  .facts-cards .col-md-4:nth-child(2) {
    margin-top: 0;
  }

  .footer-item {
    margin-bottom: 2em;
  }

  .footer-des {
    width: 100%;
  }

  .landing-footer .footer-shape {
    height: 150px;
  }

  .landing-page .btn-header {
    padding: 5px 10px;
    min-width: inherit;
    font-size: 8px;
  }

  .navbar-light .navbar-brand img {
    width: auto;
    height: 30px;
  }

  .landing-page .landing-header .buy-block {
    gap: 5px;
  }
}