@import url("https://fonts.googleapis.com/css?family=Bangers&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*-webkit-touch-callout: none;*/
  /* iOS Safari */
  /*-webkit-user-select: none; */
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
}

img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

button:focus, input:focus {
  outline: none !important;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-image: url(../assets/bg2.png);
  background-repeat: repeat;
  background-size: 250px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}

body.has-open-modal {
  overflow: hidden;
}

.wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.content {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 254px;
  margin-bottom: 15px;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.192));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.192));
}

.content .menu {
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #A47348;
  border: 3px solid #6b482d;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
}

.content .menu > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  width: 300px;
}

.content .menu > hr {
  border-width: 2px;
  border-radius: 100000px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  margin: 0 10px;
  height: inherit;
}

.left {
  position: relative;
}

.left .profile .username {
  font-size: 20px;
  width: 100%;
  background-color: #8a593d;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #774e37;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 7.5px;
}


.left .profile .username h3 {
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

.left .profile .username ul {
  color: white;
}

.left .profile .username ul li {
  font-size: 16px;
}

.left .profile .username p {
  font-weight: 800;
  color: white;
  line-height: 1;
  width: 100%;
  margin: 0;
}

.left .profile .username i {
  color: #ff3a3a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.329);
  cursor: pointer;
}

span#coins_amount_text {
    display: block;
    float: left;
    line-height: 24px;
}

.coins img {
    float: left;
}

.left .profile .coins {
  font-size: 20px;
  width: 49%;
  background-color: #8a593d;
  padding: 5px;
  border-radius: 8px;
  border: 2px solid #774e37;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 7.5px;
  float: left;
}


.left .profile .coins p {
  font-weight: 800;
  color: white;
  line-height: 1;
  width: 100%;
  margin: 0;

}

.left .profile .level {
  font-size: 20px;
  width: 49%;
  background-color: #8a593d;
  padding: 5px;
  border-radius: 8px;
  border: 2px solid #774e37;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 7.5px;
  float: right;
}


.left .profile .level p {
  font-weight: 800;
  color: white;
  line-height: 1;
  width: 100%;
  margin: 0;
}

.left .profile .avatar-changer {
  padding: 5px;
  background-color: rgba(190, 135, 86, 0.815);
  border: 2px solid #926035;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 8px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left .account-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.left .account-tabs input:not([type=submit]) {
  padding: .25rem .75rem;
  line-height: 1;
  color: black;
  border-radius: 8px;
  border: 2px solid #3d3d3d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  display: block;
}

.left .account-tabs .info {
  background-color: #8a593d;
  padding: 5px;
  border: 2px solid #774e37;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.left .account-tabs .info h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  margin-bottom: 5px;
}

.left .account-tabs .info p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0px;
  color: #f0f0f0;
}

