/*!
This file is part of PhotoBerry Studio Pro. For licensing and copyright notices, please see ../../license.txt. The SCSS source file is ./admin.scss
*/
/*!
_variables.scss
Source file (relative to compiled *.css file): ../scss/_variables.scss

This file is included in PhotoBerry Studio Pro. For licensing and copyright notices, please see ../../license.txt (relative to *.css file) or ../../../license.txt (relative to *.scss file).
*/
/* -------- Variables -------- */
/*!
_mixins.scss
Source file (relative to compiled *.css file): ./scss/_mixins.scss

This file is included in PhotoBerry Studio. For licensing and copyright notices, please see ../../license.txt (relative to *.css file) or ../../../license.txt (relative to *.scss file).
*/
/* -------- Mixins -------- */
/*
  $size - small, medium, large
  $type - primary, secondary, remove, text
  $icon - true or false
 */
.photoberry-studio-hidden {
  display: none !important;
}

@keyframes photoberry-studio-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*!
_icons.scss
Source file (relative to compiled *.css file): ./scss/_icons.scss

This file is included in PhotoBerry Studio Pro. For licensing and copyright notices, please see ../../license.txt (relative to *.css file) or ../../../license.txt (relative to *.scss file).
*/
.photoberry-studio-icon {
  display: inline-block;
  width: 1.45em;
  height: 1.45em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.photoberry-studio-icon-success {
  background-image: url("../img/icons/check-circle.svg");
}

/*!
_gallery-frontend-submission.scss
Source file (relative to compiled *.css file): ./scss/_gallery-frontend-submission.scss

This file is included in PhotoBerry Studio. For licensing and copyright notices, please see ../../license.txt (relative to *.css file) or ../../../license.txt (relative to *.scss file).
*/
/* Modal */
#photoberry-studio-frontend-contrib-dialog {
  display: none;
}

#photoberry-studio-frontend-contrib-dialog.photoberry-studio-active {
  display: block;
}

/* Hide close button for nested dialog */
#photoberry-studio-frontend-contrib-dialog #photoberry-comment-auth .photoberry-studio-close {
  display: none;
}

/* Gallery Top */
#photoberry-gallery-header-form button {
  margin-bottom: 1rem;
}

#photoberry-studio-frontend-contrib-dialog h3 {
  font-size: var(--ps-h2-font-size);
  font-weight: 600;
}

