/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author     Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */
 
#copy_link {
  height: 35px;
}
#slider_range_bonus {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width:100%;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
  }
  #slider_range_bonus::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #6d6d6d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .2s ease-in-out;
  }​
    #slider_range_bonus::-webkit-slider-thumb:hover {
  
    }
    #slider_range_bonus::-webkit-slider-thumb:active {
      background-color: black;
      transform: scale(1.2);
    }
  
  .page-bonusaccount-account #content {
      box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
      background: #fff;
      padding: 1rem;
      font-size: .875rem;
      color: #7a7a7a;
  }
  .cart_bonus_info p{
    margin-bottom: 0px;
  }
  .cart_bonus_info{
      padding-top: 11px;
      margin-top: 13px;
      border-top: 1px solid;
      border-color: rgba(0,0,0,.25);
  }
  small.value{
   width: 100%;
  }
  .apply_bonuses{
    color: #2fb5d2 !important;
    cursor: pointer;
    border: 1px solid;
    padding: 3px 9px;
    display: block;
    width: fit-content;
  position: relative;
  background: none;
  }
  .load_bonus_cart_rule {
    display: none;
    position: absolute;
    width: 0;
        padding: 12px;
    background:
     linear-gradient(rgba(0,0,0,1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 70%),
     linear-gradient(to left, rgba(0,0,0,.2) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.8) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-animation: loading .7s infinite steps(8);
    animation: loading .7s infinite steps(8);
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    height: 0;
  }
  .modal-body .bonus_cart{
      display: none !important;
  }
  .load_bonus_cart_rule:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
     linear-gradient(rgba(0,0,0,.1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.5) 70%),
     linear-gradient(to left, rgba(0,0,0,.3) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.9) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @-webkit-keyframes loading {
    100% {-webkit-transform: rotate(1turn);}
  }
  @keyframes loading {
    100% {transform: rotate(1turn);}
  }
  
  .badge_bonus_suc{
        display: inline-block;
      padding: .25em .8em;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .75rem;
      color: #fff;
      color: #28a745;
  }
  .badge_bonus_min{
    display: inline-block;
      padding: .25em .8em;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .75rem;
      color: #fff;
     color: #cc5460;
  }
  .badge_bonus_err{
    display: inline-block;
      padding: .25em .8em;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .75rem;
      color: #fff;
     color: #6c757d;
  }
  .badge_bonus_valid{
      display: inline-block;
      padding: .25em .8em;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .75rem;
      color: #fff;
     color: #FF8C00;
  }
  .balance{
  color: black;
      font-size: 2rem;
      margin-bottom: 3rem;
      margin-top: 2rem;
  }
  .balance span{
    font-size: 2.4rem;
  }
  .text_bonus{
        margin-top: 1rem;
  }
  .bonus_cart{
    display: flex;
    justify-content: space-between;
    margin-bottom: .7rem;
  }
  .action_bonus{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: flex-end;
  }
  .chang_bonus {
    font-weight: 600;
  }    
  #amount_bonuses {
    font-weight: 500;
  }
  #cart_subtotal_bonus {
    border: 1px solid #c7c7c7;
    padding: 1rem;
    margin: 1rem 0rem;
    border-radius: 2px;
  }
  .link_info_bonus{
    text-decoration: underline;
  }
  #bonus_handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }
  .d-flex {
    display: flex;
  }
  .d-none {
    display: none;
  }
  .bonus_lk {
    font-size: 1.3rem;
    border: 1px solid;
    width: max-content;
    padding: 10px;
    margin-bottom: 1rem;
    border-radius: 2px;
  }
  #scid_h{
    min-height: 12px;
  }