
.price-back-green{
    background-color: #292E33;
    animation: colorchangeG 3s;
    -webkit-animation: colorchangeG 3s;
  }
  .price-back-red{
    background-color: #292E33;
    animation: colorchangeR 3s;
    -webkit-animation: colorchangeR 3s;
  }

.price-back-green.table-green-text{
    background-color: #292E33;
    animation: colorchangeGGB 3s;
    -webkit-animation: colorchangeGGB 3s;
}

.price-back-red.table-green-text{
    background-color: #292E33;
    animation: colorchangeGRB 3s;
    -webkit-animation: colorchangeGRB 3s;
}

.price-back-green.table-red-text{
    background-color: #292E33;
    animation: colorchangeRGB 3s;
    -webkit-animation: colorchangeRGB 3s;
}

.price-back-red.table-red-text{
    background-color: #292E33;
    animation: colorchangeRRB 3s;
    -webkit-animation: colorchangeRRB 3s;
}
  
  @keyframes colorchangeG
      {
        0%   {background: #5D8B43;}
        100%  {background: #292E33;}
      }
  
      @-webkit-keyframes colorchangeG /* Safari and Chrome - necessary duplicate */
      {
        0%   {background: #5D8B43;}
        100%  {background: #292E33;}
      }
      @keyframes colorchangeR
      {
        0%   {background: #C13A39;}
        100%  {background: #292E33;}
      }
  
      @-webkit-keyframes colorchangeR /* Safari and Chrome - necessary duplicate */
      {
        0%   {background: #C13A39;}
        100%  {background: #292E33;}
      }

@keyframes colorchangeGGB
{
    0%   {background: #5D8B43; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #7ac231;}
}

@-webkit-keyframes colorchangeGGB /* Safari and Chrome - necessary duplicate */
{
    0%   {background: #5D8B43; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #7ac231;}
}
@keyframes colorchangeRGB
{
    0%   {background: #5D8B43; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #c11e0f;}
}

@-webkit-keyframes colorchangeRGB /* Safari and Chrome - necessary duplicate */
{
    0%   {background: #5D8B43; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #c11e0f;}
}
@keyframes colorchangeRRB
{
    0%   {background: #C13A39; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #c11e0f;}
}

@-webkit-keyframes colorchangeRRB /* Safari and Chrome - necessary duplicate */
{
    0%   {background: #C13A39; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #c11e0f}
}
@keyframes colorchangeGRB
{
    0%   {background: #C13A39; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #7ac231;}
}

@-webkit-keyframes colorchangeGRB /* Safari and Chrome - necessary duplicate */
{
    0%   {background: #C13A39; color: white;}
    25% {color: white;}
    100%  {background: #292E33; color: #7ac231}
}

      .gray-text {
  color: #7d7d7d !important; }

  /* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 8px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: #7e8694;
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61); /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}

.custom-icon-img{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    margin-right: 10px;
    line-height: 18px;
    text-align: center;
}

.menu-icon{
  min-height: 45px;
}

.a-disabled{
  opacity: 0.3;
  cursor: default;
}

.a-disabled:hover{
  background: transparent !important;
}

.swiper-wrapper {
  padding: 10px;
  margin-left: 40px;
}

.swiper-button-next{
    display: block;
    top: 77%;
    color: #fff !important;
    background: #3d4146;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}

.swiper-button-prev{
  display: block;
  top: 77%;
  color: #fff !important;
  background: #3d4146;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 20px !important;
}

input:focus::placeholder {color: transparent !important;}
input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */
textarea:focus::placeholder {color: transparent !important;}
textarea:focus::-webkit-input-placeholder { color:transparent !important; }
textarea:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */
textarea{color: #fff !important;}
input{color: #fff !important;}

/* Making the label break the flow */
.floating-label
{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    user-select: none;
     z-index: 1500;
}

/* Hide the browser-specific focus styles */
.floating-label-field
{
    color: rgba(44, 62, 80, .75); 
    border-width: 0;
    z-index: 2000;
}
.floating-label-field:focus
{
    outline: 0;
    box-shadow: 0;
}
.floating-label-field::placeholder
{
    color: rgba(44, 62, 80, .5);
}

/* Make the label and field look identical on every browser */
.floating-label,
.floating-label-field
{
    font: inherit;
    line-height: 1; 

    display: block;

    width: 100%;
}

.floating-label-field,
.floating-label-wrap
{
    position: relative;
}

/* Input Style #1 */
.floating-label-field--s1
{
    transition: border-color .25s ease-in-out;

    color: rgba(255, 255, 255, .75); 
    border-bottom: 3px solid rgba(255, 255, 255, .05);
    background-color: transparent;
}
.floating-label-field--s1 + .floating-label
{
    transition: transform .25s, opacity .25s ease-in-out;
    transform-origin: 0 0;

    opacity: .5;
}
.floating-label-field--s1:focus,
.floating-label-field--s1:not(:placeholder-shown)
{
    /* border-color: rgba(255, 255, 255, .1); */
}
.floating-label-field--s1:focus + .floating-label,
.floating-label-field--s1:not(:placeholder-shown) + .floating-label
{
    transform: translate(.25em, -30%) scale(.8);

    opacity: .25;
}
.floating-label-field--s1:valid:not(:placeholder-shown)
{
    /* border-color: rgba(46, 213, 115, .3); */
}
.floating-label-field--s1:invalid
{
    /* border-color: rgba(255, 71, 87, .3); */
}

/* Input Style #2 */
.floating-label-field--s2
{
    transition: background-color .25s ease-in-out; 

    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
}
.floating-label-field--s2 + .floating-label
{
    visibility: hidden;

    transition: transform .25s, visibility .5s, opacity .5s ease-in-out; 

    opacity: 0;
}
.floating-label-field--s2:focus + .floating-label,
.floating-label-field--s2:not(:placeholder-shown) + .floating-label
{
    visibility: visible;

    transform: translateY(-80%); 

    opacity: .5;
}
.floating-label-field--s2:valid:not(:placeholder-shown)
{
    border-color: #adefc8; 
    background-color: #adefc8;
}
.floating-label-field--s2:invalid
{
    border-color: #ffe0e3; 
    background-color: #ffe0e3;
}

.floating-label-field--s3
{

    transition: border-color .25s ease-in-out;

    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-color: transparent;
}
.floating-label-field--s3 + .floating-label
{
    position: absolute;
    top: .75em;
    left: .75em;

    display: inline-block;

    width: auto;
    margin: 0;
    padding: .75em;

    transition: transform .25s, opacity .25s, padding .25s ease-in-out;
    transform-origin: 0 0;

    color: rgba(255, 255, 255, .5);
}
.floating-label-field--s3:focus,
.floating-label-field--s3:not(:placeholder-shown)
{
    border-color: rgba(255, 255, 255, .1);
}
.floating-label-field--s3:focus + .floating-label,
.floating-label-field--s3:not(:placeholder-shown) + .floating-label
{
    z-index: 2500;

    padding: .75em;

    transform: translate(0, -2em) scale(.9);

    color: rgba(255, 255, 255, .25); 
    background-color: #2c3e50;
}

/* Common Styles */
/* Identical inputs on all browsers */
.floating-label-field--s1:not(textarea),
.floating-label-field--s2:not(textarea),
.floating-label-field--s3:not(textarea)
{
    max-height: 4em;
}

.floating-label-field--s1 + .floating-label,
.floating-label-field--s2 + .floating-label
{
    z-index: 1500;
}

.floating-label-field--s1::placeholder,
.floating-label-field--s3::placeholder
{
    color: transparent;
}

.input-info-icon-line{
  background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.5);
    width: 40px;
    display: flex;
    justify-content: center;
    font-size: 17px;
}

.td-item-price-alert{
  color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 10px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.26px;
}

.MuiFormControl-root{
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.MuiFormLabel-root{
  color: #fff !important
}
.MuiInputBase-input{
  font-family: "Roboto","sans-serif" !important;
  font-size: 13px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
}
.MuiInputLabel-outlined.MuiInputLabel-shrink{
  transform: translate(12px, -6px) scale(0.75) !important;
}

.MuiInputLabel-outlined{
  transform: translate(14px, 13px) scale(1) !important;
  font-size: 14px !important;
}



/* .swiper-container-left-aligned .swiper-wrapper {
  margin-left: calc(-30% + 10px);
} */
