* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:focus {
  outline: 0;
}

html,
body,
.all {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  /*overflow:auto;*/
}

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  color: darkslategrey;
}

.all {
  width: 100%;
}

.abcRioButton {
  height: 40px !important;
  width: 190px !important;
  margin: auto;
  border-radius: 20px !important;
}

.abcRioButtonIcon {
  padding: 11px !important;
}

span.abcRioButtonContents {
  line-height: 40px !important;
  margin-left: -20px !important;
}

#signout {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: 0;
  outline: 0;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.btn-input {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  background: darkslategrey;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.4s all;
  z-index: 30;
  cursor: pointer;
}

.btn-input:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.btn-input i {
  transition: 0.6s all;
  transform: rotateZ(0deg);
}

.btn-input.close i {
  transform: rotateZ(225deg);
}

.btn-confirm,
.btn-cancel {
  height: 34px;
  width: 34px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
  cursor: pointer;
}

.btn-confirm:hover,
.btn-cancel:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.btn-confirm i {
  color: #00b80f;
}

.btn-cancel i {
  color: #d02a00;
}

.pages {
  height: 100vh;
  width: 100%;
}

.page {
  position: absolute;
  height: 90vh;
  width: 100vw;
  top: 10vw;
  left: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: 1s all;
  z-index: 4;
}

.page.current {
  height: 100%;
  top: 0;
  opacity: 1;
  display: block;
  visibility: visible;
  z-index: 5;
}

#login {
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: darkslategrey;
}

