.tobacco .container .form{
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    /* margin-bottom: 1rem; */
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
	line-height: 2;
}

.tobacco .container .form .title{
	background: #17a2b8 linear-gradient(180deg,#3ab0c3,#17a2b8) repeat-x!important;
    color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tobacco .container .form .body{
	min-height: 1px;
    padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	font-size: 15px;
	color: black;
}

.tobacco .container .form .body .qrcode {
	display: flex;
    justify-content: center;
	height: max-content;
}

.tobacco .container .form .body .map{
	/* width: 100%; */
	height: 500px;
	border: 1px solid #ced4da;
	z-index: 1;
}

.tobacco .container .form .body .label{
	font-weight: 700;
	margin-bottom: .5rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tobacco .container .form .body .label label{
	font-weight: normal;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}

.tobacco .container .form .body .button{
	background-color: #f8f9fa;
    color: #444;
	display: flex;
	gap: 5px;
	border-radius: .25rem;
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
}

.tobacco .container .form .body .button:hover{
	background-color: #e9ecef;
	color: #2b2b2b;
	cursor: pointer;
}

.tobacco .container .form .body .button .svg{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.tobacco .container .form .body .button .text{
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 1rem;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}

.tobacco .container .form .footer .button{
	background-color: #f8f9fa;
    color: #444;
	display: flex;
	gap: 5px;
	border-radius: .25rem;
	border: 1px solid #ced4da;
	padding: 0 2rem;
	justify-content: center;
}

.tobacco .container .form .footer .button:hover{
	background-color: #e9ecef;
	color: #2b2b2b;
	cursor: pointer;
}

.tobacco .container .form .footer .button .svg{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.tobacco .container .form .footer .button .text{
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 1rem;
}

.tobacco .container .form .body .input{
	width: 100%;
	position: relative;
}

.tobacco .container .form .body .fileCard{
    width: 100%;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: .25rem;
	padding: .5rem;
	background: #f8f9fa;
	border: 1px solid #dee2e6!important;
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.tobacco .container .form .body .fileCard .previewContainer{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tobacco .container .form .body .fileCard.preview{
	width: calc(50% - 5px);
}

.tobacco .container .form .body .fileCard .icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-radius: .25rem;
}

.tobacco .container .form .body .fileCard.preview .icon{
	color: #fff;
    background: #dc3545;
    border-radius: .25rem;
    width: 38px;
	height: 38px;
    align-items: center;
	padding: 0 !important;
	cursor: pointer;
}

.tobacco .container .form .body .fileCard .icon.green{
	background: #28a745!important;
}

.tobacco .container .form .body .fileCard .icon.blue{
	background: #007bff!important;
}

.tobacco .container .form .body .fileCard .icon.violet{
	background: #6f42c1!important;
}

.tobacco .container .form .body .fileCard .icon.red{
	background: #dc3545!important;
}

.tobacco .container .form .body .fileCard .icon.mint{
	background: #20c997!important;
}

.tobacco .container .form .body .submitContainer{
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.tobacco .container .form .body .submitContainer .cancel{
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	padding: .375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	font-weight: 400;
	cursor: pointer;
}

.tobacco .container .form .body .submitContainer .submit{
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
	padding: .375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	font-weight: 400;
	cursor: pointer;
}

.tobacco .container .form .body .submitContainer .draft{
	color: #fff;
    background-color: orange;
    border-color: orange;
	padding: .375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	font-weight: 400;
	cursor: pointer;
}

.tobacco .container .form .footer{
	padding: .75rem 1.25rem;
	padding-bottom: 1rem;
}

.tobacco .container .form .footer .label{
	font-size: 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #212529;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tobacco .container .form .footer .link{
	font-size: 1rem;
    color: blue !important;
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
	.tobacco .container .form .body .fileCard.preview{
		width: 100%;
	}

	.tobacco .container .form .footer{
		flex-direction: column;
   		width: 100% !important;
		gap: 15px;
	}
}