@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

.text-gray {
  color: #4b4b4b;
}

.text-orange {
  color: #F27C00;
}

.text-blue {
  color: #0058A7;
}

.text-green {
  color: #6ABE6F;
}

strong, b {
  font-weight: 600;
}

body {
  font-family: "Poppins", sans-serif;
  color: black;
  background: black;
}

a {
  text-decoration: none;
}

a.def {
  color: #0058A7;
  text-decoration: underline;
}

section {
  background: white;
  position: relative;
  z-index: 1;
}

.form-control {
  border: 1px solid #C5C5C5;
}
.form-control:focus {
  box-shadow: none;
}

.form-select,
.form-control {
  border-radius: 4px;
  min-height: 40px;
}

.form-select {
  padding-top: 8px;
}

.bgg {
  background: #F2F2F2;
}

.bg0 {
  background: black;
}

.bgb {
  background: #0058A7;
}
.bgb .form-control {
  border-color: #40B5FF;
  font-size: 14px;
}

.bgb4 {
  background: #DBF1FF;
}

.bgw {
  background: white;
}

.bgy1 {
  background: #FFD885;
}

.bgy2 {
  background: #F7B62D;
}

.text-blue-1 {
  color: #0058A7;
}

.text-blue-2 {
  color: #299AFF;
}

.text-blue-3 {
  color: #40B5FF;
}

.text-orange {
  color: #F27C00;
}

.btn-cancel {
  background: #F27C00;
}
.btn-cancel:hover {
  background: #F7B62D;
}

.btn-delete {
  background: #D51717;
}
.btn-delete:hover {
  background: rgba(213, 23, 23, 0.6);
  color: white;
}

.btn-duplicate {
  color: white;
  background: #4b4b4b;
}
.btn-duplicate:hover {
  background: #9a9a9a;
  color: white;
}

.btn-warning {
  background: #F7B62D;
}

.static-content a {
  color: #F27C00;
  text-decoration: none;
}
.static-content a:hover {
  text-decoration: underline;
}

.text-link {
  color: black;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
  color: #F27C00;
}

.btn {
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  min-width: 120px;
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  transition: 0.3s;
  font-weight: normal;
}
.btn.primary {
  background: #F27C00;
  color: white;
  font-weight: normal;
}
.btn.primary:hover {
  color: black;
}
.btn.secondary {
  background: #299AFF;
  border: 1px solid #40B5FF;
}
.btn.secondary:hover {
  color: white;
  background: #40B5FF;
}
.btn.btn-sm {
  height: 40px;
  line-height: 40px;
}
.btn.btn-xs {
  height: 32px;
  line-height: 32px;
}
.btn.btn-xxs {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  min-width: 80px;
}
.btn.red {
  background: #D51717;
}
.btn.purple {
  background: #A059B9;
}
.btn.green {
  background: #6ABE6F;
}
.btn.blue {
  background: #299AFF;
}
.btn.blue:hover {
  background: #0058A7;
  color: white;
}
.btn.gray {
  color: black;
  background: #9a9a9a;
}
.btn.gray:hover {
  background: #C5C5C5;
}
.btn.dbl {
  min-height: 95px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 140%;
}
.btn.mw-auto {
  min-width: auto;
}
.btn.auto-height {
  font-size: 15px;
  line-height: 120%;
  padding-top: 6px;
  text-decoration: none !important;
  height: auto;
}

.btn-text {
  background: none;
  border: none;
  color: #343434;
  text-decoration: underline;
  height: 48px;
  line-height: 48px;
}

.copyright {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

footer {
  background: #343434;
  color: #C5C5C5;
}
footer ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul a {
  text-decoration: none;
  color: #C5C5C5;
  transition: 0.3s;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
footer ul a:hover {
  color: #F27C00;
}

header {
  background: white;
  border-bottom: 10px solid #F27C00;
}
header .top-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .top-menu ul li {
  display: inline;
  font-size: 16px;
  margin: 0 15px;
}
header .top-menu ul li a {
  color: black;
  display: inline-block;
}
header .top-menu ul li a:hover {
  color: #F27C00;
}
header .top-menu ul li a.logout {
  color: #D51717;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
}
header .top-menu ul li a.logout::after {
  content: "×";
  background: #D51717;
  color: white;
  display: block;
  font-weight: 500;
  width: 20px;
  height: 20px;
  padding-left: 1px;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  line-height: 110%;
  border-radius: 50%;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 1px;
}
header .top-menu ul li:last-child {
  float: right;
}
header .top-menu ul li.spec {
  background: #0058A7;
  color: white;
  padding: 5px 15px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
header .top-menu ul li.spec a {
  color: white;
}
@media (max-width: 992px) {
  header .top-logo {
    max-width: 200px;
  }
}

.fake-radio-2 .form-check-input,
.fake-radio .form-check-input {
  border-color: #40B5FF;
  border-radius: 50%;
}
.fake-radio-2 .form-check-label,
.fake-radio .form-check-label {
  font-size: 15px;
  font-weight: 400;
}
.fake-radio-2 .form-check-label a,
.fake-radio .form-check-label a {
  color: inherit;
  text-decoration: underline;
}

.fake-radio-2 .form-check-input {
  border-color: #9a9a9a;
}

#searchForm {
  color: white;
  font-size: 15px;
}
#searchForm .caption {
  font-size: 22px;
}
#searchForm a {
  color: white;
  text-decoration: underline;
}
#searchForm .collapse-link {
  position: relative;
}
#searchForm .collapse-link::after {
  content: ">";
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
  transform: rotate(90deg);
}
#searchForm .form-control {
  height: 48px;
}
#searchForm .form-check label {
  color: white !important;
}

