:root {
	--cta: #69cad8;
	--cta-hover: #58b4c1;
	--bs-border-radius: 10px;
	
}

:root, [data-bs-theme=light] {
	
	--bs-secondary-bg: #f6f8fa;
	--bs-border-color-translucent-hover: rgba(0, 0, 0, 0.3);
	--button-navi-hover: rgba(0, 0, 0, 0.1);

}

[data-bs-theme=dark] {
	--bs-body-bg: #212121;
	--bs-secondary-bg: #282828;
	--bs-border-color-translucent-hover: rgba(255, 255, 255, 0.30);
	--button-navi-hover: rgba(255, 255, 255, 0.10)

}


@font-face {
font-family: "Okta";
src: url("../fonts/OktaNeue-BoldItalic.woff") format("woff"),
url("../fonts/OktaNeue-BoldItalic.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*background: #f6f8fa !important;
  color: #262626;*/
  font-family: Arial;
}

h1,h2,h3,h4, .title {
	font-family: "Okta";
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  height: 100%;
  padding: 40px 10px 30px 10px;
  
  border-right: 1px solid var(--bs-border-color-translucent);
  transition: 0.3s;
}

.preview_sidebar {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
  height: 100%;
  background: var(--bs-body-bg);
  border-left: 1px solid var(--bs-border-color-translucent);
  transition: 0.3s;
  right:0;
  left:unset;
  width:unset;
  padding:0;
}

.preview_collapse_area {
	width:20px;
	background:var(--bs-body-bg);
	height:100%;
	border-right: 1px solid var(--bs-border-color-translucent);
	
}

.preview_collapsed {
	right:-497px;		
}

.preview_collapsed .preview_collapse_area {
	width:40px;	
}

.sidebar-header {
  width: 100%;
  height:70px;
  margin-bottom: 44px;
  text-align: center;
}

.logo-icon {
  display: none;
  font-size: 28px;
  width: 30px;
  text-align: center;
  margin:auto;
}

.logo-img {
  
  height: 45px;
}

.sidebar button {
  height: 60px;
  background: transparent;
  border: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

.sidebar button > span {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 12px;
  border-radius: 24px;
  line-height: 1;
}

.sidebar button:hover > span {
  background: var(--button-navi-hover);
}

.sidebar button:hover > span :is(i, img) {
  scale: 1.05;
}

.sidebar button > span > span {
  transition: 0.3s;
}

.sidebar header p {font-weight: bold;
    text-align: center;}



  .mini-sidebar .sidebar .logo-img {
    display: none;
  }

  .mini-sidebar .sidebar .logo-icon {
    display: block;
  }

  .mini-sidebar .sidebar {
    width: 72px;
  }

  .mini-sidebar .sidebar button > span {
    width: 50px;
  }

  .mini-sidebar .sidebar button > span > span {
    opacity: 0;
    visibility: hidden;
  }

  .mini-sidebar .sidebar header p {display:none;}

.sidebar button i {
  position: relative;
  font-size: 28px;
  transition: 0.2s;
}

.sidebar button img {
  width: 28px;
  height: 28px;
  transition: 0.2s;
}

.sidebar button i > span {
  display: grid;
  place-items: center;
  height: 20px;
  padding: 0 4px;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  right: -10px;
  border: 1px solid #ffffff;
  background: #ff2f40;
  color: #f9f9f9;
  font-size: 12px;
  font-family: Arial;
  font-style: normal;
}

.sidebar button i > em {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  right: -1px;
  border: 1px solid #ffffff;
  background: #ff2f40;
  color: #f9f9f9;
  font-size: 12px;
  font-family: Arial;
  font-style: normal;
}

.sidebar button span {
  font-size: 17px;
}

.sidebar > nav {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sidebar > nav button:last-child {
  /*margin-top: auto;*/
}


.app {
	display:flex;
	flex-direction: column;
	margin-left:250px;
	transition: 0.3s;
	background:var(--bs-secondary-bg);
	padding:1em;
	min-height:100vh;
	
}

.mini-sidebar .app {
	margin-left:73px;
	
}

.greeting {
	
	color:var(--bs-body-color);
}

.kpi {
	gap:1em;
}



.kpi-element {
	width:150px;
	background:var(--bs-body-bg);
	border:1px solid var(--bs-border-color-translucent);
	border-radius:20px;
	padding: 0.85rem;
}

.kpi-element:hover {
	border:1px solid #adadad;
	border:1px solid var(--bs-border-color-translucent-hover);
	
}

.kpi-title {
	font-size:15px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}

.kpi-value {
	font-size:20px;
	font-weight:bold;
	margin:0;
}

.dashboard-title {
	font-weight:bold;
	font-size:20px;
	color:#777;
	margin-top:50px;
}

#content {
	padding: 2em 1em;
}



.content-header {
	display:flex;
	flex-flow:row;
	
}

.flex-half {width:50%; padding:1em 0;}



.card-form {
	padding:1em;
	border:1px solid var(--bs-border-color-translucent);
	display:flex;
	flex-flow:column;
	gap:1em;
}

.parrent .container p {
	margin:0;
}

.flex-half p {margin:0;}

.btn-light {
	background:var(--bs-tertiary-bg);
	border-color:var(--bs-tertiary-bg) ;
	color:var(--bs-body-color);
}
.btn-light:hover {
	background:rgba(var(--bs-tertiary-bg-rgb),0.1);
	border-color:var(--bs-tertiary-bg) ;
	color:var(--bs-body-color);
}

.list-group-item:hover {
	background:rgba(var(--bs-tertiary-bg-rgb),0.1);
}

.card-body p {
	margin:0;
}


.topbar {
	position:fixed;
	top:0;
	width:100%;
	max-width:500px !important;
	height:3.25em;
	display:flex;
	flex-flow:row;
	justify-content:space-between;
	padding: 0em 1em 0em 1em;
    background: #f5f5f5;
    align-items: center;
	z-index:999;
}

.topbar a, .topbar input {
	width:25%;
	font-size:1.1rem;
	text-decoration:none;
	
}

.topbar a i {
	font-size:1.4rem;
	color: var(--bs-body-color);;
}



.edit-images {
	padding:0.5em;
	width:100%;
	height:9em;
	display:flex;
	flex-flow:row;
	justify-content:space-evenly;
	margin-bottom:1em;
}

.edit-images span {
	font-size:0.8rem;
}

.round-image {
	border-radius:50%;
}

.form-group {
	margin-bottom:1em;
}

input.form-control-lg::placeholder {
	font-size:1rem;
	line-height:1rem;
}

.edit-avatar {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
}

.edit-avatar img{
	width:6em;
	height:6em;
	object-fit:cover;
}

.edit-cover {
	
	width:60%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
}


.edit-cover img {
	border:1px solid var(--bs-border-color-translucent);
    border-radius: 10px;
    width:11em;
	height:6em;
	object-fit:cover;
}

#progress_bg {
	
	
    display:none;
    height: 0.4em;
    z-index: 9999;
    width: 100%;
	border-radius:0;
	background:unset;
}

.progress-bar {
	background: var(--cta);
}


#contactlist ul {width: 100%; list-style:none;padding:0;}

#contactlist ul li{
	width:100%;
	display:flex;
	flex-flow:row;
	
	align-items:center;
	background-color:var(--bs-body-bg);
	border-bottom:1px solid var(--bs-border-color-translucent);
	
	padding:0;
	color: var(--bs-body-color);
	text-decoration:none;
	justify-content:space-between;
}


