* {
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #b7b7b7;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  text-align: left;
}
::-moz-placeholder {
  color: #b7b7b7;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  text-align: left;
}
:-moz-placeholder {
  color: #b7b7b7;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  text-align: left;
}
:-ms-input-placeholder {
  color: #b7b7b7;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  text-align: left;
}
.text_area_white input,
.receipt_form input {
  padding-left: 0px;
}
.text_area_white .bootstrap-select > .dropdown-toggle {
  margin-top: 1px;
  padding: 0;
}
html {
  height: 100%;
  position: relative;
}
body {
  font-family: "RalewayMedium", sans-serif;
  /*color: #464646;*/
  color: #000000;
  font-size: 16px;
  height: 100%;
  position: relative;
}
.wraper {
  /*background-color: #f8f8f8;*/
  background-color: #ffffff;
  margin: 0 auto;
  min-height: 100%;
  min-width: 360px;
  overflow-x: hidden;
  position: relative;
}
.content {
  padding-bottom: 100px;
}
label {
  font-weight: normal !important;
  padding-top: 20px;
}
h1 {
  font-family: "RalewayBold", sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
h2 {
  font-family: "RalewayBold", sans-serif;
  font-size: 26px;
}
h3 {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 22px;
}
h4 {
  font-family: "RalewayBold", sans-serif;
  font-size: 16px;
}
h5 {
  font-family: "RalewayMedium", sans-serif;
  font-size: 14px;
}
.header {
  background-color: #7ea9ff;
  /*background-color: #ffffff;*/
  background-repeat: no-repeat;
}
.img_cover {
  border-bottom: 126px solid #f8f8f8;
  float: right;
  position: relative;
  width: 3500px;
  overflow: hidden;
}
/*
  .logo_top {
      background-image: url("../img/logo.jpg");
      float: left;
      height: 60px;
      margin-left: 13px;
      outline: medium none;
      position: relative;
      top: 10px;
      width: 150px;
  }
  */
.logo_top {
  /*background-image: url(../img/taslink.png);*/
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: center;
  float: left;
  height: 60px;
  margin-right: 13px;
  outline: medium none;
  position: relative;
  top: 10px;
  width: 150px;
}

.logo_top:hover {
  border: none !important;
}
.logo_right {
  /*background-image: url("../img/taslink.png");*/
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: center;
  float: right;
  height: 50px;
  margin-right: 13px;
  outline: medium none;
  position: relative;
  top: 22px;
  width: 150px;
  font-size: 24px;
}
.logo_right:hover {
  border: none !important;
}
.logo_bottom {
  background-image: url("../img/sprite.png");
  background-position: -388px -1148px;
  background-size: 1250px 1250px;
  display: block;
  float: left;
  outline: medium none;
  height: 35px;
  position: relative;
  top: 10px;
  width: 145px;
}
.logo_mob {
  background-image: url("../img/sprite.png");
  background-position: -568px -6px;
  background-size: 1250px 1250px;
  display: block;
  float: left;
  height: 35px;
  margin-left: 5px;
  position: relative;
  top: 13px;
  width: 100px;
}

.login_icon {
  background-image: url("../img/login.svg");
  background-position: -7px -6px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  float: right;
  height: 20px;
  position: relative;
  right: 3px;
  top: 2px;
  width: 20px;
}
.login_icon_mob {
  background-image: url("../img/login_white.svg");
  background-position: -9px -8px;
  background-size: 35px auto;
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 4px;
  width: 20px;
}

.logout_icon {
  background-image: url("../img/logout.svg");
  background-position: -6px -6px;
  background-size: 30px auto;
  display: block;
  float: right;
  height: 20px;
  position: relative;
  right: -4px;
  top: 2px;
  width: 20px;
}
.logout_icon_mob {
  background-image: url("../img/logout.svg");
  background-position: -6px -6px;
  background-size: 30px auto;
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 4px;
  width: 20px;
}

.margin-top50 {
  margin-top: 50px;
}

/*==========  Desktop navbar  ==========*/

.navbar-my {
  font-size: 14px;
  letter-spacing: 0.02em;
  min-height: 95px;
  outline: medium none;
  padding: 22px 0 0;
}
.navbar-flat {
  font-size: 14px;
  min-height: 50px;
  outline: medium none;
  padding: 14px 0 0;
}

.active_menu {
  border-bottom: 2px solid #f2f2f2;
}

.navbar-my .dropdown-menu,
.navbar-flat .dropdown-menu {
  margin-top: -42px !important;
  min-width: 90%;
  padding: 3px 0 0 2px;
}
.navbar-my .dropdown-menu > li > a,
.navbar-flat .dropdown-menu > li > a,
.navbar-my .dropdown-menu > li > a:active,
.navbar-flat .dropdown-menu > li > a:active {
  color: #464646 !important;
}
.navbar-my .dropdown-menu > li > a:focus,
.navbar-flat .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #888888 !important;
  background-color: #fff;
  border: none;
}
.numbercard .dropdown-menu > li > a:hover {
  color: red !important;
}
.nav > li {
  padding: 0 15px;
}
.nav > li > a {
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border: none;
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 3px;
  margin-right: 3px;
}
.caret {
  color: #fff;
}
.navbar-right .caret_rotate {
  color: #464646;
}
.from_block .caret {
  color: #464646;
}
/*==========  Logged in nav button  ==========*/
.bar_separator {
  background-color: #fff;
  height: 34px;
  margin: 0 15px;
  padding: 0 !important;
  top: 7px;
  width: 1px;
}

.fa-sign-out,
.fa-sign-in {
  padding-left: 9px;
}
.fa-user {
  font-size: 17px;
}

/*==========  Mobile navbar  ==========*/

