@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: #EF5222;
  opacity: 0.3;
  transition: all 0.3s;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
}
.backTop .ant-back-top-content:hover {
  opacity: 1;
}
.footer {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 72px;
}
@media (max-width: 767px) {
  .backTop {
    right: 20px;
    bottom: 20px;
  }
  .container {
    height: 100vh;
    flex: 1;
    width: 100%;
  }
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.main-header {
  z-index: 9;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
.left-header {
  display: flex;
  align-items: center;
}
.header.ant-layout-header {
  padding: 0;
  position: relative;
  z-index: 9;
  background-color: #fff;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.header.ant-layout-header .logo img {
  height: 60px;
}
.header.ant-layout-header .form-login .forgot {
  position: relative;
}
.header.ant-layout-header .form-login .forgot .forgot-link {
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #028A4B;
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header .form-login {
    display: flex;
  }
  .header.ant-layout-header .form-login .ant-row.ant-form-item {
    margin-top: 12px;
  }
}
.header.ant-layout-header .nav-bar .nav-icons {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header.ant-layout-header .nav-bar .nav-icons li {
  width: 100%;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header.ant-layout-header .nav-bar .nav-icons li .ant-badge-count {
  background: #EF5222;
  font-size: 11px;
  box-shadow: none;
  padding: 0 5px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
.header.ant-layout-header .nav-bar .nav-icons li:hover {
  opacity: 0.9;
}
.header.ant-layout-header .nav-bar .nav-icons li.active {
  color: #EF5222;
}
.header.ant-layout-header .nav-bar .nav-icons li.active a {
  color: #EF5222;
}
.header.ant-layout-header .nav-bar .nav-icons li.custom {
  background-color: #EF5222;
}
.header.ant-layout-header .nav-bar .nav-icons li a {
  color: #fff;
  font-weight: bold;
}
.header.ant-layout-header .nav-bar .nav-icons li .anticon {
  display: none;
  font-size: 20px;
}
.header.ant-layout-header .nav-bar .nav-icons li .anticon.anticon-shopping-cart,
.header.ant-layout-header .nav-bar .nav-icons li .anticon.anticon-search {
  display: block;
}
.header.ant-layout-header .nav-bar .nav-icons li .cart-total {
  position: absolute;
  top: 2px;
  right: calc(50% - 20px);
}
.header.ant-layout-header .nav-bar .nav-icons li .ant-menu.ant-menu-light {
  background-color: #EF5222;
}
.header.ant-layout-header .nav-bar .nav-icons li .ant-btn {
  background: #EF5222;
  font-weight: bold;
  color: #fff;
  border: none;
}
.header.ant-layout-header .nav-bar .nav-icons .right-menu {
  padding: 15px 0;
}
.header.ant-layout-header .nav-bar .nav-icons .right-menu .ant-menu-submenu-title {
  padding: 0;
}
.header.ant-layout-header .nav-bar .nav-icons .active {
  color: #fff;
  border-bottom: 2px solid;
}
@media (max-width: 480px) {
  .header.ant-layout-header .nav-bar {
    padding: 0;
  }
  .header.ant-layout-header .nav-bar .nav-icons {
    width: 100%;
    justify-content: space-between;
    padding: 8px 0;
  }
  .header.ant-layout-header .nav-bar .nav-icons li {
    font-size: 14px;
    padding: 2px 0;
  }
  .header.ant-layout-header .nav-bar .nav-icons li.custom {
    font-size: 12px;
  }
  .header.ant-layout-header .nav-bar .nav-icons li.custom.hide {
    display: none;
  }
  .header.ant-layout-header .nav-bar .nav-icons li .anticon {
    display: block;
  }
  .header.ant-layout-header .nav-bar .nav-icons li .hide {
    display: none;
  }
  .header.ant-layout-header .nav-bar .nav-icons li span {
    font-size: 12px;
  }
  .header.ant-layout-header .nav-bar .nav-icons li .cart-total {
    top: -5px;
  }
}
.header.ant-layout-header .button {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.header.ant-layout-header .button:hover {
  color: #EF5222;
  background-color: #EF5222;
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header {
    height: 60px;
  }
  .header.ant-layout-header .logo img {
    height: 40px;
  }
  .header.ant-layout-header .form-login .ant-btn {
    padding: 3px 5px;
  }
}
.ant-menu.ant-menu-sub li a:hover {
  color: #000;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #000 !important;
}
.profile-user {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.profile-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 5px;
}
.profile-user img.token-ico {
  height: 20px;
  width: unset;
  border-radius: 0;
}
.profile-user .profile-name {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  text-transform: capitalize;
}
.profile-user .profile-name span {
  color: #4e4e4e;
  font-size: 12px;
  text-transform: none;
}
.profile-menu-item .menu-item {
  padding: 5px  0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 200ms;
}
.profile-menu-item .menu-item:hover {
  color: var(--primary);
}
@media (max-width: 480px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .header.ant-layout-header {
    padding: 0;
  }
  .ant-btn.info,
  .ant-btn.secondary-custom {
    margin-bottom: 5px;
  }
  .ant-table-thead > tr > th,
  .ant-table-tbody > tr > td,
  .ant-table tfoot > tr > th,
  .ant-table tfoot > tr > td {
    padding: 10px 5px;
  }
  .ant-col-offset-4 {
    margin-left: 0;
  }
  .switch-grp {
    margin-bottom: 10px;
  }
}
.avatar-profile a {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 40px;
  padding: 0 5px;
  white-space: nowrap;
  gap: 5px;
}
.avatar-profile a span {
  display: block;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar {
  background-color: var(--primary);
}
@media (max-width: 768px) {
  .navbar .main-container {
    padding: 0;
  }
}
.navbar ul {
  display: flex;
  flex-direction: row;
  padding-inline-start: 0;
  margin: 0;
}
.navbar ul li {
  font-weight: bold;
  position: relative;
}
.navbar ul li a {
  color: #fff;
  display: block;
  padding: 10px;
  opacity: 0.8;
  transition: all 200ms;
  white-space: nowrap;
}
.navbar ul li a:hover {
  opacity: 1;
}
.navbar ul li.active a {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.navbar ul li.nav-cate {
  background-color: #138948;
  opacity: 1;
  min-width: 150px;
  text-align: center;
}
@media (max-width: 480px) {
  .navbar ul li.nav-cate {
    min-width: auto;
  }
}
.navbar ul li.nav-cate .anticon {
  margin-right: 5px;
  text-transform: uppercase;
}
.navbar ul li ul {
  width: 250px;
  position: absolute;
  left: 0;
  top: 43px;
  display: none;
  background-color: #138948;
  text-align: left;
}
.navbar ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar ul li ul li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.navbar ul li ul li a img {
  width: 18px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
.navbar ul li:hover ul {
  display: block;
}
.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}
.sidebar .ant-collapse:nth-child(2) {
  margin-top: 20px;
}
.sidebar .ant-collapse .ant-collapse-header {
  height: 50px;
  line-height: 50px!important;
  font-size: 17px;
  padding: 0 10px!important;
  text-align: center;
  background: #EF5222;
  color: #fff !important;
  font-weight: 600;
  margin: -1px -1px !important;
  border-radius: 3px!important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.sidebar .ant-collapse .ant-collapse-content-box {
  background-color: #f2f2f2;
  padding: 0;
}
.sidebar .genres-title {
  width: 95%;
  text-align: left;
}
.sidebar .genres-items {
  background-color: #f2f2f2;
}
.sidebar .genres-items .title {
  height: 50px;
  line-height: 30px;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  background: #EF5222;
  color: #fff;
  font-weight: 600;
}
.sidebar .genres-items ul {
  padding: 2px 0 2px 10px;
  margin: 0;
}
.sidebar .genres-items ul li {
  line-height: 30px;
}
.sidebar .genres-items ul li a {
  color: #000;
}
.sidebar .genres-items ul li a.active {
  color: #EF5222;
}
@media screen and (max-width: 480px) {
  .sidebar .ant-collapse .ant-collapse-header {
    height: 40px;
    line-height: 40px!important;
  }
}
.mobile-search-icon {
  display: none !important;
}
@media (max-width: 480px) {
  .mobile-search-icon {
    font-size: 20px;
    display: block !important;
    cursor: pointer;
    background-color: #F1F6FF;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0 7px;
  }
}
.form-login .ant-input-search-with-button .ant-input-group .ant-input {
  height: 40px;
  background-color: #F1F6FF;
  border: 0;
  outline: none !important;
  box-shadow: none;
}
.form-login .ant-input-search-with-button .ant-input-group .ant-btn {
  background: #F1F6FF !important;
  border: none !important;
  color: var(--color-body);
  box-shadow: none;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.loading-screen {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 30px;
}
.loading-screen img,
.loading-screen span {
  color: #EF5222;
  animation-name: loading;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  padding: 20px;
  text-align: center;
}
@keyframes loading {
  0% {
    font-size: 30px;
    width: 280px;
  }
  25% {
    font-size: 32px;
    width: 300px;
  }
  50% {
    font-size: 34px;
    width: 320px;
  }
  75% {
    font-size: 32px;
    width: 300px;
  }
  100% {
    font-size: 30px;
    width: 280px;
  }
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.book-detail-page .main-box .left img {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.book-detail-page .main-box .left .name {
  font-weight: bold;
  text-transform: capitalize;
}
.book-detail-page .main-box .left .author {
  text-transform: capitalize;
}
.book-detail-page .main-box .left .action-bar {
  font-size: 20px;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
@-webkit-keyframes "play" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes "play" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.audio-player {
  max-width: 100%;
  border-radius: 20px;
  font-weight: 100;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .audio-player {
    display: block;
  }
}
.audio-player .current-song {
  padding: 20px 0px;
  border-radius: 20px;
  text-align: center;
  flex: 1;
}
.audio-player .current-song audio {
  display: none;
}
.audio-player .current-song .img-wrap {
  display: none;
}
.audio-player .current-song .time {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
.audio-player .current-song #timeline {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}
.audio-player .current-song #timeline:hover .hover-playhead {
  opacity: 1;
}
.audio-player .current-song #timeline:hover .hover-playhead::before {
  opacity: 1;
}
.audio-player .current-song #timeline:hover .hover-playhead::after {
  opacity: 1;
}
.audio-player .current-song #timeline #playhead {
  position: relative;
  z-index: 2;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background: var(--primary);
}
.audio-player .current-song #timeline #playhead::after {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -8px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: var(--primary);
}
.audio-player .current-song #timeline .hover-playhead {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 0;
  height: 5px;
  opacity: 0;
  border-radius: 5px;
  background: var(--primary);
  transition: opacity 0.3s;
}
.audio-player .current-song #timeline .hover-playhead::before {
  opacity: 0;
  content: attr(data-content);
  display: block;
  position: absolute;
  top: -30px;
  right: -23px;
  padding: 3px 5px;
  text-align: center;
  color: white;
  background: var(--primary);
  border-radius: calc(20px - 12px);
}
.audio-player .current-song #timeline .hover-playhead::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  border-top: 8px solid var(--primary);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.audio-player .current-song .controls {
  margin-top: 10px;
}
.audio-player .current-song .controls button {
  color: #071739;
  border-radius: 50%;
  margin: 15px;
  font-size: 22px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  border: none;
  background: 0;
}
.audio-player .current-song .controls button:focus {
  outline: none;
}
@media screen and (max-width: 480px) {
  .audio-player .current-song .controls button {
    margin: 2.1vw;
  }
}
.audio-player .current-song .controls button.play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  font-size: 30px;
}
.audio-player .current-song .controls button.play:hover {
  left: 0;
  box-shadow: 0px 0px 15px 0px rgba(39, 70, 132, 0.7);
}
.audio-player .current-song .controls button.play .fa-play {
  transform: translateX(2px);
}
.audio-player .current-song .controls button.prev-next {
  width: 35px;
  height: 35px;
}
.audio-player .current-song .controls button.prev-next img {
  width: 22px;
  margin-top: -7px;
}
.audio-player .current-song .controls button.prev-next:hover {
  transform: scale(1.2);
}
.audio-player .current-song .seekbar {
  display: flex;
  height: 14px;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem 0px;
  width: 100%;
}
.audio-player .current-song .seekbar .seekbar-left {
  width: 30px;
  margin-right: 0;
  cursor: pointer;
  text-align: left;
}
.audio-player .current-song .seekbar .slider {
  position: relative;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
}
.audio-player .current-song .seekbar .seekbar-right {
  width: 40px;
  margin-left: 0.5rem;
  text-align: right;
}
.audio-player .right-list {
  flex: 1;
  text-align: center;
  padding: 15px 0 0 0;
}
.audio-player .right-list .song-name {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
.audio-player .right-list .song-autor {
  color: #ddd;
}
.audio-player .play-list {
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #ddd;
  max-height: 305px;
  border-radius: 10px;
  flex: 1;
}
.audio-player .play-list .track {
  cursor: pointer;
  padding: 0.7rem;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #ccc;
  justify-content: space-between;
}
.audio-player .play-list .track:hover {
  color: #ddd;
}
.audio-player .play-list .track .track-img {
  width: 90px;
  border-radius: calc(20px - 10px);
}
.audio-player .play-list .track .track-discr {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  min-width: 190px;
  height: fit-content;
}
.audio-player .play-list .track .track-discr .track-name {
  text-align: left;
  line-height: 1rem;
  height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.audio-player .play-list .track .track-discr .track-author {
  margin-top: 8px;
  font-weight: 300;
  color: #709fdc;
}
.audio-player .play-list .track .track-duration {
  min-width: 40px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}
.audio-player .play-list .track.current-audio {
  background-color: #f6f8fa;
  color: #0366d6;
}
.audio-player .play-list .track.play-now {
  position: relative;
  background-color: #f6f8fa;
  color: #0366d6;
}
.audio-player .play-list .track.play-now:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 23px;
  height: 23px;
  border-radius: calc(20px - 10px);
  font-size: 16px;
  -webkit-animation: play 2s linear infinite;
  animation: play 2s linear infinite;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve'%3E%3Cpath style='fill:%23071739;' d='M47.799,8.201c-10.935-10.935-28.663-10.935-39.598,0c-10.935,10.935-10.935,28.663,0,39.598 c10.935,10.935,28.663,10.935,39.598,0C58.734,36.864,58.734,19.136,47.799,8.201z M32.95,32.95c-2.734,2.734-7.166,2.734-9.899,0 c-2.734-2.734-2.734-7.166,0-9.899s7.166-2.734,9.899,0S35.683,30.216,32.95,32.95z'/%3E%3Cpath style='fill:%23E7ECED;' d='M35.778,20.222c-4.296-4.296-11.261-4.296-15.556,0c-4.296,4.296-4.296,11.261,0,15.556 c4.296,4.296,11.261,4.296,15.556,0C40.074,31.482,40.074,24.518,35.778,20.222z M30.121,30.121c-1.172,1.172-3.071,1.172-4.243,0 s-1.172-3.071,0-4.243s3.071-1.172,4.243,0S31.293,28.95,30.121,30.121z'/%3E%3Cg%3E%3Cpath style='fill:%23709fdc;' d='M35.778,35.778c-0.76,0.76-1.607,1.378-2.504,1.87l8.157,14.92c2.284-1.25,4.434-2.835,6.368-4.769 c1.934-1.934,3.519-4.084,4.769-6.368l-14.92-8.157C37.157,34.172,36.538,35.018,35.778,35.778z'/%3E%3Cpath style='fill:%23709fdc;' d='M20.222,20.222c0.76-0.76,1.607-1.378,2.504-1.87l-8.157-14.92c-2.284,1.25-4.434,2.835-6.368,4.769 s-3.519,4.084-4.769,6.368l14.92,8.157C18.843,21.828,19.462,20.982,20.222,20.222z'/%3E%3C/g%3E%3C/svg%3E");
}
.audio-player .play-list .track.play-now .track-img {
  filter: opacity(70%);
}
.pdf-section {
  margin-top: 15px;
  text-align: left;
}
.pdf-section .pdf-section-title {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.pdf-section .pdf-item {
  cursor: pointer;
  padding: 0.7rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.pdf-section .pdf-item:hover {
  background-color: #f6f8fa;
}
.pdf-section .pdf-item .pdf-icon {
  font-size: 26px;
  color: #e5322d;
  margin-right: 12px;
}
.pdf-section .pdf-item .pdf-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pdf-section .pdf-item .pdf-info .pdf-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pdf-section .pdf-item .pdf-info .pdf-size {
  font-size: 0.8rem;
  color: #999;
}
.pdf-modal {
  max-width: calc(100vw - 32px);
}
.pdf-modal .ant-modal-body {
  padding: 12px;
}
.fa-instagram {
  position: absolute;
  color: var(--primary);
  top: 3%;
  right: 2%;
  font-size: 38px;
}
.fa-instagram:hover {
  font-size: 42px;
  color: #fff;
  transition: all 0.1s linear;
  cursor: pointer;
}
.play-list::-webkit-scrollbar {
  width: 5px;
}
.play-list::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 5px;
}
.play-list::-webkit-scrollbar-track {
  background: #ddd;
}
.controls-actions {
  width: 100%;
  padding: 0 15px;
}
.controls-actions .volume-speed {
  display: flex;
  align-items: center;
  gap: 15px;
}
.controls-actions .seekbar {
  width: 50% !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.disk {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.disk.spin {
  animation: spin 2s linear infinite;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.comment-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.comment-form .cmt-user {
  display: flex;
  flex-direction: column;
}
.comment-form .cmt-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .comment-form .cmt-user img {
    display: none;
  }
}
.comment-form .cmt-area {
  width: 100%;
  position: relative;
}
.comment-form .cmt-area .ant-form-item {
  margin: 0;
}
.comment-form .cmt-area .ant-input-textarea::after {
  color: #d6d6d6;
  font-size: 16px;
}
.comment-form .cmt-area .ant-input {
  background: #eee;
  padding: 5px 15px;
  padding-right: 30px;
  border: none;
  height: 50px;
  min-height: unset;
}
.comment-form .cmt-area .grp-emotions {
  position: absolute;
  right: 25px;
  top: 15px;
}
.comment-form .cmt-area .grp-emotions .anticon-smile {
  font-size: 22px;
  color: #EF5222;
}
.comment-form .cmt-area .grp-emotions aside.emoji-picker-react {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9999;
  overflow-y: auto;
}
.comment-form .cmt-area .grp-emotions:hover aside.emoji-picker-react {
  display: block;
}
.comment-form .submit-btn {
  background-color: #EF5222;
  color: #fff;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  padding: 0.7em 2em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0.5em;
  height: 52px;
}
.comment-form .submit-btn .anticon-send {
  font-size: 18px;
  transform: rotate(-45deg);
}
.cmt-list .cmt-item {
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
}
.cmt-list .cmt-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .cmt-list .cmt-item img {
    width: 25px;
    height: 25px;
  }
}
.cmt-list .cmt-item .cmt-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
}
.cmt-list .cmt-item .cmt-content .cmt-user {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.cmt-list .cmt-item .cmt-content .cmt-user .cmt-time {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
.cmt-list .cmt-item .cmt-content .cmt-action a {
  color: #666;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply,
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like {
  font-size: 12px;
  margin-right: 15px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply.active,
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like.active {
  color: #EF5222;
}
.cmt-list .cmt-item .cmt-content .cmt-text {
  margin-bottom: 5px;
  white-space: pre-line;
  font-size: 12px;
  color: #666;
}
.cmt-list .rate-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 5px 0;
}
.ant-form-item-control-input-content .ant-input {
  background-color: #fff;
  color: #000;
  padding: 4.8px 11px;
  border: 1px solid #eee;
}
.reply-bl-form {
  transition: all 0.3 ease-in-out;
}
.reply-bl-form .comment-form .cmt-user img {
  width: 30px;
  height: 30px;
}
.reply-bl-form .comment-form .cmt-area .ant-input {
  background: #eee;
  height: 30px;
}
.reply-bl-form .comment-form .cmt-area .grp-emotions {
  top: 10px;
}
.reply-bl-form .comment-form .cmt-area .grp-emotions aside.emoji-picker-react {
  bottom: 50%;
}
.reply-bl-list {
  padding-left: 45px;
  transition: all 0.3 ease-in-out;
}
.reply-bl-list .cmt-list .cmt-item img {
  width: 20px;
  height: 20px;
}
.view-cmt a {
  color: #EF5222;
  font-size: 11px;
}
.view-cmt.active a {
  color: #f04134;
}

.cmt-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cmt-card .creator {
  font-weight: bold;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.row-book {
  display: flex;
  flex-flow: row wrap;
}
.row-book .col-book {
  display: block;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 5px;
}
@media (max-width: 1024px) {
  .row-book .col-book {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .row-book .col-book {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .row-book .col-book {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.book-card {
  padding: 10px;
  display: flex;
  flex-direction: row;
}
.book-card .card-thumb {
  margin-right: 20px;
}
.book-card .card-thumb img {
  width: 120px;
  border-radius: 3px;
}
.book-card .card-thumb.custom img {
  width: 150px;
}
.book-card .content {
  position: relative;
}
.book-card .content .name {
  color: #028A4B;
  font-weight: bold;
  text-transform: capitalize;
}
.book-card .content .author {
  text-transform: capitalize;
}
.book-card .content .action-bar {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.book-grid-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.book-grid-card .card-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.book-grid-card .card-thumb img {
  width: 100%;
  transition: all 200ms;
}
.book-grid-card:hover .card-thumb img {
  transform: scale(1.1);
}
.book-grid-card .name a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-body);
}
.book-grid-card .name a strong {
  width: calc(100% - 35px);
  padding-right: 10px;
}
.book-grid-card .name a .play {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-left: 3px;
}
.book-grid-card .name a .play::before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.book-grid-card .author {
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0.3em;
}
.book-grid-card .action-bar {
  position: absolute;
  bottom: 0;
  margin: 0;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
  height: 285px;
  line-height: 285px;
}
.ant-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ant-carousel .slick-slide {
    height: 94px;
    line-height: 94px;
  }
}
.ant-carousel .slick-dots.slick-dots-bottom li.slick-active button {
  background-color: #EF5222;
}
.banner-left {
  position: absolute;
  left: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-left .ant-carousel .slick-slide {
  height: auto;
}
.banner-right {
  position: absolute;
  right: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-right .ant-carousel .slick-slide {
  height: auto;
}
.show-all {
  padding: 0 5px;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: #EF5222;
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Arial;
}
.show-all a:hover {
  background-color: #028A4B;
  color: #fff;
}
.home-page {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .home-page .ant-row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.banner-home {
  background: linear-gradient(142deg, #479da3 0%, #1b3b3d 100%);
  color: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
  position: relative;
}
.banner-home::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/bg-banner.svg) no-repeat 100%;
  width: 180px;
  height: 180px;
  background-size: cover;
}
.banner-home .main-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .banner-home .main-container {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner-home .main-container .banner-home-txt {
    text-align: center;
  }
}
.banner-home .main-container .banner-home-txt h1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .banner-home .main-container .banner-home-txt h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.banner-home .main-container .banner-home-txt p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-home .main-container .banner-home-txt .ant-input-search-with-button {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .banner-home .main-container .banner-home-txt .ant-input-search-with-button {
    margin: auto;
    margin-bottom: 20px;
  }
}
.banner-home .main-container .banner-home-txt .ant-input-search-with-button .ant-input-group .ant-input {
  height: 40px;
  border: 0;
  outline: none !important;
  box-shadow: none;
  border-radius: 5px;
}
.banner-home .main-container .banner-home-txt .ant-input-search-with-button .ant-input-group .ant-btn {
  border-radius: 5px;
}
.banner-home .main-container .banner-home-txt .ant-input-search-with-button .ant-input-group .ant-input-group-addon {
  background: transparent;
  padding-left: 10px;
}
.banner-home .main-container .banner-home-slider {
  width: 65%;
}
@media (max-width: 768px) {
  .banner-home .main-container .banner-home-slider {
    width: 100%;
  }
}
.banner-home .main-container .banner-home-slider .slick-slide {
  padding: 60px 0;
  transition: all 200ms;
  opacity: 0;
  transform: scale(1.1);
}
.banner-home .main-container .banner-home-slider .slick-slide img {
  box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.banner-home .main-container .banner-home-slider .slick-active {
  opacity: 1;
}
.banner-home .main-container .banner-home-slider .slick-current {
  transform: scale(1.4);
  opacity: 1;
  position: relative;
  z-index: 5;
}

.list-category {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .list-category {
    display: block;
    white-space: nowrap;
    text-align: center;
  }
}
.list-category .item-category {
  flex: 1;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .list-category .item-category {
    display: inline-block;
    margin-right: 5px;
    min-width: 100px;
  }
}
.list-category .item-category:nth-child(1) {
  background-color: #DCF0E8;
}
.list-category .item-category:nth-child(2) {
  background-color: #DCE6F0;
}
.list-category .item-category:nth-child(3) {
  background-color: #E1DCF0;
}
.list-category .item-category:nth-child(4) {
  background-color: #F0DCE7;
}
.list-category .item-category:nth-child(5) {
  background-color: #F0DCDD;
}
.list-category .item-category a {
  display: block;
  padding: 20px;
}
@media (max-width: 768px) {
  .list-category .item-category a {
    padding: 10px;
  }
}
.list-category .item-category .item-category-img {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
@media (max-width: 768px) {
  .list-category .item-category .item-category-img {
    width: 40px;
    height: 40px;
  }
}
.list-category .item-category .item-category-img img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list-category .item-category .item-category-img img {
    width: 25px;
    height: 25px;
  }
}
.list-category .item-category h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.account-form .ant-form-item {
  margin-bottom: 10px;
}
.account-form .ant-form-item .ant-form-item-label {
  padding: 0;
}
.account-form .ant-form-item .ant-form-item-label label {
  font-size: 11px;
}
.account-form .ant-form-item .ant-form-item-explain {
  font-size: 11px;
}
.account-form input,
.account-form .ant-input {
  height: 40px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.account-form .ant-input-password .ant-input {
  height: 32px;
}
.account-form .ant-select-selector {
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 11px;
  min-height: 40px;
}
.account-form button {
  height: 40px;
}
.account-form .ant-btn {
  text-align: left;
}
.account-form .ant-picker.ant-picker-range {
  height: 40px;
}
.account-form .ant-picker.ant-picker-range input,
.account-form .ant-picker.ant-picker-range .ant-input {
  height: 32px;
  border: none;
}
.ant-tabs.ant-tabs-top.nav-tabs {
  color: #666;
}
.account-page {
  border-radius: 5px;
  background-color: #fff;
}
.account-page .ant-tabs-nav {
  background: #ffffff;
  color: #000;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.account-page .ant-tabs-content-holder {
  padding: 20px;
}
.account-page .ant-tabs-content-holder .ant-form {
  max-width: 500px;
}
.account-page .ant-tabs.ant-tabs-top.nav-tabs {
  margin: -1px;
}
.account-page .ant-tabs-tab .ant-tabs-tab-btn {
  color: #000 !important;
}
.account-page .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #EF5222 !important;
}
.account-page .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn::selection {
  background: #EF5222 !important;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.login-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}
.login-box,
.register-box {
  max-width: 420px;
  width: 100%;
  margin: 30px auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.login-box.custom,
.register-box.custom {
  background-color: transparent;
}
.login-box .login-form,
.register-box .login-form {
  color: #fff;
  padding: 5px 25px 25px;
}
.login-box .login-form .title,
.register-box .login-form .title {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 15px;
  font-family: Arial;
  color: #EF5222;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .login-box .login-form .title,
  .register-box .login-form .title {
    font-size: 18px;
  }
}
.login-box .login-form .skip-btns,
.register-box .login-form .skip-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-box .login-form .skip-btns .ant-btn-link-disabled,
.register-box .login-form .skip-btns .ant-btn-link-disabled,
.login-box .login-form .skip-btns .ant-btn-link.disabled,
.register-box .login-form .skip-btns .ant-btn-link.disabled,
.login-box .login-form .skip-btns .ant-btn-link[disabled],
.register-box .login-form .skip-btns .ant-btn-link[disabled],
.login-box .login-form .skip-btns .ant-btn-link-disabled:hover,
.register-box .login-form .skip-btns .ant-btn-link-disabled:hover,
.login-box .login-form .skip-btns .ant-btn-link.disabled:hover,
.register-box .login-form .skip-btns .ant-btn-link.disabled:hover,
.login-box .login-form .skip-btns .ant-btn-link[disabled]:hover,
.register-box .login-form .skip-btns .ant-btn-link[disabled]:hover,
.login-box .login-form .skip-btns .ant-btn-link-disabled:focus,
.register-box .login-form .skip-btns .ant-btn-link-disabled:focus,
.login-box .login-form .skip-btns .ant-btn-link.disabled:focus,
.register-box .login-form .skip-btns .ant-btn-link.disabled:focus,
.login-box .login-form .skip-btns .ant-btn-link[disabled]:focus,
.register-box .login-form .skip-btns .ant-btn-link[disabled]:focus,
.login-box .login-form .skip-btns .ant-btn-link-disabled:active,
.register-box .login-form .skip-btns .ant-btn-link-disabled:active,
.login-box .login-form .skip-btns .ant-btn-link.disabled:active,
.register-box .login-form .skip-btns .ant-btn-link.disabled:active,
.login-box .login-form .skip-btns .ant-btn-link[disabled]:active,
.register-box .login-form .skip-btns .ant-btn-link[disabled]:active,
.login-box .login-form .skip-btns .ant-btn-link-disabled.active,
.register-box .login-form .skip-btns .ant-btn-link-disabled.active,
.login-box .login-form .skip-btns .ant-btn-link.disabled.active,
.register-box .login-form .skip-btns .ant-btn-link.disabled.active,
.login-box .login-form .skip-btns .ant-btn-link[disabled].active,
.register-box .login-form .skip-btns .ant-btn-link[disabled].active {
  color: rgba(255, 255, 255, 0.3);
}
.login-box .login-form .ant-input,
.register-box .login-form .ant-input {
  border-radius: 0;
  height: 45px;
}
.login-box .login-form .ant-input-password,
.register-box .login-form .ant-input-password {
  border-radius: 0;
}
.login-box .login-form .ant-input-password .ant-input,
.register-box .login-form .ant-input-password .ant-input {
  height: 32px;
}
.login-box .login-form button.login-form-button,
.register-box .login-form button.login-form-button {
  border-radius: 0;
  min-height: 45px;
  height: auto;
  white-space: pre-line;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background-color: #EF5222;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .login-box,
  .register-box {
    margin: auto;
  }
}
.register-box {
  max-width: 100%;
}
.register-box .register-steps span.step-box {
  padding: 5px 11px;
  margin-left: 30px;
  background-color: #0272a9;
  color: #fff;
  border-radius: 50%;
  opacity: 0.3;
  position: relative;
  cursor: pointer;
}
.register-box .register-steps span.step-box::before {
  content: ' ';
  position: absolute;
  top: 14px;
  right: 30px;
  width: 30px;
  background: #0272a9;
  height: 2px;
}
.register-box .register-steps span.step-box:first-child {
  margin-left: 5px;
}
.register-box .register-steps span.step-box:first-child::before {
  display: none;
}
.register-box .register-steps span.step-box.active {
  opacity: 1;
  background-color: #EF5222;
}
.form {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -160px 0 0 -160px;
  width: 320px;
  height: 320px;
  padding: 36px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
}
.form button {
  width: 100%;
}
.form p {
  color: #cccccc;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.ant-spin-container,
.ant-spin-nested-loading {
  height: 100%;
}
.error-message {
  color: #f04134;
}
.forgot-box {
  background-color: #000;
  color: #fff;
  margin: 80px 30px;
  padding: 20px;
}
.forgot-box h2,
.forgot-box h4 {
  color: #fff;
}
@media (max-width: 480px) {
  .forgot-box .forgot-password {
    margin: 40px auto 0;
  }
  .forgot-box .forgot-form .ant-form-item {
    width: 300px;
  }
}
.forgot-form {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
}
.forgot-form .ant-form-item {
  margin-bottom: 10px;
  width: 420px;
}
.forgot-form .ant-form-item Input {
  text-align: center;
}
.forgot-form Button {
  width: 100%;
  color: #000;
}
.switch-btn {
  display: flex;
  justify-content: center;
}
.switch-btn button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: Arial;
  cursor: pointer;
}
.switch-btn button:hover {
  color: #EF5222;
}
.switch-btn button.active {
  color: #EF5222;
  border-bottom: 2px solid;
}
.switch-grp {
  text-align: center;
}
.switch-grp .ant-switch {
  background-color: #EF5222;
  padding: 0px 30px;
  height: 40px;
}
.switch-grp .ant-switch .ant-switch-handle {
  top: 1px;
  left: 1px;
  width: 38px;
  height: 38px;
}
.switch-grp .ant-switch .ant-switch-handle::before {
  border-radius: 50%;
}
.switch-grp .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 38px - 1px);
}
.welcome-box {
  background-color: #f3f7f8;
  margin: 3em 0;
  padding: 3em;
  border-radius: 10px;
}
.welcome-box h3 {
  font-size: 1.8em;
  font-weight: 800;
  font-family: Arial;
}
.welcome-box li {
  color: #6f7479;
  list-style: disc;
}
.email-verify-succsess {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.id-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.id-block .img-id {
  max-width: 50%;
  width: 175px;
}
.ant-form-item-explain {
  text-align: center;
  font-size: 10px;
}
.login-logo {
  text-align: center;
  padding: 5px 0;
}
.login-logo img {
  max-width: 100%;
  max-height: 80px;
}

@font-face {
  font-family: 'Arial';
  src: url('/fonts/Arial.ttf');
}
@font-face {
  font-family: 'Arial Bold';
  src: url('/fonts/Arial-bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #EF5222;
}
.contact-page > .ant-row {
  align-items: center;
}
.contact-content {
  padding: 0;
  margin: 0;
}
.contact-content li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.contact-content li .anticon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
}
.contact-content li > div {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.contact-content li > div h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-content li > div p {
  margin-bottom: 5px;
}
.contact-form {
  max-width: 500px;
  margin: auto;
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}
.contact-form .ant-form-item .ant-input {
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .contact-content {
    padding: 0px 15px 0px;
    white-space: pre-line;
  }
}

