.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: var(--white);
    border: 1px solid rgba(154, 154, 154, 0.5);
    position: relative;
}

.rangeslider--horizontal {
    height: 10px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #00DCC4;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 10px;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: var(--white);
    border: 6px solid var(--greenColor2);
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.heading_for_range_slider {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 2%;
}

.second_slider_acc_manager {
    padding-top: 20px;
}

.tab-content input[type=button] {
    color: var(--white) !important;
}

.acc-manager-two-bottom-buttons.pull-right {
    text-align: right;
    clear: both;
}

.hesding_first_acc_manager {
    margin-left: 2%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.paragraph_for_acc_page {
    margin-left: 2%;
    margin-bottom: 3%;
}

.rage_slider_third_last_slide {
    padding-top: 20px;
}


/*  */

.multilingual_auto-pay .input-range {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
}

.multilingual_auto-pay .input-range:focus {
    outline: none;
}

.multilingual_auto-pay .input-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    /*   box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    background: #54e8d7;
    border-radius: 8px;
    border: 0.2px solid #fff;
}

.multilingual_auto-pay .input-range::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 6px solid #54e8d7;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    margin-top: -10px;
}

.multilingual_auto-pay .input-range:focus::-webkit-slider-thumb {
    outline: none;
    box-shadow: none;
}

.multilingual_auto-pay .input-range:focus::-webkit-slider-runnable-track {
    background: #54e8d7;
    outline: none;
}

.multilingual_auto-pay .input-range::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    box-shadow: none;
    background: #54e8d7;
    border-radius: 1.3px;
    border: 0.2px solid #fff;
}

.multilingual_auto-pay .input-range::-moz-range-thumb {
    box-shadow: none;
    border: 6px solid #54e8d7;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.multilingual_auto-pay .input-range::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.multilingual_auto-pay .input-range::-ms-fill-lower {
    background: #54e8d7;
    border: 0.2px solid #fff;
    border-radius: 2.6px;
    box-shadow: none;
}

.multilingual_auto-pay .input-range::-ms-fill-upper {
    background: #54e8d7;
    border: 0.2px solid #fff;
    border-radius: 2.6px;
    box-shadow: none;
}

.multilingual_auto-pay .input-range::-ms-thumb {
    box-shadow: none;
    border: 6px solid #54e8d7;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.multilingual_auto-pay .input-range:focus::-ms-fill-lower {
    background: #54e8d7;
}

.multilingual_auto-pay .input-range:focus::-ms-fill-upper {
    background: #54e8d7;
}

.multilingual_auto-pay .range-slider {
    display: flex;
    align-items: center;
}


/*  */

.acc-manager-two-bottom-buttons {
    margin-bottom: 3%;
}

.range_for_selected_amount {
    display: flex;
    align-items: center;
}

.price_for_selected_amount {
    display: flex;
    align-items: center;
}

.price-for-topup {
    border: 1px solid rgba(127, 130, 132, 0.43);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 60px;
}

ul.selecttopupul li label {
    font-weight: 300;
    padding: 3px 0px;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    line-height: 54px;
    font-size: 24px;
    background-color: #eeeeee;
}

.selecttopupul li input {
    visibility: hidden;
    margin-right: -0.5em;
}

.radio_buttons_top_up_acc_manager ul.selecttopupul {
    width: 100%;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.selecttopupul li input[type="radio"]:checked+label {
    background-color: #FF5097;
    color: var(--white);
}

.multilingual_auto-pay .macc-auto-topup {
    padding: 30px 50px;
    background-color: var(--white);
}

.auto_renew_txt {
    margin-bottom: 0;
    margin-top: 20px;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: left;
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    box-sizing: border-box;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .3s ease-in 0s;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: var(--greenColor2);
    color: var(--white);
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: var(--grayLevel2);
    color: var(--white);
    text-align: right;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    height: 18px;
    margin: 6px;
    background: var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39px;
    border: 2px solid var(--white);
    border-radius: 20px;
    transition: all .3s ease-in 0s;
}

.save_button_acc_manager {
    border-radius: 8px;
    border: none;
    background-color: var(--greenColor2);
    margin-right: 20px;
    padding: 5px 20px;
}

.reset_button_acc_manager {
    background-color: var(--grayLevel2);
    color: var(--white);
    padding: 5px 20px;
    border-radius: 8px;
    border: none;
    margin-right: 20px;
}

@media only screen and (max-width:767px) {
    .multilingual_auto-pay .macc-auto-topup {
        padding: 30px 20px;
    }
    .set-autotopup-rectangle {
        margin-bottom: 15px;
    }
    .autotopup-toggle-sec .onoffswitch {
        margin: 10px 0;
    }
}