@import url("event-beach-ball.css");

html {
  touch-action: manipulation;
}

.view-left {
    border-right: 1px solid #333333;
}

.ifs {
  border:1px solid gray; 
  opacity:0.5; 
  border-radius:5px; 
  filter: grayscale(100%);
}

.pqty {
  border-radius: 5px !important;
  border: 1px solid #009900 !important;
  background-color: #333333 !important;
  color: #90EE90 !important;
  font-weight: bold;
  padding-bottom: 1px;
  height: 22px;
}

.mqty {
  border-radius: 5px !important;
  border: 1px solid #009900 !important;
  background-color: #333333 !important;
  color: #90EE90 !important;
  font-weight: bold;
  padding-bottom: 1px;
  height: 22px;
}

.fmaxqty {
  border-radius: 5px !important;
  border: 1px solid #009900 !important;
  background-color: #333333 !important;
  color: #90EE90 !important;
  padding-bottom: 1px;
  height: 22px;
}

.tmaxqty {
  border-radius: 5px !important;
  border: 1px solid #009900 !important;
  background-color: #333333 !important;
  color: #90EE90 !important;
  padding-bottom: 1px;
  height: 22px;
}

.lsmaxqty {
  border-radius: 5px !important;
  border: 1px solid #009900 !important;
  background-color: #333333 !important;
  color: #90EE90 !important;
  padding-bottom: 1px;
  height: 22px;
}

.maxqty {
  border-radius: 5px !important;
  border: 1px solid #009900 !important;
  background-color: #333333 !important;
  color: #90EE90 !important;
  padding-bottom: 1px;
  height: 22px;
}





