@keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 0;
  }
}

body {
	font-family: 'SF Pro Display';
}


#topBar :not(.dropdown-item):not(.dropdown-item i) {
  font-family: 'Montserrat';
  font-weight: 700;
}

body.light {
  background: radial-gradient(88.82% 69.58% at 103.33% 54.67%, #EBEBFD 0%, #FFFFFF 100%);
}

.page-header {
    background: none;
}

/*.skeleton .card-title,
.skeleton [class*="title"],
.skeleton [class*="text"] span,
.skeleton li span,
.skeleton [class*="label"],
.skeleton input,
.skeleton [class*="text"] button*/
.skeleton .skeleton-item {
  height: 26px;
  animation: loading 1.5s infinite;
  background-position: -186px 0;
  background: #bbbbbb20
    linear-gradient(
      90deg,
      rgba(38, 38, 38, 0) 0%,
      rgba(38, 38, 38, 0.2) 50%,
      rgba(38, 38, 38, 0) 100%
    );
  background-repeat: no-repeat;
  color: transparent !important;
}

.hidden {
  display: none;
}

.list-feed .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

#grad1 {
  background-color: #9c27b0;
  background-image: linear-gradient(120deg, #ff4081, #81d4fa);
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  position: relative;
}

#msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}
#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}
/*
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}
*/
.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding: 0;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 16.66%;
  float: left;
  position: relative;
}

#progressbar #auctionDetails:before {
  content: "\e90b";
}

#progressbar #auctionPrices:before {
  content: "\ea70";
}

#progressbar #auctionDates:before {
  content: "\eab6";
}

#progressbar #auctionDocuments:before {
  content: "\ed38";
}

#progressbar #auctionItems:before {
  content: "\e9f3";
}

#progressbar #confirm:before {
  content: "\ed6f";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  font-family: icomoon;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: skyblue;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.form-control[type="radio"],
.form-control[type="checkbox"] {
  opacity: 0 !important;
}

.media-chat {
  position: relative;
}

.questionWrapper.active {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 1;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.content-wrapper {
  min-height: calc(100vh - 131px);
}

.avatar {
  border-radius: 50%;
  background: #ebebfd;
  color: #362c43;
  font-weight: bold;
  text-align: center;
  padding: 9px;
}

.pageContent {
  overflow: auto;
  scrollbar-width: thin;
}

.content-wrapper {
  margin: 0 5%;
  overflow: initial;
}
#topBar, #navbar-footer {
  padding: 0 6%;
}

#navbar-footer .simplepay_logo{
  max-height: 44px;
}

.themeSwitcher.custom-switch .custom-control-label::before {
  background: rgb(240, 240, 240);
  background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, #808185 100%);
}

.themeSwitcher.custom-switch .custom-control-label::after {
  content: "\f185";
  font-family: "Font Awesome 5 free";
  color: #292b8f;
  font-size: 12px;
  padding: 0.4px 0px;
  line-height: 15px;
  text-align: center;
}

.themeSwitcher.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: rgb(240, 240, 240);
  background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, #808185 100%);
}

.themeSwitcher.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  content: "\f186";
  font-family: "Font Awesome 5 free";
  color: #fff;
  font-size: 10px;
  padding: 0px 3px;
  background: #666;
}

.chatUser {
  width: 121px;
  margin-top: -26px;
}


.itemSelector.nav-tabs-bottom .nav-link::before {
  height: 0 !important;
}

.itemSelector .itemWrapper {
  border-radius: 16px;
  overflow: hidden;
}

.light .itemSelector.nav-tabs-bottom .nav-link .itemWrapper{
  background: #EBEBFD;
}

.dark .itemSelector.nav-tabs-bottom .nav-link .itemWrapper{
  background: #292B8F;
}

.itemSelector.nav-tabs-bottom .nav-link.active .itemWrapper{
  border: 1px solid #292B8F;
  box-sizing: border-box;
  box-shadow: 4px 4px 50px 20px rgba(41, 43, 143, 0.05);
  border-radius: 16px;
}

.dark .itemSelector.nav-tabs-bottom .nav-link.active .itemWrapper{
  background: #EBEBFD;
  color: #292B8F;
}

.light .itemSelector.nav-tabs-bottom .nav-link.active .itemWrapper{
  background: #fff;
}

.list-requiredDocs .dropzone.fileUploaderContainer {
  min-height: 5rem;
}
.modal-left .modal-dialog, .modal-right .modal-dialog {
  width: 80%;
}

.dataTables_wrapper .dataTables_length{
  float: left;
  margin: 0;
}

.dataTables_wrapper .dataTables_filter{
  float: right;
}

.dataTables_paginate {
  float: none;
  margin: 0 auto;
  text-align: unset;
}

.uploader-container.list-layout .selectedFiles {
  background: #EBEBFD;
  border: 1px dashed #A2A2F2;
  box-sizing: border-box;
  border-radius: 16px;
  min-height: 34px;
}

.uploader-container.grid-layout .selectedFiles {
  background: #fff;
  border: 1px dashed #A2A2F2;
  box-sizing: border-box;
  border-radius: 16px;
  min-height: 34px;
}

