html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/*/ HTML5 display-role reset for older browsers /*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #f0f2f5;
  font-family: 'Lato', sans-serif;
  color: #101010;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  color: #4bac4c;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
}

a:hover {
  color: unset;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  font-family: lato;
}

select {
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
}

.rounded-4 {
  border-radius: 1rem;
}

.rounded-5 {
  border-radius: 2rem;
}

.dark_bg {
  background-color: #101010 !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 2px #ececec80;
          box-shadow: 0px 0px 10px 2px #ececec80;
}

.gradient-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#3a8abc), to(#134462));
  background-image: linear-gradient(to right, #3a8abc, #134462);
}

.primary-color {
  color: #101010 !important;
}

.secondary-color {
  color: #3a8abc !important;
}

.gray-color {
  color: #878787 !important;
}

.green-color {
  color: #4AC864 !important;
}

.white-color {
  color: #fff !important;
}

.green-bg {
  background-color: #4AC864 !important;
}

.blue-bg {
  background-color: #3a8abc !important;
}

.light-bg {
  background-color: #222 !important;
}

.border-light-gray {
  border-color: #222 !important;
}

.gray-border {
  border: 1px solid #f2f2f2 !important;
}

.gray-border_btm {
  border-bottom: 1px solid #f2f2f2 !important;
}

.gray-border_top {
  border-top: 1px solid #f2f2f2 !important;
}

.light-border_btm {
  border-bottom: 1px solid #EFEFEF !important;
}

.end-20 {
  right: 20px !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.custom-p-5 {
  padding: 5rem;
}

.custom-p-4 {
  padding: 4rem;
}

.custom-p-3 {
  padding: 3rem;
}

.custom-p-2 {
  padding: 2rem;
}

.px-4-2 {
  padding-right: 2.5rem !important;
  padding-left: 4.5rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.invert {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 32px;
}

.light-border {
  border-color: #343434 !important;
}

.light-green-bg {
  background-color: #ECFFEA;
}

.orange-bg {
  background-color: #fde5c6;
}

.custom-circle {
  width: 50px;
  height: 50px;
}

.custom-circle img {
  width: 22px;
}

.custom-circle .device-icon {
  width: 20px;
}

.green-invert {
  -webkit-filter: invert(57%) sepia(72%) saturate(435%) hue-rotate(80deg) brightness(87%) contrast(81%);
          filter: invert(57%) sepia(72%) saturate(435%) hue-rotate(80deg) brightness(87%) contrast(81%);
}

.orange-invert {
  -webkit-filter: invert(76%) sepia(17%) saturate(1757%) hue-rotate(336deg) brightness(99%) contrast(98%);
          filter: invert(76%) sepia(17%) saturate(1757%) hue-rotate(336deg) brightness(99%) contrast(98%);
}

.rounded-top-1 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-bottom-1 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bg {
  background-color: #fff;
}

.card-min_height {
  min-height: 130px;
}

.logo {
  width: 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo img {
  width: 130px;
}

.responsive_menu {
  display: none;
}

.side_menu_detail .cross {
  display: none;
}

.search_bar .search-input {
  color: #818181;
  font-size: 14px;
  background-color: #F2F2F2;
  border-radius: 15px;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 12px;
  padding: 1px 15px 0px 45px;
  height: 44px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  border: 0px solid #101010;
  outline: 0;
  background-size: 19px;
  width: 100%;
}

.search_bar .search-input::-webkit-input-placeholder {
  color: #818181;
  font-size: 14px;
  text-transform: capitalize;
  font-family: lato;
}

.search_bar .search-input:-ms-input-placeholder {
  color: #818181;
  font-size: 14px;
  text-transform: capitalize;
  font-family: lato;
}

.search_bar .search-input::-ms-input-placeholder {
  color: #818181;
  font-size: 14px;
  text-transform: capitalize;
  font-family: lato;
}

.search_bar .search-input::placeholder {
  color: #818181;
  font-size: 14px;
  text-transform: capitalize;
  font-family: lato;
}

.search_bar {
  width: 350px;
}

.notif {
  margin-right: 1.46em;
}

.notif img {
  max-width: 100%;
}

.notif .no {
  position: absolute;
  font-size: 11px;
  background-color: #3a8abc;
  color: #fff;
  top: 0;
  right: -10px;
  min-width: 15px;
  min-height: 15px;
  padding: 2px;
  border-radius: 100px;
  text-align: center;
  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;
}

.profile-account {
  padding: 5px 0 5px 5px;
  position: relative;
  width: 220px;
}

.profile-account .active .text .name img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.profile-account .logout {
  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;
}

.profile-account .icon {
  margin-right: 5px;
  width: 57px;
}

.profile-account .icon img {
  max-width: 100%;
}

.profile-account .name {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.profile-account .name img {
  width: 13px;
  position: absolute;
  top: 5px;
  right: 0px;
}

.verified {
  color: #101010;
  font-size: 1.1rem;
  font-weight: 400;
}

.verified img {
  max-width: 100%;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.detail {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  z-index: 11;
}

.arrow-up {
  content: '';
  width: 0;
  z-index: 11;
  height: 0;
  position: absolute;
  top: -10px;
  right: 7px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.arrow-right::after {
  content: '';
  z-index: 11;
  top: 0px;
  right: -9px;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}

.profile-account .dropdown-menu {
  width: 100%;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 20px 0px #ececec;
          box-shadow: 0px 0px 20px 0px #ececec;
  border: 0;
}

.profile-account .dropdown-menu .link {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.profile-account .dropdown-menu img {
  max-width: 100%;
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.profile-account .dropdown-menu span {
  color: #222222;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.profile-account .dropdown-menu .link:hover img {
  -webkit-filter: invert(53%) sepia(18%) saturate(1546%) hue-rotate(160deg) brightness(89%) contrast(91%);
          filter: invert(53%) sepia(18%) saturate(1546%) hue-rotate(160deg) brightness(89%) contrast(91%);
}

.profile-account .dropdown-menu .link:hover span {
  color: #3a8abc;
}

.currency_changer {
  width: 14.5%;
}

.currency_changer .name.form-select {
  width: auto;
  min-width: 70px;
  background-image: url("../images/down-arrow-icon.svg");
  background-size: 12px;
  background-position: 84% 58%;
  outline: none;
  background-repeat: no-repeat;
}

.currency_changer .name {
  font-size: 1.2rem;
  display: block;
  border: 2px solid;
  color: #fff;
  font-weight: 400;
  background-color: #3a8abc;
  border-color: #3a8abc;
  border-radius: 30px;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.currency_changer .name img {
  max-width: 100%;
  width: 11px;
  vertical-align: middle;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  margin-left: 9px;
}

.currency_changer .currency_dropdown {
  padding: 20px 40px 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  top: 55px;
  left: -44px;
  border-radius: 15px;
  background-color: #fff;
  z-index: 111;
}

.currency_dropdown ul li {
  padding-bottom: 10px;
}

.currency_dropdown ul li:last-child {
  padding-bottom: 0;
}

.right_block .currency_changer.active .name img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.currency_changer .currency_types li input.radio + label {
  font-size: 1.2rem;
  padding-left: 30px;
}

/*custom_drop_down*/
.custom_drop_down {
  border: 0;
  width: 350px;
  display: none;
  position: absolute;
  -webkit-transform: unset !important;
          transform: unset !important;
  top: 56px !important;
  left: -308px !important;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  z-index: 111;
}