#advancedSearchBlock {
  border-top: 1px solid #299AFF;
  color: white;
  /*
  .select2-container--default{
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23B3CBE5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
      background-position: top 5px right 5px;
      background-repeat: no-repeat;
      background-size: 12px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
      background: $blue-2;
      border-color: $blue-3;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
      border-color: $blue-3;
      span{
          color:white;
      }
      &:hover{
          background:$blue-3;
      }
  }
  .select2-search__field{
      height: 40px;
      overflow-y: hidden;
      color:white;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      margin: -7px 0 !important;
      padding: 0 10px;
      &::placeholder{
          color: $blue-4;
          opacity: 0.8;
      }
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: block;
      list-style: none;
      padding: 0 2px;
      margin-top: 3px;
  }
  */
}
#advancedSearchBlock .logos .col {
  text-align: center;
}
#advancedSearchBlock .form-select,
#advancedSearchBlock .form-control {
  height: 40px;
  font-size: 14px;
  background-color: #16367D;
  border-color: #40B5FF;
  color: white;
}
#advancedSearchBlock .form-select::-moz-placeholder, #advancedSearchBlock .form-control::-moz-placeholder {
  color: #DBF1FF;
  opacity: 0.8;
}
#advancedSearchBlock .form-select::placeholder,
#advancedSearchBlock .form-control::placeholder {
  color: #DBF1FF;
  opacity: 0.8;
}
#advancedSearchBlock .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
#advancedSearchBlock .btn.cancel {
  background: #9A9A9A;
  border: 1px solid #C5C5C5;
}
#advancedSearchBlock .multiselet {
  width: 100%;
}

.info-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../images/icon-info.svg);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 11;
  cursor: pointer;
}
.info-icon.overlap {
  position: absolute;
  margin-left: -15px;
  margin-top: -10px;
}
.info-icon.abs {
  position: absolute;
  margin-left: 0;
}
.info-icon.intext {
  margin-top: 0;
}

.infos {
  position: relative;
}
.infos .info-icon {
  margin-top: 0;
  position: absolute;
  top: -13px;
  right: -13px;
}
.infos.righter {
  padding-right: 40px;
}
.infos.righter .form-select {
  position: relative;
}
.infos.righter .info-icon {
  top: 7px;
  right: 0;
}

.advert {
  border: 2px solid #DD7BFF;
  color: #A059B9;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.block-title {
  font-size: 40px;
}

.block-sub-title {
  font-size: 24px;
}

.section-title {
  font-size: 40px;
  line-height: 110%;
  border-bottom: 2px solid #F27C00;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.section-title .date {
  font-size: 0.4em;
}
@media (max-width: 768px) {
  .section-title .date {
    font-size: 0.5em;
  }
}

.more {
  color: black;
  font-size: 16px;
  vertical-align: bottom;
  transition: 0.3s;
}
.more:hover {
  color: #F27C00;
}