.hamburger_icon {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 35px;
  margin-right: 15px;
  margin-top: -35px;
}
.overlay {
  background-color: #7ea9ff;
  height: 0;
  left: 0;
  opacity: 0.98;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.overlay-content {
  margin: auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 20%;
  width: 70%;
}
.overlay a {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.overlay a:hover,
.overlay a:focus {
  color: #fff;
}
.overlay .closebtn {
  background-image: url("../img/close.svg");
  height: 32px;
  outline: medium none;
  position: absolute;
  right: 28px;
  top: 14px;
  width: 35px;
}
.overlay .divider {
  background-color: #e5e5e5;
  display: block;
  height: 1px;
  margin: 100px 0 0;
  overflow: hidden;
  width: 100%;
  opacity: 0.7;
}

.disclaimer {
  color: #fff;
  max-width: 610px;
}
.disclaimer h4 {
  font-family: "RalewaySemiBold", sans-serif;
  padding-top: 20px;
  letter-spacing: 0.02em;
}
.actions {
  margin-left: -15px;
  padding: 45px 0 105px;
}
.actions i {
  font-size: 18px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.actions .dropdown-menu {
  margin-left: 3px;
  padding: 0 0 14px 33px;
  width: 290px;
}
.header_action_buttons .dropdown-menu {
  margin-left: 5px;
  padding: 0 0 14px 33px;
  width: 290px;
}
.actions .dropdown-menu li,
.header_action_buttons .dropdown-menu li {
  padding: 10px 0;
}
.actions .dropdown-menu > li > a,
.header_action_buttons .dropdown-menu > li > a {
  color: #676767;
}
.actions .dropdown-menu a:hover,
.actions .dropdown-menu a:focus,
.header_action_buttons .dropdown-menu a:hover,
.header_action_buttons .dropdown-menu a:focus {
  color: #fe7e00 !important;
}

.miniphone {
  background-image: url("../img/sprite.png");
  background-position: -575px -699px;
  background-size: 1250px 1250px;
  display: inline-block;
  height: 28px;
  width: 19px;
}
.miniphone_active {
  background-image: url("../img/sprite.png");
  background-position: -575px -668px;
  background-size: 1250px 1250px;
  display: inline-block;
  height: 28px;
  width: 19px;
}
.minimail {
  background-image: url("../img/sprite.png");
  background-position: -509px -694px;
  background-size: 1250px 1250px;
  display: inline-block;
  height: 17px;
  position: relative;
  top: -3px;
  width: 26px;
}
.minimail_active {
  background-image: url("../img/sprite.png");
  background-position: -509px -674px;
  background-size: 1250px 1250px;
  display: inline-block;
  height: 17px;
  position: relative;
  top: -3px;
  width: 26px;
}
.miniphone_main {
  background-image: url("../img/phone_grey_icon.svg");
  background-position: -2px -1px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  display: inline-block;
  height: 28px;
  left: 0;
  margin-right: 16px;
  position: relative;
  top: 9px;
  width: 19px;
}
.miniphone_main_active {
  background-image: url("../img/phone_icon.svg");
  background-position: -2px -1px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  display: inline-block;
  height: 28px;
  left: 0;
  margin-right: 16px;
  position: relative;
  top: 9px;
  width: 19px;
}
.minimail_main {
  background-image: url("../img/mail_grey_icon.svg");
  background-position: 0 -3px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  display: inline-block;
  height: 17px;
  left: -4px;
  margin-right: 9px;
  position: relative;
  top: 3px;
  width: 26px;
}
.minimail_main_active {
  background-image: url("../img/mail_icon.svg");
  background-position: 0 -3px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  display: inline-block;
  height: 17px;
  left: -4px;
  margin-right: 9px;
  position: relative;
  top: 3px;
  width: 26px;
}
.send_main_button {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  float: left;
  margin: 0;
  width: 240px;
}
.send_select_dropdown {
  background-color: transparent;
  border: medium none;
  bottom: 6px;
  box-shadow: none;
  color: #fe7e00;
  font-size: 16px;
  left: 5px;
  position: relative;
  outline: none;
}
.send_select_dropdown_menu {
  border: medium none;
  font-size: 16px;
  left: -17px;
  line-height: 38px;
  outline: medium none;
  padding: 13px 5px 5px 17px;
  top: -19px;
  width: 250px;
}
.notify_select_dropdown {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  left: 5px;
  outline: medium none;
  position: relative;
}
.notify_select_dropdown_menu {
  border: medium none;
  left: 163px;
  min-width: 80px;
  top: -8px;
}

.send_select_dropdown .caret,
.send_select_dropdown_menu .caret,
.add_template_dropdown_menu_mob .caret {
  color: #fe7e00;
}
.orange_button_option {
  background-color: #fe7e00;
  border: medium none;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
  box-shadow: 0 7px 23.76px 0.24px rgba(255, 144, 144, 0.31);
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  outline: medium none;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 56px;
}
.orange_button_option .caret {
  bottom: 0px;
  position: relative;
  right: 2px;
}
.triangle_up {
  border-color: transparent transparent #fcfcfc;
  border-style: solid;
  border-width: 0 8px 8px;
  height: 0;
  left: -38px;
  margin: auto;
  position: relative;
  top: -44px;
}

.error_a2c_code .triangle_up {
  top: -8px;
  left: 80px;
  border-color: transparent transparent silver;
  position: absolute;
}

.storage_card_item .triangle_up,
.storage_card_primary_item .triangle_up,
.template_item .triangle_up {
  left: 162px;
  position: absolute;
  top: -8px;
}
.timeline_item .triangle_up {
  left: 181px;
  position: absolute;
  top: -8px;
}

.triangle_down {
  border-color: #FFC107 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  height: 0;
  left: 112px;
  margin: auto;
  position: absolute;
  top: 35px;
  width: 0;
}

.receive_main_button {
  position: relative;
  right: 63px;
  width: 200px;
}
.disclaimer_mc {
  color: #fff;
  max-width: 400px;
}
.disclaimer_mc h5 {
  line-height: 20px;
}
.disclaimer_mc_mob {
  display: none;
}
.masterpass_icon {
  background-image: url("../img/sprite.png");
  background-position: 0 -35px;
  background-size: 1250px 1250px;
  height: 30px;
  width: 152px;
}
.feature {
  padding: 95px 0;
}
.feature .section_subtitle {
  font-family: "ProximaNovaExtrabold", sans-serif;
}
.number1 {
  background-image: url("../img/sprite.png");
  background-position: 0 -63px;
  background-size: 1250px 1250px;
  float: right;
  height: 164px;
  left: 20px;
  position: relative;
  top: 20px;
  width: 162px;
}
.number2 {
  background-image: url("../img/sprite.png");
  background-position: -157px -53px;
  background-size: 1250px 1250px;
  float: right;
  height: 188px;
  left: 20px;
  position: relative;
  top: 20px;
  width: 153px;
}
.number3 {
  background-image: url("../img/sprite.png");
  background-position: -314px -69px;
  background-size: 1250px 1250px;
  float: right;
  height: 188px;
  left: 20px;
  position: relative;
  top: 20px;
  width: 150px;
}
.number4 {
  background-image: url("../img/sprite.png");
  background-position: -476px -66px;
  background-size: 1250px 1250px;
  float: right;
  height: 190px;
  left: 20px;
  position: relative;
  top: 20px;
  width: 150px;
}
.options {
  background-color: #e7eeff;
  padding: 25px 0 130px;
}
.options h2 {
  letter-spacing: 0.02px;
  line-height: 40px;
}
.options ol,
.options ul {
  margin-left: -58px;
}
.opt_c2c {
  left: 40px;
  position: relative;
  top: 30px;
}
.c2c_img {
  background-image: url("../img/c2c.svg");
  background-position: 1px -27px;
  background-repeat: no-repeat;
  background-size: 280px auto;
  height: 236px;
  margin: 30px 0 0 -15px;
  position: relative;
  width: 284px;
}
.opt_c2a {
  position: relative;
  top: 60px;
}
.opt_c2c ol,
.opt_c2c ul {
  margin-left: 15px;
}
.c2a_note ol,
.c2a_note ul {
  margin-left: 0px;
}
.c2a_img {
  background-image: url("../img/c2a.svg");
  background-repeat: no-repeat;
  height: 288px;
  margin: 30px 0 0 30px;
  width: 288px;
}
.opt_c2a {
  padding-top: 20px;
}
.opt_c2a h2 {
  margin-left: -76px;
  max-width: 360px;
}
.c2a_note {
  font-size: 12px;
  margin-left: -75px;
  padding: 5px 0 25px;
}
.c2a_note ul {
  list-style: none;
}
.how_it_work {
  font-size: 12px;
  margin: auto;
  padding-left: 95px;
  position: relative;
  top: 15px;
  width: 250px;
}
.how_it_work a {
  text-decoration: underline;
}
.how_it_work_mob {
  display: none;
}
.brand_icon {
  background-image: url("../img/sprite.png");
  background-position: -148px -7px;
  background-size: 1250px 1250px;
  float: right;
  height: 26px;
  width: 86px;
}
.send_to_card_button {
  margin: 25px 0;
  padding: 10px;
  width: 270px;
}
.accept {
  font-size: 14px;
  margin: 22px 0 30px;
  width: 295px;
}
.send_to_phone_button {
  margin: 30px 0 0 -90px;
  width: 260px;
}
.send_to_email_button {
  margin: 30px 0 20px -75px;
  width: 230px;
}
.section_title {
  padding: 0 0 70px;
  text-align: center;
  text-transform: uppercase;
}
.section_title_text {
  margin: auto;
  max-width: 540px;
}
.section_title_text h2 {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
.section_subtitle {
  padding: 5px 0;
}
.popup_subtitle {
  padding: 8px 0;
}
.modal-body {
  padding: 10px 40px 25px 15px;
}
.modal-body-center {
  padding: 5px 65px !important;
}
.section_text {
  max-width: 290px;
  padding-bottom: 50px;
}
.feature .section_text {
  letter-spacing: 0.04em;
  line-height: 24px;
}
.services {
  padding: 70px 0;
}
.services .section_subtitle {
  letter-spacing: 0.04em;
  line-height: 32px;
}
.services .section_text {
  font-size: 16px;
  color: #676767;
  letter-spacing: 0.04em;
  line-height: 26px;
}
.main_register {
  color: #464646;
  text-decoration: underline;
}
.star_icon {
  background-image: url("../img/star.svg");
  background-position: 0 -5px;
  background-size: 50px auto;
  height: 43px;
  width: 50px;
}
.wallet_icon {
  background-image: url("../img/wallet.svg");
  background-repeat: no-repeat;
  height: 43px;
  width: 54px;
}
.history_icon {
  background-image: url("../img/history.svg");
  background-position: -5px -10px;
  background-repeat: no-repeat;
  background-size: 68px auto;
  height: 43px;
  width: 54px;
}
.faq {
  background-color: #e7eeff;
}
.faq_baseline {
  padding: 40px 0;
  position: relative;
  top: 65px;
}
.building_bottom1 {
  background-image: url("../img/sprite.png");
  background-position: 1px -473px;
  background-size: 1250px 1250px;
  bottom: 23px;
  height: 244px;
  position: relative;
  width: 145px;
}
.faq_question_icon {
  background-image: url("../img/qa.svg");
  float: left;
  height: 65px;
  width: 65px;
}
.faq_question_msg {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 16px;
  left: 15px;
  max-width: 340px;
  position: relative;
  padding-top: 8px;
}
.faq_question {
  color: #464646;
  font-family: "RalewayBold", sans-serif;
  font-size: 22px;
  left: 80px;
  padding-top: 18px;
  position: relative;
  text-decoration: underline;
  letter-spacing: 0.04em;
  line-height: 26px;
}
.faq_phone_icon {
  background-image: url("../img/sprite.png");
  background-position: -436px -5px;
  background-size: 1250px 1250px;
  float: left;
  height: 65px;
  width: 65px;
}
.faq_phone_msg {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 16px;
  left: 15px;
  max-width: 380px;
  position: relative;
  padding-top: 20px;
}
.faq_phone {
  font-family: "AmikoBold", sans-serif;
  font-size: 22px;
  left: 80px;
  padding-top: 30px;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 26px;
}
.footer {
  background-color: #191919;
  padding: 50px;
  color: #f8f8f8;
  letter-spacing: 0.04em;
  line-height: 26px;
}
.footer a,
.footer_cabinet a {
  color: #fff !important;
}
.phone_number {
  font-family: "AmikoBold", sans-serif;
}
.center {
  text-align: center;
}
.options li {
  line-height: 40px;
}
.c2a_note li {
  line-height: 15px;
  color: #464646;
}

.push {
  height: 100px;
}
.push20 {
  height: 20px;
}
.line_one {
  padding-bottom: 95px;
  position: relative;
  right: 50px;
}
.line_two {
  position: relative;
  left: 40px;
}
.section_center {
  left: 30px;
  position: relative;
}
.number_font {
  font-family: "AmikoSemiBold", sans-serif;
}
.number_font_regular {
  font-family: "AmikoRegular", sans-serif;
}
.number_font_semibold {
  font-family: "AmikoSemiBold", sans-serif;
}
.number_font_bold {
  font-family: "AmikoBold", sans-serif;
}
.badge {
  font-family: "AmikoRegular", sans-serif;
  background-color: #ee4940;
  float: right;
  top: -12px;
  left: 10px;
  position: relative;
}
.popover {
  font-family: "RalewayMedium", sans-serif;
  font-size: 12px;
  margin: -14px 0 0 0;
  width: 175px;
}

/*==========  Cabinet header & footer  ==========*/

.header_cabinet {
  background-color: #7ea9ff;
  height: 100px;
}
.footer_cabinet {
  background-color: #191919;
  bottom: 0;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 26px;
  padding: 50px;
  position: absolute;
  letter-spacing: 0.04em;
  line-height: 26px;
  width: 100%;
}

/*==========  Mob header & footer  ==========*/
.header_white {
  height: 50px;
}
.header_flat {
  height: 80px;
  background-color: #7ea9ff;
}
.logo_flat_top {
  background-image: url("../img/sprite.png");
  background-size: 1250px 1250px;
  display: block;
  float: left;
  height: 35px;
  margin-left: -1px;
  position: relative;
  top: 24px;
  width: 145px;
}
.cancel_top {
  background-image: url("../img/close.svg");
  float: right;
  height: 32px;
  outline: medium none;
  top: 10px;
  width: 33px;
}
.cancel_top_grey {
  background-color: transparent;
  background-image: url("../img/close_grey.svg");
  float: right;
  height: 32px;
  margin-right: 10px;
  outline: medium none;
  position: relative;
  top: 11px;
  width: 34px;
}
.cancel_top:hover {
  border: none !important;
}
.footer_flat {
  background-color: #d6e2ff;
  /*position: absolute;*/
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
}

/*==========  How It Works  ==========*/

.cancel_icon {
  background-image: url("../img/close.svg");
  background-position: -2px -3px;
  background-repeat: no-repeat;
  background-size: 35px auto;
  float: right;
  height: 32px;
  outline: medium none;
  position: relative;
  top: 26px;
  width: 33px;
}
.steps {
  height: 100%;
  padding: 60px 0 0;
  text-align: center;
}
.steps h2 {
  margin: auto;
  max-width: 515px;
  padding-bottom: 40px;
}
.step_msg {
  font-family: "RalewayRegular", sans-serif;
  margin: auto;
  max-width: 265px;
}
.how_arrow {
  background-image: url("../img/arrow.svg");
  background-position: -12px -3px;
  background-size: 50px auto;
  height: 45px;
  left: 15px;
  position: relative;
  top: 85px;
  width: 30px;
}
.next_arrow {
  background-image: url("../img/arrow.svg");
  background-position: -12px -4px;
  background-size: 50px auto;
  height: 45px;
  left: 20px;
  position: relative;
  top: 85px;
  width: 30px;
}
.how_step1 {
  background-image: url("../img/step1.svg");
  background-position: 0px 2px;
  background-repeat: no-repeat;
  background-size: 160px auto;
  height: 145px;
  margin: 35px auto;
  width: 162px;
}
.how_step2 {
  background-image: url("../img/step2.svg");
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 172px auto;
  height: 145px;
  margin: 35px auto;
  width: 165px;
}
.how_step3 {
  background-image: url("../img/step3.svg");
  background-position: -10px 3px;
  background-repeat: no-repeat;
  background-size: 163px auto;
  height: 145px;
  margin: 35px auto;
  width: 176px;
}
.how_step4 {
  background-image: url("../img/step4.svg");
  background-position: 13px 1px;
  background-repeat: no-repeat;
  background-size: 175px auto;
  height: 145px;
  margin: 35px auto;
  width: 190px;
}

/*==========  Log in  ==========*/

.loginform,
.registerform,
.add_card_lookupform,
.add_card_form {
  padding-bottom: 80px;
}
.content_login {
  padding-bottom: 235px;
}
.loginform h2 {
  font-size: 24px;
}
.mp_logo {
  background-image: url("../img/sprite.png");
  background-position: 0 -35px;
  background-size: 1250px 1250px;
  float: left;
  height: 30px;
  top: 45px;
  position: relative;
  width: 152px;
}
.form_center {
  width: 400px;
  margin: auto;
}
.form_center600 {
  margin: auto auto 35px;
  width: 600px;
}
form input {
  color: #464646;
  display: block;
  margin: auto;
  width: 280px;
}
.cardform input,
.cardform select,
.mobile_page input,
.history_page input,
.receive_item input,
.receipt_email_field input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #dddddd;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  transition: none 0s ease 0s;
  width: 100%;
}
.profile_form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #dddddd;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  transition: none 0s ease 0s;
  width: 100%;
  padding: 0;
}
.profile_name_input {
  color: #7ea9ff;
  font-size: 30px;
  font-family: "AmikoBold", sans-serif;
}
.profile_email_input {
  font-family: "AmikoRegular", sans-serif;
  font-size: 14px;
}
.profile_mobile_input,
.new_template_mob_input {
  font-family: "AmikoRegular", sans-serif;
  font-size: 14px;
  margin: 20px auto;
  max-width: 300px;
}
.check_line {
  padding: 25px 0px;
}
input[type="checkbox"] {
  visibility: hidden;
}
.checkbox_square {
  width: 25px;
  position: relative;
}
.checkbox_square label {
  background-color: rgb(250, 246, 246);
  border: 1px solid #dddddd;
  border-radius: 2px;
  cursor: pointer;
  height: 23px !important;
  left: 0;
  position: absolute;
  top: 0px;
  width: 25px !important;
}
.checkbox_square label::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #37b762 #37b762;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 3px 3px;
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 13px;
}
.checkbox_square label::after {
  opacity: 0.1;
}
.checkbox_square input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
}
.loginform label,
.registerform label,
.add_card_lookupform label,
.transfer_lookupform label {
  font-size: 12px;
  margin-left: 62px;
}
.add_card_form label {
  font-size: 12px;
  width: 100%;
}
.loginform input,
.registerform input,
.add_card_lookupform input,
.add_card_form input,
.transfer_lookupform input,
.receipt_form input {
  font-family: "AmikoRegular", sans-serif;
}

