@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700;800&display=swap");
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 5px 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fafafa;
}
header.sticky {
  background: #f8f6ef;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  padding: 10px 0px;
}
@media (max-width: 767.98px) {
  header.sticky {
    padding: 10px 0;
    background: #f8f6ef;
  }
}
@media (max-width: 767.98px) {
  header.sticky .navbar {
    padding-top: 0.5rem;
  }
}
header.sticky nav.navbar {
  padding-top: 0px;
}
header nav.navbar {
  padding-right: 0;
  padding-left: 0;
}
header nav.navbar img {
  width: 160px;
}
@media (max-width: 767.98px) {
  header nav.navbar img {
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  header nav ul {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: calc(100vh - 48px);
    padding: 0;
    background: #000000f2;
    text-align: center;
    overflow: auto;
    flex-direction: column !important;
    transition: 0.5s;
    transform: translateY(-100%);
    opacity: 0;
    justify-content: center;
  }
}
header nav ul li {
  position: relative;
  list-style-type: none;
  margin-left: 45px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header nav ul li {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  header nav ul li {
    margin: 20px 0;
    font-size: 24px;
    display: inline-block;
  }
}
header nav ul li:last-child a {
  background-color: #f7c744;
  border-radius: 15px;
  padding: 20px 28px !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  color: #141003;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  header nav ul li:last-child a {
    display: inline-block;
  }
}
header nav ul li:last-child a:hover {
  background-color: #fff;
}
header nav ul li a {
  position: relative;
  display: inline-block;
  color: #848484;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  padding: 5px 0px !important;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul li a.active, header nav ul li a:hover {
  color: #f7c744;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  header nav ul li a {
    font-size: 20px;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  header nav .toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    right: 30px;
    cursor: pointer;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  header nav .toggle::before {
    content: "";
    position: absolute;
    top: 4px;
    background-color: #141003;
    height: 2px;
    width: 100%;
    z-index: 1;
    box-shadow: 0 10px 0 #141003;
    transition: 0.5s;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  header nav .toggle::after {
    content: "";
    position: absolute;
    bottom: 4px;
    background-color: #141003;
    height: 2px;
    width: 100%;
    z-index: 1;
    transition: 0.5s;
  }
}
header.active nav ul {
  transform: translateY(0);
  top: 48px;
  opacity: 1;
}

@media (max-width: 767.98px) {
  header.active .toggle::before {
    box-shadow: 0 0 0 #141003;
    transform: rotate(45deg);
    top: 14px;
  }

  header.active .toggle::after {
    transform: rotate(-45deg);
    bottom: 14px;
  }
}
.banner-wrapper {
  padding-top: 45px;
  padding-bottom: 110px;
  position: relative;
  background: #fafafa;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-wrapper {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-wrapper {
    padding-top: 0;
  }
}
.banner-wrapper .banner {
  align-items: center;
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner {
    flex-direction: column-reverse;
  }
}
.banner-wrapper .banner .card {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.banner-wrapper .banner .card .card-title h5 {
  font-size: 56px;
  line-height: 74px;
  letter-spacing: -0.107376px;
  margin-bottom: 13px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #141003;
}
@media (max-width: 500px) {
  .banner-wrapper .banner .card .card-title h5 {
    font-size: 40px;
    line-height: 60px;
  }
}
.banner-wrapper .banner .card .card-text {
  padding-right: 2rem;
}
@media (max-width: 500px) {
  .banner-wrapper .banner .card .card-text {
    padding-right: 0;
  }
}
.banner-wrapper .banner .card .card-text p {
  margin-bottom: 40px;
  color: #848484;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 177.1%;
}
.banner-wrapper .banner .card .card-links a {
  width: 220px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .banner-wrapper .banner .card .card-links a {
    width: 150px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
    height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner img {
    margin-bottom: 50px;
  }
}

.choose-us-wrapper {
  background: #f8f6ef;
  padding: 100px 0;
}
.choose-us-wrapper .choose-us {
  padding-top: 85px;
}
.choose-us-wrapper .choose-us .card {
  background: #ffffff;
  border-radius: 25px;
  border: 0;
  height: 250px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .choose-us-wrapper .choose-us .card {
    height: 280px;
  }
}
.choose-us-wrapper .choose-us .card .card-body {
  padding: 30px;
}
@media (max-width: 767.98px) {
  .choose-us-wrapper .choose-us .card .card-body {
    padding: 25px;
  }
}
.choose-us-wrapper .choose-us .card .card-body .icon {
  margin-bottom: 20px;
}
.choose-us-wrapper .choose-us .card .card-body .icon span {
  width: 63px;
  height: 63px;
  background: #fefbed;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.choose-us-wrapper .choose-us .card .card-body .title h5 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #141003;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767.98px) {
  .choose-us-wrapper .choose-us .card .card-body .title h5 {
    font-size: 20px;
  }
}
.choose-us-wrapper .choose-us .card .card-body .card-text p {
  font-family: "Mulish", sans-serif;
  color: #848484;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 177.1%;
}

.payment-accept-wrapper {
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 767.98px) {
  .payment-accept-wrapper {
    padding-bottom: 0;
  }
}
.payment-accept-wrapper .title-section-home.bg-circle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.payment-accept-wrapper .title-section-home img {
  margin: 35px 0;
}
.payment-accept-wrapper .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.payment-accept-wrapper .card ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-accept-wrapper .card ul li {
  background: #ffffff;
  border-radius: 20px;
  width: 260px;
  height: 74px;
  margin: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .payment-info-details {
    padding-bottom: 50px;
  }
}
.payment-info-details .title-section-home h5 {
  margin-bottom: 32px;
  line-height: 60px;
}
.payment-info-details .title-section-home p {
  font-weight: 300;
  font-size: 16px;
  line-height: 177%;
  max-width: 424px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .payment-info-details .title-section-home p {
    max-width: 100%;
  }
}
.payment-info-details .title-section-home ol {
  margin-left: 1rem;
  padding: 0;
  margin-bottom: 30px;
}
.payment-info-details .title-section-home ol li {
  margin-bottom: 0px;
  color: #848484;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 177.1%;
}
.payment-info-details .title-section-home a.btn-theme {
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-transform: capitalize;
}

.brand-wrapper {
  background-color: #fff;
  padding: 100px 0;
}
.brand-wrapper .title-section-home {
  padding-bottom: 80px;
}
.brand-wrapper .brand-carousel {
  margin: 50px 0;
}
.brand-wrapper .brand-carousel .brand-active .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-wrapper .brand-carousel .brand-active .owl-stage-outer .owl-stage .owl-item .brand-icon a img {
  width: auto;
}

.review-wrapper {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .review-wrapper {
    padding-bottom: 50px;
  }
}
.review-wrapper .title-section-home {
  padding-bottom: 80px;
}
.review-wrapper .review-carousel .review-active .card {
  width: 346.77px;
  height: 570.6px;
  border: 0;
  position: relative;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.review-wrapper .review-carousel .review-active .card .bg-yellow-card {
  position: absolute;
  width: 220.45px;
  height: 293.14px;
  background: #f7c744;
  border-radius: 15% 10% 8% 0%;
  top: 28%;
  left: 0%;
  transform: skew(16deg, 31deg);
}
.review-wrapper .review-carousel .review-active .card .bg-white-card {
  position: absolute;
  width: 332.47px;
  height: 370.6px;
  background: #fff;
  border-radius: 30% 10% 15% 10%;
  top: 13%;
  left: 1%;
  transform: skew(-1deg, 20deg);
}
.review-wrapper .review-carousel .review-active .card .card-body {
  position: relative;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-image {
  margin-bottom: 20px;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-image img {
  width: 84px;
  display: inline-block;
  height: 84px;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-quote {
  margin-bottom: 15px;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-details {
  margin-bottom: 35px;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-details p {
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.0659594px;
  max-width: 160px;
  margin: 0 auto;
  line-height: 177%;
  font-weight: 300;
  color: #848484;
  font-family: "Mulish", sans-serif;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-content h5 {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.0659594px;
  color: #595959;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.review-wrapper .review-carousel .review-active .card .card-body .card-content h6 {
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.0659594px;
  font-family: "Mulish", sans-serif;
}

.review-active .owl-item.center .item .card {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.subscribe-wrapper {
  margin-bottom: 105px;
}
.subscribe-wrapper .bg-subscribe {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 420px;
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .bg-subscribe {
    height: 500px;
  }
}
.subscribe-wrapper .bg-subscribe .title-section-home h5 {
  color: #fff;
  max-width: 480px;
  margin: 75px auto 40px auto;
  font-size: 36px;
  line-height: 45px;
}
.subscribe-wrapper .bg-subscribe .title-section-home p {
  color: #fff;
  margin-bottom: 50px;
}
.subscribe-wrapper .bg-subscribe .title-section-home form .form-group {
  width: 610px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .bg-subscribe .title-section-home form .form-group {
    width: 100%;
  }
}
.subscribe-wrapper .bg-subscribe .title-section-home form .form-group input {
  background: #ffffff;
  border-radius: 15px;
  height: 71px;
  width: 100%;
  border: 0;
  padding: 0 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
}
.subscribe-wrapper .bg-subscribe .title-section-home form .form-group button {
  background: #f7c744;
  border-radius: 15px;
  height: 71px;
  width: 196px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.107376px;
  color: #141003;
  border: 0;
  position: absolute;
  right: 0;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .bg-subscribe .title-section-home form .form-group button {
    width: 120px;
  }
}
.subscribe-wrapper .bg-subscribe .title-section-home form .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c1c1c1;
  opacity: 1;
  /* Firefox */
}
.subscribe-wrapper .bg-subscribe .title-section-home form .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}
.subscribe-wrapper .bg-subscribe .title-section-home form .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c1c1c1;
}

footer {
  padding-bottom: 50px;
}
footer .content img {
  margin-bottom: 30px;
}
footer .content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  max-width: 320px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767.98px) {
  footer .content p {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
footer .all-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .all-links ul li {
  font-family: "Mulish", sans-serif;
}
footer .all-links ul li:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #141003;
  font-family: "Mulish", sans-serif;
  margin-bottom: 35px;
}
@media (max-width: 400px) {
  footer .all-links ul li:first-child {
    font-size: 16px;
  }
}
footer .all-links ul li a {
  transition: all 0.3s ease;
  font-weight: 300;
  font-size: 17.9947px;
  line-height: 23px;
  color: #848484;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 400px) {
  footer .all-links ul li a {
    font-size: 16px;
  }
}
footer .all-links ul li a:hover {
  color: #f7c744;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

:focus-visible {
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
}

main {
  padding-top: 130px;
  background: #fafafa;
}

.btn-theme {
  height: 64px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  background: #f7c744;
  border-radius: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  color: #141003;
  display: inline-block;
  line-height: 64px;
  text-align: center;
  transition: all 0.3s ease;
  border: 0;
}
.btn-theme.btn-theme-outline {
  background: #fff;
}
.btn-theme.btn-theme-outline:hover {
  background: #f7c744;
}
.btn-theme:hover {
  background: #fff;
  color: #141003;
}

.title-section-home h5 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.107376px;
  margin-bottom: 33px;
  font-weight: 700;
  color: #141003;
  font-family: "Mulish", sans-serif;
}
.title-section-home p {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #848484;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}

body {
  background: #fafafa;
  color: #848484;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 177.1%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: #141003;
}

.custom-container {
  max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* html {
  scroll-behavior: smooth;
  background: #f5f5f5;
}

body {
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 400;
  color: #030303;
}
body a:hover {
  text-decoration: none;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style-type: none;
}
body ul li a {
  text-decoration: none;
}
body ul li a:hover {
  text-decoration: none;
}
body ul li a:focus {
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
}

:focus-visible {
  outline: 0;
}

#sidebar {
  min-width: 356px;
  max-width: 356px;
  background: #f8f9fe;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s;
  position: fixed;
}
@media (max-width: 1199.98px) {
  #sidebar {
    min-width: auto;
    max-width: auto;
    width: 356px;
    position: fixed;
    top: 0;
    left: -356px;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1199.98px) and (max-width: 400px) {
  #sidebar {
    width: 300px;
    left: -300px;
  }
}
#sidebar.active {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #sidebar.active {
    left: 0;
    min-width: auto;
    max-width: 320px;
  }
}
#sidebar.active .sidebar-header {
  margin: 32px 25px;
}
#sidebar.active .sidebar-header h3 {
  display: none;
}
@media (max-width: 1199.98px) {
  #sidebar.active .sidebar-header h3 {
    display: block;
  }
}
#sidebar.active .sidebar-header strong {
  display: block;
}
@media (max-width: 1199.98px) {
  #sidebar.active .sidebar-header strong {
    display: none;
  }
}
#sidebar.active ul li {
  margin-bottom: 5px;
}
#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
  margin: 0;
  border-radius: 0 !important;
}
@media (max-width: 1199.98px) {
  #sidebar.active ul li a {
    text-align: left;
    padding: 20px 10px;
    font-size: 18px;
  }
}
#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  #sidebar.active ul li a i {
    margin-right: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 0;
  }
}
#sidebar.active ul li a.dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 1199.98px) {
  #sidebar.active ul li a.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    bottom: inherit;
  }
}
#sidebar.active ul li ul li a {
  padding: 10px !important;
}
#sidebar .sidebar-header h3 img {
  max-width: 230px;
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
@media (max-width: 1199.98px) {
  #sidebar .sidebar-header h3 img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #sidebar .sidebar-header h3 {
    display: none;
  }
}
#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}
@media (max-width: 991px) {
  #sidebar .sidebar-header strong {
    display: block;
  }
}
#sidebar .sidebar-header strong a img {
  max-width: 50px;
}
#sidebar ul li a {
  text-align: left;
  color: #808080;
  border-radius: 10px;
  padding: 20px 10px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 20px;
  margin: 0 65px 3px 65px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  #sidebar ul li a {
    margin: 0 20px 0 20px;
  }
}
#sidebar ul li a:hover {
  color: #ffffff;
  background: #583bad;
  border-radius: 10px;
  padding: 20px 10px;
}
#sidebar ul li a:hover i svg path {
  stroke: #ffffff;
}
#sidebar ul li a:hover i svg circle {
  stroke: #ffffff;
}
#sidebar ul li a:hover span.badge {
  color: #583bad;
  background: #ffffff;
}
#sidebar ul li a i {
  margin-right: 8px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
}
#sidebar ul li a i svg {
  width: 30px;
}
#sidebar ul li a span.badge {
  background: #583bad;
  border-radius: 10px;
  width: 22.02px;
  height: 17px;
  font-size: 8px;
  line-height: 9px;
  color: #fff;
  line-height: 13px;
  margin-top: 3px;
  font-weight: 400;
}
#sidebar ul li a.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar ul li.active a {
  color: #ffffff;
  background: #583bad;
  font-weight: 400;
  border-radius: 10px;
  padding: 16px 13px;
}
#sidebar ul li.active a i svg path {
  fill: #583bad;
  stroke: #ffffff;
}
#sidebar ul li.active ul li.active {
  color: #ffffff;
  background: #583bad;
}
#sidebar ul li.active ul li a {
  color: inherit;
  background: inherit;
}
#sidebar ul li ul li a {
  border-bottom: 1px solid;
  border-bottom-color: #fef1ed;
  padding-left: 6rem;
}
@media (max-width: 1199.98px) {
  #sidebar ul li ul li a {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  #sidebar ul li ul li a {
    padding: 10px !important;
  }
}
#sidebar a[aria-expanded=true] {
  color: #583bad;
  background: rgba(14, 192, 171, 0.1);
}
#sidebar a[data-toggle=collapse] {
  position: relative;
}