.selectedFiles.is-invalid {
  border-color: #ef5350;
  padding-right: calc(1.5715em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef5350' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef5350' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.39287em + 0.25rem) center;
  background-size: calc(0.78575em + 0.5rem) calc(0.78575em + 0.5rem);
}
.selectedFilesData {
  height: 0;
  padding: 0;
  opacity: 0 !important ;
}


.remainedTime.risen,
.hammerDate.risen,
.hammerFeeWrapper.risen,
.actualBidWrapper.risen.winner,
.actualBid.risen.winner {
    color: #16c784;
}

.actualBidWrapper.risen.loser,
.actualBid.risen.loser {
    color: #F44336;
}


.remainedTime:not(.risen),
.hammerDate:not(.risen),
.actualBidWrapper:not(.risen),
.actualBid:not(.risen) {
  transition: all .3s ease-in-out;
}

.list-bidLog-feedContainer {
  overflow: auto;
  max-height: 271px;
  scrollbar-width: thin;
}

.dark .list-bidLog.bg-white {
  background: #0E0E22 !important;
  box-shadow: 4px 4px 50px 20px rgba(181, 183, 243, 0.05);
  border-radius: 8px;
}

.pageContent > .blockUI.blockOverlay {
  position: fixed !important;
  height: 100vh !important;
}

.pageContent > .blockUI.blockMsg.blockElement {
  position: fixed !important;
  top: 50vh !important;
}


.dark .detailRow.bg-white {
  background: none !important;
}

.dark .card.item.auction {
  background: #0E0E22;
  box-shadow: 4px 4px 50px 20px rgba(181, 183, 243, 0.05);
  border-radius: 8px;
  border: 0;
}

.removeFavourite i,
.addFavourite i {
  font-size: 1.4rem;
}

.wizard > .steps > ul > li::after, .wizard > .steps > ul > li::before {
  width: calc(50% - 19px);
  height: 1px;
}

.wizard > .steps .number {
  background: none;
  line-height: 2.325rem;
}

body.light .wizard > .steps .number,
body.dark .wizard > .steps .number {
  color: #000;
  border: 1px solid #000;
}

body.light .wizard > .steps > ul > li.current::after, 
body.dark .wizard > .steps > ul > li.current::after, 
.wizard > .steps > ul > li.current ~ li::after, .wizard > .steps > ul > li.current ~ li::before {
  background-color: #000;
}


.text-transform-none {
  text-transform: none !important;
}

.btn.shadow {
  box-shadow: 0px 3px 4px rgba(41, 43, 143, 0.2) !important;
}

.modal-body[view="notificationDetails"] table.row-content {
  width: 100% !important;
  min-width: 400px;
}

.picker__select--month, .picker__select--year {
  margin-bottom: 10px;
  width: 60%;
  text-align: center;
}

.sessionTimeCounter {
  z-index: 100;
}

#topBar .dropdown-menu {
  max-height: 85vh;
  overflow-y: auto;
}

a.link.disabled {
  pointer-events: none;
}

.text-truncate:hover {
  overflow: auto !important;
}


.nav-link .itemWrapper .card-img-actions {
  max-height: 95px;
}

.nav-link .itemWrapper .card-img-actions {
  max-height: 95px;
}


#auctionsList .card-img-actions {
  overflow: hidden;
  max-height: 162px;
  border-radius: 5px;
}


.bidInfoBox {
  position: relative;
}

.bidInfoBox.fullscreen {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0px;
  left: 0;
  height: calc(90vh - 84px);
  overflow-y:auto;
  transform: translate(0px, 84px);
  transition: transform 1s linear;
}


.bidInfoBox.fullscreen .closeBidInfoBoxBtn,
.bidInfoBox .resizeBidInfoBoxBtn {
  display: block !important;
}


.bidInfoBox .closeBidInfoBoxBtn,
.bidInfoBox.fullscreen .resizeBidInfoBoxBtn {
  display: none !important;
}
.hmin-0 {
    min-height: 0 !important;
}
.hmin-200 {
    min-height: 200px !important;
}
.hmin-250 {
    min-height: 250px !important;
}
.hmin-300 {
    min-height: 300px !important;
}
.hmin-350 {
    min-height: 350px !important;
}
.hmin-400 {
    min-height: 400px !important;
}
.hmin-450 {
    min-height: 450px !important;
}
.hmin-500 {
    min-height: 500px !important;
}
.hmin-550 {
    min-height: 550px !important;
}
.hmin-600 {
    min-height: 600px !important;
}



.lazy-load {
  min-width: 100px;
  min-height: 100px;
  background: url('https://dev.bid.szoler.hu/core/global_assets/images/placeholders/lazy-load.gif');
  background-position: 50%;
}


.attachmentDetailsImage {
  height: 100% !important;
}
.attachmentDetailsImage img,
.attachmentDetailsImage iframe {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swal2-icon.customIcon::before {
  content: unset !important;;
}

.customIcon .swal2-icon-content {
  margin: auto;
  display: flex;
}
/*----------------------------------------------- Media Queries -------------------------------------------------------------------------*/

@media screen and (min-width: 1240px) {
  .content-wrapper {
    margin: 0 10%;
    overflow: initial;
  }
  #topBar, #navbar-footer {
    padding: 0 11%;
  }
}

@media screen and (max-width: 600px) {
  .content-wrapper {
    margin: 0;
    overflow: hidden;
  }
  #topBar, #navbar-footer {
    padding: 0;
  }
}