#contactlist ul li a.profile_link, #contactlist ul li a.lead_link{
	width:100%;
	display:flex;
	flex-flow:row;
	align-items:center;
	background-color:var(--bs-body-bg);
	padding: 1em 0 1em 2em;
	
	color: var(--bs-body-color);
	text-decoration:none;
}



#contactlist ul li div.profile_modal{
		width:auto;
		padding: 2em 2em 2em 0;
		text-decoration: none;
}

#contactlist ul li div.lead_modal{
	display:flex;
	justify-content:flex-end;
		width:auto;
		padding: 2em 2em 2em 0;
		text-decoration: none;
}

#contactlist ul li a img {
	height:3em;
	width:3em;
	object-fit:cover;
}

#contactlist ul li a p {
	margin:0;
	color: var(--bs-body-color);
	text-decoration:false;
}

#contactlist ul li a div.avatar {
	margin-right:0.75em;
}

#contactlist ul li a p.fullname {
	
}
#contactlist ul li a p.slogan {
		font-size:0.9rem;
		line-height:1.2rem;
}




#contactlist ul li a.profile_modal i:before, #contactlist ul li a.lead_modal i:before {
		border:0;
		font-size:1.75rem;
		color: var(--bs-body-color);
		
}

#contactlist ul li a:hover {
	background:rgba(var(--bs-secondary-bg-rgb),0.5);
	cursor:pointer;
}

