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

.tobaccoQR .container .inspectionContainer {
	display: flex;
    flex-direction: column;
    gap: 15px;
	padding: 20px;
}

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

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

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

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

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

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

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

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

.tobacco .container .inspectionContainer .tagCard{
	background-color: #e83e8c;
    border-color: #e5277e;
    color: #fff;
    padding: .25rem;
    border-radius: .25rem;
}

.tobacco.backend .container .inspectionContainer .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 .inspectionContainer .header .label.button.back{
	color: #fff !important;
	background-color: #e04e5c;
    border-color: #e04e5c;
}

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

.tobacco .container .map.disableMap{
	height: unset !important;
    text-align: center;
    font-weight: bold;
    padding: 3rem 0;
    background: #f8f9fa;
    color: #000;
}

.tobacco .container .inspectionContainer .camera{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7px;
    color: #fff;
    border-radius: .25rem;
    cursor: pointer;
}

.tobacco .container .inspectionContainer .camera.green{
	background: #28a745!important;
}

.tobacco .container .inspectionContainer .camera.blue{
	background: #007bff!important;
}

.tobacco .container .inspectionContainer .camera.violet{
	background: #6f42c1!important;
}

.tobacco .container .inspectionContainer .camera.red{
	background: #dc3545!important;
}

.tobacco .container .inspectionContainer .camera.mint{
	background: #20c997!important;
}

.tobacco .container .inspectionContainer .inspectionRecord{
    cursor: pointer;
    border-radius: 3px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #6c757d;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding: 5px 20px;
}

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

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

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