/*------------------------------------------------------------------------------------
Theme Name: Sovnet Project
Author: Zainiklab
URI: #
version: 1.0.0
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
CSS table of content

01. Settings style
02. Base style
03. Sections style
04. Components style
05. Utilities style

------------------------------------------------------------------------------------*/
/*--------------------------------
01. Settings style
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/*--------------------------------
02. Base style
--------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FAFBFF;
  color: var(--text-color);
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#content-area {
  display:none;
  height:200px;
  overflow:auto;
  margin-bottom:1.5em;
  padding:10px;
  border:solid 1px #d7d7d7;
  color:#505050;
  background-color:#ffffff;
  font-size:90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6c5ce7;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

::-moz-selection {
  background-color: #2980b9;
  color: #fff;
}

::selection {
  background-color: #2980b9;
  color: #fff;
}

::-moz-selection {
  background-color: #2980b9;
  color: #fff;
}

a,
.btn,
button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover,
.btn:hover,
button:hover {
  text-decoration: none;
  color: inherit;
}

a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
  border: none;
}

a,
button,
img,
input,
span,
::before,
::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

.btn {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.main-content {
  margin-top: 100px;
  margin-left: 320px;
}

@media screen and (max-width: 1199px) {
  .main-content {
    margin-left: 0;
  }
}

.page-content {
  padding-top: 30px;
}

.bg-primary {
  background-color: #6C5DD3;
}

.bg-secondary {
  background-color: #3F8CFF;
}

.bg-accent {
  background-color: #FFA2C0;
}

.bg-red {
  background-color: #F83245;
}

.bg-green {
  background-color: #20CB48;
}

.bg-blue {
  background-color: #4191FF;
}

.color-grey {
  color: #8F95B2;
}

.color-red {
  color: #FA707D;
}

.color-green {
  color: #20CB48;
}

.color-blue {
  color: #4191FF;
}

.color-yellow {
  color: #F4772E;
}

.color-sahara {
  color: #BBA314;
}

.color-viridian {
  color: #428775;
}

.color-dark-blue {
  color: #24146D;
}

.exchange__area {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 30px 25px 15px;
}

.exchange__top {
  margin-bottom: 25px;
}

.exchange__top h2 {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
}

.exchange__top p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #8F95B2;
}

.exchange__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exchange__content h2 {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  line-height: 16px;
  color: #120743;
}

.exchange__content__left, .exchange__content__right {
  width: 45%;
}

.exchange__content .convert-toggle {
  position: absolute;
  z-index: 99;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  background-color: transparent;
}

.exchange__content .dropdown {
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .exchange__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exchange__content__left, .exchange__content__right {
    width: 100%;
  }
  .exchange__content__left {
    margin-bottom: 50px;
  }
  .exchange__content .convert-toggle {
    position: absolute;
    z-index: 99;
    top: 43%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 0;
    background-color: transparent;
  }
}

.exchange__button {
  margin-top: 20px;
}

.exchange__bottom {
  margin-top: 29px;
}

.exchange__bottom p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.exchange__bottom p:not(:first-child) {
  margin-top: 23px;
}

.exchange__content .dropdown .dropdown__item {
  width: 100%;
  background: #F3F5FF;
  border-radius: 6px;
  border: 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exchange__content .dropdown .dropdown__item img {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}

.exchange__content .dropdown .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
}

.exchange__content .dropdown .dropdown-menu {
  width: 100%;
}

.exchange__content .dropdown .dropdown-text {
  text-align: left;
}

.exchange__content .dropdown .dropdown-text h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.exchange__content .dropdown .dropdown-text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.exchange__content .dropdown .dropdown-item {
  border: 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exchange__content .dropdown .dropdown-item img {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}

.exchange__content .input-text {
  margin-top: 13px;
}

.exchange__content .input-text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.exchange__content .input__group {
  background: #F3F5FF;
  border-radius: 6px;
  padding: 8px 17px;
}

.exchange__content .input__group label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color);
}

.exchange__content .input__group input {
  width: 100%;
  border: 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #120743;
}

.exchange__content .input__group.converted {
  background: #D3D7EE;
  border-radius: 6px;
  padding: 17px 33px;
}

.exchange__content .input__group.converted input {
  border: 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #120743;
}

/*--------------------------------
03. Sections style
--------------------------------*/
.header__area {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0 24px;
  background: #fff;
  -webkit-box-shadow: 8px 0px 16px rgba(201, 202, 209, 0.15);
          box-shadow: 8px 0px 16px rgba(201, 202, 209, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 250px;
  width: 1px;
  height: 100%;
  background-color: rgba(229, 231, 240, 0.8);
}

@media screen and (max-width: 1199px) {
  .header__area::before {
    display: none;
  }
}

.header__area__left {
  width: 250px;
}

@media screen and (max-width: 1199px) {
  .header__area__left {
    display: none;
  }
}

.header__area__right {
  width: calc(100% - 250px);
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .header__area__right {
    width: 100%;
  }
}

.header-menu-toggler {
  text-align: center;
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-menu-toggler {
    display: block;
  }
}

.header-menu-toggler button {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  color: #24146D;
}

.header__logo {
  padding-left: 20px;
}

.live-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .live-status {
    display: none;
  }
}

.status-item:last-child {
  margin-left: 20px;
}

.status-item h2 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #F83648;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status-item h2 i {
  margin-right: 3px;
}

.status-item h2 .badge {
  margin-left: 8px;
}

.status-item p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B4B5C6;
}

.status-item.red h2 {
  color: #F83648;
}

.status-item.green h2 {
  color: #20CB48;
}

.badge {
  font-weight: 600;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 8px;
}

.badge.bg-red {
  background: rgba(248, 54, 72, 0.2);
  border-radius: 2px;
  color: #F83648;
}

.badge.bg-green {
  background: rgba(32, 203, 72, 0.2);
  border-radius: 2px;
  color: #20CB48;
}

.profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .profile__info__left {
    display: none;
  }
}