.form_button {
  width: 270px;
}
.recover {
  font-size: 12px;
  padding: 30px 0;
}
.recover a {
  text-decoration: underline;
}
.recover_msg {
  font-family: "RalewayRegular", sans-serif;
  font-size: 12px;
  padding: 45px 0;
}
.recover_sms_msg {
  font-family: "RelewayRegular", sans-serif;
  font-size: 14px;
  margin: auto;
  padding: 12px 0;
  width: 390px;
}
.new_user {
  font-size: 12px;
  padding: 30px 0 20px;
}
.login_illustration_left {
  background-image: url("../img/sprite.png");
  background-position: -582px -252px;
  background-size: 1250px 1250px;
  float: left;
  height: 81px;
  margin-top: -71px;
  width: 221px;
}
.login_illustration_right {
  background-image: url("../img/sprite.png");
  background-position: -662px -43px;
  background-size: 1250px 1250px;
  float: right;
  height: 154px;
  margin-top: -153px;
  width: 193px;
}
.error {
  /*color: #ee4940;*/
  color: #c20c0c;
  font-family: "RalewayMedium", sans-serif;
  font-size: 10px;
  left: 735px;
  margin-top: -25px;
  position: absolute;
  width: 300px;
  display: none;
}
.error_rel {
  color: #ee4940;
  display: block;
  font-family: "RalewayMedium", sans-serif;
  font-size: 10px;
  position: relative;
  width: 300px;
  z-index: 99;
  display: none;
}
.reg_pwd_msg {
  color: #888888;
  font-family: "RalewayMedium", sans-serif;
  font-size: 10px;
  left: 735px;
  margin-top: -32px;
  position: absolute;
  width: 300px;
}
.error-recover_phone {
  margin-top: -40px;
}
.error-recover_code {
  margin-top: -33px;
}
.error_card_number,
.error_email_address,
.error_phone_number {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 35px;
  left: 56px;
  padding: 10px;
  text-align: center;
  top: 4px;
  width: 240px;
  z-index: 99;
}
.error_expiry {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 35px;
  left: 17px;
  margin-top: 35px;
  padding: 10px;
  text-align: center;
  width: 150px;
  z-index: 99;
}
.error_cvv {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 35px;
  left: -33px;
  margin-top: 78px;
  padding: 10px;
  text-align: center;
  width: 180px;
  z-index: 99;
}
.error_expiry .triangle_up {
  top: -30px;
}
.error_cvv .triangle_up {
  left: -70px;
  top: -30px;
}

.error_amount {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 50px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 182px;
  width: 195px;
}

.error_a2c_code {
  /*background-color: silver;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 50px;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 175px !important;
  /*width: 200px !important;*/
  margin: 0 auto !important;
  left: 40px !important;
  z-index: 10 !important;
}

.error_cvv_code {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 50px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 182px;
  width: 195px;
}

.login_showpassword {
  color: #4e79cf;
  cursor: pointer;
  float: right;
  font-size: 18px;
  margin-right: 74px;
  position: relative;
  top: 51px;
}
.reg_showpassword {
  color: #4e79cf;
  cursor: pointer;
  float: right;
  font-size: 18px;
  margin-right: 74px;
  position: relative;
  top: 51px;
}
.reg_showpassword_confirm {
  color: #4e79cf;
  cursor: pointer;
  float: right;
  font-size: 18px;
  margin-right: 74px;
  position: relative;
  top: 51px;
}
.eye_grey {
  background-image: url("../img/eye.svg");
  background-position: -3px -10px;
  background-size: 40px auto;
  height: 19px;
  width: 34px;
}
.eye_blue {
  background-image: url("../img/eye_blue.svg");
  background-position: -3px -10px;
  background-size: 40px auto;
  height: 19px;
  width: 34px;
}
.timer {
  font-family: "AmikoRegular", sans-serif;
  font-weight: bold;
}
.circle_success {
  background-image: url("../img/circle_success.svg");
  background-position: -7px -4px;
  background-size: 105px auto;
  height: 92px;
  margin: 45px auto;
  width: 92px;
}
.circle_success_green {
  background-image: url("../img/sprite.png");
  background-position: -292px -2398px;
  background-size: 1250px 1250px;
  height: 92px;
  margin: 45px auto;
  width: 92px;
}
.circle_fail {
  background-image: url("../img/circle_fail.svg");
  background-position: -5px -3px;
  background-size: 100px auto;
  height: 96px;
  margin: 45px auto;
  width: 92px;
}
.modal-content .circle_fail {
  background-image: url("../img/circle_fail.svg");
  background-position: -7px -3px;
  background-size: 103px auto;
  height: 96px;
  margin: 0 auto 30px;
  width: 92px;
}

.security_logo {
  background-image: url("../img/sprite.png");
  background-position: -8px -1017px;
  background-size: 1250px 1250px;
  height: 30px;
  margin: 10px auto;
  width: 265px;
}
.recover_success_msg,
.register_success_msg,
.transfer_fail_msg,
.fail_msg,
.success_msg {
  font-size: 18px;
}
.transfer_fail_desc {
  padding: 10px 0 30px;
}
.recover_success_button,
.register_success_button,
.add_card_success_button,
.add_card_fail_button,
.receive_fail_button,
.receive_success_button {
  margin: 30px 0;
}

.recover_sms_popup h3 {
  font-size: 18px;
}
.modal-header,
.modal-footer {
  border: medium none;
}
.recover_modal_content {
  margin-left: 30px;
}
.modal_msg_text {
  padding: 25px;
}
.modal_footer_text {
  font-size: 14px;
}
.cardfail_popup_icon {
  background-image: url("../img/card_fail.svg");
  background-position: -2px -7px;
  background-size: 103px auto;
  height: 85px;
  margin: 10px auto 25px;
  outline: medium none;
  position: relative;
  width: 100px;
}
.sendmail_popup_icon {
  background-image: url("../img/mail_process.svg");
  background-position: -18px -10px;
  background-size: 140px auto;
  height: 93px;
  margin: 10px auto 25px;
  outline: medium none;
  position: relative;
  width: 108px;
}
.sendmail_popup_success_icon {
  background-image: url("../img/mail_sent.svg");
  background-position: -5px -10px;
  background-size: 96px auto;
  height: 76px;
  margin: 10px auto 25px;
  outline: medium none;
  position: relative;
  width: 90px;
}
.screen_popup_icon {
  background-image: url("../img/display.svg");
  background-position: -10px -12px;
  background-size: 56px auto;
  float: right;
  height: 33px;
  outline: medium none;
  position: relative;
  top: 19px;
  width: 38px;
}
.phone_popup_icon {
  background-image: url("../img/headset.svg");
  background-position: -10px -11px;
  background-size: 56px auto;
  float: right;
  height: 33px;
  outline: medium none;
  position: relative;
  top: 19px;
  width: 38px;
}

/*==========  Cards  ==========*/

.content_page,
.add_card_page,
.profile_page,
.history_page {
  padding-bottom: 455px;
}

.page_title,
.add_title {
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-top: 25px;
  position: relative;
  text-align: center;
}

.cheque_content .line {
  border-bottom: 1px solid #dddddd;
  margin: 20px 0;
}
.cabinet_mp_logo {
  background-image: url("../img/sprite.png");
  background-position: 0 -31px;
  background-size: 1250px 1250px;
  height: 34px;
  width: 155px;
  float: left;
  margin-top: 22px;
  position: relative;
}
.benefits {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  position: relative;
  box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -webkit-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
  -moz-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
}
.benefits h4 {
  font-size: 24px;
}
.benefits p {
  font-family: "RalewayRegular", sans-serif;
  padding: 10px 0;
}
.benefits #register_button {
  margin: 15px 0;
}
.cards_img {
  background-image: url("../img/sprite.png");
  background-position: -677px -342px;
  background-size: 1250px 1250px;
  height: 475px;
  margin: auto;
  width: 550px;
}
.benefits_wallet_icon {
  background-image: url("../img/wallet_small.svg");
  background-position: -3px -1px;
  background-size: 45px auto;
  float: right;
  height: 33px;
  margin-top: 15px;
  width: 40px;
}
.benefits_plane_icon {
  background-image: url("../img/plane.svg");
  background-position: -8px -11px;
  background-size: 55px auto;
  float: right;
  height: 33px;
  margin-top: 15px;
  width: 40px;
}
.benefits_lock_icon {
  background-image: url("../img/lock_small.svg");
  background-position: -2px -3px;
  background-size: 42px auto;
  float: right;
  height: 39px;
  margin-top: 17px;
  width: 40px;
}
.nofloat {
  float: none !important;
}
.text_area_white {
  background-color: #fff;
  border-radius: 10px;
  float: right;
  height: 100%;
  margin-top: 20px;
  padding: 27px 55px;
  position: relative;
  width: 100%;
  box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -webkit-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
  -moz-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
}
.text_area_white h3 {
  font-size: 16px;
  line-height: 25px;
}
.text_area_white_content {
  font-family: "RalewayRegular", sans-serif;
  line-height: 30px;
}
.mp_more_info {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  color: #fe7e00;
}
.text_area_transparent {
  background-color: transparent;
  height: 100%;
  padding: 12px;
  position: relative;
  width: 500px;
}
.text_area_transparent h4 {
  font-size: 18px;
  line-height: 25px;
  max-width: 500px;
}
.text_area_transparent button {
  margin: 30px 0;
  width: 200px;
}
.transfer_illustration {
  background-image: url("../img/sprite.png");
  background-position: -361px -803px;
  background-size: 1250px 1250px;
  float: left;
  height: 196px;
  margin-top: -196px;
  width: 427px;
}
.cabinet_illustration {
  background-image: url("../img/sprite.png");
  background-position: 0 -791px;
  background-size: 1250px 1250px;
  float: right;
  height: 210px;
  margin-top: -258px;
  width: 358px;
}
.cabinet_illustration_flat {
  background-image: url("../img/sprite.png");
  background-position: 0 -790px;
  background-size: 1250px 1250px;
  float: right;
  height: 210px;
  margin-top: -209px;
  width: 358px;
}
.history_illustration {
  background-image: url("../img/history-sprite.png");
  background-position: -10px -454px;
  background-size: 800px 800px;
  float: right;
  height: 205px;
  margin-top: -254px;
  width: 462px;
}
.forward_arrow {
  background-image: url("../img/arrow_small.svg");
  background-position: -4px 0;
  background-size: 18px auto;
  display: inline-block;
  height: 18px;
  left: 5px;
  position: relative;
  top: 4px;
  width: 12px;
}
.positive_luhn {
  font-family: "RalewayMedium", sans-serif;
  font-size: 10px;
  color: #888888;
  height: 10px;
}
.personal_data_discl {
  font-size: 11px;
}
.lookupsms_close_discl {
  color: #fff;
  float: right;
  font-size: 10px;
  margin: 30px 25px 0 0;
  text-align: right;
}
.add_card_lookupform h3,
.transfer_lookupform h3 {
  bottom: 3px;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}
