/*------------------------------------
  Dashboard
------------------------------------*/

#dash-page {
  position:relative !important;
  top: -20px /* move dashboard upper to remove extra empty space at top */
}

/* only contains banner image */
#dash-full-width-row-1 {
  min-height: 250px;
  margin-bottom: 1rem;
  /* vertical align wellcome text in dashboard */
  background:#f4f4f4 url(/img/dash/room1.jpg);
  background-position: center !important;
  background-size: cover !important;

}

#dash-full-width-row-2 {
}

#dash-right-col {
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 1.25rem 0 rgb(62 28 131 / 10%);
}


#dash-right-col-btm-div li {
  padding: 0 .75rem;
}

#dash-right-col-btm-div a {
  display: inline-block; /* change a tag display from defualt inline
  to inline block so that be able to assign below width:100% for nice wide bkg */
  width: 100%;
  padding: .5rem; /* مهم */
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}

#dash-right-col-btm-div li.active a {
  color: #27ae60;
  background: rgba(39, 174, 96, 0.15);
}

#dash-right-col-btm-div a:hover,
#dash-right-col-btm-div a:focus {
  color: #27ae60; /* الزامی */
  background: rgba(39, 174, 96, 0.15);  /* الزامی */
}

/* add some space after each icon */
#dash-right-col-btm-div i {
  margin-left: .25rem;
}

/* ************************************************************************** */

/* dash-footer-user-action-links  */
#dash-footer-user-action-links ul {
  display: flex;
  line-height: 3; /* to increase the little height of ul box while keeping
  inner icons vertically middle */
  background: #00b38c;
}

#dash-footer-user-action-links li {
  display: flex;
  justify-content: center;
  width: 33.333333%;
  flex: 0 0 33.333333%;
  border-left: 1px solid #36bf70;
}

#dash-footer-user-action-links a {
  color: #fff;
}

/* ************************************************************************** */

.dash-left-col {
  box-shadow: 0 0 1.25rem 0 rgba(62, 28, 131, 0.1);  /* مهم و زیبا*/
  border-radius: 0.625rem;
  padding:2rem
}

@media (max-width: 767px) {
 .dash-left-col {
   padding-right:0 !important;
   padding-left:0 !important;
 }
}

#dash-home-page-left #your-subs-title {
    margin-bottom: 1rem;
    display: inline-block;
    background: #e6e6e6;
    border-radius: 3px;
    padding: 5px 10px;
}

/* ************************************************************************** */

#dash-edit-account-page-left input {
  background: #f9fafc !important;
  border: 1px solid #ebedf5;
}

/* ************************************************************************** */
/*  حذف کنم
#dash-vip-orders-page-left .pulsing-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff1493;
  animation: pulsing-circle-dash-vip-orders  1.5s ease-out infinite;
  animation-delay: 0s;
  /* delay before start animation
}
*/

/* no animation for these orders: started- completed */
#dash-vip-orders-page-left .violet-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff1493;
}


.dash-vip-service-suggested-names {
  color: #007bff;
}

@media (min-width: 768px) {
 #dash-right-col {
  flex: 0 0 20%;
 }
}

@media (min-width: 768px) {
 .dash-left-col {
  flex: 0 0 78%;
 }
}


@media (max-width: 767px) {
 .dash-left-col {
   padding-left: 1rem !important;
   padding-right: 1rem !important;
 }
}

/* ********* dashboard vip-orders page ************ */

/* @keyframes pulsing-circle-dash-vip-orders-page-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 101, 80, 0.7);
  }
  80% {
    transform: scale(1.5);
    box-shadow: 0 0 0 15px rgba(255, 101, 80, 0);
  }
} */

/* #pulsing-circle-you-vip-order {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

#pulsing-circle-you-vip-order::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulsing-circle-dash-vip-orders-page-animation 2s ease-out infinite;
} */

