<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./style_icon.css?v=02');

[x-cloak] {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
}

img {
  max-width: 100%;
}

.header-model-sliders, .header-model-sliders * {outline:none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0)Ð¶
}


.network-shadow {
  position: absolute;
  top: 0;
  right: 12px;
  width: 16px;
  height: 100%;
  content: '';
  background: linear-gradient(to right, transparent 0%, #ebebeb 100%);
}
.network-shadow-dark {
  position: absolute;
  top: 0;
  right: 12px;
  width: 16px;
  height: 100%;
  content: '';
  background: linear-gradient(to right, transparent 0%, #121212 100%);
}

.menu-active {
  color: #e04936;
}
.menu-active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  display: block;
  background-color: #e04936;
}

.autocomplete-group {
  padding: 2px 12px;
  font-weight: bold;
}
.autocomplete-suggestion {
  padding: 2px 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #e04936;
}

img.flag {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.item video {
  border-radius: 0.375rem !important;
}
.fancybox-skin {
  border-radius: 0.5rem;
}
[data-href] {
  cursor: pointer;
}

/* related videos in player */
.player-related-videos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px 30px 10px;
  background: #000000;
  overflow: hidden;
}
.player-related-videos .player-related-videos-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.player-related-videos .player-related-videos-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.player-related-videos .player-related-videos-item .title {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 52px;
  overflow: hidden;
  text-align: left;
  padding: 5px;
  color: #ffffff;
  background: linear-gradient(
    to bottom,
    rgba(12, 12, 12, 0.8) 0px,
    transparent 50px
  );
}
.player-related-videos .player-related-videos-item .duration {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ffffff;
  background: rgba(12, 12, 12, 0.8);
  padding: 2px 5px;
}
.no-touch .player-related-videos .player-related-videos-item .title,
.no-touch .player-related-videos .player-related-videos-item .duration {
  display: none;
}
.no-touch .player-related-videos .player-related-videos-item:hover .title,
.no-touch .player-related-videos .player-related-videos-item:hover .duration {
  display: block;
}
/* .block-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 3rem;
}

.block-video .video-holder {
  margin-right: 1.7rem;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 1px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
} */
.block-video .player {
  margin: 0 0 1rem;
}
.block-video .player .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.block-video .player .player-wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.block-video .player .player-wrap .poster {
  width: 100%;
  height: auto;
}
.block-video .player .embed-wrap iframe,
.block-video .player .player-wrap #kt_player,
.block-video .player .player-wrap #kt_player_internal {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.block-video .player .player-wrap #kt_player.is-fullscreen {
  position: fixed !important;
}
.block-video .player .loading {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #444444;
  padding: 50px 20px;
}
.block-video .no-player {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.block-video .no-player img, .block-video .no-player video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.block-video .no-player .message {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .block-video .no-player .message {
    font-size: 1.5rem;
  }
}
.block-video .no-player .message .submit {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgb(224, 73, 54);
  border-radius: 0.5rem;
  display: inline-flex;
  text-decoration: none;
}
.block-video .no-player .message em {
  font-weight: bold;
}
.block-video .no-player .message a {
  color: #e63224;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.no-touch .block-video .no-player .message a:hover {
  color: #fff;
}

.block-video .no-player .message form {
  display: block;
  padding: 20px 0 0 0;
}
.block-video .no-player .btn-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../player/skin/img/play_white.png") 50% 50% no-repeat;
}
.block-video .playlist {
  padding: 2rem;
  border-bottom: 1px solid #e0dfdf;
  margin: 0 0 10px;
}
.block-video .playlist-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}
.block-video .playlist .item {
  position: relative;
  cursor: pointer;
  width: calc(25% - 10px);
  margin: 0 0 10px 10px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
}
.block-video .playlist .item.selected {
  pointer-events: none;
}
.no-touch .block-video .playlist .item.selected img {
  border: 4px solid #e63224;
}
.block-video .playlist .item .title {
  height: 36px;
  margin: 10px;
  padding: 0;
}
.block-video .playlist .item:hover .title {
  color: #e63224;
}
.block-video .playlist .item .img {
  position: relative;
  padding-bottom: 74.51%;
}
.block-video .playlist .pagination .prev,
.block-video .playlist .pagination .next {
  display: block;
}
.block-video .playlist .pagination .first,
.block-video .playlist .pagination .last,
.block-video .playlist .pagination .page,
.block-video .playlist .pagination .jump {
  display: none;
}
.block-video .sponsor {
  margin: 0 auto;
  max-width: 1220px;
}
.sponsor a {
  display: block;
}
.rate-like:hover {
  color: #36a208;
}
.rate-like.voted {
  color: #36a208;
  pointer-events: none;
}
.rate-dislike:hover {
  color: #e63224;
}
.rate-dislike.voted {
  color: #e63224;
  pointer-events: none;
}
.disabled {
  pointer-events: none;
}

form .list-selector-popup {
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 52px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  z-index: 10000;
  background-color: #f9f9f9;
}
form .list-selector-popup:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f9f9f9;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  bottom: -5px;
  z-index: 10000;
}
form .list-selector-popup:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 7px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10001;
}
form .list-selector-popup .button-group {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 30px;
  right: 8px;
}
form .list-selector-popup .button-group .group-title {
  margin: 0 5px 10px 0;
  padding: 3px;
  line-height: 1.2;
  background: #c8c8c8;
  font-weight: 800;
}
form .list-selector-popup .button-group .item {
  display: inline-block;
  width: 31%;
  padding: 3px 0;
  vertical-align: top;
}

.fancybox-inner form .list-selector-popup .button-group .item {
  width: 49%;
}
form .list-selector-popup .button-group .item label {
  color: #212121;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 5px;
}
form .list-selector-popup .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c8c8c8;
  border: none;
}
form .list-selector-popup .filter input {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border: none;
  background-color: #fff;
  color: #212121;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  outline: none !important;
  box-shadow: none !important;
}

.btn-favourites ul li span .delete {
  margin-left: 5px;
}

a.selected .thumb {
  outline: 4px solid #e04936;
  outline-offset: -4px;
  -moz-outline-radius: 5px;
}
.content-playlist {
  max-width: 1100px;
} 

.form-upload.uploading .step-1-upload {
  display: none;
}
.progressbar {
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-comments img, .comments img {
  display: inline-block;
}
[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.subscribe {
  white-space: nowrap;
}
.subscribe.done .icon-rss-symbol::before {
  content: "\e941";
}
.subscribe label {
  cursor: pointer;
}
.subscribe.done {
  pointer-events: none;
}
.subscribe.done label {
  position: relative;
  visibility: hidden;
  cursor: pointer;
  max-width: 40px;
}
.subscribe.done label::before {
  content: 'Done';
  visibility: visible;
  cursor: pointer;
}

.dark .fancybox-inner label {
  color: #fff;
}
.w-\[512px\] .w-\[512px\] {
  width: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.dark .w-\[512px\] .w-\[512px\] {
  color: #fff;
}
.dark .fancybox-skin {
  background: #2b2b2b !important;
  color: #fff !important;
}

p.text {
  margin: 20px 0;
}
button, input[type=submit], input[type=button], input[type=checkbox], input[type=radio], select, label span {
  cursor: pointer;
} 
.mobile-login-label {
  display: none;
}
@media screen and (min-width: 340px) {
  .mobile-login-label {
    display: inline-block;
  }
  .mobile-login-label + .icon-padlock {
    margin-left: 4px;
  }
}

.fancybox-nav span {
  visibility: visible !important;
}</pre></body></html>