.lookupsms_msg {
  font-family: "RelewayRegular", sans-serif;
  font-size: 16px;
  padding: 25px 0;
  width: 600px;
}
.add_card_sms_repeat,
.transfer_sms_repeat {
  text-decoration: underline;
}
.add_card_sms_repeat:focus,
.transfer_sms_repeat:focus {
  text-decoration: underline;
}
add_card_success_msg {
  font-family: "RelewayRegular", sans-serif;
}
.add_card_success_msg a {
  text-decoration: underline;
}
.add_card_form .dropdown-menu > li > a {
  font-family: "AmikoRegular", sans-serif;
}
.add_card_form .bootstrap-select.btn-group .dropdown-menu {
  margin: -2px 0 0 -10px;
  min-width: 120px;
  width: 120px;
}
.add_card_form .caret {
  color: #464646;
}
.from_block {
  /*background-image: url("../img/card_card_from.svg");*/
  /*background-color: #d6e2ff;*/
  /*background-color: #302f2f;*/
  background-position: -12px -14px;
  background-size: 120% auto;
  border-radius: 10px;
  color: #fff;
  height: 221px;
  margin: auto;
  max-width: 380px;
  padding: 20px;
  width: 100%;
  background-color: #e8e6e6;
  /*
      -webkit-box-shadow: 13px 13px 25px -12px rgba(124,174,236,0.7);
      -moz-box-shadow: 13px 13px 25px -12px rgba(124,174,236,0.7);
      box-shadow: 13px 13px 25px -12px rgba(124,174,236,0.7);
      */
  -webkit-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
}
.from_block label,
.to_card_block label,
.to_email_block label,
.to_phone_block label,
.receive_card_block label {
  padding: 2px 0;
  font-size: 12px;
}
.from_block h3,
.to_card_block h3,
.to_email_block h3,
.to_phone_block h3,
.receive_card_block h3 {
  font-size: 18px;
  margin: 0;
}
.from_block .cardExpirationMonth {
  left: 15px;
  position: absolute;
  top: 26px;
}
.from_block .cardExpirationYear {
  left: -10px;
  position: absolute;
  top: 26px;
}
.from_block .cvv {
  left: 8px;
  position: absolute;
  top: 26px;
  width: 94px;
}
.amount_block {
  /*background-color: rgb(214, 226, 255);*/
  background-color: #e8e6e6;
  border-radius: 7px;
  /*box-shadow: -6.923px -8.549px 18px 0 rgba(255, 255, 255, 0.15), 0 7px 13.44px 2.56px rgba(124, 174, 236, 0.14);*/
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  font-size: 12px;
  height: 150px;
  margin: 30px -25px;
  max-width: 215px;
  padding: 1px 20px;
  z-index: 555;
}
.amount_block h3 {
  font-size: 18px;
}
.amount_block span {
  font-size: 10px;
}
.amount_block label {
  padding-top: 5px;
}
.amount_block input {
  font-size: 18px;
}

.to_card_block {
  /*background-image: url("../img/card_card.svg");*/
  /*background-color: #d6e2ff;*/
  background-color: #302f2f;
  background-position: -12px -14px;
  background-size: 120% auto;
  border-radius: 10px;
  color: #fff;
  height: 221px;
  max-width: 379px;
  padding: 20px;
  width: 100%;
  background-color: #e8e6e6;
  /*
      -webkit-box-shadow: 13px 13px 25px -12px rgba(124,174,236,0.7);
      -moz-box-shadow: 13px 13px 25px -12px rgba(124,174,236,0.7);
      box-shadow: 13px 13px 25px -12px rgba(124,174,236,0.7);
      */
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
}
.to_email_block {
  background-image: url("../img/card_mail.svg");
  background-position: -43px -10px;
  background-size: 114% auto;
  border-radius: 10px;
  color: #fff;
  height: 184px;
  max-width: 379px;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
  -moz-box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
  box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
}
.to_phone_block {
  background-image: url("../img/card_phone.svg");
  background-position: -50px -19px;
  background-size: 116% auto;
  border-radius: 10px;
  color: #fff;
  height: 184px;
  max-width: 379px;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
  -moz-box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
  box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
}
.subheader {
  padding: 5px 0;
}
.send_select_block {
  float: right;
  margin-right: 30px;
  position: relative;
  top: 29px;
}

.minicard {
  background-image: url("../img/card_grey_icon.svg");
  display: inline-block;
  height: 21px;
  width: 29px;
}
.minicard_active {
  background-image: url("../img/card_icon.svg");
  display: inline-block;
  height: 21px;
  position: relative;
  top: 0;
  width: 29px;
}
.phone_select_dropdown,
.mail_select_dropdown,
.card_select_dropdown {
  color: #676767;
}
.phone_select_dropdown:hover,
.mail_select_dropdown:hover,
.card_select_dropdown:hover {
  color: #888888;
}
.miniphone {
  background-image: url("../img/phone_grey_icon.svg");
  background-position: -2px -1px;
  background-size: 23px auto;
  display: inline-block;
  height: 28px;
  width: 19px;
}
.miniphone_active {
  background-image: url("../img/phone_icon.svg");
  background-position: -2px -1px;
  background-size: 23px auto;
  display: inline-block;
  height: 28px;
  width: 19px;
}
.send_select_block .miniphone,
.send_select_block .miniphone_active,
.add_template_block_mob .miniphone,
.add_template_block_mob .miniphone_active {
  margin-left: 5px;
}
.minimail {
  background-image: url("../img/mail_grey_icon.svg");
  background-position: -1px -3px;
  background-size: 27px auto;
  display: inline-block;
  height: 17px;
  position: relative;
  top: -3px;
  width: 26px;
}
.minimail_active {
  background-image: url("../img/mail_icon.svg");
  background-position: -1px -3px;
  background-size: 27px auto;
  display: inline-block;
  height: 17px;
  position: relative;
  top: -3px;
  width: 26px;
}
.send_select_block .minimail,
.send_select_block .minimail_active {
  margin-left: 2px;
}
.card_select_dropdown,
.phone_select_dropdown,
.mail_select_dropdown {
  background-color: transparent;
  border: medium none;
  bottom: 6px;
  box-shadow: none;
  font-size: 16px;
  left: 5px;
  outline: medium none;
  position: relative;
}
.card_select_dropdown {
  top: -6px;
}
.phone_select_dropdown {
  left: 10px;
  top: -8px;
}
.mail_select_dropdown {
  left: 7px;
  top: -6px;
}
.select_card_minicard_active {
  position: relative;
  top: -1px;
}
.select_card_dropdown_button {
  top: -7px;
}

.select_phone_dropdown_button {
  left: 10px;
  top: -12px;
}
.select_mail_dropdown_button {
  left: 7px;
  top: -3px;
}

