/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.72);
  font-family: "Avenir", "Lato", sans-serif;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.txt1 {
  color: rgba(0, 0, 0, 0.87);
}

.txt2 {
  color: rgba(0, 0, 0, 0.54);
}

.txt3 {
  color: rgba(0, 0, 0, 0.38);
}

.txt4 {
  color: rgba(0, 0, 0, 0.12);
}

/* MATERIALIZECSS OVERRIDES */
h1,
h2,
h3 {
  font-family: "Pacifico", cursive;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: rgba(0, 0, 0, 0.87);
}

.collection {
  margin: 0;
  border: none;
}

nav {
  transition: all 0.6s ease-in-out;
}
.sidenav {
  max-width: 70%;
}

.row .col {
  padding: 0;
}

.col .row {
  margin-left: 0;
  margin-right: 0;
}
.row {
  margin-bottom: 0px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #7ac70c;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  border-radius: 4px;
}

.icon-block {
  padding: 0 16px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.btn,
.btn-large,
.btn-small {
  background-color: #7ac70c;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #4c4c4c;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #777777;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1cb0f6;
  -webkit-box-shadow: 0 1px 0 0 #1cb0f6;
  box-shadow: 0 1px 0 0 #1cb0f6;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1cb0f6;
}

.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #aaaaaa;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* RUBYFORNIA STYLES rf_ */

.login_box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 414px;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  background: #fafafa;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.rf_interface {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 6px;
}
.rf_createCard_noclick > div {
  position: relative;
}
.rf_createCard,
.rf_createCard_noclick,
.rf_usersDogName {
  text-align: center;
}

.row .col.breedSelectorCard {
  padding: 6px;
}
.row .col.breedSelectorCard > div {
  border-radius: 8px;
  cursor: pointer;
  padding: 12px;
  transition: all 0.15s ease-in-out;
}
.row .col.breedSelectorCard > div:hover {
  background: #f8f8f8;
}
.row .col.petInListWrapper {
  padding-bottom: 12px;
}

.loaderWrapper {
  width: 100%;
  text-align: center;
  margin: 8% auto;
}

.petInListCard {
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  font-size: 1.4em;
}
/* .rf_createCard_noclick > div:hover {
  transform: scale(1.03);
} */
.petInListCard:hover {
  border-radius: 12px;
  transform: scale(1.03);
  box-shadow: 0px 4px 6px 0px hsla(0, 0%, 0%, 0.2);
}

.petInListCard:active {
  border-radius: 12px;
  transform: scale(1.015);
  box-shadow: 0px 2px 3px 0px hsla(0, 0%, 0%, 0.2);
}

.rf_usersDogName {
  margin-bottom: 20px;
}

.rf_createImage {
  height: 100px;
  width: auto;
}

.rf_designer {
  width: 100%;
  height: 100vw;
  border: none;
  background-color: #ffffff;
  position: relative;
  max-width: 414px;
  max-height: 414px;
  margin: 0 auto;
}

.rf_designer_controls {
  width: 350px;
  margin: 0 auto;
  /* border: 1px solid #edc; */
  text-align: center;
  font-size: 24px;
}
.rf_designer_controls .row {
  margin: 20px auto;
}

.rf_design,
.rf_editor {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  maring-top: 12px;
}