.left .account-tabs .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.left .account-tabs .buttons button {
  font-family: 'Nunito';
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  padding: .75rem .75rem;
  padding-bottom: 1rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.left .account-tabs .buttons button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.left .account-tabs .buttons button.primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#54bbe6), color-stop(85%, #54bbe6), color-stop(86%, #3482a3));
  background: linear-gradient(180deg, #54bbe6, #54bbe6 85%, #3482a3 86%);
  border: 2px solid #1f5870;
}

.left .account-tabs .buttons button.primary:active {
  background: #54bbe6;
  padding-bottom: .75rem;
  margin-top: 3px;
}

.left .account-tabs .buttons button.secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), color-stop(85%, #666666), color-stop(86%, #524f4f));
  background: linear-gradient(180deg, #666666, #666666 85%, #524f4f 86%);
  border: 2px solid #383636;
}

.left .account-tabs .buttons button.secondary:active {
  background: #666666;
  padding-bottom: .75rem;
  margin-top: 3px;
}

.canvasDrawer {
  position: absolute;
  bottom: 17px;
  right: 10px;
  
  border: 2px solid #774e37;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background-color: #8a593d;
    border-radius: 8px;
    padding: .2rem .75rem;
    font-size: 16px;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.canvasDrawer p {
margin:0;
}

.canvasButtons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.canvasVoteAlert {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.canvasVoteAlert .box {
  border: 2px solid #774e37;
  background-color: #8a593d;
  border-radius: 8px;  
  color: white;
  font-weight: bold;
    display: flex;
    align-items:center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.329);
  padding: 5px;
  margin-top: 5px;
}

.canvasVoteAlert .box p {
  margin-bottom: 0 !important;
}

.canvasSpectating {
  position: absolute;
  top: 30px;
  font-size: 40px;
  font-weight: bold;
  left: 300px;
  opacity: 0.4;
}

.canvasButtons button {
  font-family: 'Nunito';
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  padding: .35rem .35rem;
  padding-bottom: .65rem;
  border-radius: 8px;
  margin-bottom: 5px;
  line-height: 0;
  font-size: 18px;
 
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          background: -webkit-gradient(linear, left top, left bottom, from(#54bbe6), color-stop(85%, #54bbe6), color-stop(86%, #3482a3));
          background: linear-gradient(180deg, #cccccc, #cccccc 85%, #afafaf 86%);
          border: 2px solid #5f5f5f;

}

.canvasButtons button img {
  width: 35px;
}

.canvasButtons .active {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#54bbe6), color-stop(85%, #54bbe6), color-stop(86%, #3482a3));
  background: linear-gradient(180deg, #9a9a9a, #9a9a9a 85%, #848484 86%);
  border: 2px solid #5f5f5f;
}

.buttonFade {
  transition: 0.3s;
}

.buttonFade:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter:  brightness(1.1);
  -ms-filter:  brightness(1.1);
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center .nickname {
  padding: .375rem .75rem;
  line-height: 1;
  color: black;
  border-radius: 8px;
  border: 2px solid #3d3d3d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  display: block;
}

.center .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}

.center .buttons button {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.center .buttons button i {
  line-height: 0;
}

.center .buttons button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.center .buttons button.play {
  background: -webkit-gradient(linear, left top, left bottom, from(#28a745), color-stop(85%, #28a745), color-stop(86%, #1d8034));
  background: linear-gradient(180deg, #28a745, #28a745 85%, #1d8034 86%);
  border: 2px solid #156227;
}

.center .buttons button.play:active {
  background: #28a745;
  padding-bottom: 1rem;
  margin-top: 8px;
}

i.fas.fa-pen, i.fas.fa-lock {
  font-size: 85%;
}

i.fas.fa-lock {
  font-size: 80%;
}
.battle-test {
  font-size: 1.35rem !important;
}

.doodlr_google_login {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.2rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#DB4437), color-stop(85%, #DB4437), color-stop(86%, #ba382d));
  background: linear-gradient(180deg, #DB4437, #DB4437 85%, #ba382d 86%);
  border: 2px solid #a83228;
}

i.fab.fa-google {
  line-height: 0;
}

.mainButton {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#28a745), color-stop(85%, #28a745), color-stop(86%, #1d8034));
  background: linear-gradient(180deg, #28a745, #28a745 85%, #1d8034 86%);
  border: 2px solid #156227;
}

.mainButtonRed {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2714), color-stop(85%, #ff2714), color-stop(86%, #cf2010));
  background: linear-gradient(180deg, #ff2714, #ff2714 85%, #cf2010 86%);
  border: 2px solid #97170b;
}

.mainButtonError {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#ed2b15), color-stop(85%, #ed2b15), color-stop(86%, #b52312));
  background: linear-gradient(180deg, #ed2b15, #ed2b15 85%, #b52312 86%);
  border: 2px solid #8a1306;
}

.mainButtonShop {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 100%;
  line-height: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd600), color-stop(85%, #ffd600), color-stop(86%, #f2ae02));
  background: linear-gradient(180deg, #ffd600, #ffd600 85%, #f2ae02 86%);
  border: 2px solid #bf8900;
}

.mainButtonShopNew {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd600), color-stop(85%, #ffd600), color-stop(86%, #f2ae02));
  background: linear-gradient(180deg, #ffd600, #ffd600 85%, #f2ae02 86%);
  border: 2px solid #bf8900;
}

.mainButtonAvatar {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd600), color-stop(85%, #ffd600), color-stop(86%, #f2ae02));
  background: linear-gradient(180deg, #ffd600, #ffd600 85%, #f2ae02 86%);
  border: 2px solid #bf8900;
}

.mainButtonTw {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#1DA1F2), color-stop(85%, #1DA1F2), color-stop(86%, #1d89cc));
  background: linear-gradient(180deg, #1DA1F2, #1DA1F2 85%, #1d89cc 86%);
  border: 2px solid #1976b0;
}

.mainButtonFb {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), color-stop(85%, #3b5998), color-stop(86%, #324b80));
  background: linear-gradient(180deg, #3b5998, #3b5998 85%, #324b80 86%);
  border: 2px solid #2c4270;
}

.freeCoinsButton {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#28a745), color-stop(85%, #28a745), color-stop(86%, #1d8034));
  background: linear-gradient(180deg, #28a745, #28a745 85%, #1d8034 86%);
  border: 2px solid #156227;
}

.freeCoinsButtonNew {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 100%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#28a745), color-stop(85%, #28a745), color-stop(86%, #1d8034));
  background: linear-gradient(180deg, #28a745, #28a745 85%, #1d8034 86%);
  border: 2px solid #156227;
}

.saveDrawingButton {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#28a745), color-stop(85%, #28a745), color-stop(86%, #1d8034));
  background: linear-gradient(180deg, #28a745, #28a745 85%, #1d8034 86%);
  border: 2px solid #156227;
}

.coins_disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#ababab), color-stop(85%, #ababab), color-stop(86%, #808080));
  background: linear-gradient(180deg, #ababab, #ababab 85%, #808080 86%);
  border: 2px solid #6b6b6b;
  cursor: disabled;
}

.buyCoinsButton {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#00a2e8), color-stop(85%, #00a2e8), color-stop(86%, #0476a7));
  background: linear-gradient(180deg, #00a2e8, #00a2e8 85%, #0476a7 86%);
  border: 2px solid #01587d;
}

.buyCoinsButtonNew {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#c72020), color-stop(85%, #c72020), color-stop(86%, #a11f1f));
  background: linear-gradient(180deg, #c72020, #c72020 85%, #a11f1f 86%);
  border: 2px solid #821a1a;
}

.mainButtonGallery {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#c72020), color-stop(85%, #c72020), color-stop(86%, #a11f1f));
  background: linear-gradient(180deg, #c72020, #c72020 85%, #a11f1f 86%);
  border: 2px solid #821a1a;
}

.mainButtonThemes {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  width: 49%;
  line-height: 0;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8f26), color-stop(85%, #fe8f26), color-stop(86%, #af7137));
  background: linear-gradient(180deg, #fe8f26, #fe8f26 85%, #af7137 86%);
  border: 2px solid #8a521e;
}

.center .buttons button.royale {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd600), color-stop(85%, #ffd600), color-stop(86%, #f2ae02));
  background: linear-gradient(180deg, #ffd600, #ffd600 85%, #f2ae02 86%);
  border: 2px solid #bf8900;
  font-size: 1em !important;
}

.center .buttons button.royale:active {
  background: #fde254;
  padding-bottom: 1rem;
  margin-top: 8px;
}

.center .buttons button.battle {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a2e8), color-stop(85%, #00a2e8), color-stop(86%, #0476a7));
  background: linear-gradient(180deg, #00a2e8, #00a2e8 85%, #0476a7 86%);
  border: 2px solid #01587d;
  font-size: 1em !important;
}

.center .buttons button.battle:active {
  background: #00a2e8;
  padding-bottom: 1rem;
  margin-top: 8px;
}

.extra-container {
    min-height: 250px;
}

.warning_message {
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
    background: #8a593d;
    border: 2px solid #774e37;
    line-height: 23px;
    border-radius: 8px;
    height: 250px;
    padding: 0 2px;
}

.warning_message img {
    width: 80px;
}

.highlight-text {
    color: #ffd600;
}

.center .ad-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.center .ad-holder p {
  margin: 0;
  font-weight: 600;
  color: white;
  font-size: 12px;
}

.center .ad-holder img {
  width: 300px;
  height: 250px;
}

.center .social-buttons {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #8a593d;
  padding: 5px;
  border: 2px solid #774e37;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.center .social-buttons a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.411), 0 1px 2px 0 rgba(0, 0, 0, 0.301);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.411), 0 1px 2px 0 rgba(0, 0, 0, 0.301);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  font-size: 20px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.center .social-buttons a.discord {
  background: #7289da;
  border: 2px solid #5666a1;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.center .social-buttons a.discord:hover {
  background-color: #5666a1;
}

.center .social-buttons a.twitter {
  background: #1DA1F2;
  border: 2px solid #1b80be;
  color: white;
  text-decoration: none;
}

.center .social-buttons a.twitter:hover {
  background-color: #1b80be;
}

.center .social-buttons a.youtube {
  background: #FF0000;
  border: 2px solid #a70505;
  color: white;
  text-decoration: none;
}

.center .social-buttons a.youtube:hover {
  background-color: #a70505;
}

.center .social-buttons a.info {
  background: #2395ca;
  border: 2px solid #1d749c;
  color: white;
  text-decoration: none;
}

.center .social-buttons a.info:hover {
  background-color: #1d749c;
}

.information p {
    margin-bottom: 0;
    line-height: 17px;
}

.mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 10px;
  background-color: #A47348;
  border: 3px solid #6b482d;
  border-radius: 12px;
  /* padding: 5px; */
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
}

.mobile-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  color: white;
  width: 50%;
  background-color: #a47348;
}

.mobile-buttons button.active {
  background-color: #8a593d;
}

.mobile-buttons i {
  margin-right: 10px;
}

.content#game .logo {
  margin-bottom: -50px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.content#game .top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.content#game .top-buttons button {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  color: white;
  padding: 1.2rem .75rem;
  border-radius: 8px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 0;
  font-size: 1.2rem;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.content#game .top-buttons button.quitgame {
  background: #ff2714;
  border: 2px solid #97170b;
}

.content#game .top-buttons button.audio_button {
  background: #30db33;
  border: 2px solid #1d961f;
}
.audio_off{
  background: #ff2714 !important;
  border: 2px solid #97170b !important;
}

.content#game .top-buttons button.save_button {
  background: #1fb5ef;
  border: 2px solid #1c7fa5;
}
.content#game .top-buttons button.quitgame:active {
  background: #dd2211;
}

.content#game .top-buttons button i {
  line-height: 0;
}

.content#game .game {
  background-color: #A47348;
  border: 3px solid #6b482d;
  border-radius: 12px;
  padding: 5px;
  margin-top: 25px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.content#game .game .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 800px;
          flex: 0 800px;
  width: 800px;
  max-width: 800px;
}

.content#game .game .left .top {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
}

.content#game .game .left .top .top-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -22px;
}

.content#game .game .left .top .top-bar .theword {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.content#game .game .left .top .top-bar .theword p {
  border-radius: 8px;
  border: 2px solid #5c3d2b;
  padding: .25rem .5rem;
  background-color: #8a593d;
  font-size: 20px;
  color: white;
  display: inline-block;
  margin: 0;
  font-weight: 800;
  letter-spacing: 3px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.178), 0 2px 4px -1px rgba(0, 0, 0, 0.329);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.178), 0 2px 4px -1px rgba(0, 0, 0, 0.329);
}

.content#game .game .left .top .top-bar .timer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-radius: 8px;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: white;
  padding-top: 6px;
  font-size: 14px;
  border: 2px solid #5c3d2b;
  padding: .25rem .5rem;
  background-color: #8a593d;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.content#game .game .left .top .top-bar .timer small {
  position: absolute;
  top: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8px;
  color: white;
  letter-spacing: 0px;
}

.content#game .game .left .top .top-bar .timer p {
  position: absolute;
  font-weight: 800;
  bottom: 4px;
  margin: 0;
}

.content#game .game .left .top .top-bar .round {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-radius: 8px;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: white;
  padding-top: 6px;
  font-size: 14px;
  border: 2px solid #5c3d2b;
  padding: .25rem .5rem;
  background-color: #8a593d;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.content#game .game .left .top .top-bar .round small {
  position: absolute;
  top: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8px;
  color: white;
  letter-spacing: 0px;
}

.content#game .game .left .top .top-bar .round p {
  position: absolute;
  font-weight: 800;
  bottom: 4px;
  margin: 0;
}

.content#game .game .left .top .top-bar .royale_counter {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-radius: 8px;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: white;
  padding-top: 6px;
  font-size: 14px;
  border: 2px solid #5c3d2b;
  padding: .25rem .5rem;
  background-color: #8a593d;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
 
}

.content#game .game .left .top .top-bar .royale_counter small {
  position: absolute;
  top: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8px;
  color: white;
  letter-spacing: 0px;
}

.content#game .game .left .top .top-bar .royale_counter p {
  position: absolute;
  font-weight: 800;
  bottom: 4px;
  margin: 0;
}

.content#game .game .left .top canvas {
  background: white;
  border-radius: 8px;
  border: 2px solid black;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: crosshair;
}

.content#game .game .left .bottom {
  width: 100%;
  position: relative;
}

.content#game .game .left .bottom .users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly flex-start;
      -ms-flex-pack: space-evenly flex-start;
          justify-content: space-evenly flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: visible;
  padding: 0;
  position: relative;
  /* Track */
  /* Handle */
}

.content#game .game .left .bottom .users::-webkit-scrollbar {
  height: 7.5px;
}

.content#game .game .left .bottom .users::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.15);
}

.content#game .game .left .bottom .users::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.content#game .game .left .bottom .user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.content#game .game .left .bottom .user .info {
  border: 2px solid #774e37;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-color: #8a593d;
  border-radius: 8px;
  padding: .1rem .75rem;
  font-size: 16px;
  font-weight: 800;
  color: white;
  margin-left: 24px;
  margin-top: 5px;
  line-height: 1;
  padding-left: 25px !important;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.content#game .game .left .bottom .user .userimg {
    position: absolute;
    width: 55px;
    height: 100%;
}

.content#game .game .left .bottom .user .userimg img {
    display: block;
    width: 62px;
    height: auto;
    position: absolute;
    overflow: visible;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;	
}