.select_phone_miniphone_active {
  position: relative;
  top: -4px;
}
.select_mail_minimail_active {
  top: 0px;
}
.card_security_logo {
  /*background-image: url("../img/sprite.png");*/
  /*background-position: -8px -1015px;-*
      /*background-size: 1250px 1250px;*/
  background: url("../img/secure_logos.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
  margin: 15px auto 0;
  width: 288px;
}
.card_security_logo_pay {
  /*background-image: url("../img/sprite.png");*/
  /*background-position: -8px -1015px;-*
      /*background-size: 1250px 1250px;*/
  background: url("../img/secure_logos_pay.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
  margin: 15px auto 0;
  width: 230px;
}
.vlogo {
  background-image: url("../img/sprite.png");
  background-position: -1060px -15px;
  background-size: 1250px 1250px;
  height: 22px;
  position: absolute;
  right: 8px;
  width: 50px;
}
.mlogo {
  background-image: url("../img/MasterCard.svg");
  background-position: -4px -10px;
  background-size: 55px auto;
  height: 36px;
  margin-top: -9px;
  position: absolute;
  right: 6px;
  width: 48px;
}
.numbercard,
.email_address,
.phone_number {
  margin-top: 10px;
}
.to_card_block .positive_luhn,
.from_block .positive_luhn,
.receive_card_block .positive_luhn {
  color: #d6e2ff;
}

.transfer_comment {
  padding: 0 10px;
  position: relative;
  top: -25px;
}
.transfer_comment label {
  font-size: 12px;
}
.transfer_comment .sms_price_note {
  font-family: "RelewayRegular", sans-serif;
  font-size: 10px;
  color: #7ea9ff;
}
.transfer_comment .sms_comment_note {
  font-family: "RelewayRegular", sans-serif;
  font-size: 10px;
}
.summary {
  font-family: "RelewayRegular", sans-serif;
  font-size: 14px;
  line-height: 35px;
  margin: 0;
  padding: 15px 0;
}
.summary .digits {
  text-align: right;
}
.card_sms_comission_amount,
.card_sms_comission,
.email_notify_adress_block {
  display: none;
}
.card_total {
  font-family: "RelewayMedium", sans-serif;
  font-size: 18px;
}
.card_total_comission {
  font-family: "AmikoBold", sans-serif;
  font-size: 24px;
}
.card_comission_currency {
  font-family: "AmikoBold", sans-serif;
  font-size: 14px;
}
.oferta_msg {
  font-family: "RelewayRegular", sans-serif;
  font-size: 10px;
  margin: 10px auto 30px;
  max-width: 270px;
}
.oferta_msg_mob {
  font-family: "RelewayRegular", sans-serif;
  font-size: 10px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.oferta_msg a,
.oferta_msg_mob a {
  text-decoration: underline;
}
.comment {
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(200, 204, 212, 0.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(200, 204, 212, 0.25);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(242, 242, 242);
  border-radius: 2px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  outline: medium none;
  padding: 3px 8px;
  transition: border-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
.notify_phone,
.comment {
  font-family: "AmikoBold", sans-serif;
  resize: none;
  width: 100%;
}
.question_white {
  background-image: url("../img/sprite.png");
  background-position: -985px -21px;
  background-size: 1250px 1250px;
  cursor: pointer;
  height: 17px;
  margin: 6px 0 0 4px;
  position: absolute;
  width: 18px;
}
.question_white_cvv {
  background-image: url("../img/sprite.png");
  background-position: -985px -21px;
  background-size: 1250px 1250px;
  cursor: pointer;
  height: 17px;
  margin: 1px 0 0 4px;
  position: absolute;
  width: 18px;
}
.question_blue_cvv {
  background-image: url("../img/sprite.png");
  background-position: -970px -21px;
  background-size: 1250px 1250px;
  cursor: pointer;
  height: 17px;
  margin: 1px 0 0 4px;
  position: absolute;
  width: 18px;
}
.question_primary {
  background-image: url("../img/sprite.png");
  background-position: -970px -21px;
  background-size: 1250px 1250px;
  cursor: pointer;
  height: 17px;
  margin: 5px 0 0 4px;
  position: absolute;
  width: 18px;
}
.card_transfer_form input {
  font-family: "AmikoRegular", sans-serif;
  margin: unset;
  width: 100%;
  color: #464646;
}
.card_transfer_form .bootstrap-select.btn-group .dropdown-menu {
  border: medium none;
  border-radius: 4px;
  font-family: "AmikoRegular", sans-serif;
  left: 2px;
  margin-top: 2px;
  min-width: 120px;
  width: 120px;
}

.card_transfer_form .dropdown-menu {
  margin: 0 0 0 -3px;
}

.card_transfer_form_logined .bootstrap-select.btn-group .dropdown-menu,
.card_receive_form .bootstrap-select.btn-group .dropdown-menu {
  border: medium none;
  border-radius: 0;
  font-family: "AmikoRegular", sans-serif;
  left: 2px;
  top: 1px;
  width: 322px;
}
.custom_carddata_from .bootstrap-select.btn-group .dropdown-menu {
  border-radius: 4px;
  font-family: "AmikoRegular", sans-serif;
  left: 1px;
  min-width: 120px !important;
  margin-top: 39px;
  width: 120px !important;
}

.card_transfer_form_logined input {
  font-family: "AmikoRegular", sans-serif;
  margin: unset;
  width: 100%;
  color: #464646;
}
.card_transfer_form_logined .dropdown-menu {
  margin: -1px 0 0 -2px;
}
.card_select_dropdown_logined_short_from,
.card_select_dropdown_logined_short_to {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  color: #fff !important;
  height: 38px;
  left: 284px;
  outline: medium none;
  top: 0;
  width: 38px !important;
}
.receive_card_block .card_select_dropdown_logined_short_to {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  height: 38px;
  left: 299px;
  outline: medium none;
  top: 0;
  width: 38px !important;
}
.card_selector_from,
.card_selector_to {
  position: absolute;
  width: 92%;
}
.card_selector_short_from,
.card_selector_short_to {
  position: absolute;
}
.full_width {
  width: 320px;
}
.add_info {
  display: none;
}

.high {
  background-image: url("../img/high.png");
  height: 100px;
  width: 100px;
}
.low {
  background-image: url("../img/high.png");
  height: 100px;
  width: 100px;
}
.to_card_block .check_line,
.to_email_block .check_line,
.to_phone_block .check_line {
  padding: 30px 0 0;
}
.to_phone_block .margin-top50,
.to_email_block .margin-top50 {
  padding: 16px 0 0;
}

.checkbox_msg {
  font-size: 14px;
  width: 290px;
}

.success_left_section {
  background-color: #fff;
  border-radius: 10px;
  margin: 90px 0 0;
  padding: 20px 55px 45px;
  position: relative;
  box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -webkit-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
  -moz-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
}
.transparent {
  background: transparent;
  box-shadow: none;
}
.success_mail_statusicon {
  background-image: url("../img/yellow_up_arrow.svg");
  background-position: -4px -4px;
  background-size: 55px auto;
  float: left;
  height: 49px;
  left: -64px;
  position: absolute;
  width: 50px;
}
.success_card_statusicon {
  background-image: url("../img/green_up_arrow.svg");
  background-position: -3px -3px;
  background-size: 55px auto;
  float: left;
  height: 49px;
  left: -64px;
  position: absolute;
  width: 50px;
}

.success_left_section h4 {
  font-size: 24px;
}
.success_explain_content h4 {
  font-size: 18px;
  max-width: 440px;
}
.success_left_section p {
  font-family: "RalewayRegular", sans-serif;
  letter-spacing: 0.04em;
  line-height: 24px;
}
.charge_days_msg {
  font-size: 12px;
  margin-top: 12px;
}
.charge_days_msg p {
  line-height: 16px;
}
.result_header {
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  line-height: 26px;
}
.success_phone_icon {
  background-image: url("../img/phone_info.svg");
  float: right;
  height: 39px;
  margin-top: 5px;
  width: 37px;
}
.success_card_icon {
  background-image: url("../img/cards_icon.svg");
  background-repeat: no-repeat;
  float: right;
  height: 32px;
  margin-top: 7px;
  width: 40px;
}
.success_wallet_icon {
  background-image: url("../img/wallet_small.svg");
  background-position: -3px -3px;
  background-size: 38px auto;
  float: right;
  height: 25px;
  margin-top: 8px;
  width: 34px;
}
.success_history_icon {
  background-image: url("../img/history_semibold.svg");
  background-position: 0 -4px;
  background-size: 33px auto;
  float: right;
  height: 26px;
  margin-top: 8px;
  width: 34px;
}
.back_button,
.repeat_button,
.receive_again_button {
  margin: 15px 10px;
  width: 210px;
}

.success_right_section {
  background-color: transparent;
  float: right;
  height: 100%;
  margin: 90px 0 0;
  width: 470px;
}
.cheque {
  left: 141px;
  width: 335px;
}
.cheque_headericon {
  background-image: url("../img/sprite.png");
  background-position: -293px -1021px;
  background-size: 1250px 1250px;
  float: right;
  height: 43px;
  width: 370px;
}
.cheque_footericon {
  background-image: url("../img/sprite.png");
  background-position: -312px -1077px;
  background-size: 1250px 1250px;
  height: 22px;
  position: relative;
  width: 335px;
}
.cheque_content {
  background-color: #fff;
  box-shadow: -6.923px 20.451px 21px 0 rgba(255, 255, 255, 0.26),
    0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -webkit-box-shadow: -6.923px 20.451px 21px 0 rgba(255, 255, 255, 0.26),
    0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -moz-box-shadow: -6.923px 20.451px 21px 0 rgba(255, 255, 255, 0.26),
    0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  margin-top: 20px;
  padding: 20px 20px 10px;
  position: relative;
  width: 326px;
}
.cheque_content_align {
  margin-left: -44px;
}
.paid_stamp {
  background-image: url("../img/sprite.png");
  background-position: -133px -1055px;
  background-size: 1250px 1250px;
  height: 105px;
  left: -18px;
  position: relative;
  width: 89px;
}
.cheque_content {
  font-size: 13px;
}
.cheque_content .number_font_bold,
.cheque_content .number_font_regular,
.cheque_content .number_font_semibold {
  font-size: 16px;
}
.cheque_label {
  color: #888888;
}
.cheque_label_comment {
  color: #888888;
  padding-top: 10px;
}
.cheque_label_amount {
  color: #888888;
  font-size: 16px;
}
.cheque_total {
  font-size: 20px !important;
}
.cheque_send_button,
.cheque_print_button,
.cheque_download_button {
  background: transparent none repeat scroll 0 0;
  font-size: 11px;
  height: 52px;
  width: 72px;
}
.cheque_send_button:hover,
.cheque_print_button:hover,
.cheque_download_button:hover {
  opacity: 0.7;
}
.cheque_send_icon {
  background-image: url("../img/cheque_send.svg");
  background-position: -1px -2px;
  background-repeat: no-repeat;
  background-size: 28px auto;
  display: block;
  height: 22px;
  margin: auto;
  width: 30px;
}
.cheque_print_icon {
  background-image: url("../img/cheque_print.svg");
  background-position: -4px -1px;
  background-size: 28px auto;
  display: block;
  height: 22px;
  margin: auto;
  width: 22px;
}
.cheque_download_icon {
  background-image: url("../img/cheque_download.svg");
  background-position: -3px -2px;
  background-size: 28px auto;
  display: block;
  height: 22px;
  margin: auto;
  width: 23px;
}
.transfer_success_illustration {
  background-image: url("../img/sprite.png");
  background-position: -786px -808px;
  background-size: 1250px 1250px;
  float: right;
  height: 208px;
  margin: -208px 320px 0 0;
  width: 397px;
}
.profile_illustration {
  background-image: url("../img/sprite.png");
  background-position: -662px -1023px;
  background-size: 1250px 1250px;
  float: right;
  height: 228px;
  margin: -276px 50px 0;
  width: 284px;
}
.right {
  float: right;
}
.cheque_content .datetime {
  color: #888888;
  font-size: 13px;
}
.custom_number_from,
.custom_carddata_from,
.custom_number_to,
.custom_carddata_to {
  display: none;
}
.profile_phone_icon {
  background-image: url("../img/phone.svg");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: 35px auto;
  height: 40px;
  outline: medium none;
  position: relative;
  top: -9px;
  width: 39px;
}
.profile_mail_icon {
  background-image: url("../img/mail.svg");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: 35px auto;
  height: 40px;
  outline: medium none;
  position: relative;
  top: -9px;
  width: 38px;
}
.profile_section_title {
  font-family: "AmikoSemiBold", sans-serif;
  font-size: 18px;
  padding: 10px 0;
}

.profile_name {
  color: #7ea9ff;
  font-family: "RalewayBold", sans-serif;
  font-size: 30px;
  left: -15px;
  padding: 20px 0 75px;
  position: relative;
}
.profile_phone_section,
.profile_mail_section {
  padding-top: 20px;
}
.question_mail {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-position: -970px -21px;
  background-size: 1250px 1250px;
  border: medium none;
  cursor: pointer;
  height: 16px;
  outline: medium none;
  position: absolute;
  top: 0;
  width: 16px;
}
.edit_mail,
.edit_mail_button,
.edit_pass_button,
.profile_phone {
  background-color: transparent;
  border: medium none;
  color: #676767;
  float: left;
  font-family: "AmikoRegular", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
}
.edit_pass {
  background-color: transparent;
  border: medium none;
  color: #676767;
  float: left;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  margin-top: -2px;
}
.edit_mail_small {
  background-color: transparent;
  border: medium none;
  color: #676767;
  float: left;
  font-family: "RelawaySemiBold", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
}
.repeat_email_confirm {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.profile_page .modal-footer {
  height: 85px;
}
.profile_name_field {
  display: none;
}
.profile_email_field {
  display: none;
  margin-top: -15px;
}
.cancel_small_icon {
  background-image: url("../img/close_grey.svg");
  background-position: -4px -3px;
  background-size: 20px auto;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  position: relative;
  top: 5px;
  width: 15px;
}
.confirm_small_icon {
  background-image: url("../img/approve.svg");
  background-position: -8px -6px;
  background-size: 30px auto;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  position: relative;
  top: 3px;
  width: 15px;
}
.confirm_small_arrow_icon {
  background-image: url("../img/arrow_small.svg");
  background-position: -4px 0;
  background-size: 18px auto;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  position: relative;
  top: 3px;
  width: 15px;
}
.profile_name_current {
  font-family: "RalewayBold", sans-serif;
  font-size: 30px;
  border: none;
  background: transparent;
}
.cancel_profile_button,
.cancel_email_profile_button,
.cancel_pass_profile_button,
.cancel_deletewallet_button,
.cancel_card_add_button,
.cancel_template_button,
.cancel_template_edit_button,
.cancel_send_chque_button {
  background: transparent;
  border: none;
  color: #676767;
  float: left;
  letter-spacing: 0.1em;
  width: 105px;
}
.confirm_profile_button,
.confirm_email_profile_button,
.confirm_pass_profile_button,
.confirm_deletewallet_button,
.confirm_card_add_button,
.confirm_template_button,
.confirm_template_edit_button,
.confirm_send_chque_button {
  background: transparent;
  border: none;
  color: #fe7e00;
  float: right;
  letter-spacing: 0.1em;
  width: 105px;
}
.profile_pass_change h3 {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
}
.profile_pass_change label {
  font-size: 12px;
}
.profile_pass_change {
  display: none;
}
.question_note {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: 381px;
  padding: 15px 5px 5px 8px;
  position: absolute;
  top: 327px;
  width: 290px;
  z-index: 100;
}
.question_note h3 {
  font-family: "GothamProMedium", sans-serif;
  color: #676767;
  font-size: 12px;
  margin-top: 0;
}
.question_note .triangle_up {
  border-color: transparent transparent #dddddd;
  left: 134px;
  position: absolute;
  top: -8px;
}
.question_note_luhn {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -webkit-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -moz-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: -2px;
  padding: 8px 5px 0 10px;
  position: absolute;
  top: 147px;
  width: 305px;
  z-index: 100;
}
.question_note_luhn .triangle_up,
.question_note_luhn_logined .triangle_up,
.question_note_luhn_receive .triangle_up {
  border-color: transparent transparent rgb(255, 255, 255);
  left: 147px;
  position: absolute;
  top: -8px;
}
.question_note_luhn_logined {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -webkit-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -moz-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: -20px;
  padding: 8px 5px 0 10px;
  position: absolute;
  top: 97px;
  width: 305px;
  z-index: 100;
}
.question_note_cvv {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -webkit-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -moz-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: -8px;
  padding: 8px 5px 15px 10px;
  position: absolute;
  top: 26px;
  width: 210px;
  z-index: 100;
}
.question_addcard_note_cvv {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -webkit-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  -moz-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: -10px;
  padding: 8px 5px 15px 10px;
  position: absolute;
  top: 43px;
  width: 210px;
  z-index: 100;
}
.question_primary_note {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: 283px;
  padding: 8px 5px 0 10px;
  position: absolute;
  top: 239px;
  width: 210px;
  z-index: 100;
}
.question_note_cvv .triangle_up,
.question_addcard_note_cvv .triangle_up,
.question_primary_note .triangle_up {
  border-color: transparent transparent rgb(255, 255, 255);
  left: 97px;
  position: absolute;
  top: -8px;
}
.question_cvv_icon {
  background-image: url("../img/cvv.svg");
  background-position: 0 -7px;
  background-size: 125px auto;
  height: 91px;
  margin: auto;
  position: relative;
  top: 3px;
  width: 126px;
}

.edit_profile_confirm_button {
  display: block;
  margin: 55px auto;
}
.mobile_page {
  background-color: #fff;
  margin: 0 auto;
  min-height: 100%;
  min-width: 315px;
  overflow-x: hidden;
  padding: 10px 0 30px;
  position: relative;
}
.change_success_msg {
  color: #37b762;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  padding: 40px 0 10px;
  text-align: center;
  display: none;
}
.change_wait_icon {
  display: none;
  height: 32px;
  margin: 30px auto 10px;
  position: relative;
  width: 120px;
}
.pass_change_success_msg {
  font-family: "RalewayBold", sans-serif;
  font-size: 20px;
}
.profile_overlay {
  background-color: #7ea9ff;
  height: 0;
  left: 0;
  opacity: 0.98;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 100;
}
.storage_card_item,
.storage_card_primary_item,
.storage_card_add_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  color: #fff;
  height: 221px;
  margin: 30px auto;
  max-width: 380px;
  min-width: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.storage_card_add_item {
  cursor: pointer;
}
.storage_card_top {
  background-color: #7ea9ff;
  height: 70px;
  padding: 5px 25px;
}
.storage_card_bottom {
  color: #676767;
  padding: 25px;
}
.storage_card_logo_visa {
  background-image: url("../img/sprite.png");
  background-position: -1061px -15px;
  background-size: 1250px 1250px;
  float: left;
  height: 22px;
  margin-left: -3px;
  position: relative;
  top: 55px;
  width: 50px;
}
.storage_card_logo_master {
  background-image: url("../img/MasterCard.svg");
  background-position: -5px -11px;
  background-size: 55px auto;
  float: left;
  height: 36px;
  margin-left: -6px;
  margin-top: -9px;
  position: relative;
  top: 55px;
  width: 48px;
}

.alias_label {
  font-size: 12px;
  margin-top: 9px;
}
.storage_card_primary {
  cursor: pointer;
  float: right;
  margin-right: 15px;
  position: relative;
  top: 55px;
  width: 130px;
}
.storage_card_alias {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
}
.storage_card_mask {
  font-family: "AmikoRegular", sans-serif;
  font-size: 24px;
  letter-spacing: 0.04em;
}
.storage_card_add_txt {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  color: #7ea9ff;
  cursor: pointer;
  text-align: center;
}
.deletewallet_action_buttons {
  float: none;
  margin: auto;
  max-width: 370px;
  padding: 10px 25px 30px;
}
.sendcheque_action_buttons {
  float: none;
  margin: auto;
  max-width: 370px;
  padding: 40px 30px 0;
}
.modal-body-mpdesc {
  padding: 15px 75px 25px;
}
.wallet_desc_modal_content {
  padding: 40px 0;
}
.modal-body-mpdesc h4 {
  line-height: 25px;
}
.storage_card_add_content {
  border: 1px solid;
  height: 100%;
  width: 100%;
}
.storage_card_plus_icon {
  background-image: url("../img/add.svg");
  background-position: -1px 0;
  background-repeat: no-repeat;
  background-size: 35px auto;
  cursor: pointer;
  height: 37px;
  margin: 80px auto 10px;
  width: 36px;
}
.storage_card_menu_button {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-position: -215px -1191px;
  background-size: 1250px 1250px;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 25px;
  position: relative;
  top: -31px;
  width: 48px;
}
.mpcard_icon {
  background-color: transparent;
  background-image: url("../img/cardselect_icon.svg");
  float: right;
  height: 25px;
  position: relative;
  top: 6px;
  width: 35px;
}
.mplock_icon {
  background-color: transparent;
  background-image: url("../img/lock.svg");
  background-position: -10px -8px;
  background-repeat: no-repeat;
  background-size: 43px auto;
  float: right;
  height: 30px;
  position: relative;
  top: 5px;
  width: 29px;
}
.storage_card_dropdown {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-size: 14px;
  left: 160px;
  padding: 10px;
  position: absolute;
  top: 50px;
  width: 215px;
  z-index: 100;
}
.timeline_dropdown {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-size: 14px;
  left: 220px;
  padding: 10px 10px 10px 3px;
  position: absolute;
  top: 25px;
  width: 215px;
  z-index: 100;
}
.template_dropdown {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-size: 14px;
  left: 161px;
  padding: 10px 10px 10px 3px;
  position: absolute;
  top: 40px;
  width: 215px;
  z-index: 100;
}
.make_primary_button,
.delete_card_button,
.observe_button,
.add_template_button,
.repeat_template_button,
.template_edit_button,
.delete_template_button,
.cancel_new_template_button {
  background-color: transparent;
  border: none;
  padding: 5px 0;
}
.primary_icon {
  background-color: transparent;
  background-image: url("../img/primary.svg");
  background-position: -2px -2px;
  background-size: 25px auto;
  float: left;
  height: 24px;
  margin: 0 10px 0 15px;
  position: relative;
  top: -3px;
  width: 24px;
}
.garbage_icon {
  background-color: transparent;
  background-image: url("../img/del_icon.svg");
  background-position: -1px -1px;
  background-size: 25px auto;
  float: left;
  height: 24px;
  margin: 0 10px 0 15px;
  position: relative;
  top: -3px;
  width: 24px;
}
.template_edit_icon {
  background-color: transparent;
  background-image: url("../img/pencil.svg");
  background-position: 0 -3px;
  float: left;
  height: 24px;
  margin: 0 10px 0 15px;
  position: relative;
  top: -2px;
  width: 24px;
}
.observe_icon {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-position: -471px -565px;
  background-size: 1250px 1250px;
  float: left;
  height: 23px;
  margin: 0 10px 0 15px;
  position: relative;
  top: -2px;
  width: 24px;
}
.grey_plus_icon {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-position: -470px -605px;
  background-size: 1250px 1250px;
  float: left;
  height: 24px;
  margin: 0 10px 0 15px;
  position: relative;
  top: -2px;
  width: 24px;
}
.repeat_icon {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-position: -471px -584px;
  background-size: 1250px 1250px;
  float: left;
  height: 24px;
  margin: 0 10px 0 15px;
  position: relative;
  top: -2px;
  width: 24px;
}
.card_storage_add_card_form {
  display: none;
}
.card_add_action_buttons {
  margin: 5px 0 30px;
}
.history_cards_img {
  background-image: url("../img/history-sprite.png");
  background-position: -14px 0;
  background-size: 800px 780px;
  height: 450px;
  margin: auto;
  width: 550px;
}
.history_check_icon {
  background-image: url("../img/list.svg");
  background-position: 3px 2px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  float: right;
  height: 37px;
  margin: 9px 0 0;
  width: 37px;
}
.history_check_state_icon {
  background-image: url("../img/search_card.svg");
  background-position: -4px -6px;
  background-repeat: no-repeat;
  background-size: 43px auto;
  float: right;
  height: 30px;
  margin: 9px -3px 0 0;
  width: 38px;
}
.history_repeat_icon {
  background-image: url("../img/plane_repeat.svg");
  background-position: -1px -3px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  float: right;
  height: 35px;
  margin: 9px -3px 0 0;
  width: 40px;
}
.history_receipt_icon {
  background-image: url("../img/history_bold.svg");
  background-position: 0 -3px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  float: right;
  height: 26px;
  margin: 9px 0 0;
  width: 34px;
}
.header_action_buttons {
  left: 180px;
  top: -6px;
  width: 700px;
}
.history_breadcumb {
  margin: 20px 0 39px;
}
.receive_top_button {
  margin-left: -35px;
  position: relative;
  width: 210px;
}
.send_top_button {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  float: left;
  margin-left: 4px;
  width: 236px;
}
.send_group {
  margin: 0 0 0 40px;
}
.history_timeline {
  float: left;
  padding: 5px 0 25px;
  width: 500px;
}
.history_template {
  float: right;
  padding: 5px 0 25px;
  width: 490px;
}
.template_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  color: #fff;
  height: 160px;
  margin: 0 auto 30px;
  max-width: 380px;
  min-width: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.add_template_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  color: #fff;
  height: 242px;
  margin: 0 auto 30px;
  max-width: 380px;
  min-width: 280px;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
.add_template_item input {
  font-family: "AmikoRegular", sans-serif;
}
.add_template_item label {
  color: #676767;
  font-size: 12px;
  padding: 0;
}
.template_item_top {
  background-color: #7ea9ff;
  height: 50px;
  padding: 13px 25px 0;
}
.template_item_bottom {
  color: #676767;
  padding: 15px 25px;
}
.template_header {
  height: 60px;
}
.timeline_label {
  float: left;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
  margin-left: 5px;
}
.template_label {
  float: left;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
  margin-left: 20px;
}
.timeline_header {
  height: 50px;
  max-width: 420px;
  min-width: 340px;
}
.template_add_button {
  color: #fe7e00;
  cursor: pointer;
  float: right;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  margin-right: 42px;
}
.template_add_button_mob {
  color: #fe7e00;
  cursor: pointer;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  padding: 5px 0;
  width: 225px;
}
.template_add_button_plus {
  font-size: 18px;
}
.template_alias {
  font-family: "RalewayBold", sans-serif;
  font-size: 18px;
}
.destination_label {
  font-family: "RalewayMedium", sans-serif;
  font-size: 13px;
}
.destination {
  font-family: "AmikoRegular", sans-serif;
  font-size: 16px;
}
.template_menu_button {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-position: -215px -1191px;
  background-size: 1250px 1250px;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 25px;
  position: relative;
  top: -22px;
  width: 48px;
}
.template_send_button {
  color: #fe7e00;
  cursor: pointer;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
  width: 120px;
}
.load_more {
  cursor: pointer;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  margin-top: 25px;
}
.load_more_template {
  cursor: pointer;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  margin-top: 6px;
}
.timeline_item_date {
  font-family: "RalewayBold", sans-serif;
  font-size: 16px;
  margin: 10px 0;
}
.timeline_date_number {
  font-size: 13px;
  margin-left: 15px;
}
.timeline_item_time {
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  margin: 5px 0;
}
.timeline_item {
  margin: 10px auto;
  max-width: 460px;
  min-width: 280px;
  position: relative;
  width: 100%;
}
.timeline_item_body {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  cursor: pointer;
  height: 165px;
  overflow: hidden;
}
.timeline_item_top {
  padding: 0 35px;
  position: relative;
  top: 12px;
}
.timeline_item_bottom {
  padding: 10px;
}
.timeline_amount {
  font-family: "AmikoBold", sans-serif;
  font-size: 22px;
}
.timeline_currency {
  font-family: "RalewayMedium", sans-serif;
  font-size: 14px;
}
.timeline_from_label,
.timeline_to_label {
  font-family: "RalewayMedium", sans-serif;
  font-size: 13px;
}
.timeline_from,
.timeline_to {
  font-family: "AmikoRegular", sans-serif;
  font-size: 16px;
}
.send_process_icon {
  background-image: url("../img/yellow_up_arrow.svg");
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 42px auto;
  height: 38px;
  margin: 6px -18px 0;
  position: absolute;
  width: 39px;
}
.receive_process_icon {
  background-image: url("../img/yellow_down_arrow.svg");
  background-position: -1px -2px;
  background-repeat: no-repeat;
  background-size: 39px auto;
  height: 38px;
  margin: 6px -18px 0;
  position: absolute;
  width: 39px;
}
.send_success_icon {
  background-image: url("../img/green_up_arrow.svg");
  background-position: -5px -4px;
  background-repeat: no-repeat;
  background-size: 45px auto;
  height: 38px;
  margin: 6px -18px 0;
  position: absolute;
  width: 39px;
}
.receive_success_icon {
  background-image: url("../img/green_down_arrow.svg");
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: 36px auto;
  height: 38px;
  margin: 6px -18px 0;
  position: absolute;
  width: 39px;
}
.fail_icon {
  background-image: url("../img/failsign.svg");
  background-position: -1px -2px;
  background-repeat: no-repeat;
  background-size: 39px auto;
  height: 38px;
  margin: 6px -18px 0;
  position: absolute;
  width: 39px;
}
.load_more_arrow {
  background-image: url("../img/arrow_grey.svg");
  background-position: -5px -2px;
  background-size: 21px auto;
  height: 18px;
  margin: 2px 0 0 10px;
  position: absolute;
  transform: rotate(90deg);
  width: 13px;
}
.plus_icon {
  background-image: url("../img/plus.svg");
  background-position: -6px -6px;
  background-size: 27px auto;
  height: 17px;
  margin: 3px 3px 0;
  position: absolute;
  width: 18px;
}
.plane_icon {
  background-image: url("../img/plane.svg");
  background-position: -7px -10px;
  background-size: 38px auto;
  height: 20px;
  margin: 1px 9px 0;
  position: absolute;
  width: 26px;
}
.timeline_menu_button {
  background-image: url("../img/history-sprite.png");
  background-position: -581px -213px;
  background-size: 800px 800px;
  float: right;
  height: 20px;
  margin: -25px -6px 0 0;
  width: 40px;
}
.add_template_block {
  float: right;
  position: relative;
}
.add_template_dropdown_menu {
  border: medium none;
  font-size: 16px;
  left: -85px;
  line-height: 38px;
  outline: medium none;
  padding: 13px 5px 5px 25px;
  top: -18px;
  width: 250px;
}
.add_template_dropdown_button {
  top: 0px;
}
.add_template_dropdown_menu .caret {
  color: #fe7e00;
}
.add_template_block .miniphone,
.add_template_block .miniphone_active {
  margin-left: 5px;
}
.add_template_block .minimail,
.add_template_block .minimail_active {
  margin-left: 2px;
}
.timeline_mob_button,
.template_mob_button {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 16px;
  height: 30px;
  width: 125px;
}

.template_mob_button_active,
.timeline_mob_button_active {
  font-family: "RalewayBold", sans-serif;
  color: #fe7e00;
}
.active_line_left {
  border: 1px solid;
  color: #fe7e00;
  float: left;
  margin-left: 23px;
  min-width: 135px;
  top: 10px;
  width: 40%;
}
.active_line_right {
  border: 1px solid;
  color: #fe7e00;
  float: right;
  margin-right: 25px;
  min-width: 135px;
  top: 10px;
  width: 40%;
}
.line_inactive {
  border-bottom: 1px solid #dddddd;
  margin: 10px 0;
}
.history_modal {
  max-width: 850px;
  min-width: 295px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.history_modal_content {
  padding: 15px;
}
.history_modal .modal-body {
  padding: 15px;
}
.modal_tran_id {
  font-family: "AmikoBold", sans-serif;
  font-size: 16px;
  position: relative;
}
.modal_tran_condition {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  position: relative;
  top: 10px;
}
.modal_tran_status {
  font-size: 14px;
  position: relative;
  top: 20px;
}
.red {
  color: #ee4940;
}
.green {
  color: #37b762;
}
.yellow {
  color: #fed750;
}

.modal_tran_datetime {
  float: right;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  position: relative;
  top: 33px;
}
.modal_cancel_top_grey {
  background-color: transparent;
  background-image: url("../img/close_grey.svg");
  float: right;
  height: 32px;
  left: -8px;
  outline: medium none;
  position: relative;
  top: -7px;
  width: 32px;
}
.label_from,
.label_to,
.label_modal_message,
.label_amount,
.label_comission,
.label_sms_comission {
  color: #888888;
  font-size: 13px;
  margin: 0 0 5px;
}
.label_modal_message {
  margin: 20px 0 0;
}
.modal_from,
.modal_to,
.modal_message,
.modal_amount,
.modal_comission,
.modal_sms_comission {
  font-family: "AmikoRegular", sans-serif;
  font-size: 16px;
}
.label_total {
  color: #888888;
  margin: 20px 0 5px;
}
.modal_total {
  font-family: "AmikoBold", sans-serif;
  font-size: 24px;
}
.modal_add_template_button {
  display: block;
  float: left;
  width: 182px;
}
.modal_repeat_button {
  display: block;
  float: right;
  margin-right: 20px;
  width: 182px;
}
.modal_status_icon_position {
  left: -15px;
}
.modal_cheque_buttons {
  margin: auto;
  left: -10px;
  position: relative;
  width: 300px;
}
.new_template_action_buttons {
  margin-top: 25px;
}
.new_phone_template,
.new_mail_template,
.new_card_template {
  display: none;
}
.cancel_new_template_button {
  display: block;
  margin: auto;
  padding-right: 30px;
}
.new_template_confirm_button_mob {
  display: block;
  margin: 55px auto 25px;
}

.add_template_block_mob {
  margin: 30px auto 0;
  width: 215px;
}
.add_template_dropdown_menu_mob {
  border: medium none;
  float: none;
  font-size: 16px;
  left: unset;
  line-height: 38px;
  margin: 0 0 0 -17px;
  outline: medium none;
  padding: 13px 5px 5px 17px;
  position: absolute;
  top: 126px;
  width: 250px;
}
.mail_new_template_section,
.phone_new_template_section {
  display: none;
}
.edit_fields1,
.edit_fields2,
.edit_fields3,
.edit_fields4,
.edit_fields5 {
  display: none;
}

.template_edit_name {
  background-color: #7ea9ff;
}
.template_edit_name::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.template_edit_height {
  height: 235px;
}
.template_edit_top {
  height: 93px;
}
.template_item label {
  padding: 0px;
}
.template_edit_name {
  color: #fff;
}
.template_edit_action_buttons {
  margin: 0px;
}
.template_item input {
  font-family: "AmikoRegular", sans-serif;
}
.hide {
  display: none;
}
.show {
  display: block;
}

.receive_page {
  padding-bottom: 370px;
}
.receive_card_block {
  /*background-image: url("../img/card_card.svg");*/
  background-color: #7ea9ff;
  background-position: -12px -14px;
  background-size: 120% auto;
  border-radius: 10px;
  box-shadow: 13px 13px 25px -12px rgba(124, 174, 236, 0.7);
  color: #fff;
  height: 221px;
  max-width: 379px;
  padding: 20px;
  width: 100%;
}
.receive_card_width {
  left: 70px;
  position: relative;
  width: 350px;
}
.receive_card_width_mob {
  margin: auto;
  position: relative;
  width: 350px;
}
.receive_item {
  margin: 12px auto;
  max-width: 450px;
  min-width: 280px;
  position: relative;
  width: 100%;
}
.receive_item_body {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  cursor: pointer;
  height: 165px;
  overflow: hidden;
}
.receive_item_content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  cursor: pointer;
  height: 120px;
  overflow: hidden;
}
.receive_item_top {
  height: 38px;
  padding: 0 35px;
  position: relative;
  top: 12px;
}
.receive_item_bottom {
  padding: 0 35px;
}
.receive_col_labels {
  margin: 5px 0 20px;
}
.take_another_transfer {
  display: block;
  margin: 5px auto 20px;
}

.receive_next_arrow {
  background-image: url("../img/arrow.svg");
  background-position: -12px -3px;
  background-size: 50px auto;
  height: 45px;
  left: 42px;
  position: relative;
  top: 109px;
  width: 30px;
}
.receive_next_arrow_mob {
  background-image: url("../img/arrow.svg");
  background-position: -12px -3px;
  background-size: 50px auto;
  height: 45px;
  margin: 10px auto;
  position: relative;
  transform: rotate(90deg);
  width: 30px;
}
.receive_confirm_button {
  height: 46px;
  max-width: 475px;
  position: relative;
  top: 25px;
}
.receive_confirm_button_mob {
  height: 70px;
  margin: 15px auto 80px;
  max-width: 475px;
  width: 300px;
}
.receive_item_body_bynumber,
.receive_item_body {
  font-family: "AmikoRegular", sans-serif;
}

.receive_col_labels {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 42px;
}
.receive_item_top label {
  font-size: 12px;
}
.question_receive_button {
  float: right;
  position: relative;
  right: 15px;
  top: -17px;
}
.question_receive_txt .triangle_up {
  left: 201px;
  position: absolute;
  top: -8px;
}
.question_receive_txt_logined .triangle_up {
  left: 201px;
  position: absolute;
  top: -8px;
}
.question_receive_txt {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: 164px;
  padding: 8px 5px 0 10px;
  position: absolute;
  top: 30px;
  width: 245px;
  z-index: 100;
}
.question_receive_txt_logined {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: 199px;
  padding: 8px 5px 0 10px;
  position: absolute;
  top: 52px;
  width: 245px;
  z-index: 100;
}
.receive_item_header {
  position: relative;
  top: 10px;
}
.question_note_luhn_receive {
  background-color: rgb(255, 255, 255);
  border-color: rgb(242, 242, 242);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.25);
  color: #888888;
  display: none;
  font-family: "GothamProRegular", sans-serif;
  font-size: 12px;
  left: -20px;
  padding: 8px 5px 0 10px;
  position: absolute;
  top: 6px;
  width: 305px;
  z-index: 100;
}
.receive_card_block input {
  color: #464646;
  font-family: "AmikoRegular", sans-serif;
  margin: unset;
  width: 100%;
}
.blue_dot {
  color: #7aa6fd;
  visibility: hidden;
}
.question_receive_small {
  color: #888888;
  display: none;
  font-size: 12px;
  margin: auto;
  padding-left: 15px;
  top: 10px;
  width: 250px;
}
.emphasis_blue {
  background-image: url("../img/history-sprite.png");
  background-position: -588px -475px;
  background-size: 800px 800px;
  cursor: pointer;
  height: 20px;
  margin: -4px 0 0;
  position: absolute;
  width: 21px;
}
.emphasis_blue_mob {
  background-image: url("../img/history-sprite.png");
  background-position: -588px -475px;
  background-size: 800px 800px;
  height: 20px;
  left: -28px;
  position: absolute;
  top: 2px;
  width: 21px;
}
.receive_illustration_left {
  background-image: url("../img/history-sprite.png");
  background-position: -622px -2px;
  background-size: 800px 800px;
  height: 200px;
  margin-top: -198px;
  width: 184px;
}
.receive_illustration_right {
  background-image: url("../img/history-sprite.png");
  background-position: -471px -537px;
  background-size: 800px 800px;
  float: right;
  height: 229px;
  margin-right: 30px;
  margin-top: -229px;
  width: 329px;
}
.receive_success_msg {
  margin: auto;
  max-width: 400px;
}

.income_date {
  color: #888888;
  float: left;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  line-height: 42px;
  letter-spacing: 0.04em;
}
.income_time {
  color: #888888;
  float: right;
  font-family: "AmikoRegular", sans-serif;
  font-size: 13px;
  line-height: 42px;
  letter-spacing: 0.04em;
}
.income_amount {
  font-family: "AmikoBold", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.04em;
}
.text_area_limits {
  background-color: transparent;
  height: 100%;
  padding: 12px;
  position: relative;
  width: 100%;
}
.lim_number {
  font-family: "AmikoRegular", sans-serif;
  font-weight: bold;
}
.limits_content {
  font-family: "RalewayRegular", sans-serif;
  font-size: 18px;
  line-height: 27px;
}
.limits_content .row {
  margin-top: 25px;
}
.feedback_button {
  display: block;
  margin: auto;
  position: relative;
  top: 35px;
}
.feedback_page {
  padding-bottom: 310px;
}
.feedbackform {
  height: 550px;
}
.feedbackform_complete {
  height: 500px;
}
.feedbackform input,
.feedbackform .comment {
  width: 100%;
}
.feedbackform .comment {
  padding: 15px 12px;
}
.feedbackform_complete h3 {
  font-family: "RalewayBold", sans-serif;
  font-size: 24px;
}
.feedbackform label {
  font-size: 12px;
}
.feedback_success_msg {
  font-family: "RalewayRegular", sans-serif;
  font-size: 18px;
}
.feedback_illustration_left {
  background-image: url("../img/addon-sprite.png");
  background-position: -410px -11px;
  background-size: 840px 480px;
  height: 146px;
  margin-top: -144px;
  width: 145px;
}
.feedback_illustration_right {
  background-image: url("../img/addon-sprite.png");
  background-position: -2px -483px;
  background-size: 840px 480px;
  float: right;
  height: 229px;
  margin-top: -227px;
  width: 395px;
}
.footer_cabinet .feedback_illustration_left {
  margin-top: -194px;
}
.footer_cabinet .feedback_illustration_right {
  margin-top: -277px;
}
.limits_illustration_left {
  background-image: url("../img/addon-sprite.png");
  background-position: -357px -232px;
  background-size: 840px 480px;
  height: 183px;
  margin-top: -231px;
  width: 231px;
}
.limits_illustration_right {
  background-image: url("../img/addon-sprite.png");
  background-position: -39px -719px;
  background-size: 840px 480px;
  float: right;
  height: 196px;
  margin-top: -244px;
  width: 310px;
}
.faq_area {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  margin: 40px auto 0px;
  padding: 0 40px 10px;
  position: relative;
  min-width: 320px;
  width: 90%;
  font-family: "RalewayRegular", sans-serif;
  font-size: 18px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  -webkit-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  -moz-box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
}
.faq_header {
  display: block;
}
.faq_content1,
.faq_content2,
.faq_content3,
.faq_content4,
.faq_content5,
.faq_content6,
.faq_content7,
.faq_content8,
.faq_content9,
.faq_content10,
.faq_content11,
.faq_content12,
.faq_content13 {
  display: none;
  margin-top: 0px;
  margin-bottom: 30px;
}

.faq_area button {
  font-family: "RalewayBold", sans-serif;
  font-size: 18px;
  height: 50px;
  padding: 10px 0 0;
  text-align: left;
  width: 100%;
}
.faq_area .caret {
  color: #464646;
  float: right;
  margin-top: -20px;
}
.faq_help {
  margin: 50px 0 30px;
}
.faq_noanswer,
.faq_help_center {
  font-size: 12px;
  margin: 20px 0;
}
.faq_phonenum {
  font-family: "AmikoBold", sans-serif;
  font-size: 18px;
}
.wraper_error {
  background-color: #d6e2ff;
  margin: 0 auto;
  min-height: 100%;
  min-width: 360px;
  overflow: hidden;
  position: relative;
}
.error_content {
  background-color: #f8f8f8;
  height: 492px;
  padding-top: 102px;
  width: 100%;
}
.error404 {
  background-image: url("../img/error.png");
  background-position: 11px -12px;
  background-size: 724px 567px;
  height: 270px;
  margin: 100px auto;
  width: 675px;
}
.error503 {
  background-image: url("../img/error.png");
  background-position: -5px -289px;
  background-size: 724px 567px;
  height: 270px;
  margin: 100px auto;
  width: 700px;
}
.receive_logout_success {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  margin: 5px auto 20px;
  padding: 20px;
  position: relative;
  box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -webkit-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
  -moz-box-shadow: -6.923px -8.249px 21px 0px rgba(255, 255, 255, 0.26),
    0px 7px 29.4px, 5.6px rgba(124, 174, 236, 0.09);
}
.receive_logout_success h2 {
  font-size: 24px;
}
.receive_logout_success h4 {
  font-size: 18px;
}
.receive_logout_success p {
  font-family: "RalewayRegular", sans-serif;
  letter-spacing: 0.04em;
  line-height: 24px;
}
.receive_msg {
  margin: 90px 0 50px;
}
.receive_msg .circle_success {
  margin: 5px auto;
}
.card_receive_form_logined .bootstrap-select.btn-group .dropdown-menu {
  border: medium none;
  border-radius: 0;
  font-family: "AmikoRegular", sans-serif;
  left: 0px;
  top: -2px;
  width: 339px;
}
.download_feature_icon {
  background-image: url("../img/sprite.png");
  background-position: -497px -623px;
  background-size: 1250px 1250px;
  float: right;
  height: 25px;
  margin-top: 8px;
  width: 34px;
}
.download_feature_icon {
  background-image: url("../img/download1.svg");
  background-position: 1px -2px;
  background-repeat: no-repeat;
  background-size: 29px auto;
  float: right;
  height: 28px;
}
.receive_state_msg h4 {
  font-family: "RalewayBold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
}
.receive_state_msg .receive_success_msg {
  font-family: "RalewayRegular", sans-serif;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.04em;
}
.active_payment {
  background-image: url("../img/check.svg");
  cursor: pointer;
  height: 38px;
  left: -15px;
  position: absolute;
  top: 5px;
  width: 38px;
}
.load_more_payments {
  cursor: pointer;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 14px;
  margin: 20px auto 30px;
  width: 170px;
}
.receive_by_number {
  display: none;
}
.receive_item_body_bynumber {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(200, 204, 212, 0.5);
  cursor: pointer;
  height: 70px;
  overflow: hidden;
}
.receive_code_icon {
  background-image: url("../img/download.svg");
  background-position: -2px -5px;
  background-size: 30px auto;
  cursor: pointer;
  height: 22px;
  margin-left: 9px;
  position: absolute;
  width: 28px;
}
.receive_item_header_label {
  display: block;
  color: #fe7e00;
  letter-spacing: 0.04em;
}
.receive_item_unloged_header_label {
  color: #676767;
  display: block;
  letter-spacing: 0.04em;
}
.text503 {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin: 20px auto 0;
  max-width: 720px;
  text-align: center;
}
.text404 {
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin: 46px auto 0;
  max-width: 720px;
  text-align: center;
}
.button404 {
  display: block;
  margin: 100px auto;
  width: 270px;
}

.shadow {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.add_card_form {
  z-index: 20;
  box-shadow: -6.923px -8.249px 21px -5px rgba(0, 0, 0, 0.26),
    0px 7px 29.4px 5.6px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: -6.923px -8.249px 21px -5px rgba(0, 0, 0, 0.26),
    0px 7px 29.4px, 5.6px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -6.923px -8.249px 21px -5px rgba(0, 0, 0, 0.26),
    0px 7px 29.4px, 5.6px rgba(0, 0, 0, 0.09);
}
.custom_modal,
.custom_modal:hover {
  z-index: 20 !important;
  box-shadow: -6.923px -8.249px 21px -5px rgba(0, 0, 0, 0.26),
    0px 7px 29.4px 5.6px rgba(0, 0, 0, 0.09) !important;
  -webkit-box-shadow: -6.923px -8.249px 21px -5px rgba(0, 0, 0, 0.26),
    0px 7px 29.4px, 5.6px rgba(0, 0, 0, 0.09) !important;
  -moz-box-shadow: -6.923px -8.249px 21px -5px rgba(0, 0, 0, 0.26),
    0px 7px 29.4px, 5.6px rgba(0, 0, 0, 0.09) !important;
}
.send_receipt_popup h4 {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin: 10px auto 50px;
}
.receipt_form {
  padding: 0 60px 40px;
}
.receipt_form_mobile {
  padding: 0;
}
.receipt_form label {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.mobile_page h4 {
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 25px 0;
}

.payment_details {
  background-color: #e8e6e6;
  border-radius: 10px;
  /*box-shadow: -6.923px -8.249px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);*/
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  -webkit-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  font-size: 14px;
  margin: 0 auto;
  max-width: 500px;
  padding: 15px 30px;
  position: relative;
  margin-top: 30px;
}

.payment_details_invoice {
  background-color: #fff;
  border-radius: 10px;
  /*box-shadow: -6.923px -8.249px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);*/
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  -webkit-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  font-size: 14px;
  margin: 0 auto;
  max-width: 500px;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 30px;
}

.payment_details_installment {
  background-color: #fff;
  /*border-radius: 10px;*/
  box-shadow: -6.923px 20.451px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -webkit-box-shadow: -6.923px 20.451px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  -moz-box-shadow: -6.923px 20.451px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);
  font-size: 14px;
  margin: 0 auto;
  /*max-width: 700px;*/
  min-width: 340px;
  padding: 20px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
}

.payment_details_installment tbody tr,
.payment_details_invoice tbody tr {
  border-top: 1px solid #eee;
}

.payment_details_invoice td,
.payment_details_invoice th,
.amount_details_invoice td,
.amount_details_invoice th {
  min-width: initial;
  padding: 5px;
  vertical-align: top;
}

.payment_details_installment td,
.payment_details_installment th {
  min-width: initial;
  padding: 5px;
  vertical-align: middle;
}

.payment_details_installment .custom-th {
  font-size: 13px;
  color: #888888;
  font-weight: 500;
}

.installment_type_title {
  font-family: "RalewayBold", sans-serif;
  font-size: 18px;
}

.invoice_details td,
.invoice_details th,
.invoice_details td,
.invoice_details th {
  min-width: initial;
  padding-right: 5px;
  vertical-align: top;
}

.amount_details_invoice {
  background-color: #fff;
  border-radius: 10px;
  /*box-shadow: -6.923px -8.249px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);*/
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  -webkit-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  font-size: 14px;
  margin: 0 auto;
  max-width: 500px;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 30px;
}

.token_details {
  background-color: #e8e6e6;
  /*background-color: #302f2f;*/
  border-radius: 10px;
  /*box-shadow: -6.923px -8.249px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);*/
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  -webkit-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  font-size: 14px;
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 15px 30px;
  position: relative;
}

.code_details {
  /*background-color: #fff;*/
  background-color: #302f2f;
  border-radius: 10px;
  /*box-shadow: -6.923px -8.249px 21px 0 rgba(255, 255, 255, 0.26), 0 7px 29.4px 5.6px rgba(124, 174, 236, 0.09);*/
  box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0), 5px 7px 20px 3px #0003;
  -webkit-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  -moz-box-shadow: 2px 5px 15px 4px rgba(255, 255, 255, 0),
    5px 7px 20px 3px #0003;
  font-size: 14px;
  margin: 0 auto 30px;
  max-width: 300px;
  padding: 15px 30px;
  position: relative;
}

td,
th {
  min-width: 145px;
  padding: 5px 0;
  vertical-align: top;
}
.msg {
  font-family: "AmikoRegular", sans-serif;
}
.amount {
  font-family: "AmikoRegular", sans-serif;
  font-weight: bold;
}
.payment_page {
  padding-bottom: 100px;
}
#p2p-button {
  width: 100%;
  background-color: #0ec220;
  color: #ffffff;
}
#result-area {
  height: 100%;
  position: relative;
}
.success {
  color: green;
  display: block;
  font-family: "RalewayMedium", sans-serif;
  font-size: 10px;
  position: relative;
  width: 300px;
  z-index: 99;
  font-weight: bold;
}

.bootstrap-maxlength-paylink {
  font-family: "AmikoRegular", sans-serif;
  font-size: 10px;
  background-color: #d6e2ff;
  color: #464646;
}

.token_alias,
.code_alias {
  padding-bottom: 20px;
}
.token_alias label,
.code_alias label {
  font-size: 12px;
}

.error_expiry {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 35px;
  left: 17px;
  margin-top: 35px;
  padding: 10px;
  text-align: center;
  width: 150px;
  z-index: 99;
}
.error_cvv {
  /*background-color: #fff;*/
  background-color: #ffc107;
  border-radius: 2px;
  height: 35px;
  left: -33px;
  margin-top: 78px;
  padding: 10px;
  text-align: center;
  width: 180px;
  z-index: 99;
}
.error_expiry .triangle_up {
  top: -30px;
}
.error_cvv .triangle_up {
  left: -70px;
  top: -30px;
}

#footer,
#header {
  display: none;
}

#header_text,
#footer_text {
  font-family: "Arial";
  color: #4d4c4c;
}

.card_label {
  /*color: #9c9898;*/
  color: #000;
}

#from,
#amount_title,
#credit_card_label {
  visibility: hidden;
}

