.box {
  margin-bottom: 20px;
}

.revenue-growth{
  height: 284px;
}
.revenue-growth .reality-chart {
  position: relative;
  top: -50px;
}
.rtl .knob {
    margin-left: 0;
    margin-right: -116px;
}

.overview
{
height:400px;
}

.statistics
{
height:428px;
}

.orderbook
{
height:527px;
}

.bitcoin{
height:527px;
}

.recent-activitie{
  height: 532px;
}
#balance-overview{
  height: 275px;
  align-content: center;
  overflow: hidden;
}
/*@media only screen and (max-width: 1440px) {
  .recent-activitie{
    height: 523px;
  }
}*/
@media only screen and (max-width: 1366px) {
  #balance-overview{
    width: 275px;
    min-width: 275px !important;
  }
}

@media only screen and (max-width: 767px) {
  .balance-status{
    display: none;
  }
  #balance-overview{
    width: auto;
    min-width: auto !important;
  }
}


/*---Currency Exchange---*/
.exchange-calculator {
  font-weight: bold;
  margin: 0 auto 20px;
  width: 85%;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5px; }
  .exchange-calculator input {
    width: 30%;
    height: 60px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    background: #ffe5b3;
    display: inline-block; }
  .exchange-calculator .select2-container {
    width: 15% !important;
    border: 0;
    margin-top: -2px; }
  .exchange-calculator .select2-container--default .select2-selection--single {
    border-color: transparent;
    height: 60px; }
    .exchange-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 55px; }
    .exchange-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 55px;
      right: 3px; }



/*-----------Dashboard-3-----------*/

.first-section .first-plan {
    border-radius: 5px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.first-section .first-plan .bg-img {
    width: 30%;
    position: absolute;
    opacity: 0.1;
    transform: rotate(0deg);
    right: 0px;
    bottom: -2px;
}
.rtl .first-section .first-plan {
    border-radius: 5px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.rtl .first-section .first-plan .bg-img {
    width: 30%;
    position: absolute;
    opacity: 0.1;
    transform: rotate(0deg);
    left: 0px;
    right: auto;
    bottom: -2px;
}


/*<Dashboard 2 Start>*/
@media only screen and (max-width: 1194px) {
  .overview{ 
    height: 445px;
  }
}
@media only screen and (max-width: 999px) {
  .recent-activitie{
    height: auto;
  }
}

@media only screen and (max-width: 834px) {
  .overview{ 
    height: 420px;
    
  }
}

@media only screen and (max-width: 414px) {
  .overview{ 
    height: 470px;
    
  }
}



/*@media only screen and (max-width: 1280px) {
  .statistics{ 
    height: 430px;
    
  }
}*/

/*<Dashboard 2 End>*/