.page-top {
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  background: darkslategrey;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.page-top .btn-back {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 10px;
  top: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.page-top h1 {
  padding: 22px 20px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  color: white;
}

.page-top .title {
  padding-top: 12px;
  padding-bottom: 6px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  color: white;
}

.page-top .amount {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: white;
}

.page-sub {
  position: fixed;
  width: 100% !important;
  top: 60px;
  left: 0;
  right: 0;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  background: #fcfcfc;
  font-size: 14px;
  text-align: center;
  z-index: 11;
}

.page-sub.active {
  padding: 20px 0;
}

.page-content {
  position: relative;
  /*height:calc(100vh - 60px);*/
  top: 60px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.details .page-content {
  top: 113px;
}

.input .page-content {
  min-height: 100%;
  top: 0;
}

.filters-button-group {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 10px;
}

.filters-button-group button {
  display: table-cell;
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  text-align: center;
  color: inherit;
  line-height: 40px;
  vertical-align: middle;
  transition: 0.4s all;
  cursor: pointer;
}

.filters-button-group button:not(.js-no-action) {
  opacity: 0.6;
}

.filters-button-group button.is-checked {
  border-bottom: 1px solid darkslategrey;
  color: inherit;
  opacity: 1;
}
.filters-button-group button.js-no-action dt a {
  opacity: 0.6;
}
.filters-button-group button.is-checked.js-no-action dt a {
  opacity: 1;
}

.page-list {
  position: relative;
  min-height: calc(100vh - 60px);
  width: 100%;
  padding: 10px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background: #fcfcfc;
}

.page-list .page-list-title {
  position: relative;
  padding: 20px;
  padding-top: 30px;
  background: #fcfcfc;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}

/*.page-list .page-list-title.is_stuck {
    width: 100% !important;
  left: 0;
    right: 0;
    padding: 20px 0;
  border-bottom:1px solid #f2f2f2;
  z-index:10;
}*/

.page-list .page-list-title.is_stuck {
  position: relative;
  width: 100% !important;
  left: 0;
  right: 0;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  z-index: 10;
}

.page-list-item {
  position: relative;
  height: 50px;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 20px;
  margin: 1px auto;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  /*border-bottom:1px solid #fafafa;*/
  background: #ffffff;
  transition: 1s box-shadow;
  cursor: pointer;
  z-index: 1;
}

.page-list-item:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.page-list-item[data-type="Credit"] .item-amount,
.page-list-item[data-type="Fixed"] .item-amount {
  color: indianred;
}

.page-list-item[data-type="Credit"][data-payment="done"] .item-amount,
.page-list-item[data-type="Fixed"][data-payment="done"] .item-amount {
  color: inherit;
}

.page-list-item.open {
  height: 100px;
}

.page-list-item.current {
  border: 1px solid darkslategrey;
}

.page-list-item .item-row {
  position: relative;
}

.page-list-item .item-row:nth-child(1):after {
  content: '';
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  transition: 0.6s all;
}

.page-list-item.open .item-row:nth-child(1):after {
  opacity: 0;
  visibility: hidden;
}

.page-list-item .item-row:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
}

.page-list-item.open .item-row:not(:first-child) {
  opacity: 1;
  visibility: visible;
}

.page-list-item .item-day,
.page-list-item .item-title,
.page-list-item .item-amount {
  position: relative;
  line-height: 50px;
}

.page-list-item .item-day {
  float: left;
  margin-right: 15px;
  opacity: 0.5;
}

.page-list-item .item-category:before {
  content: '';
  width: 30px;
  float: left;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 50px;
}
.Housing .item-category:before {
  content: '\f015';
  color: #81D2EB;
}
.Groceries .item-category:before {
  content: '\f07a';
  color: #F38989;
}
.Leisure .item-category:before {
  content: '\f561';
  color: #FED175;
}
.Work .item-category:before {
  content: '\f1ad';
  color: #9BCB58;
}
.Electronics .item-category:before {
  content: '\f0e7';
  color: #D8A2E5;
}
.Clothing .item-category:before {
  content: '\f553';
  color: #bfdb57;
}
.Sport .item-category:before {
  content: '\f44b';
  color: #75d8af;
}
.Health .item-category:before {
  content: '\f0f1';
  color: #54c8cc;
}
.Travel .item-category:before {
  content: '\f57d';
  color: #915acf;
}

.page-list-item .item-title {
  float: left;
  max-width: 70%;
  line-height: 18px;
  margin-top: 16px;
}

.page-list-item .item-amount {
  float: right;
}

.page-list-item .btn-del,
.page-list-item .btn-paid,
.page-list-item .btn-edit,
.page-list-item .btn-duplicate {
  position: relative;
  line-height: 50px;
  float: right;
  color: #999;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.4s all;
  cursor: pointer;
}

.page-list-item .btn-paid,
.page-list-item .btn-edit,
.page-list-item .btn-duplicate {
  margin-right: 15px;
}

.page-list-item .btn-edit {
  /*display:none;*/
}

.page-list-item .btn-del:not(.disabled):hover,
.page-list-item .btn-paid:not(.disabled):hover,
.page-list-item .btn-edit:not(.disabled):hover,
.page-list-item .btn-duplicate:not(.disabled):hover {
  color: indianred;
}

.page-list-item .btn-del.disabled,
.page-list-item:not(.Credit) .btn-paid.disabled,
.page-list-item .btn-edit.disabled,
.page-list-item .btn-duplicate.disabled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.page-list-item:not(.Credit) .btn-paid.disabled {
  display: none;
}

.page-list-item .btn-del i,
.page-list-item .btn-paid i,
.page-list-item .btn-edit i,
.page-list-item .btn-duplicate i {
  font-size: 20px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 30px;
}

.form {
  display: table;
}

.form-line {
  position: relative;
  min-height: 40px;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}

.form-line .form-row {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.form-line .form-cell {
  display: table-cell;
  border-bottom: 1px solid transparent;
  text-align: center;
  color: inherit;
  opacity: 0.6;
  line-height: 40px;
  vertical-align: middle;
  transition: 0.4s all;
  cursor: pointer;
}

.form-line .form-cell.disabled {
  opacity: 0.2;
  cursor: default;
}

.form-line .form-cell.selected {
  display: table-cell;
  border-bottom: 1px solid darkslategrey;
  color: inherit;
  opacity: 1;
}

.form-line input.focused {
  color: inherit !important;
}

.form-line input {
  position: relative;
  height: 40px;
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 40px;
  text-align: center;
  color: inherit;
  background: #fff;
  z-index: 2;
}

.form-line input.focused {
  border-color: darkslategrey;
}

.form-line input.amount {
  width: 55%;
  padding-right: 0;
  font-size: 28px;
  float: left;
}

.form-line input.date {
  width: calc(45% - 10px);
  float: left;
  margin-right: 0;
  padding: 10px 5px;
}

.dtp {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.6s all;
}

.dtp.hidden {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.dtp-header,
.dtp-actual-num,
.dtp-picker-month,
.dtp-buttons {
  display: none;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background: darkslategrey;
}

.dtp table.dtp-picker-days tr>td>a.selected {
  background: darkslategrey;
}

.dtp-date .material-icons {
  color: white;
  opacity: 0.6;
}

.dtp-date .material-icons:hover {
  opacity: 1;
}

.dtp div.dtp-actual-year {
  color: #fff;
}

.dtp div.dtp-picker {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtp table.dtp-picker-days tr>th {
  font-weight: 400;
  color: #ccc;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.btn-send {
  position: relative;
  height: 34px;
  min-width: 134px;
  /*bottom: 40px;
  left: 50%;
  margin-left: -67px;*/
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 20px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 17px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 3;
}

.btn-send:not(.disabled) {
  animation: pulse 1s 5;
}

@keyframes pulse {
  0%,
  100% {
    background-color: white;
  }
  50% {
    background-color: #f2f2f2;
  }
}

.btn-send:not(.disabled):hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-send.disabled {
  opacity: 0;
  cursor: default;
}

#toast-container div.toast-info {
  background-color: #ffffff;
  color: #555;
  padding: 15px;
  text-align: center;
}

#toast-container>.toast-info {
  background-image: none !important;
}

.toast-message>p {
  float: left;
  line-height: 34px;
}

.toast-message .btn-confirm,
.toast-message .btn-cancel {
  float: right;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-message .btn-confirm {
  margin-right: 0;
}

// Swiper
.nav {
  height: 50px;
  background: #fff; //padding: 0 50px;
}

.swiper-container {
  position: relative; //width: calc(100% - 100px);
  overflow: visible;
}

.swiper-slide {
  width: auto;
  text-align: center; //font-size: 18px;
  display: table;
}

.swiper-button-next,
.swiper-button-prev {
  height: 50px;
  width: 50px;
  top: 0;
  margin: 0;
  background-color: white;
  background-size: 10px;
  opacity: 1;
  z-index: 3;
  transition: 0.6s all;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.nav-item {
  //color: #3095c6;
}

.nav-item.current {
  border-bottom: 2px solid;
  box-sizing: border-box;
}

.nav-item a {
  color: inherit;
  text-decoration: none;
  display: table;
  padding: 16px 20px;
  padding-bottom: 14px;
}

// END Swiper
// Dropdown
/* General dropdown styles */

.dropdown {
  //min-width:200px;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dt {
  min-width: 100%; //background-color:#fff;
}

/* DT styles for sliding doors */

.dropdown dt a {
  width: 100%;
  color: #333;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2212%22%20viewBox%3D%220%200%206%2012%22%3E%3Cstyle%3E.a%7Bfill%3A%23265050%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M5.3%204%203%201.7%200.7%204%200%203.3%203%200.3%206%203.3z%22%20class%3D%22a%22%2F%3E%3Cpath%20d%3D%22M3%2011.7%200%208.7%200.7%208%203%2010.3%205.3%208%206%208.7z%22%20class%3D%22a%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 94% 50%;
  background-repeat: no-repeat;
  /*opacity: 0.6;*/
  display: block;
  text-decoration: none;
}

.dropdown dt a span {
  cursor: pointer;
  display: block; //padding: 14px 20px;
  padding-right: 15px;
  color: darkslategrey;
  text-decoration: none;
}

.dropdown dd {
  min-width: 100%;
  position: relative;
}

.dropdown dd ul {
  position: absolute;
  max-height: 50vh;
  top: 2px;
  left: 0px;
  margin-bottom: 30px; //padding: 15px 0;
  display: none;
  background: #FFF none repeat scroll 0 0;
  list-style: none;
  overflow-y: scroll;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  /*padding: 5px;*/
  padding: 5px 20px;
  display: block;
  color: #555;
  outline: none;
  text-decoration: none;
}

.dropdown dd ul li a:hover {
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
}

.dropdown span.value {
  display: none;
}

// END Dropdown
@media only screen and (max-width: 480px) {
  .page-list-item:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .form-line span input {
    width: 100% !important;
    display: block;
    border-right: 1px solid #e2e2e2;
  }
}