/*SCROLL BAR*/
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #5260ff29;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(255 255 255 / 25%);
  border-radius: 60px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(53, 1, 173);
}

.textAnim {
  animation-name: textColorAnim;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes textColorAnim {
  0% {
    color: #c5c5c5;
  }

  70% {
    color: #c5c5c5;
  }

  100% {
    color: #fafafa;
  }
}

.soon-tile {
  filter: grayscale(1) blur(2px);
}

.grayscalee {
  /* transition: all 1s;*/
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

#wrapper {
  /*transition: all 1s;*/
  max-width: 500px !important;
  margin: auto;
}

#wrapperCommand {
  /*transition: all 1s;*/
  max-width: 500px;
  margin: auto;
}



.selected {
  transition: all 300ms;

  background-color: #4854e0;
}

#personID {
  cursor: pointer;
}

#pateronItem {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 20px 1px #00000040;
}

.btnPay {
  font-family: 'Open Sans';
  font-size: 1.5em;
  box-shadow: 0px 0px 20px 4px #00000026;
  border-radius: 11px;
  padding: 17px;
}
#estimatedTimeID{
  position: fixed;
  top: 2%;
  left: 3%;
  z-index: 100;
  box-shadow: 0px 0px 15px 3px #00000054;
}
#logOutID {
  font-family: 'Open Sans';

  width: 100%;
}

#splashContent {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}

#splashUpdate {
  position: fixed;
  top: 0%;
  left: 0;
  padding-top: 40%;
  width: 100vw;
  height: 100vh;
  background: whitesmoke;
  color: white;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
}

.overlay {
  filter: grayscale(1);
  transform: scale(0.7);
  /*filter: blur(10px);*/
}

#shutdownID {
  transition: all 500ms;
}

#hibernateID {
  transition: all 500ms;
}

#lockID {
  transition: all 500ms;
}

#restartID {
  transition: all 500ms;
}

.animationExpand {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1.1);
  border-radius: 100px;
}

.animationStart {
  opacity: 1;
  /*box-shadow:rgba(0, 0, 0, 0.12) 0px 4px 16px;*/
}

#appearance7 .rs-range-color {
  background-color: #131d8a;
}

#appearance7 .rs-path-color {
  background-color: #ededed;
}

#appearance7 .rs-handle {
  background-color: #131d8a;
  padding: 7px;
  border: 2px solid #131d8a;
  z-index: 999 !;
}

#tooltip1 .rs-handle {
  background-color: #131d8a;
  padding: 7px;
  border: 2px solid #131d8a;
  z-index: 999 !;
}

#appearance7 .rs-handle.rs-focus {
  border-color: #131d8a;
}

#appearance7 .rs-handle:after {
  border-color: #131d8a;
  background-color: #131d8a;
}

#appearance7 {
  position: relative;
  bottom: 190px;
}

#appearance7 .rs-block {
  border: transparent;
}

#timerDiv {
  margin-top: 20px;
  /* background: #f3f3f3;*/
  /* border-radius: 51px;*/
  /* border: 5px solid #ffffff8a;*/
  height: 405px;
  margin-bottom: -35px;
  height: 257px;
  padding-top: 10px;
  /* box-shadow: 3px 5px 14px 0px #00000027;*/
}

#controlPanel {
  margin-top: 17px;
  ;
}

#volumeID .rs-handle {
  background-color: #131d8a;
  padding: 7px;
  border: 2px solid #131d8a;
  z-index: 999 !;
}

/*#tooltip1  {
  height: 160px !important;
  width: 100% !important;
  overflow: hidden;
  padding: 10px;
}
#tooltip1 .rs-container  {
  left: 50%;
  margin-left: -300px;
}
#tooltip1 .rs-tooltip  {
  top: 100px;
}*/

/*ion-modal .modal-wrapper {
  min-width: 30% !important;
  height: 100% !important;
}*/
/*toolbar-background {
  border-radius: 50%;
}*/

/*ion-modal {
  height: 36%;
  background: transparent !important;
  transition: all 300ms;
}*/
/*
ion-modal ion-backdrop {
  background: transparent !important;
}*/

.modalImportant {
  height: 100%;
  background: transparent !important;
}

.dropModal {
  animation-name: dropScale;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

.dropModalHide {
  animation-name: dropScale;
  animation-duration: 300ms;
  animation-timing-function: linear;
  animation-direction: reverse;
}

@keyframes dropScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.wiggle {
  transition: all 1s;
  animation-name: wiggleAnim;
  animation-duration: 800ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  filter: grayscale(0.9);
}

@keyframes wiggleAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
  }
}