.content#game .game .left .bottom .user .userinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content#game .game .left .bottom .user p {
  margin: 0;
}

.content#game .game .left .bottom .user .username {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.content#game .game .left .bottom .user .score {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    color: black;
    padding-left: 47px !important;
    /* float: right; */
}

.content#game .game .left .bottom .user .score p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.content#game .game .left .bottom .user .newpoints {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  padding-left: 45px !important;
}

.content#game .game .left .bottom .user .newpoints p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.content#game .game .left .bottom .overlay-right {
  pointer-events: all;
  position: absolute;
  width: 80px;
  top: 0;
  right: -2px;
  height: 75%;
  width: 80px;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #A47348), color-stop(50%, transparent));
  background: linear-gradient(-90deg, #A47348 10%, transparent 50%);
  z-index: +1;
}

.content#game .game .left .bottom .overlay-left {
  pointer-events: all;
  position: absolute;
  width: 80px;
  top: 0;
  left: -2px;
  height: 75%;
  width: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #A47348), color-stop(50%, transparent));
  background: linear-gradient(90deg, #A47348 10%, transparent 50%);
  z-index: +1;
}

.content#game .game .right {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content#game .game .right .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #8a593d;
  padding: 5px;
  border: 2px solid #774e37;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.content#game .game .right .action-buttons input.brushsize {
  display: block;
  -webkit-appearance: none;
  background-color: #9fa0a1;
  width: 100%;
  height: 10px;
  border: 1px solid black;
  border-radius: 5px;
  margin: 20px 0;
  outline: 0;
}