.prod-thumb {
  text-align: center;
  display: block;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0;
  margin: 15px 0;
  background: white;
  height: 100%;
  /*
  &.in-my-collection{
      &::before{
          content: '';
          position: absolute;
          right: -15px;
          top:-8px;
          width: 40px;
          height:10px;
          background: $orange;
          color:white;
          transform: rotate(225deg);
      }
  }
  */
}
.prod-thumb.as-folder::after, .prod-thumb.as-folder::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: -1;
  top: 0;
  left: 0;
  background: #f8f8f8;
}
.prod-thumb.as-folder::before {
  transform: rotate(3deg);
}
.prod-thumb.as-folder::after {
  transform: rotate(1.5deg);
}
.prod-thumb.swiper-slide {
  height: 100%;
}
.prod-thumb .pic-container {
  margin-bottom: 16px;
  position: relative;
}
.prod-thumb .pic-container img {
  width: 100%;
}
.prod-thumb .pic-container .pleccs {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  padding: 10px;
}
.prod-thumb .pic-container .pleccs span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: white;
  vertical-align: top;
}
.prod-thumb .pic-container .pleccs span.forsale {
  background: #D51717;
  font-size: 13px;
  line-height: 100%;
  padding: 18px 10px 10px 10px;
}
.prod-thumb .pic-container .pleccs span.wanted {
  background: #A059B9;
  line-height: 60px;
  margin-left: 5px;
}
.prod-thumb .btn {
  margin-bottom: 20px;
}
.prod-thumb .info {
  margin-bottom: 20px;
  font-size: 14px;
}
.prod-thumb .info em {
  color: #9a9a9a;
}
.prod-thumb .info .data-item {
  margin: 2px 3%;
  display: flex;
  justify-content: space-between;
}
.prod-thumb .info .data-item em {
  width: 49%;
  text-align: right;
}
.prod-thumb .info .data-item span {
  width: 49%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.prod-thumb .badges {
  margin: 15px 10px 10px 10px;
}
.prod-thumb .params span {
  padding: 3px 10px;
  font-size: 14px;
  background: #FFDA8B;
}
.prod-thumb .title {
  height: 115px;
  display: flex;
  align-items: center;
  padding: 15px;
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 24px;
  line-height: 26px;
  color: black;
}
.prod-thumb .sale-wanter-labels {
  display: flex;
  margin: 10px 30px 0 30px;
  gap: 15px;
  font-size: 14px;
}
.prod-thumb .sale-wanter-labels span {
  flex: 1;
  background: #C5C5C5;
}

.badge {
  color: white;
  border-radius: 3px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  width: 32px;
  display: inline-block;
  margin: 0 5px;
}
.badge.purple {
  background: #A059B9;
}
.badge.green {
  background: #6ABE6F;
}
.badge.red {
  background: #D51717;
}
.badge.gray {
  background: #4b4b4b !important;
  font-weight: normal;
}

.swiper {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.swiper-btn {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
.swiper-btn.swiper-btn-next {
  background-image: url(../images/arrow-right.svg);
  background-position-x: right;
  right: 15px;
}
.swiper-btn.swiper-btn-prev {
  background-image: url(../images/arrow-left.svg);
  background-position-x: left;
}

.event-thumb {
  font-size: 14px;
  margin-bottom: 30px;
}
.event-thumb .pic-container {
  margin-bottom: 15px;
}
.event-thumb .title {
  font-size: 16px;
  font-weight: bold;
}
.event-thumb .short-info {
  margin-bottom: 15px;
}
.event-thumb .date {
  color: #F27C00;
  font-weight: 300;
}
.event-thumb .lead {
  font-size: 14px;
  margin-bottom: 15px;
}
.event-thumb a {
  color: #F27C00;
  text-decoration: underline;
  font-weight: 500;
}

.bgy2 .section-title {
  border-color: white;
}

.shop-thumb {
  font-size: 14px;
  margin-bottom: 30px;
}
.shop-thumb .pic-container {
  margin-bottom: 15px;
}
.shop-thumb .title {
  font-size: 16px;
  font-weight: bold;
}
.shop-thumb .lead {
  font-size: 14px;
}
.shop-thumb a.link {
  color: black;
  text-decoration: underline;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
}
.shop-thumb div:nth-child(2) {
  position: relative;
}

.shop-thumb .badge,
.shop-full .badge {
  font-size: 12px;
  background: #9a9a9a;
  padding: 1px 8px;
  font-weight: normal;
  display: inline-block;
  margin: 5px 0 15px 0;
  width: auto;
}
.shop-thumb .badge.webshop,
.shop-full .badge.webshop {
  background: #299AFF;
  transition: 0.2s;
}
.shop-thumb .badge.webshop:hover,
.shop-full .badge.webshop:hover {
  background: #0058A7;
  color: white;
}

.magnipic {
  position: relative;
  display: block;
}
.magnipic::before {
  content: "";
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/icon-magnifier.png) center center no-repeat;
  z-index: 100;
}

.gallery-carousel .carousel-control-prev {
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5010737571) 100%);
}
.gallery-carousel .carousel-control-next {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5010737571) 100%);
}
.gallery-carousel .carousel-control-prev-icon,
.gallery-carousel .carousel-control-next-icon {
  width: 50px;
  height: 60px;
}
.gallery-carousel .carousel-control-prev-icon {
  background: url(../images/arrow-left-wh.svg) left center no-repeat;
}
.gallery-carousel .carousel-control-next-icon {
  background: url(../images/arrow-right-wh.svg) right center no-repeat;
}

.gal-caption {
  color: white;
  text-align: center;
}

.subheader .user-data {
  padding-left: 100px;
  position: relative;
  font-size: 14px;
}
.subheader .user-data img {
  position: absolute;
  left: 0;
  width: 80px;
  background: white;
  border-radius: 50%;
}
.subheader .user-data strong {
  font-size: 16px;
}
.subheader .user-data a {
  color: #0058A7;
  text-decoration: underline;
}
.subheader .user-data .alerts {
  padding-top: 15px;
}
.subheader .user-data .alerts .badge {
  color: white;
  background: #D51717;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  padding: 0;
  border-radius: 50%;
  margin-top: -4px;
}
.subheader .user-data .links {
  font-size: 12px;
}
.subheader .user-data .active-subscription-title {
  display: inline-block;
  font-size: 12px;
  color: white;
  background: #6ABE6F;
  padding: 1px 3px;
  line-height: 110%;
  vertical-align: top;
  margin-top: 4px;
}
.subheader .btn {
  width: 100%;
}
.subheader .btn.my-collection span {
  background: #6ABE6F;
}
.subheader .btn span {
  display: inline-block;
  border-radius: 3px;
  color: white;
  line-height: 100%;
  padding: 3px 10px;
  margin-left: 10px;
  font-size: 14px;
}
.subheader .btn.red span, .subheader .btn.purple span {
  border: 1px solid white;
  background: none;
}

.top-line {
  border-bottom: 2px solid #F27C00;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.top-line a {
  color: black;
  transition: 0.3s;
  font-weight: 600;
}
.top-line a:first-child {
  margin-right: 30px;
}
.top-line a:hover {
  color: #F27C00;
}

