﻿:root {
	--bs-primary: #8871B5;
	--bs-primary-rgb: 136,113,181;
}

* {
	box-sizing: border-box;
}
	
*:focus {
	outline: none;
}

html {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	min-height: 100%;
	height: 100%;
}
	
textarea:focus, input:focus{
	outline: none;
}
	
a {
	color: var(--black);
}

p {
	padding: 0 0px;
}
	
/* Layout */
.container {
	max-width: 520px;
	height: 100%;
	background-color: #fff;
	padding: 0 0 0 0;
	overflow: auto;
}

.wrapper {
	height: 100%;
}

@media (min-width: 520px)  {
	.wrapper {
		display: flex;
		align-items: center;
	}

	body {	
		background-color: #f1f1f1;
	}

	.container {
		max-height: 860px;
		border-radius: 4px;
	}
		
	.col {
		padding: 0 32px 32px;
	}
}

.row {
	padding: 0 16px;
	margin: 0;
}

.max-width {
	max-width: 600px;
	width: 100%;
}


.h-15 {
	height: 15% !important;
}

.h-40 {
	height: 40% !important;
}

.h-60 {
	height: 60% !important;
}

.h-85 {
	height: 85% !important;
}
.cx-header {
	height: 56px;
	z-index: 999;
}

.cx-header h1 {
	margin: 0 !important;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.0125em;
}

.cx-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 16px;
	margin: 0 auto;
}

.cx-header-button {
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: #000;
	background-color: transparent;
	outline: none;
}
.cx-header-button.rounded {
	border-radius: 50%;
	width: 42px;
	height: 42px;
}
.cx-header-button.rounded img {
	width: 26px;
	height: 26px;
}
	
/* Lists */
.list-group-item {
	min-height: 55px;
	font-size: 16px;
	border: none;
	padding: 16px 18px;
	border-radius: 4px !important;
}

.list-group-item-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-primary-contrast) !important;
}

.list-group-item-light {
	background-color: var(--bs-light) !important;
	color: var(--bs-dark) !important;
}

.list-group-item-default {
	border-bottom: 1px solid #ccc;
	border-radius: 0 !important;
}

.list-group-item-default:last-of-type {
	border-bottom: 0 !important;
	border-radius: 0 !important;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	filter: brightness(95%);
}

	
/* Button */
a.btn {
	display: flex;
	justify-content: center; 
	align-items: center;
	font-weight: 100;
	text-transform: none;
}

.btn {
	min-height: 52px;
	box-shadow: none !important;
	outline: none !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: 0.3s;
}

.btn-rounded {
	min-height: 52px;
	border-radius: 34px;
}