.expand-tile {
  background: rgb(246, 246, 246);

  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 1px;
  margin-right: 1px;
  border-radius: 30px;

  font-family: 'Open Sans', sans-serif;
  transition: all 300ms;
  cursor: pointer;
  border: 5px solid #e0e0e02b;
  box-shadow: 3px 5px 14px 0px #00000027;
}

ion-content {
  --background: #fafafa;
  --offset-bottom: -15vh;
  -webkit-transform: translate3d(0, 0, 0px);
}

#testxx {
  position: absolute;
  bottom: 0%;
  width: 100%;
  transform: translate3d(0, 0, 400px);
  height: 30px;
  cursor: pointer;
  box-shadow: 0px 9px 7px 0px #0000002e;
  background: #4957ff;
  border-bottom-left-radius: 29px;
  border-bottom-right-radius: 29px;
  padding: 10px;
  top: 0px;
  opacity: 0;
  /*/border-top: 2px solid white;*/
  z-index: 9999 !important;
}

#renderRowsIDwrapper {
  margin-top: 10px;
  max-width: 400px;
  width: 100vw;
  height: 0px;
  position: absolute;
  transform:  scale(0.95) translate3d(0, 0, 400px);
  z-index: 999 !important;
}

.smallBTN {
  width: 30px;
  height: 30px;
}

#renderRowsID {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
  width: 100%;
  /* max-width: 500px; */
  /* margin: auto; */
  transform: translateY(-250px);
  opacity: 0;
  height: 0px;
  background: #5260ff;
  z-index: 999 !important;
  box-shadow: 0px 0px 14px 7px #7a7a7a8c;
  text-align: center;

}

.renderShadow {
  background: white !important;
  box-shadow: 0 0 10px #e2e2e2;
}

.addMargin50 {
  margin: 50px;
}

.normal-tile {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg,
      rgba(2, 0, 36, 1) 0%,
      rgb(37, 37, 84) 35%,
      rgb(45, 0, 74) 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 1px;
  margin-right: 1px;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  font-family: 'Open Sans', sans-serif;
  transition: all 300ms;
  cursor: pointer;
  border: 5px solid #e0e0e02b;
  box-shadow: 0px 0px 7px 4px #0000001e;/* MYB */
}
#machinesPermitID{
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}
.normal-tile:hover {
  transform: scale(1.1);
}

ion-row {
  margin: 10px;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  font-size: 5em;
  background: #fafafa;
  border-radius: 10px;
  text-align: center;
  border-bottom: 5px solid #00000008;
  margin: 0 !important;
}

#wrapperCommand {
  background: #fafafa;
}

/* The element to apply the animation to */



/* SFAFASFASF */
/* SFAFASFASF */
/* SFAFASFASF */
.btn-default {
  background: #fff !important;
}

header,
footer,
.picker-wrapper {
  transition: background-color 0.5s ease;
}

/* picker */
.color-picker {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border: 1px solid rgba(203, 203, 203, 0.6);
  border-radius: 2px;
  transition: all 300ms;
  border-radius: 20px;
  position: fixed;
  top: -5%;
  min-width: 200px;
  /*max-width: 500px;*/
  opacity: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.226);
  left: 0px;
  width: 100%;
  z-index: 9999;
}

/* CIRCLE COLORS CSS*/
.color-picker>div {
  width: 40px;
  display: inline-block;
  height: 40px;
  margin: 5px;
  border-radius: 100%;
  opacity: 0.7;

}

.spanAccordion {
  float: right;
  color: #d8d8d8;
  transition: all 1s;
  font-family: fantasy;
}

.addDisable {
  pointer-events: none;

}

.lowOpacity {
  opacity: 0.3 !important;
}

.btnTag {
  border-radius: 10px;
  background: #2a0c4d;
  font-size: 16px;
  padding-left: 11px;
  padding-right: 10px;
  float: left;
  /* padding: 10px; */
  color: white;
  position: absolute;
  /* padding-top: 5px; */
  top: 17px;
  left: 10px;
}

.groupMachines {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
  color: black;
  justify-content: space-around;
  font-family: 'Open Sans', sans-serif;
}

#buyButton {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50px;
  background: #4854e0;
  color: white;
  padding-top: 12px;
  padding-left: 10px;
  padding-bottom: 13px;
  margin: 6px;
  box-shadow: 1px 1px 8px 3px #b5b5b5;
  font-family: 'Open Sans';
}
.padding16{
  padding: 16px!important;
}
.btnMachine {
  border-radius: 10px;
  background: white;
  font-size: 16px;
  padding-left: 11px;
  padding-right: 10px;
  /* padding: 7px; */
  float: left;
  cursor: pointer;
  margin: 5px;
  box-shadow: 0px 0px 7px 2px #0f0e350f;
}

