.Loading__component {
  max-height: 100%;
  max-width: 100%;
  min-height: 100px;
  position: relative;
  display: none;
  width: 100%;
}
.Loading__component .mark {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.Loading__component.visible {
  display: inline-block;
}
.Loading__component.fullScreen {
  position: fixed;
  top: 0;
  z-index: 999;
}
.Loading__component.fullScreen .mark {
  display: inline-block;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.Loading__component .spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ddd;
  border-top-color: #4098ff;
  border-bottom-color: #e59c19;
  animation: spinner 0.8s linear infinite;
}

.NoMatch__component {
  color: inherit;
}

.AppLayoutComponent .layout-content__wrapper {
  min-height: calc(100vh - 65px);
}
.AppLayoutComponent .ant-layout-sider {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .AppLayoutComponent .layout-content__wrapper {
    min-height: calc(100vh - 43px);
  }
}
.ant-menu-inline {
  min-height: 1100px;
}

.HeaderComponent {
  padding: 5px 10px;
  background: #001529;
  width: 100%;
}
.HeaderComponent .name,
.HeaderComponent a {
  color: #ffffff91;
}
.HeaderComponent .name:hover,
.HeaderComponent a:hover {
  color: #fff;
}
.HeaderComponent .logo__wrapper h1 {
  color: #fff !important;
}
.HeaderComponent .logo__wrapper .tag {
  border-radius: 10px;
  border: solid 1px rgb(65 134 203);
  font-size: 11px;
  padding: 3px 7px;
}
.HeaderComponent .menu {
  color: white;
}
.HeaderComponent .menu .app__item {
  padding: 5px 15px 5px 5px;
  border: solid 2px #ffbf745e;
  border-radius: 10px;
  margin-right: 10px;
}
.HeaderComponent .menu .app__item:hover,
.HeaderComponent .menu .app__item.active {
  background: #eeeeee1a;
  border-color: #ffa500c2;
}
.HeaderComponent .mobile-menu-btn,
.HeaderComponent .mobile-menu {
  display: none;
}
.HeaderComponent .actions {
  white-space: nowrap;
}
.HeaderComponent .actions .login-btn {
  color: #01a9f4;
}
.HeaderComponent .actions .login-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .HeaderComponent .left__wrapper {
    padding: 0 5px;
  }
  .HeaderComponent .left__wrapper .logo {
    width: 25px;
    margin-top: 5px;
  }
  .HeaderComponent .left__wrapper .menu,
  .HeaderComponent .left__wrapper h1,
  .HeaderComponent .left__wrapper .tag {
    display: none;
  }
  .HeaderComponent .mobile-menu-btn {
    display: block !important;
  }
  .HeaderComponent .mobile-menu-btn {
    color: #fff;
    font-size: 20px;
  }
  .HeaderComponent .mobile-menu {
    padding-top: 10px;
  }
  .HeaderComponent .mobile-menu.open {
    display: block;
  }
  .HeaderComponent .mobile-menu a:last-child .app__item {
    border-bottom: none;
  }
  .HeaderComponent .mobile-menu .app__item {
    display: flex;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #eeeeee21;
  }
  .HeaderComponent .actions .ant-avatar {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
}
.header-dropdown-menu {
  margin-top: 15px !important;
  width: 200px;
}
.header-dropdown-menu li {
  padding: 10px 20px !important;
}
.header-dropdown-menu .ant-dropdown-menu-item:last-child {
  border-top: solid 1px #f0f0f0;
}

.FooterComponent {
  background: #001529;
  overflow: hidden;
  position: relative;
  color: #999;
}
.FooterComponent h2,
.FooterComponent h3,
.FooterComponent h4 {
  color: white;
}
.FooterComponent .footer-content {
  padding: 20px 0 50px;
}
.FooterComponent .file-counter {
  font-size: 30px;
  font-weight: bold;
  color: #0c8ef9;
}
.FooterComponent a {
  color: #6b8bb8;
}
.FooterComponent a:hover {
  color: #fff;
}
.FooterComponent .copyright {
  width: 100%;
  border-top: 1px solid rgba(233, 233, 233, 0.1);
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.FooterComponent .product-list li {
  margin-bottom: 20px;
}
.FooterComponent .product-list .ant-avatar {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .FooterComponent .footer-content {
    padding: 10px;
    text-align: center;
  }
}


.AuthenticateComponent .wave {
  height: 120px;
  position: relative;
  background: #1677ff;
}
@media screen and (max-width: 1024px) {
  .AuthenticateComponent .left__wrapper {
    display: none;
  }
  .AuthenticateComponent .ant-col {
    width: 100% !important;
  }
}

.WaveComponent .custom-shape-divider-top-1657731664 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.WaveComponent .custom-shape-divider-top-1657731664 svg {
  position: relative;
  display: block;
  width: calc(106% + 1.3px);
  height: 95px;
  transform: rotateY(180deg);
}
.WaveComponent .custom-shape-divider-top-1657731664 .shape-fill {
  fill: #FFFFFF;
}




@media screen and (max-width: 1024px) {
  .UserProfileComponent .left__wrapper {
    display: none;
  }
  .UserProfileComponent .body__wrapper {
    padding: 20px;
  }
  .UserProfileComponent .avatar__col {
    text-align: left !important;
  }
}

.BlockTitleComponent.danger h2 {
  color: #ff4d4f;
}




.VerifyComponent {
  width: 600px;
  margin: 60px auto;
}
.VerifyComponent .verify-mail-container {
  padding: 20px 0;
}
.VerifyComponent .btn-resend {
  padding-top: 7px;
}


.ChangePasswordComponent {
  margin: 100px 20px;
}



.HomeComponent .ant-upload {
  text-align: center;
}
.HomeComponent .anticon.opaque {
  color: #cccccc !important;
}
.HomeComponent .mgvi10 {
  margin: 10px 0 !important;
}
.HomeComponent .ant-select {
  font-size: 12px !important;
}
.HomeComponent .ant-steps {
  width: 500px;
}
.HomeComponent .ant-table-row {
  border-radius: 5px;
}
.HomeComponent .ant-table-row:hover {
  background: #eee !important;
}
.HomeComponent .ant-list-item.deleting {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .HomeComponent .processing__item,
  .HomeComponent .editing__item {
    display: block !important;
  }
  .HomeComponent .ant-steps {
    width: calc(100vw * 0.85) !important;
  }
}
@media screen and (max-width: 300px) {
  .HomeComponent .ant-steps {
    width: 220px !important;
  }
}

@media screen and (max-width: 1024px) {
  .CreditComponent .left__wrapper {
    display: none;
  }
  .CreditComponent .DashboardCardComponent {
    margin: 10px 0;
  }
  .CreditComponent canvas {
    display: none !important;
  }
}

.DashboardCardComponent {
  border: solid 1px #f0f0f0;
}
.DashboardCardComponent.available {
  background: #c5dfc5;
  border: none;
}
.DashboardCardComponent.usage {
  background: #ffefe0;
  border: none;
}
.DashboardCardComponent .icon {
  padding: 10px;
  border: solid 1px #fff;
}
.DashboardCardComponent .icon.bounded {
  border-radius: 20px;
}

.input-amount .ant-input-number-input {
  font-size: 24px !important;
}


@media screen and (max-width: 1024px) {
  .Usage__wrapper .left__wrapper {
    display: none;
  }
}

.HomeComponent h1 {
  font-size: 2em;
}
.HomeComponent .ant-upload {
  text-align: center;
}
.HomeComponent .anticon.opaque {
  color: #cccccc !important;
}
.HomeComponent .mgvi10 {
  margin: 10px 0 !important;
}
.HomeComponent .ant-select {
  font-size: 12px !important;
}
.HomeComponent .ant-steps {
  width: 500px;
}
.HomeComponent .ant-table-row {
  border-radius: 5px;
}
.HomeComponent .ant-table-row:hover {
  background: #eee !important;
}
@media screen and (max-width: 1024px) {
  .HomeComponent .processing__item,
  .HomeComponent .editing__item {
    display: block !important;
  }
  .HomeComponent .ant-steps {
    width: calc(100vw * 0.85) !important;
  }
}
@media screen and (max-width: 300px) {
  .HomeComponent .ant-steps {
    width: 220px !important;
  }
}
.menu .ant-space-item:hover {
  cursor: pointer;
}

.BookReader__wrapper {
  height: calc(100vh - 70px);
}
.BookReader__wrapper .chat__wrapper {
  padding: 10px 20px;
  border-left: solid 1px #eee;
  height: calc(100vh - 70px);
}

.PdfViewer__wrapper {
  height: calc(100vh - 70px);
}
.PdfViewer__wrapper .webviewer {
  height: 100%;
}

.GptChatbox__wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
  flex-direction: column;
}
.GptChatbox__wrapper .content__wrapper {
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
}
.GptChatbox__wrapper .message__wrapper {
  float: none;
  display: flow-root;
}
.GptChatbox__wrapper .message__content {
  margin: 10px 0;
  padding: 10px 15px;
  background: #eff8ff;
  border-radius: 10px;
}
.GptChatbox__wrapper .message__content.user {
  background: rgb(243 243 243);
}
.GptChatbox__wrapper .message__content .avatar {
  width: 25px;
  height: 25px;
}
.GptChatbox__wrapper .message__content .content {
  line-height: 1.4;
}
.GptChatbox__wrapper .message__content .source {
  font-size: 12px;
  margin-top: 10px;
  color: #383737bf;
}
.GptChatbox__wrapper .clear-float {
  float: none;
}
.GptChatbox__wrapper .selection-text__wrapper .content {
  padding: 20px 10px;
  border: dashed 2px #eee;
  margin-bottom: 10px;
}
.GptChatbox__wrapper .selection-text__wrapper .prompt__item {
  border: solid 1px #eee;
  border-radius: 4px;
  padding: 5px;
}
.GptChatbox__wrapper .quick__action {
  padding: 10px 0;
}
.GptChatbox__wrapper .quick__action .ant-btn {
  border-radius: 10px;
  overflow: hidden;
  background: #ffcd8b;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
}
.GptChatbox__wrapper .quick__action .ant-btn:hover {
  color: #333;
  background: orange;
}
.GptChatbox__wrapper .input__wrapper {
  position: relative;
}
.GptChatbox__wrapper .input__wrapper .btn-send {
  border: none;
  z-index: 99;
  position: absolute;
  right: 10px;
  top: 5px;
  box-shadow: none;
}
.GptChatbox__wrapper .input__wrapper .btn-send .ant-btn-icon {
  margin-top: 3px;
  margin-left: 4px;
}
.GptChatbox__wrapper .ChatMessage__wrapper .message__content {
  position: relative;
}
.GptChatbox__wrapper .ChatMessage__wrapper .message__content .actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


.ChatGpt__wrapper {
  height: calc(100vh - 70px);
  padding: 20px;
  padding-top: 0;
}
.ChatGpt__wrapper .header {
  border-radius: 5px;
  background: rgb(250 250 250);
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .ChatGpt__wrapper {
    padding: 0 5px;
    height: calc(100vh - 67px);
  }
  .ChatGpt__wrapper .header {
    padding: 5px 0;
  }
}

.AudioBookList__wrapper {
  padding-bottom: 50px;
}
.AudioBookList__wrapper .ListBook__uploading {
  border: solid 1px #eee;
  border-radius: 5px;
  overflow: hidden;
}
.AudioBookList__wrapper .ListBook__item {
  text-align: center;
  border: solid 1px transparent;
  padding: 20px;
  border-radius: 5px;
  color: #333;
}
.AudioBookList__wrapper .ListBook__item:hover {
  border: solid 1px #eee9;
}
.AudioBookList__wrapper .ListBook__item .cover {
  width: 200px;
  height: 249px;
}
.AudioBookList__wrapper .ListBook__item .ListBook__item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1024px) {
  .Lab__wrapper {
    padding: 10px;
  }
  .Lab__wrapper h1 {
    margin: 10px 0;
  }
}