#contactlist ul li .active {
	background:var(--cta) !important;
	
}

#editContactForm li {
	width:100%;
	display:flex;
	flex-flow:row;
	
	align-items:center;
	
	
	
	margin-bottom:1em;
	color: var(--bs-body-color);
	text-decoration:none;
	
	
}
#editContactForm li a{
	
	display:flex;
	flex-flow:row;
	background-color:var(--bs-secondary-bg);
	align-items:center;
	justify-content:center;
	padding:1em;
	color: var(--bs-body-color);
	text-decoration:none;
	
}

#editContactForm li a p {
	margin:0;
	color: var(--bs-body-color);
	text-decoration:false;
}

#editContactForm li a img {
	height:4em;
	width:4em;
	object-fit:cover;
}

#editContactForm li a p.slogan {
		font-size:0.9rem;
		line-height:1.2rem;
}

#editContactForm li a .avatar {
	margin-right:20px;
}

.icon-insta::before {
	width: 16px;
    height: 16px;
}

.btn-cta {
	border-color: var(--cta);
	background: var(--cta);
	color: var(--bs-body-bg);
	margin-top: 1em;
}

.btn-cta:hover {
	border-color: var(--cta-hover);
	background-color: var(--cta-hover) !important;
	color:var(--bs-body-bg) !important;
   
} 

.btn-cta-sm {
	padding: 5px;
    background: var(--cta);
    color: var(--bs-body-bg);
    line-height: 1.1rem;
	
}

.btn-outline-primary {
    border-color: var(--cta);
    color: #1833FF;
}

.btn-outline-primary:hover {
    background-color: #1833FF;
    color: #ffffff;
}


.cover {
   
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #c3c3c3;
    background: var(--bs-body-bg);
    /*background-image: url(../img/cover.png);*/
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    object-fit: cover;
    text-align: center;
    align-items: center;
    display: flex;
justify-content: center;}



.cover img {
	
	object-fit: cover;
	    width: 100%;
}
.profileimg {
position: absolute;
padding:3px;
top:7%;
left:8%;
overflow:hidden;
background:url("../img/web-bg.png");
background-size:cover;
height:100px;
width:100px;
border-radius: 50%;
position:relative;
top:-30px;
}

.profileimg img {
width:100%;
height:100%;
border-radius: 50%;
object-fit: cover;
}


.firstinfo {
padding-top:20px;
padding-left:42.5%;
padding-right:7%;
margin-top:-110px;
}

.firstinfo .name {
font-size:1.2rem;
min-height:1.2em;
margin-bottom:0;
}

.bio {
	display:block;
	min-height:1.2em;
font-size:0.9rem;
}

.user-links {
padding:10%;
padding-top:0;
}


.bio-links {
margin-top:50px;
display:flex;
flex-direction: row;
justify-content: flex-start ;
gap:1.75em;
flex-wrap:wrap;
row-gap: 2em;
padding-left:10%;
padding-right:10%;
}


.bio-link {
width:25%;
/*margin:auto;*/
text-align:center;
font-size:1.2rem;
}


.bio-link i:before {

}


.bio-link a {

text-decoration:none;

}

