@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");

html {
  font-size: 10px;
  min-height: 100%;
}
body {
  font-family: "Open Sans";
}
.bg-app {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#084567+0,0f6291+20,167cb6+50,0f6291+80,084567+100 */
  background: #084567; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #084567 0%,
    #0f6291 20%,
    #167cb6 50%,
    #0f6291 80%,
    #084567 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #084567 0%,
    #0f6291 20%,
    #167cb6 50%,
    #0f6291 80%,
    #084567 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #084567 0%,
    #0f6291 20%,
    #167cb6 50%,
    #0f6291 80%,
    #084567 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084567', endColorstr='#084567',GradientType=1 ); /* IE6-9 */
  z-index: 3;
}
#contentApp {
  width: 100%;
  /* position: relative; */
  /* overflow: hidden; */
  background-color: #e6f0f5;
}
#contentApp-mobile .content {
  width: 100%;
  /* position: relative;  */
  /*overflow: hidden; */
  background-color: #e6f0f5 !important;
  margin-top: 4rem;
}
.content {
  overflow: auto;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
}

/*
 * STATES COLORS
 */
.bg-outstanding {
  background-color: #ff921e;
}
.bg-delivered {
  background-color: #629112;
}
.bg-returned {
  background-color: #c1000e;
}
.bg-in-transit {
  background-color: #104b6b;
}

/*
 * LOGIN
 */
.login {
  width: 100%;
  max-width: 40rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.logo-login {
  max-width: 28.5rem;
  margin-bottom: 8rem;
}
.input-login {
  margin-bottom: 2.4rem;
  height: 5.2rem;
  color: #505e66;
  font-family: "Open Sans";
  font-size: 1.4rem;
  border: 0;
  display: block;
  font-weight: 600;
  background-color: #fff;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.6rem;
}
.btn-submit-login {
  height: 5.2rem;
  border-radius: 0.6rem;
  text-align: center;
  border: 0;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  background-color: #a0b741;
  width: 100%;
  cursor: pointer;
}
.login .links {
  padding-top: 1rem;
  font-size: 1.4rem;
  color: #fff;
  font-family: "Open Sans";
  text-align: center;
}
.login .links a {
  text-decoration: underline;
  color: #fff;
}

/*
 * HEADER
 */
header {
  padding: 1rem 1.6rem;
  height: 4.2rem;
  background-color: transparent;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
}
#posizionaContent {
  padding-top: 4.2rem;
}
header h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 2.2rem;
}
.back-header {
  height: 2.2rem;
  margin-right: 1.6rem;
  position: relative;
  z-index: 1;
}
.hamburger-header {
  height: 2rem;
  position: relative;
  z-index: 1;
}
.notification-header {
  height: 2.3rem;
  float: right;
  position: relative;
  z-index: 1;
}
#menu {
  width: 22rem;
  min-height: 100%;
  max-height: none;
  border-width: 0;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  position: absolute;
  z-index: 1003;
  margin-left: -22rem;
}
#menu.ui-panel-open {
  margin-left: 0;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
  left: 0;
}
#menu .ui-panel-inner {
  padding: 0;
}
#menu .hello {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 4.2rem;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 4.2rem;
}
#menu ul {
  margin-top: 1rem;
  padding: 0;
}
#menu ul li {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  padding: 0 0 0 1.6rem;
  list-style: none;
}
#menu ul li a {
  color: #1b2022;
  font-size: 1.2rem;
}

/*
 * HORIZONTAL MENU
 */
.mobile-horizontal-menu {
  overflow: hidden;
  height: 4rem;
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.horizontal-menu {
  background-color: #fff;
  height: 4rem;
  padding-left: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: scroll;
  white-space: nowrap;
  margin-left: 0;
}
.horizontal-menu li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 4rem;
  margin-right: 2.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border-bottom: 0.6rem solid #fff;
}
.horizontal-menu li a {
  color: #1b2022;
  font-weight: normal;
}
.horizontal-menu li.active {
  line-height: 3.2rem;
  border-bottom-color: #104b6b;
}
.horizontal-menu li.active a {
  font-weight: 600;
}
.horizontal-menu li .tag {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  border-radius: 1rem;
}

/*
 * MY ORDERS
 */