.prod-full {
  font-size: 15px;
  line-height: 24px;
}
.prod-full .title {
  font-size: 24px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  height: auto;
}
.prod-full .title .owner-info-small {
  font-size: 14px;
  padding: 0.3em 2em;
  border-radius: 4px;
  color: white;
  text-align: center;
  line-height: 140%;
  margin-top: -15px;
  display: inline-block;
}
.prod-full .title .owner-info-small.your-model {
  background: #6ABE6F;
}
.prod-full .title .owner-info-small.colligors-model {
  background: #F27C00;
}
.prod-full .title .owner-info-small b {
  font-size: 1.2em;
  display: block;
}
@media (max-width: 480px) {
  .prod-full .title {
    display: block;
  }
  .prod-full .title .owner-info-small {
    margin: 10px 0;
  }
}
.prod-full .data-row {
  padding: 5px 0;
}
.prod-full .status.green {
  color: #6ABE6F;
}
.prod-full .status-panel {
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  color: white;
}
.prod-full .status-panel.green {
  background: #6ABE6F;
}
.prod-full .status-panel.orange {
  background: #F27C00;
}
.prod-full .switches {
  margin-bottom: 2px;
  margin-top: 2px;
}
.prod-full .switches a {
  background: #C5C5C5;
  color: #4b4b4b;
  padding: 2px 10px;
}
.prod-full .switches a:first-child {
  margin-right: 10px;
}
.prod-full .switches a.on {
  color: white;
}
.prod-full .switches a.dropForSaleLink.on {
  background: #D51717;
}
.prod-full .switches a.dropWantedLink.on {
  background: #A059B9;
}
.prod-full .variation-links a {
  color: black;
  font-weight: 600;
  transition: 0.3s;
}
.prod-full .variation-links a:first-child {
  margin-right: 30px;
}
.prod-full .variation-links a:hover {
  color: #F27C00;
}
.prod-full .rarity {
  width: 185px;
}
.prod-full .rarity img {
  width: 120px;
  vertical-align: text-top;
  margin-top: 2px;
  margin-left: 3px;
}
.prod-full .upload-link {
  color: #0058A7;
  text-decoration: underline;
}
.prod-full .upload-link + .info-icon {
  margin-top: -2px;
}
.prod-full ul.sortable {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: left;
  gap: 10px;
  padding: 10px;
  background: #C5C5C5;
}
.prod-full ul.sortable::before {
  content: "Drag&drop to set order";
  position: absolute;
  font-size: 12px;
  top: -15px;
  background: #C5C5C5;
  padding: 0 8px;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.prod-full ul.sortable li {
  border: 1px solid white;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  vertical-align: top;
  aspect-ratio: 1/1;
  position: relative;
}
.prod-full ul.sortable li:first-child {
  margin-left: 0;
}
.prod-full ul.sortable li img {
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain; /* megtartja az arányt */
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.prod-full ul.sortable .handle {
  cursor: grab;
  position: relative;
  height: 100%;
  background: white;
}
.prod-full ul.sortable .handle .controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.prod-full ul.sortable .handle .controls .del-user-pic {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: white url(../images/icon-trash-1.svg) center center no-repeat;
}
.prod-full ul.sortable .handle .controls .set-as-cover {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: white url(../images/icon-star-0.svg) center center no-repeat;
}
.prod-full ul.sortable .handle .controls .set-as-cover.is-cover-1 {
  background: white url(../images/icon-star-1.svg) center center no-repeat;
}
.prod-full ul.sortable .handle .uploaded-pic-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.prod-full ul.sortable .handle .uploaded-pic-container.temp-pic-container {
  background: rgba(242, 124, 0, 0.4);
}
.prod-full #coverBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  background: #EFEFEF;
  align-items: center;
}
.prod-full #coverBlock img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* megtartja az arányt */
  -o-object-position: center;
     object-position: center;
  display: block;
}

