@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
a,
button,
input,
select {
  transition: all 300ms;
  outline: none !important;
}

main {
  /* padding-top: 70px; */
  position: relative;
  min-height: 100vh;
  background: linear-gradient(
    105.87deg,
    #f1edfe 0.85%,
    #f5fcfe 47.92%,
    #ddeafd 100%
  );
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 55;
  transition: background 300ms;
}

.close-btn {
  position: relative;
}

.close-btn .cb-inner {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 40px;
  position: absolute;
  right: -50px;
  top: 16px;
  background: #f2f1fe;
  box-shadow: 9px 0 13px #00000017;
  padding: 13px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.close-btn .cb-inner span {
  display: block;
  margin: 6px 0;
  position: relative;
  height: 2px;
}

.close-btn .cb-inner span:before,
.close-btn .cb-inner span:after,
.pop-wrap button.close span:before,
.pop-wrap button.close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #0081c2;
  display: block;
}

.close-btn .cb-inner span:before,
.pop-wrap button.close span:before {
  transform: rotate(45deg);
}

.close-btn .cb-inner span:after,
.pop-wrap button.close span:after {
  transform: rotate(-45deg);
}

.hdr-logo {
  max-width: 180px;
}

header .inr-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hdr-right ul {
  padding: 0;
  margin: 0;
}

.hdr-right ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  position: relative;
}

