﻿
.rb_2 {
    justify-content: flex-end; display: flex;
    align-items: center;
    padding: 0 36px;
}

.rb_1{
   
}

.switch1 {
    display: inline-block;
    position: relative;
    height: 18px;
    padding: 6px;
    border-radius: 15px;
    text-decoration: none;
    white-space: nowrap;
    opacity: 1;
    cursor: pointer;
    transition: .22s ease-in-out;
}
    .switch1:before {
        display: inline-block;
        box-sizing: content-box;
        vertical-align: top;
    }
    .switch1:after {
        display: inline-block;
        box-sizing: content-box;
        vertical-align: top;
    }


.switch3 {
    background: #00c084;
}

    .switch3:before {
        content: "on";
        width: 30px;
        padding: 0 9px;
        color: #fff;
        font: 700 15px/18px Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
        text-transform: uppercase;
    }
    .switch3:after {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        content: "";
        background: #fff;
    }


.switch4 {
    background: #cbd3df;
}

 .switch4:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  background: #fff;
 }   

 .switch4:after {
  content: "off";
  width: 30px;
  padding: 0 9px;
  color: #fff;
  font: 700 15px/18px Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
  text-transform: uppercase;
}



.b-account-title {
    color: #757575;
    font-size:24px;
    font-weight:600;
    margin-top:10px;

}

.sett-block-content, .sett-block-content2 {
    display: flex;
    position: relative;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #dfe4ec;
}
    .sett-block-content2{
        border:none;
        padding-bottom:15px;
    }
    .sett-text-wrapper {
        padding: 36px;
        padding-left: 0px;
        align-self: center;
    }

.sett-block-text {
    color: #757575;
    font-weight: 600;
}
.sett-block-button {
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: right;
}


.settsub {
    position: relative;
    min-height: 150px;
    border-bottom: 1px solid #dfe4ec;
}

.b_sett_sub {
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: row;
    min-height: 100px;
    margin-bottom: 10px;
    width:70%;
}

.vps-list-item__state {
    margin: 0;
    margin-bottom: 0px;
    color: #667695;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: normal;
}
.content__subtitle_status_active {
    color: #00c084;
}

.custom-checkbox2 {
    height: 0;
    width: 0;
    visibility: hidden;
}

.fordefswitch {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.fordefswitch:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

input:checked +  .fordefswitch {
    background: #00c084;
}

input:checked + .fordefswitch:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

label .fordefswitch:active:after {
    width: 30px;
}

/*
    input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label {
	cursor: pointer;
	text-indent: -9999px;
	width: 200px;
	height: 100px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + label {
	background: #bada55;
}

input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label:active:after {
	width: 130px;
}

// centering
body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
*/