html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
}

body.is-loading #loader {
  display: flex !important;
}

body #loader {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
}

body #loader img {
  display: block;
  width: 200px;
  height: auto;
}

body #loader div {
  display: none;
  position: relative;
  width: 200px;
  height: 20px;
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
}

body #loader div span {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: white;
  transition: width .25s ease 0s;
}

.w-30 {
  width: 30% !important;
}

.vh-100 {
  height: 100vh;
}

.inner-border {
  border: solid 1px transparent;
  box-shadow: inset 0px 0px 0px 1px white;
}

.pageTitle {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.container.wide {
  width: 80%;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 435px;
  box-shadow: 10px 10px #eee;
  border-radius: 30px;
  overflow-y: scroll;
}

.hide-scrollbar.disable:after {
  content: '';
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar::after {
  content: '\25BE  scroll  \25BE';
  text-align: center;
  width: 100%;
  bottom: -35px;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  color: #7f7f7f;
}

.hidden {
  display: none;
}

.text-lightgray {
  color: #9a9a9a;
}

.text-ond3d {
  color: #34618d;
}

.text-ond3d.strong {
  font-weight: bold;
}

.text-wrap {
  text-wrap: balance;
}

.btn-ond3d {
  background-color: #34618d;
}

.btn-ond3d.success {
  background-color: #2c8a41;
}

.next-container .next {
  font-size: 1rem;
  border-radius: 40px;
  padding: 9px 50px;
}

label.sr-only {
  width: auto !important;
  height: auto !important;
  position: relative !important;
  color: #777;
}

.border-ond3d {
  border-color: #34618d !important;
}

.cliccabile {
  cursor: pointer;
}

.user-band {
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: black;
  font-family: "Dosis", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: white;
}

.intestazione {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../../public/images/caffe.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.5);
}

.intestazione ul {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  list-style: none;
  color: white;
}

.intestazione li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #cccccc;
}

.intestazione img {
  width: 20px;
  height: 20px;
  border-radius: 15px;
}

.admin {
  margin-right: 2rem;
}

.admin .submenu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  max-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: .5rem;
}

.admin .submenu a {
  font-size: .9rem;
  display: inline-block;
  color: #777;
  position: relative;
}

.admin .submenu a:hover span {
  display: block !important;
  position: absolute;
  left: 15px;
  background: #000;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  min-width: 190px;
  text-transform: none;
  z-index: 1;
}

.admin:hover {
  cursor: pointer;
}

.admin:hover .submenu {
  display: block;
}

.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  margin: 0;
  padding: 0;
}

.slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  max-height: 768px;
  overflow: hidden;
}

.slider li:first-child {
  position: relative;
  display: block;
  float: left;
}

.slider .caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 80vh;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  color: white;
}

.slider .caption img {
  width: 300px;
}

.slider .caption h1 {
  font-weight: 200;
}

#login-row {
  width: 100%;
  max-width: 400px;
}

.loginBox {
  font-family: "Dosis", sans-serif;
  height: 100vh;
  background-image: url(../../public/images/mountain.jpg);
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  color: white;
}

.loginBox label {
  font-family: Noto sans;
}

.loginBox .hard-rounded {
  border-radius: 30px;
}

.loginBox .hard-rounded input {
  border-radius: 30px;
  background: #cccccc;
}

.loginBox .-submit {
  position: relative;
  top: -30px;
}

.loginBox #btn_login {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  margin-top: 30px;
  border: 0;
  background-color: #243987;
  font-size: 1.5rem;
  color: white;
}

.loginBox #togglePassword {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #0f3f6a;
}

.uwp_account_page .card + a {
  display: none;
}

.uwp_account_page .uwp-account-notifications {
  display: none;
}

.uwp_account_page .uwp-account-privacy {
  display: none;
}

.uwp_register_page .content, .uwp_forgot_page .content {
  max-width: 800px;
  margin: 0 auto;
}

.confirmCode .intestazione.inner {
  display: none;
}