.option-box {
  padding: 10px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.option-box .d-flex label {
  padding-top: 7px;
}
.option-box .info-col {
  width: 40px;
  padding-top: 3px;
}
.option-box .box-title {
  background: #299AFF;
  color: white;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 10px;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.range-container {
  padding-left: 30px;
  padding-right: 25px;
  position: relative;
}
.range-container::before {
  content: attr(data-min);
  position: absolute;
  margin-left: -15px;
  color: #9A9A9A;
  margin-top: 8px;
}
.range-container::after {
  content: attr(data-max);
  position: absolute;
  right: 0;
  color: #9A9A9A;
  margin-top: -24px;
}
.range-container .slider-container {
  margin-top: -7px;
}

.date-input {
  text-align: center;
  background-image: url(../images/icon-calendar.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.currency-input {
  width: 85px;
}

.fake-hr {
  background: #c5c5c5;
  height: 10px;
  margin: 48px 0 48px 0;
}

.bgw .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230058a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.gray-inputs-container .form-select,
.gray-inputs-container .form-control {
  background-color: #F2F2F2;
  color: #4b4b4b;
}
.gray-inputs-container .form-control::-moz-placeholder {
  color: #9a9a9a;
}
.gray-inputs-container .form-control::placeholder {
  color: #9a9a9a;
}
.gray-inputs-container .form-control:-moz-read-only {
  color: #9a9a9a;
  border-color: #F2F2F2;
}
.gray-inputs-container .form-control:disabled,
.gray-inputs-container .form-control:read-only {
  color: #9a9a9a;
  border-color: #F2F2F2;
}

.sort-head {
  color: #4b4b4b;
  border-bottom: 1px solid #299AFF;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.sort-head a {
  color: #9a9a9a;
}
.sort-head a.active {
  color: #299AFF;
}
.sort-head span {
  color: #299AFF;
}
.sort-head .form-select {
  border: 0;
  color: #4b4b4b;
  padding: 0 20px 0 5px !important;
  margin-top: -8px;
  background-position: right;
}
.sort-head .form-select.mh-20 {
  min-height: 20px !important;
  margin-top: 1px;
}
.sort-head .sort-by-label {
  color: #4b4b4b;
  cursor: pointer;
  padding-left: 30px;
  display: inline-block;
  background: url(../images/list-icon-order-asc.png) left top 5px no-repeat;
}
.sort-head .sort-by-label.desc {
  background: url(../images/list-icon-order-desc.png) left top 5px no-repeat;
}

.results-head {
  margin-bottom: 15px;
  background: #C5C5C5;
  border-bottom: 2px solid #4b4b4b;
  padding: 10px;
  color: #343434;
}
.results-head:hover {
  color: #343434;
}
.results-head .close-link,
.results-head .open-link {
  color: black;
  text-decoration: underline;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  width: 230px;
}
.results-head .close-link:after,
.results-head .open-link:after {
  content: ">";
  position: absolute;
  transform: rotate(-90deg);
  margin-left: 5px;
}
.results-head .close-link.longer,
.results-head .open-link.longer {
  width: auto;
}
.results-head .open-link::after {
  transform: rotate(90deg);
}
.results-head strong {
  font-size: 18px;
}

.group-table .badges {
  width: 180px;
  display: inline-block;
  text-align: left;
  margin-right: 20%;
}
.group-table tr:hover {
  background: #DEE2E6 !important;
}

.pager {
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 15px;
}
.pager a {
  padding: 2px 5px;
  color: #9a9a9a;
}
.pager a img {
  margin-top: -5px;
}
.pager a.page {
  padding-left: 8px;
  position: relative;
  margin-left: 5px;
}
.pager a.page::before {
  content: "|";
  position: absolute;
  color: #4b4b4b;
  margin-left: -12px;
  margin-top: -2px;
  font-weight: 100;
  font-size: 18px;
}
.pager a.active {
  color: #299AFF;
}
.pager a:nth-child(3),
.pager span + .page {
  margin-left: 0;
}
.pager a:nth-child(3)::before,
.pager span + .page::before {
  display: none;
}

.list-table thead td {
  text-align: center;
}
.list-table thead th span {
  margin-left: 2px;
}
.list-table thead th a {
  color: #9a9a9a;
}
.list-table thead th a:hover {
  text-decoration: none;
  color: #0058A7 !important;
}
.list-table thead th a.active {
  color: #299AFF;
}
.list-table a {
  color: black;
}
.list-table a:hover {
  text-decoration: underline;
}
.list-table td, .list-table th {
  width: 1%;
  white-space: nowrap;
}
.list-table td.name {
  min-width: 300px;
}
.list-table td.badges {
  min-width: 150px;
}
.list-table td.number {
  min-width: 100px;
}
.list-table td.ccode {
  min-width: 120px;
}
.list-table td.link {
  min-width: 130px;
}
.list-table tbody tr:nth-child(odd) {
  background: #F2F2F2;
}
.list-table tr.table-row-link {
  cursor: pointer;
}
.list-table tr.table-row-link:hover {
  background: #DEE2E6;
}

.section-sub-title {
  font-size: 24px;
}
.section-sub-title .info-icon {
  margin-top: 5px;
}

.subscription-infos {
  color: #4b4b4b;
}
.subscription-infos b {
  color: #299AFF;
}

.info-row {
  color: #D51717;
  font-size: 14px;
  font-style: italic;
}

.title-addon {
  color: #6ABE6F;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
}
.title-addon.expired {
  color: #D51717;
}
.title-addon em {
  font-size: 16px;
  font-weight: 400;
}

.no-border {
  border: none;
}

.form-select.blue,
.form-control.blue {
  background-color: #DBF1FF;
  border-color: #0058A7;
}
.form-select.search,
.form-control.search {
  padding-left: 40px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
.form-select.err,
.form-control.err {
  border-color: red;
}

.form-select.err + .select2 .select2-selection--single {
  border-color: red !important;
}

.show-profile .form-control:-moz-read-only {
  border: 1px solid #C5C5C5;
  color: #343434;
}

.show-profile .form-control:read-only,
.show-profile .form-control:disabled {
  border: 1px solid #C5C5C5;
  color: #343434;
}

.swal2-title {
  font-weight: 400 !important;
}

#faqAccordion .accordion-item {
  border: none;
  border-bottom: 1px solid #40B5FF;
  border-radius: 0;
}
#faqAccordion .accordion-button {
  font-size: 24px;
  background: none;
  color: black;
  border: none;
  padding-left: 0;
  box-shadow: none;
}
#faqAccordion .accordion-button::after {
  background-image: url(../images/icon-dropdown-bl.svg);
  background-size: 12px;
  background-position: center center;
}
#faqAccordion .accordion-body {
  border: none;
  padding-top: 0;
  color: #4b4b4b;
  font-size: 15px;
}

.static-content {
  font-size: 15px;
  color: #4b4b4b;
  font-weight: 300;
}
.static-content .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: black;
}
.static-content .sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-top: 15px;
}
.static-content a {
  color: #0058A7;
}
.static-content img.resp {
  width: 100%;
  height: auto;
}