#photoberry-studio-frontend-contrib p {
  font-size: var(--ps-font-size-small);
}
#photoberry-studio-frontend-contrib a, #photoberry-studio-frontend-contrib button {
  margin-bottom: 1rem;
}
#photoberry-studio-frontend-contrib #photoberry-studio-frontend-contrib-submit-button {
  display: inline-block;
}
#photoberry-studio-frontend-contrib .photoberry-studio-new-comment-author {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: var(--ps-font-size-small);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #131523;
  line-height: 18px;
}
#photoberry-studio-frontend-contrib .photoberry-studio-new-comment-author img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}
#photoberry-studio-frontend-contrib #plupload-upload-ui {
  max-width: 600px;
  margin: 20px auto 20px;
}
@media (max-width: 481px) {
  #photoberry-studio-frontend-contrib #plupload-upload-ui {
    max-width: 95%;
  }
}
#photoberry-studio-frontend-contrib #drag-drop-area {
  border: 2px dashed #E2E6F2;
  padding: 10px;
}
#photoberry-studio-frontend-contrib #drag-drop-area .drag-drop-inside {
  margin: 25px auto 0;
}
#photoberry-studio-frontend-contrib #drag-drop-area progress {
  max-width: 400px;
}
#photoberry-studio-frontend-contrib #drag-drop-area .photoberry-studio-progress-text {
  width: 100%;
}
#photoberry-studio-frontend-contrib #drag-drop-area .drag-drop-inside p.drag-drop-info {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
#photoberry-studio-frontend-contrib #media-upload-error {
  color: #f0142f;
}
#photoberry-studio-frontend-contrib #media-upload-error p {
  font-size: var(--ps-font-size-small);
  font-weight: bold;
}
#photoberry-studio-frontend-contrib .max-upload-size, #photoberry-studio-frontend-contrib .photoberry-studio-upload-note {
  color: #a1a7c4;
  font-size: 12px;
}
#photoberry-studio-frontend-contrib #plupload-browse-button {
  cursor: pointer;
  box-shadow: unset;
  text-shadow: unset;
  min-height: unset;
  text-decoration: unset;
  min-width: 100px !important;
  display: inline-block;
}
#photoberry-studio-frontend-contrib #plupload-browse-button:focus {
  box-shadow: unset;
  outline: unset;
}
#photoberry-studio-frontend-contrib #plupload-browse-button {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  line-height: 1em;
  cursor: pointer;
  font-weight: 500;
}
#photoberry-studio-frontend-contrib #plupload-browse-button, #photoberry-studio-frontend-contrib #plupload-browse-button:hover {
  font-size: 12px;
  min-width: 80px;
  padding: 9px 10px;
}
#photoberry-studio-frontend-contrib #plupload-browse-button, #photoberry-studio-frontend-contrib #plupload-browse-button:hover, #photoberry-studio-frontend-contrib #plupload-browse-button:focus, #photoberry-studio-frontend-contrib #plupload-browse-button:active, #photoberry-studio-frontend-contrib #plupload-browse-button:not(:hover):not(:active):not(.has-background) {
  color: #fff;
  background-color: #0070F0;
  border-color: #0070F0;
}

#photoberry-studio-frontend-contrib #photoberry-studio-frontend-contrib-upload-success {
  margin: 25px auto 35px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: var(--ps-font-size-small);
  background-color: rgba(33, 213, 155, 0.14);
  padding: 1rem 2.2rem;
  border-radius: 5px;
  max-width: 100%;
  width: fit-content;
}

#photoberry-studio-frontend-contrib-submit-top {
  margin-bottom: 30px;
}
#photoberry-studio-frontend-contrib-submit-top p {
  font-size: var(--ps-font-size-large);
}

#photoberry-studio-frontend-contrib-submit-bottom .photoberry-studio-frontend-contrib-notice {
  margin-top: 25px;
  font-size: 14px;
}
#photoberry-studio-frontend-contrib-submit-bottom .photoberry-studio-frontend-contrib-terms {
  margin-bottom: 2rem;
}
#photoberry-studio-frontend-contrib-submit-bottom .photoberry-studio-frontend-contrib-terms label {
  font-size: var(--ps-font-size-medium);
}

#photoberry-studio-frontend-contrib-dialog #photoberry-comment-auth {
  padding-top: 10px;
  max-width: unset;
}
#photoberry-studio-frontend-contrib-dialog #photoberry-comment-auth input {
  width: 100%;
}

.photoberry-studio-frontend-contrib-below-gallery {
  margin-top: 55px;
  margin-bottom: 30px;
}
.photoberry-studio-frontend-contrib-below-gallery h3 {
  margin-bottom: 30px;
}

.photoberry-gallery-items .photoberry-studio-item-contributor {
  display: none;
}

#baguetteBox-overlay .photoberry-studio-item-contributor {
  font-size: var(--ps-font-size-small);
}
#baguetteBox-overlay .photoberry-studio-item-contributor img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

#photoberry-comment-auth .photoberry-studio-secondary-tabs-nav.photoberry-studio-tabs-nav-login {
  justify-content: center;
}
#photoberry-comment-auth .photoberry-studio-secondary-tabs-nav.photoberry-studio-tabs-nav-login > li.photoberry-studio-active {
  border: none;
}
#photoberry-comment-auth .photoberry-studio-secondary-tabs-nav.photoberry-studio-tabs-nav-login > li.photoberry-studio-active a {
  color: #131523;
}