.make_me_blue {
  margin-left: 80px;
}

#navigationBar {
  min-height: 120px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  #navigationBar {
    padding: 0;
  }
}
#navigationBar .top-navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 -15px;
}
@media (max-width: 1199.98px) {
  #navigationBar .top-navbar-wrapper {
    margin: 0;
  }
}
#navigationBar .top-navbar-wrapper button.toggle-button {
  border: 0;
  background-color: transparent;
  padding-left: 16px;
}
@media (max-width: 1199.98px) {
  #navigationBar .top-navbar-wrapper button.toggle-button {
    padding-left: 0;
  }
}
#navigationBar .top-navbar-wrapper button.toggle-button i.fa-align-left {
  color: #363b64;
  font-size: 30px;
}
#navigationBar .top-navbar-wrapper button.toggle-button span {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #363b64;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  #navigationBar .top-navbar-wrapper button.toggle-button span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #navigationBar .top-navbar-wrapper button.toggle-button span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper button.toggle-button span {
    display: none;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar {
    justify-content: flex-end;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav {
  margin-right: 0px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav {
    flex-direction: row;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li {
  margin-right: 5px;
  position: relative;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li::after {
  content: "";
  right: 0px;
  top: 3px;
  position: absolute;
  width: 3px;
  height: 40px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(128, 128, 128, 0.25) 0%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li:first-child::after {
  display: none;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.custom-line::after {
  top: 15px;
  right: -3px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.withdraw-none a #reportrange {
  background: #f8f9fe;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.withdraw-none a #reportrange span {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(3, 3, 3, 0.75);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.withdraw-none input {
  border-color: transparent;
  background-color: #f8f9fe;
  height: 50px;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(3, 3, 3, 0.75);
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.withdraw-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.deposit-none {
    display: none;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown {
  margin-right: 0;
  margin-left: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown {
  position: relative;
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown {
    width: 100%;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown .dropdown-menu {
  background: #ffffff;
  border: 0.1px solid rgba(61, 52, 112, 0.5);
  box-shadow: -8px 16px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  border-radius: 5px;
  margin-top: 10px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown .dropdown-menu::before {
  content: "";
  border-bottom: 16px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  left: 48px;
  z-index: 10;
  width: 0;
  height: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown .dropdown-menu::after {
  content: "";
  border-bottom: 16px solid rgba(61, 52, 112, 0.5);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -17px;
  left: 48px;
  width: 0;
  height: 0;
  z-index: 8;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown a.dropdown-toggle::after {
  display: none;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle svg {
    width: 14px;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle:hover img.icon-down:hover {
  transform: translateY(3px);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown .dropdown-menu a.dropdown-item {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 25px 13px 25px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown .dropdown-menu a.dropdown-item {
    padding: 15px 10px 15px 10px;
    color: #ffffff;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: linear-gradient(89.92deg, #363b64 1.29%, #583bad 99.94%);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li a {
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li a svg {
  margin-right: 5px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav {
  align-items: center;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li {
  position: relative;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li::after {
  content: "";
  right: -3px;
  top: 5px;
  position: absolute;
  width: 3px;
  height: 40px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(128, 128, 128, 0.25) 0%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li:last-child::after {
  display: none;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell {
  position: relative;
  font-size: 27px;
  color: #f7c744;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell i {
  position: absolute;
  right: 0;
  font-size: 10px;
  top: 2px;
  color: #f7c744;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell i {
    font-size: 6px;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown {
  margin-right: 0;
  margin-left: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
  position: relative;
  margin-left: 0;
}
@media (max-width: 1470px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
    width: auto;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
    margin-left: 0;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown .dropdown-menu {
  background: #ffffff;
  border: 0.1px solid #f7c744;
  box-shadow: -8px 16px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  border-radius: 5px;
  margin-top: 10px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown .dropdown-menu::before {
  content: "";
  border-bottom: 16px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  right: 25px;
  z-index: 10;
  width: 0;
  height: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown .dropdown-menu::after {
  content: "";
  border-bottom: 16px solid #f7c744;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -17px;
  right: 25px;
  width: 0;
  height: 0;
  z-index: 8;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.dropdown-toggle::after {
  display: none;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle {
  display: flex;
  align-items: center;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle .profile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle .profile-content span {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle .profile-content span:last-child {
  color: #a098ae;
  font-weight: 400;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown a .dropdown-toggle img.icon-down {
  margin-left: 5px;
  transition: transform 0.15s linear;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown a .dropdown-toggle:hover img.icon-down:hover {
  transform: translateY(3px);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu {
  padding: 1px 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu a.dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  padding: 13px 25px 13px 25px;
  font-family: "Rubik", sans-serif;
  border-bottom: 0.5px solid #fef1ed;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: #f7c744;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item {
  padding: 13px 25px 13px 25px;
  font-family: "Rubik", sans-serif;
  border-bottom: 0.5px solid #f5f5f5;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item {
    padding: 15px 10px 15px 10px;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item p span {
  color: #583bad;
  font-size: 14px;
  font-weight: 300;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item span {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #ceccd6;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item.active {
  background: #f7c744;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item.active span {
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item:hover {
  background: #f7c744;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item:hover span {
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}

.form-control:focus,
.form-control:active {
  border-color: #000;
  outline: 0;
  box-shadow: inset 0 0 0;
}

.info-cards .card {
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.info-cards .card .card-body {
  background: #fefad8;
  border-radius: 10px;
  padding-bottom: 0;
}
.info-cards .card .card-body.bg-indigo {
  background: #dffff4;
}
.info-cards .card .card-body.bg-orange {
  background: #fdf4f5;
}
.info-cards .card .card-body .amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .info-cards .card .card-body .amount svg {
    width: 30px;
  }
}
.info-cards .card .card-body .amount span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .info-cards .card .card-body .amount span {
    font-size: 15px;
  }
}
.info-cards .card .card-body .balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.info-cards .card .card-body .balance .title-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #030303;
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .info-cards .card .card-body .balance .title-name {
    font-size: 10px;
  }
}
.info-cards .card .card-body .balance .result span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #00ceaa;
}
.info-cards .card .card-body .year {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-cards .card .card-body .year span {
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #808080;
}

.chart-card {
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 100%;
}
.chart-card .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 15px;
}
.chart-card .title-bar .title h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
}
@media (max-width: 575px) {
  .chart-card .title-bar .title h5 {
    font-size: 16px;
  }
}
.chart-card .title-bar .select-dropdown {
  position: relative;
}
.chart-card .title-bar .select-dropdown select {
  border-color: transparent;
  background: #f8f9fe;
  border-radius: 10px;
  height: 40px;
  width: 140px;
  padding-left: 17px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(3, 3, 3, 0.75);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.chart-card .title-bar .select-dropdown svg {
  position: absolute;
  top: 16px;
  right: 25px;
}
.chart-card .chart canvas {
  min-height: 330px;
  height: 330px;
  max-height: 330px;
  max-width: 100%;
}
.chart-card .chart canvas #container {
  height: 250px;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .chart-card .chart canvas #container {
    height: 200px;
  }
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
  .chart-card .chart canvas #container {
    height: 257px;
  }
}

.analytics-card {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .analytics-card {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .analytics-card {
    margin-top: 25px;
  }
}
.analytics-card .card-body {
  padding: 0;
}
.analytics-card .card-body h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin-bottom: 25px;
}
.analytics-card .card-body .card-box {
  position: relative;
}
.analytics-card .card-body .card-box .behind-card {
  background: #593cae;
  border-radius: 10px;
  width: 80%;
  height: 161px;
  position: relative;
  left: 20px;
}
@media (max-width: 1499.98px) {
  .analytics-card .card-body .card-box .behind-card {
    width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .analytics-card .card-body .card-box .behind-card {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .analytics-card .card-body .card-box .behind-card {
    width: 60%;
  }
}
.analytics-card .card-body .card-box .front-card {
  width: 80%;
  height: 155px;
  background: rgba(255, 253, 241, 0.2);
  backdrop-filter: blur(32px);
  border-radius: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 1499.98px) {
  .analytics-card .card-body .card-box .front-card {
    width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .analytics-card .card-body .card-box .front-card {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .analytics-card .card-body .card-box .front-card {
    width: 60%;
  }
}
.analytics-card .card-body .card-box .front-card .amount-wrapper {
  padding: 25px;
  display: flex;
  justify-content: space-between;
}
.analytics-card .card-body .card-box .front-card .amount-wrapper .amount {
  display: flex;
  flex-direction: column;
}
.analytics-card .card-body .card-box .front-card .amount-wrapper .amount span {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 5px;
}
.analytics-card .card-body .card-box .front-card .amount-wrapper .amount span:first-child {
  font-size: 13.3333px;
  line-height: 16px;
}
.analytics-card .card-body .card-box .front-card .amount-wrapper .amount span:last-child {
  font-size: 24px;
  line-height: 28px;
}
.analytics-card .card-body .card-box .wallet-id {
  padding: 0 25px;
}
.analytics-card .card-body .card-box .wallet-id span {
  font-weight: 300;
  font-size: 13.3333px;
  line-height: 16px;
  color: #ffffff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.analytics-card .card-body hr {
  margin-top: 30px;
  border-color: #ebecf1;
}

.wallet-card {
  border: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wallet-card {
    margin-top: 2rem;
  }
}
.wallet-card .title-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wallet-card .title-bar h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
}
@media (max-width: 575.98px) {
  .wallet-card .title-bar h5 {
    font-size: 14px;
  }
}
.wallet-card .title-bar a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #668dff;
}
@media (max-width: 575.98px) {
  .wallet-card .title-bar a {
    font-size: 12px;
  }
}
.wallet-card ul {
  height: 165px;
  overflow-y: scroll;
  padding-right: 10px;
  margin-bottom: 5px;
}
.wallet-card ul li {
  margin-bottom: 20px;
  transition: all 0.3s ease;
  padding: 5px;
  margin-left: 8px;
}
@media (max-width: 1500px) {
  .wallet-card ul li {
    padding: 0;
    margin-left: 0;
  }
}
.wallet-card ul li.wallet-listing {
  position: relative;
}
.wallet-card ul li.wallet-listing span.success-icon {
  position: absolute;
  top: 0;
}
.wallet-card ul li:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.wallet-card ul li .wallet-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wallet-card ul li .wallet-address .wallet-img {
  display: flex;
  align-items: center;
}
.wallet-card ul li .wallet-address .wallet-img svg {
  margin-right: 10px;
}
@media (min-width: 1200px) and (max-width: 1370.98px) {
  .wallet-card ul li .wallet-address .wallet-img svg {
    margin-right: 5px;
    width: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  .wallet-card ul li .wallet-address .wallet-img svg {
    width: 36px;
  }
}
@media (max-width: 575.98px) {
  .wallet-card ul li .wallet-address .wallet-img svg {
    width: 30px;
  }
}
.wallet-card ul li .wallet-address .wallet-img .coin-name {
  display: flex;
  flex-direction: column;
}
.wallet-card ul li .wallet-address .wallet-img .coin-name span {
  font-weight: 300;
}
.wallet-card ul li .wallet-address .wallet-img .coin-name span:first-child {
  font-size: 16px;
  line-height: 21px;
  color: #17171a;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  .wallet-card ul li .wallet-address .wallet-img .coin-name span:first-child {
    font-size: 14px;
  }
}
.wallet-card ul li .wallet-address .wallet-img .coin-name span:last-child {
  font-size: 12px;
  line-height: 16px;
  color: #aeb6ce;
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  .wallet-card ul li .wallet-address .wallet-img .coin-name span:last-child {
    font-size: 10px;
  }
}
.wallet-card ul li .wallet-amount {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.wallet-card ul li .wallet-amount span {
  font-weight: 300;
}
.wallet-card ul li .wallet-amount span:first-child {
  font-size: 16px;
  line-height: 21px;
  color: #17171a;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .wallet-card ul li .wallet-amount span:first-child {
    font-size: 14px;
  }
}
.wallet-card ul li .wallet-amount span:last-child {
  font-size: 12px;
  line-height: 16px;
  color: #aeb6ce;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .wallet-card ul li .wallet-amount span:last-child {
    font-size: 10px;
  }
}

.send-money-btn button {
  display: block;
  border: 0;
  background: transparent;
  border: 1px solid #583bad;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #583bad;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.send-money-btn button:hover {
  background-color: #583bad;
  color: #fff;
}

.title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-section h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin: 0;
}
@media (max-width: 575.98px) {
  .title-section h5 {
    font-size: 14px;
  }
}
.title-section a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #668dff;
}
@media (max-width: 575.98px) {
  .title-section a {
    font-size: 12px;
  }
}

.transaction-table .table-responsive table thead tr th {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
  border-bottom: 0;
  padding: 21px 0.75rem;
}
.transaction-table .table-responsive table tbody tr td {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(3, 3, 3, 0.75);
  vertical-align: middle;
  padding: 15px 0.75rem;
}
.transaction-table .table-responsive table tbody tr td .trxid button {
  border: 0;
  background: transparent;
  color: #00ab8d;
}
.transaction-table .table-responsive table tbody tr td .currency img {
  margin-right: 7px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .transaction-table .table-responsive table tbody tr td .currency img {
    width: 20px;
  }
}
.transaction-table .table-responsive table tbody tr td .currency span {
  color: #424242;
  font-size: 13.3333px;
  line-height: 16px;
}
.transaction-table .table-responsive table tbody tr td .wallet-id p {
  margin: 0;
}
.transaction-table .table-responsive table tbody tr td .amount span {
  color: #e94d4d;
}
.transaction-table .table-responsive table tbody tr td .amount span.text-green {
  color: #00ab8d;
}
.transaction-table .table-responsive table tbody tr td .amount-btn {
  background: rgba(233, 77, 77, 0.1);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  display: inline-flex;
}
.transaction-table .table-responsive table tbody tr td .amount-btn.amount-btn-success {
  background: rgba(0, 206, 170, 0.1);
}
.transaction-table .table-responsive table tbody tr td .amount-btn.amount-btn-success span {
  color: #00ab8d;
}
.transaction-table .table-responsive table tbody tr td .amount-btn span {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #e94d4d;
  text-transform: capitalize;
}

.login-wrapper .image-card {
  background: radial-gradient(50% 50% at 50% 50%, rgba(89, 60, 174, 0.8) 0%, #593cae 100%);
  border: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .login-wrapper .image-card {
    display: none;
  }
}
.login-wrapper .image-card .card-body {
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-wrapper .content-card {
  border-radius: 0;
}
.login-wrapper .content-card .card-body {
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.login-wrapper .content-card .card-body .card-logo {
  width: 100%;
  text-align: center;
  margin-left: -200px;
}
@media (max-width: 575.98px) {
  .login-wrapper .content-card .card-body .card-logo {
    margin-left: 0;
  }
}
.login-wrapper .content-card .card-body .card-logo img {
  max-width: 230px;
  margin-left: 4rem;
}
.login-wrapper .content-card .card-body .card-details.logout-details {
  max-width: 400px;
  margin: 0 auto;
}
.login-wrapper .content-card .card-body .card-details.logout-details .form-title h5 {
  font-weight: 400;
}
.login-wrapper .content-card .card-body .card-details.logout-details p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
}
.login-wrapper .content-card .card-body .card-details.logout-details button {
  border: 1px solid #593cae;
  border-radius: 5px;
  width: 100%;
  background: transparent;
  height: 50px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #593cae;
  transition: all 0.3s ease;
}
.login-wrapper .content-card .card-body .card-details.logout-details button:hover {
  background: #593cae;
  color: #fff;
}
.login-wrapper .content-card .card-body .card-details .form-title h5 {
  margin: 0 0 55px 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.login-wrapper .content-card .card-body .card-details form .form-group.form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.login-wrapper .content-card .card-body .card-details form .form-group.form-check .checkbox-group label {
  font-weight: 300;
  font-size: 14px;
  vertical-align: text-top;
  margin: 0;
}
.login-wrapper .content-card .card-body .card-details form .form-group.form-check .forgot-password a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #2c5282;
}
.login-wrapper .content-card .card-body .card-details form .form-group label {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #4a5568;
  display: block;
  margin: 0 0 10px 0;
}
.login-wrapper .content-card .card-body .card-details form .form-group input[type=email],
.login-wrapper .content-card .card-body .card-details form .form-group input[type=password],
.login-wrapper .content-card .card-body .card-details form .form-group input[type=text] {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  width: 350px;
  height: 50px;
  background: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2d3748;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .login-wrapper .content-card .card-body .card-details form .form-group input[type=email],
.login-wrapper .content-card .card-body .card-details form .form-group input[type=password],
.login-wrapper .content-card .card-body .card-details form .form-group input[type=text] {
    width: 100%;
  }
}
.login-wrapper .content-card .card-body .card-details form .form-group .input-group .input-group-addon {
  position: absolute;
  right: 10px;
  top: 13px;
}
.login-wrapper .content-card .card-body .card-details form .form-group .input-group .input-group-addon a {
  color: #999;
}
.login-wrapper .content-card .card-body .card-details form .form-group .input-group .input-group-addon a i {
  font-size: 10px;
}
.login-wrapper .content-card .card-body .card-details form .form-group .btn-login {
  background: #593cae;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}
.login-wrapper .content-card .card-body .card-footers p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #616161;
}
.login-wrapper .content-card .card-body .card-footers p a {
  color: #2b6cb0;
}

@media (max-width: 768px) {
  .transaction-tab.connected-wallet-tab {
    margin-top: 1rem;
  }
}
.transaction-tab.connected-wallet-tab .nav {
  width: 100%;
  justify-content: inherit;
  margin-top: -10px;
}
.transaction-tab.connected-wallet-tab .nav.nav-tabs {
  margin-bottom: 30px;
}
.transaction-tab .nav {
  width: 215px;
}
.transaction-tab .nav.nav-tabs {
  border-color: #efefef;
  border-width: 2px;
}
.transaction-tab .nav a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
}
.transaction-tab .nav a.nav-link:hover {
  border-color: #fff #fff #408fd9;
}
.transaction-tab .nav a.active {
  color: #a098ae;
  background-color: transparent;
  border-color: #fff #fff #408fd9;
  border-radius: 0;
  color: #408fd9;
  font-weight: 400;
}

.total-commission {
  float: right;
}
.total-commission span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #408fd9;
  display: flex;
  align-items: center;
}
.total-commission span strong {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #808080;
  margin-right: 5px;
}

.wallet-listing ul li {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #edf0ff;
}
@media (max-width: 450px) {
  .wallet-listing ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wallet-listing ul li:first-child {
  border-top: 1px solid #edf0ff;
}
.wallet-listing ul li .icon-area {
  display: flex;
  align-items: center;
}
.wallet-listing ul li .icon-area .icon {
  width: 68px;
  height: 68px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 42px;
}
.wallet-listing ul li .icon-area .icon-text {
  display: flex;
  flex-direction: column;
}
.wallet-listing ul li .icon-area .icon-text span:first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(3, 3, 3, 0.75);
  margin-bottom: 20px;
}
.wallet-listing ul li .icon-area .icon-text span:last-child {
  font-weight: 300;
  font-size: 13.3333px;
  line-height: 16px;
  color: #9d9d9d;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.wallet-listing ul li .icon-area .icon-text span.text-muted {
  color: #777 !important;
}
.wallet-listing ul li .icon-button button {
  background: #00ceaa;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  border: 0;
}
@media (max-width: 450px) {
  .wallet-listing ul li .icon-button button {
    margin-left: 110px;
    margin-top: 15px;
  }
}
.wallet-listing ul li .icon-button button.disable {
  background: transparent;
  border: 1px solid #777777;
  color: #777777;
}

.card-add-new-wallet {
  border: 0;
  border-radius: 0;
  background: #f8f9fe;
}
.card-add-new-wallet .card-body {
  padding: 30px;
}
.card-add-new-wallet .card-body .card-title h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin-bottom: 20px;
}
.card-add-new-wallet .card-body .card-text {
  margin-bottom: 45px;
}
.card-add-new-wallet .card-body .card-text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
.card-add-new-wallet .card-body .form-card .form-group {
  position: relative;
}
.card-add-new-wallet .card-body .form-card .form-group select {
  height: 30px;
  border: 1px solid #777777;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #b1b1b1;
  padding: 0px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.card-add-new-wallet .card-body .form-card .form-group svg {
  position: absolute;
  top: 13px;
  right: 13px;
}
.card-add-new-wallet .card-body .form-card .form-group input[type=text] {
  height: 30px;
  border: 1px solid #777777;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #b1b1b1;
  padding: 0px 14px;
}
.card-add-new-wallet .card-body .form-card .form-group input[type=password] {
  height: 30px;
  border: 1px solid #777777;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #b1b1b1;
  padding: 0px 14px;
}
.card-add-new-wallet .card-body .form-card .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b1b1b1;
  opacity: 1;
  /* Firefox */
}
.card-add-new-wallet .card-body .form-card .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1b1;
}
.card-add-new-wallet .card-body .form-card .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1b1;
}
.card-add-new-wallet .card-body .form-card .form-group button {
  background: #00ceaa;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  border: 0;
  width: 100%;
  margin-top: 15px;
}

#sendMoneyModal .modal-dialog {
  max-width: 365px;
}
#sendMoneyModal .modal-dialog .modal-content .modal-body {
  background: #f8f9fe;
  padding: 25px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform fieldset .close {
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
  font-size: 16px;
}
#msform fieldset .send-money-wrapper {
  margin-bottom: 60px;
}
#msform fieldset .send-money-wrapper h2.title {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin: 0 0 17px 0;
}
#msform fieldset .send-money-wrapper p.details {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
  margin: 0 0 32px 0;
}
#msform fieldset .send-money-wrapper .send-money-form {
  position: relative;
}
#msform fieldset .send-money-wrapper .send-money-form select {
  width: 100%;
  border-color: #777;
  border-radius: 5px;
  height: 30px;
  background: transparent;
  margin-bottom: 17px;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #b1b1b1;
  padding: 4px 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#msform fieldset .send-money-wrapper .send-money-form svg {
  position: absolute;
  right: 10px;
  top: 10px;
}
#msform fieldset .send-money-wrapper .send-money-form label {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
#msform fieldset .send-money-wrapper .send-money-form label span {
  color: red;
}
#msform fieldset .send-money-wrapper .send-money-form input {
  width: 100%;
  border: 1px solid #777;
  border-radius: 5px;
  height: 30px;
  background: transparent;
  margin-bottom: 17px;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #b1b1b1;
  padding: 4px 8px;
}
#msform fieldset input[type=button] {
  background: #00ceaa;
  border-radius: 5px;
  border: 0;
  width: 100%;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
#msform fieldset input[type=button].previous {
  background: transparent;
  color: #333;
  border: 1px solid #c9c9c9;
}
#msform fieldset .fs-title {
  font-family: "Rubik";
  font-weight: 400;
  color: #080808;
}

#walletForm fieldset {
  background-color: #f8f9fe;
  padding: 50px;
}
#walletForm fieldset:not(:first-of-type) {
  display: none;
}
#walletForm fieldset .close {
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  font-size: 16px;
}
#walletForm fieldset .send-money-wrapper {
  margin-bottom: 20px;
}
#walletForm fieldset .send-money-wrapper h2.title {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin: 0 0 17px 0;
}
#walletForm fieldset .send-money-wrapper p.details {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
  margin: 0 0 32px 0;
}
#walletForm fieldset .send-money-wrapper .send-money-form {
  position: relative;
}
#walletForm fieldset .send-money-wrapper .send-money-form select {
  width: 100%;
  border-color: #777;
  border-radius: 5px;
  height: 30px;
  background: transparent;
  margin-bottom: 17px;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #b1b1b1;
  padding: 4px 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#walletForm fieldset .send-money-wrapper .send-money-form svg {
  position: absolute;
  right: 10px;
  top: 10px;
}
#walletForm fieldset .send-money-wrapper .send-money-form label {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}
#walletForm fieldset .send-money-wrapper .send-money-form label span {
  color: red;
}
#walletForm fieldset .send-money-wrapper .send-money-form input {
  width: 100%;
  border: 1px solid #777;
  border-radius: 5px;
  height: 30px;
  background: transparent;
  margin-bottom: 17px;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #b1b1b1;
  padding: 4px 8px;
}
#walletForm fieldset input[type=button] {
  background: #00ceaa;
  border-radius: 5px;
  border: 0;
  width: 100%;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
#walletForm fieldset input[type=button].previous {
  background: transparent;
  color: #333;
  border: 1px solid #c9c9c9;
}
#walletForm fieldset .fs-title {
  font-family: "Rubik";
  font-weight: 400;
  color: #080808;
}

.fiat-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .fiat-title {
    margin-top: 25px;
  }
}

#fiatForm .fieldset {
  background-color: #f8f9fe;
  padding: 30px;
}
#fiatForm .fieldset fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 1px;
  border-style: groove;
  border-color: rgba(100, 126, 152, 0.5);
  border-image: initial;
  border: 1px solid rgba(100, 126, 152, 0.5);
  border-radius: 5px;
}
#fiatForm .fieldset fieldset.withdraw-fieldset {
  padding-top: 0;
  padding-bottom: 3px;
  width: 74%;
  float: left;
  padding-right: 0;
}
@media (min-width: 1370px) and (max-width: 1404px) {
  #fiatForm .fieldset fieldset.withdraw-fieldset {
    padding-right: inherit;
    width: 73%;
  }
}
@media (min-width: 1306px) and (max-width: 1369px) {
  #fiatForm .fieldset fieldset.withdraw-fieldset {
    width: 74%;
  }
}
@media (max-width: 1199.98px) {
  #fiatForm .fieldset fieldset.withdraw-fieldset {
    width: initial;
    float: initial;
  }
}
#fiatForm .fieldset fieldset.convert-fieldset {
  width: 66%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #fiatForm .fieldset fieldset.convert-fieldset {
    width: 82%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #fiatForm .fieldset fieldset.convert-fieldset {
    width: 77%;
    float: left;
  }
}
@media (min-width: 575px) and (max-width: 767.98px) {
  #fiatForm .fieldset fieldset.convert-fieldset {
    width: 79%;
    float: left;
  }
}
@media (max-width: 575px) {
  #fiatForm .fieldset fieldset.convert-fieldset {
    width: 55%;
    float: left;
  }
}
#fiatForm .fieldset fieldset.convert-fieldset legend {
  background: #f8f9fe;
  max-width: 100px;
}
#fiatForm .fieldset fieldset legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  width: inherit;
  max-width: inherit;
  padding: inherit;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #131c29;
}
@media (min-width: 1247px) and (max-width: 1368px) {
  #fiatForm .fieldset fieldset legend {
    font-size: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1246px) {
  #fiatForm .fieldset fieldset legend {
    font-size: 9px;
  }
}
#fiatForm .fieldset button.convert-btn {
  margin-left: 5px;
  background: transparent;
  border: 1px solid #00ceaa;
  border-radius: 5px;
  height: 40px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #00ae90;
  width: 72px;
  vertical-align: -11px;
}
@media (min-width: 1306px) and (max-width: 1369px) {
  #fiatForm .fieldset button.convert-btn {
    width: 62px;
    font-size: 8px;
  }
}
@media (min-width: 1247px) and (max-width: 1368px) {
  #fiatForm .fieldset button.convert-btn {
    width: 58px;
    font-size: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1246px) {
  #fiatForm .fieldset button.convert-btn {
    font-size: 7px;
    width: 54px;
  }
}
@media (max-width: 1199.98px) {
  #fiatForm .fieldset button.convert-btn {
    margin-left: 0;
    width: 92px;
    position: absolute;
    right: 6px;
    top: 9px;
    border-radius: 0;
    color: #00ae90;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
  }
}
#fiatForm .fieldset button.flag-btn {
  border: 0;
  background: #e3e8ff;
  border-radius: 5px;
  width: 93px;
  height: 38px;
  margin-left: 5px;
  text-align: center;
  vertical-align: -13px;
}
@media (min-width: 1306px) and (max-width: 1369px) {
  #fiatForm .fieldset button.flag-btn {
    width: 84px;
  }
}
@media (min-width: 1247px) and (max-width: 1368px) {
  #fiatForm .fieldset button.flag-btn {
    width: 75px;
  }
}
@media (min-width: 1200px) and (max-width: 1246px) {
  #fiatForm .fieldset button.flag-btn {
    width: 70px;
  }
}
#fiatForm .fieldset button.flag-btn .image-default-bg {
  width: 18px;
  height: 18px;
  background: #b1b1b1;
  border-radius: 9px;
  display: inline-block;
  vertical-align: middle;
}
#fiatForm .fieldset button.flag-btn .default-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b1b1b1;
  margin-left: 7px;
}
#fiatForm .fieldset button.flag-btn img {
  width: 18px;
  vertical-align: 10px;
}
#fiatForm .fieldset:not(:first-of-type) {
  display: none;
}
#fiatForm .fieldset .close {
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  font-size: 16px;
}
#fiatForm .fieldset input[type=button] {
  background: #00ceaa;
  border-radius: 5px;
  border: 0;
  width: 100%;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
