.tobacco .container .placeContainer{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tobacco.backend .container .placeContainer .header{
	background: #17a2b8 linear-gradient(180deg,#3ab0c3,#17a2b8) repeat-x!important;
	padding: 30px .5rem;
}

.tobacco.frontend .container .placeContainer .header .title{
	color: #17a2b8!important;
	font-size: 1.75rem;
    font-weight: 500;
    line-height: 2;
}

.tobacco.backend .container .placeContainer .header .title{
	color: #fff!important;
	font-size: 1.75rem;
    font-weight: 500;
    line-height: 2;
}

.tobacco .container .placeContainer .header .label{
	color: #5d6974!important;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	display: flex;
	gap: 5px;
}

.tobacco .container .placeContainer .header .label:hover{
	cursor: pointer;
}

.tobacco .container .placeContainer .header .svg{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.tobacco .container .placeContainer .header .text{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.tobacco .container .placeContainer .header .subTitle{
	color: #6c757d!important;
	font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
}

.tobacco .container .placeContainer .form .body .button {
	padding: 0;
    padding-left: 2rem;
	padding-right: 2rem;
	line-height: calc(1.5em + .75rem);
	font-size: 1rem;
	font-weight: 400;
	border-radius: .25rem;
	font-family: var(--main-font-family) !important;		
	box-shadow: none;
	cursor: pointer;
}

.tobacco .container .placeContainer .form .body .button.submit{
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.tobacco .container .placeContainer .form .body .button.submit:hover{
	color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.tobacco .container .placeContainer .form .body .button.remove{
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.tobacco .container .placeContainer .form .body .button.remove:hover{
	color: #fff;
    background-color: #dd1629;
    border-color: #dd1629;
}

.tobacco .container .placeContainer .form .body .button.reset{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.tobacco .container .placeContainer .form .body .button.reset:hover{
	color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.tobacco .container .placeContainer .profile{
	width: 30%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tobacco .container .placeContainer .profile .imageLabel{
	background: #f7f7f7;
	padding: .75rem 1.25rem;
	border-radius: .25rem .25rem 0 0;
}

.tobacco .container .placeContainer .profile .camera{
	position: absolute;
    right: 16px;
    bottom: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    padding: .5rem;
    border: 1px solid #ced4da;
    color: #238dfe;
	cursor: pointer;
}

.tobacco .container .placeContainer .profile .camera:hover{
	color: #1381f7;
}

.tobacco .container .placeContainer .menuCard.profile .footer{
	background: #f7f7f7;
	border-radius: 0 0 .25rem .25rem;
}

.tobacco .container .placeContainer .menuCard{
	width: calc((100% - (15px * 3)) / 4);
    border-radius: .25rem;
    color: #343a40!important;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
	background: #f7f7f7;
}

.tobacco .container .placeContainer .additionalContainer{
	width: 70%;
}

.tobacco .container .placeContainer .menuCard.information{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tobacco .container .placeContainer .menuCard .image{
	display: flex;
    justify-content: center;
}

.tobacco .container .placeContainer .menuCard .image img{
	width: 60px;
	height: 60px;
}

.tobacco .container .placeContainer .menuCard .image svg{
	width: 60px;
	height: 60px;
}

.tobacco.backend .container .placeContainer .header .label.button{
	padding: 0;
    padding-left: .75rem;
	padding-right: .75rem;
	line-height: calc(1.5em + .75rem);
	font-size: 1rem;
	font-weight: 400;
	border-radius: .25rem;
	font-family: var(--main-font-family) !important;		
	box-shadow: none;
	cursor: pointer;
}

.tobacco.backend .container .placeContainer .header .label.button.back{
	color: #fff !important;
	background-color: #e04e5c;
    border-color: #e04e5c;
}

.tobacco.backend .container .placeContainer .header .label.button.back:hover{
	color: #fff !important;
    background-color: #df2e3f;
    border-color: #df2e3f;
}

.tobacco .container .placeContainer .form .footer .button.back{
	color: #fff;
	background-color: #9ea4aa;
	border-color: #9ea4aa;
}

.tobacco .container .placeContainer .form .footer .button.back:hover{
	color: #fff;
    background-color: #8d9297;
    border-color: #8d9297;
}

.tobacco .container .placeContainer .form .footer .button.submit{
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.tobacco .container .placeContainer .form .footer .button.submit:hover{
	color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.tobacco.frontend .container .placeContainer .menuCard .label{
	color: #343a40!important;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.0;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	font-weight: bold;
}

.tobacco.backend .container .placeContainer .menuCard .label{
	color: #343a40!important;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.0;
    min-width: 250px;
    display: flex;
	font-weight: bold;
	gap: 5px;
}

.tobacco .container .placeContainer .menuCard .menu{
	display: flex;
	gap: 10px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: .75rem 1.25rem;
	cursor: pointer;
}

.tobacco .container .placeContainer .menuCard .menu:hover{
	color: #16181b;
    background-color: #f8f9fa;
    font-weight: bold;
}

.tobacco .container .placeContainer .avatar{
	border-radius: .25rem;
	width: 100%;
	object-fit: cover;
}

.tobacco .container .placeCard{
	width: calc((100% - (15px * 3)) / 4);
	border-radius: .25rem;
    background: #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border: 1px solid #dee2e6!important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tobacco .container .placeCard .image{
	display: flex;
    justify-content: center;
	cursor: pointer;
	min-height: 258px;
    max-height: 258px;
}

.tobacco .container .placeCard .image:hover{
	opacity: .9;
}

.tobacco .container .placeCard .image img{
	min-height: 100%;
    max-height: 100%;    
    min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	border-radius: .25rem .25rem 0 0;
}

.tobacco .container .placeCard .topic{
	font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tobacco .container .placeCard .button{
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff !important;
    background: #007bff !important;
}

.tobacco .container .placeCard .date{
	display: flex;
    flex-direction: column;
    justify-content: center;
    color: #6c757d!important;
    font-size: 80%;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
	.tobacco .container .placeContainer .header .label{
		display: none;
	}

	.tobacco.frontend .container .placeContainer .header .title{
		margin-bottom: 1.5rem;
	}

	.tobacco .container .placeContainer .header .subTitle{
		display: none;
	}

	.tobacco .container .placeContainer .form{
		width: 100%;
	}

	.tobacco .container .placeContainer .profile{
		width: 100%;
	}

	.tobacco .container .placeContainer .additionalContainer{
		width: 100%;
	}

	.tobacco .container .placeCard{
		width: 100%;
	}
}