.content#game .game .right .action-buttons input.brushsize::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #3e2313;
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 10%;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.menu-buttons {
  display: flex;
  flex-direction: column;
}

.content#game .game .right .action-buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.content#game .game .right .action-buttons .buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  border-radius: 8px;
  font-size: 1.5rem;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  padding-bottom: .3rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(#727272), color-stop(85%, #727272), color-stop(86%, #575656));
  background: linear-gradient(180deg, #727272, #727272 85%, #575656 86%);
  border: 2px solid #363535;
}

.content#game .game .right .action-buttons .buttons button:last-child {
  margin-right: 0;
}

.content#game .game .right .action-buttons .buttons button img {
  width: 100%;
  display: block;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  margin-top: -5px;
}

.content#game .game .right .action-buttons .buttons button:active, .content#game .game .right .action-buttons .buttons button.active {
  background: #236aec;
  padding-bottom: 0rem;
  margin-top: 5px;
}

.content#game .game .right .action-buttons .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content#game .game .right .action-buttons .colors .color-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content#game .game .right .action-buttons .colors .color-row div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 16px;
  margin: 1px;
  border: solid 2px black;
  -webkit-transition: -webkit-transform .1s ease, -webkit-box-shadow .1s ease;
  transition: -webkit-transform .1s ease, -webkit-box-shadow .1s ease;
  transition: transform .1s ease, box-shadow .1s ease;
  transition: transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease, -webkit-box-shadow .1s ease;
}