#fiatForm .fieldset input[type=button].previous {
  background: transparent;
  color: #333;
  border: 1px solid #c9c9c9;
}
#fiatForm .fieldset .converter-card {
  background: #e3e8ff;
  border-radius: 5px;
  height: 190px;
}
#fiatForm .fieldset .converter-card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#fiatForm .fieldset .converter-card .card-body .converter-box {
  position: relative;
}
#fiatForm .fieldset .converter-card .card-body .converter-box .currency {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #817e7e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
  width: 75px;
  background-color: #e3e9ff;
  top: -10px;
  margin: 0 auto;
}
#fiatForm .fieldset .converter-card .card-body .converter-box .currency span.default-bg {
  width: 12px;
  height: 12px;
  background: #b1b1b1;
  border-radius: 6px;
  display: inline-block;
  margin-right: 3px;
}
#fiatForm .fieldset .converter-card .card-body .converter-box .currency span.default-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b1b1b1;
  margin-left: 7px;
}
#fiatForm .fieldset .converter-card .card-body .converter-box .currency img {
  width: 12px;
  vertical-align: 1px;
}
#fiatForm .fieldset .converter-card .card-body .converter-box span.number {
  font-weight: 400;
  font-size: 20px;
  line-height: 72px;
  text-align: center;
  color: #000000;
  border: 1px solid #cdd6ff;
  border-radius: 5px;
  display: block;
  width: 113px;
  height: 72px;
}
@media (max-width: 575px) {
  #fiatForm .fieldset .converter-card .card-body .converter-box span.number {
    width: 100%;
  }
}
#fiatForm .fieldset .converter-card .card-body .converter-box span.number.default-text-color {
  color: #b1b1b1;
}
#fiatForm .fieldset .converter-card .card-body .arrow-sign {
  display: block;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  #fiatForm .fieldset .converter-card .card-body .arrow-sign {
    padding: 5px;
  }
}
#fiatForm .fieldset.otp-section .title h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #080808;
  margin-top: 20px;
  margin-bottom: 16px;
}
#fiatForm .fieldset.otp-section .title p {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 35px;
}
#fiatForm .fieldset.otp-section ul {
  margin-bottom: 55px;
}
#fiatForm .fieldset.otp-section ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #777777;
}
#fiatForm .fieldset.otp-section ul li svg {
  margin-right: 15px;
}
#fiatForm .fieldset.otp-section ul li span {
  color: #593cae;
}
#fiatForm .fieldset.otp-section fieldset {
  margin-bottom: 50px;
}
#fiatForm .fieldset.otp-section .btn-fiat {
  background: #00ceaa;
  border-radius: 5px;
  border: 0;
  width: 100%;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}