.btn-lowercase {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.btn-default:hover, .btn-default:active {
	color: #7c7c7c;
}
	
.btn-primary {
	background-color: var(--bs-primary);
}

.btn-primary:disabled, .btn-primary.disabled {
	background-color: rgba(var(--bs-primary-rgb), 0.8);
	border-color: none;
}
	
.link-primary {
	color: var(--bs-primary);
	text-decoration: none;
}

.link-dark {
	text-decoration: none;
}

.btn-light {
background-color: var(--bs-light);
}

.btn-success {
background-color: var(--bs-success);
}
	
.btn-primary:hover, .btn-primary:active  {
	background-color: var(--bs-primary);
	opacity: 0.9 !important;
}

.btn-success {
	color: #fff !important;
}

.btn-dark:hover, .btn-dark:active  {
	opacity: 0.8 !important;
}

.btn-light:hover, .btn-light:active  {
	filter: brightness(95%);
}

/* Nav */
.nav-link.active {
	color: var(--bs-dark);
	border-bottom: 1px solid var(--bs-light);
	background-color: #ffffff;
}

.nav-link {
	color: var(--bs-dark);
	font-weight: 500;
	transition: 0.3s;
	background-color: var(--bs-light);
	border-bottom: 1px solid var(--bs-light);
}
.nav-link:hover {
	color: var(--bs-gray-600);
	background-color: var(--bs-light);
}

/* Forms */
.form-floating input {
	width: 100%;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid #ccc !important;
}

.form-floating input:focus { border-bottom: 1px solid #ccc !important; }

.form-floating input:focus + label { color: var(--bs-body-color) !important; }
		
.invalid-feedback ul {
	padding: 0;
}

.invalid-feedback ul li::marker {
	content: '';
}

ul, li {
	list-style-type: none !important;
}

.form-floating input, .form-floating label {
	padding-left: 0 !important;
	opacity: 1 !important;
}
	
.form-floating label {
	font-weight: bold !important;
}

.form-floating input {
	padding-left: 4px !important;
}

.form-control:disabled, .form-control[readonly] {
	background-color: transparent !important;
}
.form-control:disabled, .form-control[readonly]:focus {
	background-color: transparent !important;
	border-bottom: 1px solid #ccc !important;
}

.form-floating .form-control[readonly]:focus + label { color: var(--bs-body-color) !important;}

.form-control {
	width: 100%;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid #ccc !important;
	padding-left: 0;
}

.form-control:focus { border-bottom: 1px solid var(--bs-success) !important; }

.form-label { font-weight: bold !important; padding: 0;}
	
/* Style file input */
.file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

.cx-radio .btn {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	font-size: 16px;
	transition: none;
	min-height: 48px;
	padding: 14px 16px;
}
	
.cx-radio label:hover { background-color: #f7f7f7 !important; }

.cx-radio input[type='radio'] {
	transform: scale(1.4);
	cursor: pointer;
	margin-right: 16px;
}

input[type='radio']:focus {
	outline: none;
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}

.cx-radio input[type=radio]:checked{
	background-color: #ffffff!important;
	border-color: var(--bs-success) !important;
	border: 2px solid var(--bs-success)!important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%232DD36F'/%3e%3c/svg%3e");
}

.link-secondary {
	text-decoration: none;
}
	
.link-secondary:hover, .link-secondary:active, .link-secondary:focus {
	color: #999;
}

.cx-avatar {
	padding: 0.25rem;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	object-fit: cover;
}

.cx-avatar-edit-btn, .cx-avatar-edit-btn:active, .cx-avatar-edit-btn:focus {
	width: 40px; 
	height: 40px; 
	background-color: var(--bs-gray-200); 
	border-radius: 50%; 
	position: absolute; 
	bottom: 5px; 
	right: 5px;     
	display: flex;
	justify-content: center;
	align-items: center;
}

.cx-avatar-edit-btn:hover {
	background-color: var(--bs-gray-300); 

}
	
.cx-sign-item {
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #f4f5f8;
}
	
.cx-sign-item p {
	padding: 0px;
	margin: 0;
}	

.alert {
	background-color: var(--bs-light);
	border: none;
	margin: 0 !important;
	padding: 16px;
	margin-bottom: 16px !important;
}
	.switch {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
	
.switch.input {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 20px;
	opacity: 0;
	z-index: 0;
}
	
.switch.label {
	display: block;
	padding: 0 0 0 54px;
	cursor: pointer;
}
	
.switch.label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 36px;
	height: 14px;
	background-color: var(--bs-gray-500);
	border-radius: 14px;
	z-index: 1;
	transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
	
.switch.label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	z-index: 2;
	transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	transition-property: left, background-color;
}

		.switch.input:checked + .switch.label:before {
			background-color: var(--bs-gray-300);
		}

		.switch.input:checked + .switch.label:after {
			left: 16px;
			background-color: var(--bs-success);
		}
	  
h1, h2, h3, h4, h5, h6 {
	margin-top: 16px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	margin-top: 20px;
	font-size: 26px;
}

h2 {
	margin-top: 18px;
	font-size: 24px;
}
	
h3 {
	font-size: 22px;
}
	
h4 {
	font-size: 20px;
}
	
h5 {
	font-size: 18px;
}
	
h6 {
	font-size: 16px;
}
	
small {
	font-size: 75%;
}
	
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
	
sup {
	top: -0.5em;
}
	
sub {
	bottom: -0.25em;
}

.fw-bold {
	font-weight: 500 !important;
}

.text-wrap {
	white-space: nowrap !important;
  	overflow: hidden !important;
  	text-overflow: ellipsis !important;
}

[type=button] {
	-webkit-appearance: none !important;
}
	  
/*# sourceMappingURL=typography.css.map */
	  
.cx-collab-label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px !important;
}

.cx-collab-logo {
	max-width: 110px;
	width: 100%;
}

.cx-applet-logo {
	max-width: 120px;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.cx-collab-logo {
		max-width: 140px;
	}
	.cx-applet-logo {
		max-width: 160px;
	}
}