.bio-link a i {

margin:auto;
text-align:center;
background:var(--bs-body-bg);
font-size:1.5rem;
border-radius:50px;
border:1px solid #c3c3c3;
margin-bottom:10px;
color: var(--bs-body-color);
padding:15px;

}

.bio-link p {

margin-top:10px !important;
text-align:center;
font-size:0.9rem;
margin:0;

}


.links-flex {
margin-top:5%;
display:flex;
flex-direction: row;
align-items: stretch;
gap:;
flex-wrap:wrap;
row-gap: ;

}

.links-flex .link {

/*width:75px;
height:75px;*/
width:30%;
text-align:center;
margin: auto;
margin-top: 0;
}

div.link {
	position:relative;
}

.link a {

font-size:0.8rem;
text-decoration:none;
color:#1d1d1d;
}

.links-flex .link img {
width:90%;
border-radius:10px;
border:1px solid var(--bs-border-color-translucent)
}

.link p {
margin-top:10px !important;
}


.image-popup {
	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
	background:#000000b8;
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
	display:none;
	justify-content:center;
}

.image-popup img {
	
	max-height:70%;
	object-fit:cover;
}

.disabled_link {
	opacity:0.75;
}

.disabled_link:hover {
	background:unset !important;
	
}

.tiny {font-size:0.75rem !important;color: var(--cta);}




.editable-social i.ti-pencil, .edit-avatar.ti-pencil:before {
	position: relative;
    top: 14px;
    background: var(--bs-body-bg);
    border-radius: 20px;
    padding: 5px;
    color: var(--bs-body-color);
    border:1px solid var(--bs-border-color-translucent);
    left: 40%;
}

.edit-avatar, .edit-cover {

	
}


.edit-cover.ti-pencil:before {
	position: relative;
    top: 20px;
	
    background: var(--bs-body-bg);
    border-radius: 20px;
    padding: 5px;
    color: var(--bs-body-color);
    border:1px solid var(--bs-border-color-translucent);
    left: 40%;
}

.edit-cover p, .edit-avatar p {
	text-align:center;
	margin:10px 0 10px 0;
	font-family:Arial;
	font-size:1rem;
	
	
}

.edit-images {
	margin-bottom:50px;
}

.edit-cover p {
	
}


.ui_box {
	
	background:var(--bs-body-bg);
	padding:2em;
	border:1px solid var(--bs-border-color-translucent);
	border-radius:20px;
	display:flex;
	flex-flow:column;
	gap:1em;
}

#prev_collap {
	height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration:none;
	color:var(--bs-body-color);
}

#preview_frame {
	display:flex;padding:0;overflow:hidden;width:400px;justify-content: center;align-items: flex-start;
	padding-bottom: 1em;
}

#preview_frame #editContactForm {
	width:100%;
	height: 100%;
	align-items:flex-start;
	
}

#preview_frame #editContactForm li {
	
}

#preview_frame #editContactForm li a {
	width:100%;
	margin:0;
	justify-content:flex-start;
}

#preview_frame #editContactForm form {
	margin-top:1em;
	
}

.contact-content {
	padding:0 1em 0 1em;
}

.contact-info label {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

.contact-info p {
	margin:0;
}

.affiliate-list {
	padding:0;
}

.affiliate-list button i::before {
	font-size:1.5rem;
	color:var(--cta);	
}

.affiliate-list .accordion-header button {
	display:flex;
	gap:1em;
	padding:1em;
	color:var(--bs-body-color);;
}

@media (width > 1200px) {
	#content {
	padding:1em !important;
}
}

@media (width < 1200px) {
  .logo-img {
    display: none;
  } 

  .logo-icon {
    display: block;
  }

  .sidebar {
    width: 72px;
  }

  .sidebar button > span {
    width: 50px;
  }

  .sidebar button > span > span {
    opacity: 0;
    visibility: hidden;
  }
  
  .sidebar header p {display:none;}
  
  .app {
	margin-left:75px;
	
}

}


.edit-images img {
	cursor:pointer;
}