/* Selection */
::selection {
  color: #ffffff;
  background-color: #dc3545;
}

::-moz-selection {
  color: #ffffff;
  background-color: #dc3545;
}

::-webkit-selection {
  color: #ffffff;
  background-color: #dc3545;
}

/* Selection */

/* Spinner */
.spinner-border-sm {
  width: .9rem;
  height: .9rem;
}

/* Spinner */

/* Navbar */
.navbar-nav {
  font-weight: 500;
}

.navbar-nav .nav-item.activated {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  padding: .5rem .5rem .25rem;
  line-height: 1.2;
  min-width: unset;
}

.dropdown-menu .dropdown-item {
  padding: .5rem !important
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
  background-color: #424242;
  border-radius: .125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.custom-select:focus {
  box-shadow: inset 0 0 0 1px rgba(46, 46, 46, 0.25);
}

/* Navbar */

/* Page */
.page-main {
  background: #f1f1f1;
  padding-top: 48px;
  min-height: calc(100vh - 53.6px);
}

.page-container {
  padding-top: 2rem;
}

.page-intro {
  padding-top: 12rem;
  padding-bottom: 8rem;
  display: none;
}

.page-footer,
.footer-copyright {
  background-color: #f1f1f1 !important;
}

/* Page */

/* Intro */
.intro-jumbotron {
  position: relative;
}

.jumbotron-quote {
  font-size: 4rem;
  color: #4b515d;
  position: absolute;
}

.quote-left {
  top: -1rem;
  left: -1rem;
}

.quote-right {
  right: -1rem;
  bottom: -1rem;
}

/* Intro */

/* Mask */
.textarea-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 1;
}

.mask-dragdrop,
.mask-waiting,
.mask-render {
  background-color: rgba(255, 255, 255, 1);
}

/* Mask */

/* Modal */
#modal_error .btn.btn-sm {
  padding: .5rem 2rem;
  font-size: 1rem;
}

/* Modal */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .page-intro {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .jumbotron-quote {
    font-size: 3rem;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
