@charset "UTF-8";

/********* public:xv_css.less ********/
/* Tab List */
.xv-tabs {
  margin-top: 10px;
  margin-bottom: 20px;
}
.xv-tabs .dataList {
  overflow: hidden;
}
.xv-tabs .dataList .dataList-row:hover {
  background: rgba(237, 246, 253, 0.3) !important;
}
.xv-tabs .dataList:last-child tbody:last-child .dataList-row:last-child > .dataList-cell:first-child {
  border-bottom-left-radius: 3px;
}
.xv-tabs .dataList:last-child tbody:last-child .dataList-row:last-child > .dataList-cell:last-child {
  border-bottom-right-radius: 3px;
}
.xv-tabs .dataList .dataList-cell:first-child {
  width: 46px;
}
.xv-tabs .dataList .dataList-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50vw;
}
.xv-tabs .listInline {
  text-overflow: ellipsis;
  overflow: hidden;
}
.xv_icon {
  width: 46px;
}
.attach-icon {
  color: #2577b1;
  font-size: 2em;
  justify-content: center;
  align-items: center;
}
.tabPanes > section {
  display: none;
}
.tabPanes > section.is-active {
  display: block;
}
/* Core mod */
.xv-keeplogin {
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.verified {
  font-size: 80%;
  margin-left: 2px;
  color: #2577b1;
  display: inline;
}
.memberTooltip-nameWrapper .verified,
.memberHeader-nameWrapper .verified,
.structItem-minor .verified,
.p-description .verified {
  color: inherit;
}
.memberHeader--withBanner .verified,
.memberTooltip--withBanner .verified {
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.ad_block {
  text-align: center;
  margin: 10px 0px;
}
input[name="suffix"] {
  max-width: 200px;
}
.label-suffix {
  color: #8c8c8c;
  padding: 0px;
}
.xv_2_line {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xv_dmca {
  text-align: center;
  padding: 5px;
}
.avatar img.img-cover {
  object-fit: cover;
  border: 1px solid #fefefe;
}
.actionBar-action.actionBar-action--mention:before {
  content: "\f507";
  width: 1.125em;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}
.xv_action {
  text-align: right;
  white-space: nowrap;
}
.xv_action a,
.xv_action button {
  margin: 0 3px 0 3px;
}
/* autoCompleteList Mod */
.xv-acl {
  overflow-y: auto;
  height: auto;
  max-height: 20em;
  max-height: 45vh;
}
.xv-acl li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.xv-acl li:hover {
  background: #edf6fd;
}
@media (max-width: 650px) {
  .xv-acl .label,
  .xv-acl .label-append {
    display: none;
  }
}
.xv-acl-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
}
.xv-acl-icon img {
  object-fit: cover;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
/* Form upload */
.xv-progress {
  display: none;
  position: relative;
  margin: 1px;
  background: #ececec;
  border: 1px solid #d8d8d8;
  padding: 1px;
  border-radius: 4px;
  height: 15px;
}
.xv-progress-bar {
  background: #f2930d;
  width: 0%;
  height: 100%;
  border-radius: 4px;
}
.xv-percent {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  top: 0%;
  left: 50%;
  font-size: 10px;
}
/* Widgets */
.xv_center {
  text-align: center;
}
.digital-clock {
  margin: auto;
  border-radius: 4px;
  font-size: 1.5em;
}
@media (max-width: 650px) {
  .xv-widget,
  .xv-jump {
    display: none !important;
  }
}
/* Redirect page */
.main_block {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.inner_block {
  background: #fefefe;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border: 1px solid #d8d8d8;
  max-width: 500px;
  border-radius: 4px;
  margin: 0 auto;
}
.inner_block .title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  width: 100%;
}
.inner_block .left {
  text-align: left;
}
.inner_block .center {
  text-align: center;
}
.inner_block .info {
  margin-block-start: 0;
  margin-block-end: 0;
  color: #8c8c8c;
}
.inner_block #xv-captcha {
  position: relative;
  transition: all 0.5s;
  height: 83px;
  width: 100%;
}
.inner_block .xv-blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.inner_block .xv-captcha-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 9999;
}
.inner_block .downloader .guide {
  font-weight: 600;
  color: #EB0000;
  margin: 10px 0;
}
.inner_block .downloader #download_button {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 17px;
  text-transform: uppercase;
  padding: 6px 30px;
  max-width: 250px;
}
.inner_block .downloader.disabled .form {
  position: relative;
}
.inner_block .downloader.disabled .form #download_button {
  pointer-events: none;
  color: #8c8c8c !important;
  background: #efefef;
  border-color: transparent;
}
/* Tooltip dynamic scroll */
.tooltip--preview .tooltip-content-inner .bbWrapper {
  animation: XVtooltipScroll 3s linear;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes XVtooltipScroll {
  100% {
    transform: translateY(max(-50%, -400px));
  }
}
/* NFO Block */
.xv-nfoBlock {
  display: flow-root;
  margin: .5em 0;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-left: 3px solid #f2930d;
}
.xv-nfoBlock .xv-nfoBlock-title {
  padding: 6px 10px;
  font-size: 13px;
  color: #f2930d;
  background: #fafafa;
}
.xv-nfoBlock .xv-nfoBlock-title:before,
.xv-nfoBlock .xv-nfoBlock-title:after {
  content: " ";
  display: table;
}
.xv-nfoBlock .xv-nfoBlock-title:after {
  clear: both;
}
.xv-nfoBlock .xv-nfoBlock-title a {
  font-size: 13px;
  color: #f2930d;
  background: #fafafa;
}
.xv-nfoBlock .xv-nfoBlock-content {
  font-size: 13px;
  position: relative;
  padding: 6px 10px;
  max-height: 300px;
  max-height: 70vh;
  overflow: auto;
}
.xv-nfoBlock .xv-nfoBlock-content:before,
.xv-nfoBlock .xv-nfoBlock-content:after {
  content: " ";
  display: table;
}
.xv-nfoBlock .xv-nfoBlock-content:after {
  clear: both;
}
/* User Reputation Banner */
.userBanner.userBanner--reputation {
  color: #fff;
  position: relative;
  background: #f2930d;
  border-color: #a5a5a5;
  overflow: hidden;
  display: inline-table;
}
.userBanner.userBanner--reputation strong {
  opacity: 0;
}
.userBanner.userBanner--reputation:before {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: xvReputationGradient 5s ease infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--xv-percent-var);
  max-width: 100%;
  content: "";
}
.userBanner.userBanner--reputation:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  content: attr(data-text);
}
@keyframes xvReputationGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.message-userBanner.userBanner.userBanner--reputation {
  display: block;
}
@media (max-width: 650px) {
  .message:not(.message--forceColumns) .message-userBanner.userBanner {
    display: inline-table;
  }
}
/* Snackbar */
#mSnackbarContainer {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  z-index: 1000;
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  left: 10px;
  bottom: 10px;
  transition: transform 0.5s;
}
#mSnackbarContainer .snackbar-wrapper {
  overflow: hidden;
}
#mSnackbarContainer .mSnackbar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  pointer-events: all;
  padding: 10px;
  color: #fefefe;
  background-color: rgba(20, 20, 20, 0.9);
  font-size: 13px;
  z-index: 100;
  min-width: 288px;
  max-width: 568px;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  user-select: none;
}
#mSnackbarContainer .mSnackbar a {
  color: #f2930d;
}
#mSnackbarContainer .mSnackbar .mSnackbar-close-button {
  cursor: pointer;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
