 .account-reports-legend {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.account-reports-legend span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}
.account-reports-legend--blocked {
  background-color: var(--r360-status-blocked);
}
@media only screen and (min-width: 1200px) {
  .account-reports-results-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .account-reports-table {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .account-reports-mobile {
    display: none;
  }
}
.filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .filter-form {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    border: 1px solid var(--r360-almost-white);
    border-radius: 10px;
  }
}
.filter-form-header {
  padding: 15px 15px 0px 15px;
}
@media only screen and (min-width: 1200px) {
  .filter-form-header {
    display: none;
  }
}
.filter-form-dates {
  flex: 2;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates {
    padding: 0px 15px;
  }
}
.filter-form-dates-input {
  font-weight: 500;
}
.filter-form-dates-inputs-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates-inputs-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-form-dates-input:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .filter-form-dates-input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
}
.filter-form-dates-labels-wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .filter-form-dates-labels-wrapper {
    gap: 15px;
  }
}
.filter-form-dates-label {
  flex: 1;
  font-size: 13px;
}
.filter-form-unit {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .filter-form-unit {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-form-button.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.summary {
  padding: 15px;
  padding-bottom: 0px;
  background: var(--r360-light-blue);
}
.summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.summary-content-sum {
  margin: 0;
  color: var(--r360-primary);
}
.summary-content-open {
  display: flex;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
.summary-content-more {
  display: none;
}
.summary-content-more-header {
  padding: 20px 0px;
}
.summary-content-more-section {
  padding-bottom: 15px;
}
.summary-content-more-section-row {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.summary-content-more-section-row-value {
  color: var(--r360-primary);
  font-size: 18px;
}
.report-count {
  padding: 30px 0px 12px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.resultlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resultlist-item {
  padding-bottom: 0px;
  border: 1px solid var(--r360-almost-white);
}
.resultlist-item-content {
  padding: 15px;
}
.resultlist-item-content-header {
  display: flex;
  justify-content: center;
}
.resultlist-item-content-header > * {
  flex: 1;
}
.resultlist-item-content-header-date {
  font-weight: 400;
  line-height: 21px;
  font-size: 17px;
  margin: 0;
}
.resultlist-item-content-header-cancelled {
  background: var(--r360-red);
  border-radius: 4px;
  padding: 4px;
  color: #fff;
  flex: initial;
}
.resultlist-item-content-info {
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0px;
  gap: 15px 0px;
}
.resultlist-item-content-info-label {
  font-size: 14px;
  font-weight: 500;
}
.resultlist-item-content-info-value {
  grid-column-end: span 2;
}
.resultlist-item-content-footer {
  background: var(--r360-light-blue);
  padding: 15px;
  padding-bottom: 0px;
}
.resultlist-item-content-footer-header {
  display: flex;
  justify-content: space-between;
}
.resultlist-item-content-footer-sum {
  color: var(--r360-primary);
}
.resultlist-item-content-footer-more {
  display: none;
  padding-top: 40px;
}
.resultlist-item-content-footer-more-header {
  font-weight: 500;
  padding-bottom: 30px;
}
.resultlist-item-content-footer-more-section {
  padding-bottom: 30px;
}
 .body-text {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .body-text {
    padding-bottom: 30px;
  }
}
.textarea-container {
  max-width: 1000px;
}
.contact-textarea {
  min-height: 200px;
  width: 100%;
}
.contact-textarea-footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .contact-textarea-footer {
    margin-top: 30px;
    flex-direction: column;
  }
}
.contact-modal {
  display: none;
  position: fixed;
  padding-top: 200px;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-modal-content {
  position: relative;
  background-color: white;
  padding: 20px;
  margin: auto;
  max-width: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.contact-modal-content-text {
  width: 100%;
}
.contact-modal-content-close {
  width: 150px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
 @media only screen and (min-width: 800px) {
  .details-form {
    max-width: 1000px;
  }
}
.details-form-section {
  margin-bottom: 30px;
}
.details-form-section-content {
  display: flex;
  gap: 10px 10px;
}
@media only screen and (max-width: 800px) {
  .details-form-section-content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 800px) {
  .details-form-section-content {
    gap: 20px 10px;
  }
  .details-form-section-content-phone {
    margin-left: 18px;
  }
}
.details-form-section-content-input {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-input {
    width: 33%;
  }
}
.details-form-section-content-input-phone-prefix {
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.details-form-section-content-input-phone-number {
  flex: 1;
}
.details-form-section-content-col-span-2 {
  grid-column: span 2;
}
.details-form-section-content-col-span-3 {
  grid-column: span 3;
}
.details-form-section-content-col-span-4 {
  grid-column: span 4;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-address {
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
    display: grid;
  }
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-bank-info {
    display: grid;
    grid-template-areas: "pref-payway ... ..." "bankaccount bankgiro postgiro";
    grid-template-columns: repeat(3, 1fr);
  }
}
.details-form-section-content-sign-in {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .details-form-section-content-sign-in {
    display: grid;
    grid-template-areas: "email email ... ... ... ..." "upwd upwd ... ... ... save";
    grid-template-columns: repeat(6, 1fr);
  }
}
#prefpayway {
  grid-area: pref-payway;
}
#bankaccount {
  grid-area: bankaccount;
}
#bg {
  grid-area: bankgiro;
}
#pg {
  grid-area: postgiro;
}
#email {
  grid-area: email;
}
#upwd {
  grid-area: upwd;
}
#save-details {
  grid-area: save;
}
 .header {
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  font-family: "Raleway";
}
.header .nav {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.header .nav .nav-item {
  flex-grow: 1;
  border: 1px solid var(--r360-grey);
  border-top: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header .nav .nav-item:first-child .logo {
  margin-left: 22px;
  height: 32px;
}
.header .nav .nav-item .nav-item-link {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  font-size: 13px;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .header .nav .nav-item .nav-item-link {
    font-size: 16px;
  }
}
.header .nav .nav-item .nav-item-link:hover {
  cursor: pointer;
  background: var(--r360-light-blue);
  color: black;
}
.header .nav .nav-item .nav-item-link--coloured {
  background: var(--r360-light-blue);
}
.header .nav .nav-item .nav-item-link--active, .header .nav .nav-item .nav-item-link--active:hover {
  background: var(--r360-secondary);
  color: #ffffff;
}
.header .nav .nav-item .nav-item-link--active::after, .header .nav .nav-item .nav-item-link--active:hover::after {
  background: var(--r360-secondary);
  width: 22px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  border-radius: 1.5px;
}
.header .nav .nav-item .nav-item-link-icon {
  width: fit-content;
}
.header .nav .nav-item .nav-item-link--active.nav-item-link--coloured {
  background: var(--r360-primary);
}
.header .nav .nav-item .nav-item-link--active.nav-item-link--coloured::after {
  background: var(--r360-primary);
}
.header .nav .nav-item:last-child .nav-item-link {
  margin-right: 39px;
}
.header .nav .nav-item-empty {
  align-self: stretch;
  width: 39px;
  border: 1px solid var(--r360-grey);
}
.header .nav .nav-item + .nav-item, .header .nav .nav-item + .nav-item-empty {
  border-left: none;
}
.header .mobile-nav-container {
  justify-content: space-between;
  align-items: center;
  display: none;
  padding: 0px 14px;
  height: 60px;
}
.header .mobile-nav-container .logo {
  height: 32px;
}
.header .mobile-nav-container.menu-closed {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 16px 0px;
}
.header .mobile-menu {
  display: none;
  overscroll-behavior: contain;
}
.header .mobile-menu.active {
  height: 100vh;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .mobile-nav-container {
    display: flex;
  }
  .header .nav {
    display: none;
  }
  .header .mobile-menu {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .header .mobile-menu .nav {
    display: flex;
    flex-direction: column;
  }
  .header .mobile-menu .nav .nav-item {
    border-right: none;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link::after {
    display: none;
  }
  .header .mobile-menu .nav .nav-item .nav-item-link .nav-item-link-icon {
    padding-right: 10px;
  }
  .header .mobile-menu .nav .nav-item:last-child .nav-item-link {
    margin-right: 0px;
  }
  .header .mobile-menu .nav .nav-item .logo {
    display: none;
  }
}
/** Overlay **/
.overlay {
  background: black;
  opacity: 0.3;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
}
 .login-container {
  display: flex;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-aspect-ratio: 1 / 1) {
  .login-container {
    flex-direction: column;
  }
}
.login-container .login-background-image {
  background-image: url("../images/login-image.png");
  background-size: cover;
  background-position: center center;
  flex: 1;
}
.login-container .login-form-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.login-container .login-form-container .login-form {
  width: 300px;
  gap: 20px;
  displ