.confirmCode .bg-image {
  background: url(https://ond3d.com/wp-content/themes/shapes3d/public/images/caffe.jpg);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: grayscale(1) brightness(40%);
}

.confirmCode .confirm img {
  width: 300px;
}

.confirmCode .conf-input {
  width: 60px;
  height: 80px;
  margin: 10px;
  border: none;
  border-radius: 10px;
  font-size: 50px;
}

.confirmCode .btn-confirm {
  background-color: #243987;
  font-size: 30px;
  width: 480px;
}

.choice {
  cursor: pointer;
  background-color: #40618d;
  box-shadow: 3px 3px 10px #cccccc;
  border-radius: 20px;
}

.choice:hover {
  text-decoration: none;
}

.background-page {
  background-color: #7f7f7f;
}

.btn-gray {
  background-color: #a3a3a3;
}

.display-title {
  font-size: 80px;
  font-weight: 500;
}

.display-title.small {
  font-size: 50px;
}

#requests-table thead {
  background-color: #40618d;
}

#requests-table td {
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  padding: 0 5px;
  vertical-align: middle;
}

#requests-table .actions {
  min-width: 100px;
}

#requests-table .actions i {
  width: 28px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 5px;
  cursor: pointer;
}

#requests-table .actions i:hover {
  border: solid 1px #40618d;
  background-color: #fbfad5;
}

#requests-table .actions i.disabled {
  opacity: 0.5;
}

#requests-table .actions i.disabled:hover {
  background-color: none;
  cursor: not-allowed;
  border: solid 1px #ccc;
}

#modal-preview .modal-body img {
  max-height: 70vh;
  max-width: 100%;
  border: solid 1px #ddd;
}

.views .views-box {
  position: absolute;
  background: #fff;
  border: solid 1px #0f3f6a;
  padding: 0.5rem;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #ccc;
  display: none;
  z-index: 2;
}

.views .fa-eye.btn:hover ~ div {
  display: flex;
}

.page-template-page-new-request-choice, .requestYear, .frontPage {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-template-page-new-request-choice .intestazione, .requestYear .intestazione, .frontPage .intestazione {
  background-image: none !important;
  height: 100px;
}

.page-template-page-new-request-choice .container-fluid, .requestYear .container-fluid, .frontPage .container-fluid {
  flex: 1 1 auto;
}

.requestChoice img {
  border-radius: 27px;
}

.requestChoice img:hover {
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1000px #ccc;
  border-radius: 27px;
}

.requestChoice .explanation {
  max-width: 400px;
  position: absolute;
  left: 15%;
  height: 400px;
  top: -100px;
  border-radius: 30px;
  display: none;
}

.requestYear .active, .requestLocal .active {
  background-color: #aaa;
  border-radius: 30px;
}

.requestYear .box, .requestLocal .box {
  border-radius: 30px;
}

.requestYear .box input[type=text], .requestLocal .box input[type=text] {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.requestYear .box input[type=button], .requestLocal .box input[type=button] {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.requestYear .box input, .requestYear .box button, .requestLocal .box input, .requestLocal .box button {
  font-size: 20px;
}

.requestYear .box input::placeholder, .requestLocal .box input::placeholder {
  font-style: italic;
}

.requestYear .box button, .requestLocal .box button {
  border-radius: 30px;
}

.requestYear #ufo .bg-secondary, .requestLocal #ufo .bg-secondary {
  border-radius: 20px;
}

.requestYear #ufo .text-ufo, .requestLocal #ufo .text-ufo {
  border: solid 1px #fff;
  border-radius: 10px;
  align-items: center;
  display: inherit;
  cursor: pointer;
}

.page-template-page-new-request-no-wc select, .page-template-page-new-request-no-wc input, .page-template-page-new-request-no-wc .notes, .page-template-page-new-request-resume select, .page-template-page-new-request-resume input, .page-template-page-new-request-resume .notes, .pageSummary select, .pageSummary input, .pageSummary .notes, .requestLocalForm select, .requestLocalForm input, .requestLocalForm .notes {
  color: #34618d;
  width: 100%;
  min-height: 70px;
  box-shadow: 5px 5px #eee;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  border: solid 1px #eee !important;
}

.platformChoice .explanation {
  visibility: hidden;
}

.platformChoice .piattaforma:hover img {
  filter: none;
}

.platformChoice .piattaforma:hover .explanation {
  visibility: visible;
}

.amazon .modal-lg.xl {
  max-width: 1000px;
}

.amazon .modal-lg.xxl {
  max-width: 1200px;
}

.amazon #main_image img, .amazon #optional-views img {
  opacity: 0.5;
}

