
/**** DOMAIN OVER VIEW AND DNS PAGE PADDING CSS START ***/

.page-padding{
	padding-left:21px;
	width:106%;
}

/**** DOMAIN OVER VIEW AND DNS PAGE PADDING CSS END ***/

/*** Domain Overview css start ***/

.domain-overview {
    padding: 40px 0px 70px;
    background: var(--primary-chalk);
}

.overview-left-main{
	background:#fff;
	box-shadow: 0px 7px 14px 0px rgb(162 104 97);
	border-radius:15px;
	height: fit-content;
}

.domain-title{
	text-align:center;
	margin-top:2px;
}

.overview-b-list{
	
}

.over-active{
	background:#0448eb;
	color:#fff;
}

.Overview-btn{
   font-size:15px;
   font-weight: 100;
   padding: 5px 54px 5px 18px;
   border: 1px solid #ced4da;
   text-transform: capitalize;
}


.DNS-btn{
   font-size:15px;
   font-weight: 100;
   padding: 5px 84px 5px 18px;
   border: 1px solid #ced4da;
   text-transform: capitalize;
}



.Products-btn{
   font-size:15px;
   font-weight: 100;
   padding: 5px 54px 5px 18px;
   border: 1px solid #ced4da;
   text-transform: capitalize;
}


/*** DOMAIN MAIN RIGHT CSS START ***/

.overview-right-main{
	background:#fff;
	box-shadow: 0px 7px 14px 0px rgb(162 104 97);
	margin-left:25px;
	border-radius:15px;
}

.domain-renew-alert{
	padding:15px;
}

.alert-close{
	float:right;
}

.Renew-btn1{
	padding:5px 10px 5px 10px;
	border-radius:25px;
}


.renew-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	 width:270px;
	 border-radius:15px;
}

.renew-btn2{
	padding:5px 10px 5px 10px;
	border-radius:25px;
	font-size:12px;
}



.toggle {
  position: relative;
  box-sizing: border-box;
}
.toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.toggle label:before {
  content: '';
  width: 58px;
  height: 28px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toggle label:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toggle input[type="checkbox"]:checked + label:before {
  background: #4BD865;
}
.toggle input[type="checkbox"]:checked + label:after {
  left: 35px;
}


.sell-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	 width:270px;
	 border-radius:15px;
}

.sell-btn2{
	padding:5px 10px 5px 10px;
	border-radius:25px;
	font-size:12px;
}

.Protect-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	 width:270px;
	 border-radius:15px;
}

.Protect-btn2{
	padding:5px 10px 5px 10px;
	border-radius:25px;
	font-size:12px;
}

.Protect-btn3{
	padding:5px 10px 5px 10px;
	border-radius:25px;
	font-size:12px;
}


.Contact-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	 width:410px;
	 border-radius:15px;
}

.DomainPrivacy-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	width:410px;
	 border-radius:15px;
}

.emailprivacy-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	width:410px;
	 border-radius:15px;
}

.Email-btn1{
	padding:5px 10px 5px 10px;
	border-radius:25px;
	font-size:12px;
}


.Transfer-card{
	 border:1px solid grey;
	 padding:12px;
	 margin-left:12px;
	 margin-bottom:5px;
	width:410px;
	 border-radius:15px;
}

.Advanced-card{
     border:1px solid grey;
	 padding:12px;
	 margin-left:px;
	 margin-bottom:5px;
	width:410px;
	 border-radius:15px;
}

.Delete-btn1{
	padding:5px 10px 5px 10px;
	border-radius:25px;
	font-size:12px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

/*** DOMAIN MAIN RIGHT CSS END ***/
/*** Domain Overview css End ***/