/** 
* Required stuffs:..
*/
html, body {
    position: relative;
    min-height: 100vh;
    height: 100%;
}

.pt-for-nav {
  padding-top: 80px;
}

#body-container {
    overflow: auto;
    height: 100%;
}
section {
    width: 100%;
}
textarea {
    width: 100%;
    resize: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6)
}

tr:first-child th,
tr:first-child td {
    border-top: none !important;
}

div.zoom img {
  transition: transform .25s;
  margin: 0 auto;
}

div.zoom:hover img {
    transform: scale(1.5);
}


/** 
* Page Styling Stuffs:..
*/

html, body {
  background-color: #333;
}

body {
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  width: 100%;
}

.bg-img {
    background-image: url("/img/sky.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


.navbar {
    height: 80px;
}

.nav-item i, 
.nav-item span {
    color: white;
    opacity: 1;
}
.nav-item:hover i, .nav-item:focus i, 
.nav-item:hover span, .nav-item:focus span {
    text-decoration: none;
    opacity: 1;
}
.nav-item:hover, .nav-item:focus {
    text-decoration: none;
    background-color: #215c7e;
    border-color: rgb(72,72,78);
    color: #E4E4E4;
}

.stat-border {
    background-color: rgba(50,140,193,0.1);
}

.form-control {
  background-color: white; border: 2px solid rgba(69, 80, 91, 0.4);
}

.form-blue:focus, .form-blue:hover {
  border: 2px solid #328CC1;
}

.form-yellow:focus,.form-yellow:hover {
  border: 2px solid #c16732;
}

.dekcheckbox.check-blue ul li:hover i { color: #328CC1; }

.dekcheckbox.check-yellow ul li:hover i { color: #c16732; }


.bg-1 { background-color: rgba(50,140,193,0.1)}
.bg-2 { background-color: #328CC1; color: white}
.bg-3 { background-color: #c16732; color: white}
.bg-4 { background-color: #c16732; color: white}
.bg-5 { background-color: #328CC1}
.bg-6 { background-color: rgba(50,140,193,0.8)}
.bg-7 { background-color: rgba(63, 80, 91, 1)}
.bg-w { background-color: #fff}
.bg-light { 
  background-color: rgba(255,255,255,0.1);
  color: rgba(44, 44, 44, 1);
}
.bg-grey {
  background-color: #41535e; 
  background-color: rgba(63, 80, 91, 0.8); 
   color: white
}


.cl-gamebot-yellow {color: #af9d00}
.cl-gamebot-purple {color: #8c2075}
.cl-gamebot-red {color: #991800}


.cl-w {color: white}
.cl-blue { color: #328CC1 }
.cl-dark-blue { color: #215c7e }
.cl-yellow { color: #c16732 }
.cl-grey {color: rgba(63, 80, 91, 0.5) }
.cl-brown {color: #30261f; text-shadow: 0px 0px 1px rgba(0,0,0,0.5);}
.close {
  color: white;
}
.close:hover {
  color: white;
}

.csr-pnt, .cursor-pointer { 
  cursor: pointer;
}

.modal-content {
  border-radius: 0px;
  border: 1px solid #2b363e;
}

.modal-body {
  background-color: #2b363e;
  color: white;
}

.modal-header {
  border-radius: 0px;
  background-color: #c16732;
  color: white;
}
.modal-header-blue {
  background-color: #328CC1 !important;
}
.modal {
  overflow: auto;
}
.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}

.fixed-top {
  padding-right: 0 !important;
}

.list-bdr-right {
  border-right: 1px solid #2b363e;
}

.list-group-item {
  background-color: transparent;
}

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0px;
}

.list-group-item:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.mb-half, .my-half {
    margin-bottom: 0.125rem !important;
}


.inv-card-inner {
  border: 1px solid #2b363e; 
  height: 152px;
}


.asset-card {
  border: 2px solid #2b363e; 
  border-radius: 45px !important;
  overflow: hidden;
  cursor: pointer;
}





.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  background-color: rgba(255,255,255,0.75);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.tnail-grey {
  background-color: rgba(63, 80, 91, 0.8);
  border: 1px solid #2b363e;
}

#paypal-button-container {
  border: 1px solid transparent;
  border-radius: 0.25rem;
    -webkit-transition: background-color 2000ms linear, border 1000ms linear;
    -ms-transition: background-color 2000ms linear, border 1000ms linear;
    transition: background-color 2000ms linear, border 1000ms linear;
}



.card {
    background-color: transparent;
    border-radius: 0px;
}

.card-blue {
    background-color: #328CC1;
    background-color: rgba(50,140,193,0.8);
    border: 1px solid #215c7e;
    color: white;
}

.card-yellow {
    background-color: #c16732;
    background-color: rgba(187,100,48,0.8);
    border: 1px solid #7e4321;
    color: white;
}

.card-red {
    background-color: #c13732;
    background-color: rgba(187, 53, 48, 0.8);
    border: 1px solid #7e2421;
    color: white;
}

.card-green {
  background-color: #32c167;
  background-color: rgba(48, 187, 100, 0.8);
  border: 1px solid #217e43;
  color: white;
}

.card-green {
  background-color: #45c132; 
  background-color: rgba(67, 187, 48, 0.8);
  border: 1px solid #2d7e21;
  color: white;
}


.card-grey {
  background-color: #41535e; 
  background-color: rgba(63, 80, 91, 0.8);
  border: 1px solid #2b363e;
  color: white;
}

.fa-hover {
  color: #e4e4e4;
  opacity: 0.6;
}
.fa-hover:hover {
  color: #e4e4e4;
  opacity: 1.0;
  cursor: pointer;
}

.fa-hover-blue {
  color: inherit;
}
.fa-hover-blue:hover {
  color: #328CC1;
  cursor: pointer;
}

.fa-hover-grey {
  color: inherit;
}
.fa-hover-grey:hover {
  color: rgba(63, 80, 91, 0.8);
  cursor: pointer;
}


a:hover {
  color: #c16732;
}


.progress {
  background-color: rgba(63, 80, 91, 0.2);
}

.progress-bar {
  color: #fff;
  background-color: #c16732;
}



textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}


.btn-blue {
  background-color: #328CC1;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
  border-radius: 0px;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background-color: #215c7e;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
}
.btn-blue.active.focus {
  border-color: transparent;
}
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #363535;
  border-color: black;
}




.btn-empty-blue {
  background-color: transparent;
  border-color: #215c7e;
  color: #E4E4E4;
  border-radius: 0px;
}
.btn-empty-blue:hover,
.btn-empty-blue:focus,
.btn-empty-blue:active,
.btn-empty-blue.active {
  background-color: #215c7e;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-empty-blue.active.focus {
  border-color: transparent;
}
.btn-empty-blue.disabled:hover,
.btn-empty-blue.disabled:focus,
.btn-empty-blue.disabled:active,
.btn-empty-blue.disabled.active,
.btn-empty-blue[disabled]:hover,
.btn-empty-blue[disabled]:focus,
.btn-empty-blue[disabled]:active,
.btn-empty-blue[disabled].active,
fieldset[disabled] .btn-empty-blue:hover,
fieldset[disabled] .btn-empty-blue:focus,
fieldset[disabled] .btn-empty-blue:active,
fieldset[disabled] .btn-empty-blue.active {
  background-color: #363535;
  border-color: black;
}


.btn-red {
  background-color: #c13732;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
  border-radius: 0px;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  background-color: #7e2421;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
}
.btn-red.active.focus {
  border-color: transparent;
}
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #363535;
  border-color: black;
}



.btn-yellow {
  background-color: #c16732;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
  border-radius: 0px;
  border-style: solid;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
  background-color: #7e4321;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
}
.btn-yellow.active.focus {
  border-color: transparent;
}
.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {
  background-color: #363535;
  border-color: black;
}


.btn-empty-yellow {
  background-color: transparent;
  border-color: #7e4321;
  color: #E4E4E4;
  border-radius: 0px;
}
.btn-empty-yellow:hover,
.btn-empty-yellow:focus,
.btn-empty-yellow:active,
.btn-empty-yellow.active {
  background-color: #7e4321;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-empty-yellow.active.focus {
  border-color: transparent;
}
.btn-empty-yellow.disabled:hover,
.btn-empty-yellow.disabled:focus,
.btn-empty-yellow.disabled:active,
.btn-empty-yellow.disabled.active,
.btn-empty-yellow[disabled]:hover,
.btn-empty-yellow[disabled]:focus,
.btn-empty-yellow[disabled]:active,
.btn-empty-yellow[disabled].active,
fieldset[disabled] .btn-empty-yellow:hover,
fieldset[disabled] .btn-empty-yellow:focus,
fieldset[disabled] .btn-empty-yellow:active,
fieldset[disabled] .btn-empty-yellow.active {
  background-color: #363535;
  border-color: black;
}



.btn-grey {
  background-color: rgba(63, 80, 91, 0.4);
  border-color: #2b363e;
  color: #E4E4E4;
  border-radius: 0px;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: rgba(63, 80, 91, 0.8);
  border-color: #2b363e;
  color: #E4E4E4;
}
.btn-grey.active.focus {
  border-color: transparent;
}
.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
  background-color: #363535;
  border-color: black;
}



pre {
  background-color: rgba(50,140,193,0.1);
  text-align: left !important;
  padding: 0.5rem !important;
  color: white;
  margin-bottom: 0px;
}

code[class*="language-"],
pre[class*="language-"] {
    white-space: pre-wrap !important;
}

.btn-xl, .btn-group-xl > .btn {
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
  line-height: 2.0;
  border-radius: 0.2rem;
  border-width: 3px;
}




.btn-empty-gamebot-yellow {
  background-color: transparent;
  border-color: #af9d00;
  color: #E4E4E4;
}
.btn-empty-gamebot-yellow:hover,
.btn-empty-gamebot-yellow:focus,
.btn-empty-gamebot-yellow:active,
.btn-empty-gamebot-yellow.active {
  background-color: #af9d00;
  border-color: rgb(72,72,78);
  color: rgb(22,22,28, 0.8);
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-empty-gamebot-yellow.active.focus {
  border-color: transparent;
}
.btn-empty-gamebot-yellow.disabled:hover,
.btn-empty-gamebot-yellow.disabled:focus,
.btn-empty-gamebot-yellow.disabled:active,
.btn-empty-gamebot-yellow.disabled.active,
.btn-empty-gamebot-yellow[disabled]:hover,
.btn-empty-gamebot-yellow[disabled]:focus,
.btn-empty-gamebot-yellow[disabled]:active,
.btn-empty-gamebot-yellow[disabled].active,
fieldset[disabled] .btn-empty-gamebot-yellow:hover,
fieldset[disabled] .btn-empty-gamebot-yellow:focus,
fieldset[disabled] .btn-empty-gamebot-yellow:active,
fieldset[disabled] .btn-empty-gamebot-yellow.active {
  background-color: #363535;
  border-color: black;
}


.btn-empty-gamebot-purple {
  background-color: transparent;
  border-color: #8c2075;
  color: #E4E4E4;
}
.btn-empty-gamebot-purple:hover,
.btn-empty-gamebot-purple:focus,
.btn-empty-gamebot-purple:active,
.btn-empty-gamebot-purple.active {
  background-color: #8c2075;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-empty-gamebot-purple.active.focus {
  border-color: transparent;
}
.btn-empty-gamebot-purple.disabled:hover,
.btn-empty-gamebot-purple.disabled:focus,
.btn-empty-gamebot-purple.disabled:active,
.btn-empty-gamebot-purple.disabled.active,
.btn-empty-gamebot-purple[disabled]:hover,
.btn-empty-gamebot-purple[disabled]:focus,
.btn-empty-gamebot-purple[disabled]:active,
.btn-empty-gamebot-purple[disabled].active,
fieldset[disabled] .btn-empty-gamebot-purple:hover,
fieldset[disabled] .btn-empty-gamebot-purple:focus,
fieldset[disabled] .btn-empty-gamebot-purple:active,
fieldset[disabled] .btn-empty-gamebot-purple.active {
  background-color: #363535;
  border-color: black;
}

.btn-empty-gamebot-red {
  background-color: transparent;
  border-color: #991800;
  color: #E4E4E4;
}
.btn-empty-gamebot-red:hover,
.btn-empty-gamebot-red:focus,
.btn-empty-gamebot-red:active,
.btn-empty-gamebot-red.active {
  background-color: #991800;
  border-color: rgb(72,72,78);
  color: #E4E4E4;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-empty-gamebot-red.active.focus {
  border-color: transparent;
}
.btn-empty-gamebot-red.disabled:hover,
.btn-empty-gamebot-red.disabled:focus,
.btn-empty-gamebot-red.disabled:active,
.btn-empty-gamebot-red.disabled.active,
.btn-empty-gamebot-red[disabled]:hover,
.btn-empty-gamebot-red[disabled]:focus,
.btn-empty-gamebot-red[disabled]:active,
.btn-empty-gamebot-red[disabled].active,
fieldset[disabled] .btn-empty-gamebot-red:hover,
fieldset[disabled] .btn-empty-gamebot-red:focus,
fieldset[disabled] .btn-empty-gamebot-red:active,
fieldset[disabled] .btn-empty-gamebot-red.active {
  background-color: #363535;
  border-color: black;
}





.discord-icon { 
  background: url("/img/discord.png") no-repeat;
  background-size: 48px 48px;
  background-position-x: center;
  background-position-y: center;
}
.discord-icon:hover { 
  background: url("/img/discord-inverse.png") no-repeat;
  background-size: 48px 48px;
  background-position-x: center;
  background-position-y: center;
}



.btn-group.bg-flowing {
  background-color: transparent;
  border-radius: 0.2rem;
}

.add-round-radius  {
  border-radius: 100px !important;
}
.add-radius  {
  border-radius: 0.2rem;
}
.add-btm-radius  {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.add-top-radius  {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.bg-flowing-inner { 
  background-color: transparent;
  border: 3px solid transparent;
  border-radius: 0.1rem;
}
.bg-flowing-inner:hover { 
  border-color: rgb(72,72,78);
}

.bg-flowing-inner.trans:hover { 
  border-color: transparent;
}


.btn-empty {
  background-color: #333;
  color: #E4E4E4;
  border-width: 0px;
  border-radius: 0px;
}

.btn-empty:hover,
.btn-empty:focus,
.btn-empty:active,
.btn-empty.active {
  background-color: rgb(72,72,78);
  color: #E4E4E4;
}
.btn-empty.active.focus {
  border-color: transparent;
}
.btn-empty.disabled:hover,
.btn-empty.disabled:focus,
.btn-empty.disabled:active,
.btn-empty.disabled.active,
.btn-empty[disabled]:hover,
.btn-empty[disabled]:focus,
.btn-empty[disabled]:active,
.btn-empty[disabled].active,
fieldset[disabled] .btn-empty:hover,
fieldset[disabled] .btn-empty:focus,
fieldset[disabled] .btn-empty:active,
fieldset[disabled] .btn-empty.active {
  background-color: #363535;
  border-color: black;
}







.btn-empty-flowing {
  background-color: rgb(72,72,78);
  color: #E4E4E4;
  border-width: 0px;
  border-radius: 0px;
}

.btn-empty-flowing:hover,
.btn-empty-flowing:focus,
.btn-empty-flowing:active,
.btn-empty-flowing.active {
  background-color: transparent;

  border-color: rgb(72,72,78);
  color: #E4E4E4;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-empty-flowing.active.focus {
  border-color: transparent;
}
.btn-empty-flowing.disabled:hover,
.btn-empty-flowing.disabled:focus,
.btn-empty-flowing.disabled:active,
.btn-empty-flowing.disabled.active,
.btn-empty-flowing[disabled]:hover,
.btn-empty-flowing[disabled]:focus,
.btn-empty-flowing[disabled]:active,
.btn-empty-flowing[disabled].active,
fieldset[disabled] .btn-empty-flowing:hover,
fieldset[disabled] .btn-empty-flowing:focus,
fieldset[disabled] .btn-empty-flowing:active,
fieldset[disabled] .btn-empty-flowing.active {
  background-color: #363535;
  border-color: black;
}



/** Red<>Yellow Bot Colors */
.bg-flowing-ry {
  background: linear-gradient(270deg, #991800, #af9d00, #991800, #991800);
  background-size: 1000% 1000%;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.cl-flowing-ry {
  background: linear-gradient(270deg, #991800,  #af9d00, #991800, #991800);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.hover-flow-ry {
  background: none;
  color: #e4e4e4;
  opacity: 0.6;
}
.hover-flow-ry:hover {
  background: linear-gradient(270deg, #991800, #af9d00, #991800, #991800);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 20s ease infinite;
  -moz-animation: ColorFlow1 20s ease infinite;
  -o-animation: ColorFlow1 20s ease infinite;
  animation: ColorFlow1 20s ease infinite;

  opacity: 1.0;
  cursor: pointer;
}
/** Red<>Yellow Bot Colors */
.bg-flowing-ry2 {
  background: linear-gradient(270deg, #991800, #991800, #af9d00,  #991800);
  background-size: 1000% 1000%;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.cl-flowing-ry2 {
  background: linear-gradient(270deg, #991800, #991800, #af9d00,  #991800);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.hover-flow-ry2 {
  background: none;
  color: #e4e4e4;
  opacity: 0.6;
}
.hover-flow-ry2:hover {
  background: linear-gradient(270deg, #991800, #991800, #af9d00,  #991800);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 20s ease infinite;
  -moz-animation: ColorFlow1 20s ease infinite;
  -o-animation: ColorFlow1 20s ease infinite;
  animation: ColorFlow1 20s ease infinite;

  opacity: 1.0;
  cursor: pointer;
}

/** Blue<>Orange Bot Colors */
.bg-flowing-bo {
  background: linear-gradient(270deg,#c16732,#c16732, #328cc1,#328cc1);
  background-size: 1000% 1000%;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.cl-flowing-bo {
  background: linear-gradient(270deg,#c16732,#c16732, #328cc1,#328cc1);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.hover-flow-bo {
  background: none;
  color: #e4e4e4;
  opacity: 0.6;
}
.hover-flow-bo:hover {
  background: linear-gradient(270deg,#c16732,#c16732, #328cc1,#328cc1);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 20s ease infinite;
  -moz-animation: ColorFlow1 20s ease infinite;
  -o-animation: ColorFlow1 20s ease infinite;
  animation: ColorFlow1 20s ease infinite;

  opacity: 1.0;
  cursor: pointer;
}



/** Blue<>Orange Bot Colors */
.bg-flowing-bo2 {
  background: linear-gradient(270deg,#328cc1,#328cc1,#c16732,#c16732);
  background-size: 1000% 1000%;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.cl-flowing-bo2 {
  background: linear-gradient(270deg,#328cc1,#328cc1,#c16732,#c16732);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.hover-flow-bo2 {
  background: none;
  color: #e4e4e4;
  opacity: 0.6;
}
.hover-flow-bo2:hover {
  background: linear-gradient(270deg,#328cc1,#328cc1,#c16732,#c16732);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 20s ease infinite;
  -moz-animation: ColorFlow1 20s ease infinite;
  -o-animation: ColorFlow1 20s ease infinite;
  animation: ColorFlow1 20s ease infinite;

  opacity: 1.0;
  cursor: pointer;
}




/** All Bot Colors */
.bg-flowing-all {
  background: linear-gradient(270deg, #8c2075, #991800, #c16732, #af9d00, #328cc1,#328cc1, #8c2075);
  background-size: 1000% 1000%;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.cl-flowing-all {
  background: linear-gradient(270deg, #8c2075, #991800, #c16732, #af9d00, #328cc1,#328cc1, #8c2075);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 60s ease infinite;
  -moz-animation: ColorFlow1 60s ease infinite;
  -o-animation: ColorFlow1 60s ease infinite;
  animation: ColorFlow1 60s ease infinite;
}

.hover-flow-all {
  background: none;
  color: #e4e4e4;
  opacity: 0.6;
}
.hover-flow-all:hover {
  background: linear-gradient(270deg, #8c2075, #991800, #c16732, #af9d00, #328cc1,#328cc1, #8c2075);
  background-size: 1000% 1000%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-animation: ColorFlow1 20s ease infinite;
  -moz-animation: ColorFlow1 20s ease infinite;
  -o-animation: ColorFlow1 20s ease infinite;
  animation: ColorFlow1 20s ease infinite;

  opacity: 1.0;
  cursor: pointer;
}
html {
    overflow-y:scroll;
}

@-webkit-keyframes ColorFlow1 {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes ColorFlow1 {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-o-keyframes ColorFlow1 {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes ColorFlow1 {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}


.limit-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-text-multi {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   /* to specify the number of lines you want the text to run through... */
   -webkit-line-clamp: 3;
   /* hide the overflowing text, i.e, texts that did not fit in to the box */
   overflow: hidden;
}