.content#game .game .right .action-buttons .colors .color-row div:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}


.activeColor {
  -webkit-transform: scale(1.3);
  transform: scale(1.2);
}

.content#game .game .right .chat {
  width: 100%;
  margin-top: 5px;
  border: 2px solid #774e37;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  min-height: 489px;
  background-color: #f5f5f5;
}

.content#game .game .right .chat ul {
  width: 100%;
  border-radius: 8px;
  list-style-type: none;
  margin: 0;
  overflow-y: auto;
  min-height: 450px;
  max-height: 450px;
}

.content#game .game .right .chat ul li {
  font-size: 1rem;
  padding: 3px 5px;
}

.content#game .game .right .chat ul li:nth-child(odd) {
  background-color: white;
}

.content#game .game .right .chat ul li p {
  margin: 0;
  word-break: break-word;
}

.content#game .game .right .chat input.chatbar {
  height: 35px;
  border: 0;
  width: 100%;
  padding: 3px 5px;
  font-size: 1rem;
  line-height: 1;
  border-top: 2px solid #774e37;
  font-weight: 600;
}

.tooltip .tooltip-inner {
  font-family: 'Nunito';
  font-weight: 800;
  font-size: 1rem;
}

@media screen and (max-width: 575px) {
  body {
    overflow-y: auto !important;
  }
  .wrapper {
    position: absolute !important;
    -webkit-transform: none !important;
            transform: none !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .doodlr-modal {
    width: calc(100% - 20px) !important;
  }
  .content {
    margin: 0 20px;
    width: 100%;
  }
  .content .logo {
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .content .menu {
    margin-top: 10px;
    width: 100%;
  }
  .content .menu > div {
    display: none;
    height: auto !important;
  }
  .content .menu > div.center {
    display: inherit;
  }
  .content .menu > div.center .nickname {
    font-size: 19px;
    text-align: center;
  }
  .content .menu > div.center .buttons button {
    font-size: 19px;
  }
  .content .menu > div.left .account-tabs {
    padding: 0;
  }
  .menu-buttons {
    display: flex;
    flex-direction: row;
  }  
  .menu-buttons .buttons:first-child {
    margin-right: 5px;
  }
  .content#game {
    padding: 10px;
  }
  .content#game .logo {
    display: none;
  }
  .content#game .game {
    margin-top: 20px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content#game .game .left {
    width: 100%;
    margin-right: 0;
  }
  .content#game .game .left .top canvas {
    width: 100%;
  }
  .content#game .game .right {
    margin-top: 5px;
    width: 100%;
  }
  .content#game .game .right > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .content#game .game .right .action-buttons .buttons button img {
    margin: 0 auto;
    margin-top: -5px;
    height: 50px;
    width: auto;
  }
  .content#game .game .right .action-buttons .buttons button:active {
    margin-top: 4px;
  }
  .content#game .game .right .chat {
    min-height: 300px;
    max-height: 300px;
  }
  .content#game .game .right .chat ul {
    min-height: 260px;
    max-height: 260px;
  }

  .canvasButtons {
    transform: scale(0.7);
    bottom: 5px;
    right: -27px;
  }
  
  .mob_scale_doodlr {
	  transform: scale(0.7);
  }
}

