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

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

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

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

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

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

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

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

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

.tobacco .container .historyContainer .form .body .button {
	padding: 0;
    padding-left: 1.75rem;
	padding-right: 1.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 .container .historyContainer .form .body .button.submit{
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

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

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

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

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

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

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

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