.currency-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0ff;
  padding-bottom: 25px;
  padding-top: 25px;
}
.currency-list li:first-child {
  padding-top: 0;
}
.currency-list li:last-child {
  border-bottom: 0;
}
.currency-list li .flag-icon-list {
  display: flex;
  align-items: center;
  width: 100px;
}
.currency-list li .flag-icon-list img {
  margin-right: 10px;
}
.currency-list li .flag-icon-list span {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #17171a;
  text-transform: uppercase;
}
.currency-list li .fiat-icon {
  width: 50px;
}
.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 10;
}

.f-dropdown select {
  display: none;
}

.f-dropdown > span {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
  color: #b1b1b1;
  border: 1px solid #b1b1b1;
  background: transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  border: 0;
  padding: 0;
}

.f-dropdown > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #817e7e;
}

.f-dropdown > span img {
  width: 12px;
  margin-right: 10px;
}

.f-dropdown > span:before,
.f-dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #b1b1b1;
  transition: all 0.3s ease;
}

.f-dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 20px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}

.f-dropdown ul li {
  padding: 0;
  margin: 0;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #817e7e;
}

.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.f-dropdown ul li a img {
  width: 12px;
  margin-right: 10px;
}

.f-dropdown ul li a:hover {
  color: #5c6bc0;
}