.c-progress-bar {
  width: 100%;
  background-color: #514232;
  padding: 1px;
  border-radius: 3px;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.actions-modal-button {
  color: lightgreen !important;
}
.actions-modal-button.color-red {
  color: #ff3b30 !important;
}

.home-banner1 {
  background: #6f3199 !important;
  background: linear-gradient(270deg, rgba(111, 49, 153, 1) 0%, rgba(176, 21, 21, 1) 50%, rgba(184, 128, 50, 1) 100%) !important;
  border: 2px solid #00ffe7;
  border-radius: 16px;
  padding: 4px;
  box-shadow: 0 0 12px rgba(0,255,255,0.6), 0 0 18px rgba(255,0,255,0.4);
  margin: 8px !important;
}

.home-banner2 {
  background: #8360c3 !important;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2ebf91, #8360c3) !important;  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2ebf91, #8360c3) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 2px solid #00ffe7;
  border-radius: 16px;
  padding: 4px;
  box-shadow: 0 0 12px rgba(0,255,255,0.6), 0 0 18px rgba(255,0,255,0.4);
  margin: 8px !important;
}

.home-banner3 {
  background: #40E0D0 !important;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0) !important;  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 2px solid #00ffe7;
  border-radius: 16px;
  padding: 4px;
  box-shadow: 0 0 12px rgba(0,255,255,0.6), 0 0 18px rgba(255,0,255,0.4);
  margin: 8px !important;
}

.shimmer {
  color: grey;
  display:inline-block;
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 66s 1;
}

 @keyframes shimmer {
 100% {-webkit-mask-position:left}
}

.newinput {
  box-shadow: inset #abacaf 0 0 0 2px;
  border: 0;
  background: white;
  appearance: none;
  width: 100%;
  position: relative;
  border-radius: 3px;
  padding: 9px 12px;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  transition: all .2s ease;
}
.newinput:hover{
    box-shadow: 0 0 0 0 #fff inset, #1de9b6 0 0 0 2px;
}
.newinput:focus{
    background: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 #fff inset, #1de9b6 0 0 0 3px;
}

.newinput_teal {
  box-shadow: inset #abacaf 0 0 0 2px;
  border: 0;
  background: teal;
  appearance: none;
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding: 9px 12px;
  line-height: 1.4;
  color: white;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  transition: all .2s ease;
}
.newinput_teal:hover{
    box-shadow: 0 0 0 0 #fff inset, #1de9b6 0 0 0 2px;
    color: black;
}
.newinput_teal:focus{
    background: black;
    outline: 0;
    box-shadow: 0 0 0 0 #fff inset, #1de9b6 0 0 0 3px;
    color: white;
}

.snowfall-flakes {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
}

.hidetext {
  height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px;
}

.border1r {
  /*border: 3px solid gray;
  border-radius: 5px;*/
}

.glow1 {
  border: 3px solid teal;
  border-radius: 5px;
  -webkit-animation: glow 1.5s infinite alternate;
  -webkit-transition: border 1.5s linear, box-shadow 1.5s linear;
  -moz-transition: border 1.5s linear, box-shadow 1.5s linear;
  transition: border 1.5s linear, box-shadow 1.5s linear;
}
@-webkit-keyframes glow {
  to {
    border-color: teal;
    -webkit-box-shadow: 0 0 10px teal;
    -moz-box-shadow: 0 0 10px teal;
    box-shadow: 0 0 20px teal;
  }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.c-progress-bar-fill {
  display: block;
  height: 2px;
  background-color: #d38c3f;
  border-radius: 3px;
}

.list-block.sortable .button { opacity:1;transition-duration:0.1s; }
.list-block.sortable-opened .button { opacity:0; visibility:hidden }

.drinkcidernc:active {
  opacity:0.7;
}

.drinklmnc:active {
  opacity:0.7;
}

#maintoplogo {
  position: unset !important;
}

.item-divider {
  background-color: #000040 !important;
  color: white !important;
  text-align: center !important;
  border-top: 1px solid #00007f !important;
  border-bottom: 1px solid #00007f !important;
}

.panel-left .page-content {
    padding-top: 0;
}

.panel-left .page {
    margin-top: 44px;
    padding-bottom: 44px;
}

.buttons-row .button {
    vertical-align: middle;
    padding-top: 7px;
    height: 40px;
}

.actions-modal-button, .actions-modal-label {
 background-color: #444 !important;
}
.actions-modal-label {
 color: white !important;
}

.fishing-block {
 background-color: #333 !important;
 height: 100% !important;
}

.seed-list {
 background-color: black !important;
}

.layout-dark .login-screen-content, .layout-dark .page, .layout-dark .panel, .page.layout-dark, .panel.layout-dark {
  background-image: url('/img/bgs/006-dark.jpg') !important;
  background-color: black !important;
}

.list-block .item-title {
  overflow: visible !important;
}

.redstripes {
    background-image: linear-gradient(45deg, #590000 25%, #450202 25%, #450202 50%, #590000 50%, #590000 75%, #450202 75%, #450202 100%);
    background-size: 56.57px 56.57px;
}

.cc1001 {
  background: #66ff00;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #66ff00, #a80077);  /* Chrome 10-25, Safari 5.1-6 */
  background: -o-linear-gradient(to right, #66ff00, #a80077);  /* Chrome 10-25, Safari 5.1-6 */
  background: -moz-linear-gradient(to right, #66ff00, #a80077);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #66ff00, #a80077); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 1px #aaa;
  }

.cc1002 {
  padding-left:2px;
  padding-right:2px;
  font-size:11px;
  border: 1px solid #ff6600;
  border-radius: 5px;
  background: #ff0000;
  background: -webkit-linear-gradient(90deg, #ff0000 0%, #ff9900 100%);
  background: -o-linear-gradient(90deg, #ff0000 0%, #ff9900 100%);
  background: -moz-linear-gradient(90deg, #ff0000 0%, #ff9900 100%);
  background: linear-gradient(90deg, #ff0000 0%, #ff9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1003 {
  background: #00C9FF;
  background: -webkit-linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  background: -o-linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  background: -moz-linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1004 {
  background: pink;
  background: -webkit-linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
  background: -o-linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
  background: -moz-linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
  background: linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px #aaa;
}

.cc1005 {
    background: #FC466B;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(left, #3F5EFB, #FC466B);
    background: -moz-linear-gradient(left, #3F5EFB, #FC466B);
    background: -o-linear-gradient(left, #3F5EFB, #FC466B);
    background: linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1006 {
  background: #FC354C;  /* fallback for old browsers */
background: -webkit-linear-gradient(left, #0ABFBC, #FC354C);
background: -moz-linear-gradient(left, #0ABFBC, #FC354C);
background: -o-linear-gradient(left, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1007 {
background-color: #FA8BFF;
background-image: -webkit-linear-gradient(left, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-image: -moz-linear-gradient(left, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-image: -o-linear-gradient(left, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-image: linear-gradient(to right, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1008 {
background-color: #52ACFF;
background-image: -webkit-linear-gradient(left, #52ACFF 25%, #FFE32C 100%);
background-image: -moz-linear-gradient(left, #52ACFF 25%, #FFE32C 100%);
background-image: -o-linear-gradient(left, #52ACFF 25%, #FFE32C 100%);
background-image: linear-gradient(to right, #52ACFF 25%, #FFE32C 100%);
background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1009 {
background-color: rgba(34,126,34,1);
background-image: -webkit-linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
background-image: -moz-linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
background-image: -o-linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
background-image: linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1010 {
background-color: #00d2ff;
background-image: -webkit-linear-gradient(left, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
background-image: -moz-linear-gradient(left, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
background-image: -o-linear-gradient(left, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
background-image: linear-gradient(to right, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1011 {
background: #00F260;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cc1012 {
background: #12c2e9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cc1013 {
background: #40E0D0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.cc1014 {
  background-color: rgba( 255, 0, 0, .8);
  background-image: repeating-linear-gradient(80deg, rgba(255,0,0, .8), rgba(240, 240, 240, 0.8), rgba(0,163,27,0.8) 33.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cc1015{
  background-color: rgba(255, 204, 255, 0.8);
  background-image: linear-gradient(45deg, rgba(255, 204, 255, 0.8), rgba(255, 0, 102, 0.8) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cc1016{
  background-color: rgba(253,255,96,1);
  background-image: linear-gradient(45deg, rgba(253,255,96,1),  rgba(255,138,51,1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cc1017{
  background-color: rgba(181,0,25,1);
  background-image: linear-gradient(45deg, rgba(181,0,25,1) 0%, rgba(177,101,0,1) 50%, rgba(0,26,255,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cc1018{
  background-color: rgba(23, 191, 251, 0.8);
  background-image: linear-gradient(45deg, rgba(23, 191, 251, 0.8), rgba(254, 149, 212,0.8) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Boobun Requested Admin Color*/
.cc8008{
  background-color: rgba(255,0,144,1);
  background-image: linear-gradient(45deg, rgba(255,0,144,1), rgba(29,212,253,1), #fbff00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes animated_text {
    50% {background-position: center;}
}



.cc1007noshadow {
background-color: #FA8BFF;
background-image: -webkit-linear-gradient(left, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-image: -moz-linear-gradient(left, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-image: -o-linear-gradient(left, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-image: linear-gradient(to right, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1008noshadow {
background-color: #52ACFF;
background-image: -webkit-linear-gradient(left, #52ACFF 25%, #FFE32C 100%);
background-image: -moz-linear-gradient(left, #52ACFF 25%, #FFE32C 100%);
background-image: -o-linear-gradient(left, #52ACFF 25%, #FFE32C 100%);
background-image: linear-gradient(to right, #52ACFF 25%, #FFE32C 100%);
background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1009noshadow {
background-color: rgba(34,126,34,1);
background-image: -webkit-linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
background-image: -moz-linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
background-image: -o-linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
background-image: linear-gradient( 110.1deg,  rgba(34,126,34,1) 2.9%, rgba(168,251,60,1) 90.3% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc1010noshadow {
background-color: #00d2ff;
background-image: -webkit-linear-gradient(left, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
background-image: -moz-linear-gradient(left, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
background-image: -o-linear-gradient(left, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
background-image: linear-gradient(to right, #00d2ff 0%, #00fff0 52%, #2184f4 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.cc1011noshadow {
background: #00F260;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}

.cc1012noshadow {
background: #12c2e9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 6s infinite;
    -moz-animation: animated_text 6s infinite;
    -webkit-animation: animated_text 6s infinite;
}

.cc1013noshadow {
background: #40E0D0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}

.cc1014noshadow {
  background-color: rgba( 255, 0, 0, .8);
  background-image: repeating-linear-gradient(80deg, rgba(255,0,0, .8), rgba(240, 240, 240, 0.8), rgba(0,163,27,0.8) 33.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}


.cc1015noshadow{
  background-color: rgba(255, 204, 255, 0.8);
  background-image: linear-gradient(45deg, rgba(255, 204, 255, 0.8), rgba(255, 0, 102, 0.8) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}


.cc1016noshadow {
  background-color: rgba(253,255,96,1);
  background-image: linear-gradient(45deg, rgba(253,255,96,1),  rgba(255,138,51,1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}

.cc1017noshadow{
  background-color: rgba(181,0,25,1);
  background-image: linear-gradient(45deg, rgba(181,0,25,1) 0%, rgba(177,101,0,1) 50%, rgba(0,26,255,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}

.cc1018noshadow{
  background-color: rgba(23, 191, 251, 0.8);
  background-image: linear-gradient(45deg, rgba(23, 191, 251, 0.8), rgba(254, 149, 212,0.8) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}


/*Boobun Requested Admin Color*/
.cc8008noshadow{
  background-color: rgba(255,0,144,1);
  background-image: linear-gradient(45deg, rgba(255,0,144,1), rgba(29,212,253,1), #fbff00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 350%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 3s infinite;
    -moz-animation: animated_text 3s infinite;
    -webkit-animation: animated_text 3s infinite;
}



/*
.pqty {
  font-size: 16px;
  width: 35px;
  text-align: center;
}
.mqty {
  font-size: 16px;
  width: 35px;
  text-align: center;
}
*/

.inlineinput {
  height: inherit !important;
  width: 75px !important;
  border: 1px solid black !important;
  padding: 1px !important;
  text-align: right !important;
  background-color: #333 !important;
}

.inlineinputsm {
  height: inherit !important;
  width: 45px !important;
  border: 1px solid black !important;
  padding: 1px !important;
  text-align: center !important;
  background-color: #333 !important;
}

.inlineinputlg {
  height: inherit !important;
  width: 100px !important;
  border: 1px solid black !important;
  padding: 1px !important;
  text-align: right !important;
  background-color: #333 !important;
}

.inlineinputfill {
  height: inherit !important;
  max-width: 228px !important;
  border: 1px solid black !important;
  padding: 1px !important;
  text-align: right !important;
  background-color: #333 !important;
}

.page {
  background-image: url('/img/bgs/000.jpg?3') !important;
  background-position: center top; background-repeat: no-repeat; background-size: cover
}

.panel-left .navbar {
    position: relative;
    margin-bottom: -44px;
}

body.with-panel-right-reveal .panel-overlay {
    margin-left: 0;
}

.actionshort{display:none}
@media (max-width:300px){
  .actionlong{display:none}
  .actionshort{display:inline}
}

#exploreconsole {
  border-top: 1px solid black;
  background-color: #222;
  height:160px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.exploreimg {
  max-width:200px;
  margin: 0 auto;
}

.finalcatch1 {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeA;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
}

.finalcatch1b {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeB;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
}

.finalcatch1c {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeC;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
}

.finalcatch1d {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeD;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
}

.finalcatch2 {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeA;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
}

.finalcatch2b {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeB;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
}

.finalcatch2c {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeC;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
}

.finalcatch2d {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeD;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
}

.finalcatch3 {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeA;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
}

.finalcatch3b {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeB;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
}

.finalcatch3c {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeC;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
}

.finalcatch3d {
  width: 50px;
  height: 50px;
  background-color:blue;
  border-radius: 40px;
  position: relative;
  animation-name: catchmeD;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
}

@keyframes catchmeA {
  0%   {transform: translate(0px);}
  50%  {transform: translate(250px);}
  100%  {transform: translate(0px);}
}

@keyframes catchmeB {
  0%   {transform: translate(250px);}
  50%  {transform: translate(0px);}
  100%  {transform: translate(250px);}
}

@keyframes catchmeC {
  0%   {transform: translate(125px);}
  50%  {transform: translate(250px);}
  100%   {transform: translate(125px);}
}

@keyframes catchmeD {
  0%   {transform: translate(250px);}
  50%  {transform: translate(125px);}
  100%   {transform: translate(250px);}
}


.fishcaught {
  cursor: pointer;
  /*background-color: #6699ff;*/
}

.fishcell {
  width: 60px;
  height: 60px;
}

#water {
  background-color: #80c5de;
  border-bottom: solid 1px black;
  text-align: center;
  background-image:url('/img/waterbg3.png');
}

#fishinwater {
  max-width: 400px;
  margin: 0 auto;
}

.fish {
  max-width: 60px;
  display: none;
  cursor: pointer;
  animation-name: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.plantseed {
 cursor:pointer;
}

.icon-back {
 color:teal !important;
}

.harvest {
  cursor:pointer;
  width: 35px;
  /*-webkit-animation: glow 1.5s infinite alternate;
  -webkit-transition: border 1.5s linear, box-shadow 1.5s linear;
  -moz-transition: border 1.5s linear, box-shadow 1.5s linear;
  transition: border 1.5s linear, box-shadow 1.5s linear;*/
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(20deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-20deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@-webkit-keyframes glow {
  to {
    border-color: #c4b325;
    -webkit-box-shadow: 0 0 15px #c4b325;
    -moz-box-shadow: 0 0 15px #c4b325;
    box-shadow: 0 0 25px #c4b325;
  }
}

.open-seeds {
  cursor:pointer;
}

.picker-catch {
 height: 300px !important;
 box-shadow: 0px 0px 100px black !important;
}

.picker-calendar-day-has-events span:after {
    background: lime !important;
}

.qty {
  display: inline !important;
  width: 50px !important;
  text-align: center !important;
}

#confetti {
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.lbemblem {
    width: 10px;
}

@media (min-width: 569px) {
    .panel.panel-left.panel-cover {
        width: 250px;
        left: -250px;
    }
    body.with-panel-left-cover .panel-left {
        -webkit-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .mobileonly {
         display: none !important;
    }
}

@media (min-width: 450px) {
    .mobileonly {
         display: none !important;
    }
}

@media (max-width: 450px) {
    .deconbutton {
         display: none !important;
    }
    .desktoponly {
         display: none !important;
    }
}

@media (min-width: 769px) {
    body .panel.panel-left.panel-cover {
        left: 0;
        width: 250px;
        display: block;
    }
    body.with-panel-left-cover .panel-left {
        -webkit-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .view-main {
        float: right;
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: -ms-calc(100% - 250px);
        width: calc(100% - 250px);
    }
    .view-main .navbar .open-panel {
        display: none;
    }

    .views {
        width: 80%;
    }

    #desktopchatpanel {
        z-index: 6000;
        right: 0px;
        display: block;
        width: 20%;
    }
     #openchatbtn {
        display:none;
     }
    .mobileonly {
         display: none !important;
    }
}

body {
    background-color: #000;
}

#mobilechatpanel {
    border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  border-left: 1px solid #131313;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
    background-color: #111 !important;
    background-image: none !important;
}

#desktopchatpanel {
    border-top: 1px solid #131313;
  border-left: 1px solid #131313;
  border-bottom: 1px solid #131313;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
    background-color: #111 !important;
    background-image: none !important;
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: local('Framework7 Icons'),
     local('Framework7Icons-Regular'),
     url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
     url("../fonts/Framework7Icons-Regular.woff") format("woff"),
     url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons, .framework7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}


.sport-icon {
    width: 50%;
    margin: 0 auto;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons img{
  width: 34px;
  padding: 2px;
}

.navbar, .subnavbar, .toolbar {
    background-color: #ffffff;
}

div[class*="col-"] {
  text-align: center;
  color: #eee;
  padding:4px;
}
.row {
  margin-bottom: 15px;
}

#bottom {
}

.navbar {
/*border-top: 1px solid #222;*/
}

.card-content-inner img {
    max-width: 100%;
}

.card-content-inner iframe {
    max-width: 100%;
}

.swiper-container {
  height: 100%;
}
.swiper-slide {

}
.swiper-slide span {
  text-align:center;
  display:block;
  margin:10px;
  font-size:21px;
}

.slider{
height: 85%;
margin-top: 0px;
}

.close-popup{
position: absolute;
    bottom: 5px;
    right: 5px;
}

#player-count{
    position: absolute;
    right: 30px;
    color: #6d6d72;
    margin-top: 5px;
}

.no-top-bottom-margin{
    margin-top: 1px;
    margin-bottom: 1px;
}

.menu-item {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}

.center {
    text-align: center;
}

.reduce-margin {
    margin-top: 5px!important;
    margin-bottom: 5px !important;
}

.stretch {
    display:inline-block;
    -webkit-transform:scale(3,1); /* Safari and Chrome */
    -moz-transform:scale(3,1); /* Firefox */
    -ms-transform:scale(3,1); /* IE 9 */
    -o-transform:scale(3,1); /* Opera */
    transform:scale(3,1); /* W3C */
transform-origin: 0 0;
}

.swipe-tutorial{
 font-size: 30px;
 text-align: center;
}

.search-count{
    right: 5px;
    position: absolute;
}

.accordion-item{
  cursor:pointer;
}

.conf-span{
    right: 5px;
    position: absolute;
    font-size: 12px;
}

.ranking-points-span{
    right: 22px;
    position: absolute;
    font-size: 12px;
}

.rankings-list-block,.rankings-content-block {
  margin-top: 0px;
}

.rankings-tabs-content-block{
  margin-bottom:0px;
  margin-top:10px;
}

.date-header{
    background: #0a3d5b;
    color: white !important;
    background-image: none !important;
}

.date-header-row{
    background-image: none !important;
}

.date-header-item-inner:after{
  height:0px !important;
}

.next-game{
  background-color: #FFFFE0;
}

.green{
    color: green !important;
}

.red{
    color: red !important;
}

.vendoritemimg {
    border: 3px solid #ddd;
    width: 35px;
    margin-right: 10px;
}

.itemimg {
    width: 50px;
    height: 50px;
}

.itemimgsm {
    width: 25px;
    height: 25px;
}

.itemimgmini {
  width: 15px;
  height: 15px;
}

.itemimglg {
  margin-top: 10px;
    width: 150px;
    height: 150px;
}

.genreimg {
    width: 50px;
    height: 50px;
}

.invimg {
    border: 2px solid #ddd;
    width: 30px;
    height: 30px;
}

.vendorimg {
    width: 25px;
}

.chestimg, .openchestimg {
  width: 75%;
  filter: drop-shadow(0px 5px 15px #222);
  max-width: 125px;
}

.chestopenbtn{
  cursor: pointer;
}

.chestcantopen{
  filter: grayscale(100%);
}

.chest-contents{
  color: white;
  font-size: 11px;
  padding: 5px;
  text-align: center;
}

.chest-contents-open{
  background-color: #013300;
}

.chat-txt {
  font-size: 12px;
  margin: 1em 0;
}
.chat-txt .chip {
  margin-right: 0;
  height: 16px;
  line-height: 16px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
}

.button-highlight {
    background-color: gold !important;
        color:black !important;
}

a.chatlink:link {
    color: teal;
}
a.chatlink:visited {
    color: teal;
}
a.chatlink:hover {
    color: teal;
}
a.chatlink:active {
    color: teal;
}

.widebg {
    background-position: right top;
    background-repeat: no-repeat;
}

.cicon {
    width: 10px;
}


/* Custom Gradients */

.progressbar.blue-dawn span {
    background: #0ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff0, #0ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff0, #0ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.green-dawn span {
    background: #0f0;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff0, #0f0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff0, #0f0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.pink-dawn span {
    background: #f0f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff0, #f0f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff0, #f0f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.red-dawn span {
    background: #f00;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ff0, #f00);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff0, #f00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.dark-skies span {
    background: #333;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #555, #333);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #555, #333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progressbar.blue-sky span {
    background: #00f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00ffd0, #007aff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00ffd0, #007aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* uiGradients http://uigradients.com/ */

.progressbar.celestial span {
    background: #C33764;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2671, #C33764);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.dirty-fog span {
    background: #B993D6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8CA6DB, #B993D6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.ibiza-sunset span {
    background: #ee0979;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff6a00, #ee0979); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.progressbar.pacific-dream span {
    background: #34e89e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f3443, #34e89e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progressbar, .progressbar-infinite, .progress {
  background: rgba(255,255,255,.2);
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-custom {
  position:relative;
  height:100%;
}
.swiper-container {
  height: 100%;
}
.swiper-slide {

}
.swiper-slide span {
  text-align:center;
  display:block;
  margin:20px;
  font-size:21px;
}
.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    top: 35px;
}


.panel.layout-dark{
    background-image:url('../../img/dark_geometric.png')!important;
}

/* override #1c1d1f */
.layout-dark .list-block ul, .list-block.layout-dark ul { background:rgba(28,29,31,0.5) !important; }


::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 2px;
}

a.rainbow, .rainbow {
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f90), color-stop(0.3, #fbff00), color-stop(0.45, #6f6), color-stop(0.6, #09f),color-stop(0.75, #b0f), color-stop(0.9, #f08), color-stop(1, #f22));
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f90), color-stop(0.3, #fbff00), color-stop(0.45, #6f6), color-stop(0.6, #09f),color-stop(0.75, #b0f), color-stop(0.9, #f08), color-stop(1, #f22));
color:transparent;
-webkit-background-clip: text;
background-clip: text;
}

.cc1, a.cc1:visited, a.cc1:hover, a.cc1:focus{color:#ffc7e9;}
.cc2, a.cc2:visited, a.cc2:hover, a.cc2:focus{color:#ff94d4;}
.cc3, a.cc3:visited, a.cc3:hover, a.cc3:focus{color:#ff57bc;}
.cc4, a.cc4:visited, a.cc4:hover, a.cc4:focus{color:#ff0099;}
.cc5, a.cc5:visited, a.cc5:hover, a.cc5:focus{color:#d7bde2;}
.cc6, a.cc6:visited, a.cc6:hover, a.cc6:focus{color:#c39bd3;}
.cc7, a.cc7:visited, a.cc7:hover, a.cc7:focus{color:#af7ac5;}
.cc8, a.cc8:visited, a.cc8:hover, a.cc8:focus{color:#9b59b6;}
.cc9, a.cc9:visited, a.cc9:hover, a.cc9:focus{color:#d2b4de;}
.cc10, a.cc10:visited, a.cc10:hover, a.cc10:focus{color:#bb8fce;}
.cc11, a.cc11:visited, a.cc11:hover, a.cc11:focus{color:#a569bd;}
.cc12, a.cc12:visited, a.cc12:hover, a.cc12:focus{color:#8e44ad;}
.cc13, a.cc13:visited, a.cc13:hover, a.cc13:focus{color:#a9cce3;}
.cc14, a.cc14:visited, a.cc14:hover, a.cc14:focus{color:#7fb3d5;}
.cc15, a.cc15:visited, a.cc15:hover, a.cc15:focus{color:#5499c7;}
.cc16, a.cc16:visited, a.cc16:hover, a.cc16:focus{color:#2980b9;}
.cc17, a.cc17:visited, a.cc17:hover, a.cc17:focus{color:#aed6f1;}
.cc18, a.cc18:visited, a.cc18:hover, a.cc18:focus{color:#85c1e9;}
.cc19, a.cc19:visited, a.cc19:hover, a.cc19:focus{color:#5dade2;}
.cc20, a.cc20:visited, a.cc20:hover, a.cc20:focus{color:#3498db;}
.cc21, a.cc21:visited, a.cc21:hover, a.cc21:focus{color:#a3e4d7;}
.cc22, a.cc22:visited, a.cc22:hover, a.cc22:focus{color:#76d7c4;}
.cc23, a.cc23:visited, a.cc23:hover, a.cc23:focus{color:#48c9b0;}
.cc24, a.cc24:visited, a.cc24:hover, a.cc24:focus{color:#1abc9c;}
.cc25, a.cc25:visited, a.cc25:hover, a.cc25:focus{color:#a2d9ce;}
.cc26, a.cc26:visited, a.cc26:hover, a.cc26:focus{color:#73c6b6;}
.cc27, a.cc27:visited, a.cc27:hover, a.cc27:focus{color:#45b39d;}
.cc28, a.cc28:visited, a.cc28:hover, a.cc28:focus{color:#16a085;}
.cc29, a.cc29:visited, a.cc29:hover, a.cc29:focus{color:#a9dfbf;}
.cc30, a.cc30:visited, a.cc30:hover, a.cc30:focus{color:#7dcea0;}
.cc31, a.cc31:visited, a.cc31:hover, a.cc31:focus{color:#52be80;}
.cc32, a.cc32:visited, a.cc32:hover, a.cc32:focus{color:#249654;}
.cc33, a.cc33:visited, a.cc33:hover, a.cc33:focus{color:#abebc6;}
.cc34, a.cc34:visited, a.cc34:hover, a.cc34:focus{color:#82e0aa;}
.cc35, a.cc35:visited, a.cc35:hover, a.cc35:focus{color:#58d68d;}
.cc36, a.cc36:visited, a.cc36:hover, a.cc36:focus{color:#2ecc71;}
.cc37, a.cc37:visited, a.cc37:hover, a.cc37:focus{color:#f9e79f;}
.cc38, a.cc38:visited, a.cc38:hover, a.cc38:focus{color:#f7dc6f;}
.cc39, a.cc39:visited, a.cc39:hover, a.cc39:focus{color:#f4d03f;}
.cc40, a.cc40:visited, a.cc40:hover, a.cc40:focus{color:#f1c40f;}
.cc41, a.cc41:visited, a.cc41:hover, a.cc41:focus{color:#fad7a0;}
.cc42, a.cc42:visited, a.cc42:hover, a.cc42:focus{color:#f8c471;}
.cc43, a.cc43:visited, a.cc43:hover, a.cc43:focus{color:#f5b041;}
.cc44, a.cc44:visited, a.cc44:hover, a.cc44:focus{color:#f39c12;}
.cc45, a.cc45:visited, a.cc45:hover, a.cc45:focus{color:#f5cba7;}
.cc46, a.cc46:visited, a.cc46:hover, a.cc46:focus{color:#f0b27a;}
.cc47, a.cc47:visited, a.cc47:hover, a.cc47:focus{color:#eb984e;}
.cc48, a.cc48:visited, a.cc48:hover, a.cc48:focus{color:#e67e22;}


/* Staff CSS */
.cc49, a.cc49:visited, a.cc49:hover, a.cc49:focus{color:#ff00f5;}
.cc50, a.cc50:visited, a.cc50:hover, a.cc50:focus{color:#ffca1b;}
.cc51, a.cc51:visited, a.cc51:hover, a.cc51:focus{color:#e3ff00;}
.cc52, a.cc52:visited, a.cc52:hover, a.cc52:focus{color:#b6ff00;}
.cc53, a.cc53:visited, a.cc53:hover, a.cc53:focus{color:#01ff1f;}
.cc54, a.cc54:visited, a.cc54:hover, a.cc54:focus{color:#0df;}
.cc55, a.cc55:visited, a.cc55:hover, a.cc55:focus{color:#228dff;}
.cc56, a.cc56:visited, a.cc56:hover, a.cc56:focus{color:#ba01ff;}
.cc57, a.cc57:visited, a.cc57:hover, a.cc57:focus{color:#8870FF;}

.cc58, a.cc58:visited, a.cc58:hover, a.cc58:focus{color:#ff3333;}
.cc59, a.cc59:visited, a.cc59:hover, a.cc59:focus{color:#fc4903;}
/* New colors! */
.cc64, a.cc64:visited, a.cc64:hover, a.cc64:focus{color:#ef4d79;}
.cc65, a.cc65:visited, a.cc65:hover, a.cc65:focus{color:#84bf1e;}
.cc66, a.cc66:visited, a.cc66:hover, a.cc66:focus{color:#713617;}
.cc67, a.cc67:visited, a.cc67:hover, a.cc67:focus{color:#ffd119;}
.cc68, a.cc68:visited, a.cc68:hover, a.cc68:focus{color:#35d9e3;}
.cc69, a.cc69:visited, a.cc69:hover, a.cc69:focus{color:#a779538c;}
.cc70, a.cc70:visited, a.cc70:hover, a.cc70:focus{color:#6B0D5F;}
.cc71, a.cc71:visited, a.cc71:hover, a.cc71:focus{color:#fcb045;}
.cc72, a.cc71:visited, a.cc72:hover, a.cc72:focus{color:#e9b8d1;}
.cc73, a.cc71:visited, a.cc73:hover, a.cc73:focus{color:#0038ff;}
.cc74, a.cc71:visited, a.cc74:hover, a.cc74:focus{color:#6ae0ff;}
.cc75, a.cc71:visited, a.cc75:hover, a.cc75:focus{color:#fff285;}
.cc76, a.cc71:visited, a.cc76:hover, a.cc76:focus{color:#bbbbbb;}
.cc77, a.cc71:visited, a.cc77:hover, a.cc77:focus{color:#274185;}
.staff:before {
background-image: url("../img/staff_icon_ranger.png?5");
background-size: 16px 16px;
background-repeat: no-repeat;
display: inline-block;
width: 18px;
height: 16px;
content: "";
}

.vanguard:before {
background-image: url("../img/staff_icon_fh.png?5");
background-size: 16px 16px;
background-repeat: no-repeat;
display: inline-block;
width: 18px;
height: 16px;
content: "";
}

.admin:before {
background-image: url("../img/staff_icon_admin.png?5");
background-size: 16px 16px;
background-repeat: no-repeat;
display: inline-block;
width: 18px;
height: 16px;
content: "";
}

.layout-dark .card {
 background-color: rgba(28,29,31,0.8) !important
}

.chat-txt.bot {
background: #333;
margin-left: -15px;
margin-right: -15px;
padding: 5px 5px 5px 15px;
}

.chat-txt.bot.pe {
    cursor: initial !important;
}
.chat-txt.bot.lottery {
  background: rgba(0, 227, 0, 0.2);
}
.chat-txt.bot.lvl99 {
  background: rgba(150, 0, 255, 0.3);
}
#desktopchatpanel div.card, #mobilechatpanel div.card {
    margin: 0 -15px 0 -15px;
}
.chat-txt.bot a {
background-image: url("../img/bot.png");
background-size: 10px 10px;
background-repeat: no-repeat;
display: inline-block;
background-position: 0% 90%;
width: 13px;
height: 13px;
content: "";
}

li.announcement {
  background: rgba(72, 103, 174,.2);
  position: relative;
}

li.announcement:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 10px solid #719bfa;
  border-right: 10px solid transparent;
  width: 0;
}

li.publicevent, .chat-txt.bot.pe {
  background: rgba(227, 141, 41,.2);
  position: relative;
  cursor: pointer;
}

li.publicevent:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 10px solid #e38d29;
  border-right: 10px solid transparent;
  width: 0;
}

.close-notification.foralert {
    background-image: none !important;
    color: #f66;
    opacity: 1 !important;
    font-weight: bold;
}

.button.btngray {
    background-color: #444;
    border: 1px solid #666 !important;
    border-radius: 0px !important;
    color: #ddd;
}

.button.btnred {
    background-color: salmon;
    border: 0px solid red !important;
    border-radius: 0px !important;
    color: black;
}

.button.btnredwborder {
    background-color: salmon;
    border: 1px solid red !important;
    border-radius: 0px !important;
    color: black;
}

.button.btngreen {
    background-color: #003300;
    border: 1px solid #006600 !important;
    border-radius: 0px !important;
    color: white;
}

.button.btngreenalt {
    background-color: #001900;
    border: 1px solid #003300 !important;
    border-radius: 0px !important;
    color: white;
}

.button.btnblue {
    background-color: #000040;
    border: 1px solid #00007f !important;
    border-radius: 0px !important;
    color: white;
}

.button.btnpurple {
    background-color: #3a204c;
    border: 1px solid #4a315c !important;
    border-radius: 0px !important;
    color: white;
}

.button.btnteal {
    background-color: #045D5D;
    border: 1px solid #067171 !important;
    border-radius: 0px !important;
    color: white;
}

.button.btnorange {
    background-color: #351c04;
    border: 1px solid #41260d !important;
    border-radius: 0px !important;
    color: white;
}

.button.btnyellow {
    background-color: #5c5613;
    border: 1px solid #836918 !important;
    border-radius: 0px !important;
    color: white;
}

.banner{
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 27px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  padding: 0 10px;
  margin: 0;
  height: 29px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: inherit;
  outline: 0;
}

.banner.bannergreen {
  background-color: #003300;
  border: 1px solid #006600 !important;
  border-radius: 0px !important;
  color: white;
}

.banner.bannerred {
  background-color: salmon;
  border: 0px solid red !important;
  border-radius: 0px !important;
  color: black;
}

a.skipmission {
    background: rgba(205, 205, 205, 0.3);
    padding: 0 5px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 11px;
    float: right;
}

.enemyGrimProgress span.grimLevel {
    float: left;
    font-size: 11px;
}

.enemyGrimProgress span.progressbar {
    height: 2px;
    width: 100px;
    top: 6px;
    left: 2px;
}

.chatdd {
    width: 70% !important;
    height: 34px !important;
    display: inline !important;
}
.chatdown {
    color: gray;
    font-size: 16px;
    position: absolute;
    left: 120px;
    top: 8px;
}

.cclink {
 border: 1px solid #333;
 border-radius: 5px;
 background-color: #222;
 padding-left:3px;
 padding-right:3px;
 color:teal;
 margin:3px;
 font-weight:bold;
 line-height:18px;
 font-size:11px;
}

.cclinkselected {
 font-weight: bold;
 border: 1px solid #666;
 border-radius: 5px;
 background-color: #555;
 padding-left:3px;
 padding-right:3px;
 color:#90EE90;
  font-size:11px;
}

.notifications .notification-item { background: #444; border-radius: 0; color:white } .notifications .item-title-row:before, .modal-inner { color:white; border-radius: 0; background: #666; } .notifications .notification-item .item-text { color: white } .notifications .notification-item .item-title { color: lightgreen } .notifications li.notification-item { border: 1px solid #444; }
/*.actions-modal-label { background: #e6e6e6; color: #fff; }
.actions-modal-button { background: #333; } */
.modal { border: 0px solid #555; border-radius: 10px; } .modal-title { color: #ddd; } .modal-text { color: #fff; } .modal-button:first-child:last-child, .actions-modal-group, .actions-modal-button:first-child, .actions-modal-label:first-child, .actions-modal-button:last-child, .actions-modal-label:last-child, .modal-button:first-child, .modal-button:last-child { border-radius: 0; } .modal-button { background: #444; color: lightgreen} .notifications .close-notification { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2044%2044'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cpath%20d%3D'M22.5%2C20.3786797%20L14.7218254%2C12.6005051%20L12.6005051%2C14.7218254%20L20.3786797%2C22.5%20L12.6005051%2C30.2781746%20L14.7218254%2C32.3994949%20L22.5%2C24.6213203%20L30.2781746%2C32.3994949%20L32.3994949%2C30.2781746%20L24.6213203%2C22.5%20L32.3994949%2C14.7218254%20L30.2781746%2C12.6005051%20L22.5%2C20.3786797%20Z%20M22%2C44%20C34.1502645%2C44%2044%2C34.1502645%2044%2C22%20C44%2C9.8497355%2034.1502645%2C0%2022%2C0%20C9.8497355%2C0%200%2C9.8497355%200%2C22%20C0%2C34.1502645%209.8497355%2C44%2022%2C44%20Z'%20fill%3D'%23000000'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"); opacity: .5; }

/* Rarity Colors */
.Common, .common {
  color: #fff;
}
.Uncommon, .uncommon {
  color: #06d358;
}
.Rare, .rare {
  color: #09f;
}
.Legendary, .legendary {
  color: #ba01ff;
}
.Exotic, .exotic {
  color: #dac300;
}
.chip.Common, .chip.common {
  background-color: #ccc;
  color: #000;
}
.chip.Uncommon, .chip.uncommon {
  background-color: #06d358;
  color: #000;
}
.chip.Rare, .chip.rare {
  background-color: #09f;
  color: #000;
}
.chip.Legendary, .chip.legendary {
  background-color: #ba01ff;
  color: #000;
}
.chip.Exotic, .chip.exotic {
  background-color: #dac300;
  color: #000;
}
#enemyList li.common, #enemyList li.uncommon, #enemyList li.rare, #enemyList li.legendary, #enemyList li.exotic {
  color: inherit;
}
#enemyList li, .enemyImg {
    overflow: hidden;
}
#enemyList .item-content {
    padding-left: 20px;
}
#enemyList li:last-child .item-content {
    padding-left: 15px;
}
#enemyList .ribbon, .enemyImg .ribbon {
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: -4px;
    left: -24px;
    width: 60px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 0 5px;
    z-index: 100;
}
#enemyList .uncommon .ribbon, .enemyImg.uncommon .ribbon {
    background-color: #06d358;
}
#enemyList .rare .ribbon, .enemyImg.rare .ribbon {
    background-color: #09f;
}
#enemyList .legendary .ribbon, .enemyImg.legendary .ribbon {
    background-color: #ba01ff;
}
#enemyList .exotic .ribbon, .enemyImg.exotic .ribbon {
    background-color: #dac300;
}
li.notvisited:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 16px solid #06d358;
  border-right: 16px solid transparent;
  width: 0;
}

/* Pill Colors */
div.pill, span.pill { background: rgba(255,255,255,.3); padding: 2px 5px; border-radius: 2px; border: 1px solid #fff; width: 50px; display: inline-block; margin-bottom: 3px; text-align: center; }
.pill.green { background: rgba(0,255,0,.2); border: 1px solid #00a000; color: #fff !important; }
.pill.blue { background: rgba(0,0,255,.2); border: 1px solid #5050ce; color: #fff !important; }
.pill.yellow { background: rgba(255, 235, 0, 0.5); border: 1px solid #c9cc32; color: #fff !important; }
.pill.purple { background: rgba(157, 0, 255, 0.5); border: 1px solid #b047ff; color: #fff !important; }
.pill.red { background: rgba(255,0,0,.5); border: 1px solid #f00; color: #fff !important; }
.pill.orange { background: rgba(255, 165, 0, 0.5); border: 1px solid #ffa500; color: #fff !important; }

.recentUpdates .pill {
  font-size: 11px;
}

a.action1.deconlink {
  background: #400;
}
a.action2.deconlink {
  background: #004;
}
a.action3.locklink, a.action3.unlocklink {
  background: #040;
}

/* Battle Screen Customization */
.actions .button {
  text-align: left;
}
.actions p.buttons-row {
    margin: 0 !important;
}
.actions p.buttons-row .button {
    border-radius: 0;
}
.actions .buttons-row .button:first-child:last-child {
    border-radius: 0;
}
.actions .buttons-row .button:first-child {
    border-left: 0;
}
.actions p.buttons-row a {
    background: rgba(28,29,31,0.5);
    border: 1px solid #444;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
}
.actions p.buttons-row a:last-child {
    border-right: 0;
}
.actions p.buttons-row:nth-last-child(2) a {
    border-bottom: 1px solid #444;
}
.actions p.buttons-row a.runlink {
  background: #006;
    border: 0;
  color: #fff;
    margin-top: 20px;
}
.actions p.buttons-row a.respawnlink {
  background: #600;
  border: 0;
  color: #fff;
  margin-top: 0;
}
.actions p.buttons-row a.patrollink {
  background: #060;
  color: #fff;
  margin-top: 0;
}
.actions span.actionimg {
  padding-left: 40px;
}
.actions .runlink span.actionimg, .actions .patrollink span.actionimg {
    background-image: url("../img/icon-patrol.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .respawnlink span.actionimg {
    background-image: url("../img/icon-tower.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .attacklink span.actionimg {
    background-image: url("../img/icon-gunsmith.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}

.list-block .item-link {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.actions .coverlink span.actionimg {
    background-image: url("../img/icon-cover.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .speciallink span.actionimg {
    background-image: url("../img/icon-special.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .heavylink span.actionimg {
    background-image: url("../img/icon-heavy.png");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.actions .superlink span.actionimg {
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0,0;
    display: block;
}
.playerBattleInfo {
  width: 100%;
  z-index: 100;
}
.playerBattleInfo .playerImg {
  float: left;
  height: 100px;
  width: 77px;
  z-index: 1;
}
.playerBattleInfo .playerInfo {
  margin-left: 77px;
  padding: 0 5px;
}
.enemyBattleInfo {
  width:100%;
}
.enemyBattleInfo .enemyImg {
  height: 100px;
  width: 77px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.enemyBattleInfo .enemyInfo {
  padding-right: 82px;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 100;
}
.battleInfo {
  height: 150px;
  margin: 0 5px 8px 5px;
  position: relative;
}
.battleInfo .progress {
  border-radius: 0;
  height: 5px;
  margin-bottom: 0;
}
.playerInfo .progress-bar:first-child {
  background-color: #fff;
}
.playerInfo .progress-bar:nth-child(2) {
  background-color: #600;
}
.playerInfo .progress-bar.green {
  background-color: #32CD32;
}
.enemyInfo .progress-bar {
  float: right;
}
.enemyInfo .progress.shield .progress-bar:first-child {
  background-color: #71b5fa;
}
.enemyInfo .progress.shield .progress-bar:nth-child(2) {
  background-color: #104d77;
}
.enemyInfo .progress:not(.shield) .progress-bar:first-child {
  background-color: #c00;
}
.enemyInfo .progress-bar:nth-child(2) {
  background-color: #600;
}
.enemyInfo .progress-bar.cover {
  background-color: #ff0;
}
.enemyInfo .enraged {
  color: #ffa500;
}
#postBattleInfo {
  width: 100%;
  height: inherit;
  text-align: center;
}
#postBattleInfo .postBattleTitle {
  font-size: 1.3em;
  text-shadow: 2px 2px 2px #000;
}

.pages .content-block, .pages .card {
    margin: 0;
}

.card {
  background-color: rgba(255,255,255,0.7);
}

.list-block ul {
 background-color: rgba(255,255,255,0.7);
}

.content-block-title {
    margin-top: 25px;
  color: #eee !important;
}

.sacrifice-rewards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pages .content-block {
    padding: 0;
  color: #eee !important;
}

.item-after span.button:not(:first-child) {
    margin-left: 5px;
}

.list-block.media-list .publicevent .item-media {
  padding: 0;
}
.list-block.media-list .publicevent .item-media img {
  width: 44px;
}
.list-block.media-list .publicevent .item-inner .item-description {
  font-size: 0.8em;
}

#enemyList li:first-child {
    display: none;
}

div#console {
  min-height: 30px;
  padding: 5px;
  text-align: center;
}
.chip {
  background: rgba(255,255,255,0.2);
  margin-right: 5px;
}
.chip:not(.item) .chip-media img {
  border-radius: 0;
}

.textimg {
  height: 15px;
  margin-top: -3px;
  padding-left: 5px;
}
.battleInfo .textimg {
  height: 12px;
  margin-bottom: -1px;
}

.nowrap {
  white-space: nowrap;
}

#progressItems {
  margin-top: 15px;
}

/* Pulsing dots */
@keyframes pulse-2-5 {
  0% {
    opacity: .75;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.dot {
  border-radius: 50%;
  height: 12px;
  width: 12px;
    margin: auto 0;
}
.dot.noanimation > span, .dot.noanimation > span > span, .dot.noanimation > span > span:after {
  animation: none;
}
.dot > span {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}
.dot > span > span {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}
.dot > span > span:after {
  animation: pulse-2-5 1s linear infinite;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
}
.dot.blue {
  background-color: #26B3FF;
}
.dot.blue span {
  background-color: rgba(85, 216, 232, 0.4);
}
.dot.blue span:after {
  background-color: rgba(85, 216, 232, 0.4);
}
.dot.green {
  background-color: #35E861;
}
.dot.green span {
  background-color: rgba(110, 255, 122, 0.4);
}
.dot.green span:after {
  background-color: rgba(110, 255, 122, 0.4);
}
.dot.red {
  background-color: #FF0000;
}
.dot.red span {
  background-color: rgba(255, 0, 0, 0.4);
}
.dot.red span:after {
  background-color: rgba(255, 0, 0, 0.4);
}
.dot.orange {
  background-color: #ffa500;
}
.dot.orange span {
  background-color: rgba(255, 165, 0, 0.4);
}
.dot.orange span:after {
  background-color: rgba(255, 165, 0, 0.4);
}
.dot.yellow {
  background-color: #cc9900;
}
.dot.yellow span {
  background-color: rgba(255, 255, 0, 0.4);
}
.dot.yellow span:after {
  background-color: rgba(255, 255, 0, 0.4);
}
.enemyInfo .dot {
  display: inline-block;
  margin-right: 5px;
}

.list-block .item-inner:after {
  height: 0;
}
.list-block .item-inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: auto;
  right: auto;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #c8c7cc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.layout-dark .item-inner:before {
    background-color: #393939;
}
.list-block .item-inner.no-before:before {
  content: none;
}
li.active {
  background: #600 linear-gradient(to top,#400,#600);
}
li.active .item-inner:before, .list-block li:first-child .item-inner:before {
  background: transparent;
}
li.active + li .item-inner:before {
  background: transparent;
}

.item-inner small {
    color: #8a8a8a;
}

[data-page='infusion'] .row.card.no-gutter .col-auto {
    margin: auto;
}

[data-page='changeweapon'] .list-block .item-title {
    white-space: normal;
}

.itemDescription {
    white-space: normal;
}
.itemDescription .chip {
    font-size: 11px;
    padding: 0 6px 0 0;
    height: 16px;
    line-height: 16px;
}
.itemDescription .chip .chip-media {
    background-color: #fff;
    color: #000;
    border-radius: 5px 0 0 5px;
}
.itemDescription .chip .chip-label {
    margin-left: 6px;
}

.card.error {
    background: rgba(255,0,0,.5) !important;
    text-shadow: 2px 2px 2px #000;
}

.card.info {
    background: rgba(0,102,255,.5) !important;
    text-shadow: 2px 2px 2px #000;
}

.card.success {
    background: rgba(0,255,0,.5) !important;
    text-shadow: 2px 2px 2px #000;
}

.card.warning {
    background: rgba(255,129,0,.5) !important;
    text-shadow: 2px 2px 2px #000;
}

.card.tip a {
    text-decoration: underline;
}

.card.tip h2 {
    color: #fff;
}

[data-page='settings'] select option {
  background: #000;
  color: #fff;
}

[data-page='vendor'] .list-block .item-title {
    white-space: normal;
}

[data-page='vendor'] .rewards {
    font-size: 11px;
}

[data-page='vendor'] .rewards .chip {
    font-size: 11px;
    padding: 0 6px;
    height: 16px;
    line-height: 16px;
}

.bountyReqs .chip {
    padding-left: 0;
    height: 18px;
    background: #ccc;
    color: #000;
}

.bountyReqs .chip .chip-media {
    color: #000;
    border-radius: 5px 0 0 5px;
    height: 100%;
    width: 24px;
}

.bountyReqs.easy .chip .chip-media {
    background: #7f7;
}
.bountyReqs.medium .chip .chip-media {
    background: #77f;
}
.bountyReqs.hard .chip .chip-media {
    background: #f55;
}
.bountyReqs.unlimited .chip .chip-media {
    background: #fff;
}

li.info {
    background: rgba(0, 0, 66, 0.3);
}
li.success {
    background: rgba(0, 66, 0, 0.3);
}

.list-block .item-after {
    text-align: right;
}



.loader-icon,
.loader-icon:before,
.loader-icon:after {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.loader-icon {
  margin: 0 auto;
  position: relative;
  background: transparent;
}

.loader-icon:before,
.loader-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 10px solid #efefef;
  opacity: 0.5;
  animation: 3s rotate infinite linear;
}

.loader-icon:before {
  border-left-color: transparent;
}

.loader-icon:after {
  top: 17%;
  left: 17%;
  width: 65px;
  height: 65px;
  border-right-color: transparent;
  opacity: 0.2;
  animation-direction: reverse;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.modal-preloader {
    background-color: transparent !important;
    border: 0;
}

.editcontrol {
    background-color: #eee;
    border: 1px solid #555;
    color: black;
    font-size: 14px;
    margin: 1px;
    height: 30px;
}

.stacked-bar-graph {
  width: 100%;
  height: 58px;
  color:#fff;
}

.stacked-bar-graph-span {
  display: inline-block;
  height:100%;
  box-sizing: border-box;
  float: left;
  padding: 10px;
}

.stacked-bar-graph-bar-1 {
  background: #8c4010;
  border-radius: 10px 0px 0px 10px;
}

.stacked-bar-graph-bar-2 {
  background: #327a41;
  border-left: 1px solid black;
}

.stacked-bar-graph-bar-3 {
  background: #21687b;
  border-radius: 0px 10px 10px 0px;
  border-left: 1px solid black;
}

.chat-effect-disable .chat-effect, .chat-effect-disable .chat-effect .chat-effect-char {
  color: inherit !important;
  text-shadow: inherit !important;
}

.chat-effect-eggnog .chat-effect-char:nth-of-type(even) {
  color: #146B3A;
}

.chat-effect-eggnog .chat-effect-char:nth-of-type(odd) {
  color: #BB2528;
}

.chat-effect-gravy {
  color: #86644f;
  text-shadow: 0 0 5px #86644f;
}

.fri13-warning {
  color: #ddde22;
}

.featured-animal {
  border-color: teal;
  border-style: solid;
  border-radius: 25px;
  display: block;
  background: rgba(255,255,255,0.15);
}

.meal-in-use {
  border-color: teal;
  border-style: solid;
  border-radius: 25px;
  display: block;
  background: rgba(255,255,255,0.15);
}

.rounded-color-border {
  border-color: teal;
  border-style: solid;
  border-radius: 15px;
  display: block;
}

.footer-btn{
  display: inline-block;
  /* margin: 0.25em;  */
  border: 1px solid silver;
  border-radius: 0.25em;
  padding: .11em 0.4em;
  font-size: 19px;
  height: 36px;
}

.footer-btn i{
  padding-top: 6px;
}

#homebtn,
#homebtn i {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.hold-home-menu {
  position: fixed;
  z-index: 20000;
  display: none;
  width: 196px;
  max-width: calc(100vw - 16px);
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.hold-home-menu-open {
  display: block;
}

.hold-home-menu-item {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  touch-action: manipulation;
}

.hold-home-menu-item:last-child {
  border-bottom: 0;
}

.hold-home-menu-item:active {
  background: rgba(255, 255, 255, 0.12);
}

.hold-home-menu-cancel {
  color: #ff8a80;
  text-align: center;
}

.footer-btn-row {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 4px;
}
/*picker modals (event calendar and quick meals)*/

.picker-modal-inner{ /* allow for scrolling */
  overflow-y: auto;
}

.meal-picker {
  background-color: #000;
  display: block;
  height: 0px;
  max-height: 100%;
}

.meal-picker .content-block{
  margin-top: 10px;
  margin-bottom: 0px;
}

.modal-inner-title{
  font-size: 25px;
  font-weight: bolder;
}

.meal-picker-toolbar .toolbar-inner .left{
  font-size: 20px;
  margin-left: 5px;
}
.meal-picker-toolbar .toolbar-inner .right{
  font-size: 20px;
}

.close-panel-btn{
  height: 36px;
  margin: 0px 8px 0px 8px;
  padding-top: 3px;
  font-size: 22px;
}

.event-modal {
  background-color: black;
  display: block;
  height: 50vh;
  position: fixed;
  max-height: none;
}

.modal-inner-title{
  font-size: 25px;
  font-weight: bolder;
}

.event-toolbar {
  background-color: #007aff !important;
}

.event-toolbar a{
  color: white;
}

.event-toolbar .toolbar-inner .left{
  font-size: 20px;
  margin-left: 5px;
}

.event-toolbar .toolbar-inner .right{
  font-size: 20px;
}








:root {
  --color1cc: rgb(0, 231, 255);
  --color2cc: rgb(255, 0, 231);
  --colcard1: #fac;
  --colcard2: #ddccaa;
  --colcardfront: url(/img/items/cardtest2.png);
}

.card_colcard {

  width: 35.5vw;
  height: 50vw;
  /* width: clamp(200px, 61vh, 18vw); */
  /* height: clamp(280px, 85vh, 25.2vw); */
  @media screen and (min-width: 600px) {
  /* width: 61vh; */
  /* height: 85vh; */
  /* max-width: 500px; */
  /* max-height: 700px; */
  width: clamp(12.9vw, 61vh, 18vw);
  height: clamp(18vw, 85vh, 25.2vw);
  }

  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
  touch-action: none;

  border-radius: 5% / 3.5%;
  box-shadow:
  -5px -5px 5px -5px var(--color1cc),
  5px 5px 5px -5px var(--color2cc),
  -7px -7px 10px -5px transparent,
  7px 7px 10px -5px transparent,
  0 0 5px 0px rgba(255,255,255,0),
  0 55px 35px -20px rgba(0, 0, 0, 0.5);

  transition: transform 0.5s ease, box-shadow 0.2s ease;
  will-change: transform, filter;

  background-color: #040712;
  background-image: var(--front);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform-origin: center;

}

.card_colcard:hover {
  box-shadow:
  -20px -20px 30px -25px var(--color1cc),
  20px 20px 30px -25px var(--color2cc),
  -7px -7px 10px -5px var(--color1cc),
  7px 7px 10px -5px var(--color2cc),
  0 0 13px 4px rgba(255,255,255,0.3),
  0 55px 35px -20px rgba(0, 0, 0, 0.5);
}

.card_colcard.colcard {
  --color1cc: var(--colcard1);
  --color2cc: var(--colcard2);
  --front: var(--colcardfront);
}

.card_colcard:before,
.card_colcard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  opacity: .5;
  mix-blend-mode: color-dodge;
  transition: all .33s ease;
}

.card_colcard:before {
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-image: linear-gradient(
  115deg,
  transparent 0%,
  var(--color1cc) 25%,
  transparent 47%,
  transparent 53%,
  var(--color2cc) 75%,
  transparent 100%
  );
  opacity: .5;
  filter: brightness(.5) contrast(1);
  z-index: 1;
}

.card_colcard:after {
  opacity: 1;
  background-image: url("/img/items/sparkles.gif"),
  url(/img/items/holo.png),
  linear-gradient(125deg, #ff008450 15%, #fca40040 30%, #ffff0030 40%, #00ff8a20 60%, #00cfff40 70%, #cc4cfa50 85%);
  background-position: 50% 50%;
  background-size: 160%;
  background-blend-mode: overlay;
  z-index: 2;
  filter: brightness(1) contrast(1);
  transition: all .33s ease;
  mix-blend-mode: color-dodge;
  opacity: .75;
}

.card_colcard.active:after,
.card_colcard:hover:after {
  filter: brightness(1) contrast(1);;
  opacity: 1;
}

.card_colcard.active,
.card_colcard:hover {
  animation: none;
  transition: box-shadow 0.1s ease-out;
}

.card_colcard.active:before,
.card_colcard:hover:before {
  animation: none;
  background-image: linear-gradient(
  110deg,
  transparent 25%,
  var(--color1cc) 48%,
  var(--color2cc) 52%,
  transparent 75%
  );
  background-position: 50% 50%;
  background-size: 250% 250%;
  opacity: .88;
  filter: brightness(.66) contrast(1.33);
  transition: none;
}

.card_colcard.active:before,
.card_colcard:hover:before,
.card_colcard.active:after,
.card_colcard:hover:after {
  animation: none;
  transition: none;
}

.card_colcard.animated {
  transition: none;
  animation: holoCard 12s ease 0s 1;
  &:before {
  transition: none;
  animation: holoGradient 12s ease 0s 1;
  }
  &:after {
  transition: none;
  animation: holoSparkle 12s ease 0s 1;
  }
}

@keyframes holoSparkle {
  0%, 100% {
  opacity: .75; background-position: 50% 50%; filter: brightness(1.2) contrast(1.25);
  }
  5%, 8% {
  opacity: 1; background-position: 40% 40%; filter: brightness(.8) contrast(1.2);
  }
  13%, 16% {
  opacity: .5; background-position: 50% 50%; filter: brightness(1.2) contrast(.8);
  }
  35%, 38% {
  opacity: 1; background-position: 60% 60%; filter: brightness(1) contrast(1);
  }
  55% {
  opacity: .33; background-position: 45% 45%; filter: brightness(1.2) contrast(1.25);
  }
}

@keyframes holoGradient {
  0%, 100% {
  opacity: 0.5;
  background-position: 50% 50%;
  filter: brightness(.5) contrast(1);
  }
  5%, 9% {
  background-position: 100% 100%;
  opacity: 1;
  filter: brightness(.75) contrast(1.25);
  }
  13%, 17% {
  background-position: 0% 0%;
  opacity: .88;
  }
  35%, 39% {
  background-position: 100% 100%;
  opacity: 1;
  filter: brightness(.5) contrast(1);
  }
  55% {
  background-position: 0% 0%;
  opacity: 1;
  filter: brightness(.75) contrast(1.25);
  }
}

@keyframes holoCard {
  0%, 100% {
  transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
  }
  5%, 8% {
  transform: rotateZ(0deg) rotateX(6deg) rotateY(-20deg);
  }
  13%, 16% {
  transform: rotateZ(0deg) rotateX(-9deg) rotateY(32deg);
  }
  35%, 38% {
  transform: rotateZ(3deg) rotateX(12deg) rotateY(20deg);
  }
  55% {
  transform: rotateZ(-3deg) rotateX(-12deg) rotateY(-27deg);
  }
}



.qrgen{
  min-height: 144px;
  width:100%;
  min-width:64px;
  max-width:128px;
  margin: 0 auto;
}

.quick-meal-timer, .quick-meal-uses{
  font-size: 10px;
  min-height: 16px;
  display: block;
}

.meal-count{
  vertical-align: top;
  border-radius: 5px;
  padding: 2px 5px;
}

.badge.top{
  vertical-align: top;
}.badge.primary {
  background-color: #007bff; /* Blue */
  color: white;
}.badge.success {
  background-color: #28a745; /* Green */
  color: white;
}.badge.danger {
  background-color: #dc3545; /* Red */
  color: white;
}.badge.warning {
  background-color: #ffc107; /* Yellow */
  color: #343a40; /* Dark gray text for contrast */
}.badge.dark {
  background-color: #343a40; /* Dark gray */
  color: white;
}.badge.light {
  background-color: #f8f9fa; /* Light gray */
  color: #343a40; /* Dark gray text for contrast */
}

.statszone{
  overflow: hidden;
  white-space: nowrap;
}

.stat-increase{
  color: #30d611;
  display: inline-block;
  min-height: 14px;
}

.giveitemamtbtn, .removeitemamtbtn {
  margin-left: 2px;
  padding-left: 2px;
  padding-right: 2px;
  height: 25px;
}

/* These are fixes for things broken by Apple's User Agents */
summary {
  list-style: none;
  position: relative;
  /* padding-left: 20px; */
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: '▶';
  /* position: absolute; */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
}

details[open] summary::before {
  content: '▼';
}

*:not(ul):not(ol):not(menu) > li {
  list-style-type: none;
}

*:not(ul):not(ol):not(menu) > li::before {
  content: "\2022";
  margin-right: 0.75em;
   font-size: 20px;
}
/* End User Agent fixes */

.hidden {
  display: none !important;
}

.zero{
  color:red;
}

#settingsform_roombasnest .item-title{
  color: white !important;
}

.roomba-ready {
  background-color: darkgreen;
  color: white !important;
}

.roomba-notready {
  background-color: darkblue;
  color: white !important;
}

.roomba-off {
  background-color: gray;
  color: white !important;
}

.roomba-notavailable {
  background-color: darkred;
  color: white !important;
}

.roomba-error {
  background-color: darkred;
  color: white !important;
}

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

/* Tippy theme */
/* The box container */
.tippy-box[data-theme~='f7-style'] {
  background-color: #444;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 13px; /* Signature F7 / iOS rounded look */
  font-family: -apple-system, SF Pro Display, Helvetica Neue, Roboto, sans-serif;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

/* The arrow pointing to the element */
.tippy-box[data-theme~='f7-style'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #444;
}
.tippy-box[data-theme~='f7-style'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #444;
}

/* Padding for your content inside */
.tippy-content {
  padding: 12px 16px;
}

.aqp {
    position: fixed;
    bottom: 0;
    left: 5px;
    z-index: 99999;
    background-color: #111111;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #555555;
    border-bottom: none;
    opacity: 1;
    line-height: 18px;
    display: inline-block; 
    width: auto;
    padding: 4px 4px 4px 4px; 
}


/* Memory game */
.game {
	transform-style: preserve-3d;
	perspective: 500px;
	min-height: 100%;
	height: 100%;
}

.wrap {
	position: relative;
	height: 100%;
	/* min-height: 100px; */
	padding-bottom: 20px;
}

* {
	box-sizing: border-box;
}

@mixin width($max) {
	@media (max-width: $max) {
		@content;
	}
}

@keyframes matchAnim {
	0% {
		background: #bcffcc;
	}
	100% {
		background: white;
	}
}

.memorycard {
  float: left;
	width: 16.66666%;
	height: 25%;
  aspect-ratio: 1/1;
	padding: 1px;
	text-align: center;
	display: block;
	perspective: 500px;
	position: relative;
	cursor: pointer;
	z-index: 50;
  -webkit-tap-highlight-color: rgba(0,0,0,0);  
	@include width(800px){
		width: 25%;
		height: 16.666%;
	}
  .inside {
		width: 100%;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: .4s ease-in-out;
    /* background: white; */
    position: relative;

    &.picked, &.matched {
      transform: rotateY(180deg);
    }
    
    &.matched {
        animation: 1s matchAnim ease-in-out;
        animation-delay: .4s;
    }
	}
  .front{
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
  }
  .back{
    background: gray;
  }
  .front, .back {
  	border: 1px solid black;
    backface-visibility: hidden; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    
    img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
      max-height: 100%;
    }
  }
  .front {
  	transform: rotateY(-180deg);
  	@include width(800px){
  		padding: 5px;
  	}
  }
  .back{
		transform: rotateX(0); 
		@include width(800px){
  		padding: 10px;
  	}
  }
  
}

[data-page='memory'] .wrap {
  height: auto;
  padding-bottom: 0;
}

[data-page='memory'] .game {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  height: auto;
  min-height: 0;
}

[data-page='memory'] .memorycard {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
}

.reward-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
}

.reward-item {
    width: 60px;
    text-align: center;
    position: relative;
}

.reward-icon img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.reward-name {
    font-size: 10px;
    margin-top: 4px;
}

.reward-amt {
    font-size: 12px;
    font-weight: bold;
    background: #222;
    color: #fff;
    border-radius: 4px;
    padding: 1px 4px;
    display: inline-block;
    margin-top: -8px;
    position: relative;
    z-index: 2;
}

.reward-item.grand-prize {
    border: 2px solid #ffd700; 
    background: rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    padding: 5px;
    transform: scale(1.1); 
}

.game-clock-container {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

.game-clock {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.4rem;
    font-weight: bold;
    color: #00ffcc; 
    text-shadow: 0 0 8px rgba(0, 255, 204, 0.6);
    letter-spacing: 2px;
}

.game-clock-label {
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-bottom: -5px;
}
  
.session-group {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; 
  margin-bottom: 10px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.stats-row td {
  background-color: #252525;
  color: #90ee90;
  padding: 12px 15px;
  border-top: 1px solid #3d3d3d;
}
.stats-row td:first-child { border-radius: 8px 0 0 0; border-left: 1px solid #3d3d3d; }
.stats-row td:last-child { border-radius: 0 8px 0 0; border-right: 1px solid #3d3d3d; }

.items-row td {
  
  padding: 15px;
  border: 1px solid #333;
  border-top: 1px solid #2d2d2d; 
  border-radius: 0 0 8px 8px;
}

.memlabel { color: #888; font-size: 0.7rem; text-transform: uppercase; display: block; }
.val { font-weight: bold; font-size: 0.95rem; }

.item-found-history.grand-prize {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 3px;
  font-size: 0.8rem;
  border: 1px solid #333;
  border-color: #ffd700; 
  color: #ffd700; 
  background: #2d2812;
}
/*** End of memory game ***/