.custom_drop_down .content ul {
  height: 334px;
  overflow-y: auto;
}

.custom_drop_down .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom_drop_down .title span {
  font-size: 1.8rem;
  color: #000;
  border-bottom: 1px solid #F2F2F2;
  font-weight: 700;
  padding: 20px 20px;
  display: block;
}

.custom_drop_down .content .list {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
}

.custom_drop_down .content .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_drop_down .content .list:last-child {
  border-bottom: 0;
}

.content .list .icon {
  width: 48px;
  height: 48px;
  border: 1px solid #F2F2F2;
  border-radius: 100px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  padding-top: 13px;
  background-color: #3a8abc;
  text-align: center;
}

.content .list .icon img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
}

.content .list .detail {
  width: calc(100% - 58px);
  padding: 0 10px;
}

.content .list .detail span {
  display: block;
  color: #818181;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.content .list .detail p {
  color: #101010;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.custom_drop_down .content .view_all {
  width: 100%;
  text-align: center;
  padding: 20px 0px 20px;
  border-top: 1px solid #F2F2F2;
}

.custom_drop_down .content .view_all a {
  color: #3a8abc;
  font-size: 1.5rem;
  font-weight: 700;
}

.custom_drop_down .content .view_all img {
  vertical-align: bottom;
}