.rf_dogname {
  position: absolute;
  top: 2%;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.rf_designer_undo {
  color: red;
  display: inline-block;
}

.rf_designer_redo {
  color: green;
  display: inline-block;
}

.rf_designer_redo i,
.rf_designer_undo i {
  font-size: 24px;
}
.rf_designer_random {
  text-align: center;
}
.rf_designer_random,
.rf_designer_discard,
.rf_designer_save {
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.rf_designer_discard {
  text-align: left;
  padding-left: 16px;
}

.rf_designer_save {
  text-align: right;
  padding-right: 16px;
}

.rf_designer_discard,
.rf_designer_save {
  bottom: 2%;
}

.rf_design_image {
  width: 90%;
  max-width: 400px;
  height: auto;
}

.rf_controls {
  position: relative;
  height: calc(100vh - 100vw);
  background-color: #f0f0f0;
}

.rf_detailImage {
  max-height: 30vh;
  margin: 0 auto;
}

.rf_choosePreview {
  width: 50%;
  max-width: 200px;
  height: auto;
}

.rf_homeCreate {
  position: relative;
  top: 36px;
  max-width: 70%;
  height: auto;
}

.rf_addButton {
  position: absolute;
  top: 100px;
  left: 36.5%;
}
.rf_addText {
  position: relative;
  top: 48px;
  text-align: center;
}

.rf_attribute,
.rf_value {
  text-align: center;
}

.rf_save {
  position: absolute;
  bottom: 2%;
  text-align: center;
}
.rf_homeWrapper {
  position: relative;
  height: 100vh;
}
.rf_home {
  position: relative;
}
.rf_add {
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.rf_menu {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #f0f0f0;
}

.rf_pageName {
  position: absolute;
  top: 16px;
  left: 60px;
  color: #f0f0f0;
  font-size: 20px;
}

.rf_accountPortrait {
  width: 300px;
  height: 300px;
}

.rf_login {
  width: 100%;
  height: 99vh;
  border: none;
  background-color: #ffffff;
  position: relative;
}

.rf_login_image {
  max-width: 300px;
}

.rf_welcome {
  font-size: 24px;
}

.rf_modal {
  height: 360px;
  width: 360px;
}

.rf_modal-anim {
  height: 128px;
  width: auto;
}
.rf_inputPad {
  padding-right: 12px;
}

.rf_designer_arrow {
  height: 30px;
  width: auto;
}
.rf_vspace {
  height: 24px;
}

.rf_w2r {
  font-family: "Pacifico", cursive, sans-serif;
}

#modal1edit {
  width: 400px;
  max-width: 96%;
  height: 80vh;
  max-height: 80vh;
}

.rf_w2rmodal {
  width: 400px;
  max-width: 96%;
  height: 80vh;
  max-height: 80vh;
}

/* eg iPhone 6 Plus portrait 414 x 736 */
@media only screen and (max-width: 414px) {
  .rf_login_image {
    max-width: 200px;
  }
  .rf_designer_controls {
    font-size: 20px;
  }
}

/* eg iPhone 6 portrait 375 x 667 */
@media only screen and (max-width: 375px) {
  .rf_login_image {
    max-width: 160px;
  }
}

/* eg iPhone 5 portrait 320 x 568 */
@media only screen and (max-width: 320px) {
  .rf_login_image {
    max-width: 140px;
  }
  .rf_modal {
    height: 300px;
    width: 300px;
  }
  .rf_designer_controls {
    font-size: 16px;
  }
}

@media only screen and (min-width: 601px) {
  .rf_createCard {
    margin: 10px;
  }
}

/* eg iPad portrait 768 x 1024 */
@media only screen and (min-width: 768px) {
  .rf_welcome {
    font-size: 36px;
  }
  .rf_designer,
  .rf_designer_controlArea {
    max-width: 600px;
    max-height: 600px;
  }
}

/* eg iPad portrait 1024 x 1366 */
@media only screen and (min-width: 1024px) {
}

.breedSelectorCard svg path {
  transition: all 0.45s ease-in-out;
}
#petImg {
  width: 360px;
}

/* PAGE */

.page {
  height: calc(100vh);
  /* padding: calc(15% + 1.5em) 5% 5%; */
  overflow-y: auto;
  /* overflow-y: scroll; */
  position: fixed;
  top: 80px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.7s ease-in-out, box-shadow 1s ease-in-out;
  background: white !important;
  /* overflow: scroll; */
}

.page-enter {
  transform: translate(-100%, 0);
}

.page-enter-active {
  transform: translate(0, 0);
}

section.page {
  color: rgba(0, 0, 0, 0.73) !important;
}

.page-exit {
  /* box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.5) inset; */
  transform: translate(-100%, 0);
}

.page--prev.page-enter {
  transform: translate(100%, 0);
}

.page--prev.page-enter-active {
  transform: translate(0, 0);
}

.page--prev.page-exit {
  transform: translate(100%, 0);
}

.page-exit .page__inner {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.7s ease-in-out, opacity 1s ease-in-out;
}
.headerWrapper {
  transition: transform 0.2s ease-in-out;
}
.headerWrapper.hidden {
  /* opacity: 0; */
  /* margin-top: 40px; */
  display: none;
}

.zazzlePetCardImg {
  width: 100%;
  height: 100%;
}
.petCardInHomepageImg {
  position: absolute;
  right: -63px;
  top: -209px;
  width: 300px;
  border-radius: 15px;
  border: 3px solid transparent;
  opacity: 1;
  transition: all 0.28s ease-in-out;
  transform: scale(1);
}
.petCardInHomepageImg.hidden {
  opacity: 0;
  transform: scale(0.8);
}
.petCardInHomepageImg:hover {
  border: 3px solid #4376e8;
}

/** HAROLD'S CSS ...... !!!!!! **/

/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.72);
  font-family: "Avenir", "Lato", sans-serif;
}

.txt1 {
  color: rgba(0, 0, 0, 0.87);
}

.txt2 {
  color: rgba(0, 0, 0, 0.54);
}

