@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-SemiBoldItalic.woff2") format("woff2"),
    url("./Font/Aileron-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-BoldItalic.woff2") format("woff2"),
    url("./Font/Aileron-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-LightItalic.woff2") format("woff2"),
    url("./Font/Aileron-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-BlackItalic.woff2") format("woff2"),
    url("./Font/Aileron-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-HeavyItalic.woff2") format("woff2"),
    url("./Font/Aileron-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Thin.woff2") format("woff2"),
    url("./Font/Aileron-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Black.woff2") format("woff2"),
    url("./Font/Aileron-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-ThinItalic.woff2") format("woff2"),
    url("./Font/Aileron-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-UltraLightItalic.woff2") format("woff2"),
    url("./Font/Aileron-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Regular.woff2") format("woff2"),
    url("./Font/Aileron-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Light.woff2") format("woff2"),
    url("./Font/Aileron-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Bold.woff2") format("woff2"),
    url("./Font/Aileron-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Heavy.woff2") format("woff2"),
    url("./Font/Aileron-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-UltraLight.woff2") format("woff2"),
    url("./Font/Aileron-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-SemiBold.woff2") format("woff2"),
    url("./Font/Aileron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("./Font/Aileron-Italic.woff2") format("woff2"),
    url("./Font/Aileron-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #00b493;
  --secondary-color: #cce5fb;
  --blue-color: #027bee;
}

body {
  font-family: "Aileron";
}
ul, ol{
  margin-left: 2.5rem;
}
.old-version {
  display: flex;
  flex-direction: column-reverse;
}

.old-version > div {
  width: 50.1%;
}

.old-version p {
  color: #2f5496;
}

.oldVlist {
  display: flex;
  width: 400px;
  justify-content: space-between;
}

.heading h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding: 15px;
  background: #3b5775;
  text-align: center;
  font-weight: 700;
}

.container {
  max-width: 970px;
}

.release-note {
  box-shadow: 0px 0px 5px #ccc;
  margin-top: 30px;
}

.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background: var(--primary-color);
  -color: var(--blue-color);
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-title a span {
  font-weight: bold;
  padding-left: 5px;
  font-size: 18px;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: "\f106";
  position: absolute;
  font-family: "FontAwesome";
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: " ";
  font-size: 24px;
  position: absolute;
  font-family: "FontAwesome";
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "\f107";
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\f107";
  font-size: 24px;
  position: absolute;
  font-family: "FontAwesome";
  right: 20px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.panel-body h5 {
  font-size: 16px;
  color: #333;
  padding: 4px 0;
}

.panel-body h5:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.panel-body {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.panel-body a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 5px;
}

.footer {
  background: #e6e6e6;
  padding: 20px 0;
  color: #262525;
}

.footer p {
  padding: 5px 0;
}

.date h5 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0px;
}

.date h5 span {
  font-weight: bold;
}

.old-version a {
  display: block;
}