.modals {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 999;
}

.modals .overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: +1;
}

.modals .doodlr-modal {
  position: absolute;
  width: 500px;
  z-index: 999;
  background-color: #A47348;
  border: 3px solid #6b482d;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  overflow: hidden;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
}

.modals .doodlr-modal.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 999;
}

.modals .doodlr-modal.hide {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 999;
}

.modals .doodlr-modal .header {
  width: 100%;
  position: relative;
}

.modals .doodlr-modal .header h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

.modals .doodlr-modal.ischoosingaword {
  overflow: visible;
  width: 450px;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modals .doodlr-modal.ischoosingaword .header {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 210px;
}

.modals .doodlr-modal.ischoosingaword .header .userimg {
  position: relative;
}

.modals .doodlr-modal.ischoosingaword .header .userimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modals .doodlr-modal.ischoosingaword .body {
  position: relative;
  z-index: +1;
  padding: 5px;
  background-color: #A47348;
  border: 3px solid #6b482d;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
  padding: 10px 0;
}

.modals .doodlr-modal.ischoosingaword .body h2 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.modals .doodlr-modal.pickaword .body {
  padding: 5px;
}

.modals .doodlr-modal.pickaword .body h2 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  margin: 5px 0;
  margin-bottom: 10px;
}

.modals .doodlr-modal.pickaword .body .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.modals .doodlr-modal.pickaword .body .buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #8a593d;
  border-radius: 8px;
  padding: .2rem .75rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 2px solid #774e37;
  font-weight: 800;
  font-size: 1.3rem;
  color: white;
  margin-right: 5px;
}