.black-invert {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.left_menu {
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  min-height: 496px;
  border-radius: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.left_menu ul .link-item {
  width: 100%;
}

.left_menu ul .link-item .child {
  color: #101010;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 27px 15px 18px;
  border-radius: 10px;
}

.left_menu ul .link-item .main-links {
  width: calc(100% - 86px);
  line-height: 25px;
}

.left_menu ul .link-item .icon {
  width: 34px;
}

.left_menu ul .link-item .icon img {
  max-width: 100%;
  width: 21px;
}

.left_menu ul .link-item .name {
  width: calc(100% - 34px);
  line-height: 21px;
}

.left_menu ul .link-item:last-child {
  padding-bottom: 0;
}

.left_menu ul .link-item .sub-menu {
  margin: 10px 0px 0px 49px;
}

.left_menu ul .link-item .sub-menu .sub-links a {
  color: #101010;
  font-size: 1.5rem;
  line-height: 22px;
}

.left_menu ul .link-item .sub-menu .sub-links.active a {
  color: #3A8ABC;
}

.left_menu ul .link-item .accordion-title::after {
  background-image: url("../images/drop_down_arrow-black.png");
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
  width: 14px;
  height: 10px;
  position: absolute;
  top: 24px;
  right: 11px;
  -webkit-transition: .3s;
  transition: .3s;
}

.left_menu .open .accordion-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 20px;
}

.left_menu .link-item.active .child {
  color: #3a8abc;
  background-color: #EFEFEF;
}

.left_menu .accordion-content {
  display: none;
}

.left_menu .link-item.active .accordion-content {
  display: block;
}

.card {
  padding: 2rem;
  border-radius: 1rem;
}

.card .title {
  color: #3a8abc;
  font-size: 1.6rem;
  font-weight: 700;
}

.card .amount {
  color: #101010;
  font-size: 2.4rem;
}

.card .desc {
  color: #878787;
  font-size: 1.3rem;
  line-height: 21px;
}

.text-light {
  color: #fff !important;
}

.main_card {
  border-radius: 10px;
  padding: 3rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 0;
}

.main_card .greeting-msg {
  font-size: 1.7rem;
  color: #ffffff80;
  margin-bottom: 25px;
}

.main_card .balance-title {
  width: 100%;
}

.main_card .balance-title span {
  position: relative;
  color: #ffffff80;
}

.main_card .balance-title .badge {
  top: 0;
  z-index: 22;
  margin-left: 20px;
  font-size: 1rem;
}

.main_card .balance-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ffffff33;
  padding-top: 25px;
}

.main_card .balance .amount {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.badge.sm {
  border-radius: 13px;
  font-size: 1rem;
  min-width: 84px;
}

.card_block .five_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(115px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  grid-gap: 2rem;
}

.card_block img {
  max-width: 100%;
  width: 35px;
  margin-bottom: 15px;
}

.card_block .card-body {
  padding: 0rem;
}

.card_block .card-title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
}