.profile__info__left {
  margin-right: 8px;
  text-align: right;
}

.profile__info__left h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000; 
}

.profile__info__left h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #20CB48;
}

.header__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__content__list li:first-child {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__content__list li:first-child {
    display: block;
  }
}

.header__search {
  width: 190px;
  background: #E6E8F0;
  opacity: 0.7;
  border-radius: 12px;
  position: relative;
}

@media screen and (max-width: 375px) {
  .header__search {
    width: 140px;
  }
}

.header__search .overlay {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__search input {
  width: 100%;
  padding: 11px 20px 13px 60px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #8F95B2;
  background-color: transparent;
  border: 0;
}

.msg-link {
  padding: 9px 20px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background: #20CB48;
  border-radius: 6px;
}

.msg-link:hover {
  color: #fff;
}

.btn-link {
  padding: 9px 20px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background: #20CB48;
  border-radius: 6px;
  text-decoration: none;
}

.btn-link:hover {
  color: #fff;
}


@media screen and (max-width: 991px) {
  .msg-link {
    display: none;
  }
}

.settings-link {
  background: #24146D;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.settings-link img {
  width: 22px;
  height: 22px;
}

.profile__info .avatar-img {
  position: relative;
}

.profile__info .avatar-img img {
  background-color: #E7FAFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.profile__info .avatar-img .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #20CB48;
  border: 2px solid #fff;
}

.sidebar__area {
  position: fixed;
  z-index: 9999;
  top: 100px;
  left: 0%;
  width: 320px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  background: #FEFEFF;
  -webkit-box-shadow: 8px 16px 16px rgba(201, 202, 209, 0.15);
          box-shadow: 8px 16px 16px rgba(201, 202, 209, 0.15);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar__area.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media screen and (max-width: 1199px) {
  .sidebar__area {
    top: 0px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sidebar-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sidebar-close button {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  color: #F83648;
}

@media screen and (max-width: 1199px) {
  .sidebar-close {
    display: block;
  }
}

.sidebar__content .sidebar__brand {
  display: none;
  margin-bottom: 60px;
}

.sidebar__content .sidebar__brand a img {
  width: 188px;
  height: 51px;
}

@media screen and (max-width: 1199px) {
  .sidebar__content .sidebar__brand {
    display: block;
  }
}

.sidebar__content .watch-list {
  margin-bottom: 40px;
}

.sidebar__content .watch-list h2 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #120743;
}

.watch-list .status-item-top {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.watch-list .status-item h2 {
  margin-bottom: 0;
  color: #F83648;
}

.watch-list .status-item h2 img {
  margin-right: 7px;
}

.watch-list .status-item a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #269FFB;
}

.watch-list .status-item p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #B4B5C6;
}

.sidebar__content .watch-list__buttons {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar__content .watch-list__buttons a:last-child {
  margin-left: 8px;
}

.sidebar__content .watch-list__buttons a {
  background-color: transparent;
  border-radius: 18px;
  border: 0;
  padding: 6px 32px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}

.sidebar__content .watch-list__buttons a.btn-buy {
  border: 1.5px solid #038DFA;
  background: -webkit-linear-gradient(#038DFA, #23CBD1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sidebar__content .watch-list__buttons a.btn-pay {
  border: 1.5px solid #7675FF;
  background: -webkit-linear-gradient(#7675FF, #C945FE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sidebar__menu li:not(:first-child) {
  margin-top: 10px;
}

.sidebar__menu li a {
  display: block;
  padding: 16px 14px 16px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar__menu li a:hover, .sidebar__menu li a.active {
  background: rgba(81, 44, 255, 0.06);
  border-radius: 12px;
  color: #120743;
}

.sidebar__menu li a img {
  width: 20px;
  height: 20px;
}

.sidebar__menu li a span {
  margin-left: 16px;
}

.sidebar__menu .icon-img path {
  fill: #120743;
}

.sidebar__bottom {
  margin-top: 50px;
}

.sidebar__menu .sub-menu {
  display: none;
}

.sidebar__menu .sub-menu.active {
  display: block;
}

.sidebar__menu .sub-menu-toggle {
  position: relative;
  margin-bottom: .5em;
}

.sidebar__menu .sub-menu li a {
  padding: 10px 10px 10px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.sidebar__menu .sub-menu-toggle::before {
  position: absolute;
  content: "\f078";
  text-align: center;
  font-family: "FontAwesome";
  font-size: 14px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #8F95B2;
}

.theme__mode {
  background: #F4F1FF;
  border-radius: 50px;
  padding: 6px 7px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme__mode.active {
  background: rgba(255, 255, 255, 0.2);
}

.theme__mode button {
  border: 0;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme__mode button i {
  font-size: 20px;
}

.theme__mode button img {
  width: 20px;
  height: 20px;
}

.theme__mode button.light.active {
  background: linear-gradient(240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
}

.theme__mode button.dark.active {
  background: linear-gradient(240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
  color: #fff;
}

.my-portfolio {
  margin-bottom: 30px;
  padding: 26px 0 29px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  height: calc(100% - 30px);
}

.my-portfolio__top {
  padding: 0 25px 22px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-portfolio__top h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
}

.my-portfolio__top p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.my-portfolio__top__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

.my-portfolio__top__right ul li {
  margin-left: 10px;
}

.my-portfolio__top__right ul li a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.my-portfolio__top__right ul li a.active {
  background: -webkit-linear-gradient(#28D3D2, #028BFD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.my-portfolio__balance {
  padding: 28px 20px 20px;
  border-top: 1px solid rgba(229, 231, 240, 0.8);
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
  text-align: center;
}

.my-portfolio__balance h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #120743;
}

.my-portfolio__balance p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  background: -webkit-linear-gradient(#28D3D2, #028BFD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.my-portfolio__table {
  width: 100%;
  overflow-x: auto;
}

.my-portfolio__table table {
  width: 100%;
}

.my-portfolio__table table tbody td {
  padding: 13px 25px 13px 23px;
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

.my-portfolio__table table tbody td:nth-child(1) {
  min-width: 280px;
}

.my-portfolio__table table tbody td:nth-child(2) {
  min-width: 200px;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info__img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.product-info__text {
  margin-left: 12px;
}

.product-info__text h2 {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #120743;
}

.product-info__text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.product-balance {
  text-align: right;
}

.product-balance h2 {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.product-balance h2 i {
  color: #20CB48;
  margin-right: 2px;
}

.product-balance p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.exchange__instantly {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 23px 25px 29px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.exchange__instantly__button {
  margin-top: 15px;
}

.exchange__instantly h2 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
}

.exchange__instantly .nav-tabs {
  border: 0;
  background: rgba(59, 62, 102, 0.05);
  border-radius: 6px;
  padding: 7px;
}

.exchange__instantly .nav-tabs button {
  width: 50%;
  border: 0;
  padding: 15px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.exchange__instantly .nav-tabs button img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}

.exchange__instantly .nav-tabs button.active {
  background: #FEFEFF;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.exchange__instantly .tab-content {
  margin-top: 20px;
}

.exchange__instantly__content .convert-icon {
  margin: 6px 0;
  text-align: center;
}

.exchange__instantly__content .convert-icon button {
  border: 0;
  background-color: transparent;
}

.exchange__instantly__content .convert-icon button img {
  width: 26px;
  height: 26px;
}

.exchange__instantly__content .dropdown__item {
  width: 100%;
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 6px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
}

.exchange__instantly__content .dropdown__item .dropdown-left {
  text-align: left;
}

.exchange__instantly__content .dropdown__item .dropdown-left p {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.exchange__instantly__content .dropdown__item .dropdown-left h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.exchange__instantly__content .dropdown__item .dropdown-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.exchange__instantly__content .dropdown__item .dropdown-right img {
  width: 36px;
  height: 36px;
}

.exchange__instantly__content .dropdown__item .dropdown-right h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.exchange__instantly__content .dropdown-menu {
  width: 100%;
}

.exchange__instantly__content .dropdown-menu .dropdown__item {
  border: 0;
  border-radius: 0;
}

.exchange__instantly__content .dropdown-menu .dropdown__item:hover {
  background: rgba(59, 62, 102, 0.05);
}

.currency-item {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  margin-bottom: 22px;
  padding: 24px;
}

.currency-item p {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #20CB48;
}

.currency-item .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.currency-item .item__top .item__img img {
  width: 60px;
  height: 60px;
  margin-right: 11px;
}

.currency-item .item__top .item__text h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #120743;
}

.currency-item .item__top .item__text h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
}

.my-wallets__item {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  margin-bottom: 30px;
}

.my-wallets__top {
  padding: 25px 20px 20px;
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

.my-wallets__top h2 {
  margin-bottom: 6px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #120743;
}

.my-wallets__top .item__between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-wallets__top h3 {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.my-wallets__top p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 8px;
  line-height: 16px;
  color: #8F95B2;
}

.my-wallets__list {
  padding: 20px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-wallets__list .list-item {
  border: 1px solid rgba(229, 231, 240, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-wallets__list .list-item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .my-wallets__list .list-item {
    width: 100%;
  }
}

.my-wallets__list .list-item .list-img img {
  width: 36px;
  height: 36px;
}

.my-wallets__list .list-item .list-text {
  margin-left: 46px;
}

.my-wallets__list .list-item .list-text h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.my-wallets__list .list-item .list-text h2 img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.my-wallets__list .list-item .list-text p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
  padding-left: 22px;
}

.my-wallets__list .list__button {
  margin-top: 17px;
}

.active-accounts__area__top {
  margin-bottom: 30px;
}

.active-accounts__area__top h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #120743;
}

.active-accounts__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
}

.active-accounts__item .overlay {
  position: absolute;
  top: 30px;
  right: 25px;
}

.active-accounts__item .overlay button {
  border: 0;
  background-color: transparent;
  color: #120743;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .active-accounts__item {
    padding: 20px 10px;
  }
}

.active-accounts__item.active {
  background: #24146D;
  -webkit-box-shadow: 0px 10px 26px rgba(81, 44, 255, 0.2);
          box-shadow: 0px 10px 26px rgba(81, 44, 255, 0.2);
  border-radius: 16px;
}

.active-accounts__item.active .overlay button {
  color: white;
}

.active-accounts__item.active h2, .active-accounts__item.active h3 {
  color: white;
}

.active-accounts__item.active .btn {
  border-color: white;
  color: #fff;
}

.active-accounts__item.active .btn-bg-blue {
  background-color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #120743;
}

.active-accounts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-accounts__img {
  margin-right: 22px;
}

.active-accounts__img img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .active-accounts__img img {
    width: 80px;
    height: 80px;
  }
}

.active-accounts__text h2 {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #120743;
}

.active-accounts__text h3 {
  margin-bottom: 9px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.active-accounts__text h3 img {
  margin-right: 2px;
  width: 18px;
  height: 18px;
}

.active-accounts__text p {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.active-accounts__button {
  margin-top: 26px;
  margin-left: -20px;
}

.active-accounts__button a {
  margin-left: 20px;
}

.recent-transaction__area {
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 149, 178, 0.15);
          box-shadow: 0px 8px 16px rgba(143, 149, 178, 0.15);
  border-radius: 16px;
  padding: 22px 0px 30px;
  margin-bottom: 30px;
}

.recent-transaction__top {
  padding: 0 28px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .recent-transaction__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recent-transaction__top .recent-transaction__top__left {
    margin-bottom: 20px;
  }
}

.recent-transaction__top__left h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #120743;
}

.recent-transaction__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -32px;
}

.recent-transaction__top__right .right-item {
  margin-left: 32px;
}

@media screen and (max-width: 480px) {
  .recent-transaction__top__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -10px;
  }
  .recent-transaction__top__right .right-item {
    margin-top: 10px;
  }
}

.recent-transaction__top__right .right-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

.recent-transaction__top__right .right-item ul li {
  margin-left: 10px;
}

.recent-transaction__top__right .right-item ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(81, 44, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recent-transaction__top__right .right-item ul li a:hover {
  background-color: rgba(81, 44, 255, 0.9);
}

.recent-transaction__top__right .right-item ul li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.recent-transaction__table {
  width: 100%;
  overflow-x: auto;
}

.recent-transaction__table table {
  width: 100%;
}

.recent-transaction__table table thead th,
.recent-transaction__table table tbody td {
  padding: 13px 28px;
}

.recent-transaction__table table thead th:first-child,
.recent-transaction__table table tbody td:first-child {
  padding-left: 28px;
}

.recent-transaction__table table thead th:last-child,
.recent-transaction__table table tbody td:last-child {
  padding-right: 28px;
}

.recent-transaction__table table thead th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.recent-transaction__table table thead th:last-child {
  text-align: center;
}

.recent-transaction__table table tbody tr {
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

.recent-transaction__table table tbody td:nth-child(1) {
  min-width: 150px;
}

.recent-transaction__table table tbody td:nth-child(2) {
  min-width: 150px;
}

.recent-transaction__table table tbody td:nth-child(3) {
  min-width: 100px;
}

.recent-transaction__table table tbody td:nth-child(4) {
  min-width: 150px;
}

.recent-transaction__table table tbody td:nth-child(5) {
  min-width: 150px;
}

.recent-transaction__table table tbody td:nth-child(6) {
  min-width: 150px;
}

.recent-transaction__table table .currency-info h2 {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.recent-transaction__table table .currency-info p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.recent-transaction__table table .date {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.recent-transaction__table table .type {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #120743;
}

.recent-transaction__table table .data-status {
  text-transform: uppercase;
}

.recent-transaction__table table .amount-info {
  text-align: right;
}

.recent-transaction__table table .amount-info h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.recent-transaction__table table .amount-info h2 span {
  font-weight: 700;
}

.recent-transaction__table table .amount-info p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.recent-transaction__area .pagination__list {
  padding: 27px 28px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member-balance__area {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 30px 25px 30px;
  margin-bottom: 30px;
}

.member-balance__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}

.member-balance__top__left h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #120743;
}

.member-balance__earning {
  margin-bottom: 30px;
  background: #F8F9FF;
  border-radius: 16px;
  padding: 29px 30px 28px 25px;
}

.member-balance__earning ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .member-balance__earning ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -20px;
  }
  .member-balance__earning ul .list-item {
    margin-top: 20px;
  }
}

.member-balance__earning .list-item {
  text-align: center;
}

.member-balance__earning .list-item h2 {
  margin-bottom: 6px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #8F95B2;
}

.member-balance__earning .list-item h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.member-balance__status {
  background: #FFFFFF;
  border: 1px solid rgba(229, 231, 240, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  padding: 0 28px;
  margin-bottom: 28px;
}

.member-balance__status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member-balance__status ul li {
  padding: 24px 30px;
  width: 30%;
}

.member-balance__status ul li:not(:first-child) {
  border-left: 1px solid rgba(229, 231, 240, 0.8);
}

@media screen and (max-width: 767px) {
  .member-balance__status ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -20px;
  }
  .member-balance__status ul li {
    padding: 24px 20px;
    width: 100%;
  }
  .member-balance__status ul li:not(:first-child) {
    border-left: 0;
  }
  .member-balance__status ul .list-item {
    margin-top: 20px;
  }
}

.member-balance__status .list-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #808191;
}

.member-balance__status .list-item p span {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  margin-right: 8px;
}

.member-balance__status .list-item h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 42px;
  line-height: 57px;
  letter-spacing: -1px;
  color: #120743;
}

.member-balance__status .list-item h4 {
  width: 100%;
  height: 2px;
  border-radius: 1px;
}

.add-bank__area {
  background: #24146D;
  -webkit-box-shadow: 0px 10px 26px rgba(81, 44, 255, 0.15);
          box-shadow: 0px 10px 26px rgba(81, 44, 255, 0.15);
  border-radius: 16px;
  padding: 45px 34px;
  margin-bottom: 30px;
}

.add-bank__area__left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-bank__text h2 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #FEFEFF;
}

.add-bank__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FEFEFF;
}

.add-bank__button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -25px;
}

.add-bank__button a {
  margin-left: 25px;
}

@media screen and (max-width: 480px) {
  .add-bank__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    margin-top: -20px;
  }
  .add-bank__button a {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.add-bank__img {
  text-align: right;
}

.buy-2__content {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 30px 28px 25px;
  margin-bottom: 30px;
}

.buy-2__content__top {
  margin-bottom: 20px;
}

.buy-2__content__top h2 {
  margin-bottom: 17px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
}

.buy-2__content__top p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.buy-2__content__item {
  margin-bottom: 30px;
}

.buy-2__content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -14px;
}

@media screen and (max-width: 375px) {
  .buy-2__content__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: -10px;
  }
  .buy-2__content__buttons button {
    margin-top: 10px;
    margin-left: 0;
  }
}

.buy-2__content__buttons button {
  margin-left: 14px;
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 6px;
  background-color: transparent;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #120743;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy-2__content__buttons button:hover {
  background-color: #28D3D2;
  color: #fff;
}

.summary__table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 10px;
}

.summary__table table {
  width: 100%;
}

.summary__table table thead th {
  padding: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.summary__table table tbody td {
  padding: 15px;
  border-top: 1px solid rgba(229, 231, 240, 0.8);
  white-space: nowrap;
}

.summary__table table tbody td:nth-child(1) {
  min-width: 150px;
}

.summary__table table .title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.summary__table table .text-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #66A7FF;
}

.qr-code__img {
  margin-bottom: 30px;
  text-align: center;
}

.qr-code__img img {
  width: 165px;
  height: 165px;
}

.qr-code__img__black {
  display: block;
}

.qr-code__img__white {
  display: none;
}

.buy-2__table__title h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #120743;
}

.buy-2__table__title h2 span {
  font-weight: 600;
  color: #66A7FF;
}

.transaction__table {
  width: 100%;
  background: #FEFEFF;
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 10px;
  overflow-x: auto;
}

.transaction__table table {
  width: 100%;
  border-radius: 10px;
}

.transaction__table table thead th:last-child,
.transaction__table table tbody td:last-child {
  text-align: right;
}

.transaction__table table thead th {
  padding: 14px;
}

.transaction__table table tbody td {
  padding: 14px;
  border-top: 1px solid rgba(229, 231, 240, 0.8);
}

.transaction__table table .transaction-id {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #66A7FF;
}

.transaction__table table .date-time {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.transaction__table table .transaction-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.transaction__table table .transaction-status .status-icon {
  margin-right: 23px;
}

.transaction__table table .transaction-status .status-data p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #66A7FF;
}

.transaction__table table .transaction-status .status-data p:not(:first-child) {
  margin-top: 5px;
}

.transaction__table table .transaction-status .status-data p span {
  color: #8F95B2;
}

.transaction__table table .price p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.transaction__table table .price p:not(:first-child) {
  margin-top: 5px;
}

.buy-2__bottom__button {
  margin-top: 20px;
  margin-left: -25px;
  text-align: right;
}

.buy-2__bottom__button button {
  margin-left: 25px;
}

@media screen and (max-width: 480px) {
  .buy-2__bottom__button {
    text-align: center;
  }
  .buy-2__bottom__button button {
    margin-top: 10px;
  }
}

.order__area {
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 149, 178, 0.15);
          box-shadow: 0px 8px 16px rgba(143, 149, 178, 0.15);
  border-radius: 16px;
  padding: 22px 0px 30px;
  margin-bottom: 30px;
}

.order__top {
  padding: 0 28px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .order__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .order__top__left {
    margin-bottom: 20px;
  }
}

.order__top__left h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #120743;
}

