@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

:root {
  --main-color: #005aaa;
  --blue: #79adde;
  --shadow: 0px 5px 10px 2px rgba(207, 207, 208, 0.2);
  --gray: #888;
  --light-gray: #fbfbfb;
  --text-dark: #333;
  --text-dark-blue: #3c5064;
}
/* Reset styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  /* box-sizing: border-box; */
}
*,
*::before,
*::after {
 /* box-sizing: border-box; */
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ul li {
  list-style: none;
}
address {
  font-style: normal;
}
input::-ms-clear {
  display: none;
}
button {
  background: none;
  font-size: inherit;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
legend {
  display: block;
}
input,
textarea,
button,
a,
i,
li,
label,
div {
  -webkit-tap-highlight-color: transparent;
}

#WorkArea {
	overflow: auto;
}
.PartFrame:has(.CardLimitInfo) {
	display: flex;
	justify-content: center;	
	margin-right:-16px;
}



/* end Reset styles */
/* SCROLL */
/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  * {
    scrollbar-face-color: #d1d8da;
    scrollbar-track-color: #dcd5d5;
    scrollbar-3dlight-color: #dcd5d5;
    scrollbar-darkshadow-color: #dcd5d5;
    scrollbar-arrow-color: #dcd5d5;
    /* -ms-overflow-style: -ms-autohiding-scrollbar;
      scrollbar-width: thin; */
    -ms-overflow-style: none; /* IE 10+ */
  }
}

/* for chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-track {
    /* background-color: #e8e8e8; */
    background: none;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--gray);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
  }
}
/* for firefox */
@-moz-document url-prefix() {
  * {
    /* scrollbar-width: thin; */
    scrollbar-width: none;
    scroll-behavior: smooth;
    scrollbar-color: var(--gray) none;
  }
}
/* end SCROLL  */
body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
.container {
  max-width: 1392px;
  padding: 0 16px;
  margin: 0 auto;
}
header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
/* #topsection */
#topsection {
  position: relative;
  background: #77abdd;
  background: linear-gradient(
    180deg,
    rgba(83, 142, 198, 1) 0%,
    rgba(130, 180, 226, 1) 50%,
    rgba(131, 180, 226, 1) 28%,
    rgba(105, 161, 215, 1) 69%,
    rgba(108, 169, 227, 1) 82%,
    rgba(170, 206, 240, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
/* HEADER */
.header {
  box-sizing: border-box;
  font-family: Tahoma;
  /* padding: 24px 0; */
  /* padding: 24px 16px 12px 16px; */
  padding: 16px 16px 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  min-height: 80px;
}
.header__logo {
  flex-basis: 160px;
}
.header__logo img {
  height: 50px;
}
.header__title {
  font-family: "Manrope";
  white-space: nowrap;
  font-size: 2.7rem;
  transform: scale(1, 1.7);
  letter-spacing: 1px;
  padding-left: 24px;
  padding-right: 24px;
}
.header__user {
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: right;
  gap: 8px;
  flex-direction: column;
  flex-grow: 1;
}
.header__exit {
  padding-left: 24px;
  padding-right: 200px;
  padding-bottom: 18px;
  flex-basis: 150px;
  text-align: end;
}
.header__exit-img {
  position: absolute;
  top: 0px;
  right: 0;
  width: 179px;
  height: 120px;
}
.header__exit-img img {
  width: 100%;
}
.header__exit a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

/* end HEADER */
/*end #topsection */
/* TOP LINKS */
.top__links-section {
  display: none;
}
.top__links {
  margin: 0 -16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.zoomButtonOn,
.zoomButtonOff {
  display: block;
  position: absolute;
  text-indent: -999px;
  top: 2px;
  left: 2px;
  width: 58px;
  height: 59px;
  /* background: url(/Images/zoom-icon.png) no-repeat 0 0; */
  background: url(/Images/zoom-icon.png) no-repeat -59px 0;
}
#HideMenuButton {
  visibility: hidden;
}
#HideMenu,
#HideInfo {
  /* display: block;
  position: absolute;
  top: 1px;
  left: -1px;
  margin-top: 35px;
  text-indent: -999px; */
  border-radius: 3px;
  /* z-index: 999; */
  visibility: hidden;
}
#HideInfo {
  /* left: auto;
  right: -1px; */
}
.burger {
  width: 32px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.burger-name {
  font-size: 10px;
  text-align: right;
  color: var(--main-color);
}
#HideInfo .burger-name {
  text-align: left;
}
.burger-bar1,
.burger-bar2,
.burger-bar3 {
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  transition: 0.4s;
}
.active .burger-bar1,
.active .burger-bar2,
.active .burger-bar3 {
  width: 25px;
}
.active .burger-bar2 {
  opacity: 0;
}
.active .burger-bar1 {
  transform: rotate(-45deg) translate(-3px, 8px);
}
.active .burger-bar3 {
  transform: rotate(45deg) translate(0px, -6px);
}
#HideInfo.active .burger-bar1 {
  transform: rotate(-45deg) translate(-6px, 4px);
}
#HideInfo.active .burger-bar3 {
  transform: rotate(45deg) translate(-4px, -3px);
}
#OldDesign {
  width: 145px;
  padding: 10px 8px;
  background: #fff;
  text-decoration: none;
  font-size: 11px !important;
  font-weight: bold;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: var(--shadow);
  -moz-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  color: var(--main-color);
  display: none;
}

/* end TOP LINKS */
/* LEFT PANEL */
.left__section {
  position: fixed;
  padding-top: 125px;
  top: 0;
  bottom: 0;
  left:0;
  width: 200px;
  overflow: auto;
  background: #fff;
  box-shadow: var(--shadow);
  transition: left 0.5s ease-in-out;
  z-index: 900;
}

