.h-300{
	height: 300px;
}
.h-400{
	height: 400px;
}
.auth-wrapper .authentication-form .logo-centered {
    width: auto;
    text-align: center;
}
.auth-wrapper {
    background: #d1d1d1;
    height: 100vh;
}
.auth-wrapper .authentication-form {
    font-size: .9rem;
    width: 90%;
    display: block;
    padding: 25px;
    margin: 100px 0;
    background: #f5ffec;
    border-radius: 5px;
}
 .password-block{
    position: absolute;
    top: 200px;
    right: -220px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #678660;
}
.password-block:before{
    content: '';
    height: 0;
    width: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 20px solid #678660;
    position: absolute;
    left: -20px;
    top: 50px;
}
.badge-right{
	float:right;
	position:initial !important;
}
#Widget-line-chart1, #Widget-line-chart2, #Widget-line-chart3, #Widget-line-chart4{
	width:100%;
	height:75px
}
#realtime-profit, #sale-diff{
	height:150px;
}
#sec-ecommerce-chart-line{
	height:30px;
}
#sec-ecommerce-chart-bar{
	height:100px;
}
#app-sale1,#app-sale2,#app-sale3,#app-sale4{
	height:50px;
}

.chart-shadow{
	height:400px;
}
.st-cir-chart{
	height:450px!important;
}
#status-round-1,#status-round-2,#status-round-3,#status-round-4{
	width:80px !important;
	height:80px !important;
}
#card-412{
	min-height: 412px;
}
#card-422{
	min-height: 422px;
}
#visitfromworld{
	width:100%; 
	height:350px;
}
.card-300{
	height:300px;
}
.card-484{
	min-height: 484px;
}
.card-180{
	min-height: 180px;
}
.card-200{
	min-height: 200px;
}
.th-50{
	width:50%;
}
.font-150{
	font-size: 150px;
}
#pbc-1,#pbc-2,#pbc-3,#pbc-4,#pbc-5,#pbc-6{
	height:50px;
}
/*.sale-card{
	min-height: 301px;
}*/

#deal-analytic-chart{
	height:300 !important;
}
#tot-rev-chart{
	width:100px;
	height:100px;
}
#allocation-map, #allocation-chart{
	height:250px;
}
#sal-income,#rent-income,#income-analysis{
	height:100px;
}
.progress-6{
	height: 6px;
}
.hide{
	display: none;
}
.notifications-wrap{
	height: 200px; overflow: scroll; overflow-x: hidden;
}

/* custom ys */

.storage .indicator {
  position: absolute;
  background-color: white;
  color: black;
  border-radius: 10px;
  top: -47px;
  right: 40px;
  width: 11.2rem;
  height: 4.5rem;
}

.storage .indicator::after {
  position: absolute;
  border: 30px solid transparent;
  border-right-color: white;
  content: "";
  top: 33px;
  left: 119px;
  height: 0;
  width: 0;
}

.indicator h2 {
  cursor: default;
  font-size: 2.5rem;
  padding: 0.75rem 1.5rem;
}

.indicator span {
  position: absolute;
  text-transform: uppercase;
  color: hsl(229, 7%, 55%);
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
  top: 30px;
  right: 24px;
  margin: 0;
}

.storage p {
  font-size: 0.75rem;
  /* padding: 2.5rem 2.5rem 0.5rem; */
  padding-left: 0.5rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}

.storage p span {
  font-weight: 700;
}

.bar-free {
  background-color: hsl(229, 57%, 19%);
  border-radius: 25px;
  height: 0.9rem;
  width: 85%;
  margin: 0 auto;
}

.bar-used {
  position: relative;
  background: rgb(255, 163, 153);
  background: linear-gradient(
    90deg,
    rgba(255, 163, 153, 1) 0%,
    rgba(255, 77, 151, 1) 100%
  );
  border-radius: 25px;
  top: 3px;
  left: 3px;
  height: 0.5rem;
  width: 0;
  opacity: 0;
}

.ball {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  right: 2px;
  top: 1px;
  height: 0.72rem;
  width: 0.72rem;
}

.scale {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.6rem 2.5rem;
}

.scale span {
  font-size: 0.8rem;
  font-weight: 700;
}

@media screen and (max-width: 375px) {

  .bar-free {
    width: 80%;
  }

  .scale {
    padding: 0.6rem 2rem;
  }
}
