/* <!-- Team Setting Css --> */

.team-titles {
font-size: 15px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}

hr {
border-bottom: 5px solid #eee !important;
}
.wp-picker-container {
float: none !important;
}
.em_size_field label {
height: 25px !important;
}
.em_size_field label {
width: 25% !important;
}

.slider {
-webkit-appearance: none;
width: 70%;
height: 10px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}

.slider:hover {
opacity: 1;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #61ACEB;
cursor: pointer;
}

.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #61ACEB;
cursor: pointer;
}
/* <!-- Team Setting Css --> */



/* <!-- Add Team page Css --> */

input[name=tbms_template_design] {
	visibility: hidden;
}
.team_layout {
	display: block;
	position: relative;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	opacity: 0.95;
	border: 4px solid #61ACEB;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.team_layout:after {
	content: "";
	position: absolute;
	opacity: 1; 
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	background-color: #61ACEB;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'></polyline></svg>");
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	z-index: 10;
}



.team-style {
margin-bottom: 30px;
}
.team-style-two {
margin-bottom: 30px;
}
.team-panel-class {
padding: 25px;
box-shadow: 3px 4px 20px 0px #999;
background-color: #fff;
cursor: move;
}

.team-panel-body {
padding: 10px;
}
.card {
margin-top: unset;
padding: unset;
max-width: unset;
box-shadow: unset;
background: unset;
box-sizing: unset;
}
.btn.peach-gradient {
color: #fff !important;
}
.btn.btn-lg {
padding: 1rem 2.4rem;
font-size: .94rem;
}
.btn-rounded {
border-radius: 10em !important;
}
.btn {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
padding: .84rem 2.14rem;
font-size: .81rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin: .375rem;
border: 0;
border-radius: .125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
color: inherit;
}
.peach-gradient {
background: linear-gradient(40deg,#ffd86f,#fc6262)!important;
}

.card-body img {
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px #999;
}
.card-body {
	background-color: #f0f3f5;
}
/* <!-- Add Team page Css --> */