.order__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -32px;
}

.order__top__right .right-item {
  margin-left: 32px;
}

@media screen and (max-width: 575px) {
  .order__top__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px;
  }
  .order__top__right .right-item {
    margin-top: 10px;
  }
}

.order__top__right .right-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

.order__top__right .right-item ul li {
  margin-left: 10px;
}

.order__top__right .right-item ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(81, 44, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.order__top__right .right-item ul li a:hover {
  background-color: rgba(81, 44, 255, 0.9);
}

.order__top__right .right-item ul li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.order__table {
  width: 100%;
  overflow-x: auto;
}

.order__table table {
  width: 100%;
}

.order__table table thead th,
.order__table table tbody td {
  padding: 13px;
}

.order__table table thead th:first-child,
.order__table table tbody td:first-child {
  padding-left: 28px;
}

.order__table table thead th:last-child,
.order__table table tbody td:last-child {
  padding-right: 28px;
}

.order__table table thead th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.order__table table tbody tr {
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

@media screen and (max-width: 991px) {
  .order__table table tbody td:nth-child(1) {
    min-width: 200px;
  }
  .order__table table tbody td:nth-child(2) {
    min-width: 150px;
  }
  .order__table table tbody td:nth-child(3) {
    min-width: 150px;
  }
  .order__table table tbody td:nth-child(4) {
    min-width: 150px;
  }
  .order__table table tbody td:nth-child(5) {
    min-width: 150px;
  }
  .order__table table tbody td:nth-child(6) {
    min-width: 150px;
  }
  .order__table table tbody td:nth-child(7) {
    min-width: 200px;
  }
}

.order__table table .data-info h2 {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #120743;
}

.order__table table .data-info p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.order__table table .data-info h4 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

.order__table table .data-info h4 i {
  margin-right: 5px;
  font-size: 8px;
}

.order__table table .source-info h2 {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.order__table table .source-info p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #8F95B2;
}

.data-status {
  border-radius: 16px;
  padding: 6px 13px 5px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.data-status.green {
  background: rgba(32, 203, 72, 0.15);
  color: #20CB48;
}

.data-status.yellow {
  background: rgba(245, 130, 62, 0.15);
  color: #F5823E;
}

.data-status.red {
  background: rgba(249, 85, 101, 0.15);
  color: #F95565;
}

.order__table table .amount-info h2 {
  margin-bottom: 6px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #20CB48;
}

.order__table table .amount-info p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #8F95B2;
}

.order__table table .balance-info h2 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #120743;
}

.order__table table .balance-info p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8F95B2;
}