.amazon #main_image img:hover, .amazon #optional-views img:hover {
  opacity: 0.75;
}

.amazon img.active {
  opacity: 1 !important;
}

.amazon .main-image-container img {
  width: 100%;
}

.amazon .main-image-container .front {
  bottom: 0;
  right: -5%;
}

.amazon .main-image-container .back {
  top: 0;
  left: 5%;
}

.amazon .optional-view-container li {
  list-style: none;
  text-align: left;
  color: #34618d;
}

.amazon .modal-content {
  border: solid 3px #34618d;
  border-radius: 30px;
}

.amazon .amazon-numbers {
  width: 60px;
  height: 60px;
  border: solid 2px #6c757d;
  border-radius: 50%;
  line-height: 57px;
  margin: 0 auto 10px;
}

.amazon #benefits div[class*=' multiple-'] .dashed {
  display: flex;
  flex-direction: row-reverse;
  width: 90% !important;
  justify-content: space-between;
}

.amazon #benefits div[class*=' multiple-'] .dashed div {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amazon #benefits div[class*=' multiple-'] .dashed .h-75 {
  height: 90% !important;
}

.amazon #benefits .multiple-2 h6:nth-child(1) {
  display: block !important;
}

.amazon #benefits .multiple-3 h6:nth-child(-n+2) {
  display: block !important;
}

.amazon #benefits .modal-content, .amazon #occasions .modal-content {
  min-height: 600px;
}

.amazon #benefits .carousel.slide, .amazon #occasions .carousel.slide {
  min-height: 325px;
}

.amazon #benefits .h-10, .amazon #occasions .h-10 {
  height: 10% !important;
}

.amazon #benefits .h-15, .amazon #occasions .h-15 {
  height: 15% !important;
  padding: 4%;
}

.amazon #benefits .border.rounded, .amazon #occasions .border.rounded {
  border-radius: 1.5rem !important;
}

.amazon #benefits .border.rounded .dashed .h6, .amazon #benefits .border.rounded .dashed h6, .amazon #occasions .border.rounded .dashed .h6, .amazon #occasions .border.rounded .dashed h6 {
  border-style: dashed !important;
  display: flex;
}

.amazon #benefits textarea.border.rounded, .amazon #occasions textarea.border.rounded {
  border-radius: 1rem !important;
}

.amazon #benefits i:hover, .amazon #occasions i:hover {
  transform: scale(1.15);
}

.amazon #benefits i.active, .amazon #occasions i.active {
  transform: scale(1.15);
}

.amazon #benefits .benefit-text:placeholder, .amazon #occasions .benefit-text:placeholder {
  color: #ccc;
  font-style: italic;
}

.amazon #benefits .container-box, .amazon #occasions .container-box {
  min-height: 275px;
  padding-top: 100%;
  position: relative;
}

.amazon #benefits .container-box .dashed, .amazon #occasions .container-box .dashed {
  position: absolute;
  width: 80%;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.amazon #benefits .container-box .lightcolor, .amazon #occasions .container-box .lightcolor {
  color: #fff !important;
  text-shadow: 1px 1px 3px #000;
}

.amazon #benefits .carousel-indicators, .amazon #occasions .carousel-indicators {
  bottom: -50px;
}

.amazon #benefits .carousel-indicators .active, .amazon #occasions .carousel-indicators .active {
  background-color: #000;
  color: #000;
}

.amazon #benefits .carousel-indicators li, .amazon #occasions .carousel-indicators li {
  background-color: #ccc;
  color: #ccc;
}

.amazon #benefits .usage-image, .amazon #occasions .usage-image {
  box-sizing: border-box;
}

.amazon #benefits .usage-image.active, .amazon #occasions .usage-image.active {
  outline: solid 1px #000;
}

.amazon #institutional-container .selected {
  border: solid 3px #f00;
  padding: 2px !important;
}

.amazon #institutional-container .edited {
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  color: #f00;
  text-shadow: 1px 1px 1px #aaa;
  transform: rotate(-45deg);
  top: 28%;
  left: 15%;
}

.amazon #institutional-container .custom {
  width: 158px;
  height: 181px;
}