.wordButtons {
	
	-webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #8a593d;
  border-radius: 8px;
  padding: .2rem .75rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 2px solid #774e37;
  font-weight: 800;
  font-size: 1.3rem;
  color: white;
  margin-right: 5px;
}

.black-text {
	font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
}

.modals .doodlr-modal.pickaword .body .buttons button:last-child {
  margin-right: 0;
}

.modals .doodlr-modal.exit-confirm .header {
  padding: .375rem 0;
  text-align: center;
}

.modals .doodlr-modal.exit-confirm .header h2 {
  color: black;
  margin: 0;
  font-size: 24px;
}

.modals .doodlr-modal.exit-confirm .body {
  padding: 5px;
}

.modals .doodlr-modal.exit-confirm .body h2 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  margin: 5px 0;
  margin-bottom: 10px;
}

.modals .doodlr-modal.exit-confirm .body .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.modals .doodlr-modal.exit-confirm .body .buttons button {
  font-family: 'Nunito';
  font-weight: 800;
  color: white;
  padding: 1.2rem .75rem;
  padding-bottom: 1.5rem;
  border-radius: 8px;
  height: 30px;
  line-height: 0;
  font-size: 1.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  margin-right: 7.5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.modals .doodlr-modal.exit-confirm .body .buttons button:last-child {
  margin-right: 0;
}

.modals .doodlr-modal.exit-confirm .body .buttons button.confirm {
  background: -webkit-gradient(linear, left top, left bottom, from(#28a745), color-stop(85%, #28a745), color-stop(86%, #1d8034));
  background: linear-gradient(180deg, #28a745, #28a745 85%, #1d8034 86%);
  border: 2px solid #156227;
}

.modals .doodlr-modal.exit-confirm .body .buttons button.confirm:active {
  background: #28a745;
  padding-bottom: 1rem;
  margin-top: 8px;
}

.modals .doodlr-modal.exit-confirm .body .buttons button.cancel {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2714), color-stop(85%, #ff2714), color-stop(86%, #cf2010));
  background: linear-gradient(180deg, #ff2714, #ff2714 85%, #cf2010 86%);
  border: 2px solid #97170b;
}

.modals .doodlr-modal.exit-confirm .body .buttons button.cancel:active {
  background: #ff2714;
  padding-bottom: 1rem;
  margin-top: 8px;
}

.basic_modal_screen {
  background: #A47348;
  border-radius: 15px;
  border: 3px solid #6b482d;
}

.profile_avatar {
  position: absolute;
  width: 170px;
  height: 100%;

}

.profile_avatar img {
  display: block;
  width: 168px;
  height: 168px;
  position: absolute;
  overflow: visible;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile_avatar_account {
  position: absolute;
  width: 162px;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
}

.profile_avatar_account img {
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  overflow: visible;

}

.preview_avatar {
  position: absolute;
  width: 142px;
  height: 100%;
  top: 90%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
}

.preview_avatar img {
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  overflow: visible;

}

.my_avatar {
  position: relative;
  background-color: #f2f2f2;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.096), 0 -5px 16px rgba(0, 0, 0, 0.219);
    border: 2px solid #3d3d3d;
    /* padding: 10px; */
}

.my_avatar_small {
  position: relative;
  width: 140px;
  height: 140px;
  top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 5px;
}

.leaderboard_avatar_display {
  position: absolute;
  width: 142px;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
}

.leaderboard_avatar_display img {
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  overflow: visible;

}

.leaderboard_avatar_big {
  position: relative;
  width: 160px;
  height: 140px;
}

.leaderboard_position {
  font-size: 25px;
  color: white;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
   margin-top: -18px;
   font-weight: bold;
}

.leaderboard_score {
  font-size: 12px;
  color: white;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
   font-weight: bold;
}

.doodlr_item_title {
  font-weight: bold;
}

.doodlr_item_card {
  width: 10rem; 
  height: auto;
  border: 2px solid #8a593d !important;
}

.doodlr_item_card .btn-warning b {
    display: block;
    float: right;
    margin-top: 2px;
}

.card {
  display:inline-block;
  margin-right: 6px;
}

.item_cards_dx {

    width:100%;
    height:280px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;

}

.item_cards_dx::-webkit-scrollbar {
  height: 7.5px;
}

.item_cards_dx::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.15);
}

.item_cards_dx::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.edit_avatar_overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: +1;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  font-weight: bold;
  font-size: 20px;
 

}

					
.randomize_avatar {
  background: #1a8a1a;
  position: absolute;
  width: 20%;
  height: 20%;
  border-radius: 5px;
  z-index: +2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  left: 75%;
  top: 10px;
  transition: 0.3s;
  cursor: pointer;
}
						
.randomize_avatar:hover {
	background: #145e14;
}

.edit_avatar_overlay:hover {
  color: white;
  background: rgba(0, 0, 0, 0.4); 
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
  cursor: pointer;
}



.doodlr-profile-modal {
	font-family: 'Nunito';
    background-color: #A47348;
    border: 3px solid #6b482d;
	border-radius: 12px;
}

.profile-title {
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
}

h3#doodlr_shop_error_message {
    text-align: center;
}

.doodlr_nav_link {
    border-right: 2px solid #8a593d!important;
    border-top: 2px solid #8a593d!important;
    border-left: 2px solid #8a593d!important;
    border-bottom: none !important;
    color: #ffffff;
    font-weight: bold;
    transition: 0.2s;
}

.doodlr_nav_link:hover {
    border-right: 2px solid #8a593d!important;
    border-top: 2px solid #8a593d!important;
    border-left: 2px solid #8a593d!important;
    border-bottom: none !important;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.329);
    background: #946540;
}

#doodlr_header_tabs .active {
  background: #8a593d!important;
  color: white !important;
  font-weight: bold;
  border-bottom: none;
}