.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

.actions a {
  margin-left: 10px;
  background: rgba(76, 84, 184, 0.15);
  border-radius: 4px;
  padding: 7px 8px 7px 8px;
  font-size: 10px;
  width: 25px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.actions a.bg-purple {
  background: rgba(76, 84, 184, 0.15);
  color: #4C54B8;
}

.actions a.bg-blue {
  background: rgba(83, 155, 255, 0.15);
  color: #539BFF;
}

.actions a.bg-red {
  background: rgba(248, 54, 72, 0.15);
  color: #F83245;
}

.order__area .pagination__list {
  padding: 27px 28px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.transaction__area {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 35px 30px 33px;
}

.transaction__top {
  margin-bottom: 40px;
}

.transaction__top h2 {
  /*text-transform: capitalize;*/
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  color: #120743;
}

.transaction__list .transaciton__item {
  margin-top: 25px;
}

.transaciton__item .transaction__date {
  margin-bottom: 22px;
}

.transaciton__item .transaction__date h2 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.transaciton__item .transaction__info__list {
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 16px;
}

.transaciton__item .transaction__info__list li {
  padding: 20px 25px 20px 20px;
}

.transaciton__item .transaction__info__list li:not(:first-child) {
  border-top: 1px solid rgba(229, 231, 240, 0.8);
}

.transaciton__item .transaction__info__list__mobile {
  border: 1px solid #000000;
  border-radius: 16px;
}

.transaciton__item .transaction__info__list__mobile li {
  padding: 20px 25px 20px 20px;
}

.transaciton__item .transaction__info__list__mobile li:not(:first-child) {
  border-top: 1px solid #000000;
}

.transaction__info__list{
  display: block;
}

.transaction__info__list__mobile{
  display: none;
}

@media screen and (max-width: 100px) {
  .transaciton__item .transaction__info__list li {
    padding: 15px;
  }

  .transaction__info__list{
    display: none;
  }

  .transaction__info__list__mobile{
    display: block;
  }

  .transaciton__item .transaction__info__list__mobile li {
    padding: 10px 15px 10px 10px;
  }
}

@media screen and (max-width: 900px) {
  .m1{
    width:100%!important;
  }

  .m10{
    margin-top:10px!important;
  }

}

.transaction__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.transaction__info__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .transaction__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .transaction__info__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .transaction__info .transaction__info__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .transaction__info .transaction__info__right {
    margin-top: 10px;
    text-align: left;
  }
}

@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 3px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 10px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 3px #2ba805;
  }
}

