html {
  height: 100%;
	scroll-behavior: smooth;
}
body {
  height: 100%;
  font-size: 16px;
  font-family: Poppins,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.43;
  margin: 0;
  padding-top:60px;
  scroll-behavior: smooth;
}
a {
  color: #184076
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px
}
::-webkit-scrollbar-track:hover {
  background-color: #a2c2ec;
  border-radius: 5px
}
::-webkit-scrollbar-thumb {
  background-color: #c2d5ee;
  border-radius: 5px
}
::-webkit-scrollbar-thumb:hover {
  background-color: #184076
}
.main .content aside.menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  transition: all .3s ease
}
 
.main .content aside.menu::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px
}
.main .content aside.menu::-webkit-scrollbar-track:hover {
  background-color: #b9b9b9;
  border-radius: 5px
}
.main .content aside.menu::-webkit-scrollbar-thumb {
  background-color: #37a7df;
  border-radius: 5px
}
.main .content aside.menu::-webkit-scrollbar-thumb:hover {
  background-color: #0087c8
}
.main {
  max-width: 100%;
  margin: auto;
  border-radius: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0;
  padding-bottom: 30px;
}
.tablehead {
  background-color: #f5f5f5;
  color: #4a4a4a;
  text-align: center;
  font-weight: 700;
  font-family: Poppins,Open-Sans,sans-serif;
  font-size: 22px
}
table.table th {
  background: #d5e0e7;
  text-align: left
}
table.table th.colhead {
  text-align: center;
  background: #879faf;
  font-size: 16px;
  color: #fff
}
table.table {
  width: 100%;
  border-top: 1px solid #c4dce7;
  border-left: 1px solid #c4dce7;
  margin-bottom: 20px;
  min-width: 600px
}
.scrollbars {
  overflow: auto
}
table.table td,
table.table th {
  padding: 6px 10px;
  border-bottom: 1px solid #c4dce7;
  border-right: 1px solid #c4dce7
}
table.table td {
  white-space: normal;
  word-break: break-word
}
h2 {
  font-size: medium
}
.main h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0087c8
}
p {
  margin-top: 3px
}
.code {
  white-space: pre-wrap;
  font-family: courier;
  background: #343434;
  color: #f7ffe0;
  font-size: 18px;
  padding: 20px;
  border-radius: 6px;
  max-height: 200px;
  overflow: auto;
  font-weight: 400;
  line-height: normal
}
.htmlcode {
  word-wrap: break-word;
  white-space: pre-line;
  font-family: courier;
  background: #d8d7d7;
  color: #000;
  font-size: 18px;
  padding: 20px;
  border-radius: 6px;
  max-height: 200px;
  max-width: 100%;
  overflow: auto;
  font-weight: 400;
  line-height: normal
}
.main .content aside   article {
  border-radius: 3px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border: 1px solid #00000012;
}
.main .content aside   article + article {
  margin-top: 10px;
}
.main .content aside   article   article {
  margin-left: 10px;
}
.main .content aside > article ul li::before {
    position: absolute;
    left: -20px;
    content: "";
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/ArrowIcon.svg) no-repeat center;
    transform: rotate(270deg);
    background-size: 60%;
    border: 1px solid #4096bd;
    border-radius: 50%; 
}
.main .content aside > article ul li li::before {
    background: #4096bd;
    width: 6px;
    height: 6px;
    top: 9px;
}
.main .content aside > article ul li {
    position: relative; 
    margin-bottom: 10px;
    list-style: none;
}
.main .content aside > article ul li ul { 
    margin-top:5px; 
}
.main .content aside > article ul li li { 
    margin-bottom:5px; 
} 
.main .content aside > article.active {
  padding: 0 15px 15px;
  border: 1px solid #184076
}
article h1 {
  line-height: normal;
  cursor: pointer;
  color: #666;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0;
  padding: 10px 20px;
  background: #fff; 
  z-index: 999999999;
  border-radius: 3px;   
  background: linear-gradient(323deg,#dee6f4,rgb(238 242 249 )); 
}
 
article h2 {
  border-radius: 6px;
  margin: 0 0  ;
  padding: 6px 15px;
  background: #ebf4f7;
  line-height: normal;
  cursor: pointer;
  color: #666;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset rgb(203 224 233) 1px 1px 11px 0;
 
  z-index: 99999999
}
article article h2 {
	box-shadow: inset rgb(211 220 238) 1px 1px 11px 0;
	}
 
 
article h2[aria-expanded=true] {
  background: #0588b8;
  color: #fff;
  box-shadow: none;
  border-radius: 6px 6px 0 0
}
article article h2 {
  background: linear-gradient(270deg, #ffffff 0%, #e4eaf5 100%);
  color: #012658; 
}
article article h2[aria-expanded=true] {
  background:  linear-gradient(360deg, #ffffff 0%, #e4eaf5 100%);
  color: #012658;
  font-weight: 600;
}
article article article h2 {
  background: linear-gradient(270deg, #ffffff 0%, #e7e8e9 100%);
  color: #012658;
}
article article article h2[aria-expanded=true] {
  background: linear-gradient(360deg, #ffffff 0%, #e9e9e9 100%);
  color: #012658;
}
article article article article h2 {
  background: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);
  color: #012658;
}
article article article article h2[aria-expanded=true] {
  background: linear-gradient(360deg, #ffffff 0%, #ececec 100%);
  color: #012658;
}
article h4 {
  font-size: 16px;
}

article h1:before, article h2:before, article h1:after, article h2:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  width: 12px;
  height: 2px;
  background: #032a5e;
  transition: all .3s ease;
}
article h1:after, article h2:after { transform:rotate(90deg) }
article > h1[aria-expanded=true]:after , article > h2[aria-expanded=true]:after  { transform:rotate(0deg)}
article > h1[aria-expanded=true] {
  background-color: #fff;
  color: #184076;
  font-weight: 600;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(142deg,#dee6f4,rgb(238 242 249 )); 
}
  article h2:before, 
  article h2:after {
	    right: 16px;
  top: 19px;
}
 
article h1[aria-expanded=true]:before,
article h2[aria-expanded=true]:before {
  transform: rotate(180deg)
}
article h2[aria-expanded=true]:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7496%) hue-rotate(260deg) brightness(103%) contrast(99%)
}
article main {
  transition: all .3s ease;
  padding: 20px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
article.active > main {
  height: 100%;
  overflow: auto
}
.main .content {
  position: relative;
  z-index: 0;
  height: fit-content;
  background: linear-gradient(142deg,#dee6f4,rgb(238 242 249 ));
}
.main .page-head {
	position: fixed;
	width: 100%;
	top:0;
	z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  background: #eefaff;
  box-shadow: rgb(0 0 0 / 9%) 0 4px 34px;
  border-bottom: 1px solid #a7d4e9;
  gap: 20px;
  background: #012456;
  background: linear-gradient(180deg,#012456 0,#012658 66%,#0b3772 100%)
}
.main .page-head h1 {
  margin: 0;
  font-size: 24px;
  color: #fff
}
.main .page-head p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  color: #fff
}
.main .page-head aside:first-of-type {
  min-width: 260px;
  overflow: auto;
  justify-content: space-between;
  align-items: center;
  display: flex
}
.main .page-head aside:last-of-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-sizing: border-box
}
@media (max-width:1023px) {
  .main .page-head {
    flex-direction: column;
    gap: 5px
  }
  .main .page-head aside:first-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between
  }
}
@media (max-width:600px) {
  .main .page-head aside:last-of-type {
    flex-direction: column;
    gap: 5px
  }
}
.main .content aside:first-of-type {
  width: 230px;
  overflow: auto;
  position: fixed;
  top: 80px;
  float: left;
  height: calc(100% - 110px);
  overflow: auto;
}
.main .content aside:last-of-type {
  gap: 10px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: rgb(0 0 0 / 9%) -4px 2px 5px;
  overflow: visible;
  background: #fff;
  margin-left: 230px;
  height: 100%;
}
.main .content aside.menu ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none
}
.main .content aside.menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.main .content aside.menu ul li:before {
  position: absolute;
  content:"";
  width: 1px;
  height: 100%;
  background: #b7d2ff;
  left: 12px;
}
.main .content aside.menu ul li li:before { 
left: 22px;
}
.main .content aside.menu > ul > li:first-of-type:before {
    bottom: 0;
    height: 50%;
}
.main .content aside.menu  ul > li:last-of-type:before {
    top: 0;
    height: 50%;
}
 
::before {}
.main .content aside.menu ul li a {
  white-space: normal; 
  line-height: normal;
  padding: 3px 12px 3px 22px;
  margin-bottom: 2px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  display: block;
  font-size: 14px; 
  transition: all .1s ease;
  overflow: hidden;
  font-weight: 600;
}
.main .content aside.menu > ul > li > a {
  color: #012456
}
.main .content aside.menu > ul > li > ul > li > a {
  color: #012456;
}
.main .content aside.menu > ul > li > ul > li > ul > li > a {
  color: #012456
}
.main .content aside.menu > ul > li > ul > li > ul > l  ul > li > a {
  color: #333
}
.main .content aside.menu ul li a {
  color: #012456;
  text-decoration: none
}
.main .content aside.menu ul li a:before,
.main .content aside.menu ul li ul li a:before  {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: #004aac;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: all .1s ease;
}
 .main .content aside.menu ul li a.submenu:before,
.main .content aside.menu ul li ul li a.submenu:before, 
.main .content aside.menu ul li > a.submenu:after,
.main .content aside.menu ul li ul li > a.submenu:after  {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  background: #004aac;
  width: 10px;
  height: 1px !important;
  transform: rotate(0deg);
  transition: all .1s ease;
}
.main .content aside.menu ul li > a.submenu:after,
.main .content aside.menu ul li ul li > a.submenu:after  { 
  transform: rotate(90deg); 
}
.main .content aside.menu ul li > a.submenu.active:after,
.main .content aside.menu ul li ul li > a.submenu.active:after  {
  transform: rotate(0deg); 
}
.main .content aside.menu ul li a[aria-expanded=true] + ul li a:before {
  left: 25px;
  top: 11px;
  width: 8px;
  height: 8px
}
.main .content aside.menu ul li a.active + ul {
  display: block
}
.main .content aside.menu ul li a.active + ul {
  display: block; 
  margin: 2px;
}
.main .content aside.menu ul li a.active + ul  a.active  +  ul {
  display: block;
  margin: 0;
  margin-left:15px;
}
.main .content aside.menu ul li a.active + ul  a.active + ul  a.active  + ul  a.active  +  ul { 
  margin-left:18px; 
}
.main .content aside.menu ul li a.active   +  ul li a:before {
  background: #0b3772;
  width:6px;
  height: 6px;
  top: 11px;
  left: 20px;
  border: 1px solid #0b3772;
  transform: rotate(-45deg);
}
.main .content aside.menu ul li a.active   +  ul li a.submenu:before {
  transform: rotate(0deg) !important;
  left: 20px;
  top: 14px;
}
.main .content aside.menu ul li a.active   +  ul li a.submenu:after {
  transform: rotate(90deg) !important;   
}
.main .content aside.menu ul li a.active + ul  a.active  +  ul li a:before {
  background: #fff;
  width:6px;
  height: 6px;
  top: 11px;
  left: 20px;
  border: 1px solid #0b3772;
  transform: rotate(-45deg);
}
.main .content aside.menu ul li a.active + ul  a.active  + ul  a.active  +  ul li a:before {
  background: #0b3772;
  width:4px;
  height: 4px;
  top: 12px;
  left: 21px;
  border: 1px solid #0b3772;
}
.main .content aside.menu ul li a.submenu.active + ul  a.submenu.active  +  ul li a.submenu::after {
  width:6px;
  left: 20px;
}
.main .content aside.menu ul li a.submenu.active +  ul li a.submenu::after {
  width:6px;
  left: 20px;
  top: 14px;
} 
.main .content aside.menu ul li a.submenu.active +  ul li a.submenu.active::after {
  transform: rotate(0deg) !important; 
}
.main .content aside.menu ul li a.submenu.active + ul  a.submenu.active  +  ul li a.submenu.active::after {
  transform: rotate(0deg) !important;
}
.main .content aside.menu ul li a.submenu.active + ul  a.submenu.active  + ul  a.submenu.active  +  ul li a.submenu::after {  
  width:4px; 
    border: none; 
}
.main .content aside.menu ul li a.submenu.active + ul  a.submenu.active  +  ul li a.submenu:before {
  height: 1px !important;
  top: 14px;
}
.main .content aside.menu ul li a.submenu.active + ul  a.submenu.active  + ul  a.submenu.active  +  ul li a.submenu:before {  
  height: 1px;  
}
.main .content aside.menu ul li a.active + ul  a.active + ul  a.active  + ul  a.active  +  ul li a  { 
 color: #666;  
}
.main .content aside.menu ul li a.active + ul  a.active + ul  a.active  + ul  a.active  +  ul li a:before { 
  background: #fff;
  width:4px;
  height: 4px; 
  top: 12px;
    left: 18px;
    border: 1px solid #0b3772;
}
.main .content aside.menu ul li a[aria-expanded=true] + ul li a {
  white-space: normal;
  word-break: break-all;
  line-height: normal;
  padding: 6px 12px 6px 42px;
  background: #fff;
  margin-bottom: 2px;
  border-radius: 6px;
  cursor: pointer;
  color: #333;
  font-weight: 400; 

}
.main .content aside.menu ul li ul {
  display: none;
  margin: 3px 0
}
.main .content aside.menu ul   a {
  margin: 0 0 0  ;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px 6px 30px;
  color:#37a7df;
}
.main .content aside.menu ul li ul a {
  margin: 0 0 0  ;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px 4px 30px;
  color:#000;
}
.main .content aside.menu ul li ul li ul a { 
  font-size: 13px;
  font-weight: 400; 
}
.main .content aside.menu ul li ul li ul li ul a { 
  font-size: 12px;
  font-weight: 400; 
}
.main .content aside.menu ul li ul li ul li ul a.active {  
  font-weight: 600; 
}
.main .content aside.menu ul li a[aria-expanded=true] + ul {
  display: block
}
.main .content aside.menu ul li a[aria-expanded=true] + ul li a[aria-expanded=true] {
  font-weight: 600;
  color: #184076
}
.main .content aside.menu > ul > li > a.active,
.main .content aside.menu > ul > li > a:hover {
  background: linear-gradient(91deg, #ffffff, rgb(238 242 249 / 49%)); 
  box-shadow: 3px 3px 3px #00000012;
}   
.main .content aside.menu > ul > li > ul > li > a.active,
.main .content aside.menu > ul > li > ul > li > a:hover {
  background: linear-gradient(91deg, #ffffff6b, rgb(238 242 249 / 49%));
} 
.main .content aside.menu > ul > li > ul > li > ul > li > a.active,
.main .content aside.menu > ul > li > ul > li > ul > li > a:hover {
  background: none;
  font-weight: 700;
}   
.main .content aside.menu > ul > li > a.active::after,
.main .content aside.menu > ul > li > a:hover::after {
 right: 5px;
}
.main .content aside.menu > ul > li > ul > li > a:hover {
  color: #184076;
  font-weight: 600
}
code {
  font-family: Consolas,monaco,"Ubuntu Mono",courier,monospace!important;
  color: #991d20;
  display: inline-block;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 5px;
  margin: 5px 0;
  word-break: break-word
}
.K2_CBox {
  position: relative;
  background: #fff;
  width: 100%;
  border-radius: 6px;
  box-shadow: rgba(0,0,0,.15) 1.95px 1.95px 2.6px;
  padding: 10px
}
.K2_CBox .CB_Heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -40px;
  margin-right: 10px
}
.K2_CBox .CB_Heading span {
  margin: 0;
  font-weight: 700;
  font-family: inherit;
  font-size: 0
}
.K2_CBox .C_box_main {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 6px;
  outline: 0;
  border: 0;
  border-radius: 50%;
  background: #004cbd;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.K2_CBox .C_box_main:hover {
  opacity: .8
}
.K2_CBox .C_box_main .CBox_icn {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fefefe' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'><rect x='5.54615' y='5.54615' width='16.45385' height='16.45385' rx='4'/><path d='M171.33311,181.3216v-8.45385a4,4,0,0,1,4-4H183.787' transform='translate(-169.33311 -166.86775)'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.K2_CBox .C_box_main.copied {
  background: #2dcda7
}
.K2_CBox .C_box_main.copied .CBox_icn {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fefefe' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'><path d='M22 11.07V12a10 10 0 1 1-5.93-9.14'/><polyline points='23 3 12 14 9 11'/></svg>")
}
.K2_CBox pre {
  margin: 0;
  background: #f6f6f6;
  padding: 15px;
  border-radius: 5px;
  color: #08102b;
  font-size: .8rem;
  font-family: Consolas,monaco,"Ubuntu Mono",courier,monospace!important;
  overflow: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  white-space: pre-wrap
}
.K2_CBox pre::after,
.K2_CBox pre::before {
  content: ''
}
.dark-Mode .K2_CBox {
  background: #2d2d30
}
.dark-Mode .K2_CBox pre {
  background: #252526;
  color: #fffdfc
}
.tNtf span {
  position: fixed;
  left: 24px;
  bottom: -70px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 99981;
  background: #323232;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  font-family: inherit;
  border-radius: 3px;
  padding: 13px 24px;
  box-shadow: 0 5px 35px rgba(149,157,165,.3);
  opacity: 0;
  transition: all .1s ease;
  animation: slideinwards 2s ease forwards;
  -webkit-animation: slideinwards 2s ease forwards
}
@media screen and (max-width:500px) {
  .tNtf span {
    margin-bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 13px
  }
}
@keyframes slideinwards {
  0% {
    opacity: 0
  }
  20% {
    opacity: 1;
    bottom: 0
  }
  50% {
    opacity: 1;
    bottom: 0
  }
  80% {
    opacity: 1;
    bottom: 0
  }
  100% {
    opacity: 0;
    bottom: -70px;
    visibility: hidden
  }
}
@-webkit-keyframes slideinwards {
  0% {
    opacity: 0
  }
  20% {
    opacity: 1;
    bottom: 0
  }
  50% {
    opacity: 1;
    bottom: 0
  }
  80% {
    opacity: 1;
    bottom: 0
  }
  100% {
    opacity: 0;
    bottom: -70px;
    visibility: hidden
  }
}
.darkMode .tNtf span {
  box-shadow: 0 10px 40px rgba(0,0,0,.2)
}
.page-footer {
  text-align: right;
  padding: 5px;
  font-size: 12px;
  margin-right:15px;
  width: 100%;
  z-index: 1111111;
  display:flex;
  justify-content:space-between;
  background: #333;
}
.page-footer .version {font-size:12px;color: #ccc;}
.page-footer .copyright {font-size:12px;color: #eee;}

#maincontent { 
  scroll-behavior: smooth; 
  padding:20px   ;
}
#maincontent img {
  max-width: 100%
}
.logo {
  width: 150px;
  margin: 10px
}
#maincontent picture {
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #c9bbbb;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all .3s ease
}
#maincontent picture img {
  display: block;
  width: auto
}
#maincontent picture:hover {
  transform: scale(1.02) translateY(-10px)
}


.customer_support {
  margin: 10px;
  text-align: center;
  background: linear-gradient(360deg, #ffffff 0%,#fff 100% );
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #ebebeb;
}

.customer_support p {
  font-size: 10px;
  margin: 0;
} 
.customer_support h2 {
  color: #02275a;
  font-size: 14px;
}
.customer_support a  {
  color: #02275a;
  text-decoration: underline;
} 
.customer_support a:hover {
  color: #02275a;
  text-decoration: none;
}


@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
 
#loader   { 
    width: 56px;
    height: 56px;
    border: 8px solid #0588b82c;
    border-top-color: #0588b8;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}

@media(max-width: 767px) {
	.page-footer { 
		flex-direction: column;
		text-align: center;
	}
	.main .page-head h1 {
		position: absolute;
		right: 20px;
		top: 15px;
	}
	.main .content aside:last-of-type {
	   margin-left: 0;  
	}
	.main .page-head p  ,
	.main .content aside:first-of-type ,
	.page-head img.toggle { display:none }
}