body {
  padding: 0;
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

body p {
  margin-bottom: 0;
}

/** LOGIN PAGE **/

.login-page {
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
  /*background-position: 100% 100%;*/
  background-repeat: no-repeat;
  height: 100vh !important;
}
.register-page .left-wrapper img,
.login-page .left-wrapper img {
  max-width: 246px;
}

.register-page {
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
  /*background-position: 100% 100%;*/
  background-repeat: no-repeat;
  height: 68.3vw;
}

.left-wrapper {
  width: 100%;
  max-width: 520px;
  background-color: #202327;
  display: inline-block;
  height: 100%;
  padding: 115px 0;
}

.left-wrapper img {
  /*padding-top: 225px;*/
  margin: 0 auto;
}

.left-wrapper h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 40px;
  font-weight: 600;
}

.left-wrapper h2 .red-light-text {
  color: #e72e1b;
  font-weight: 400;
}

.left-wrapper p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.left-wrapper .red-light-text {
  color: #e72e1b !important;
  font-weight: 400;
}

.red-light-forgot-password {
  color: #e72e1b !important;
}

.form-field.forgot-password {
  clear: both;
  padding-top: 10px;
}

.right-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 520px;
  float: right;
  display: inline-block;
  height: 100%;
  padding: 115px 30px;
  margin-right: 100px;
}

.right-wrapper .login-title {
  /*padding-top: 225px;*/
  color: #202327;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}

.account-form {
  padding-top: 40px;
  @media (max-width: 768px) {
    padding-top: 0px;
  }
}

.register-page .account-form {
  @media (max-width: 768px) {
    padding-top: 40px;
  }
}

.account-form .form-field {
  margin-bottom: 21px;
}

.account-form .form-field label {
  text-align: right;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.account-form .form-field input {
  display: block;
  width: 100%;
  height: 42px;
  border: 2px solid #e72e1b;
  border-radius: 10px;
  padding: 0px 10px;
  background-color: transparent;
}

.form-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #989898;
  font-size: 16px;
}

.form-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #989898;
  font-size: 16px;
}

.form-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #989898;
  font-size: 16px;
}

.form-field input:-moz-placeholder {
  /* Firefox 18- */
  color: #989898;
  font-size: 16px;
}

.form-field button {
  float: right;
  padding: 10px 60px;
  background-color: #e72e1b;
  border-radius: 10px;
  border: 1px solid #e72e1b;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.account-form .form-field button:hover {
  background-color: #fff;
  color: #e72e1b;
}

/** HEADER TOP **/

.header-top {
  min-height: 100px;
}

.header-top .logo {
  width: 340px;
  float: left;
  padding: 0px 15px;
}

.header-top .logo .header-logo {
  padding: 23px 0px;
}

.header-top-right {
  width: auto;
  overflow: hidden;
  text-align: right;
}

.header-top-right span {
  font-size: 18px;
  color: #000;
  padding: 38px 0px;
  display: inline-block;
  padding-right: 15px;
}

/** NAVBAR **/

.as-navbar {
  background-color: #e72e1a;
  border-color: #e72e1a;
  text-align: center;
}

.as-nav {
  display: inline-block;
  float: none;
  margin-bottom: -5px;
}

.as-nav li a img {
  width: 32px;
  margin-right: 10px;
}

.as-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 34px 10px 34px;
  height: 60px;
}

.as-nav li.active a {
  background-color: transparent !important;
  border-bottom: 5px solid #f18c82;
}

.as-nav li a:hover,
.as-nav li a:focus {
  background-color: transparent !important;
  border-bottom: 5px solid #f18c82;
}

/** DASHBOARD PAGE **/

.dashboard-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding-top: 40px;
  color: #000;
  text-transform: uppercase;
}

.blance-info {
  width: 300px;
  float: right;
}

.clearfix {
  display: block;
  clear: both;
}

.blance-info label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.current-balance {
  width: 100%;
  background-color: #e72e1a;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.balance-value {
  font-weight: 600;
}

.balance-value:after {
  content: "|";
  padding: 0px 5px;
}

.wallet-table {
  width: 100%;
  min-height: 300px;
}

.wallet-table h3 {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
}

.wallet-table table {
  width: 100%;
  margin: 10px auto;
}

.wallet-table table thead tr td .td-content {
  margin-bottom: 10px;
  background-color: #e72e1a;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.wallet-table table tbody tr td .td-content {
  margin-bottom: 10px;
  background-color: #f2dfdb;
  padding: 10px;
  font-size: 16px;
  color: #000;
}