.txt3 {
  color: rgba(0, 0, 0, 0.38);
}

.txt4 {
  color: rgba(0, 0, 0, 0.12);
}

/* MATERIALIZECSS OVERRIDES */
h1,
h2,
h3 {
  font-family: "Pacifico", cursive;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: rgba(0, 0, 0, 0.87);
}

.collection {
  margin: 0;
  border: none;
}

.sidenav {
  max-width: 70%;
}

.row .col {
  padding: 0;
}

.col .row {
  margin-left: 0;
  margin-right: 0;
}
.row {
  margin-bottom: 0px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #7ac70c;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  border-radius: 4px;
}

.icon-block {
  padding: 0 16px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.btn,
.btn-large,
.btn-small {
  background-color: #7ac70c;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #4c4c4c;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #777777;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1cb0f6;
  -webkit-box-shadow: 0 1px 0 0 #1cb0f6;
  box-shadow: 0 1px 0 0 #1cb0f6;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1cb0f6;
}

.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #aaaaaa;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* RUBYFORNIA STYLES rf_ */

.login_box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 414px;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  background: #fafafa;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.rf_interface {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.rf_usersDogName {
  margin-bottom: 20px;
}

.rf_createImage {
  height: 100px;
  width: auto;
}

.rf_designer {
  width: 100%;
  height: 100vw;
  border: none;
  background-color: #ffffff;
  position: relative;
  max-width: 414px;
  max-height: 414px;
  margin: 0 auto;
}

.rf_designer_controls {
  width: 350px;
  margin: 0 auto;
  /* border: 1px solid #edc; */
  text-align: center;
  font-size: 24px;
}
.rf_designer_controls .row {
  margin: 20px auto;
}