.TextTranslator__wrapper {
  margin-bottom: 50px;
}
.TextTranslator__wrapper h1 {
  font-weight: normal;
}
.TextTranslator__wrapper.single .SingleTranslator__wrapper {
  border: none;
  padding: 0;
}
.TextTranslator__wrapper.single .SingleTranslator__wrapper .actions {
  display: none;
}
.TextTranslator__wrapper .apps,
.TextTranslator__wrapper .top-pair {
  margin-top: 100px;
  margin-bottom: 100px;
}
.TextTranslator__wrapper .apps h2,
.TextTranslator__wrapper .top-pair h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.TextTranslator__wrapper .apps h4,
.TextTranslator__wrapper .top-pair h4 {
  font-size: 15px;
  color: #757575;
  margin-top: 0;
  font-weight: normal;
}
.TextTranslator__wrapper .apps .ant-card-body,
.TextTranslator__wrapper .top-pair .ant-card-body {
  padding: 20px;
}
.TextTranslator__wrapper .pair {
  text-decoration: underline;
  position: relative;
  color: #000;
  font-size: 16px;
  text-align: left !important;
  margin-left: 60px;
}
.TextTranslator__wrapper .pair .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c0e9ff;
  overflow: hidden;
  left: -17px;
  top: 9px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .TextTranslator__wrapper {
    padding: 0 10px;
  }
  .TextTranslator__wrapper .title {
    margin: 20px 0;
  }
}