.list {
  padding: 0 1.2rem 4.8rem;
}
.order-row {
  border-left-width: 1rem;
  border-left-style: solid;
  height: 7.2rem;
  width: 100%;
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
  position: relative;
  background-color: #fff;
  padding-top: 1.2rem;
  padding-left: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.order-row:last-child {
  margin-bottom: 0;
}
.order-outstanding {
  border-color: #ff921e;
}
.order-in-transit {
  border-color: #104b6b;
}
.order-delivered {
  border-color: #629112;
}
.order-returned {
  border-color: #c1000e;
}
.order-stand {
  border-color: #0e5d89;
}

.order-outstanding span {
  color: #ff921e;
}
.order-in-transit span {
  color: #104b6b;
}
.order-delivered span {
  color: #629112;
}
.order-returned span {
  color: #c1000e;
}
.order-stand span {
  color: #0e5d89;
}

.order-row .icon-order-row {
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  margin-top: -1.25rem;
  left: -1.9rem;
  position: absolute;
  background: url("../img/order-types_orders-icons.png") no-repeat;
}
.order-outstanding .icon-order-row {
  background-position: 0 0;
}
.order-in-transit .icon-order-row {
  background-position: -84px 0;
}
.order-delivered .icon-order-row {
  background-position: -28px 0;
}
.order-returned .icon-order-row {
  background-position: -56px 0;
}
.order-stand .icon-order-row {
  background-position: -84px 0;
}

.order-row .arrow {
  width: 1rem;
  position: absolute;
  right: 2.7rem;
  top: 50%;
  margin-top: -1rem;
}
.order-outstanding .warning-img {
  right: 0;
  top: 0;
  width: 4.1rem;
  position: absolute;
}
.ad-row {
  margin-bottom: 0.8rem;
  position: relative;
}
.ad-row.hide {
  margin-bottom: 0;
  height: 0 !important;
  transition: all 500ms ease-out;
}
.close-ad {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}
.add-new-order {
  position: fixed;
  bottom: 1.2rem;
  right: 1rem;
}
.add-new-order img {
  width: 6.4rem;
  height: 6.4rem;
}
.box-shadow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
 * ORDER
 */
.order-content {
  padding: 1.2rem 1.2rem 1.2rem;
  /* margin-top: 4rem; */
}
.box-white {
  height: auto;
  width: 100%;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
  position: relative;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  z-index: 2;
}
.box-opened {
  z-index: 3;
}
.box-hide {
  z-index: 1;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -0.8rem;
}
.box-padding:not(.box-hide) {
  margin-top: -0.6rem;
}
.box-white:not(.box-opened) .open-panel,
.box-opened .close-panel {
  position: absolute;
  display: block;
  top: 50%;
  right: 2.4rem;
  margin-top: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.close-panel,
.open-panel {
  display: none;
}
.title-subsection {
  margin-top: 1.6rem;
  padding-bottom: 0.2rem;
  font-family: "Open Sans";
  color: #104b6b;
  font-size: 1.3rem;
  font-weight: 700;
}
.title-subsection span {
  font-weight: 400;
}
.delivery-buttons {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  margin-top: -0.8rem;
  color: #bccbd3;
}
.delivery-buttons a {
  font-size: 1rem;
  font-weight: 600;
  color: #505e66;
  text-decoration: none !important;
}
.delivery-buttons .disabled {
  color: #bccbd3 !important;
}
.delivery-buttons .active {
  font-size: 1.1rem;
  font-weight: 700;
  color: #629112 !important;
}
.col-half {
  width: 48%;
  margin-right: 4%;
  float: left;
}
.col-last {
  margin-right: 0 !important;
}
.ui-custom .input-order {
  color: #505e66;
  border: 0;
  border-bottom: 0.1rem solid #b7c2c8;
  font-size: 1.15rem;
  border-radius: 0;
  box-shadow: none;
  font-family: "Open Sans";
  background: none;
}
.ui-input-text.ui-custom {
  border: none;
  box-shadow: none;
}
.ui-custom.col-half {
  margin-top: 0;
}
.ui-page-theme-a .btn-confirm {
  background-color: #104b6b;
  width: 12rem;
  height: 3.5rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans";
  text-shadow: none;
  box-shadow: none;
}
.ui-page-theme-a .btn-close {
  background-color: transparent;
  width: auto;
  height: 3.5rem;
  color: #505e66;
  padding: 0;
  border: 0;
  right: 1.2rem;
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open Sans";
  text-shadow: none;
  box-shadow: none;
  bottom: 1rem;
  text-decoration: underline !important;
}
.cart-btn {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  margin-top: -1.8rem;
  right: 2.4rem;
}
.cart-btn img {
  width: 3.6rem;
  height: 3.6rem;
}
.cart-btn.active img {
  display: none;
}
.cart-btn .flipped {
  display: none;
}
.cart-btn.active .flipped {
  display: block;
}
.alert-box-message {
  margin-top: 0.2rem;
  font-size: 1.1rem;
  font-family: "Open Sans";
  font-weight: 600;
  color: #000;
  display: block;
}
.alert-circle {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #ff921e;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.6rem;
}
.box-disabled {
  background-color: #e4eaed !important;
  color: #505e66 !important;
}
.more-info {
  color: #505e66 !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans";
  text-decoration: none !important;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  margin-top: -1rem;
}

.ui-page-theme-a .btn-pending {
  background-color: #505e66;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Open Sans";
  text-shadow: none;
  box-shadow: none;
  height: 4rem;
}
.ui-page-theme-a .btn-checkout {
  background-color: #104b6b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Open Sans";
  text-shadow: none;
  box-shadow: none;
  height: 5rem;
}
.ui-page-theme-a .btn-checkout strong {
  display: inline-block;
  margin-left: 3rem;
  margin-right: 3rem;
  font-weight: 700;
}

/*
 * CHECKOUT
 */
.box-white-border {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
  background-color: #fff;
  border: 0.1rem solid #b7c2c8;
  border-radius: 0.2rem;
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  z-index: 2;
}
.row-summary {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #b7c2c8;
  font-size: 1.2rem;
}
.row-summary:last-child {
  border: 0;
}
.row-summary strong {
  font-weight: 600;
}
.row-summary span {
  position: absolute;
  right: 0.8rem;
}
.row-summary.row-total strong {
  font-weight: 700;
  font-size: 1.3rem;
}
.row-summary.row-total span {
  font-weight: 700;
  font-size: 1.2rem;
  color: #104b6b;
}
.ui-controlgroup,
fieldset.ui-controlgroup {
  margin: 0;
}
.box-white-border .ui-radio [type="radio"] {
  margin: 0;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.8rem;
  left: 1.2rem;
  top: 0;
}
.box-white-border .ui-radio {
  padding-left: 1.2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.box-white-border .ui-radio label {
  background-color: transparent;
  border: 0;
  text-shadow: none;
  color: #1b2022;
  font-family: "Open Sans";
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 600;
  padding: 0 0 0 3rem;
}
.box-white-border .ui-radio label::after {
  display: none;
}
.btn-pay {
  background-color: #629112 !important;
  border-radius: 0.3rem;
  font-family: "Open Sans";
  font-size: 1.5rem;
  color: #fff !important;
  border: none;
  height: 4rem;
  line-height: 1.7rem;
  /*padding-left: 2rem;
    /*padding-right: 2rem;*/
  cursor: pointer;
  width: 100% !important;
}

.ui-collapsible-content p {
  font-size: 1.5rem;
  padding: 1.5rem 0;
}
.add_mail {
  float: right;
  font-family: "Open Sans";
  font-size: 1.2rem;
  padding: 10px 10px 0 0;
  color: #0e4b6a;
  cursor: pointer;
}

.btn-erase-email {
  color: #aa020f !important;
}
.btn-erase-profile {
  color: #aa020f !important;
}
.msg_recover {
  padding: 10px 0px;
  font-size: 12px;
  color: #fff;
}

.btn-select-address {
  background-color: #0e5d89 !important;
  width: 12rem !important;
  height: 2.4rem;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans";
  text-shadow: none;
  box-shadow: none;
  border: none;
  display: block;
  margin-top: 4%;
  text-shadow: none !important;
}

#txt_address {
  margin-bottom: 1%;
  font-size: 1.3rem;
  color: #0e5d89;
}

.td-mobile-order {
  padding-left: 2rem;
}
.th-mobile-order {
  padding-left: 2rem;
}

.btn-pay a {
  font-weight: 400;
  color: #fff;
}
.btn-pay a:hover {
  color: #fff !important;
}

.td-mobile-paid {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-erase-email {
  top: 20%;
}

.download-invoice {
  color: #363f44 !important;
  padding-top: 0.7rem;
}
.download-invoice:hover {
  color: #363f44;
  text-decoration: none;
}

.download-invoice {
  height: 4rem;
  line-height: 1.7rem;
  /*padding-left: 2rem;
    /*padding-right: 2rem;*/
  cursor: pointer;
  padding: 1.7rem;
}

/* CUSTOM CHECKBOX AND RADIOS :: BEGIN */
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  vertical-align: middle;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #c4e5ff;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #0072c9;
}

.regular-checkbox:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #0072c9;
}

.big-checkbox {
  padding: 18px;
}

.big-checkbox:checked:after {
  font-size: 28px;
  left: 6px;
}

.regular-radio {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  vertical-align: middle;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.regular-radio:checked:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #0072c9;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.regular-radio:checked {
  background-color: #c4e5ff;
  color: #0072c9;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1),
    inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio-disabled {
  background-color: #e0e0e0;
}

.regular-radio:active,
.regular-radio:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio {
  padding: 16px;
}

.big-radio:checked:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

.ui-radio .regular-checkbox {
  margin-top: -.5rem;
}
.ui-radio .regular-radio {
  margin-top: -.5rem;
}
/* CUSTOM CHECKBOX AND RADIOS :: END */

.text-accent {
  color: #104b6b;
}

.return-cta {
  background: #3a4249;
  color: white !important;
  font-weight: 600 !important;
  margin: 0 1em;
  cursor: pointer;
  text-align: center;
  padding: 1.25em 3em;
  border-radius: 0.5em;
}

.return-cta > a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.return-cta > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* MODAL CONFIRMATION RETURN :: BEGIN */
.full-page {
  height: 80vh;
  width: 100vw;
  background: #ecf3f7;
  padding: 3em;
}

.m-body {
  display: grid;
  grid-template-areas: "header" "content" "action";
  grid-template-rows: 2fr 3fr 1fr;
  height: 100%;
  width: 100%;
  background: white;
  border: 0.25em solid #0f90c4;
  border-radius: 0.75em;
}

.m-header {
  grid-area: header;
}
.m-close {
  float: right;
  text-decoration: none;
  color: #0f90c4 !important;
}
.close-dialog {
  width: 30px;
  height: 30px;
  margin: 1em;
  font-size: 2em;
  font-family: "Montserrat";
  border: 0.1em solid #0f90c4;
  border-radius: 5em;
  text-align: center;
  cursor: pointer;
}
.m-header > img {
  width: 100%;
  padding: 0 5em;
}
@media only screen and (min-width: 600px) {
  .m-header > img {
    width: 100%;
    padding: 0 15em;
  }
}

.m-content {
  grid-area: content;
  padding: 3em 2em;
  height: 100%;
}

.m-content > h5 {
  line-height: 2em;
}
.m-action {
  grid-area: action;
  background: #c6dfe1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 1em 3em;
}

.m-action > span {
  font-size: 1.5em;
  font-weight: bold;
  color: #0f5d7c;
  margin: 0 auto;
  text-align: center;
}
.m-action > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}

.m-action > div > button {
  font-weight: normal;
  color: black !important;
}

.m-modal {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: red;
}

.m-action > div > button {
    font-weight: normal;
    color: black !important;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    border-radius: .3125em;
    text-shadow: 0 1px 0 #f3f3f3;
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* MODAL CONFIRMATION RETURN :: END */

.return-items {
  background: #0e5e7e;
}

.row-item {
  display: flex;
  justify-content: space-between;
  padding: 1em 0.5em;
  font-size: 1.25em;
}

.divider {
  height: 1px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.title {
  color: #0f5d7c;
  font-weight: bold;
}

.make-payment {
  background: #104b6b;
  color: white;
  padding: 1em 1em;
  text-align: center;
  font-size: 1.25em;
  cursor: pointer;
}

#return_btn {
  background: rgb(0, 167, 0);
  color: white;
  font-weight: 300;
}



.txt-content{
  width: 80%
}

.item-return{
  border-bottom: 2px solid #ddd;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
}

.list_item_content{
  border: 1px solid #ccc;
  padding: 10px;
}