.my-notes {
  min-height: 120px !important;
}

.text-small {
  font-size: 14px;
}

.messages-header {
  border-bottom: 1px solid #40B5FF;
}
.messages-header .title {
  font-size: 24px;
  display: inline-block;
  margin-right: 50px;
}
.messages-header .title .info-icon {
  margin-top: 5px;
}
.messages-header .control-link {
  text-decoration: underline;
  color: #4b4b4b;
}
.messages-header .tabs a {
  display: inline-block;
  color: #4b4b4b;
  position: relative;
  margin-left: 15px;
  vertical-align: bottom;
  padding-top: 10px;
  font-size: 16px;
  border-bottom: 2px solid white;
}
.messages-header .tabs a.active {
  font-weight: 600;
  color: #40B5FF;
  border-bottom: 2px solid #40B5FF;
}
.messages-header .tabs a span {
  position: absolute;
  top: -6px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  background: #D51717;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.fake-link {
  color: #0058A7;
  text-decoration: underline;
  cursor: pointer;
}

.fake-tr div,
.fake-thead div {
  padding: 5px;
}

.fake-table {
  font-size: 15px;
}
.fake-table .delete {
  border: none;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../images/icon-trash-0.svg);
}
.fake-table .delete:hover {
  background: url(../images/icon-trash-1.svg);
}
.fake-table.odd {
  background: #F2F2F2;
}
.fake-table .is-new {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #0058A7;
  border-radius: 50%;
}
.fake-table a {
  color: #0058A7;
  text-decoration: underline;
}
.fake-table a:hover {
  color: #F27C00;
}
.fake-table.odd .message-content {
  border-top: 1px solid white;
}
.fake-table.even .message-content {
  border-top: 1px solid #F2F2F2;
}
.fake-table .message-content {
  text-align: left !important;
  padding: 10px 50px 10px 78px !important;
  position: relative;
}
.fake-table .message-content .close-me {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-close.svg);
  position: absolute;
}
.fake-table .close-me,
.fake-table .clk {
  cursor: pointer;
}
.fake-table .icons a {
  display: inline-block;
  margin: 3px;
}
.fake-table .icons img {
  height: 24px;
}

#lockoutCover {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
#lockoutCover .star {
  text-align: center;
  background-image: url(../images/lockout-star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 550px;
  width: 550px;
  height: 550px;
  max-height: 550px;
  display: flex;
  height: 100%;
  align-items: top;
  color: white;
  padding: 0 30px;
}
#lockoutCover .star .inner {
  padding: 0 10px;
}
#lockoutCover .star a {
  color: yellow;
  font-weight: bold;
}

img.img-left {
  float: left;
  margin-right: 15px;
}

img.img-right {
  float: right;
  margin-left: 15px;
}

.light-input-container .form-control::-moz-placeholder {
  color: #9a9a9a !important;
}

.light-input-container .form-control::placeholder {
  color: #9a9a9a !important;
}

.membership-table tr th,
.membership-table tr td {
  text-align: center;
  vertical-align: middle;
}
.membership-table tr th:first-child,
.membership-table tr td:first-child {
  text-align: left;
}
.membership-table tr th {
  background: #C5C5C5;
  font-weight: 500;
  height: 80px !important;
  text-transform: uppercase;
  border-bottom: 2px solid #4B4B4B;
}
.membership-table tr td {
  height: 60px;
}
.membership-table tr:nth-child(odd) td {
  background: #F2F2F2;
}
.membership-table .yes {
  display: inline-block;
  width: 18px;
  height: 9px;
  border: 3px solid #4B4B4B;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.membership-table .no {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #4B4B4B;
}

.form-switch .form-check-input {
  border-color: #C2C2C2;
  background-color: #C2C2C2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  border-color: #0D6EFD;
  background-color: #0D6EFD;
}

.gray-select {
  background-color: #F2F2F2;
}

.btn-group .btn {
  background: #9a9a9a;
  opacity: 0.6;
  border: none;
}
.btn-group .btn-check + .btn:hover {
  background: #9a9a9a;
  color: white;
}
.btn-group .btn-check:checked + .btn {
  background: #F27C00;
  opacity: 1;
  color: white;
}

