@font-face {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_Hmw.ttf) format('truetype');
}

@font-face {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CoKg.ttf) format('truetype');
}

@font-face {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__O9OoKg.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6rfjptAgt5VM-kVkqdyU8n1ioStndl.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFhw.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFhw.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6pfjptAgt5VM-kVkqdyU8n3kwq0g.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6qfjptAgt5VM-kVkqdyU8n3uAL8lc.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6qfjptAgt5VM-kVkqdyU8n3oQI8lc.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F63fjptAgt5VM-kVkqdyU8n5ig.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6qfjptAgt5VM-kVkqdyU8n3twJ8lc.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v6/-F6qfjptAgt5VM-kVkqdyU8n3pQP8lc.ttf) format('truetype');
}

@font-face {
  font-family: "Ilisarniq";
  src: url("../fonts/Ilisarniq-Regular.otf");
}

@font-face {
  font-family: "Ilisar_light";
  src: url("../fonts/Ilisarniq-Light.otf");
}

.no-pd {
  padding: 0 0 0 0 !important;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

input {
  box-shadow: none !important;
}

.btn {
  box-shadow: none !important;
}

.status-success {
  color: #119837;
}

.failstatus {
  color: #d6190d !important;
}

.sidebar-nav {
  float: left;
  width: 16%;
  background: #fbfbfb;
  height: 100%;
  padding: 0 15px;
  position: fixed;
}

@media only screen and (max-width: 600px) {
  .sidebar-nav {
    width: 80%;
    z-index: 1;
    padding: 0;
    display: none;
  }
}

.sidebar-nav .logo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#leftArrow::before {
  content: "";
  background: url("../img/left-arrow.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
}

.sidebar-nav .lout::before {
  content: "";
  background: url("../img/lout.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}

.sidebar-nav .navlink {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.sidebar-nav .navlink li {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
  .sidebar-nav .navlink li {
    border-radius: 0;
    padding: 9px 15px;
  }
}

.sidebar-nav .navlink li a {
  color: #141834;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  font-family: "Ilisarniq";
  float: left;
  width: 100%;
}

.sidebar-nav .navlink li:before {
  content: "";
  background: url("../img/cards.svg") no-repeat center;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
}

.sidebar-nav .navlink .formobnav {
  display: none;
}

@media only screen and (max-width: 600px) {
  .sidebar-nav .navlink .formobnav {
    display: block;
  }
}

.sidebar-nav .navlink li.active {
  background: linear-gradient(90deg, #3a71f7 0%, rgba(77, 127, 247, 0.75) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav .navlink li.active a {
  color: #ffffff;
}

.sidebar-nav .navlink li.active::before {
  filter: brightness(3);
}

.sidebar-nav .navlink .crd:before {
  background: url("../img/sidebar/mycard.svg") no-repeat center;
}

.sidebar-nav .navlink .trans:before {
  background: url("../img/sidebar/trans.svg") no-repeat center;
}

.sidebar-nav .navlink .pronav::before {
  background: url();
}

.sidebar-nav .sidenav-foo {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .sidebar-nav .sidenav-foo {
    display: none;
  }
}

.sidebar-nav .sidenav-foo .dtfoo {
  float: left;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.sidebar-nav .sidenav-foo .dtfoo span {
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  font-family: "Ilisar_light";
  color: #141834;
  text-align: center;
  display: block;
}

.sidebar-nav .sidenav-foo .fooimg {
  float: left;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

.sidebar-nav .sidenav-foo .fooimg img {
  width: 80%;
}

.sidebar-nav .sidenav-foo .fooimg span {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  font-family: "Sen", sans-serif;
  text-align: center;
  margin-top: 26px;
}

.sidebar-nav .sidenav-foo .getpremium {
  background: linear-gradient(0deg, #4d7ff7, #4d7ff7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: left;
  width: 80%;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 21px;
  font-family: "Sen", sans-serif;
  padding: 12px 24px;
  border-radius: 4px;
  margin-left: 10%;
  text-align: center;
  margin-top: 20px;
}

.sidebar-nav .sidenav-foo .getpremium::after {
  content: "";
  background: url("../img/premi.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  left: 5px;
  top: 4px;
}

@media only screen and (max-width: 600px) {
  .accSec .content-cen {
    order: 1;
  }

  .accSec .content-profile {
    order: 2;
  }
}

@media only screen and (max-width: 600px) {
  .content-sec {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .content-sec .content-cen {
    width: 100%;
    order: 2;
  }
}

.content-sec .user-tlt-sec {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .content-sec .user-tlt-sec {
    display: none;
  }
}

.content-sec .user-tlt-sec h2 {
  font-family: "Ilisarniq";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #141834;
}

.content-sec .user-tlt-sec p {
  font-family: "Ilisar_light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.2px;
  color: #868590;
}

.container-cen-inn {
  float: left;
  width: 100%;
  margin-top: 30px;
  height: 86.3vh;
}

@media only screen and (max-width: 600px) {
  .container-cen-inn {
    height: auto;
  }
}

.container-cen-inn .trans-inn {
  padding-left: 15px;
}

@media only screen and (max-width: 600px) {
  .container-cen-inn .trans-inn {
    margin-top: 30px;
  }
}

.container-cen-inn .trans-inn .v-all a:before {
  content: "";
  background: none !important;
}

.container-cen-inn .cont-cen-inn {
  float: left;
  width: 50%;
  border-right: 1px solid #efefef;
  padding: 0 20px;
  height: 100%;
  overflow-y: auto;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .container-cen-inn .cont-cen-inn {
    width: 100%;
  }
}

.container-cen-inn .cont-cen-inn:last-child {
  border-right: 0;
}

.container-cen-inn .cont-cen-inn .tlt-sec {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-cen-inn .cont-cen-inn .tlt-sec p {
  float: left;
  margin-bottom: 0;
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #141834;
}

@media only screen and (max-width: 600px) {
  .container-cen-inn .cont-cen-inn .tlt-sec p {
    font-size: 12.2711px;
    line-height: 15px;
  }
}

.container-cen-inn .cont-cen-inn .tlt-sec span {
  float: right;
}

.container-cen-inn .cont-cen-inn .tlt-sec span a {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #4d7ff7;
  display: flex;
  align-items: center;
}

.container-cen-inn .cont-cen-inn .tlt-sec span a::before {
  content: "";
  background: url("../img/filter.svg") no-repeat center;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
}

.container-cen-inn .cont-cen-inn .tlt-sec span button {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #4d7ff7;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.container-cen-inn .cont-cen-inn .tlt-sec span button::before {
  content: "";
  background: url("../img/filter.svg") no-repeat center;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
}

.inn-tabs {
  float: left;
  width: 100%;
}

.inn-tabs .tab-filt-sec {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inn-tabs .filt-tab-crd {
  float: right;
  background: url("../img/sidebar/trans.svg") no-repeat center;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: contain;
}

.inn-tabs .nav-tabs {
  float: left;
  width: auto;
  border: none;
  background: linear-gradient(0deg, #f7f9f9, #f7f9f9);
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3px 3px;
  transition: 0.2s all ease;
}

.inn-tabs .nav-tabs li a {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #91909c;
  border: none;
  transition: 0.2s all ease;
}

.inn-tabs .nav-link.active {
  background: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 9px 40px;
  border: none;
}

.inn-tabs .nav-link.active a {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #141834;
  transition: 0.2s all ease;
}

.inn-tabs #myTabContent {
  float: left;
  width: 100%;
}

.summery-card {
  float: left;
  width: 100%;
  background: #f7f9f9;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  margin-bottom: 12px;
}

.summery-card .crd-icn {
  float: left;
  width: 15%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.summery-card .crd-icn img {
  width: 22px;
  height: 22px;
}

.summery-card .crd-icn.cash {
  background: #56abde;
}

.summery-card .crd-cont {
  float: left;
  padding: 0 10px 0 18px;
  width: 85%;
}

.summery-card .crd-cont .tlt {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.2px;
  color: #7f8ea2;
  margin-bottom: 12px;
  float: left;
  width: 100%;
}

.summery-card .crd-cont .tlt-dlt {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.summery-card .crd-cont .tlt-dlt p {
  display: block;
  color: #141834;
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}

.summery-card .crd-cont .tlt-dlt p span {
  margin-left: 20px;
}

.summery-card .crd-cont .tlt-dlt .progress {
  background: #a2d2f5;
  opacity: 0.4;
  height: 4px;
  float: left;
  width: 95%;
}

.summery-card .crd-cont .amt-rem {
  margin-bottom: 0;
}

.summery-card .crd-cont .amt-rem p {
  color: #7f8ea2;
  margin-bottom: 0;
}

.crd-swipe .crd-icn.swipe {
  background: #f1bf44;
}

.crd-swipe .progress {
  background: #fada8f !important;
}

.crd-swipe .progress .progress-bar {
  background: #f1bf44;
}

.online .crd-icn.use-online {
  background: #6976ec;
}

.online .progress {
  background: #abb3fc !important;
}

.online .progress .progress-bar {
  background: #6976ec;
}

.dropbxs {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: none;
}

.logbx {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.logbx:last-child {
  margin-bottom: 0;
}

.logbx .logstatus {
  float: left;
  width: 85%;
  font-weight: normal;
  font-size: 9.99706px;
  line-height: 140%;
  font-family: "Ilisarniq";
  letter-spacing: -0.181765px;
  color: #141834;
}

.logbx .logtme {
  float: left;
  width: 100%;
  letter-spacing: -0.181765px;
  font-weight: normal;
  font-size: 9.99706px;
  font-family: "Ilisarniq";
  line-height: 140%;
  color: #8f8ea0;
  margin-top: 3px;
}

.logbx:before {
  content: "";
  background: url("../img/user.svg") no-repeat center;
  width: 21px;
  height: 21px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.contectless .crd-icn.cless {
  background: #bd70fb;
}

.contectless .progress {
  background: #d8bbf4 !important;
}

.contectless .progress .progress-bar {
  background: #bd70fb;
}

.tab-chart {
  float: left;
  width: 100%;
}

.donut-chart {
  margin-top: 40px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.donut-chart .ct-series-a .ct-slice-donut-solid {
  fill: #f7b34d;
}

.donut-chart .ct-series-b .ct-slice-donut-solid {
  fill: #3ad1c8;
}

.donut-chart .ct-series-c .ct-slice-donut-solid {
  fill: #4b25b6;
}

.donut-chart .ct-series-d .ct-slice-donut-solid {
  fill: #1ec5fa;
}

.donut-chart .ct-series-e .ct-slice-donut-solid {
  fill: #f8f8fa;
}

.chart-tble {
  float: left;
  width: 100%;
}

.chart-tble .table {
  font-family: "Ilisarniq";
}

.chart-tble .table th:first-child {
  text-align: left;
}

.chart-tble .table tr:first-child td:first-child {
  border-top: 0;
}

.chart-tble .table td {
  font-size: 12px !important;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
}

.chart-tble .table td:first-child {
  color: #7f8ea2;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  display: flex;
  align-items: center;
}

.chart-tble .tblcrd {
  float: left;
  width: 28px;
  border-radius: 6px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.chart-tble .fuel {
  background: #f7b34d;
}

.chart-tble .shop {
  background: #3ad1c8;
}

.chart-tble .med {
  background: #4b25b6;
}

.chart-tble .oth {
  background: #1ec5fa;
}

.transsection {
  float: left;
  width: 100%;
}

.transsection .trans-bx-bydate {
  float: left;
  width: 100%;
  margin-bottom: 27px;
}

.transsection .trans-bx-bydate .date {
  float: left;
  width: 100%;
  color: #7f8ea2;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: -0.2px;
  color: #8f8ea0;
  padding: 0 15px;
  margin-bottom: 10px;
}

.transsection .trans-bx-bydate .transbx-active {
  padding: 15px 15px 0 15px !important;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(20, 24, 52, 0.08);
  border-radius: 10px;
}

.transsection .trans-bx-bydate .transbx-active:after {
  content: "";
  transform: rotate(180deg);
  transition: 0.4s all ease;
}

.transsection .trans-bx-bydate .trans-bx {
  float: left;
  width: 100%;
  font-family: "Ilisarniq";
  position: relative;
  cursor: pointer;
  padding: 15px 15px 15px 15px;
  background: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
}

.transsection .trans-bx-bydate .trans-bx:after {
  content: "";
  background: url("../img/down-arr.svg") no-repeat center;
  width: 10px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 20px;
  background-size: cover;
  transition: 0.4s all ease;
}

.transsection .trans-bx-bydate .trans-bx #transaction-desc {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
  .transsection .trans-bx-bydate .trans-bx #transaction-desc {
    width: 80%;
  }
}

.transsection .trans-bx-bydate .trans-bx .trans-tlt {
  float: left;
  width: 70%;
}

.transsection .trans-bx-bydate .trans-bx .trans-tlt .trans-tlts {
  color: #141834;
  font-size: 12px;
  line-height: 140%;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.transsection .trans-bx-bydate .trans-bx .trans-tlt .trans-typ {
  color: #7f8ea2;
  font-size: 11px;
  line-height: 140%;
  float: left;
  width: 100%;
}

.transsection .trans-bx-bydate .trans-bx .trans-amt {
  float: left;
  color: #141834;
  width: 30%;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: -40px;
}

.transsection .trans-bx-bydate .trans-bx .trans-amt span {
  color: #7f8ea2;
  float: left;
  margin-right: 10px;
}

.transsection .trans-bx-bydate .trans-bx .whyalrt {
  float: left;
  width: 100%;
  color: #d6190d;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  margin: 0 0 15px 0;
}

.transsection .trans-bx-bydate .trans-bx .trans-amt.alertamt {
  color: #d6190d;
  position: relative;
}

.transsection .trans-bx-bydate .trans-bx .trans-amt.alertamt span {
  color: #d6190d;
}

.transsection .trans-bx-bydate .trans-bx .trans-amt.alertamt::after {
  content: "";
  background: url("../img/altamt.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
}

.transsection .trans-bx-bydate .trans-bx .trans-tp {
  position: relative;
  float: left;
  padding-left: 22px;
  width: 100%;
}

.transsection .trans-bx-bydate .trans-bx .trans-tp:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.transsection .trans-bx-bydate .trans-bx .online:before {
  content: "";
  background: url("../img/arrows/online.svg") no-repeat center;
}

.transsection .trans-bx-bydate .trans-bx .crdswipe:before {
  content: "";
  background: url("../img/arrows/swipe.svg") no-repeat center;
}

.transsection .trans-bx-bydate .trans-bx .cash:before {
  content: "";
  background: url("../img/arrows/cash.svg") no-repeat center;
}

.transsection .trans-bx-bydate .trans-bx .trans-drop {
  float: left;
  width: 100%;
  display: none;
}

.transsection .trans-bx-bydate .trans-bx .trans-drop .drop-tbl {
  float: left;
  width: 100%;
  border-top: 1px solid #efefef;
  margin-top: 10px;
}

.transsection .trans-bx-bydate .trans-bx .trans-drop .drop-tbl .table tr td {
  font-size: 9px;
  line-height: 140%;
  border: 0;
  color: #7f8ea2;
  padding: 7px 12px;
}

.transsection .trans-bx-bydate .trans-bx .trans-drop .drop-tbl .table tr td span:first-child {
  width: 40px;
  float: left;
  color: #141834;
}

.fail-support:before {
  background: none !important;
}

.dwnld-btn {
  float: left;
  width: 130%;
  background: #f7f9f9;
  color: #4d7ff7;
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: -0.2px;
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -15%;
  position: relative;
}

.dwnld-btn:before {
  content: "";
  background: url("../img/dwnlad.svg") no-repeat center;
  width: 13px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .content-profile {
    width: 100%;
    margin-bottom: 15px;
    order: 1;
  }
}

.content-profile .profile-sec .notifi {
  float: left;
  width: 36px;
  height: 36px;
  background: #ffffff;
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.content-profile .profile-sec .notifi:before {
  content: "";
  background: url("../img/notifi.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content-profile .profile-sec .notifi .notifi-drop {
  float: left;
  width: 322px;
  padding: 30px;
  background: #ffffff;
  position: absolute;
  top: 120%;
  left: -790%;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(20, 24, 52, 0.08);
  z-index: 1;
  position: relative;
  display: none;
}

.content-profile .profile-sec .notifi .notifi-drop::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: -8px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 13px solid white;
}

.content-profile .profile-sec .notifi .notifi-drop .noti-tlt {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.content-profile .profile-sec .notifi .notifi-drop .noti-tlt p {
  float: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  font-family: #141834;
}

.content-profile .profile-sec .notifi .notifi-drop .noti-tlt span {
  float: right;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: right;
  font-family: "Ilisarniq";
  color: #4d7ff7;
}

.content-profile .profile-sec .notifi .notifi-drop .notifi-dlt-sec {
  float: left;
  width: 100%;
}

.content-profile .profile-sec .notifi .notifi-drop .notifi-dlt-sec .notofication {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.content-profile .profile-sec .notifi .notifi-drop .notifi-dlt-sec .notofication .noti-msg {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 9.99706px;
  line-height: 140%;
  font-family: "Ilisarniq";
  letter-spacing: -0.181765px;
}

.content-profile .profile-sec .notifi .notifi-drop .notifi-dlt-sec .notofication .noti-lynk {
  float: left;
  width: 100%;
  color: #4d7ff7;
  text-decoration: underline !important;
  font-size: 9.99706px;
  line-height: 140%;
  letter-spacing: -0.181765px;
  cursor: pointer;
}

.content-profile .profile-sec .notifi .notifi-drop .notifi-dlt-sec .notofication .noti-date {
  font-weight: normal;
  font-size: 9.99706px;
  line-height: 140%;
  font-family: "Ilisarniq";
  letter-spacing: -0.181765px;
  color: #8f8ea0;
}

.content-profile .profile-sec .userdltsec {
  float: left;
  font-family: "Ilisarniq";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #141834;
  margin-right: 12px;
}

.content-profile .profile-sec .user-sec {
  float: right;
  display: flex;
  align-items: center;
}

.content-profile .profile-sec .lout {
  float: left;
  background: url("../img/lout.svg") no-repeat center;
  width: 18px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  position: relative;
  top: 1px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .content-profile .userprofile {
    display: none;
  }
}

.content-profile .tlt-sec {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

@media only screen and (max-width: 600px) {
  .content-profile .tlt-sec {
    margin-top: 0;
  }
}

.content-profile .tlt-sec p {
  float: left;
  margin-bottom: 0;
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #141834;
}

.content-profile .tlt-sec span {
  float: right;
}

.content-profile .tlt-sec span a {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #4d7ff7;
  display: flex;
  align-items: center;
}

.content-profile .addcard {
  float: left;
}

.content-profile .addcard:before {
  content: "";
  background: url("../img/addcard.svg");
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.content-profile .cards-dlt-sec {
  float: left;
  width: 100%;
  background: #f7f9f9;
  padding: 15px 15px;
  margin-top: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .content-profile .cards-dlt-sec {
    padding: 10px 10px;
  }
}

.content-profile .cards-dlt-sec .urcard {
  float: left;
  width: 100%;
  height: 200px;
  font-family: "Ilisarniq";
  margin-bottom: 20px;
  background-size: cover;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.content-profile .cards-dlt-sec .urcard .crd-tp,
.content-profile .cards-dlt-sec .urcard .crd-bt {
  display: block;
}

.content-profile .cards-dlt-sec .urcard .crdtxt {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #ffffff;
}

.content-profile .cards-dlt-sec .urcard .crdamt {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.content-profile .cards-dlt-sec .urcard .crdamt span {
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  float: left;
  margin-left: 10px;
}

.content-profile .cards-dlt-sec .urcard .showcvv {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.content-profile .cards-dlt-sec .urcard .showcvv .cvvs {
  float: left;
}

.content-profile .cards-dlt-sec .urcard .crdno {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 1px;
  opacity: 0.9;
  color: #ffffff;
}

.content-profile .cards-dlt-sec .urcard .crd-mode {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  opacity: 0.67;
  color: #ffffff;
}

.content-profile .cards-dlt-sec .urcard .crd-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: url("../img/cardbg.png") no-repeat center;
  padding: 20px;
  border-radius: 20px;
  background-size: cover;
  position: absolute;
  width: 100%;
}

.content-profile .cards-dlt-sec .urcard .crd-back {
  float: left;
  width: 100%;
  height: 100%;
  background: #000526;
  border-radius: 20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.content-profile .cards-dlt-sec .urcard .crd-back .crd-bt {
  padding: 20px 20px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.content-profile .cards-dlt-sec .urcard .crd-back .crd-bt .crdno {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.content-profile .cards-dlt-sec .urcard .crd-back .crd-bt .crd-mode {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.content-profile .cards-dlt-sec .urcard .crd-back .cvvshowsec {
  float: left;
  width: 100%;
  height: 40px;
  margin-top: 24px;
  background: linear-gradient(90deg, #ffffff96 0%, rgba(255, 255, 255, 0) 100%);
  padding: 10px 20px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.content-profile .cards-dlt-sec .urcard .crd-back .cvvshowsec p {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}

.content-profile .cards-dlt-sec .urcard .crd-back .cvvshowsec p .cvvtxt {
  margin-right: 20px;
}

.content-profile .cards-dlt-sec .urcard .crd-back .showcvv,
.content-profile .cards-dlt-sec .urcard .crd-back .crd-bt {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.content-profile .cards-dlt-sec .crdbxs {
  float: left;
  width: 100%;
  font-family: "Ilisarniq";
}

@media only screen and (max-width: 600px) {
  .content-profile .cards-dlt-sec .crdbxs {
    display: block;
  }
}

.content-profile .cards-dlt-sec .crdbxs .crdbx {
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  position: relative;
  flex-wrap: wrap;
  cursor: pointer;
}

.content-profile .cards-dlt-sec .crdbxs .crdbx:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}

.content-profile .cards-dlt-sec .crdbxs .crdbx .crdbx-tlt {
  float: left;
  width: 80%;
}

.content-profile .cards-dlt-sec .crdbxs .crdbx .crdbx-tlt:after {
  content: "";
  background: url("../img/down-arr.svg") no-repeat center;
  width: 10px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: rotate(-90deg);
}

.content-profile .cards-dlt-sec .crdbxs .phycard::before {
  background: url("../img/cardactivity/phycard.svg") no-repeat center;
}

.content-profile .cards-dlt-sec .crdbxs .chngpin::before {
  background: url("../img/cardactivity/changepin.svg") no-repeat center;
}

.content-profile .cards-dlt-sec .crdbxs .blkcrd::before {
  background: url("../img/cardactivity/blockcrd.svg") no-repeat center;
}

.content-profile .cards-dlt-sec .crdbxs .actilog::before {
  background: url("../img/cardactivity/activitylog.svg") no-repeat center;
}

.content-profile .cards-dlt-sec .crdbxs .crdsupport::before {
  background: url("../img/cardactivity/support.svg") no-repeat center;
}

.btn-next {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  line-height: 21px;
  font-family: "Sen", sans-serif;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: left;
  height: 36px;
  position: relative;
}

.btn-next:after {
  content: "";
  background: url("../img/arrow.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.btn-fill {
  background: #ffffff !important;
  border: 1px solid #4d7ff7;
  color: #4d7ff7 !important;
  margin-top: 15px;
}

.btn-fill:after {
  background: url("../img/nxt-blue.svg") no-repeat center;
}

.crdbxactive .crdbx-tlt:after {
  content: "";
  background: url("../img/down-arr.svg") no-repeat center;
  width: 10px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: rotate(180deg) !important;
}

.chngpin-drop form input {
  border: none;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #141834;
  font-family: "Ilisarniq";
}

.chngpin-drop .form-group {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.chngpin-drop .form-group:first-child {
  margin-bottom: 0;
}

.chngpin-drop .fget {
  color: #4d7ff7;
  font-weight: normal;
  font-size: 10px;
  line-height: 160%;
  float: right;
  width: 100%;
  font-family: "Ilisarniq";
  text-align: right;
  margin-top: 10px;
}

::-webkit-scrollbar {
  width: 0.2em;
  position: absolute;
}

.cont-cen-inn::-webkit-scrollbar,
.cont-cen-inn::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}

.cont-cen-inn::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.cover-bar {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.4em;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

/* MAGIC HAPPENS HERE */
.cont-cen-inn:hover .cover-bar {
  opacity: 0;
  -webkit-transition: all 0.5s;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #15151594;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
}

.popup-cont {
  float: left;
  width: 80%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.popup-cont .pop-tlt-sec {
  float: left;
  width: 100%;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}

.popup-cont .pop-tlt {
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-family: "Ilisarniq";
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 600px) {
  .popup-cont .pop-tlt {
    font-size: 14px;
  }
}

.popup-cont .pop-tlt::before {
  content: "";
  background: url("../img/filter.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

.popup-cont .btn-sec {
  float: right;
  display: flex;
  align-items: center;
}

.popup-cont .btn-sec .btn-cncl {
  float: left;
  background: none;
  color: #4d7ff7;
  border: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  font-family: "Sen", sans-serif;
  letter-spacing: -0.02em;
  margin-right: 36px;
}

.popup-cont .btn-sec .btn-submit {
  float: left;
  padding: 8px 60px;
  color: #ffffff;
  font-weight: bold;
  background: #4d7ff7;
  font-family: "Sen", sans-serif;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 600px) {
  .popup-cont .btn-sec .btn-submit {
    padding: 5px 30px;
  }
}

.popup-cont .pop-cont-sec {
  float: left;
  width: 100%;
  padding: 15px;
  background: #ffffff;
}

.popup-cont .pop-cont-sec .pop-crd {
  float: left;
  width: 100%;
  background: #f7f9f9;
  padding: 15px;
  border-radius: 10px;
}

.popup-cont .pop-delt-bl {
  float: left;
  width: 100%;
}

.popup-cont .pop-delt-bl .table th {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-family: "Ilisarniq";
  color: #505bdf;
  opacity: 0.5;
  border-top: 0;
  border-bottom: 0;
}

.popup-cont .pop-delt-bl .table td {
  font-size: 12px;
  line-height: 15px;
  font-family: "Ilisarniq";
  letter-spacing: -0.2px;
  color: #141834;
  vertical-align: middle;
}

.popup-cont .pop-cont-tlt {
  float: left;
  width: 100%;
  font-family: "Sen", sans-serif;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #141834;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 10px;
}

.popup-cont .crd-type {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-cont .crd-swipe {
  background: #f1bf44;
}

.popup-cont .cash {
  background: #56abde;
}

.popup-cont .online {
  background: #6976ec;
}

.popup-cont .contless {
  background: #bd70fb;
}

.popup-cont .tbl-crd {
  display: flex;
  align-items: center;
}

.popup-cont .tbl-crd p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.2px;
  font-family: "Ilisarniq";
  color: #141834;
  margin-left: 12px;
  float: left;
}

.editprefrence {
  float: left;
  display: none;
}

.editprefrence .pop-tlt-sec {
  padding: 20px 25px;
}

@media only screen and (max-width: 600px) {
  .editprefrence .pop-tlt-sec {
    padding: 15px;
  }
}

.editprefrence .pop-cont-sec {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .editprefrence .pop-cont-sec {
    display: block;
    padding: 15px 15px;
  }
}

.editprefrence .prefcards {
  background: #f7f9f9;
  border-radius: 10px;
  float: left;
  width: 49%;
  padding: 15px;
  border: 1px solid #f7f9f9;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.editprefrence .prefcards .prefcrd {
  float: left;
}

.editprefrence .prefcards .crdspref {
  float: left;
  width: 48px;
  height: 48px;
  background: #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .crdspref {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}

.editprefrence .prefcards .prefcardswipe {
  background: #f1bf44;
}

.editprefrence .prefcards .prefcardswipe::after {
  content: "";
  background: url("../img/cards/card-swipe.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.editprefrence .prefcards .prefonline {
  background: #6976ec;
}

.editprefrence .prefcards .prefonline::after {
  content: "";
  background: url("../img/cards/online.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.editprefrence .prefcards .prefcash {
  background: #56abde;
}

.editprefrence .prefcards .prefcash::after {
  content: "";
  background: url("../img/cards/cash.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.editprefrence .prefcards .prefcless {
  background: #bd70fb;
}

.editprefrence .prefcards .prefcless::after {
  content: "";
  background: url("../img/cards/wifi.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.editprefrence .prefcards .preftlt {
  float: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  font-family: "Ilisarniq";
  color: #141834;
  letter-spacing: -0.2px;
  display: flex;
  flex-direction: column;
}

.editprefrence .prefcards .preftlt .tot-amt {
  margin-top: 10px;
  float: left;
}

.editprefrence .prefcards .amt-val-sec {
  float: left;
  width: 100%;
  margin: 0px 0 20px 0;
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .amt-val-sec {
    margin: 0px 0 20px 0;
  }
}

.editprefrence .prefcards .prefcard {
  float: left;
  width: calc(100% - 70px);
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .prefcard {
    width: calc(100% - 60px);
  }
}

.editprefrence .prefcards .amt-edit-sec {
  float: left;
  width: 100%;
}

.editprefrence .prefcards .amt-edit-sec .editlmt {
  float: left;
  width: 100%;
}

.editprefrence .prefcards .amt-edit-sec .editlmt p {
  float: left;
  color: #4d7ff7;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  font-family: "Ilisar_light";
  text-decoration: underline !important;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .amt-edit-sec .editlmt .entlimit {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .amt-edit-sec .editlmt .entlimit input {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .amt-edit-sec .editlmt .entlimit .doneeditlimit {
    left: 0;
    margin-top: 12px;
  }
}

.editprefrence .prefcards .amt-edit-sec .editlmt span {
  float: left;
  width: auto;
  margin-left: 15px;
  position: relative;
  top: -6px;
}

.editprefrence .prefcards .amt-edit-sec .editlmt span input {
  background: #f7f9f9;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  outline: none !important;
  font-family: "Ilisarniq";
}

.editprefrence .prefcards .amt-edit-sec .editlmt .chklmt {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.editprefrence .prefcards .amt-edit-sec .editlmt .chklmt label {
  font-weight: normal;
  font-size: 13px;
  line-height: 12px;
  font-family: "Ilisarniq";
  position: relative;
  left: 5px;
  top: -1px;
}

.editprefrence .prefcards .amt-enbl {
  float: right;
  display: flex;
}

.editprefrence .prefcards .amt-enbl .tot-amt {
  margin-right: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #141834;
  font-family: "Ilisarniq";
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 600px) {
  .editprefrence .prefcards .amt-enbl .tot-amt {
    margin-right: 0px;
  }
}

.editprefrence .prefcards .amt-enbl .tot-amt .currency {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.2px;
  color: #141834;
  opacity: 0.5;
}

.editprefrence .prefcards .amt-enbl .custom-switch label {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  color: #7f8ea2;
  font-family: "Ilisarniq";
  position: relative;
  top: -3px;
}

.editprefrence .prefcards .amt-enbl .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #00990f;
  background-color: #00990f;
  box-shadow: none !important;
}

.editpref {
  width: 60%;
  max-height: 90%;
  overflow: auto;
}

@media only screen and (max-width: 600px) {
  .editpref {
    width: 90%;
  }
}

.forgototp .fgoetmobile,
.chngpassword .fgoetmobile,
.forgototp .fgoetotpconf,
.chngpassword .fgoetotpconf,
.forgototp .fgoetreset,
.chngpassword .fgoetreset,
.forgototp .chngpasssec,
.chngpassword .chngpasssec,
.forgototp .popsucess,
.chngpassword .popsucess {
  float: left;
  width: 440px;
  max-width: 92%;
}

@media only screen and (max-width: 600px) {

  .forgototp .fgoetmobile,
  .chngpassword .fgoetmobile,
  .forgototp .fgoetotpconf,
  .chngpassword .fgoetotpconf,
  .forgototp .fgoetreset,
  .chngpassword .fgoetreset,
  .forgototp .chngpasssec,
  .chngpassword .chngpasssec,
  .forgototp .popsucess,
  .chngpassword .popsucess {
    /* transform: scale(0.8); */
  }
}

.forgototp .fgoetmobile .pop-tlt-sec,
.chngpassword .fgoetmobile .pop-tlt-sec,
.forgototp .fgoetotpconf .pop-tlt-sec,
.chngpassword .fgoetotpconf .pop-tlt-sec,
.forgototp .fgoetreset .pop-tlt-sec,
.chngpassword .fgoetreset .pop-tlt-sec,
.forgototp .chngpasssec .pop-tlt-sec,
.chngpassword .chngpasssec .pop-tlt-sec,
.forgototp .popsucess .pop-tlt-sec,
.chngpassword .popsucess .pop-tlt-sec {
  background: #f7f9f9;
  padding: 20px 30px;
}

.forgototp .fgoetmobile .pop-tlt-sec .tlt,
.chngpassword .fgoetmobile .pop-tlt-sec .tlt,
.forgototp .fgoetotpconf .pop-tlt-sec .tlt,
.chngpassword .fgoetotpconf .pop-tlt-sec .tlt,
.forgototp .fgoetreset .pop-tlt-sec .tlt,
.chngpassword .fgoetreset .pop-tlt-sec .tlt,
.forgototp .chngpasssec .pop-tlt-sec .tlt,
.chngpassword .chngpasssec .pop-tlt-sec .tlt,
.forgototp .popsucess .pop-tlt-sec .tlt,
.chngpassword .popsucess .pop-tlt-sec .tlt {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #141834;
  font-family: "Ilisarniq";
}

.forgototp .fgoetmobile .pop-tlt-sec .bck,
.chngpassword .fgoetmobile .pop-tlt-sec .bck,
.forgototp .fgoetotpconf .pop-tlt-sec .bck,
.chngpassword .fgoetotpconf .pop-tlt-sec .bck,
.forgototp .fgoetreset .pop-tlt-sec .bck,
.chngpassword .fgoetreset .pop-tlt-sec .bck,
.forgototp .chngpasssec .pop-tlt-sec .bck,
.chngpassword .chngpasssec .pop-tlt-sec .bck,
.forgototp .popsucess .pop-tlt-sec .bck,
.chngpassword .popsucess .pop-tlt-sec .bck {
  float: right;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  font-family: "Ilisarniq";
  color: #4d7ff7;
  cursor: pointer;
}

.forgototp .fgoetmobile .pop-tlt-sec .bck::before,
.chngpassword .fgoetmobile .pop-tlt-sec .bck::before,
.forgototp .fgoetotpconf .pop-tlt-sec .bck::before,
.chngpassword .fgoetotpconf .pop-tlt-sec .bck::before,
.forgototp .fgoetreset .pop-tlt-sec .bck::before,
.chngpassword .fgoetreset .pop-tlt-sec .bck::before,
.forgototp .chngpasssec .pop-tlt-sec .bck::before,
.chngpassword .chngpasssec .pop-tlt-sec .bck::before,
.forgototp .popsucess .pop-tlt-sec .bck::before,
.chngpassword .popsucess .pop-tlt-sec .bck::before {
  content: "";
  background: url("../img/bck.svg") no-repeat center;
  width: 10px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.forgototp .fgoetmobile .pop-cont-sec,
.chngpassword .fgoetmobile .pop-cont-sec,
.forgototp .fgoetotpconf .pop-cont-sec,
.chngpassword .fgoetotpconf .pop-cont-sec,
.forgototp .fgoetreset .pop-cont-sec,
.chngpassword .fgoetreset .pop-cont-sec,
.forgototp .chngpasssec .pop-cont-sec,
.chngpassword .chngpasssec .pop-cont-sec,
.forgototp .popsucess .pop-cont-sec,
.chngpassword .popsucess .pop-cont-sec {
  margin-bottom: 10px;
  padding: 20px 30px;
}

.forgototp .fgoetmobile .pop-cont-sec .btn-next,
.chngpassword .fgoetmobile .pop-cont-sec .btn-next,
.forgototp .fgoetotpconf .pop-cont-sec .btn-next,
.chngpassword .fgoetotpconf .pop-cont-sec .btn-next,
.forgototp .fgoetreset .pop-cont-sec .btn-next,
.chngpassword .fgoetreset .pop-cont-sec .btn-next,
.forgototp .chngpasssec .pop-cont-sec .btn-next,
.chngpassword .chngpasssec .pop-cont-sec .btn-next,
.forgototp .popsucess .pop-cont-sec .btn-next,
.chngpassword .popsucess .pop-cont-sec .btn-next {
  height: 48px;
  font-size: 14px;
  line-height: 21px;
}

.forgototp .fgoetmobile .cncl,
.chngpassword .fgoetmobile .cncl,
.forgototp .fgoetotpconf .cncl,
.chngpassword .fgoetotpconf .cncl,
.forgototp .fgoetreset .cncl,
.chngpassword .fgoetreset .cncl,
.forgototp .chngpasssec .cncl,
.chngpassword .chngpasssec .cncl,
.forgototp .popsucess .cncl,
.chngpassword .popsucess .cncl {
  float: right;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  font-family: "Ilisarniq";
  color: #4d7ff7;
  cursor: pointer;
}

.forgototp .otpsent,
.chngpassword .otpsent {
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  font-family: "Ilisar_light";
  color: #141834;
}

.forgototp .fgoetotpconf .pop-cont-sec,
.chngpassword .fgoetotpconf .pop-cont-sec {
  padding: 20px 15px;
  padding-bottom: 0;
}

.forgototp .ent-otp-sec,
.chngpassword .ent-otp-sec {
  float: left;
  width: 100%;
  font-family: "Ilisarniq";
  margin-top: 50px;
}

.forgototp .ent-otp-sec p,
.chngpassword .ent-otp-sec p {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #141834;
}

.forgototp .ent-otp-sec .form-group,
.chngpassword .ent-otp-sec .form-group {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.forgototp .ent-otp-sec .form-group input,
.chngpassword .ent-otp-sec .form-group input {
  float: left;
  width: 13%;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
  border-radius: 0;
}

.forgototp .submit-sec,
.chngpassword .submit-sec {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.forgototp .pin,
.chngpassword .pin {
  float: left;
  width: 100%;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid #efefef;
  margin-bottom: 26px;
  font-family: "Ilisarniq";
}

.forgototp .pin input,
.chngpassword .pin input {
  color: #131313;
  border: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.forgototp .pin::before,
.chngpassword .pin::before {
  content: "";
  background: url("../img/lock.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: 6px;
}

.forgototp .fgoetreset .btn-next,
.chngpassword .fgoetreset .btn-next {
  text-align: center;
}

.forgototp .fgoetreset .btn-next::after,
.chngpassword .fgoetreset .btn-next::after {
  background: no-repeat;
}

.forgototp .mod-msg,
.chngpassword .mod-msg,
.card-balance-msg {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  font-family: "Ilisarniq";
  text-transform: capitalize;
  color: #141834;
  text-align: center;
  margin: 0 0 30px 0;
}

.forgototp .mod-msg::before,
.chngpassword .mod-msg::before {
  content: "";
  background: url("../img/tick.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.forgototp .sucess-msg,
.chngpassword .sucess-msg {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  font-family: "Ilisarniq";
  text-transform: capitalize;
  color: #141834;
  text-align: center;
  margin: 0 0 30px 0;
}

.forgototp .sucess-msg::before,
.chngpassword .sucess-msg::before {
  content: "";
  background: url("../img/tick.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.phone {
  float: left;
  width: 100%;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid #6663771f;
  margin-bottom: 26px;
}

.phone:before {
  content: "";
  background: url("../img/phone.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: 6px;
}

.phone input {
  box-shadow: none !important;
  color: #131313;
  border: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Ilisarniq";
}

.cardno {
  float: left;
  width: 100%;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid #6663771f;
  margin-bottom: 26px;
}

.cardno:before {
  content: "";
  background: url("../img/credit-card.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: 6px;
}

.cardno input {
  box-shadow: none !important;
  color: #131313;
  border: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Ilisarniq";
}

.trasaction-pg {
  float: left;
  width: 100%;
  margin-top: 90px;
  padding: 0 20px;
}

.all-card {
  margin-top: 40px !important;
}

#card-close {
  width: 100%;
  background: #4d7ff7;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .trasaction-pg {
    margin-top: 0;
  }
}

.trans-tlt {
  float: left;
  width: 100%;
  font-family: "Ilisarniq";
}

@media only screen and (max-width: 600px) {
  .trans-tlt .tlt {
    display: none;
  }
}

.trans-tlt .trans-tlt {
  float: left;
}

.trans-tlt .trans-tlt .tlt {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Ilisarniq";
  color: #141834;
}

.trans-tlt .trans-srch {
  float: right;
  position: relative;
}

.trans-tlt .trans-srch::after {
  content: "";
  background: url("../img/search.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}

.trans-tlt .trans-srch input {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #141834;
  width: 220px;
  position: relative;
  padding-right: 35px;
}

.tbl-flt-sec {
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.tbl-flt-sec .mtn-flt {
  float: left;
  width: 150px;
}

@media only screen and (max-width: 600px) {
  .tbl-flt-sec .mtn-flt {
    width: 47%;
  }

  .tbl-flt-sec .mtn-flt:nth-child(2) {
    float: right;
  }
}

.tbl-flt-sec .mtn-flts {
  float: left;
}

@media only screen and (max-width: 600px) {
  .tbl-flt-sec .mtn-flts {
    width: 100%;
  }
}

.tbl-flt-sec .bootstrap-select {
  font-family: "Ilisarniq";
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  width: 100% !important;
}

.tbl-flt-sec .bootstrap-select button {
  float: left;
  background: #ffffff !important;
  outline: 0 !important;
  border: 1px solid #efefef;
  border-radius: 5.11888px;
  outline-offset: -25px !important;
  font-size: 12px;
}

.tbl-flt-sec .bootstrap-select .dropdown-menu {
  padding: 0;
}

.tbl-flt-sec .bootstrap-select .dropdown-menu li a {
  padding: 12px 15px;
  font-size: 12px;
}

.tbl-flt-sec .tab-flt {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.tbl-flt-sec .tab-flt ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tbl-flt-sec .tab-flt ul li {
  float: left;
  border: 1px solid #7f8ea2;
  border-radius: 15.0938px;
  color: #141834;
  font-family: "Ilisar_light";
  padding: 5px 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px;
  cursor: pointer;
}

.tbl-flt-sec .tab-flt ul li.active {
  background: #141834;
  color: #ffffff;
}

.tbl-flt-sec .expt-sec {
  float: right;
}

.tbl-flt-sec .expt-sec span {
  padding: 10px;
  cursor: pointer;
}

.tbl-flt-sec .expt-sec .dnld {
  float: right;
  background: url("../img/download.svg") no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
}

.tbl-flt-sec .expt-sec .dnld:hover {
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.tbl-flt-sec .expt-sec .mail {
  float: right;
  background: url("../img/mail.svg") no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.tbl-flt-sec .expt-sec .mail:hover {
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.trns-tbl-data .table {
  width: 100% !important;
}

.trns-tbl-data .table .transchng.up {
  float: left;
}

.trns-tbl-data .table .transchng.up::before {
  content: "";
  background: url("../img/arr-up.svg") no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.trns-tbl-data .table .transchng.down {
  float: left;
}

.trns-tbl-data .table .transchng.down::before {
  content: "";
  background: url("../img/arr-down.svg") no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.trns-tbl-data .table .alet {
  float: left;
  background: url("../img/alert.svg") no-repeat center;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  left: 8px;
}

.alet-tip {
  float: left;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 4px 16px rgba(20, 24, 52, 0.08);
  border-radius: 10px;
  font-family: "Ilisarniq";
}

.alet-tip .tip-sec {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.alet-tip .tip-sec p {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #141834;
  margin-bottom: 3px;
}

.alet-tip .tip-sec p:nth-child(2) {
  font-family: "Ilisar_light";
  color: #868590;
  letter-spacing: -0.2px;
}

.alet-tip .tip-sec-sttus {
  float: left;
  width: 100%;
  font-family: "Ilisar_light";
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: -0.2px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.alet-tip .tip-sec-sttus p {
  color: #868590;
  float: left;
  margin-bottom: 3px;
  width: 50%;
}

.alet-tip .tip-sec-sttus p span {
  color: #141834;
}

.alet-tip .support-tip {
  float: left;
  width: 100%;
  text-align: right;
  color: #4d7ff7;
  letter-spacing: -0.2px;
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  font-family: "Ilisar_light";
  padding-top: 10px;
  text-decoration: underline !important;
  cursor: pointer;
}

.popover {
  width: auto !important;
  max-width: none !important;
  border: none !important;
}

.popover .arrow {
  border: none !important;
}

.popover .arrow::before {
  border-left-color: #fff !important;
}

.profilebx {
  float: left;
  width: 100%;
  background: #f7f9f9;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.profilebx .profile-pic {
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 6px;
}

.profilebx .profile-dlt {
  float: left;
  font-family: "Ilisarniq";
  margin-left: 15px;
}

.profilebx .profile-dlt p {
  font-size: 16px;
  line-height: 19px;
  color: #141834;
  font-weight: normal;
  margin-bottom: 8px;
}

.profilebx .profile-dlt p:nth-child(2) {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: rgba(20, 24, 52, 0.5);
}

.account-pg {
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 600px) {
  .account-pg {
    margin-top: 0;
  }
}

.profile-dlt-container {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.profile-dlt-container .detailedinfo {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}

.profile-dlt-container .detailedinfo:last-child {
  border-bottom: none;
}

.profile-dlt-container .detailedinfo .tlt {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #505bdf;
  opacity: 0.5;
}

.profile-dlt-container .prodlt {
  float: left;
}

.profile-dlt-container .prodlt label {
  float: left;
  width: 100%;
  color: #7f8ea2;
  font-weight: normal;
  font-size: 11px;
  line-height: 160%;
  font-family: "Ilisarniq";
}

.profile-dlt-container .prodlt p {
  float: left;
  width: 100%;
  color: #141834;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Ilisarniq";
  display: flex;
  align-items: center;
}

.profile-dlt-container .chng {
  color: #4d7ff7;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.5px;
  text-decoration-line: underline;
  font-family: "Ilisarniq";
  margin-left: 15px;
}

.profile-dlt-container .passeye {
  background: url("../img/eye.svg") no-repeat center;
  width: 15px;
  height: 14px;
  margin-left: 15px;
  display: inline-block;
  cursor: pointer;
}

.profile-dlt-container .passwrd {
  font-size: 25px !important;
  position: relative;
  align-items: flex-end !important;
}

.profile-dlt-container .passwrd .passeye {
  position: relative;
  top: -4px;
}

.profile-dlt-container .passwrd .chng {
  position: relative;
  top: -5px;
}

.acc-active-card {
  margin-bottom: 5px;
}

.acc-active-card,
.exp-cardcontainer {
  float: left;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-radius: 9.08824px;
  padding-left: 45px;
  position: relative;
}

.acc-active-card::before,
.exp-cardcontainer::before {
  content: "";
  background: url("../img/active-card.svg") no-repeat center;
  width: 13px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.acc-active-card p,
.exp-cardcontainer p {
  letter-spacing: -0.181765px;
  color: #141834;
  font-weight: normal;
  font-size: 9.99706px;
  line-height: 140%;
  font-family: #141834;
  margin-bottom: 6px;
}

.acc-active-card .status-sec,
.exp-cardcontainer .status-sec {
  float: left;
  width: 100%;
}

.acc-active-card .status-sec div,
.exp-cardcontainer .status-sec div {
  float: left;
  letter-spacing: -0.181765px;
  font-weight: normal;
  font-size: 9.99706px;
  line-height: 140%;
  color: #7f8ea2;
  font-family: "Ilisarniq";
  margin-right: 50px;
}

.acc-active-card .status-sec div .crdstatus,
.exp-cardcontainer .status-sec div .crdstatus {
  color: #4d7ff7;
}

.exp-cardcontainer::before {
  content: "";
  background: url("../img/expairedcard.svg") no-repeat center;
  width: 13px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.expired-card-sec {
  margin-top: 20px;
}

.exp-card {
  margin-bottom: 15px;
}

.exp-card:last-child {
  margin-bottom: 0;
}

.expired-card-sec,
.exp-card {
  float: left;
  width: 100%;
}

.expired-card-sec .expdate,
.exp-card .expdate {
  float: left;
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  font-family: "Ilisarniq";
  letter-spacing: -0.2px;
  color: #8f8ea0;
  margin-bottom: 5px;
  padding-left: 10px;
}

#rangeresult {
  display: inline-block !important;
  float: none;
  width: auto;
  top: 0;
  margin: 0;
}

.lostbx .lost-tlt {
  margin: 0 !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  font-family: "Ilisarniq" !important;
}

.card-lost-dlts {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 20px;
}

.card-lost-dlts p {
  font-weight: normal;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #7f8ea2 !important;
  margin-bottom: 10px;
  margin-top: 0 !important;
}

.card-lost-dlts .crdno {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-lost-dlts .crdno span:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Ilisar_light";
  color: #141834;
}

.card-lost-dlts .crdno span:last-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 1px;
  opacity: 0.9;
}

.confirm-type-sec {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.confirm-type-sec .blkbx {
  float: left;
  width: 100%;
  border: 1px solid #4d7ff775;
  border-radius: 4px;
  padding: 10px 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.confirm-type-sec .blkbx label {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  font-family: "Ilisarniq";
  color: #141834;
}

.confirm-type-sec .custom-switch {
  float: left;
  width: auto;
}

.confirm-type-sec .custom-switch input,
.confirm-type-sec .custom-switch label {
  box-shadow: none !important;
}

.confirm-type-sec .custom-switch input::before,
.confirm-type-sec .custom-switch label::before {
  box-shadow: none !important;
}

.mob-toggle {
  float: left;
  width: 100%;
  background: url("../img/hamburger.svg") no-repeat center;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 20px;
  left: 15px;
  cursor: pointer;
}

.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0000002e;
  top: 0;
}

.btn-formobdrop {
  float: left;
  width: 100%;
}

.manage-crd {
  margin: auto;
  background: #fff;
  width: 50%;
  color: #4d7ff7;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 1.75301px 3.50602px rgba(0, 0, 0, 0.08);
  border-radius: 13.1476px;
  border-radius: 30px;
  padding: 10px 0;
  text-align: center;
  font-family: "Ilisarniq";
}

.manage-crd:after {
  content: "";
  background: url("../../assets/img/arr-blue.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
  transition: 0.2s all ease;
  left: 4px;
}

.dropactive:after {
  transform: rotate(180deg);
  transition: 0.2s all ease;
}

@media only screen and (max-width: 600px) {
  .res-usertlt-sec {
    display: block !important;
  }
}

.popforgotpass {
  display: none;
}

.prmt-bx-btn {
  float: left;
  width: 100%;
  display: flex;
}

.prmt-bx-btn button {
  width: 50%;
}

.prmt-bx-btn .btn-next {
  text-align: center;
}

.prmt-bx-btn .btn-cncl {
  color: #4d7ff7;
  font-size: 14px;
  font-family: "Ilisarniq";
  text-align: center;
}

.datesec {
  float: left;
  width: 310px;
  display: flex;
  margin-left: 15px;
}

@media only screen and (max-width: 600px) {
  .datesec {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    justify-content: space-between;
  }

  .datesec input {
    margin-right: 0 !important;
  }
}

.datesec input {
  border: none;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  font-family: "Ilisarniq";
  margin-right: 10px;
  outline: none !important;
}

.datesec .input-group-append {
  display: none;
}

.filtertrans_sec {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.filtertrans_sec .tab-flt {
  width: 150px;
}

@media only screen and (max-width: 600px) {
  .filtertrans_sec .tab-flt {
    width: 50%;
    margin-top: 0;
  }
}

.dropbxpop {
  float: left;
  width: 100%;
}

.dropbxpop p {
  font-family: "Ilisarniq";
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: center;
}

.dropbxpop {
  float: left;
  width: 100%;
}

.dropbxpop .btn {
  float: left;
  padding: 8px 60px;
  color: #141834;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: -0.02em;
  width: 50%;
}

.dropbxpop .btn-submit {
  float: left;
  padding: 7px 45px;
  color: #ffffff !important;
  font-weight: bold;
  background: #4d7ff7;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: -0.02em;
}

.pinmsg {
  float: left;
  width: 100%;
}

.afterpinconfirm {
  display: none;
  float: left;
  width: 100%;
}

.changepinbtn {
  font-size: 14px !important;
}

.view-card-cvv {
  font-size: 14px !important;
}

.overlay-cvv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

.overlay-block-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

.overlay-unblock-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

.block-card-model {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 491px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#resendOtpForm {
  margin-bottom: 5px;
}

#amountLoadForm {
  margin-bottom: 28px;
}

.amount-header {
  font-size: 16px !important;
}

#unBlockModal {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 491px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.overlay-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

.overlay-amountload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

#amountloadModal {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 491px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#amountLoad {}

#confirmationModal {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 491px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.confirmation-message {
  padding: 32px;
}

.footer-buttons {
  display: flex;
  padding-left: 32px;
  padding-right: 32px;
  justify-content: space-between;
}

.view-cvv {
  background: #4d7ff7;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  border: 1px solid #4d7ff7;
  padding: 13px 47px 12px 47px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.overlay-reset {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

#resetPinModal {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 491px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.left-flex {
  font-family: "Ilisarniq";
  margin-left: 32px;
  font-size: 16px;
  line-height: 30px;
  color: #262628;
  margin-top: 20px;
}

.cvv-left-flex {
  font-family: "Ilisarniq";
  font-size: 16px;
  line-height: 30px;
  color: #262628;
  margin-top: 20px;
}

.cvv-icon::before {
  content: "";
  background: url("../img/left-arrow.svg") no-repeat center;
  margin-left: 32px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
}

.fget {
  font-size: 12px !important;
  font-weight: 500;
  cursor: pointer;
  float: right;
  width: 100%;
  text-align: right;
  color: #4d7ff7;
  font-size: 10px;
  text-decoration: underline !important;
}

.reset {
  margin-bottom: 0px;
}

#cvv-modal {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 491px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.section-1 {
  padding-bottom: 4px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eff0f2;
}

.modal-header {
  font-size: 16px;
  line-height: 30px;
  color: #262628;
}

.modal-header h5::before {
  content: url("../img/cardactivity/blockcrd.svg");
  margin-right: 13px;
  margin-top: 6px;
}

.modal-dialog .close:focus {
  outline: 0;
}

.close-button {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #4d7ff7;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  outline: none !important;
}

.right-flex {
  margin-top: 25px;
  margin-right: 32px;
}

.section-2 {
  padding: 36px 32px 32px 32px;
}

.password-icon::before {
  content: url("../img/cardactivity/passwordLock.svg");
  margin-right: 12px;
}

.view-card-icon::before {
  content: url("../img/credit-card.svg");
  margin-right: 12px;
}

.view-cardCVV-icon::before {
  content: url("../img/eye.svg");
  margin-right: 12px;
}

.view-cardExpiry-icon::before {
  content: url("../img/expairedcard.svg");
  margin-right: 12px;
}

.password-field {
  display: flex;
  border-bottom: 1px solid #bab9c124;
  margin-bottom: 40px;
}

.view-card-cvv-password-field {
  display: flex;
  border-bottom: 1px solid #bab9c124;
  margin-bottom: 30px;
}

.password {
  width: 100%;
  border: none;
  padding-bottom: 8px;
  outline: none;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}

.password ::placeholder {
  color: #bab9c1;
}

#dob {
  width: 100%;
  border: none;
  padding-bottom: 8px;
  line-height: 17px;
  color: #121212;
}

#viewCVVDob {
  width: 100%;
  border: none;
  padding-bottom: 8px;
  line-height: 17px;
  color: #121212;
}

#dob ::placeholder {
  color: #bab9c1;
}

#viewCVVDob ::placeholder {
  color: #bab9c1;
}

.dob-field {
  display: flex;
  border-bottom: 1px solid #bab9c124;
  width: 100%;
}

.dob-icon {
  align-self: flex-end;
  margin-bottom: 2px;
}

.view-card-cvv-icon {
  align-self: flex-end;
  margin-bottom: 2px;
}

.dob-icon::before {
  content: url("../img/cardactivity/dobIcon.svg");
}

.view-card-cvv-icon::before {
  content: url("../img/cardactivity/dobIcon.svg");
}

.section-3 {
  display: flex;
  padding-left: 32px;
  padding-right: 32px;
  justify-content: space-between;
}

.view-cvv {
  background: #4d7ff7;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  border: 1px solid #4d7ff7;
  padding: 13px 47px 12px 47px;
  border-radius: 4px;
  outline: none !important;
}

.cvv-code {
  font-size: 10px;
  line-height: 12px;
}

.cvv-code p {
  color: #505bdf;
  opacity: 0.7;
}

.cvv-value {
  background-color: #f9f9f9;
  border-radius: 6px;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  letter-spacing: 0.8em;
  padding: 7px 18px 6px 18px;
  margin-bottom: 15px;
}

#newBlockModal {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #15151599;
}

#block-modal {
  width: 866px;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

@media only screen and (max-width: 600px) {
  #block-modal {
    width: 350px;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.popup-table {
  width: 100% !important;
  margin-left: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.popup-table thead {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #505bdf;
  opacity: 0.5;
}

.popup-table td {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.2px;
  color: #141834;
}

#confirmation-popup {
  border-radius: 20px;
}

.transTime,
.transCurr {
  display: flex;
  flex-direction: column;
}

.login-bg {
  float: left;
  height: 100vh !important;
  background: url("../../img/login-bg.jpg") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.login-bg .lynklogn {
  position: absolute;
  width: 100%;
  bottom: 4%;
  padding: 0 20%;
}

.login-bg .lynklogn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.login-bg .lynklogn ul li {
  float: left;
}

.login-bg .lynklogn ul li a {
  font-family: "Ilisar_light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-decoration-line: underline !important;
  text-transform: capitalize;
  color: #ffffff;
}

.login-sec {
  float: left;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .login-sec {
    padding: 0 15px;
  }
}

.login-sec .loginbx {
  float: left;
  width: 380px;
  padding: 35px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.login-sec .loginbx h2 {
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #141834;
  margin-bottom: 37px;
}

.login-sec .loginbx .tltbx {
  float: left;
  width: 100%;
}

.login-sec .loginbx .tltbx .pay-tlt {
  float: left;
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #bab9c1;
  margin-bottom: 0;
}

.login-sec .loginbx .tltbx .paybanktlt {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-family: "Ilisar_light";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #262628;
}

@media only screen and (max-width: 600px) {
  .login-sec .loginbx .tltbx .paybanktlt {
    font-size: 18px;
  }
}

.login-sec .forgetkitpassword {
  width: 440px;
  display: none;
}

.login-sec .forgetkitpassword .lognbx .log-selection {
  margin-bottom: 16px;
}

.login-sec .forgetkitpassword .lognbx .log-selection:last-child {
  margin-bottom: 0;
}

.login-sec .lognbx {
  float: left;
  width: 100%;
}

.login-sec .lognbx p,
.login-sec .lognbx .lgnwdbck {
  float: left;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: "Ilisar_light";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #141834;
}

.login-sec .lognbx input {
  font-family: "Ilisarniq";
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #141834;
  border: none;
}

.login-sec .lognbx .log-selection.logpass {
  margin-top: 20px;
}

.login-sec .lognbx .log-selection {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
  position: relative;
}

.login-sec .lognbx .log-selection .bootstrap-select {
  float: left;
  width: 30% !important;
  background: none;
  font-family: "Ilisarniq" !important;
}

.login-sec .lognbx .log-selection .bootstrap-select .filter-option-inner-inner {
  font-size: 12px !important;
  color: #4d7ff7;
}

.login-sec .lognbx .log-selection .bootstrap-select button {
  background: none;
  border: none;
  outline: none !important;
  padding: 0;
}

.login-sec .lognbx .log-selection .bootstrap-select button::after {
  /*background: url("../img/arr-blue.svg") no-repeat center;*/
  border: none;
  width: 12px;
  height: 8px;
  position: relative;
  top: 2px;
}

.login-sec .lognbx .log-selection .bootstrap-select .dropdown-menu {
  padding: 0;
}

.login-sec .lognbx .log-selection .bootstrap-select .dropdown-item span {
  font-size: 11px !important;
}

.login-sec .lognbx .log-selection input {
  float: left;
  width: 70%;
  background: transparent;
}

.alert-success,
.alert-danger {
  background: #2196F3 !important;
  color: #fff !important;
}

.alert,
.alert i {
  color: #fff;
}

.alert {
  padding-left: 15px;
  padding-right: 25px;
  border: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  width: auto !important;
}

.alert span {
  word-spacing: normal;
  line-height: 30px;
}

.alert i {
  /* position: absolute; */
  /* left: 16px;
    top: 14px; */
  font-size: 20px;
}

.alert button:focus {
  outline: unset;
}

.alert .close {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
  left: auto !important;
  padding-top: 0px;
  opacity: 1;
}

.alert .close i {
  position: unset;
  top: 0;
  font-size: 13px;
}

.login-sec .lognbx .log-selection .lgnlbl {
  float: left;
  width: 30%;
  font-family: "Ilisarniq";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-transform: capitalize;
  color: #7f8ea2;
  margin-bottom: 0;
  position: relative;
  top: 6px;
}

.login-sec .lognbx .log-selection .chng-mob {
  color: #4d7ff7;
  float: right;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  font-family: "Ilisarniq";
  text-decoration-line: underline !important;
  text-transform: capitalize;
}

.login-sec .lognbx .log-selection .otp-login {
  float: left;
  width: 70%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -10px;
}

.login-sec .lognbx .log-selection .otp-login input {
  float: left;
  width: 22px;
  border-bottom: 1px solid #7f8ea2;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.login-sec .lognbx .btn-next {
  padding: 15px 24px;
  height: 48px;
  margin-top: 15px;
}

.login-sec .fget {
  float: right;
  width: 100%;
  text-align: right;
  color: #4d7ff7;
  font-size: 10px;
  font-family: "Ilisarniq";
  margin-bottom: 0px;
  text-decoration: underline !important;
}

.login-sec .lgnlynks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.login-sec .lgnlynks .lgnslynks {
  float: left;
  width: 380px;
  padding: 35px 0px;
}

.login-sec .lgnlynks .lgnslynks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.login-sec .lgnlynks .lgnslynks ul li {
  float: left;
}

.login-sec .lgnlynks .lgnslynks ul li a {
  font-family: "Ilisar_light";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-decoration-line: underline !important;
  text-transform: capitalize;
  color: #262628;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.fgetbx {
  padding: 0 !important;
}

.fgetbx h2.lgnwdbck {
  padding: 20px 35px;
  background: #f7f9f9;
  margin-bottom: 20px;
}

.fgetbx .lognbx {
  padding: 0 35px 35px 35px;
}

.fgetbx .lognfrm {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.lgnwdbck span {
  float: right;
  color: #4d7ff7;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  font-family: "Ilisarniq";
  cursor: pointer;
}

.lgnwdbck span:before {
  content: "";
  background: url("../img/arr-blue.svg") no-repeat center;
  width: 14px;
  height: 10px;
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

.lgnwdbck a {
  float: right;
  color: #4d7ff7;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  font-family: "Ilisarniq";
  cursor: pointer;
}

.lgnwdbck a:before {
  content: "";
  background: url("../img/arr-blue.svg") no-repeat center;
  width: 14px;
  height: 10px;
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

.fgetotp-sent {
  font-family: "Ilisar_light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 16px;
  margin: 15px 0 30px 0 !important;
}

.fgetotp-tlt {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-family: "Ilisarniq" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #141834;
  margin: 0 0 !important;
}

.otp-login {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -10px;
  margin-bottom: 0px;
}

.otp-login input {
  float: left;
  width: 22px;
  border-bottom: 1px solid #7f8ea2 !important;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.pin {
  float: left;
  width: 100%;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid #efefef;
  margin-bottom: 26px;
  font-family: "Ilisarniq";
}

.pin input {
  color: #131313;
  border: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.pin::before {
  content: "";
  background: url("../img/lock.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: 6px;
}

.chng-success-msg {
  float: left;
  width: 100%;
  font-family: "Ilisarniq";
  font-size: 12px !important;
  line-height: 160%;
  color: #141834;
  margin: 0 0 30px 0 !important;
  text-align: center;
}

.chng-success-msg::before {
  content: "";
  background: url("../img/tick.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.rangeslider {
  float: left;
  width: 35%;
}

.rangeslider .rSlider {
  position: relative;
}

.rangeslider .rSlider .slide {
  background: linear-gradient(0deg, #56abde, #56abde);
  height: 5px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 2;
}

.rangeslider input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #ddd;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.rangeslider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: linear-gradient(0deg, #56abde, #56abde);
  cursor: pointer;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rangeslider input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: linear-gradient(0deg, #56abde, #56abde);
  cursor: pointer;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.loginbxkitpass {
  display: none;
}

#balance {
  float: left;
  margin-left: 0px;
}

#balance .stats {
  float: left;
}

#balance .stats h4 {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

#balance .stats p {
  float: left;
  font-size: 16px;
}

.modal-backdrop {
  display: none !important;
}

.dataTables_wrapper .dataTables_filter {
  display: none;
}

.dataTables_length label {
  display: flex;
  float: left;
  align-items: center;
  font-size: 12px;
  font-family: "Ilisarniq";
}

.dataTables_length label select {
  margin: 0 15px;
  font-size: 12px;
}

.dataTables_info {
  font-size: 12px;
  font-family: "Ilisarniq";
  float: left;
}

@media only screen and (max-width: 600px) {
  .dataTables_info {
    width: 100%;
  }
}

.dataTables_paginate .pagination {
  float: right;
  font-family: "Ilisarniq";
}

.dataTables_paginate .pagination li {
  font-size: 12px;
}

/* DataTables v2.x support - new class names */
/* These styles support the new dt-* class structure in DataTables 2.x */
.dt-container .dt-search {
  display: none;
}

.dt-length label {
  display: flex;
  float: left;
  align-items: center;
  font-size: 12px;
  font-family: "Ilisarniq";
}

.dt-length label select {
  margin: 0 15px;
  font-size: 12px;
}

.dt-info {
  font-size: 12px;
  font-family: "Ilisarniq";
  float: left;
}

@media only screen and (max-width: 600px) {
  .dt-info {
    width: 100%;
    text-align: center;
  }
}

.dt-paging .pagination {
  float: right;
  font-family: "Ilisarniq";
}

.dt-paging .pagination li {
  font-size: 12px;
}

.dt-paging ul {
  margin-bottom: 0;
}

/* Style pagination buttons to look like text links (Previous/Next) */
.dt-paging-button {
  background: none !important;
  padding: 6px 12px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-family: "Ilisarniq" !important;
}

.dt-paging-button:hover:not(.disabled) {
  background-color: #f7f9f9 !important;
  color: #3a71f7 !important;
}

.dt-paging-button.current {
  color: white !important;
  border-color: #4D7FF7 !important;
  border-radius: 4px !important;
}

.dt-paging-button.disabled {
  color: #7f8ea2 !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.dt-empty {
  text-align: center;
  width: auto !important;
}

/* Force left-alignment and custom background for all DataTable header columns */
.datatable th,
table.dataTable thead th,
table.dataTable thead td {
  text-align: left !important;
  color: #141834 !important;
  font-family: "Ilisarniq" !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.datatable tr,
table.dataTable tbody tr,
table.dataTable tbody td {
  text-align: left !important;
}

/* DataTables 2.x layout structure */
.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dt-layout-cell {
  display: flex;
  align-items: center;
}

.dt-layout-start {
  justify-content: flex-start;
}

.dt-layout-end {
  justify-content: flex-end;
}

.dt-input {
  font-size: 12px;
  font-family: "Ilisarniq";
}

#getTransactionBtn {
  float: left;
  padding: 4px 20px;
  font-size: 12px;
  margin-top: 0px;
  height: 32px;
  margin-left: 15px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #getTransactionBtn {
    width: 100%;
    margin-left: 0;
  }
}

#getTransactionBtn::before {
  content: "";
  background: url("../img/white-arrow.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  /* left: 0; */
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-container {
  justify-content: flex-end !important;
}

#cardDetailModal {
  padding: unset;
}

#displayTable {
  width: 100% !important;
  margin-left: unset;
}

#displayTable thead {
  text-align: left;
}

#displayTable tbody {
  text-align: left;
}

.datepicker {
  font-family: 'Ilisarniq' !important;
}

.show-cvv {
  cursor: pointer;
  text-decoration: underline !important;
}

.editsummeryshow {
  outline: none !important;
  color: #4D7FF7;
  border: none;
  background-color: transparent;
}

.card-balance {
  outline: none !important;
  color: #4D7FF7;
  border: none;
  background-color: transparent;
}

.replaced {
  opacity: 0.2;
}

.viewcarddetails {
  color: #4D7FF7;
  outline: none !important;
  border: none;
  background-color: transparent;
}

.amount-load {
  color: #4D7FF7;
  outline: none !important;
  border: none;
  background-color: transparent;
}

.amount-load::before {
  content: "";
  background: url("../img/black-lock.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

.editsummeryshow::before {
  content: "";
  background: url("../img/preference.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

.card-balance::before {
  content: "";
  background: url("../img/balance.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

.viewcarddetails::before {
  content: "";
  background: url("../img/view-card-details.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

.change-pin-btn {
  outline: none !important;
  color: #4D7FF7;
  border: none;
  background-color: transparent;
}

.change-pin-btn::before {
  content: "";
  background: url("../img/black-lock.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

.block-btn {
  outline: none !important;
  color: #4D7FF7;
  border: none;
  background-color: transparent;
}

.block-btn::before {
  content: "";
  background: url("../img/block-card.svg") no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  position: relative;
  top: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#blockButton,
#unblockButton {
  margin-top: 0px;
}

.login-logosec {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
  margin-bottom: 20px;
}

.login-logosec img {
  height: 100%;
  width: auto !important;
}

.pad-top-div {
  padding-top: 50px !important;
}

.res-usertlt-sec {
  display: none;
}

@media only screen and (max-width: 600px) {
  .res-usertlt-sec {
    display: block;
  }

  .res-usertlt-sec h2 {
    font-size: 12px !important;
    width: 80%;
    float: left;
  }

  .res-usertlt-sec .mb-nav {
    float: left;
    background: url("../img/hamburger.svg") no-repeat center;
    width: 15px;
    height: 8px;
    display: inline-block;
    background-size: contain;
    margin-right: 10px;
    position: relative;
    top: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .trasact-mob-hide {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .sidebar-nav {
    display: block !important;
  }
}

.navoverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000047;
}

.fullscreenDiv {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}

.center {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30%;
  left: 45%;
  margin-top: -25px;
  margin-left: -50px;
}

.spinner {
  width: 50px;
  height: 50px;
  background-color: #eee;
  opacity: 1;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.view-cvv-card-num-label {
  width: -webkit-fill-available;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  font-family: "Ilisarniq";
  color: #141834;
}







@font-face {
  font-family: 'Ilisarniq-regular';
  src: url('../fonts/Ilisarniq-Regular.otf');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf');
}

.modal.new-interface {
  background-color: #00000080 !important;

}

.new-interface .close-new-interface {
  background: unset;
  border: unset;
  color: #4D7FF7;
  font-size: 12px;
  font-family: 'Sen';
  font-weight: 700;
  margin-right: 60px;
  opacity: 1;
}

.dataTables_empty {
  text-align: center;
  width: auto !important;
  column-width: unset !important;
}

/* Also support DataTables 2.x class name */
.dt-empty {
  text-align: center;
  width: auto !important;
  column-width: unset !important;
}

.align-center {
  align-items: center;
}

.dataTables_paginate ul {
  margin-bottom: 0;
}

/* Also support DataTables 2.x class name */
.dt-paging ul {
  margin-bottom: 0;
}

.take-new-interface {
  background: #4D7FF7;
  border: #4D7FF7;
  border-radius: 4px;
  font-size: 12px;
  line-height: 21px;
  font-family: 'Sen';
  font-weight: 700;
  padding: 7px 30px;
  color: #fff;
}

.take-new-interface:focus {
  outline: none;
}

.new-interface .modal-dialog-centered {
  /* height: 80% !important; */
  /* padding-top:10%; */
  max-width: 529px;
  margin: 1.75rem auto;
  background: #FAFAFA;
  border-radius: 10px;
  height: 380px;
  min-height: 380px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  margin-top: 7em;
}

.modal-content p {
  text-align: left;
  font-weight: 400;
  line-height: 25.5px;
  color: #262628;
  font-family: "Ilisar_light";
  font-size: 14px;
}

.modal-content p span {
  font-weight: 700;
}

.new-interface .modal-content {
  height: 100% !important;
  overflow: visible;
  border: unset;
  box-shadow: unset;
}

.new-interface .modal-body {
  /* height: 80%; */
  overflow: auto;
  text-align: center;
  background: url('../img/bg-modal.svg');
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: center 5%;
}

.bg-gray {
  background: #FBFBFB;
  clear: both;
  float: left;
  width: 100%;
  /* height: 100%; */
}

.sticky_header {
  display: block !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation-duration: .7s;
  -webkit-animation-duration: .7s;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  background: #fff;
}

body {
  background: #FBFBFB;
  overflow-x: hidden;
}

.navbar-inverse {
  /* background-color: #fff !important;
  border-color: #fff !important; */
  margin: 0;
}

.border-div {
  /* border: 1px solid rgba(0, 0, 0, 0.05) ;
  background: #fff; */
  padding: 25px;
}

.tc-ul li {
  font-family: 'Ilisarniq-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  color: #7F8EA2;
  line-height: 32px;
  margin-bottom: 24px;
  list-style: none;
}

.tc-ul li span {
  font-weight: 400;
}

.nav-menu li {
  display: inline-block;
  list-style: none;
}

.navbar-nav li:nth-child(1) a {
  padding-left: 0;
}

.navbar-nav li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: #7F8EA2;
  padding: 0 20px;
  font-family: 'Ilisarniq-regular';
  transition: .5s;
}

.custom-container {
  width: 1000px;
  margin: auto;
}

.back-btn {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px !important;
  background: linear-gradient(0deg, #4D7FF7, #4D7FF7) !important;
  text-decoration: none;
  padding: 9px 25px !important;
  display: block;
  text-align: center !important;
  width: 100%;
}

.back-btn a {
  color: #fff !important;
  padding: 0 !important;
}

.back-btn a:hover {
  color: #fff !important;
}

.navbar-nav {
  width: 100%;
}

.pad-top-nav {
  padding-top: 8px;

}

.nav-menu {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.title {
  font-family: 'Ilisarniq-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #141834;
  margin-bottom: 25px;
}

.overall-div {
  background: #fff;
}

.faq-each span {
  font-family: 'Ilisarniq-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  text-align: justify;
  color: #141834;
}

.faq-each {
  padding: 30px 40px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.faq-each p {
  font-family: 'Ilisar_light';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #7F8EA2;
  line-height: 1.9;
  margin-bottom: 24px;
}

.faq-each p.mar-top {
  margin-top: 24px;
}

.pad0 {
  padding: 0 0 0 0px !important;
}

.pad-left {
  padding-left: 30px;
  margin-bottom: 24px;
}

.faq-each p b {
  font-family: 'Ilisarniq-regular';
  color: #141834;
  font-weight: 400 !important;
}

.accordion {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #fafbfb;
  cursor: pointer;
  padding: 18px 35px 9px 18px;
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: 'Ilisarniq-regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 155%;
  text-align: justify;
  color: rgba(20, 24, 52, 0.7);
  /* margin: 20px 0; */
}

/* .active {
  background-color: #fff;
} */
/* .accordion:hover{
  background-color: #fff;
} */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333;
}

.navbar-inverse .navbar-toggle {
  float: left;
}

.accordion:after {
  content: '';
  background: url('../img/arrow-up.svg');
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78%;
  position: absolute;
  right: 12px;
  top: 36%;
}

.active:after {
  content: "";
  background: url('../img/arrow-down.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.panel {
  padding: 8px 18px;
  /* background-color: white; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: unset;
  box-shadow: unset;
  background-color: #fafbfb;
  margin-bottom: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.panel p {
  font-family: 'Ilisar_light';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  color: #7F8EA2;
  padding-right: 35px;
  padding-top: 8px;
}

.panel ul li {
  font-family: 'Ilisarniq-regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
  color: #7F8EA2;
}

.bg-white {
  background: #fff;
  padding: 30px 40px 40px;
}

#faq .title {
  margin-top: 0;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
  color: #141834;
  transition: .5s;
}

.visible-desktop {
  display: block;
}

.visible-mobile {
  display: none !important;
}

#myNavbar {
  padding: 0;
}

.padzero {
  padding: 0;
}

#myNavbar .active {
  color: #141834;
}

.pad-top-nav {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.pad-top-nav li {
  display: inline-block !important;
}

.faq-each p:last-child {
  margin-bottom: 0;
}

.accordion:focus,
.accordion:active {
  outline: none;
}

#terms-conditions {
  margin-top: 40px;
}

.tc-div {
  /* padding-top: 25px;     */
}

.tc-ul {
  list-style: lower-alpha;
}

.tc-ul li {
  font-family: 'Ilisarniq-regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: justify;
  color: #7F8EA2;
  line-height: 32px;
  margin-bottom: 10px;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  display: block;
}

.header,
.menu-btn {
  display: none;
}







.submit-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bg-gray {
    margin-top: 30px;
  }

  .login-sec .lgnlynks {
    top: 83%;
  }

  .submit-mobile {
    display: block;
    color: #fff;
  }

  .dataTables_info {
    text-align: center;
  }

  /* Also support DataTables 2.x class name */
  .dt-info {
    text-align: center;
  }

  .content-sec .user-tlt-sec h2 {
    width: auto;
  }

  .alert-bg {
    right: 10px !important;
    left: 10px;
    width: 90%;
    top: 30px !important;
  }

  .sticky_header {
    background: transparent !important;
  }

  .navbar-demo {
    display: table;
    /* width: 100%; */
    position: fixed;
    z-index: 99;
    top: 0;
  }

  .nav-bar {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .navbar-demo .nav-bar {
    left: -950px;
    background-color: #000000d9;
    transition: 1s;
    height: 100%;
    width: 100%;
  }

  .navbar-demo.open-nav .nav-bar {
    left: 0;
    width: 100%;
    transition: left 0.5s;
    height: 100%;
  }

  .navbar-demo .nav-bar ul li {
    display: block;
  }

  .navbar-demo .nav-bar ul {
    padding: 0;
    display: table;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
    margin: 0;
    padding: 0;
  }

  .navbar-demo .nav-bar ul li a {
    /* font-size: 18px; */
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: #141834;
    /* padding: 18px; */
    text-transform: uppercase;
  }

  .nav-bar {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .navbar-demo button.menu-btn {
    display: none;
  }

  .mobil-hide {
    display: none;
  }

  .navbar-demo button.menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    border: 0;
    /* font-size: 26px; */
    display: block;
    padding: 15px;
    color: #fff;
    outline: none;
    background: #fff;
  }

  .navbar-demo {
    /* height:100%; */
    z-index: 999;
    width: 0;
  }

  .open-nav {
    height: 100%;
    width: 100%;
  }

  .navbar-demo .nav-bar {
    left: -950px;
    background-color: #ffffffed;
    transition: 1s;
    height: 100%;
    display: block;
    /* flex-wrap: wrap; */
    justify-content: unset;
    align-items: unset;
    position: relative;
    padding-top: 90px;
  }

  .navbar-inverse,
  #header .container-fluid {
    padding: 0;
  }

  .navbar-demo.open-nav .nav-bar {
    left: 0;
    width: 100%;
    transition: left 0.5s;
    height: 100%;
  }

  .navbar-demo .nav-bar ul li a {
    display: block;
    color: #7F8EA2;
    padding: 14px 0;
  }

  .navbar-demo.open-nav button.menu-btn i:before {
    content: '\f00d ';
  }

  .tc-ul {
    padding: 0;
  }

  .pad-left {
    padding-left: 0;
  }

  .login-sec .lgnlynks .lgnslynks ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .login-sec .lognbx .log-selection input {
    width: 66%;
  }

  .login-sec .lognbx .log-selection .bootstrap-select {
    width: 34% !important;
  }

  .toggle_btn {
    justify-content: flex-end;
    width: 100%;
    padding-right: 20px;
  }

  .accordion {
    text-align: left;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
  }

  .content-profile .tlt-sec {
    margin-top: 20px;
  }

  .navbar-toggle {
    display: block;
    padding: 6px 12px;
    border-radius: 5px;
    box-shadow: unset;
    border: 1px solid #000;
    background: transparent;
    margin: 0 !important;
  }

  .navbar-toggle:focus {
    outline: none;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    display: block;
    margin: 4px 0;
  }

  .pad-top-nav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .padzero {
    padding: 0 !important;
  }

  .navbar-nav li a {
    font-size: 22px;
    line-height: 53px;
    display: block;
  }

  .custom-container {
    width: 100%;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border: unset;
  }

  .navbar-toggle {
    padding: 5px 7px;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 19px;
  }

  #myNavbar {
    padding: 0 10px;
  }

  .back-btn {
    padding: 14px 20px !important;
    margin-top: 14px;
  }

  .navbar-nav li a {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 17px;
  }

  .navbar-nav li:nth-child(1) a {
    padding-left: 17px;
  }

  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
  }

  /* .back-btn{
  padding: 9px 25px !important;
} */
  .border-div {
    padding: 10px 0;
  }

  .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .faq-each p {
    font-size: 13px;
    line-height: 27px;
  }

  .faq-each p.mar-top {
    margin-top: 8px;
  }

  .faq-each {
    padding: 20px;
  }

  .faq-each span {
    font-size: 16px;
    line-height: 36px;
  }

  .accordion {
    /* font-size: 17px;
  line-height: 31px; */
    padding: 18px 30px 18px 18px;
    position: relative;

  }

  .accordion::after {
    background-size: 55%;
    position: absolute;
    right: 5px;
    top: 38%;
  }

  .panel p,
  .panel ul li {
    font-size: 16px;
    line-height: 23px;
    padding-right: 0;
  }
}

@media(min-width : 250px) and (max-width : 350px) {
  .custom-container {
    width: 100%;
    margin: auto;
    padding: 0;
  }

  .back-btn {
    padding: 5px 5px !important;
    font-size: 10px !important;
    line-height: 20px !important;
  }

  .padzero {
    padding: 0 !important;
  }

  .navbar-nav li a {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 4px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border: unset;
  }

  .navbar-toggle {
    padding: 5px 7px;
    margin-top: 14px;
  }

  .border-div {
    border: unset;
    padding: 10px 10px;
  }

  .faq-each {
    padding: 20px 20px;
  }

  .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .faq-each span {
    font-size: 13px;
    line-height: 20px;
  }

  .faq-each p {
    font-size: 13px;
    line-height: 27px;
  }

  .faq-each p.mar-top {
    margin-top: 7px;
  }

  .bg-white {
    padding: 20px 10px;
  }

  .accordion {
    font-size: 13px;
    line-height: 20px;
    padding: 18px 33px 18px 18px;
    position: relative;
  }

  .accordion::after {
    background-size: 55%;
    position: absolute;
    right: 5px;
    top: 38%;
  }

  .panel p,
  .panel ul li {
    font-size: 11px;
    line-height: 19px;
  }

}

@media(min-width: 768px) and (max-width: 899px) {
  .custom-container {
    width: 700px;
  }

  .padzero,
  #myNavbar {
    padding: 0 !important;
  }

  .navbar.navbar-inverse {
    padding: 0;
  }

  .navbar-nav li a {
    font-size: 13px;
    padding: 0 14px;
  }

  .border-div {
    padding: 15px 30px;
  }

  .faq-each {
    padding: 30px;
  }

  .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .faq-each span {
    font-size: 16px;
  }

  .faq-each p {
    font-size: 14px;
    line-height: 27px;
  }

  .accordion {
    padding: 18px 35px 18px 18px;
    font-size: 15px;
    position: relative;
  }

  .accordion:after {
    background-size: 75%;
    position: absolute;
    right: 9px;
    top: 36%;
  }

  .panel p,
  .panel ul li {
    font-size: 13px;
  }
}

@media(min-width: 1000px) and (max-width: 1279px) {
  .custom-container {
    width: 800px;
  }

  .padzero {
    padding: 0;
  }

  .navbar-nav li a {
    font-size: 15px;
    padding: 0 10px;
  }

  .back-btn {
    padding: 9px 9px !important;
  }
}

@media(min-width: 900px) and (max-width: 999px) {
  .custom-container {
    width: 800px;
  }

  .padzero {
    padding: 0;
  }

  .navbar-nav li a {
    font-size: 13px;
    padding: 0 6px;
  }

  .back-btn {
    padding: 9px 9px !important;
  }
}

@media(min-width : 1399px) and (max-width : 1599px) {
  .custom-container {
    width: 1100px;
    margin: auto;
  }
}

@media(min-width : 1600px) and (max-width : 1799px) {
  .custom-container {
    width: 1170px;
    margin: auto;
  }
}

@media(min-width : 1800px) and (max-width : 1999px) {
  .custom-container {
    width: 1270px;
    margin: auto;
  }
}

@media(min-width : 2000px) and (max-width : 2599px) {
  .custom-container {
    width: 1470px;
    margin: auto;
  }
}

.viewcarddetails,
.change-pin-btn,
.change-pin-btn {
  width: 100%;
  display: block;
  text-align: left;
}

table.dataTable tbody tr:hover,
.table-hover tbody tr:hover {
  background-color: #fbfbfb !important;
  color: inherit !important;
}

.cancel-modal {
  display: none;
}

#leftArrow {
  cursor: pointer;
}


/* Loader 1 */
/* .wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
} */
.loader-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  clear: both;
}

.loader-list li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  display: block;
  width: calc(100% / 3);
  height: calc(100vh / 4);
}

.center-new {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.loader-1 {
  height: 32px;
  width: 32px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-1 span {
  filter: brightness(100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
  }
}

@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(220deg);
  }
}

.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  border: 4px solid #FFF;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;

}

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }

  50% {
    -webkit-transform: rotate(-160deg);
  }

  100% {
    -webkit-transform: rotate(140deg);
  }
}

@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }

  50% {
    transform: rotate(-160deg);
  }

  100% {
    transform: rotate(140deg);
  }
}

.table-striped tr td button {
  width: 100%;
  display: block;
  text-align: left;
}

.table-width-responsive table tr td button {
  width: 100% !important;
  display: block !important;
  text-align: left;
}

#displayTable tr td button {
  width: auto;
  display: inline-block;
  text-align: left;
  word-break: keep-all;

}

#displayTable tr td {
  column-width: auto;
  line-height: 22px;
}

@media (max-width : 1199px) {
  .login-bg {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .toggle_btn {
    padding-right: 20px;
  }
}

.old-web-toggle {
  top: 8px !important;
}

.cncllmt {
  float: left;
  width: 100% !important;
  margin-top: 10px !important;
}

.cncllmt .button2 {
  float: left;
  color: #4d7ff7;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  font-family: "Ilisar_light";
  text-decoration: underline !important;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 0;
  outline: none;
}

.powered-by {
  height: 20px;
}

.pciWidget {
  width: 100% !important;
  margin-top: 20px;
}

.balance-tlt {
  width: unset !important;
}

.amount-cont {
  display: flex;
  flex-direction: column;
  padding: 0 10px 0 10px !important;
}

.balance-img {
  width: 50% !important;
}

.balance-cont {
  height: 70px !important;
  width: 30% !important;
  margin-top: 10px;
  margin-right: 10px;
}