/**************************/

.wrap {
  min-height: calc(100vh - 190px);
}

.nav-scroller,
.nav-scroller-wrapper {
  display: flex;
  /*background-color: #f9f9f9;*/
}

.nav-scroller {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nav-scroller-nav {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -ms-grid-row-align: center;
  align-self: center;
  padding-bottom: 30px;
  /*margin-bottom: -30px;*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-scroller-content {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-height: 44px;
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-scroller-content.no-transition {
  transition: none;
}

ul.nav-scroller-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-scroller-item {
  /*  -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    display: block;
    font-size: 1.125rem;
    text-align: center;
    padding: .2rem 1rem;*/
}

.nav-scroller-item:not(:last-child) {
  /*border-right: 1px solid #ddd;*/
}

.nav-scroller-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #000;
  /*background: #fff;*/
  /*border: 1px solid #ddd;*/
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
}

.nav-scroller-btn:hover {
  color: #666;
}

.nav-scroller-btn:focus {
  outline: 0;
}

.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-scroller-btn--left {
  left: 0;
}

.nav-scroller-btn--right {
  right: 0;
}

.nav-scroller-logo {
  display: inline-block;
  padding: 0.5rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.nav-scroller--controls-inline .nav-scroller-content {
  padding: 0 44px;
}

.nav-scroller--controls-inline .nav-scroller-btn:not(.active) {
  color: #ddd;
  opacity: 1;
}

.nav-scroller--expand .nav-scroller-nav,
.nav-scroller--expand .nav-scroller-content {
  width: 100%;
}

.nav-scroller--right .nav-scroller-nav {
  margin-left: auto;
}

.nav-scroller--snap .nav-scroller-nav {
  -ms-scroll-snap-type: x proximity;
  scroll-snap-type: x proximity;
  scroll-padding: 0 44px;
}

.nav-scroller--snap .nav-scroller-item {
  scroll-snap-align: start;
}

.nav-scroller--snap .nav-scroller-content.no-transition .nav-scroller-item {
  scroll-snap-align: none;
}



/**************************/

.invalid-feedback {
  color: red;
  margin-bottom: 20px;
}

.sign-form .is-invalid {
  border-color: red;
}

.user-action-dropdown .user-name {
  border-bottom: 1px solid #ccc;
  padding: 0 25px 8px;
  color: #f68c1f;
  font-weight: bold;
  text-transform: capitalize;
}

.project-name a {
  color: #f68c1f;
}

.form-textarea {
  position: relative;
}

.form-textarea .add-link-layout {
  position: absolute;
  top: 0;
  height: 100%;
  background: #ccc;
  width: 100%;
  display: flex;
  align-items: center;
}

.form-textarea .add-link-layout form {
  margin: 0 auto;
}

.form-textarea .add-link-layout form .form-row {
  margin: 10px;
}

.tag-btn {
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 10px 15px !important;
  margin: 0 !important;
}

.tag-btn:hover {
  color: #f68c1f;
}

.add-link-layout input {
  background: #fff;
}

.error {
  color: #e4251f;
}

.disabled {
  background: #f7f7f7;
}

.grid-item {
  float: left;
  width: 260px;
  height: 300px;
  margin: 20px 0;
  /*border: 2px solid hsla(0, 0%, 0%, 0.5);*/
}

.grid-item--width2 {
  width: 540px;
  height: 300px;
  margin: 20px 0;
}

.featured-grid-item {
  float: left;
  width: 260px;
  height: 300px;
  /*border: 2px solid hsla(0, 0%, 0%, 0.5);*/
}

.featured-grid-item--width2 {
  width: 520px;
  height: 300px;
}

.black-text-a {
  color: #000;
}

.judge-section-image {
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
}

.artwork-image {
  min-width: 275px;
  max-width: 275px;
  height: 275px;
  background: #F3F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.artwork-image-show,
.artist-image-show {
  min-width: 100%;
  height: 400px;
  position: relative;
}

.artwork-image-show,
.judge-section .artwork-image {
  cursor: zoom-in;
}

/*.artwork-image:hover .overlay{
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}*/

.uploaded-img {
  position: relative;
}

.image-delete-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.judgement-artwork-image {
  width: 100%;
  height: 275px;
  /*background: #e1dfdd;*/
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.avatars-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}

.user-avatar img:hover {
  cursor: pointer;
}

.user-avatar {
  position: relative;
}

.user-avatar .deleteavatar {
  position: absolute;
  top: 5px;
  right: 5px;
  width: inherit;
}

.user-avatar img {
  border-radius: 5px;
}

.user-avatar .deleteavatar img {
  display: none;
}

.user-avatar:hover .deleteavatar img {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  color: #fff;
  border-radius: 50px;
  display: block;
}

.avatar-loader .popup-list-item {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.morecontent span {
  display: none;
}

.judgement-delete-item {
  display: block;
  margin-bottom: 10px;
  float: right;
}

.judge-avatar-box .artwork-image {
  width: 275px;
}

.judge-avatar-box {
  flex-direction: column;
  margin-bottom: 0 !important;
}

.judge-translation-box {
  align-items: start;
}

.judge-translation-box .text-block {
  height: 250px;
}

.judge-comment-box {
  margin-top: 60px;
}

.suggested-tags {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin-top: 39px;
  z-index: 500;
  background-color: #f8f8f8;
  max-height: 300px;
  overflow-y: auto;
}

.suggested-tags li {
  list-style: none;
  padding: 5px 20px;
}

.suggested-tags li:hover {
  background: transparent;
  color: #f68c1f;
  cursor: pointer;
}

ul.popup-list-item li:hover {
  cursor: pointer;
}

.comments-container {
  min-width: 50%;
}

a.hint span {
  display: none;
  padding: 2px 3px;
  margin-left: 8px;
  width: 130px;
}

a.hint:hover span {
  display: inline-block;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #6c6c6c;
  /* width: 100%; */
  padding: 5px 10px;
  width: initial;
  bottom: 18px;
  width: 225px;
}

.owl-stage {
  display: -ms-box;
  display: flex;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  --moz-appearance: textfield;
}

.inactive {
  background: #f7f7f7;
}

.inactive .select-styled {
  color: #999;
}

.selected {
  background: transparent;
  color: #f68c1f;
}

.expositions-row .related-item {
  margin-right: 20px;
}

.expositions-row .related-item {
  margin-right: 20px;
}

.expositions,
.judgements,
.favorites {
  padding: 40px 0 80px;
}

.judge-section .judge-section-title {
  display: flex;
  justify-content: space-between;
}

.related-item-text {
  width: 100%;
  padding: 0 15px 0 15px;
  display: flex;
  justify-content: space-between;
}

.select {
  margin-right: 20px;
}

.favorites-number {
  align-self: flex-end;
}

.explore-nav .tabs-pills {
  align-items: flex-start;
}

.judge-section-title {
  margin-bottom: 15px;
}

.text-green {
  color: #03ad03;
}

.text-gray {
  color: #999999;
}

.text-red {
  color: #ff4d4d;
}

.text-white {
  color: white;
}

.svg-icon {
  width: 25px;
  height: 25px;
  stroke-width: 1px;
  font-size: 24px;
}

.icon-heart,
.icon-heart-empty {
  font-size: 25px;
}

.heart-gallery-active {
  fill: red;
  stroke: white;
}

.heart-gallery {
  fill: white;
  stroke: white;
}

.heart-carousel-active {
  fill: red;
  stroke: white;
}

.heart-carousel {
  fill: white;
  stroke: white;
}

.square-gallery-active {
  fill: red;
  stroke: white;
}

.square-gallery {
  fill: white;
  stroke: white;
}

.square-carousel-active {
  fill: red;
  stroke: #888686;
}

.square-carousel {
  fill: red;
  stroke: #888686;
}

.work-sort-index {
  margin-bottom: 25px;
  margin-top: 20px;
}

.person-title {
  margin-bottom: 10px;
}

.judge-section-title a {
  margin-bottom: 8px;
}

.judge-section-title .comments-name {
  font-size: 18px;
  margin-bottom: 8px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.gallery-grid .gallery-item {
  width: 260px;
  height: 255px;
  margin: 0 0 30px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-grid .gallery-item :nth-child(4n) {
  margin-right: 0;
}

.gallery-grid .gallery-item :hover:before {
  background: linear-gradient(to top, black 0%, rgba(194, 194, 194, 0) 91%, rgba(255, 255, 255, 0) 67%);
}

.gallery-grid .gallery-item > ::before {
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(91%, rgba(194, 194, 194, 0.2)), color-stop(67%, rgba(255, 255, 255, 0.2)));
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}

.gallery-grid .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.gallery-grid .gallery-item a.related-item-favorites {
  height: 300px;
}

.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-grid .gallery-item .related-item-text {
  position: absolute;
  right: 0;
  color: #fff;
}

.gallery-grid .gallery-item-favorites {
  height: 300px;
}

.related-artists {
  margin-right: -30px;
}

.related-artists .related-item-artist {
  display: flex;
  flex-direction: column;
  min-width: 185px;
  width: 262px;
  position: relative;
  min-height: 155px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.related-artists .related-item-artist .project {
  margin-bottom: 10px;
  height: 200px;
}

.related-artists .related-item-artist .project > :before {
  position: absolute;
  border-radius: 10px;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}

.related-artists .related-item-artist .project img {
  border-radius: 10px;
}

.related-item-text-featured {
  display: flex;
  width: 100%;
  padding: 0 10px 0 10px;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  /* left: 20px;*/
  color: #fff;
  z-index: 8;
  font-size: 16px;
}

.related-item-text-featured div {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 759px) {
  .related-artists {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .grid-item {
    flex: 1 1 25%;
  }
}

.custom-dropdown-page-actions {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}

.three-dot-trigger-content {
  display: flex;
  align-items: center;
  margin-left: -5px;
}

.three-dot-trigger-content span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #00000093;
  margin-left: 5px;
  pointer-events: none;
}

/**
* utilities
*/

.mb-1c {
  margin-bottom: 10px;
}

.mb-2c {
  margin-bottom: 20px;
}

.mt-1c {
  margin-top: 10px;
}

.mt-2c {
  margin-top: 20px;
}

.ml-1c {
  margin-left: 10px;
}

.ml-2c {
  margin-left: 20px;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/*
*  custom dropdown
*/

.custom-dropdown {
  position: relative;
}

.custom-dropdown.open .custom-dropdown-content {
  display: block;
}

.custom-dropdown.open::after {
  display: block;
}

.custom-dropdown::after {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  right: 10%;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  transform: rotate(45deg);
  z-index: 99999;
}

.custom-dropdown-trigger {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.custom-dropdown-content {
  min-width: 100%;
  padding: 10px 0;
  display: none;
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  border: 1px solid #f1f1f1;
  overflow-y: auto;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 9999;
}

.custom-dropdown-content.mobile {
  left: 0;
  right: auto;
}

.custom-dropdown-item {
  display: block;
  white-space: nowrap;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}

.custom-dropdown-item:hover {
  color: orange;
}

.user-action-custom-dropdown-user-name {
  color: #f68c1f;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #b2b2b2;
}

.user-action-custom-dropdown-user-name:hover {
  color: #f68c1f;
}

.user-action-custom-dropdown .custom-dropdown-content {
  width: 200px;
}

.feedback-errors {
  font-size: 12px;
  margin: 0 0 20px 10px;
}