@media (max-width: 768px) {
  .fake-table .fake-tr {
    position: relative;
    padding: 10px;
  }
  .fake-table .fake-tr div {
    text-align: center;
    padding: 0;
  }
  .fake-table .fake-tr div:first-child {
    position: absolute;
  }
  .fake-table .fake-tr div:last-child {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .fake-table .fake-tr div:nth-child(3) {
    padding: 5px 0;
  }
  .fake-table .message-content {
    position: relative !important;
    padding: 10px !important;
    text-align: left !important;
  }
  .fake-table .message-content .close-me {
    right: -10px;
  }
  .fake-table .icons a {
    display: inline-block;
    margin: 5px;
  }
  .static-content .title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .fake-table {
    display: table;
    width: 100%;
  }
  .fake-table .fake-thead {
    display: table-row;
  }
  .fake-table .fake-thead div {
    display: table-cell;
    text-align: center;
    padding: 10px;
    color: #4b4b4b;
    font-weight: 500;
  }
  .fake-table .fake-thead div:first-child {
    width: 37px;
  }
  .fake-table .fake-tr {
    display: table-row;
  }
  .fake-table .fake-tr div {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .fake-table .fake-tr div:first-child {
    width: 37px;
  }
  .fake-table .fake-tr div:nth-child(2) {
    text-align: center;
  }
  .fake-table .message-content {
    padding: 10px 50px 10px 48px !important;
  }
  .fake-table .message-content .close-me {
    right: 7px;
  }
  .fake-table .dot {
    width: 48px;
    text-align: center;
  }
  .fake-table .date {
    width: 120px;
    text-align: left;
  }
  .fake-table .sender {
    width: 200px;
    text-align: left;
  }
  .fake-table .icons {
    width: 150px;
  }
  .fake-table .country {
    width: 150px;
  }
  .fake-table .prod {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .swiper-btn-prev {
    left: -20px;
  }
  .swiper-btn-next {
    right: -20px !important;
  }
}
@media (max-width: 992px) {
  #nav-icon {
    z-index: 100;
    position: absolute;
    right: 20px;
    margin-top: -30px;
    width: 35px;
    height: 35px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background: #0058A7;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 20px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #coverMenu {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  #coverMenu.active {
    transform: translateX(0);
  }
  #coverMenu #navbarContent .menu-container {
    width: 100% !important;
  }
  #coverMenu #navbarContent .menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #coverMenu #navbarContent .menu-container ul li {
    display: block;
  }
  #coverMenu #navbarContent .menu-container ul li a {
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    font-size: 24px;
    color: #343434;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #coverMenu #navbarContent .menu-container ul li a:hover {
    color: #F27C00;
  }
  #coverMenu #navbarContent .menu-container ul li a.logout {
    color: #D51717 !important;
  }
  #coverMenu #navbarContent .menu-container ul li.spec {
    margin-bottom: 15px;
  }
  #coverMenu #navbarContent .menu-container ul li.spec a {
    background: #0058A7;
    color: white;
    padding: 5px 15px;
    border-radius: 50%;
    min-width: 120px;
    margin-bottom: 0;
  }
  #coverMenu .fake-header {
    border-bottom: 10px solid #F27C00;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 30px;
    line-height: 110%;
    padding-bottom: 10px;
  }
  .section-title .info-icon {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .info-col .info-icon {
    margin-left: -10px;
  }
  .range-container {
    margin-right: 55px;
  }
  .slider-value {
    background: #299AFF;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    right: 0;
    top: -32px;
  }
  .prod-thumb .title {
    font-size: 16px;
    line-height: 18px;
    height: 80px;
  }
}
.pic-preview-area {
  position: relative;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/nopic-model.png);
}

.upload-status-control {
  border: 1px solid #C5C5C5;
  padding: 5px;
  line-height: 100%;
  min-height: 30px;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  background: white;
  opacity: 0.5;
  transition: 0.5s;
}
.upload-status-control.done {
  opacity: 0;
}
.upload-status-control ul {
  margin: 0;
  padding: 0;
}
.upload-status-control .upl.filelist {
  font-size: 12px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#animationBlock #animContent {
  width: 100%;
  height: 600px;
}

.add-to-my-collection-cb-container {
  background: #299AFF;
  border: 1px solid #16367D;
  color: white;
}

.diecast-group-list-item {
  padding: 0.5em 1em;
  background: #C5C5C5;
  display: flex;
  justify-content: space-between;
  color: black;
}
.diecast-group-list-item.main {
  border-top: 12px solid white;
}
.diecast-group-list-item:hover {
  background: #40B5FF;
  color: white;
}
.diecast-group-list-item a {
  color: black;
}

.dropzone-container {
  font-size: 1.3em;
  color: #ababab;
}

.select-container,
.input-container {
  position: relative;
}
.select-container label,
.input-container label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  pointer-events: none; /* Ne lehessen rákattintani */
  color: #9a9a9a;
  font-size: 14px;
}
.select-container textarea:not(:-moz-placeholder), .select-container input:not(:-moz-placeholder), .input-container textarea:not(:-moz-placeholder), .input-container input:not(:-moz-placeholder) {
  border-top-left-radius: 0;
}
.select-container textarea:focus,
.select-container textarea:not(:placeholder-shown),
.select-container input:focus,
.select-container input:not(:placeholder-shown),
.input-container textarea:focus,
.input-container textarea:not(:placeholder-shown),
.input-container input:focus,
.input-container input:not(:placeholder-shown) {
  border-top-left-radius: 0;
}