.SingleTranslator__wrapper {
  position: relative;
}
.SingleTranslator__wrapper .actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.SingleTranslator__wrapper .vendor__list {
  border-radius: 5px;
}
.SingleTranslator__wrapper .language__wrapper .ant-select-selection-item {
  font-weight: bold;
}
.SingleTranslator__wrapper .input__wrapper {
  position: relative;
}
.SingleTranslator__wrapper .input__wrapper .input__actions {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}
.SingleTranslator__wrapper .input__wrapper .send_button .anticon-send {
  margin-left: 4px;
  margin-top: 3px;
}
.SingleTranslator__wrapper .response__wrapper {
  position: relative;
  margin-bottom: 10px;
}
.SingleTranslator__wrapper .response__wrapper .label {
  position: absolute;
  right: 10px;
  bottom: -15px;
  z-index: 99;
  color: #ccc;
}
.SingleTranslator__wrapper .response__wrapper .has-value .ant-space-item:first-child {
  opacity: 0;
}
.SingleTranslator__wrapper .response__wrapper .response__actions {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}
.SingleTranslator__wrapper .ant-checkbox-wrapper img {
  display: none;
}
.SingleTranslator__wrapper .ant-checkbox-wrapper .ant-checkbox {
  border-radius: 50% !important;
  overflow: hidden;
  border: solid 1px #333;
}
.SingleTranslator__wrapper .ant-checkbox-wrapper .ant-checkbox-inner {
  width: 20px !important;
  height: 20px !important;
  border: none;
}
.SingleTranslator__wrapper .ant-checkbox-wrapper .ant-checkbox-inner::after {
  width: 7px !important;
  height: 12px !important;
  left: 5px;
  top: 43%;
}
@media screen and (max-width: 1024px) {
  .SingleTranslator__wrapper .source-language {
    display: none;
  }
}