.f-dropdown ul li.active a {
  color: #fff;
  background: #303f9f;
}

.f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  background: #fff;
  transition: all 0.2s ease;
}

.f-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.f-dropdown ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.f-dropdown.disabled {
  opacity: 0.7;
}

.f-dropdown.disabled > span {
  cursor: not-allowed;
}

.f-dropdown.filled > span {
  color: #000;
}

.f-dropdown.open {
  z-index: 15;
}

.f-dropdown.open > span {
  border-color: #aaa;
}

.f-dropdown.open > span:before,
.f-dropdown.open > span:after {
  background: #b1b1b1;
}

.f-dropdown.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

/* --------------------------- */
.f-group {
  /* max-width: 250px; */
  margin: 0 auto;
  text-align: left;
}

.f-group select, input {
  width: 100%;
}

.f-control {
  font-size: 12px;
  line-height: normal;
  color: #b1b1b1;
  display: inline-block;
  background-color: #ffffff;
  border: #ccc 1px solid;
  border-radius: 6px;
  line-height: 0;
  /* padding: 8px 12px; */
  outline: none;
  /* max-width: 250px; */
  border: 1px solid rgba(100, 126, 152, 0.5);
  border-radius: 5px;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

.pointer {
  cursor: pointer;
}

#content {
  width: 100%;
  padding: 0px 35px 0 50px;
  min-height: 100vh;
  transition: all 0.3s;
  margin-left: 356px;
}
@media (max-width: 1500px) {
  #content {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  #content {
    margin-left: 0;
  }
}