#title {
  color: #4854e0;
  box-shadow: 1px 1px 20px 5px #9a9a9a4f;
}

.sc-ion-modal-ios-h {
  --min-height: 97%;
  /*--min-width: 97%;*/

}

#logo {
  width: 10em;
  filter: hue-rotate(264deg);
  color: #4854e0;

}

.color-picker>div:hover {
  opacity: 1;
}

/* PALLETE */
.pall {
  position: absolute;
  top: 0%;

  color: red;
}

.colorWiggle {
  animation-name: colorWiggle;
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 10;
}

@keyframes colorWiggle {
  0% {
    transform: rotate(0deg);
    opacity: 0.9;
  }

  25% {
    transform: rotate(-10deg);
  }

  55% {
    transform: rotate(+10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

ion-icon {
  color: white;
}

ion-label,
ion-title {
  font-family: 'Open Sans';
}


.range-bar,
.range-bar-active {
  height: 40px !important;


}

.scImg {

  pointer-events: none;

}

#scImgDiv {

  line-height: 0px;
  transition: all 100ms;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 19px 7px #0000004d;
}

#pageUp {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}

#pageDown {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}

#refreshvideoID {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

#sendTextInputID {
  z-index: 99999 !important;
  background: #fafafa;
  /* border: 1px solid #939393; */
  box-shadow: 0px 0px 3px 1px #0000002e;
  border-radius: 7px;
  /* padding: 10px; */
  /* color: #5260ff; */
  padding-left: 10px !important;
}

#ytrackID {
  height: 10px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  width: 100%;
  transition: 1s all;
}

.noBoxShadow {
  box-shadow: none !important;
}

#ytrackID .noUi-connect {
  background: #eb445a;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

#ytrackID .noUi-handle {
  background: #eb445a;
  border: none;
  box-shadow: none;
  height: 60px;
  width: 26px;
  border-radius: 42px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px !important;
  height: 4px !important;
  opacity: 0.5;
}

.noUi-marker {
  position: absolute;
  background: #525de1 !important;
}

#ytrackID .noUi-handle:focus {
  outline: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  content: '';
  background: transparent;
}













#rangeMobileID {
  height: 40px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  width: 80%;
}

.noUi-target {
  background: #2c00a52a;
  border: none;
  box-shadow: none;
  height: 40px;
  border-radius: 10px;
}

.noUi-base {
  background: #2c00a52a;
  border-radius: 10px;
}

#rangeMobileID .noUi-connect {
  background: #2d3cdec7;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

#rangeMobileID .noUi-handle {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 50px;
  width: 100px;
  opacity: 0;
}

#rangeMobileID .noUi-handle:focus {
  outline: none;
}

.noUi-touch-area {
  width: 100%;
}

.noUi-connects {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 50px;
}

ion-modal {
  -webkit-transform: translate3d(0, 0, 500px);
}

ion-alert {
  -webkit-transform: translate3d(0, 0, 1000px);
  z-index: 9999;
}

ion-backdrop {
  /*-webkit-transform: translate3d(0, 0, 900px);*/
}
ion-card{
  border-radius:50px!important;
  perspective: 1000px;
}
ion-tab-bar {
  border-radius: 40px;
  -webkit-transform: translate3d(0, 0, 100px);
  z-index: 999;

  margin: 0px;
  position: relative;
  bottom: 25px;
  width: 96%;
  /* padding: 10px; */
  margin-left: 2%;
  margin-right: 2%;
  left: 0%;
  box-shadow: 0 0 18px #0000003b;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;

}

#perspectiveTabBarID {
  perspective: "100px";
}

@keyframes floating {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1);
  }
}

/*///////////////////////////////////////////////////////////////*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

@-webkit-keyframes rotate {

  100% {
    transform: rotate(1turn);

  }
}

@keyframes rotate {

  100% {
    transform: rotate(1turn);

  }
}

@keyframes startLoadingRainbow {
  0% {
    opacity: 0;
    border: 201px solid #fafafa;

  }



  100% {
    opacity: 1;
    border: 0px solid #fafafa;

  }
}

.rainbow {
  position: relative;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
  transition: 1s all;
}

.rainbow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite, startLoadingRainbow 1s linear;
}

.rainbow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #272053;
  border-radius: 23px;
}

#collapseTimerDiv {
  cursor: pointer;
  transition: all 1s;
}

#collapseActionMenu {
  cursor: pointer;
  transition: all 1s;
}