.ChatGptSetting__wrapper .header {
  position: relative;
  border-radius: 10px;
  padding: 10px 10px;
  margin-top: 30px;
  background-color: rgb(245 245 245);
}
.ChatGptSetting__wrapper .header .back__button {
  position: absolute;
  left: 10px;
  top: 10px;
}
.ChatGptSetting__wrapper .header h3 {
  margin: 0;
  font-size: 20px;
  color: #4a4a4a;
}
.ChatGptSetting__wrapper h3.label {
  font-size: 18px;
}
.ChatGptSetting__wrapper h4.label {
  margin-top: 0;
}
.ChatGptSetting__wrapper .quick-action__list .add-new__button .ant-card-body {
  padding: 30px;
}
.ChatGptSetting__wrapper .quick-action__list .ant-card-body {
  padding: 10px 15px;
  cursor: pointer;
}
.ChatGptSetting__wrapper .quick-action__list .ant-card-body:hover {
  background-color: #eee;
}
.ChatGptSetting__wrapper .quick-action__list .describe {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .ChatGptSetting__wrapper {
    padding: 0 10px;
  }
  .ChatGptSetting__wrapper .header {
    margin-top: 10px;
  }
  .ChatGptSetting__wrapper .ant-card-body {
    padding: 10px;
  }
}