/* Ha az input fókuszált vagy van benne szöveg */
textarea:not(:-moz-placeholder) + label, input:not(:-moz-placeholder) + label {
  opacity: 0.8;
  top: -7px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
  color: #343434;
  background: #C5C5C5;
}
.select-container.active label,
textarea:focus + label,
textarea:not(:placeholder-shown) + label,
input:focus + label,
input:not(:placeholder-shown) + label {
  opacity: 0.8;
  top: -7px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
  color: #343434;
  background: #C5C5C5;
}

.select2-search__field {
  z-index: 1000;
  position: absolute;
  margin-top: 2px !important;
}

.form-check label {
  background: none !important;
  font-size: 16px !important;
}

#advancedSearchBlock .select-container,
#advancedSearchBlock .input-container {
  position: relative;
  /* Ha az input fókuszált vagy van benne szöveg */
}
#advancedSearchBlock .select-container label,
#advancedSearchBlock .input-container label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  pointer-events: none; /* Ne lehessen rákattintani */
  font-size: 14px;
  background: #16367D;
  color: rgba(219, 241, 255, 0.8);
}
#advancedSearchBlock .select-container input:not(:-moz-placeholder), #advancedSearchBlock .input-container input:not(:-moz-placeholder) {
  border-top-left-radius: 0;
}
#advancedSearchBlock .select-container input:focus,
#advancedSearchBlock .select-container input:not(:placeholder-shown),
#advancedSearchBlock .input-container input:focus,
#advancedSearchBlock .input-container input:not(:placeholder-shown) {
  border-top-left-radius: 0;
}
#advancedSearchBlock .select-container.scale::before,
#advancedSearchBlock .input-container.scale::before {
  font-size: 14px;
  position: absolute;
  content: "1 :";
  color: rgba(219, 241, 255, 0.8);
  top: 0.65em;
  left: 10px;
}
#advancedSearchBlock input:not(:-moz-placeholder) + label {
  opacity: 0.8;
  top: -7px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  color: #DBF1FF;
  background: #299AFF;
  padding: 2px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
}
#advancedSearchBlock .scale label,
#advancedSearchBlock .select-container.active label,
#advancedSearchBlock input:focus + label,
#advancedSearchBlock input:not(:placeholder-shown) + label {
  opacity: 0.8;
  top: -7px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  color: #DBF1FF;
  background: #299AFF;
  padding: 2px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
}
#advancedSearchBlock .scale .form-control {
  padding-left: 25px;
}
#advancedSearchBlock .form-check label {
  color: white !important;
}
#advancedSearchBlock #exScaleCb {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 10;
  right: 18px;
  padding: 0 4px;
  background: #0058A7;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
#advancedSearchBlock #exScaleCb .form-check-label {
  font-size: 0.8em !important;
  line-height: 100% !important;
}
#advancedSearchBlock #exScaleCb .form-check-input {
  margin-left: 0;
}

.select2-container--default .select2-selection--multiple {
  padding-top: 16px; /* Hely a lebegő placeholdernek */
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Ha van kiválasztott elem, vagy ha a mező fókuszban van */
.year-range-inputs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
.year-range-inputs .fake-label {
  opacity: 0.8;
}
.year-range-inputs .year-input {
  width: 50px;
  min-height: 40px;
  background: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.year-range-inputs .year-input + label {
  left: 0;
  width: 100%;
  text-align: center;
}
.year-range-inputs .sep {
  width: 30px;
  text-align: center;
}

.input-group.disabled {
  opacity: 0.5;
}

.my-toast {
  position: fixed;
  z-index: 10000;
  text-align: center;
  font-size: 1.5em;
  padding: 0.7em;
  background: #F27C00;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
  animation: slideInOut 3s ease-in-out forwards;
  box-shadow: 0px -5px 50px -2px rgba(0, 0, 0, 0.52);
}

@keyframes slideInOut {
  0% {
    transform: translateY(100%);
  }
  5% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.url-to-share {
  padding: 10px;
  border: 1px solid #343434;
  background: #C5C5C5;
}

.cursor-pointer {
  cursor: pointer;
}

.btn.h-auto {
  height: auto !important;
  padding: 10px;
  line-height: 1.2em;
}

.select2-search__field {
  position: relative !important;
}

.sharing-nav .btn {
  opacity: 1;
}
.sharing-nav .btn.primary {
  background: #F27C00;
}
.sharing-nav .btn.primary:hover {
  background: orange;
  color: white;
}
.sharing-nav .btn:hover {
  background: #299AFF;
  color: white;
}

.sharing-table th {
  color: #9a9a9a !important;
  font-size: 10px;
}
.sharing-table .dot {
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4b4b4b;
}
.sharing-table .dot.green {
  background: #6ABE6F;
}
.sharing-table .dot.red {
  background: #D51717;
}
.sharing-table .picked {
  background: #299AFF;
  color: white;
  font-size: 10px;
  padding: 2px 3px;
}
.sharing-table .stop-sharing-btn {
  background: #D51717;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
}
.sharing-table .stop-sharing-btn:hover {
  background: rgb(166.9703389831, 18.0296610169, 18.0296610169);
  color: white;
}
.sharing-table.shares-list-table thead tr th:first-child {
  width: 60px;
}

.input-group-text svg {
  border: 1px solid red;
  display: block;
}/*# sourceMappingURL=colligors.css.map */