.rounded-4 {
  border-radius: 1rem;
}

.table_block {
  width: 100%;
  background-color: #fff;
  overflow-x: auto;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
}

.table_block table {
  width: 100%;
  white-space: nowrap;
}

.table_block table td,
.table_block table th {
  padding: 2.5rem 1.5rem 2rem;
  line-height: 18px;
  font-weight: 400;
  font-size: 1.5rem;
  border-bottom: 1px solid #EFEFEF;
}

.table_block table td span {
  display: block;
}

.table_block table tr:last-child td {
  border-bottom: 0;
}

.table_block table th,
.table_block table td:first-child {
  padding: 2.5rem 2.5rem 2.5rem;
}

.table_block table th,
.table_block table td:last-child {
  padding: 2.5rem 2.5rem 2.5rem;
}

.table_block table td:first-child {
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}

.table_block table td:last-child {
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}

.table_block table .tran_activity {
  width: 100%;
}

.table_block table .tran_activity .rec {
  background-color: #81e07126;
}

.table_block table .tran_activity .sen {
  background-color: #e646212b;
}

.table_block table .tran_activity .icon {
  width: 3em;
  height: 3em;
  border-radius: 100px;
  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;
}

.table_block table .tran_activity img {
  max-width: 100%;
  width: 22px;
}

.table_block table .tran_activity .title {
  font-size: 1rem;
}

.table_block table .tran_activity b {
  font-weight: 700;
}

.table_block table .tran_activity .name {
  width: calc(100% - 5em);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 22px;
}

.table_block table .action .btn {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  margin: auto;
  background-color: #f2f2f2;
  outline: 0;
}

.table_block table .action .btn:hover svg {
  color: #fff;
}

.table_block table .action .btn:hover {
  background-color: #3a8abc;
}

.table_block table .action svg {
  color: #3a8abc;
  width: 2rem;
  height: 2rem;
}

.table_block table th:first-child {
  padding: 2rem 2.5rem 2rem 2.5rem;
}

.table_block table td:first-child {
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}

.table_block table td {
  padding: 1.5rem 2rem 1.5rem 2rem;
  font-size: 1.4rem;
}