@media screen and (max-width: 1024px) {
  .UsageChatBotWidget__wrapper h4 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .UsageChatBot__wrapper .left__wrapper {
    display: none;
  }
  .UsageChatBot__wrapper .BlockTitleComponent {
    margin-top: 20px;
  }
}

.AudioBookDetail__wrapper h1 {
  font-size: 28px;
  margin-top: 0;
}
.AudioBookDetail__wrapper .description {
  line-height: 1.7;
  color: #494949;
}
.AudioBookDetail__wrapper .list-chapters li {
  border-bottom: solid 1px #eee;
}
.AudioBookDetail__wrapper .list-chapters li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .AudioBookDetail__wrapper .container-center {
    padding: 0 10px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.AudioBook__wrapper .player__wrapper {
  width: 100vw;
  z-index: 999;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  background: #eee;
}
.AudioBook__wrapper .player__wrapper .player-left-controller {
  font-size: 20px;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .cover-circle {
  border: solid 1px #a4a4a4;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .cover-circle img {
  width: 50px;
  height: 50px;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .cover-circle img.active {
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .marquee__wrapper {
  max-width: 100%;
  overflow: hidden;
  margin-left: 20px;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .marquee {
  text-align: left;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .marquee.active {
  animation-name: scroll-left;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.AudioBook__wrapper .player__wrapper .player-left-controller .title {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AudioBook__wrapper .player__wrapper .player-controller .anticon {
  font-size: 30px;
}
.AudioBook__wrapper .player__wrapper .player-right-controller .anticon {
  font-size: 20px;
}
.AudioBook__wrapper .player__wrapper .ant-progress {
  margin: 0 10px;
  margin-top: -2px;
}
.list-chapters__wrapper,
.speed-controller__wrapper,
.clock-controller__wrapper {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.list-chapters__wrapper .ant-drawer-close,
.speed-controller__wrapper .ant-drawer-close,
.clock-controller__wrapper .ant-drawer-close {
  position: absolute;
  right: 0;
}
.list-chapters__wrapper .ant-drawer-header,
.speed-controller__wrapper .ant-drawer-header,
.clock-controller__wrapper .ant-drawer-header {
  padding-left: 10px;
}
.list-chapters__wrapper .ant-drawer-body,
.speed-controller__wrapper .ant-drawer-body,
.clock-controller__wrapper .ant-drawer-body {
  padding: 0;
  max-height: 100%;
  overflow-y: scroll;
}
.list-chapters__wrapper .ant-list-item,
.speed-controller__wrapper .ant-list-item,
.clock-controller__wrapper .ant-list-item {
  padding: 15px 10px !important;
}
.list-chapters__wrapper .ant-list-item {
  margin: 5px 10px !important;
}
.list-chapters__wrapper .ant-list-item.active {
  border-radius: 5px;
  background: rgba(83, 159, 229, 0.38);
  border: none;
}
.clock-controller__wrapper .ant-list-item.active .checkbox {
  background: #01a9f4;
}
.clock-controller__wrapper .checkbox {
  width: 20px;
  height: 20px;
  border: solid 1px #eee;
  border-radius: 50%;
  overflow: hidden;
}

.AudioBookList__wrapper {
  padding: 0 10px;
  padding-bottom: 50px;
}
.AudioBookList__wrapper .ListBook__uploading {
  border: solid 1px #eee;
  border-radius: 5px;
  overflow: hidden;
}
.AudioBookList__wrapper .ListBook__item {
  text-align: center;
  border: solid 1px transparent;
  padding: 20px 0;
  border-radius: 5px;
  color: #333;
}
.AudioBookList__wrapper .ListBook__item:hover {
  border: solid 1px #eee9;
}
.AudioBookList__wrapper .ListBook__item .cover {
  width: 200px;
  height: 280px;
}
.AudioBookList__wrapper .ListBook__item .ListBook__item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  overflow-wrap: break-word;
}



