@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Extralight.eot");
  src: url("../fonts/GeneralSans-Extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans-Extralight.ttf") format("truetype"), url("../fonts/GeneralSans-Extralight.svg#GeneralSans-Extralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.eot");
  src: url("../fonts/GeneralSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype"), url("../fonts/GeneralSans-Light.svg#GeneralSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.eot");
  src: url("../fonts/GeneralSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype"), url("../fonts/GeneralSans-Regular.svg#GeneralSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.eot");
  src: url("../fonts/GeneralSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype"), url("../fonts/GeneralSans-Medium.svg#GeneralSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.eot");
  src: url("../fonts/GeneralSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype"), url("../fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.eot");
  src: url("../fonts/GeneralSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype"), url("../fonts/GeneralSans-Bold.svg#GeneralSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "General Sans";
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  margin: 0;
  background-color: #F4F6FC;
}

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

img {
  max-width: 100%;
}

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

span:focus-visible {
  outline: 0;
}

.sidebar_nav {
  width: 280px;
  background-color: #fff;
  box-shadow: 0 3.57px 40.21px 0 #DEE1EB;
  padding: 20px;
  position: fixed;
  height: 100vh;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.sidebar_nav.active {
  width: 80px;
  transition: all 0.4s ease-in-out;
}
.sidebar_nav.active ul li.menu > a {
  display: none;
}
.sidebar_nav.active .collapse {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.sidebar_nav .logo {
  margin-bottom: 65px;
}
.sidebar_nav .logo a {
  display: flex;
  justify-content: center;
}
.sidebar_nav .logo a img {
  max-width: 180px;
}
.sidebar_nav .collapse {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 80px;
  right: -12px;
  transition: all 0.4s ease-in-out;
}
.sidebar_nav .collapse .collapse_icon {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar_nav .navbar {
  list-style: none;
}
.sidebar_nav .navbar li {
  position: relative;
  margin-bottom: 12px;
}
.sidebar_nav .navbar li a span {
  font-weight: 500;
  color: #303644;
  font-size: 16px;
  line-height: normal;
}
.sidebar_nav .navbar li a span img {
  vertical-align: sub;
}
.sidebar_nav .navbar li span.plus_minus {
  position: absolute;
  top: 4px;
  right: 0;
}
.sidebar_nav .navbar li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.sidebar_nav .navbar li .sub-menu li {
  margin: 0;
  padding: 10px 8px;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}
.sidebar_nav .navbar li .sub-menu li.active {
  background-color: rgba(226, 233, 255, 0.7);
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.sidebar_nav .navbar li .sub-menu li a img {
  margin-right: 8px;
}
.sidebar_nav .navbar li .plus_minus {
  cursor: pointer;
}
.sidebar_nav a.logout-btn {
  color: #F82327;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  position: fixed;
  bottom: 60px;
  width: 230px;
  text-align: center;
}
.sidebar_nav a.logout-btn img {
  vertical-align: top;
  margin-right: 8px;
}

section.main_page {
  width: calc(100% - 280px);
  margin-left: auto;
  padding: 25px;
  transition: all 0.4s ease-in-out;
}

.sidebar_nav.active + section.main_page {
  width: calc(100% - 80px);
  transition: all 0.4s ease-in-out;
}

.audio_type ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .audio_type ul {
    flex-wrap: wrap;
  }
}
.audio_type ul li.audio_type_ul_wrapper {
  width: 50%;
}
@media (max-width: 1024px) {
  .audio_type ul li.audio_type_ul_wrapper {
    width: 100%;
  }
}
.audio_type ul li.audio_type_ul_wrapper div .head_title {
  background-color: rgba(226, 233, 255, 0.7);
  color: #303644;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #85A2FE;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 12px;
}
.audio_type ul.audio_type_ul_inner {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 25px 40px;
  align-items: flex-start;
}
.audio_type ul.audio_type_ul_inner li {
  width: 25%;
}
@media (max-width: 1024px) {
  .audio_type ul.audio_type_ul_inner li {
    width: 21%;
  }
}
.audio_type ul.audio_type_ul_inner li span {
  display: block;
  color: #303644;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  position: relative;
}
.audio_type ul.audio_type_ul_inner li span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #303644;
  border-radius: 100%;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=styles.css.map */