.table_block table th {
  padding: 2rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.table_block table .bg {
  background-color: #e9e9e9;
}

.dropstart .dropdown-toggle::before {
  content: none;
}

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

.custom.dropdown-menu {
  padding: 1.5rem;
  border-radius: 10px;
  width: 150px;
  -webkit-box-shadow: 0px 0px 20px 0px #ececec;
          box-shadow: 0px 0px 20px 0px #ececec;
  border: 0;
}

.custom.dropdown-menu .link {
  font-size: 1.2rem;
  color: #000;
  border-bottom: 1px solid #F2F2F2;
  padding: 4px 0;
  display: block;
}

.custom.dropdown-menu .link:hover {
  color: #3a8abc;
}

.custom.dropdown-menu .last {
  border-bottom: 0;
}

.form-select:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-group {
  vertical-align: unset;
}

h3 {
  font-size: 1.5rem;
  color: #101010;
  font-weight: 700;
}

.custom_select {
  border: 0;
  color: #3a8abc;
  font-size: 1.2rem;
  padding: 0;
  background-color: transparent;
  outline: 0;
}

.form-select.custom_select {
  background-image: url(../images/down-arrow-blue.png);
  background-size: 11px;
  background-position: right;
}

.fs-7 {
  font-size: 3.4rem;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row > * {
  padding: 0;
}

.container {
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
}

.btn-close {
  background-color: #efefef;
  opacity: 1;
  background-size: 12px;
  font-size: 1.5rem;
  padding: 0.5em;
  border-radius: 10rem;
}

.breadcrum li {
  margin-right: 10px;
}

.breadcrum li a {
  color: #101010;
  font-size: 1.4rem;
}

.breadcrum img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 5px;
}

.breadcrum span {
  color: #3a8abc;
}

.custom_btn {
  min-width: 110px;
  height: 44px;
  border: 0;
  color: #101010;
  font-size: 1.3rem;
  text-transform: capitalize;
  display: block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 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;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 91% 53%;
}

.custom_btn img {
  width: 20px;
  margin-right: 10px;
}

.custom_btn i {
  margin-left: 15px;
}

.custom_btn.sm {
  min-width: 70px;
}

.custom_btn.md {
  min-width: 90px;
}

.custom_btn.name {
  background-position: 91% 53%;
}

.d-flex .search_bar {
  position: static;
}

.d-flex .search_bar .search-input {
  background-color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.form-label {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #101010;
  font-weight: 700;
}

.form-control {
  color: #101010;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  border: 1px solid;
  border-color: transparent;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  padding: 0px 15px 0 15px;
  padding-top: 2px;
  font-family: lato;
}

.form-control::-webkit-input-placeholder {
  color: #101010;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #101010;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #101010;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #101010;
  opacity: 0.5;
}

.form-control:focus {
  color: #101010;
  background-color: #f2f2f2;
}

.field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field .label {
  display: block;
  font-size: 1.4rem;
  line-height: 16px;
  color: #101010;
  margin-bottom: 12px;
  font-weight: 700;
}

.field .input-field {
  color: #101010;
  background-color: #101010;
  font-size: 1.4rem;
  border: 0px;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  padding: 0px 15px 0 15px;
  padding-top: 2px;
  font-family: lato;
}

.field .input-field::-webkit-input-placeholder {
  color: #101010;
}

.field .input-field:-ms-input-placeholder {
  color: #101010;
}

.field .input-field::-ms-input-placeholder {
  color: #101010;
}

.field .input-field::placeholder {
  color: #101010;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #3a8abc;
  background-color: transparent;
}

.form-check-input:checked {
  background-color: #3a8abc;
  border-color: #3a8abc;
}

.form-select {
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: calc(100% - 15px);
}

.pipeline {
  width: 1px;
  height: 100%;
  color: #878787;
  font-size: 20px;
}

.btn_blocks .secondary-btn {
  border-radius: 10px;
  border: 1px solid #3a8abc;
  color: #3a8abc;
  font-size: 1.4rem;
}

.btn_blocks img {
  width: 20px;
  margin-right: 10px;
}

.btn_blocks .btn:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.btn_blocks .btn:hover {
  color: #fff;
  background-color: #3a8abc;
}

.btn_blocks .green-btn {
  color: #4AC864;
  border: 1px solid #4AC864;
  border-radius: 10px;
  font-size: 1.4rem;
}

.btn_blocks .green-btn img {
  -webkit-filter: none;
          filter: none;
}

.btn_blocks .green-btn:hover {
  background-color: #4AC864;
}

hr {
  background-color: #a2a2a2;
}

.min-h-8 {
  height: 8rem !important;
}

.custom_switcher .form-check-input {
  width: 4.8rem;
  height: 2rem;
  border-radius: 100px;
  border: 0;
  background-color: #f2f2f2;
  cursor: pointer;
}

.custom_switcher .form-check-input:checked {
  background-color: #3a8abc;
  border-color: #3a8abc;
}

.form_btn {
  font-size: 1.6rem;
  min-width: 100px;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.exchange-btn {
  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;
  height: 55px;
  width: 55px;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  padding: 0px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.exchange-block::after {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 1px;
  background-color: #ddd;
  content: '';
}

.link .cus-btn {
  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;
  background-color: #3a8abc;
  padding: 0.8rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  border-radius: 1rem;
  color: #fff;
}

.link img {
  width: 22px;
  margin-right: 6px;
}

.nav .nav-link {
  font-weight: 700;
  color: #101010;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border-bottom: 3px solid;
  border-color: transparent;
}

.nav .active {
  color: #3a8abc;
  border-color: #3a8abc;
}

.valid-feedback {
  font-size: 1.4rem !important;
  padding-left: 15px;
  margin-top: 0.6rem;
}

.invalid-feedback {
  font-size: 1.4rem !important;
  padding-left: 15px;
  margin-top: 0.5rem;
}

.copy-right {
  color: #707070;
  font-size: 1.3rem;
  bottom: -120px;
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.form .divOuter {
  width: 276px;
  overflow: hidden;
}

#divInner {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}

.passcode-field {
  color: #101010;
  padding: 0;
  outline: 0;
  padding-left: 23px;
  letter-spacing: 62px;
  border: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, #afafaf), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #afafaf 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 74px 2px;
  background-repeat: repeat-x;
  background-position-x: 53px;
  width: 325px;
  min-width: 325px;
  font-size: 1.8rem;
  height: 50px;
  background-color: transparent;
  border-radius: 0;
  font-weight: 700;
}

input.radio[type=radio] + label {
  background-repeat: no-repeat;
  line-height: 19px;
  padding-left: 25px;
  padding-top: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 20px;
}

input.radio[type=radio] + label {
  background-image: url(../images/unchecked_radio-btn.png);
}

input.radio[type=radio]:checked + label {
  background-image: url(../images/checked_radio-btn.png);
  background-repeat: no-repeat;
}

input.radio[type=radio] {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1000;
  -webkit-appearance: none;
  border-radius: 0;
}

.toggle-control {
  display: block;
  position: relative;
  padding-left: 100px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-control input:checked ~ .control {
  background-color: #3a8abc;
}

.toggle-control input:checked ~ .control:after {
  left: 24px;
}

.toggle-control .control {
  top: -14px;
}

.toggle-control .control {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 48px;
  border-radius: 100px;
  background-color: #c1c1c1;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 27px;
  height: 27px;
  border-radius: 90px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
  -webkit-box-shadow: 0px 1px 4px 1px #bdbdbd82;
          box-shadow: 0px 1px 4px 1px #bdbdbd82;
}

.overlay_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  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;
}

.loading {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}

.loading img {
  max-width: 100%;
}

.placeholder {
  border: 0;
}

.placeholder .logo a {
  background-color: #323232;
}

.placeholder .logo img {
  visibility: hidden;
}

.placeholder .search_bar .search-input {
  background-image: none;
  color: transparent;
}

.placeholder .search_bar .search-input::-webkit-input-placeholder {
  color: transparent;
}

.placeholder .search_bar .search-input:-ms-input-placeholder {
  color: transparent;
}

.placeholder .search_bar .search-input::-ms-input-placeholder {
  color: transparent;
}

.placeholder .search_bar .search-input::placeholder {
  color: transparent;
}

.placeholder .currency_changer {
  width: auto;
  background-color: #323232;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.placeholder .currency_changer .name.form-select {
  background-image: none;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.placeholder .dropdown.me-4 {
  background-color: #323232;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  margin-right: 0 !important;
}

.placeholder .dropdown.me-4 img {
  opacity: 0;
}

.placeholder .dropdown.me-4 .badge.rounded-pill {
  display: none;
}

.placeholder .profile-account .icon {
  background-color: #323232;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  margin-right: 15px;
}

.placeholder .profile-account .icon img {
  display: none;
}

.placeholder .profile-account .name {
  color: transparent;
  background-color: #323232;
  padding: 5px;
}

.placeholder .profile-account .name img {
  display: none;
}

.placeholder .profile-account .verified {
  color: transparent;
  background-color: #323232;
  padding: 4px;
}

.placeholder .profile-account .verified img {
  display: none;
}

.placeholder .anim {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(7%, #ededed), color-stop(13%, #ededed), color-stop(25%, #f5f5f5));
  background: linear-gradient(90deg, #f5f5f5 0%, #ededed 7%, #ededed 13%, #f5f5f5 25%);
  background-size: 900%;
  background-position: 100% 0%;
  -webkit-animation: animation 1.8s;
          animation: animation 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes animation {
  0% {
    background-position: 100% 0%;
  }
  99.99% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes animation {
  0% {
    background-position: 100% 0%;
  }
  99.99% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

.placeholder ul .link-item .child {
  color: transparent;
  background-color: #323232;
}

.placeholder .link-item.active .child {
  color: #323232;
  color: transparent;
}

.placeholder ul .link-item .accordion-title::after {
  background-image: none;
}

.placeholder ul .link-item .icon img {
  display: none;
}

.placeholder ul .link-item .sub-menu .sub-links a {
  background-color: #323232;
  display: block;
  width: 75%;
  margin: 4px 0;
  color: transparent;
}

.placeholder .card {
  min-height: 120px;
  border: 0;
}

.placeholder .main_card {
  min-height: 240px;
}

.placeholder .title-heading h2 {
  background-color: #323232;
  color: transparent !important;
  display: inline-block;
  padding: 4px;
}

.placeholder h3 {
  background-color: #323232;
  color: transparent !important;
  display: inline-block;
  padding: 4px;
}

.placeholder .table_block table th span {
  background-color: #323232;
  padding: 4px 5px;
  color: transparent;
}

.placeholder .table_block table .tran_activity .icon {
  background-color: #323232;
}

.placeholder .table_block table .tran_activity .icon img {
  visibility: hidden;
}

.placeholder .table_block table .tran_activity .title {
  background-color: #323232;
  color: transparent;
  display: inline-block;
  margin-bottom: 10px;
}

.placeholder .table_block table .tran_activity .name span {
  background-color: transparent;
}

.placeholder .table_block table .tran_activity .name strong, .placeholder b {
  background-color: #323232;
  color: transparent;
}

.placeholder .table_block table td span {
  background-color: #323232;
  color: transparent;
}

.placeholder .table_block table .action .btn {
  background-color: #f2f2f2;
}

.placeholder .table_block table .action .btn svg {
  display: none;
}

.placeholder .last-day {
  background-color: #323232;
}

.placeholder .last-day .custom_select {
  color: transparent;
  background-image: none;
}

.placeholder .card .title, .placeholder .card .amount, .placeholder .card .desc {
  color: transparent;
  background-color: #323232;
}

.step .icon {
  width: 20px;
  position: relative;
}

.step .icon::after {
  top: 20px;
  width: 1px;
  height: 95%;
  background-color: #B1DEBB;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.step img {
  max-width: 100%;
}

.step .content-body {
  width: calc(100% - 20px);
}

.step .icon.last::after {
  content: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-size: calc(1.2em + 0.475rem) calc(1.2em + 0.475rem);
}

.tooltip {
  position: absolute;
  right: -304px;
  top: -4px;
  opacity: 1;
  border: 1px solid #F2F2F2;
  width: 280px;
  -webkit-box-shadow: 0px 0px 20px 0px #ececec;
          box-shadow: 0px 0px 20px 0px #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  z-index: 100;
  font-family: lato;
}

.tooltip .content {
  position: relative;
  padding: 2rem;
}

.tooltip .content p {
  color: #C1C1C1;
}

.tooltip .content img {
  max-width: 100%;
  vertical-align: sub;
}

.tooltip .content .arrow-left {
  content: '';
  width: 0;
  z-index: 11;
  height: 0;
  position: absolute;
  top: 16px;
  left: -11px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
}

.tooltip .content .profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tooltip .content .profile .img {
  width: 40px;
}

.tooltip .content .profile .img img {
  max-width: 100%;
}

.tooltip .content .profile .tumbnail {
  width: calc(100% - 40px);
  padding-left: 1rem;
}

.tooltip .content .profile .tumbnail .name {
  color: #222222;
  font-weight: 700;
  font-size: 1.4rem;
}

.tooltip .content .profile .tumbnail .user span {
  color: #3a8abc;
}

.tooltip .content .profile .tumbnail .user strong {
  color: #4AC864;
  background-color: transparent;
}

.tooltip .horizontal-line {
  margin: 8px 0;
  border: 0;
  background-color: #F2F2F2;
}

.tooltip .content .caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tooltip .content .caution img {
  width: 12px;
}

.tooltip .content .caution p {
  text-align: left;
  color: #3a8abc;
  line-height: 17px;
}

.img-width {
  width: 2.8rem;
}

.img-width-32 {
  width: 3.2rem;
}

.no-invert {
  -webkit-filter: unset !important;
          filter: unset !important;
}

.width-auto {
  width: auto !important;
}

.side-bar {
  width: 22%;
}

.main-content {
  width: 78%;
}

.api_copy {
  top: 15px;
  right: 16px;
}

@media (min-width: 992px) {
  .offcanvas {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: unset;
            transform: unset;
    visibility: visible !important;
    top: 30px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 50%;
  }
  .main-content {
    width: 100%;
  }
  .side-bar {
    width: 100%;
  }
  .py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-4-2 {
    padding: 0 !important;
  }
  .logo {
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search_bar {
    position: absolute;
    top: 67px;
    width: 100%;
    padding: 0 !important;
  }
  .search_bar .search-input {
    height: 40px;
  }
  .responsive_menu {
    display: block;
    position: relative;
    z-index: 11;
  }
  .responsive_menu img {
    width: 30px;
  }
  .right_block {
    position: relative;
    z-index: 11;
  }
  .logo {
    z-index: 1;
  }
  .logo img {
    width: 130px;
  }
  .header {
    padding: 18px 0px;
    padding-bottom: 60px;
  }
  .currency_changer {
    width: auto;
    margin-right: 2rem;
  }
  .table_block table .tran_activity .icon img {
    width: 18px;
  }
  .custom_drop_down {
    width: 300px;
    left: -257px !important;
  }
  .left_menu {
    width: 300px;
    border-radius: 0;
  }
  .left_menu ul .resp_logout .accordion-title::after {
    background-image: none;
  }
  .left_menu ul .resp_logout .icon img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .custom_btn {
    min-width: 100px;
    height: 40px;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important;
  }
  .btn_blocks img {
    width: 16px;
    margin-right: 6px;
  }
  .btn_blocks .secondary-btn,
  .btn_blocks .green-btn {
    font-size: 1.2rem;
  }
  .custom-p-5 {
    padding: 3rem;
  }
  .exchange-block::after {
    width: 100%;
    height: 1px;
    top: 50%;
  }
  .exchange-btn {
    width: 40px;
    height: 40px;
  }
  .exchange-block {
    height: 50px;
  }
  .exchange-block-two {
    height: auto;
  }
  .exchange-block-two::after {
    height: 100%;
    width: 1px;
    top: 0;
  }
  .copy-right {
    display: none;
  }
  .field .form-control {
    height: 44px;
  }
  .passcode-field {
    background-position-x: 50px;
    background-size: 56px 2px;
    min-width: 227px;
    width: 227px;
    letter-spacing: 48px;
  }
  input.radio[type=radio] + label {
    background-size: 16px;
  }
  .custom-p-4 {
    padding: 2rem 1.5rem;
  }
  .form-label {
    margin-bottom: 1.5rem;
  }
  .tooltip {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 992px) {
  html {
    font-size: 57%;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .logo {
    width: 17%;
  }
  .search_bar {
    width: 30%;
    padding-left: 1.8rem;
  }
  .currency_changer {
    padding-right: 2rem;
    width: auto;
  }
  .tooltip {
    width: 220px;
    right: -246px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .side-bar {
    width: 24%;
  }
  .main-content {
    width: 76%;
  }
}
/*# sourceMappingURL=main.css.map */