.rf_design,
.rf_editor {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.rf_dogname,
.rf_designer_undo,
.rf_designer_redo {
  top: 2%;
  left: 0;
  text-align: center;
  font-family: "Pacifico", cursive;
  font-size: 24px;
  background: transparent;
}

.btn.rf_designer_undo {
  text-align: left;
  padding-left: 16px;
  background: transparent;
  color: #222;
}

.btn.rf_designer_redo:hover,
.btn.rf_designer_undo:hover {
  background: transparent;
}
.btn.rf_designer_redo {
  text-align: right;
  padding-right: 16px;
  background: transparent;
  color: #222;
}

.rf_designer_discard,
.rf_designer_save {
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.rf_designer_discard {
  text-align: left;
  padding-left: 16px;
}

.rf_designer_save {
  text-align: right;
  padding-right: 16px;
}

.rf_designer_discard,
.rf_designer_save {
  bottom: 2%;
}

.rf_design_image {
  width: 90%;
  max-width: 400px;
  height: auto;
}

.rf_controls {
  position: relative;
  height: calc(100vh - 100vw);
  background-color: #f0f0f0;
}

.rf_detailImage {
  max-height: 30vh;
  margin: 0 auto;
}

.rf_choosePreview {
  width: 50%;
  max-width: 200px;
  height: auto;
}

.rf_animator {
  height: 128px;
  width: auto;
  position: relative;
}
.rf_attribute,
.rf_value {
  text-align: center;
}

.rf_save {
  position: absolute;
  bottom: 2%;
  text-align: center;
}
.rf_homeWrapper {
  position: relative;
  height: 100vh;
}
.rf_home {
  position: relative;
}
.rf_add {
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.rf_menu {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #f0f0f0;
}

.rf_pageName {
  position: absolute;
  top: 16px;
  left: 60px;
  color: #f0f0f0;
  font-size: 20px;
}

.rf_accountPortrait {
  width: 300px;
  height: 300px;
}

.rf_login {
  width: 100%;
  height: 99vh;
  border: none;
  background-color: #ffffff;
  position: relative;
}

.rf_login_image {
  max-width: 300px;
}

.rf_welcome {
  font-size: 24px;
}

.rf_modal {
  height: 360px;
  width: 360px;
}

.rf_modal-anim {
  height: 128px;
  width: auto;
}
.rf_inputPad {
  padding-right: 12px;
}

.rf_designer_arrow {
  height: 30px;
  width: auto;
}
.rf_vspace {
  height: 24px;
}

.rf_w2r {
  font-family: "Pacifico", cursive, sans-serif;
}

#modal1edit {
  width: 400px;
  max-width: 96%;
  height: 80vh;
  max-height: 80vh;
}

.rf_w2rmodal {
  width: 400px;
  max-width: 96%;
  height: 80vh;
  max-height: 80vh;
}

/* eg iPhone 6 Plus portrait 414 x 736 */
@media only screen and (max-width: 414px) {
  .rf_login_image {
    max-width: 200px;
  }
  .rf_designer_controls {
    font-size: 20px;
  }
}

/* eg iPhone 6 portrait 375 x 667 */
@media only screen and (max-width: 375px) {
  .rf_login_image {
    max-width: 160px;
  }
}

/* eg iPhone 5 portrait 320 x 568 */
@media only screen and (max-width: 320px) {
  .rf_login_image {
    max-width: 140px;
  }
  .rf_modal {
    height: 300px;
    width: 300px;
  }
  .rf_designer_controls {
    font-size: 16px;
  }
}

/* eg iPad portrait 768 x 1024 */
@media only screen and (min-width: 768px) {
  .rf_welcome {
    font-size: 36px;
  }
  .rf_designer,
  .rf_designer_controlArea {
    max-width: 600px;
    max-height: 600px;
  }
}

.modal:focus {
  outline: none;
}

.modal-overlay {
  background: #4c4c4c;
  background: #000000;

  /* background: #093a51; */
  /* background: #e8f1ff; */
  /* background: #000000;
  filter: blur(12px); */
}

.modal-content {
  padding: 16px 24px;
}
.modal .modal-footer {
  background: #f9f9f9;
}
.modal .modal-content {
  background: #ffffff;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 0px;
}

.modal {
  border-top: 5px solid #1cb0f6;
  border-radius: 2px 2px 6px 6px;
  box-shadow: 0 2px 6px 0px hsla(0, 0%, 0%, 0.2) !important;
}

.modal.modal-fixed-footer .modal-footer {
  padding: 10px 12px;
}

.modal-content .btn-large {
  margin-right: 18px;
}

.modal-content {
  height: calc(100% - 20px) !important;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 50px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.btn-flat {
  background: #1cb0f6;
  color: white;
  font-weight: 500;
  border-radius: 5px;
  padding: 0px 24px;
  transition: all 0.12s ease-in-out;
  margin: 0px !important;
}
.btn-flat:hover {
  background: #14d4f4;
}
.btn-flat:active {
  background: #093a51;
}
.btn-large {
  height: 49px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 28px;
  font-weight: 500;
  transition: all 0.12s ease-in-out;
}
.btn-large:hover {
  /*background-color: #88dd0e;*/
  background-color: #bff199;
}
.btn-large:active {
  /*background-color: #6fba03;*/
  background-color: #7ac70c;
}

.modal-content .btn-large {
  margin-right: 18px;
}

.rf_home_doggif {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 40%;
  height: auto;
}

.rf_design svg {
  /* border: 2px solid #9b9bf1; */
  /* box-shadow: 0px 2px 8px 1px #9b9bf1; */
}

.rubyPreviewSVG {
  position: absolute;
  bottom: -55px;
  right: -37px;
  width: 220px;
  background: transparent;
  pointer-events: none;
  opacity: 1;
  transition: all 0.28s ease-in-out;
  transform: scale(1);
}
.rubyPreviewSVG.hidden {
  opacity: 0;
  transform: scale(0.8);
}

@media only screen and (max-width: 600px) {
  .rubyPreviewSVG {
    width: 260px;
  }
}

@media only screen and (max-width: 420px) {
  .rubyPreviewSVG {
    width: 160px;
  }
}
.rubyPreviewSVG path {
  pointer-events: auto;
  cursor: pointer;
}

.sidenav-trigger.rf_menu {
  cursor: pointer;
}

.profilePic {
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  width: 34px;
  position: relative;
  top: -3px;
}

.container {
  padding-bottom: 40px;
}

/** USED IN THE COLORING BOOK COMPONENT
.coloringBookWrapper {
  margin: 30px;
  border-radius: 13px;
  box-shadow: 1px 1px 3px 3px;
  padding: 30px 36px;
}

.coloringBookWrapper canvas {
  border: #59afd8 2px solid;
}

.colorOptionButton {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 6px;
  box-shadow: 0px 2px 4px 2px #afafafa8;
  cursor: pointer;
  transition: all 0.11s ease-in-out;
}

.colorOptionButton:hover {
  box-shadow: 0px 2px 4px 2px #585858;
}
input[type="range"] {
  display: inline-block;
  width: 180px;
  position: relative;
  top: -23px;
  margin: 12px;
}
**/
.stickerFixed {
  position: fixed;
}
.App-logo {
  /* animation: App-logo-spin infinite 20s linear; */
  height: 28vmin;
  pointer-events: none;
  /* border: 1px solid red; */
}

.stickerSelectionGroup img {
  width: 50px;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px;
  margin: 12px;
  box-shadow: 1px 1px rgba(183, 181, 181, 0.33);
}
