div.woocommerce-MyAccount-content-wrapper {
    padding: 20px 30px;
    border: 1px solid #BE6E50;
	background: #EFF8FF;
}
#wcmsl_restrict_spending_wrap .wcmsl_title{
    margin-bottom: 0 !important;
    font-weight: 700;
}
#wcmsl_restrict_spending_wrap .wcmsl_notice {
    background: #fef3cd;
    border: 1px solid #d5caaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    margin: 20px 0px;
    padding: 20px;
    color: #765a09;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: grab;
}
#wcmsl_restrict_spending_wrap .pre_wcmsl_notice {
    background: #fef3cd;
    border: 1px solid #d5caaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    margin: 20px 0px;
    padding: 20px;
    color: #765a09;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 3px;
    cursor: grab;
}

.wcmsl_limit_amount_wrap input[type="range"] {
    /* Removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 15px;
    background: #ababab;
  }
  
  .wcmsl_limit_amount_wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #197ffd;
    transition: 0.2s ease-in-out;
  }
  
  .wcmsl_limit_amount_wrap input[type="range"]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #197ffd;
    transition: 0.2s ease-in-out;
  }
  
  .wcmsl_limit_amount_wrap input[type="range"]:hover::-webkit-slider-thumb,
  .wcmsl_limit_amount_wrap input[type="range"]:hover::-moz-range-thumb {
    box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
  }
  
  .wcmsl_limit_amount_wrap input[type="range"]:active::-webkit-slider-thumb,
  .wcmsl_limit_amount_wrap input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
  }
  .wcmsl_limit_amount_wrap .wpmsl-range {
        display: flex;
        align-items: center;
        justify-content: center;
    }
  span#wcmsl_output_amount {
    background: #ddd;
    padding: 7px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    min-width: 70px;
    border-radius: 3px;
    border: 1px solid #999;
    color: #555;
}
.wpmsl-min-max-range {
    display: inline-block;
    width: 90%;
    padding: 0 10px;
}
.wpmsl-min-max-range span.wpmsl-min {
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.wpmsl-min-max-range span.wpmsl-max {
    float: right;
    font-size: 16px;
    font-weight: 600;
}
.wcmsl_form_group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

















