   ::-webkit-scrollbar{
        height: 30px;
        width: 30px;
        background: #fff;
    }
    ::-webkit-scrollbar-thumb:horizontal{
        background: #00a2ff;
        border-radius: 15px;
    }

* {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	zoom:1 !important; 
}
#rst {
    position: absolute;
    width: 2.5%;
    height: 5%;
    z-index: 110;
}
.rst {
	width: 100%;
    height: 100%;
	background-color: transparent;
	border: none;
}
#preloader {
    height: 95%;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    /* background: #fff; */
}
.loader {
    position: absolute;
    width: 5rem;
    height: 10rem;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round
}
@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -3.5rem
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -12.4rem
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20
  }
  40% {
    stroke: #0057e7
  }
  66% {
    stroke: #008744
  }
  80%, 90% {
    stroke: #ffa700
  }
}

svg {
  overflow: hidden;
  vertical-align: middle
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7F63F4;
    border-color: #7F63F4;
}
.btn.disabled, .btn:disabled {
    opacity: 0;
	display: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-info {
    color: #fff;
    background-color: #00a2ff;
    border-color: #00a2ff;
}
.btn {
    padding: .7rem 1.8rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.btn-rounded {
    border-radius: 30px !important;
}
.btn-info {
    background: #00a2ff;
    border-color: #00a2ff;
    color: #fff;
	cursor: pointer;
}
.btn-icon-left {
    background: #fff;
}
.btn-icon-left {
    background: #fff;
    border-radius: 10rem;
    display: inline-block;
    margin: -.5rem 1.3rem -.5rem -1.5rem;
    padding: .5rem 1rem .6rem;
}
.text-info {
    color: #00a2ff !important;
}
* {
	font-family: "SUSE", sans-serif !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
font-family: "SUSE", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
* {
    outline: none;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
.center_y {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.center_x {
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}
.pbody {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.slide {
  width: 100%;
  height: 100%
}
.slide img {
  width: 100%;
	margin-top:40px;
}
.slide2 img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.slide {
  position: absolute
}
.slider-arrow {
  color: #000;
  font-size: 50px;
  cursor: pointer
	  
}
#arrow-prev {
  left: 20px;
  position: absolute
}
#arrow-next {
  right: 20px;
  position: absolute
}
#dots-wrapper {
  display: flex;
  position: absolute;
  bottom: 30px
}
.dot-navigation, .btn-navigation, .bb, .cc {
	cursor: pointer;
}
.dot-navigation {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 4px;
  border: 2px solid #f5f5f5;
  transition: .5s background-color
}
.btn-navigation {
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px 0 5px;
	text-align: center;
}
.btn-ft {
    padding: 1.15rem 2rem;
}
.btn-success {
    background: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}
.dot-navigation:hover, .btn-navigation:hover,.bb:hover {
  background-color: #d60b29
}

.active-dot {
  background-color: #d60b29;
  color: #fff;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  transition: all 0.5s ease;
}
.fade {
/*  animation-name: fade;
  animation-duration: 1s
*/}
.middle  {
  bottom: 50px;
  left: calc( 50% - 50px);
}
.right  {
  bottom: 20px;
  right: 20px;
}
.left {
  bottom: 20px;
  left: 20px;
}
.confirm {
	margin-bottom: 40px;
	text-align: center;
}
.confirm h6, .confirm h2 {
	font-size: 60px;
    font-weight: bold;
}
.confirm h2 {
	margin-bottom: 40px;
	color: #00a2ff;
}
.confirm h2 span {
    color: #00a2ff;
    display: block;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
}
.bb, .cc {
	position: absolute;
	z-index: 1000;
    background-color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 20px;
}
.bb {
    padding: 10px;
}

.middle {
	height:auto;
	bottom: 20px;
	left:50%;
	margin-left:-75px;
}
.bb img {
	width: 100px
}
.gift h1 {
	padding-top: 17px !important;
}
.bb h1, .middle h1, .cc h1 {
	font-size: 24px;
    background-color: #f00;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
	font-weight: 700;
	min-height: 58px; 
}
.bb h1, .middle h1 {
    margin: 0 5px 0 5px;
}
.container {
	position: absolute;
	left: 30%;
	right: 30%;
	top:0;
	bottom: 0;
	background-color: #fff;
	overflow: hidden;
	    padding: 20px;
    text-align: center;
}

.block {
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
}
.block h1 {
	font-size: 50px;
	font-weight: bold;
}
.block h2 {
	font-size: 30px;
}
.block4 {
	width: 40%;
}
.block8 {
	width: 80%;
}
.block .img {
	transform: rotate(270deg);
	max-height: 175px;
}

.align-items-center {
  align-items: center !important
}

.rounded {
  border-radius: .25rem !important
}

.pl-xl-5, .px-xl-5 {
padding-left: 3rem !important
}
.mr-3, .mx-3 {
  margin-right: 1rem !important
}
.mt-2, .my-2 {
  margin-top: .5rem !important
}

.stat-widget-seven img {
  max-width: 50px
}
.stat-widget-seven h2 {
  font-size: 2.5rem
}
.stat-widget-seven h5 {
  font-size: 1.5rem
}
.stat-widget-seven h2, .stat-widget-seven h5 {
  color: #fff
}

h2 span {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
}
.gradient-5 {
	height: 505px;
  background: #9a56ff;
  background: -moz-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
  background: -webkit-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a56ff', endColorstr='#e36cd9', GradientType=1)
}
.gradient-9 {
    background: #ccc;
}
.media {
  display: flex;
  align-items: flex-start
}
.media-body {
  flex: 1
}
.stat-widget-seven img {
  max-width: 50px
}
.stat-widget-seven h2 {
  font-size: 3.2rem
}
.stat-widget-seven h5 {
  font-size: 1.5rem
}
.stat-widget-seven h2, .stat-widget-seven h5 {
  color: #fff
}
.ribbon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.ribbon.ribbon-style-5 {
    left: 0;
    top: 1.8rem;
    width: 11rem;
    height: 3.8rem;
    background-color: #00a2ff;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.card.ribbons-card {
/*    padding-left: 5rem;
    padding-right: 5rem;
*/}
.card:hover {
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 50%);
}
.show { 
	display: flex !important; 
	transition: all 1s linear;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
.avaiables, .movements { 
	display: none;
}
.avaiables {
    overflow-x: auto !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
	padding-bottom: 50px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-3 {
  flex: 0 0 24% !important;
  max-width: 24% !important;
padding: 0 5px 0 5px !important;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
/*	margin-bottom: 1rem;
*/	border: 0 solid #fff;
	box-shadow: 2px 3px 10px 0px rgb(119 119 119 / 10%);
	transition: all .5s ease-in-out;
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.card-body {
/*  flex: 1 1 auto;*/
  padding: 1.25rem
}
.card-body h6 {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-size: 1rem;
    font-weight: bold;
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
/*  padding: .75rem 1.25rem;*/  
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
  display: flex;
  flex-direction: column
}
.card-deck .card {
  margin-bottom: 12px
}

@keyframes fade {
  from {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}





.table {
    width: 95%;
    margin-bottom: 1rem;
}

.table-padded {
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

  .table > thead > tr > th
, .table > tbody > tr > td {
    color: #000;
	border: 0;
    border-bottom: solid 1px #000000;
	font-weight: 500;
}
.table-padded tbody tr {
    transition: all .3s ease-in-out;
}

tbody tr {
    border-bottom: solid 1px #000000;
    transition: all 0.5s;
}
.table > tbody > tr > td {
	font-size: 20px;
    color: #000000;
    padding: 10px;
}