.transaction__info__img {
  margin-right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.transaction__info__text h2 {
  text-transform: capitalize;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.transaction__info__text p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.transaction__info__right {
  text-align: right;
}

.transaction__info__right h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.transaction__info__right h2.red {
  color: #F83648;
}

.transaction__info__right p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.settings__nav {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 30px 24px;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}

@media screen and (max-width: 1399px) {
  .settings__nav {
    padding: 30px 10px;
  }
}

.settings__menu li:not(:first-child) {
  margin-top: 10px;
}

.settings__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #8F95B2;
}

.settings__menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.settings__menu li a:hover, .settings__menu li a.active {
  background: rgba(81, 44, 255, 0.06);
  border-radius: 8px;
  color: #120743;
}

.settings__menu li a:hover::before, .settings__menu li a.active::before {
  color: #120743;
}

.settings__menu .sub-menu {
  display: none;
}

.settings__menu .sub-menu.active {
  display: block;
}

.settings__menu .sub-menu li a {
  padding: 10px 10px 10px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.settings__menu .sub-menu li a:hover, .settings__menu .sub-menu li a.active {
  background: transparent;
  color: #120743;
}

.settings__menu .sub-menu-toggle {
  position: relative;
}

.settings__menu .sub-menu-toggle::before {
  position: absolute;
  content: "\f078";
  text-align: center;
  font-family: "FontAwesome";
  font-size: 14px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #8F95B2;
}

.settings__item {
  background: #FEFEFF;
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 25px 0;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}

.settings__item__top {
  padding: 0 25px 22px;
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

.settings__item__top h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: var(--text-color);
}

.settings__item__content {
  padding: 33px 25px 0;
}

.settings__item__content ul {
  color: white;
}

.settings__item__content h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: white;
}

.settings__item__content h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.settings__item__content h5 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.settings__item__content .payment-currency h2 {
  margin-bottom: 24px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.settings__item__content .payment-currency input {
  width: 100%;
  border: 0;
  background: #F3F5FF;
  border-radius: 8px;
  padding: 17px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.settings__item__content .change-password__item input {
  width: 100%;
  border: 0;
  background: #F3F5FF;
  border-radius: 8px;
  padding: 16px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.settings__item__content .input__group button {
  border-radius: 38px;
}

.settings__item__content .input__group label {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.settings__item__content .input__group select {
  width: 100%;
  border: 0;
  background: #F3F5FF;
  border-radius: 8px;
  padding: 16px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.settings__item__content .contact-support__item input,
.settings__item__content .contact-support__item textarea {
  width: 100%;
  border: 0;
  background: #F3F5FF;
  border-radius: 8px;
  padding: 19px 25px 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.settings__item__content .contact-support__item textarea {
  padding: 16px 25px;
  resize: none;
}

.settings__item__content .contact-support__item button {
  border-radius: 8px;
  text-transform: uppercase;
}

.settings__item__content .visit-website__item .input__group button {
  background: linear-gradient(240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
  -webkit-box-shadow: 0px 6px 26px rgba(2, 139, 253, 0.2);
          box-shadow: 0px 6px 26px rgba(2, 139, 253, 0.2);
  border-radius: 6px;
}

.settings__item__content .text__item h2 {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.settings__item__content .text__item p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.settings__item__content .system-status__item h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #120743;
}

.settings__item__content .system-status__list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

.settings__item__content .system-status__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.settings__item__content .system-status__list .list-item h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.settings__item__content .system-status__list .list-item p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.notification-settings__item .single-item {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(229, 231, 240, 0.8);
}

.notification-settings__item .single-item h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.notification-settings__item .single-item .input__group__between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notification-settings__item .single-item .input__group__between label {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.notification-settings__item .single-item.item-bottom {
  padding: 27px 30px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
  border-bottom: 0;
}

.notification-settings__item .single-item .input__group__between input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 36px;
  height: 16px;
  background: #E6E8F0;
  border-radius: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.notification-settings__item .single-item .input__group__between input[type="checkbox"]::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E6E8F0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.notification-settings__item .single-item .input__group__between input[type="checkbox"]:checked {
  background: rgba(2, 172, 154, 0.4);
}

.notification-settings__item .single-item .input__group__between input[type="checkbox"]:checked::before {
  left: 16px;
  background: #02AC9A;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.anti-phishing-code__item .input__group input {
  margin-bottom: 20px;
  width: 100%;
  background: #F3F5FF;
  border-radius: 8px;
  border: 0;
  padding: 16px 20px;
}

.anti-phishing-code__item .input__group label {
  text-transform: initial;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.anti-phishing-code__item .input__group button {
  margin-bottom: 26px;
}

.anti-phishing-code__top h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.anti-phishing-code__top p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.anti-phishing-code__top p:not(:first-child) {
  margin-top: 15px;
}

.fee-limits__list .list-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fee-limits__list .list-item h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.fee-limits__list .list-item h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4C4277;
}

.fee-limits__list .list-item p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.fee-limits__item .single-item {
  margin-bottom: 20px;
}

.fee-limits__item .single-item .item-title {
  margin-bottom: 20px;
  padding: 10px;
  background: #2A1C59;
}

.fee-limits__item .single-item .item-title h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FEFEFF;
}

.fee-limits__item .single-item .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fee-limits__item .single-item .list-item h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.fee-limits__item .single-item .list-item h3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #766D9D;
}

.fee-limits__item .single-item .list-item p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.payment__area {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
}

.payment__title {
  padding: 32px 30px 30px;
}

.payment__title h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #120743;
}

.payment__content {
  border-top: 1px solid rgba(229, 231, 240, 0.8);
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 48%;
      grid-template-columns: 48% 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.payment__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(229, 231, 240, 0.8);
}

@media screen and (max-width: 767px) {
  .payment__content {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .payment__content::before {
    display: none;
  }
  .payment__content .item__right {
    margin-top: 40px;
  }
}

.total-to-pay {
  background: linear-gradient(240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
  border-radius: 8px;
  text-align: center;
  padding: 36px;
}

.total-to-pay p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.total-to-pay h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  .total-to-pay {
    padding: 20px;
  }
  .total-to-pay h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

.how-to-pay h2 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #120743;
}

@media screen and (max-width: 480px) {
  .how-to-pay h2 {
    font-size: 20px;
  }
}

.how-to-pay__button {
  border: 1px solid rgba(229, 231, 240, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 34px;
}

.how-to-pay__button .input__group {
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-to-pay__button .input__group:not(:first-child) {
  border-top: 1px solid rgba(229, 231, 240, 0.8);
}

.how-to-pay__button .input__group input {
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(229, 231, 240, 0.8);
  position: relative;
}

.how-to-pay__button .input__group input::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #20CB48;
  opacity: 0;
}

.how-to-pay__button .input__group input:checked {
  border: 1.5px solid #20CB48;
}

.how-to-pay__button .input__group input:checked::before {
  opacity: 1;
}

.how-to-pay__button .input__group label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #120743;
}

.payment__brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -12px;
}

.payment__brand__list li {
  margin: 10px 0 0 12px;
}

.payment__brand__list .list-item {
  border: 1px solid rgba(229, 231, 240, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
}

.payment__content .item__right .input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__content .item__right .input__group label {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #8F95B2;
}

.payment__content .item__right .input__group input {
  border: 1px solid rgba(229, 231, 240, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
  position: relative;
}

.payment__content .item__right .input__group input::before {
  position: absolute;
  z-index: 99999;
  content: "";
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: red;
}

.payment__content .item__right .input__group .input-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment__content .item__right .input__group .input-card input {
  width: calc(100% / 4 - 7px);
}

.payment__content .item__right .input__group .input-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.payment__content .item__right .input__group .input-date::before {
  position: absolute;
  content: "/";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #E5E7F0CC;
}

.payment__content .item__right .input__group .input-date input {
  width: calc(100% / 2 - 20px);
}

.payment__content .item__right .input__group__between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment__content .item__right .input__group__between .input__group:nth-child(1) {
  width: 58%;
}

.payment__content .item__right .input__group__between .input__group:nth-child(2) {
  width: 38%;
}

@media screen and (max-width: 480px) {
  .payment__content .item__right .input__group__between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment__content .item__right .input__group__between .input__group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .payment__content .item__right .input__group__between .input__group:not(:first-child) {
    margin-top: 20px;
  }
  .payment__content .item__right .input__group__between .input__group:nth-child(1) {
    width: 100%;
  }
  .payment__content .item__right .input__group__between .input__group:nth-child(2) {
    width: 100%;
  }
  .payment__content .item__right .input__group__between .input__group input {
    width: 100%;
  }
  .payment__content .item__right .input__group__between .input__group .input-date input {
    width: calc(100% / 2 - 20px);
  }
}

.account__area {
  margin: 149px 0;
}

@media  (max-width: 767px) {
  .account__area {
    margin: 10px 0;
  }
}

.account__item {
  min-height: 742px;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.account__item .bg-shape {
  position: absolute;
  top: -91px;
  right: -48px;
}

@media screen and (max-width: 767px) {
  .account__item {
    padding: 20px;
  }
}

.account__top {
  margin-bottom: 32px;
  text-align: center;
}

.account__top a img {
  width: 250px;
  height: auto;
}

.account__top h2 {
  margin-top: 33px;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: var(--text-color);
}

.account__content .input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account__content .input__group label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

.account__content .input__group input {
  width: 100%;
  background: #FEFEFF;
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 8px;
  padding: 17px 17px 17px 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #081735;
}

.account__content .input__group select {
  width: 100%;
  background: #FEFEFF;
  border: 1px solid rgba(229, 231, 240, 0.8);
  border-radius: 8px;
  padding: 17px 17px 17px 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #081735;
}

.account__content .input__group input:focus {
  background: #F3F5FF;
  border: 1px solid #512CFF;
}

.account__content .input__group h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8F95B2;
}

.account__content .input__group h2 a {
  color: #512CFF;
  text-decoration: underline;
}

.account__content .text__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account__content .text__group label {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #081735;
}

.account__content .text__group label a {
  font-weight: 700;
  color: #512CFF;
}

.account__content .text__group a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #512CFF;
}

.account__content .input__group .input-overlay {
  position: relative;
}

.account__content .input__group .input-overlay .overlay-img {
  position: absolute;
  top: 50%;
  left: 16px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.account__content .input__group .input-overlay .password-visibility {
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.account__content .input__group .input-overlay .password-visibility::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #8F95B2;
  opacity: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.account__content .input__group .input-overlay .password-visibility.show::before {
  opacity: 1;
}

/*--------------------------------
04. Components style
--------------------------------*/
.navbar-brand img {
  width: 100px;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler i {
  font-size: 20px;
  color: #2980b9;
}

.nav-link {
  padding: 0 !important;
}

.main-menu > li {
  position: relative;
}

.main-menu > li:not(:first-child) {
  margin-left: 40px;
}

.main-menu li a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #1d316c;
  line-height: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.main-menu li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #6c5ce7;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu li a:hover {
  color: #6c5ce7;
}

.king:hover{
  background-color: #e9ecef!important;
}

.main-menu li a:hover::before {
  width: 20px;
  opacity: 1;
}

.main-menu li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.main-menu .submenu {
  position: absolute;
  top: 150%;
  left: -20px;
  width: 200px;
  padding: 15px 0;
  border: 1px solid whitesmoke;
  background-color: #fff;
  -webkit-box-shadow: rgba(137, 139, 142, 0.15) 0px 30px 70px 0px;
          box-shadow: rgba(137, 139, 142, 0.15) 0px 30px 70px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu .submenu li {
  padding: 5px 15px;
}

.main-menu .submenu li a::before {
  display: none;
}

.section__title {
  text-align: center;
  max-width: 60%;
  margin: 0 auto 50px;
}

.section__title h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
  margin-bottom: 20px;
}

.section__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

.btn {
  border-radius: 6px;
  padding: 16px 18px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  color: #FEFEFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  color: #fff;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn img {
  width: 16px;
  height: 16px;
}

.btn span {
  margin-left: 10px;
}

.btn.btn-red {
  background: #F83648;
  -webkit-box-shadow: 0px 6px 26px rgba(248, 54, 72, 0.2);
          box-shadow: 0px 6px 26px rgba(248, 54, 72, 0.2);
}

.btn.btn-red:hover {
  background: #c22333;
}

.btn.btn-sovran {
  padding: 9px 12px;
}

.btn.btn-sovran img {
  width: 25px;
  height: 30px;
}

.btn.btn-green {
  background: #20CB48;
  -webkit-box-shadow: 0px 6px 26px rgba(32, 203, 72, 0.2);
          box-shadow: 0px 6px 26px rgba(32, 203, 72, 0.2);
}

.btn.btn-green:hover {
  background: #1baf3d;
}

.btn.btn-blue {
  background: linear-gradient(240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
  -webkit-box-shadow: 0px 6px 26px rgba(2, 139, 253, 0.2);
          box-shadow: 0px 6px 26px rgba(2, 139, 253, 0.2);
}

.btn.btn-blue:hover {
  background: linear-gradient(-240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
}

.btn.btn-blue-gradient {
  background: linear-gradient(240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
  -webkit-box-shadow: 0px 6px 26px rgba(81, 44, 255, 0.2);
          box-shadow: 0px 6px 26px rgba(81, 44, 255, 0.2);
}

.btn.btn-blue-gradient:hover {
  background: linear-gradient(-240.73deg, #28D3D2 1.33%, #028BFD 98.8%);
}

.btn.btn-bg-blue {
  border: 2px solid rgba(81, 44, 255, 0.9);
  border-radius: 3px;
  padding: 8px 20px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background-color: rgba(81, 44, 255, 0.9);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-bg-blue:hover {
  background-color: #512cff;
}

.btn.btn-bg-green {
  background: #20CB48;
  border-radius: 6px;
}

.btn.btn-outline-blue {
  border: 2px solid rgba(81, 44, 255, 0.9);
  border-radius: 3px;
  padding: 8px 20px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(81, 44, 255, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-outline-blue:hover {
  background-color: rgba(81, 44, 255, 0.9);
  color: #fff;
}

.btn.btn-outline-white {
  text-transform: initial;
  padding: 12px 26px;
  border: 2px solid #FEFEFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover .tooltip__text {
  visibility: visible;
  opacity: 1;
}

.btn .tooltip__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 120%;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  padding: 8px 17px 7px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #F5F7FC;
          box-shadow: 0px 0px 6px #F5F7FC;
  border-radius: 4px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #120743;
}

.btn .tooltip__text::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

.btn.btn-add {
  background: #EAECF3;
  border-radius: 4px;
  padding: 8px;
}

.page-header {
  background: var(--tile-background);
  -webkit-box-shadow: 0px 0px 36px #EEF0F8;
          box-shadow: 0px 0px 36px #EEF0F8;
  border-radius: 16px;
  padding: 50px 41px 50px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .page-header {
    padding: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-header__left {
    margin-bottom: 20px;
  }
  .page-header__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .page-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .page-header__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.page-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .page-header__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-header__icon img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 575px) {
  .page-header__icon img {
    margin-bottom: 20px;
  }
}

.page-header__text {
  margin-left: 20px;
}

@media screen and (max-width: 575px) {
  .page-header__text {
    margin-left: 0px;
  }
}

.page-header__text h2 {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: var(--text-color);
}

.page-header__text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8F95B2;
}

.page-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header__list li:not(:first-child) {
  margin-left: 30px;
}

.price-list {
  margin-right: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -37px;
}

@media screen and (max-width: 767px) {
  .price-list {
    margin-left: -20px;
  }
  .price-list li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .price-list li {
    margin-top: 15px;
  }
}

.price-list li {
  margin-left: 37px;
}

.price-list .price-info h2 {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.price-list .price-info h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #120743;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__list__left {
  margin-right: 6px;
}

.pagination__list__right {
  margin-left: 6px;
}

.pagination__list__left a,
.pagination__list__right a {
  background-color: rgba(108, 93, 211, 0.1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #8D81DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination__list__left a:hover,
.pagination__list__right a:hover {
  background: rgba(81, 44, 255, 0.9);
  color: #fff;
}

.pagination__list__left a:focus,
.pagination__list__right a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination__list__body {
  background: rgba(108, 93, 211, 0.1);
  border-radius: 11.6539px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__list__body li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #8D81DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination__list__body li a:hover, .pagination__list__body li a.active {
  background: rgba(81, 44, 255, 0.9);
  color: #fff;
}

/*--------------------------------
05. Utilities style
--------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}
/*# sourceMappingURL=main.css.map */

/*--------------------------------
06. Checkmark
--------------------------------*/

#check {
  fill: none;
  stroke: green;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: draw 2s;
  animation-fill-mode: forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}