.doodlr_nav_link_active:hover {
  background: #6b482d;
  color: white;
  font-weight: bold;
  border-right: 2px solid #8a593d!important;
  border-top: 2px solid #8a593d!important;
  border-left: 2px solid #8a593d!important;
  border-bottom: none !important;
}

.doodlr_nav_tabs {
  margin: 3px;
}

.doodlr_main_nav {
  border-bottom: none;
  width: 100%;
}

.badge_p {
    /* padding-left: 45px; */
    /*background: none;*/
    padding: 0;
    text-align: left;
    padding-left: 35px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: white;
}

.doodlr_badge_points {
	padding-left: 15px;
	border: 1px solid #208437;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	padding-top: 2px;
    padding-bottom: 2px;
	    margin-bottom: 5px;
}

.tooltip {
  pointer-events: none;
}

#image_saved_src {
  width: 100%;
  border-radius: 10px;
}

.list-group-item {
  background: #8a593d;
  border: 2px solid #774e37;
  /* color: white; */
  /* margin-bottom: 0!important; */
}

.list-group-item h5 {
  color: white;
  border-bottom: 2px solid #774e37;
  padding-bottom: 4px;
  width: 100%;
}

.list-group-item small {
  color: #dadada!important;
  position: absolute;
  right: 20px;
  top: 16px;
}

.list-group-item p {
  color: white;
}

.list-group-item ul {
  color: white!important;
}

.list-group-item:hover {
  background: #8a593d;
}

div#doodlr-io_728x90 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 728px;
  margin-left: -364px;
}

.profile ul {
  width: calc(100% - 200px);
  float: right;
}

.profile #doodlr_profile_avatar {
  float: left;
  margin-left: 14px;
  margin-top: 0px;
}

.profile ul li {
  padding: 5px 10px;
}

@media screen and (max-width: 728px)
{
  #doodlr-io_728x90 {
    display: none;
  }
}

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