.amazon #institutional-container .custom span {
  width: 150px;
  height: 150px;
  background: #ccc;
  border-radius: 20px;
  border: solid 3px red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.amazon #key-visual-container .selected {
  border: solid 3px #f00;
  padding: 2px !important;
}

.amazon #choose-benefit .disabled {
  filter: grayscale(1);
}

.confirmationPage .summary-container {
  padding: 5% 2%;
  box-shadow: 2px 2px 5px #ccc;
  border-radius: 30px;
}

.confirmationPage [data-fancybox="items"] {
  cursor: pointer;
}

.cleanImages .bg-ond3d {
  background-color: #34618d;
  font-weight: bold;
}

.stepsWrapper {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.singleStep {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 20px;
}

.singleStep img {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
  margin-left: 10px;
}

.singleStep.scene.active .stepImage {
  border: solid 1px #ccc;
  border-radius: 10px;
}

.singleStep .stepImage {
  background-size: cover;
  min-width: 60px;
  margin-left: 20px;
  background-repeat: no-repeat;
}

.singleStep hr {
  margin: .75rem 0;
  transition: border-color .25s ease 0s;
}

.singleStep .format {
  padding: 10px;
  font-size: 15px;
  flex-wrap: wrap;
}

.singleStep span {
  display: block;
  font-size: 1.5rem;
  color: #aaaaaa;
  line-height: 1;
  text-transform: uppercase;
  transition: color .25s ease 0s;
  min-height: 50px;
}

.singleStep.active {
  text-decoration: none;
}

.singleStep.active span {
  color: #40618d;
}

.singleStep.active hr {
  border-color: #40618d;
}

.singleStep.active {
  cursor: pointer;
}

.singleStep.-scene img {
  border: solid 1px #ccc;
  border-radius: 50%;
}

.artwork img {
  border: solid 10px transparent;
}

.artwork img:hover {
  cursor: pointer;
  border: solid 10px #40618d !important;
}

.requestStep0Page input {
  font-size: 25px;
  font-weight: 500;
  color: #40618d;
}

.requestStep0Page input:focus {
  outline: none;
  color: #40618d;
}

.requestStep0Page .select-item select {
  color: #34618d;
  width: 100%;
  border: none;
  min-height: 69px;
  box-shadow: 10px 10px #eee;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  font-size: 25px;
}

.requestStep0Page .select-item select option {
  color: #cbcbcb;
}

.requestStep0Page .select-item select:focus {
  outline: none;
}

.countriesWrapper {
  display: none;
  flex-wrap: wrap;
  padding: 20px 50px;
  max-width: 80%;
  margin: 0 auto;
}

.page-loaded .countriesWrapper {
  display: flex;
}

.singleCountry {
  display: block;
  width: 25%;
  max-width: 130px;
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  transition: border-color .25s ease 0s;
}

.singleCountry img {
  display: block;
  border: solid 1px #eee;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.singleCountry span {
  display: block;
  padding-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  transition: color .25s ease 0s;
}

.singleCountry.selected, .singleCountry:hover {
  cursor: pointer;
  box-shadow: 1px 1px 5px #ccc;
}

.singleCountry.selected span, .singleCountry:hover span {
  color: #40618d;
}

#search::placeholder {
  color: #ccc;
  font-style: italic;
}

.brandsWrapper {
  display: none;
  flex-wrap: wrap;
  padding: 20px 100px;
  /*&:before {
    content: '';
    background: linear-gradient(0deg, #ffffff 0%, #ffffff75 15%, #ffffff50 20%, #ffffff00 50%, #ffffff50 80%,#ffffff75 85%, #ffffff 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
  } */
}

.page-loaded .brandsWrapper {
  display: list-item;
}

.singleBrand {
  display: block;
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  transition: border-color .25s ease 0s;
  margin: 20px 0;
}

.singleBrand img {
  display: block;
  width: 90%;
  min-width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 3px transparent;
  box-shadow: 0 0 0 1px #eee;
}

.singleBrand img:hover {
  cursor: pointer;
  box-shadow: 0 0 0 3px #34618d;
}

.singleBrand img.selected {
  box-shadow: 0 0 0 3px #34618d;
}

.singleBrand.selected span, .singleBrand:hover span {
  color: #40618d;
}

.singleBrand.active {
  transform: scale(1.3);
}