.panel {
}
.left__panel {
  color: var(--main-color);
  font-size: 1rem;
}
.left__panel a {
  color: var(--main-color);
}
.left__panel__nav {
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.left__panel__nav-item {
  flex-basis: 33.33333333%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--light-gray);
  /* z-index: 1; */
}
.left__panel__nav-item img {
  display: inline-block;
  height: 16px;
}
.left__panel__nav-item:hover {
  background: var(--light-gray);
}
.main__menu {
  display: flex;
  flex-direction: column;
}
.main__menu-item {
  display: flex;
  justify-content: end;
  align-items: center;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
  /* border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray); */
}
.main__menu-item a {
  width: 100%;
  padding: 6px 24px;
  text-align: right;
  background: #fff;
  color: var(--main-color);
  cursor: pointer;
  /* z-index: 1; */
}
.main__menu-item a:hover {
  background: var(--light-gray);
}
.left__panel-frame {
  position: relative;
  background: #fff;
  padding: 24px 8px 40px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* z-index: 1; */
}
.left__panel-frame-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
a.apb-online__link {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.left__panel-frame-item p i {
  font-size: 10px;
}
.app__link-title {
  font-size: 12px;
  margin-bottom: 8px;
}
.app__link {
  display: flex;
  justify-content: center;
}
.app__link a {
  display: inline-block;
  width: 150px;
}
.app__link a img {
  width: 100%;
}
/*end LEFT PANEL */
/* RIGHT PANEL */
.right__section {
  position: fixed;
  padding-top: 125px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  overflow: auto;
  background: #fff;
  box-shadow: var(--shadow);
  transition: right 0.5s ease-in-out;
  z-index: 800;
}
.right__panel {
  padding-right: 8px;
/*  padding-left: 16px; */
  padding-bottom: 24px;
}
.right__panel-group {
  margin-bottom: 24px;
}
.panel-group__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
  margin-bottom: 16px;
}
.group__header-img {
  width: 32px;
  display: flex;
  align-items: start;
  flex-shrink: 0;
}
.group__header-img img {
  width: 100%;
}
.group__header-caption {
  padding-top: 6px;
  flex-grow: 1;
  text-align: left;
}
.group__header-toggle {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.group__header-toggle a,
.group__header-toggle label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#card-info-check,
#accounts-info {
  display: none;
}
.card-info__accounts,
.right__panel-accounts {
  /* display: none; */
}
#card-info-check:checked ~ .card-info__accounts {
  display: block;
}
#card-info-check:checked
  ~ .panel-group__header
  .group__header-toggle
  label
  img {
  transform: rotate(180deg);
}
#accounts-info:checked ~ .right__panel-accounts {
  display: block;
}
#accounts-info:checked ~ .panel-group__header .group__header-toggle label img {
  transform: rotate(180deg);
}
.card-info__table a {
  text-decoration: none;
  color: var(--text-dark);
}
.group__header-caption {
  /* color: var(--text-dark); */
  color: var(--main-color);
  font-size: 14px;
}
.group__header-caption a {
  /* color: var(--text-dark); */
  color: var(--main-color);
}
.right-panel__table {
  font-size: 14px;
  border-collapse: collapse;
}
.right-panel__table td {
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
}
.right-panel__table a {
  color: var(--text-dark);
}
.right-panel__table th {
  font-size: 12px;
  padding-bottom: 4px;
  color: var(--text-dark-blue);
  font-weight: 400;
}
.right-panel__table .account_header_l {
  text-align: left;
}
.right-panel__table .account_header_r {
  text-align: right;
}
.right-panel__table .CardInfo_CurrentBalanceCell {
  text-align: right;
}
.right-panel__table .account_cell_r {
  text-align: right;
}
.right__panel-settings {
  display: flex;
  align-items: center;
  gap: 16px;
}
.right__panel-settings img {
  width: 32px;
}
.right__panel-settings a {
  color: var(--main-color);
}
/* end RIGHT PANEL */
.main {
	padding: 120px 310px 0 200px;
}
.main > img {
  width: 100%;
}
/* FOOTER */
footer {
  background: #fff;
/*
  background: #abcfee;
  background: linear-gradient(
    180deg,
    rgba(243, 248, 252, 1) 2%,
    rgba(128, 177, 223, 1) 59%,
    rgba(119, 171, 221, 1) 100%
  );
*/
}
#footer {
  box-sizing: border-box;
  /* min-height: 40px; */
  padding: 16px 0;
  color: #566779; /* #fff */
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__copy p a {
 /* color: #fff; */
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s;
  font-size: 16px;
}

.footer__copy a:hover {
  color: #005aaa;
}
/* end FOOTER */
@media (max-width: 980px) {
  #HideMenu,
  #HideInfo {
    visibility: visible;
  }
  .right__section {
	right: -300px;
	padding-top: 145px;
  }
  .right__section.active {
    right: 0;
    transition: right 0.5s ease-in-out;
  }
  .left__section {
	left: -210px;
	padding-top: 145px;
  }
  .left__section.active {
    left: 0;
    transition: left 0.5s ease-in-out;
  }
  .header__title {
    display: none;
  }
  .header__exit {
    padding-right: 0;
  }
  .header__exit-img {
    display: none;
  }
  .top__links-section {
    display: block;
  }
  .main {
    padding-top: 150px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 600px) {
  #HideMenuButton {
    /* visibility: visible; */
  }
  #OldDesign {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .header__exit {
    flex-basis: 100px;
  }
}



