/* *******************************/

.btn-disabled {
	background-color: rgba(0,186,214,0.5);
	border: 0;
	color: rgba(255,255,255,0.9);
	font-weight: 600;
	transition: all ease 0.2s;
}

.btn-disabled:active,
.btn-disabled:hover {
	background-color: rgba(0,186,214,0.4);
	border: 0;
	color: rgba(255,255,255,0.9);
	cursor: not-allowed;
	text-decoration: none;
}

.btn-disabled img {
	height: 15px;
	opacity: 0.7;
	transition: all ease 0.2s;
	width: auto;
}

.btn:disabled {
	background-color: rgba(77,90,92,0.5);
	border-color: rgba(148,162,165,0.5);
}

/* *******************************/

.btn-primary {
	background-color: #00bad6;
	border-color: #00bad6;
	font-weight: 600;
	line-height: 1.6;
}

.btn-primary:hover {
	background-color: #0198af;
	border-color: #d9f5f9;
	text-decoration: none;
}

.btn-primary img {
	height: 15px;
	opacity: 0.7;
	transition: all ease 0.2s;
	width: auto;
}

.btn-primary:hover img {
	opacity: 1;
}

nav > .btn-primary {
	margin-bottom: .25rem;
	margin-top: .25rem;
}

@media (min-width: 768px){

	nav > .btn-primary {
		margin-bottom: 0rem;
		margin-top: 0rem;
	}
}

/* *******************************/

.btn-secondary {
	background-color: #fff;
	border-color: #ccc;
	color: #444;
	font-weight: 600;
	line-height: 1.6;
}

.btn-secondary:hover {
	background-color: #eee;
	border-color: #ccc;
	color: #444;
	text-decoration: none;
}

/* *******************************/

.btn-icon {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	position: relative;
}

.btn-icon img {
	height: 20px;
	opacity: 0.5;
	transition: all ease 0.2s;
	width: auto;
}

.btn-icon img:hover {
	opacity: 1;
}

.btn-icon-sm img {
	height: 15px;
}

/* *******************************/

.btn-profile img {
	border: 3px solid #fff;
	border-radius: 23px;
	height: 46px;
	transition: all ease 0.2s;
	width: auto;
}

.btn-profile:hover img {
	border: 3px solid #00bad6;
}

/* *******************************/

.btn-icon-text {
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #444;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 600;
	gap: 2px;
	outline: 0;
	padding: 0 7px;
	text-transform: uppercase;
	transition: all ease 0.1s;
}

.btn-icon-text:hover {
	background:  #00bad6;
	border-color: #00bad6;
	color: #fff !important;
	text-decoration: none;
}

.btn-icon-text img {
	height: 12px;
	opacity: 0.5;
	width: auto;
}

.btn-icon-text[disabled] {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #ccc;
}

/* *******************************/

.btn-filter {
	background-color: #fff;
	border-radius: 20px;
	border-color: #ccc;
	color: #444;
	font-size: 0.9rem;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1.6;
}

.btn-filter:hover,
.btn-filter-selected {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

/* *******************************/

.btn-select {
	border-radius: 3px;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 5px;
	text-transform: uppercase;
}

.btn-select-primary {
	background-color: #198754;
	color: #fff;
}

.btn-select-other {
	border: 1px solid #198754;
	color: #198754;
}

.btn-select-other:hover {
	background-color: #198754;
	color: #fff;
	text-decoration: none;
}

/* *******************************/

.btn-menu {
	background-color: #fff;
	border-color: #fff;
	transition: all ease 0.2s;
}

.btn-menu:hover {
	background-color: #fff;
	border-color: #ddd;
}

.btn-menu img {
	height: 30px;
	margin: 0;
	opacity: 0.5;
	transition: all ease 0.2s;
}

.btn-menu:hover img {
	opacity: 1;
}

.btn-contact-add {
	background-color: transparent;
	border: 4px dashed #ccc;
	min-height: 336px;
	text-align: center;
	width: 300px;
}

.btn-contact-add:hover {
	background-color: #ddd;
	border-color: #bbb;
	min-height: 336px;
	text-align: center;
	width: 300px;
}

.btn-contact-add img {
	height: 60px;
	opacity: 0.2;
	transition: all ease 0.2s;
}

.btn-contact-add:hover img {
	opacity: 0.5;
}

.btn-upload-avatar {
	background-color: rgb(255,255,255,0.7);
	border-radius: 3px;
	color: #000;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1rem;
	padding: 0 5px;
	transition: all ease 0.2s;
}

.btn-upload-avatar:hover {
	background-color: rgb(255,255,255,1);
	color:#000;
	text-decoration: none;
}

/* .btn-remove *******************************/

.btn-remove {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 24px;

}
.btn-remove img {
	height: 16px;
	opacity: 0.5;
	transition: ease all 0.2s;
	width: auto;
}

.btn-remove:hover img {
	opacity: 1;
}


/* .btn-more *******************************/

.btn-more {
  margin: 20px 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;;
}

.btn-more:hover {
  border: 1px solid #999;
}