.singleSubBrand h2 {
  cursor: pointer;
}

.singleSubBrand h2:hover {
  color: #555;
}

.singleSubBrand .subbrand.selected {
  color: #34618d;
  text-shadow: 1px 1px 5px #ddd;
}

/*linear-gradient(0deg, #ffffff 0%, #ffffff75 15%, #ffffff50 20%, #ffffff00 50%, #ffffff50 80%,
#ffffff75 85%, #ffffff 100%)*/
.requestStep3Page .all {
  border-color: #40618d;
}

.requestStep3Page .all.selected, .requestStep3Page .all:hover {
  background-color: #40618d;
  color: white;
}

.requestStep3Page .container {
  max-width: 80%;
}

.requestStep3Page .select-item select {
  width: 100%;
  border: none;
  min-height: 50px;
  box-shadow: 5px 5px #eee;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
}

.requestStep3Page .select-item select:focus {
  outline: none;
}

.requestStep3Page .preview {
  font-size: 1rem;
  border-radius: 40px;
  padding: 10px 50px;
}

.requestStep3Page .single-pack img, .requestStep3Page .combined-pack img {
  width: 100%;
  filter: opacity(0.5);
}

.requestStep3Page .single-pack:hover *, .requestStep3Page .combined-pack:hover * {
  filter: opacity(1);
  color: #34618d;
}

.requestStep3Page .single-pack:hover, .requestStep3Page .combined-pack:hover {
  box-shadow: 1px 1px 5px #ccc;
  cursor: pointer;
}

.requestStep3Page .single-pack.empty:after, .requestStep3Page .combined-pack.empty:after {
  content: 'NO ARTWORKS AVAILABLE';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 600;
  color: red;
  text-align: center;
  transform: rotate(-35deg);
  cursor: not-allowed;
  display: flex;
  align-items: center;
}

.select {
  border: 1px solid black;
  display: inline-block;
  padding: 4p 15pxx;
  border-radius: 4px;
  position: relative;
  color: #fff;
}

.select li {
  display: none;
  cursor: pointer;
  padding: 5px 10px;
  border-top: 1px solid black;
  min-width: 150px;
}

.select li:first-child {
  display: block;
  border-top: 0px;
}

.select li:hover {
  background-color: #ddd;
}

.select li:first-child:hover {
  background-color: transparent;
}

.select.open li {
  display: block;
}

.select.open span:before {
  content: "\25B4";
}

.select span:before {
  position: absolute;
  top: 5px;
  right: 15px;
  content: "\25BE";
}

.requestStep4Page .image.selected, .requestStep4Page .image:hover {
  box-shadow: 1px 1px 5px #ccc;
}

.requestStep4Page .pack img {
  width: 100%;
  filter: opacity(0.5);
}

.requestStep4Page .pack:hover * {
  filter: opacity(1);
  color: #34618d;
}

.requestStep4Page .pack:hover {
  box-shadow: 1px 1px 5px #ccc;
  cursor: pointer;
}

.requestStep4Page .pack.empty:after {
  content: 'NO ARTWORKS AVAILABLE';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 600;
  color: red;
  text-align: center;
  transform: rotate(-35deg);
  cursor: not-allowed;
  display: flex;
  align-items: center;
}

.requestStep5Page .row.p-4.short .selected {
  color: #34618d;
}

.requestStep5Page .flavour {
  cursor: pointer;
}

.requestStep5Page .select-item select {
  color: #34618d;
  width: 100%;
  border: none;
  min-height: 50px;
  box-shadow: 5px 5px #eee;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.requestStep5Page .select-item select option {
  color: #cbcbcb;
}

.requestStep5Page .select-item select:focus {
  outline: none;
}

#sceneWrapper {
  display: none;
  flex-wrap: wrap;
  padding: 20px 100px;
}

.page-loaded #sceneWrapper {
  display: flex;
}

.singleScene {
  overflow: hidden;
  display: block;
  width: 23%;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: border-color .25s ease 0s;
  margin: 1%;
}

.singleScene img {
  display: block;
  width: 100%;
  height: auto;
}

.singleScene.selected, .singleScene:hover {
  cursor: pointer;
  border-color: #40618d;
  border-width: 15px;
}

.requestStep6Page .viewWrapper img {
  max-width: 50px;
}

