/* Starting with side icons */

.dash-icon{
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/dashboard-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.backtest-icon{
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/backtest-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.history-icon{
    width: 25px;
    height: 25px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/history-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.notification-icon{
    width: 21px;
    height: 21px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/notification-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.support-icon{
    width: 21px;
    height: 21px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/support-icon-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}



.transactions-icon{
    width: 21px;
    height: 21px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/transactions-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.affiliate-icon{
    width: 24px;
    height: 24px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/affiliate-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.subscription-icon{
    width: 22px;
    height: 22px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/subscription-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.account-icon{
    width: 22px;
    height: 22px;
    margin: auto;
    background-image: url('/imgs/dashboard/sidebar/account-dlight.png');
    background-repeat: no-repeat;
    background-size: contain;
}







.IsAMPFilterBlur{
  position: absolute;
  /* some styling */
  width: 100%;
  height: 100%;
  filter: blur(3px);
}


.IsAMPFilterContent{
    width:100%;
    height:100%;
    background-color:#7298c470;
    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;
  
    /* some styling */
    font-family: sans-serif;
    margin: 0;
}




/* Select Payment Method Starts */

.AmpWithMethodsCon{
    display: flex;
    justify-content: center;
}
  
.img-btn img{
    width:36px;
    height:36px;
  }
  .img-btn > input{
    display:none
  }
  .img-btn > img{
    cursor:pointer;
    border:3px solid transparent;
  }
  .img-btn > input:checked + img{
    border-color: black;
    border-radius:10px;
  }
  
/* Select Payment Method Starts */





/* ========================= Notifications count number Starts ============================== */

.notifcations-count-main{
  margin: auto;
  margin-top: -12px;
  margin-right: 4px;
}

.notifications-count
{
    position: static;
    top: 12px;
    right: 100px;
    width: 18px;
    height: 17px;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 2px 6px;
    background-color: #da3225;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #32333b;
    transform: scale(50);
    opacity: 0;
    transition: 0.3s cubic-bezier(0, 0.24, 0.86, 1.08) all;
    z-index: 1;
}

.notifications-count.active
{
    transform: scale(1);
    opacity: 1;
}

.notifications-count.zindex
{
    z-index: 3;
}





/* ========================= Notifications count number Ends ============================== */