.dashboard-heading h1 {
  margin: 0 0 55px 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #030303;
}

@media (max-width: 1199.98px) {
  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    display: block;
    opacity: 1;
  }
}

.dataTables_filter label {
  color: #a098ae;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
}
.dataTables_filter label input {
  background: #f8f9fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataTables_paginate {
  margin: 1rem 0 !important;
}
.dataTables_paginate ul li:first-child a, .dataTables_paginate ul li:last-child a {
  background-color: transparent !important;
  color: #212b36;
}
.dataTables_paginate ul li.active a {
  background-color: #ffffff !important;
  border: 1px solid #408fd9 !important;
  color: #408fd9 !important;
  border-radius: 4px;
}
.dataTables_paginate ul li a {
  padding: 5px 12px;
  margin-left: 15px;
  color: #212b36;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
}
.dataTables_paginate ul li a:focus {
  box-shadow: none;
}

.dataTables_info {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  margin: 1rem 0;
}

.dataTables_length {
  margin-bottom: 1rem;
}
.dataTables_length label {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}

#globalScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
}

#globalScroll::-webkit-scrollbar {
  width: 4px;
  background-color: #ededed;
}

#globalScroll::-webkit-scrollbar-thumb {
  background-color: #ef6e4d;
  border: 4px solid #ef6e4d;
  border-radius: 4px;
}

/*# sourceMappingURL=style.css.map */