.requestStep6Page .viewWrapper label {
  cursor: pointer;
  border: solid 1px transparent;
}

.requestStep6Page .viewWrapper input:checked + label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #34618d;
  border-radius: 40px;
}

.requestStep6Page .settingWrapper .setting {
  border: solid 1px transparent;
  border-radius: 20px;
  cursor: pointer;
}

.requestStep6Page .settingWrapper .setting.selected {
  border: solid 1px #34618d;
}

.requestStep6Page .settingWrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 20px;
}

.requestStep6Page .sceneWrapper img {
  max-width: 90%;
  margin: 20px auto;
  border-radius: 20px;
  border: solid 3px transparent;
  box-shadow: 1px 1px 5px #eee;
}

.requestStep6Page .sceneWrapper img.selected {
  box-shadow: 0 0 0 3px #34618d;
}

.resolutionWrapper {
  display: none;
  flex-wrap: wrap;
  padding: 20px 100px;
}

.page-loaded .resolutionWrapper {
  display: flex;
}

.formatWrapper .singleFormat .format {
  background-color: #a3a3a3;
  min-height: 120px;
  min-width: 120px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 114px;
  border-radius: 50%;
  text-transform: uppercase;
  border: solid 3px transparent;
  cursor: pointer;
}

.formatWrapper .singleFormat .format.selected {
  border: solid 3px #34618d;
  color: #34618d;
}

.formatWrapper .singleResolution .resolution {
  background-color: #a3a3a3;
  height: 120px;
  width: 120px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  border-radius: 50%;
  text-transform: uppercase;
  border: solid 3px transparent;
  cursor: pointer;
}

.formatWrapper .singleResolution .resolution small {
  font-size: 60%;
  line-height: 100%;
}

.formatWrapper .singleResolution .resolution.selected {
  border: solid 3px #34618d;
  color: #34618d;
}

#FileUpload {
  display: flex;
  justify-content: center;
}

.upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  margin: 10px;
  border: 8px dashed #40618d;
  border-radius: 5px;
}

.upload p {
  margin-top: 12px;
  font-size: 22px;
  line-height: 0;
  color: #0c3214;
  letter-spacing: 1.5px;
}

.upload__button {
  background-color: #40618d;
  border-radius: 10px;
  padding: 0px 8px 0px 10px;
}

.upload__button:hover {
  cursor: pointer;
  opacity: .8;
}

/* === Uploaded Files === */
.uploaded {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 375px;
  margin: 10px;
  background-color: #40618d;
  border-radius: 10px;
}

.file {
  display: flex;
  flex-direction: column;
}

.file__name {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  width: 300px;
  font-size: 18px;
  line-height: 0;
  color: #0c3214;
  letter-spacing: 1.5px;
}

.fa-times:hover {
  cursor: pointer;
  opacity: .8;
}

.fa-file-pdf {
  padding: 15px;
  font-size: 40px;
  color: #0c3214;
}

.flag {
  font-family: 'Noto sans', sans-serif;
}

.flag img {
  width: 80%;
}

.brand img {
  max-width: 120px;
}

.navigator ul {
  display: inline-flex;
  list-style: none;
  margin-left: -5px;
}

.navigator li {
  cursor: pointer;
  margin: 0 5px;
  font-weight: 500;
  color: #aaaaaa;
}

.navigator li.active, .navigator li:hover {
  color: #40618d;
}

.nav-shapes {
  background: transparent;
  color: #aaaaaa;
}

.nav-shapes.active {
  background-color: transparent !important;
  color: #40618d !important;
}

.resolution > .col:hover {
  background: #40618d;
  cursor: pointer;
}

.inside {
  position: relative;
  top: -50px;
  width: 70%;
  min-height: 50px;
}

.preview-img {
  width: 180px;
  min-height: 180px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-shadow: inset 0px 0px 0px 100px rgba(0, 0, 0, 0.1);
  border-radius: 50% 50%;
}

.btn-shapes {
  background: #40618d;
  color: white;
  border-radius: 30px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: white;
}

.fancybox-caption {
  font-size: 30px !important;
  text-transform: uppercase;
}

.confirmationPage .td-background img {
  border: solid 1px #ccc;
  border-radius: 10px;
}

/*# sourceMappingURL=app.css.map */
