body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container{
margin-top: 6px;
max-width: 420px;
padding-left: 5px !important;
padding-right: 5px !important;
}
.white-board {
	width: 100%;
	background-color: #f8f9fa;
	height: 180px;
	position: fixed;
    z-index: 999;;
}
#nav-profile{
padding-bottom: 50px !important;
}
.card-img {
	height: 150px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: 10px #faf7f7 solid;
	width: 150px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px #acacac;
	margin-top: 35px;
    text-align: center;
    overflow: hidden;
}
.img-edit {
	top: 100px;
	position: relative;
	margin: 0 auto;
	right: 0;
	left: 0;
	width: 120px;
	text-align: center;
	background-color: #000000ce;
	z-index: 1;
	color: #fff;
	height: 30px;
	font-size: 1em;
	display: inline-block;
	cursor: pointer;
	transition: .3s ease all;
	opacity: .8;
	box-shadow: 0px 0px 3px 1px #fff;
    line-height: 30px;
}
.cover-edit {
	bottom: 0px;
	position: absolute;
	left: 0;
	width: 70px;
	text-align: center;
	background-color: #000000ce;
	z-index: 1;
	color: #fff;
	height: 30px;
	font-size: 1em;
	display: inline-block;
	cursor: pointer;
	transition: .3s ease all;
	opacity: .8;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 0px 0px 5px 0px #fff;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	line-height: 30px;
}
.secret-code {
	bottom: 0px;
	position: absolute;
	right: 0;
	width: 90px;
	text-align: center;
	background-color: #000000ce;
	z-index: 1;
	color: #fff;
	height: 30px;
	font-size: .9em;
	display: inline-block;
	cursor: pointer;
	transition: .3s ease all;
	opacity: .8;
	border-radius: 8px 0px 8px 0px;
	box-shadow: 0px 0px 5px 0px #fff;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	line-height: 30px;
}
.img-edit:hover,.cover-edit:hover,.secret-code:hover {
	opacity: 1;
}
.card-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px #fff solid;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #595959;
	height: 170px;
	position: fixed;
	width: 98%;
	max-width: 400px;
	margin: 10px auto;
	right: 0;
	left: 0;
    z-index: 999;
}
.card-body{
text-align: center;
margin-top: 205px;
}
.card-body .nav-link{
color: #6a6a6a;
}

.list-group {
	margin: 5px auto 15px auto;
	width: 100% !important;
	display: inline-block !important;
	right: 0;
	left: 0;
	position: relative;
	padding: 5px 5px;
	box-shadow: 0px 0px 3px 0px #000;
}
.scroller{
    overflow: auto;
    height: 250px;
}
.card img {
	background-image: url('../../images/thumb.webp');
	background-size: cover;
	background-position: center;
}
.left{
text-align: left !important;
cursor: pointer;
font-size: .9em;
padding-left: 5px;
}
.btn{
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.detalsAlert{
	position: fixed;
	right: 0;
	left: 0;
	height: auto;
    padding: 10px 0px;
	width: 100%;
    max-width: 380px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px #777;
	border-radius: 7px;
	top: 35%;
    display: none;
    z-index: 999;
}
.alert-title {
	margin: 5px auto;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	border-bottom: 2px #cfcfcf inset;
	padding: 0px 0px 10px 0px;
}
.alert-body {
	padding: 2px 0px;
}
.alert-close {
	margin: -9px auto;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	border-top: 2px #cfcfcf inset;
	padding: 5px 0px 10px 0px;
    cursor: pointer;
}
.alert-close: hover{
background-color: #f0f0f0;
}
.alert-code{
max-width: 200px;
cursor: pointer;
}
#black-fixed-alert{
position: fixed;
z-index: 999999;
margin: 0 auto;
right: 0;
left: 0;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #000000c2;
color: #fff;
top: 50%;
width: 250px;
display: none;
}
.toast-img,.toast-deleteAccount {
	position: fixed;
	top: 10%;
	z-index: 999;
	margin: 0 auto;
	right: 0;
	left: 0;
	background-color: #ffffffde;
	height: 200px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 1px #fff9;
	border: 2px solid #606060;
}
.toast-img svg {
	height: 100px;
	width: 100px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	cursor: pointer;
    opacity: .5;
    transition:  .3s ease all;
}
.toast-img-antiClick,.toast-deleteAccount-antiClick {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #00000099;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
}
.toast-img svg:hover {
opacity: .8;
}
.upBtn {
	bottom: 0;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	box-shadow: none;
	border-radius: unset;
	border-top: 2px inset #a0a1a261;
	line-height: 25px;
}
.btn-img {
	height: 90px;
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	top: 50px;
	cursor: pointer;
	border-radius: 5px;
	max-width: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.btn-img::after {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	font-size: 5em;
	color: #b5afaf;
	top: 0px;
	background-color: #00000094;
	border-radius: 5px;
	background-image: url('../../images/upload.webp');
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.toast-deleteAccount-body {
	color: red;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	width: 85%;
	margin: 20px auto;
}
.deleteBtn {
	margin-top: 25px;
}