#mSnackbarContainer .mSnackbar .mSnackbar-close-button::after {
  transition: all 0.2s;
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
#mSnackbarContainer .mSnackbar .mSnackbar-close-button:hover::after {
  background-color: #ffffff13;
}
#mSnackbarContainer .mSnackbar .mSnackbar-close-button:active::after {
  background-color: #ffffff3c;
}
.no-transition {
  transition: none !important;
}
@media (orientation: portrait) {
  #mSnackbarContainer {
    left: 0;
  }
  #mSnackbarContainer .mSnackbar {
    max-width: 100%;
    border-radius: 0px;
  }
}
/* Avatar Circle Year */
.xv_year {
  border: 3px solid #e2e6e9;
}
@media (max-width: 650px) {
  .xv_year {
    border: 2px solid #e2e6e9;
  }
}
.xv_y1 {
  border-color: #4285f4 #e2e6e9 #e2e6e9 #e2e6e9!important;
}
.xv_y2 {
  border-color: #4285f4 #ea4335 #e2e6e9 #e2e6e9!important;
}
.xv_y3 {
  border-color: #4285f4 #ea4335 #fbbc05 #e2e6e9!important;
}
.xv_y4 {
  border-color: #4285f4 #ea4335 #fbbc05 #34a853!important;
}
/* Youtube Video Player */
.xv_video_player {
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  width: 560px;
  max-width: 100%;
  height: 315px;
  margin: 1em auto;
  aspect-ratio: 1.77777778;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.xv_video_player:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background-image: url(styles/XV/youtube.webp);
  opacity: 0.8;
  cursor: pointer;
}
.xv_video_player.xv_disable:after {
  display: none;
}
#xv_youtube_iframe {
  border-radius: 4px;
}
/* Permission Choices */
.xv_overview > .block-tabHeader {
  background: #0f3652;
  font-weight: 600;
}
.xv_overview .permissionChoices {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xv_overview .permissionChoices:before,
.xv_overview .permissionChoices:after {
  content: " ";
  display: table;
}
.xv_overview .permissionChoices:after {
  clear: both;
}
.xv_overview .permissionChoices > li {
  float: left;
  margin-left: 1em;
}
.xv_overview .permissionChoices > li:first-child {
  margin-left: 0;
}
.xv_overview .permissionChoices-choice {
  border: 1px solid transparent;
  border-radius: 4px;
}
.xv_overview .permissionChoices--flag label {
  display: block;
  min-width: 90px;
  text-align: center;
  padding: 0 6px;
}
.xv_overview .permissionChoices--flag .iconic i {
  position: relative;
  vertical-align: top;
}
.xv_overview .permissionChoices--int .inputGroup.inputGroup--joined {
  position: relative;
}
.xv_overview .permissionChoices--int .inputGroup.inputGroup--joined .inputGroup-text.inputNumber-button.inputNumber-button--up {
  border-left: 0;
}
.xv_overview .permissionChoices--int .inputGroup.inputGroup--joined .input--number {
  display: inline;
  width: 80px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.xv_overview .permissionChoices-choiceIntLabel {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .xv_overview .permissionChoices--flag label {
    min-width: 0;
  }
}
.xv_overview ul.inputChoices[role="group"] {
  -webkit-columns: 2;
  columns: 2;
  list-style-position: inside;
  max-height: 250px;
}
.xv_overview .xv-caret {
  cursor: pointer;
  user-select: none;
}
.xv_overview .xv-caret::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  margin-left: 3px;
}
.xv_overview .xv-caret-down::after {
  transform: rotate(90deg);
}
.xv_overview .xv-nested {
  display: none;
}
.xv_overview .xv-active {
  display: block;
}
/*
Extra CSS Mod
Some CSS code for the default Xenforo theme.
You can customize it to your liking, then click Rebuild XenVn Add-on to update new data.
*/
/* Tab List */
.xv-tabs .dataList .dataList-row:nth-child(even) {
  background: #f9f9f9;
}
/* Attachment name display 2 line */
ul:not(.attachmentListCustom) .file-info {
  height: 3em;
  line-height: 1.4;
  padding: 0px 5px;
}
ul:not(.attachmentListCustom) .file-info > .file-name {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul:not(.attachmentListCustom) .file-info:hover,
ul:not(.attachmentListCustom) .file--linked:hover .file-info {
  height: 4.4em;
}
.has-touchevents ul:not(.attachmentListCustom) .file-info {
  height: 4.4em;
}
.node--unread .node-title {
  font-weight: 500;
}
/* Node extra */
.node-extra-row ul.listInline {
  overflow: hidden;
  text-overflow: ellipsis;
}
.node-body,
.node-body:hover {
  background: unset !important;
}
/* StructItem & Block Row: Mod background & hover */
.structItemContainer-group--sticky {
  border-bottom: 1em solid #ececec;
}
.structItemContainer-group--sticky > div.structItem:not(.is-mod-selected) {
  border-radius: 0px;
}
.structItemContainer-group--sticky > div.structItem:not(.is-mod-selected):nth-child(even) {
  background: #f9f9f9;
}
.structItemContainer-group--sticky > div.structItem:not(.is-mod-selected):hover {
  background: rgba(237, 246, 253, 0.3) !important;
}
div:not(.structItemContainer-group--sticky) > div.structItem:not(.is-mod-selected),
.block--category .block-body:not(.wrapper) .node,
.block-row.block-row--separated {
  border-radius: 0px;
}
div:not(.structItemContainer-group--sticky) > div.structItem:not(.is-mod-selected):nth-child(even),
.block--category .block-body:not(.wrapper) .node:nth-child(even),
.block-row.block-row--separated:nth-child(even) {
  background: #f9f9f9;
}
div:not(.structItemContainer-group--sticky) > div.structItem:not(.is-mod-selected):hover,
.block--category .block-body:not(.wrapper) .node:hover,
.block-row.block-row--separated:hover {
  background: rgba(237, 246, 253, 0.3) !important;
}
div > .block-row.block-row--separated:last-child,
div > div.structItem:last-child,
.block--category .node:last-child {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
/* Margin Fix */
@media (max-width: 650px) {
  .p-footer-linkList > li {
    margin-right: 0.6em;
    margin-top: 0.6em;
  }
}