#pay-button,
#token-button,
#p2p-lookup-button,
#code-button {
  background-color: #0ec220;
}

#c2a-form .amount_block,
#a2c-form .amount_block {
  margin: 0 auto;
  margin-top: 25px;
}

#c2a-form .transfer_comment,
#a2c-form .transfer_comment {
  width: 320px;
}

#c2a-form .summary,
#a2c-form .summary {
  margin-top: 25px;
  width: 300px;
}

#c2a-form .amount_block,
#a2c-form .amount_block {
  position: relative;
  height: 148px;
  left: 0px;
  top: 0px;
}

#transfer-type .bootstrap-select.btn-group .dropdown-menu {
  border: medium none;
  border-radius: 4px;
  font-family: "AmikoRegular", sans-serif;
  left: 2px;
  margin-top: 2px;
  /*min-width: none;*/
  width: 100%;
}

#transfer-type-block .btn {
  background: none;
  border: none;
  font-size: 16px;
}

#transfer-type-block .bootstrap-select .dropdown-menu {
  border: medium none;
  border-radius: 4px;
  font-family: "AmikoRegular", sans-serif;
  left: 2px;
  margin-top: 2px;
  min-width: 120px;
  width: 100%;
}

#p2p-receive-button {
  width: 100%;
  background-color: #0ec220;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  #code-error-msg,
  #cvv-code-err-msg {
    left: 38px;
    margin: auto;
    top: 122px;
    width: 170px;
  }
}

@media only screen and (max-width: 991px) {
  #code-error-msg,
  #cvv-code-err-msg {
    left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  #code-error-msg,
  #cvv-code-err-msg {
    left: 60px !important;
  }
}

@media only screen and (max-width: 480px) {
  #code-error-msg,
  #cvv-code-err-msg {
    left: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  #code-error-msg,
  #cvv-code-err-msg {
    top: 80px !important;
    left: 20px !important;
  }
  .error_a2c_code {
    width: 220px !important;
  }

  .error_a2c_code .triangle_up {
    left: 100px;
  }
}

#code-error-msg,
#cvv-code-err-msg {
  top: 60px;
  left: 60px;
  z-index: 10;
  background: silver;
  height: 100%;
}

#receive-code-err-msg-arrow {
  border-color: transparent transparent silver;
}

#cvv-code-err-msg-arrow {
  border-color: transparent transparent silver;
}

#code_label {
  color: white;
}