.wallet-table table tr td:first-child .td-content {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wallet-table table tr td:last-child .td-content {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.td-content a[title="Receive"] {
  margin-left: 10px !important;
}

.transactions-page .wallet-table table {
  margin-top: 40px;
}

/** SEND PAGE **/

.send-page .blance-info {
  float: none;
  margin: 30px 0px;
}

.wallet-form {
  padding-top: 40px;
  max-width: 520px;
}

.wallet-form .form-field {
  margin-bottom: 20px;
}

.wallet-form .form-field label {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.wallet-form .form-field input {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #e72e1b;
  border-radius: 10px;
  padding: 0px 10px;
  background-color: transparent;
}

.wallet-form .form-field button {
  float: none;
  padding: 10px 60px;
  background-color: #e72e1b;
  border-radius: 10px;
  border: 1px solid #e72e1b;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.wallet-form .form-field button:hover {
  background-color: #fff;
  color: #e72e1b;
}

/** RECIVE PAGE **/

.recieve-addresses {
  padding: 30px 0px;
}

.red-address-box {
  background-color: #e72e1b;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 0;
}

.past-address-box {
  padding: 20px 0px;
}

.past-address-box h4 {
  text-transform: uppercase;
}

.past-address-box p {
  font-size: 16px;
  margin-bottom: 5px;
}

.recieve-qr-code img {
  margin: 0 auto;
  display: block;
  width: 210px;
}

.address-buttons {
  padding: 30px 0px;
  max-width: 270px;
  margin: 0 auto;
}

.address-buttons a {
  background-color: #e72e1b;
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 7px 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #e72e1b;
  font-weight: 600;
  font-size: 16px;
}

.address-buttons a:hover,
.address-buttons a:focus {
  background-color: #fff;
  color: #e72e1b;
  text-decoration: none;
}

.mobile-view {
  display: none;
}

/** MEDIA QUERIES **/

@media only screen and (max-width: 1366px) {
  /*.login-page
    {
        height: 68.4vw;
    }*/
  .left-wrapper {
    max-width: 420px;
  }
  .left-wrapper img {
    /*padding-top: 130px;*/
    width: 246px;
  }
  .right-wrapper {
    max-width: 420px;
    margin-right: 50px;
  }
  .right-wrapper .login-title {
    /*padding-top: 130px;*/
  }
}

@media only screen and (max-width: 1024px) {
  .login-page {
    /*height: 75.4vw;*/
  }
  .account-form .form-field {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 800px) {
  .left-wrapper img {
    width: 155px;
  }
  .left-wrapper {
    padding: 20px 0 0;
  }
  .account-form .form-field label,
  .red-light-forgot-password {
    color: #fff !important;
  }
  .as-nav li a {
    font-size: 13px;
    padding: 15px 8px;
  }
  .as-nav li a img {
    width: 22px;
  }
  body {
    background-color: #f4f4f2;
  }
  .login-page {
    background-image: block;
    height: auto;
    background-color: #f4f4f2;
    padding: 20px 0px;
  }
  .left-wrapper {
    background-color: transparent;
    max-width: 100%;
  }
  .left-wrapper img {
    padding-top: 20px;
  }
  .left-wrapper h2 {
    color: #000;
    font-size: 36px;
  }
  .right-wrapper {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    height: auto;
    padding: 0px 30px;
    margin-right: 0px;
  }
  .right-wrapper .login-title {
    display: none;
  }
  .account-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .account-form p {
    font-size: 16px;
    color: #000;
    text-align: center;
  }
  .account-form .red-light-text {
    color: #e72e1b;
    font-weight: 400;
  }
  .account-form .form-field label {
    text-align: center;
  }
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
  .account-form .form-field {
    text-align: center;
  }
  .form-field button {
    float: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  body {
    background-color: #f4f4f2;
  }
  .header-top {
    display: none;
  }

  .as-navbar {
    background-color: #e72e1a;
    border-color: #fff;
    border-bottom: 3px solid #e72e1a;
    text-align: left;
  }
  .as-nav {
    margin: 0;
  }
  .as-nav li {
    float: left;
    width: 32.5%;
    height: 75px;
    margin: 1px;
  }
  .as-nav li a {
    font-size: 14px;
    padding: 5px;
    /*height: auto;*/
    text-align: center;
    display: block;
    margin: 5px auto;
  }
  .as-nav li a img {
    width: 32px;
    height: 35px;
    margin-right: auto;
    margin: 0 auto;
    display: block;
  }
  .as-navbar .navbar-header {
    background-color: #fff;
  }

  .mobile-logo {
    display: inline-block;
    max-width: 220px;
    padding: 10px;
  }

  .login-page {
    background-image: block;
    height: auto;
    background-color: #f4f4f2;
    padding: 20px 0px;
  }
  .left-wrapper {
    background-color: transparent;
    max-width: 100%;
  }
  .left-wrapper img {
    padding-top: 20px;
  }
  .left-wrapper h2 {
    color: #000;
    font-size: 36px;
  }
  .right-wrapper {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    height: auto;
    padding: 0px 30px;
    margin-right: 0px;
  }
  .right-wrapper .login-title {
    display: none;
  }
  .account-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .account-form p {
    font-size: 16px;
    color: #000;
    text-align: center;
  }
  .account-form .red-light-text {
    color: #e72e1b;
    font-weight: 400;
  }
  .account-form .form-field label {
    text-align: center;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .account-form .form-field {
    text-align: center;
  }
  .form-field button {
    float: none;
    display: inline-block;
  }

  .blance-info {
    width: 100%;
    float: none;
  }
  .blance-info label {
    display: block;
    text-align: center;
  }
  .current-balance {
    padding: 5px;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
  }
  .wallet-table table tr td:first-child .td-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .wallet-table table tr td:last-child .td-content {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .wallet-table table thead tr td .td-content {
    padding: 5px;
    font-size: 14px;
  }
  .wallet-table table tbody tr td .td-content {
    padding: 5px;
    font-size: 14px;
  }
  .wallet-table h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .recieve-addresses {
    padding: 0;
  }

  .recieve-title {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid #e72e1b;
  }

  .red-address-box {
    background-color: transparent;
    font-size: 12px;
    color: #e72e1b;
    text-align: center;
    display: block;
  }
  .past-address-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid #e72e1b;
  }
  .past-address-box p {
    font-size: 12px;
    text-align: center;
    color: #e72e1b;
  }
  .send-page .dashboard-title {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid #e72e1b;
    padding-top: 0;
  }
  .wallet-form .form-field {
    text-align: center;
  }

  .transactions-page .dashboard-title {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
    padding-top: 0;
  }
  .transactions-page .wallet-table table {
    margin-top: 0;
  }
}

/*By Debu for settings*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: red;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
  height: 20px;
  width: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Style for user setting page:start*/

.wallet-row .panel-body {
  padding: 0;
}

.wallet-row .panel {
  border: none;
}

.wallet-row .panel-heading {
  background: #f1e5e4;
  border-radius: 0;
  border: none;
  padding: 1px 15px;
}

.wallet-row .panel-heading h3 {
  margin: 10px 0;
}

.dashboard-title {
  margin-bottom: 20px;
}

.wallet-row .panel-body {
  background: #f3f5f3;
}

.wallet-row .form-group {
  padding: 10px 15px;
  margin-bottom: 0;
}

.wallet-row .form-group label {
  font-weight: 300;
}

.wallet-row .btn-primary {
  background: #e72e1a;
}

.wallet-row .btn-primary,
.wallet-row .form-control {
  border: 1px solid #e72e1a;
  border-radius: 10px;
}

.wallet-row .btn-primary:hover {
  background: transparent;
  color: #e72e1a !important;
}

.wallet-row .form-control:focus {
  box-shadow: none;
}

.wallet-row .btn-primary {
  margin: 10px 0;
}

.wallet-row .switch {
  margin-top: 40px;
}

.wallet-row .media {
  padding: 15px;
}

#barcodeimg {
  margin-top: 6px;
}

.settings_ul {
  margin-top: 10px;
  padding-left: 30px;
}

#gauthcodebtn {
  margin-left: 15px;
}

/*Style for user setting page:end*/

button.btn.btn-primary.btn-gauth-verify {
  margin: 5px 0px 15px !important;
}

.custom-paginate ul li a {
  color: #e72e1a;
}

.custom-paginate > .pagination > .active > span {
  background-color: #e72e1a;
  border-color: #e72e1a;
}
@media screen and (min-width: 1440px) {
  .login-page {
    height: 155vh !important;
  }
}

@media screen and (max-width: 1024px) {
  .as-nav li a {
    padding: 15px 21px 10px 25px !important;
  }
  .register-page {
    height: 90vw !important;
  }
  .login-page {
    height: 185vh !important;
  }
}

@media screen and (max-width: 991px) {
  .as-nav li a {
    padding: 15px 15px 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .register-page {
    height: auto !important;
  }
  .form-field.form-button {
    margin-bottom: 0;
    padding-bottom: 45px;
  }
  .login-page {
    height: auto !important;
  }
  .login-message {
    margin-top: 25px !important;
    text-align: center;
  }
  .login-message span {
    color: #fff !important;
  }
}

.login-message {
  margin-top: -100px;
}

@media screen and (max-width: 767px) and (min-width: 586px) {
  .td-content img {
    width: 16px !important;
  }
}

@media screen and (max-width: 585px) and (min-width: 570px) {
  .td-content {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 320px) {
  .checkbox label,
  .radio label {
    font-size: 15px !important;
  }
  .sign_up_condition a {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 375px) and (min-width: 321px) {
  .checkbox label,
  .radio label {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 425px) and (min-width: 321px) {
  p.mobile-view {
    padding-bottom: 40px;
  }
  .form-field.form-button {
    padding-bottom: 20px;
  }
  .checkbox label,
  .radio label {
    font-size: 15px;
  }
  .sign_up_condition a {
    margin-left: 33px !important;
  }

  /* for scroll remove */
  .navbar-collapse.in {
    overflow-y: initial !important;
  }
  /* menu responsive */
  .as-nav li {
    width: 49%;
    height: initial;
  }
  .as-nav li.active a,
  .as-nav li:hover a,
  .as-nav li:focus a {
    border-bottom: 2px solid #f18c82;
  }
  .as-nav li a {
    padding: 0px 15px 10px !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
  .sign_up_condition a {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .checkbox label,
  .radio label {
    color: #fff;
  }
  .account-form .form-control:focus {
    background: #fff;
    border-color: transparent;
    color: #000;
  }
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid red;
  border-radius: 4px;
}

input[type="checkbox"]:checked + label span {
  /*background: #000000;*/
  border: 2px solid red;
  border-radius: 4px;
  position: relative;
}

input[type="checkbox"]:checked + label span::after {
  position: absolute;
  content: "\f00c";
  font-family: Fontawesome;
  color: red;
  width: 100%;
  font-size: 17px;
  top: -5px;
  left: 1px;
}

.sign_up_condition {
  margin-left: 0 !important;
}

.alert {
  display: block;
}

/*.sign_up_condition a {*/
/*margin-left: 30px;*/
/*}*/

/* style added by Joy */
.navbar-collapse {
  @media (max-width: 425px) {
    padding-bottom: 0px;
  }
}
.as-nav.custom-nav {
  @media (max-width: 425px) {
    padding-top: 20px;
  }
  @media (max-width: 320px) {
    padding-top: 0px;
  }
}
.as-nav.custom-nav li a {
  @media (max-width: 767px) {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .as-nav li {
    height: 90px;
  }
}
@media screen and (max-width: 425px) {
  .as-nav li {
    width: 49%;
    height: 80px;
  }
}
.pending-balance-info {
  margin-left: 2%;
  @media (max-width: 767px) {
    margin-left: 0px;
  }
}
.new-dashboard-title {
  @media (max-width: 767px) {
    font-size: 24px;
  }
}
.dashboard-page .blance-info {
  @media (max-width: 767px) {
    margin-bottom: 15px;
  }
}
.address-buttons.new-address-buttons {
  @media (max-width: 767px) {
    padding: 0px;
  }
}
.wallet-blance-info-wrap {
  @media (max-width: 767px) {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
}

.wallet-blance-info-wrap .blance-info {
  @media (max-width: 576px) {
    width: 150px;
  }
  @media (max-width: 350px) {
    width: 130px;
  }
}

.wallet-blance-info-wrap .blance-info .address-buttons.new-address-buttons {
  @media (max-width: 576px) {
    width: 150px;
  }
  @media (max-width: 350px) {
    width: 130px;
  }
}
.wallet-table {
  margin-bottom: 30px;
  @media (max-width: 767px) {
    margin-bottom: 10px;
  }
}
.table-mobile-scroll {
  @media (max-width: 991px) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.table-mobile-scroll table {
  min-width: 600px;
}

.send-page .blance-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
}

.send-page .current-balance {
  margin-bottom: 15px;
}

.send-page .wallet-form {
  padding-top: 0px;
  padding-bottom: 20px;
}