.hdr-right ul li a {
  display: block;
  padding: 10px 15px;
  color: #666;
  text-decoration: none;
}
.hdr-right ul li a:hover,
.hdr-right ul li.active a {
  color: #0081c2;
}
.menu-icon {
  width: 48px;
  height: 36px; /* background: #0081c2; */
  border-radius: 6px;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.menu-icon span {
  height: 2px;
  background: #0081c2;
  display: block;
  margin: 7px 0;
  position: relative;
}

.menu-icon span:after,
.menu-icon span:before {
  content: "";
  border-top: 2px solid #0081c2;
  position: absolute;
  width: 100%;
  left: 0;
}

.menu-icon span:before {
  top: -7px;
}

.menu-icon span:after {
  bottom: -7px;
}
.hdr-right ul li.link-btn > a,
.back-to a,
.bi-left .link-btn > a,
.sc-result .confirm-btn button,
.login-btns ul li.link-btn button {
  border: 1px solid #0081c2;
  min-width: 120px;
  text-align: center;
  border-radius: 50px;
  color: #0081c2;
  text-decoration: none;
}

.hdr-right ul li.link-btn.btn-filled > a,
.back-to a,
.bi-left .link-btn.btn-filled > a,
.sc-result .confirm-btn button,
.login-btns ul li.link-btn.btn-filled button {
  background: #0081c2;
  color: #fff;
}
.bi-left .link-btn > a,
.sc-result .confirm-btn button {
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
}
.sc-result .confirm-btn button {
  min-width: 150px;
}
.banner-inner {
  padding: 180px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
}
.banner-sec {
  background: linear-gradient(
    105.87deg,
    #f1edfe 0.85%,
    #f5fcfe 47.92%,
    #ddeafd 100%
  );
}
.login-btns ul li.link-btn button {
  display: block;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.banner-inner .bi-left,
.banner-inner .bi-right {
  padding: 0 20px;
}

.bi-left h6 {
  font-size: 16px;
  color: #0081c2;
  margin: 0;
}

.bi-left h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
}

.bi-left h1 span {
  display: block;
  background: #1ad0f4;
  background: -moz-linear-gradient(left, #1ad0f4 0%, #0081c2 100%);
  background: -webkit-linear-gradient(left, #1ad0f4 0%, #0081c2 100%);
  background: linear-gradient(to right, #1ad0f4 0%, #0081c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ad0f4', endColorstr='#0081c2',GradientType=1 );
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.banner-inner .bi-right {
  width: 45%;
}

.banner-inner .bi-left {
  width: 55%;
  position: relative;
  z-index: 1;
}

.bi-left p {
  color: #666;
  margin: 25px 0;
  max-width: 480px;
  line-height: 1.8;
}
.currency-list {
  padding: 50px 0;
  background: #fff;
}

.cmn-sec {
  padding: 80px 0;
}

.cmn-sec:not(.dark-bg) {
  background: #fff;
}

.dark-bg {
  background: #eee;
}

footer {
  background: #fff;
  font-size: 13px;
}

footer .ftr-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  padding: 16px 0;
}

footer .ftr-inr ul {
  margin: 0;
  padding: 0;
}

footer .ftr-inr ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

footer .ftr-inr a {
  color: #666666;
  text-decoration: none;
}

footer .ftr-inr p {
  margin: 0;
}

.converter-sec {
  padding: 50px 0;
  background: #fff;
}

.single-card {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.sc-first {
  margin-top: -150px;
}

.sc-heading h2 {
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 43px;
}

.sc-heading {
  text-align: center;
  padding: 30px 0;
}

.sc-heading p {
  margin: 0 auto;
  max-width: 430px;
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
.sc-result {
  display: flex;
  margin-top: 20px;
  position: relative;
  flex-wrap: wrap;
}
.converter-sec:not(.open) .sc-result {
  display: none;
}

.sc-result .scr-left,
.sc-result .scr-right {
  width: 50%;
  padding: 0 30px;
}
.scrl-top h3:first-child:after {
  content: "";
  position: absolute;
  right: -18px;
  width: 36px;
  height: 36px;
  top: -5px;
  background: #0081c2 url(../images/exchange.svg) center center no-repeat;
  border-radius: 50%;
  background-size: 34px auto;
}
.scrl-top {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 40px 0;
}

.scrl-top h3 {
  margin: 0;
  padding: 0 35px;
  font-size: 28px;
  position: relative;
}

.scrl-mid ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.scrl-mid ul li {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.scr-left .scrl-mid ul li {
  width: 50%;
}
.orders-details .scrl-mid ul li {
  width: 33.333%;
}
.scrl-mid ul li p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.scrl-mid ul li span {
  color: #666;
  line-height: 24px;
}

.scrl-top h3:first-child {
  padding-left: 0;
}

.scrr-top {
  padding: 40px 0 20px;
}

.scrr-top ul {
  padding: 0;
  margin: 0 -10px;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-right: 60px;
}

.scrr-top ul li {
  display: block;
  padding: 0 10px;
}
.scrr-top ul li:nth-child(1) {
  width: 60%;
}
.scrr-top ul li:nth-child(2) {
  width: 40%;
}
.scrr-top ul li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.scrr-top ul li label {
  font-weight: 400;
}

.scrr-top ul li input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #0081c2;
  border-radius: 10px;
}
.scrr-top ul li button {
  padding: 0;
  background: transparent;
  border: 0;
}

.scrr-top ul li button img {
  width: 40px;
}
.cli-bottom table {
  background: #f8fafe;
  margin: 0;
}
.cli-bottom + p {
  margin: 15px 0;
}
.scrr-bottom table.table {
  background: #f6f6f6;
  margin: 0;
}

.scrr-bottom table.table tr td,
.scrr-bottom table.table tr th {
  padding: 14px 40px;
}
.scrr-bottom {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.scrr-bottom-inner {
  max-height: 331px;
  overflow: auto;
}
.orders-details .scrr-bottom-inner {
  max-height: inherit;
}
.scrr-bottom table.table tr td {
  font-size: 15px;
  color: #000;
  padding: 15px 32px;
  border-color: #ddd !important;
}
table tr td,
table tr th {
  white-space: nowrap;
}
.scrr-bottom table.table tr th {
  color: #666666;
  border: 0;
  padding: 20px 32px 10px;
  font-weight: 400;
  font-size: 13px;
}

.scrr-bottom table.table tr:first-child td {
  border: 0;
}

.scrr-bottom table.table thead {
  position: sticky;
  top: 0;
  background-color: #f6f6f6;
}

.scrr-bottom table.table tr td span {
  color: #0081c2;
  font-weight: 500;
  font-size: 18px;
}
.scrr-bottom table.table tr td span.cross {
  color: #d44949;
  cursor: pointer;
  transition: all 300ms;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 24px;
}
.scrr-bottom table.table tr td span.cross:hover {
  color: #fd0000;
  background: #f9d8d8;
}
.scrr-bottom table.table tr th:last-child,
.scrr-bottom table.table tr td:last-child {
  text-align: center;
}
.cli-bottom table thead tr th {
  font-weight: 400;
  color: #666666;
  border: 0;
  padding: 35px 60px 15px;
}

.cli-bottom table tbody tr td {
  border-color: #ddd;
  padding: 20px 60px;
  font-size: 16px;
  vertical-align: middle;
}

.cli-bottom {
  border-radius: 10px;
  overflow: hidden;
}

.cli-bottom table tr td:nth-child(1),
.cli-bottom table tr td:nth-child(2) {
  width: 35%;
}
.tbl-inner {
  max-width: 170px;
  margin: 0 auto;
}
.tbl-inner span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #e5e8ef;
}

.cmn-sec .col-md-6 img {
  margin: 0 auto;
  display: block;
}

.cmn-sec h3 {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.cmn-sec p {
  color: #888;
  max-width: 400px;
  margin: 0 0 20px;
  line-height: 1.6;
}

.cmn-sec ul {
  padding: 0;
  margin: 0;
}

.cmn-sec ul li {
  display: block;
  padding: 7px 0;
}

.cmn-sec ul li strong {
  display: block;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}

.cmn-sec ul li strong:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/check-list.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.cmn-sec ul li strong + p {
  margin-top: 10px;
}
.gss-process ul {
  display: flex;
  padding: 0;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.gss-process ul li {
  width: 33.333%;
  display: block;
  padding: 0 15px;
  text-align: center;
  margin: 30px 0;
}

.get-start-sec {
  padding: 50px 0;
}

.gss-process ul li h3 {
  font-size: 22px;
  margin: 20px 0;
}

.gss-process ul li img {
  margin: 0 0 30px;
}

.gss-process ul li p {
  color: #666;
  line-height: 1.8;
  max-width: 300px;
  margin: 0 auto;
}

.currency-conv {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 15px 0 40px;
}

.currency-conv .cc-single {
  width: 50%;
  padding: 0 30px;
  position: relative;
}
.currency-conv .cc-single + .cc-single:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 40px;
  height: 40px;
  bottom: 4px;
  background: #0081c2 url(../images/exchange.svg) center center no-repeat;
  border-radius: 50%;
}

.currency-conv .cc-single > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.currency-conv .cc-single > ul > li {
  display: block;
  width: 39%;
  padding: 0 5px;
}
.currency-conv .cc-single > ul > li:last-child {
  max-width: 140px;
}
.currency-conv .cc-single ul li .bootstrap-select {
  width: 100% !important;
}

.currency-conv .cc-single label {
  display: block;
  font-weight: 400;
}

.select-box .btn-default,
.lsf-single .btn-default {
  padding: 13px 20px;
  border: 1px solid #0081c2;
  border-radius: 10px;
  background: #fff;
  outline: none !important;
}
.lsf-single .bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.currency-conv .cc-single input {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #0081c2;
  border-radius: 10px;
}

.exc-btn a,
.pop-btn button,
.pop-btn a {
  border: 1px solid #0081c2;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  padding: 13px 15px;
  text-decoration: none;
  background: #0081c2;
  display: block;
}
.exc-btn a {
  width: 100%;
}
.pop-btn button {
  min-width: 150px;
}

.exc-btn a:hover,
.bi-left .link-btn > a:hover,
.sc-result .confirm-btn button:hover,
.hdr-right ul li.link-btn.btn-filled > a:hover,
.pop-btn button:hover,
.back-to a:hover,
.login-btns ul li.link-btn.btn-filled button:hover {
  background-color: #0070a8;
  box-shadow: 0 4px 10px #0081c240;
}
.pop-btn button,
.pop-btn a {
  width: 150px;
}
.back-to {
  margin-top: 50px;
}
.back-to a {
  display: inline-block;
  padding: 12px 30px;
}
.pop-wrap button.close span {
  display: block;
  width: 24px;
  height: 24px;
  /* background: #f55; */
  position: relative;
}
.pop-wrap button.close {
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
.hdr-right ul li.link-btn > a:hover,
.login-btns ul li.link-btn button:hover {
  box-shadow: 0 4px 10px #0081c259;
}

.hdr-lang .bootstrap-select > .dropdown-toggle[title="Chinese"] .filter-option,
.hdr-lang
  .bootstrap-select
  .dropdown-menu
  li
  a[data-tokens="CHN"]
  span.text:before,
.lf-single
  .bootstrap-select
  .dropdown-menu
  li
  a[data-tokens="CHN"]
  span.text:before,
.lf-single
  .bootstrap-select
  > .dropdown-toggle[title="Chinese"]
  .filter-option:before {
  background-image: url(../images/flags/flag-china.png);
}

.login-flds
  .lf-single
  .bootstrap-select
  > .dropdown-toggle
  .filter-option:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
}
.with-image .bootstrap-select .dropdown-toggle .filter-option,
.with-image .bootstrap-select .dropdown-menu li a {
  padding-left: 45px;
}
.select-box .bootstrap-select .dropdown-toggle .filter-option,
.currency-conv .cc-single input {
  font-weight: 500;
}

.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus {
  background-color: #f1f9fe;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background-color: #e6f5fd;
}

.with-image .bootstrap-select .dropdown-toggle .filter-option:before,
.with-image .bootstrap-select .dropdown-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}

/* .with-image
  .bootstrap-select
  .dropdown-toggle[title="Xbox"]
  .filter-option:before,
.with-image
  .bootstrap-select
  .dropdown-toggle[title="XBOX"]
  .filter-option:before,
.with-image
  .bootstrap-select
  .dropdown-menu
  li
  a[data-tokens="xboxcard"]:before {
  background-image: url(../images/xbox-icn-table.svg);
}
.with-image
  .bootstrap-select
  .dropdown-toggle[title="Psn"]
  .filter-option:before,
.with-image
  .bootstrap-select
  .dropdown-toggle[title="PSN"]
  .filter-option:before,
.with-image
  .bootstrap-select
  .dropdown-menu
  li
  a[data-tokens="psncard"]:before {
  background-image: url(../images/psn-icn-table.svg);
}

.with-image
  .bootstrap-select
  .dropdown-toggle[title="BTC"]
  .filter-option:before,
.with-image .bootstrap-select .dropdown-menu li a[data-tokens="BTC"]:before {
  background-image: url(../images/btc-icn-table.svg);
}
.with-image
  .bootstrap-select
  .dropdown-toggle[title="ETH"]
  .filter-option:before,
.with-image .bootstrap-select .dropdown-menu li a[data-tokens="ETH"]:before {
  background-image: url(../images/eth-icn-table.svg);
}
.with-image
  .bootstrap-select
  .dropdown-toggle[title="TRC"]
  .filter-option:before,
.with-image .bootstrap-select .dropdown-menu li a[data-tokens="TRC"]:before {
  background-image: url(../images/trc-icn-table.svg);
}
.with-image
  .bootstrap-select
  .dropdown-toggle[title="LTC"]
  .filter-option:before,
.with-image .bootstrap-select .dropdown-menu li a[data-tokens="LTC"]:before {
  background-image: url(../images/ltc-icn-table.svg);
} */
.cli-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
}

.cli-top h3 {
  margin: 0;
}

.cli-top .bootstrap-select.currency {
  max-width: 130px;
}

.cli-top .bootstrap-select.currency .dropdown-toggle {
  border-radius: 50px;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open .dropdown-toggle.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #0081c2;
}

/* width */
main ::-webkit-scrollbar {
  width: 6px;
}

/* Track */
main ::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
main ::-webkit-scrollbar-thumb {
  background: #bbb;
}

/* Handle on hover */
main ::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.modal-content {
  -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  border-radius: 10px;
}
.pop-wrap {
  padding: 35px;
}

.pop-wrap h3 {
  margin: 0;
}

.pop-wrap p {
  margin: 0;
}

.pop-head {
  padding-bottom: 20px;
}

.pop-currency {
  margin: 0 -30px;
}

.pop-currency .tbl-inner {
  font-weight: 500;
  font-size: 16px;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.wlt-number label {
  display: block;
  font-weight: 400;
}

.wlt-number input {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #0081c2;
  border-radius: 10px;
}

.wlt-number {
  padding: 40px 0 35px;
}

.tbl-inner img {
  display: block;
}

.pop-currency .tbl-inner span {
  width: 18px;
  height: 18px;
}

.pop-currency .tbl-inner + .tbl-inner:before {
  content: "";
  position: absolute;
  left: -17px;
  width: 28px;
  height: 28px;
  top: -3px;
  background: #0081c2 url(../images/exchange.svg) center center no-repeat;
  border-radius: 50%;
  background-size: 26px auto;
}
.pop-wrap button.close span:before,
.pop-wrap button.close span:after {
  top: 11px;
  border-color: #000;
}
.sumbenu-wrap ul li {
  display: block;
  white-space: nowrap;
}

.sumbenu-wrap ul li a {
  padding: 10px 15px;
  color: #000;
  margin: 0;
}
.sumbenu-wrap ul li a:hover {
  color: #0081c2;
}
.sumbenu-wrap ul li + li {
  border-top: 1px solid #eee;
}

.sumbenu-wrap ul li a span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-color: rgba(41, 122, 243, 0.1);
  margin-right: 10px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-page {
  padding-top: 120px;
  min-height: calc(100vh - 52px);
}

.ts-inner {
  text-align: center;
  padding: 0 0 100px;
}

.ts-img {
  max-width: 350px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 0;
}

.ts-img:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background: #fff;
  z-index: -1;
  border-radius: 100%;
  box-shadow: 0px 5px 10px rgba(41, 122, 243, 0.1);
}

.ts-inner h3 {
  font-size: 34px;
  margin: 20px 0;
}

.ts-inner p {
  margin: 0 0 20px;
  color: #666;
  line-height: 1.6;
}

.ts-inner p a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.ts-inner p a:hover {
  color: #0081c2;
}

.ls-inner {
  margin: 10px auto 70px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.login-sec .ls-inner {
  max-width: 1000px;
}
.profile-sec .ls-inner {
  max-width: 650px;
}

.login-sec .ls-single {
  width: 50%;
  padding: 30px;
}
.profile-sec .ls-single {
  width: 100%;
  padding: 30px 50px;
}
.ls-left {
  background: #c5d6f4 url(..//images/login-img.png) center center no-repeat;
}

.ls-head h3 {
  margin: 10px 0;
  font-size: 22px;
}

.ls-head p {
  color: #888;
  margin: 0;
}

.ls-head {
  padding: 10px 0 25px;
}

.lsf-single label {
  display: block;
  font-weight: 400;
}

.lsf-single input {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #0081c2;
  border-radius: 10px;
}

.lsf-single {
  margin: 15px 0;
}

.forgt-pass {
  display: flex;
  justify-content: space-between;
}

.lsf-single a {
  color: #0081c2;
}

.login-btns ul {
  padding: 15px 0 30px;
  margin: 0;
}

.login-btns ul li {
  display: block;
}
.login-btns ul li + li {
  margin-top: 20px;
}
.login-btns ul li.link-btn button {
  color: #888;
  background: #fff;
}
.login-sec {
  display: flex;
  align-items: center;
}
.lgn-foot {
  text-align: center;
}
.lgn-foot a {
  color: #0081c2;
}
.double-input {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.double-input .lsf-single {
  padding: 0 10px;
  margin: 0;
  width: 50%;
}
.profile-sec .ls-inner .login-btns button {
  max-width: 160px;
}

.orders-sec .cli-bottom {
  background: #f8fafe;
  margin-bottom: 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.orders-sec .cli-bottom .order-head {
  padding: 25px 3% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-fld {
  padding-left: 15px;
}
.search-fld input[type="search"] {
  width: 100%;
  padding: 13px 20px 13px 40px;
  border: 1px solid #0081c2;
  border-radius: 10px;
  background: transparent url(../images/search-icn.png) 10px center no-repeat;
  max-width: 200px;
}

.orders-sec .tbl-inner a {
  color: #0081c2;
}

.orders-sec table tbody tr td p {
  margin: 0;
}

.orders-sec table tbody tr td p e {
  display: block;
  font-size: 13px;
  color: #888;
}

.orders-sec .cli-bottom table tbody tr td {
  padding: 10px 15px;
}

.orders-sec .cli-bottom table tr td:nth-child(1),
.orders-sec .cli-bottom table tr td:nth-child(2) {
  width: auto;
}

.orders-sec .cli-bottom table thead tr th {
  padding: 35px 15px 15px;
}

.orders-sec .cli-bottom table thead tr th:first-child .tbl-inner,
.orders-sec .cli-bottom table tbody tr td:first-child .tbl-inner {
  max-width: 130px;
}

.new-order {
  color: #297af3;
}
.completed-order {
  color: #03c988;
}
.cancelled-order {
  color: #d44949;
}
.pending-order {
  color: #f7c04a;
}
nav[aria-label="navigation"] {
  text-align: right;
}

.pagination > li {
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

ul.pagination {
  background: transparent;
  margin: 0 0 60px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 6px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #fff;
  border-color: #0081c2;
  color: #000;
}

.pagination > li > a,
.pagination > li > span {
  color: #000;
  font-size: 15px;
  border-width: 1px;
  font-weight: 500;
  line-height: 1.4;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #d7e8fd;
  border-color: #0081c2;
}

.c-note {
  display: inline-block;
  vertical-align: top;
  position: relative;
  user-select: none;
}
.c-note.disabled i {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-note i {
  font-style: normal;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #f69222;
  color: #f69222;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

.c-note p {
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  background: #ecf8ff;
  padding: 10px;
  line-height: 1.3;
  font-size: 13px;
  box-shadow: 0 1px 6px #0000002b;
  border: 1px solid #ccedff;
  max-width: 130px;
  width: 150px;
  white-space: normal;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}

.orders-sec table tbody tr td p:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #a3d6f1;
}

.c-note:hover p {
  opacity: 1;
  visibility: visible;
}
.orders-details .cli-bottom {
  background: #f8fafe;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.orders-details .cli-bottom .scrr-bottom {
  margin: 0;
}

.orders-details .scrl-mid {
  padding: 0 0 30px;
}

.orders-details .order-head h3 span.dtl-date-time {
  display: block;
  font-size: 14px;
  color: #297af3;
  margin-top: 5px;
  font-weight: 400;
}

.cancel-btn button {
  background: transparent;
  padding: 13px 30px;
  border: 1px solid #ea5455;
  min-width: 120px;
  text-align: center;
  border-radius: 50px;
  color: #ea5455;
  text-decoration: none;
}

.cancel-btn {
  margin-top: 20px;
}

.cancel-btn button:hover {
  box-shadow: 0 4px 10px #ea545552;
}
.ls-head h3 i {
  font-weight: 400;
  font-style: normal;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000003b;
  z-index: 0;
  transition: all 300ms;
}
body:not(.menuopen) .overlay {
  display: none;
}
.gsp-single {
  position: relative;
}

.prcs-arw {
  position: absolute;
  top: 20%;
  left: 85%;
  width: 40%;
  border-top: 2px dotted #1a2172;
}
.prcs-arw:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #1a2172;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -6px;
  left: -5px;
  border-radius: 50%;
}

.prcs-arw:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  top: -6px;
  right: -1px;
  border-top: 2px solid #1a2172;
  border-right: 2px solid #1a2172;
  transform: rotate(45deg);
}

.with-image
  .bootstrap-select
  .dropdown-toggle[title="Select Card"]
  .filter-option.pull-left,
.with-image
  .bootstrap-select
  .dropdown-toggle[title="Select Crypto"]
  .filter-option.pull-left {
  padding-left: 15px;
}
