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

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

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

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

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

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

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

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

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

.tobacco .container .newsContainer .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 .newsContainer .form .body .button.submit{
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

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

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

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

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

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

.tobacco .container .newsContainer .form .body .button.disabled{
	opacity: .4;
	cursor: default;
}

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

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

.tobacco .container .newsContainer .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 .newsContainer .profile .camera:hover{
	color: #1381f7;
}

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

.tobacco .container .newsContainer .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 .newsContainer .additionalContainer{
	width: 70%;
}

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

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

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

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

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

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

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

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

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

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

.tobacco .container .newsContainer .form .body .button.print, .tobacco .container .newsContainer .form .footer .button.print{
	color: #fff;
    background-color: #288ba7;
    border-color: #188f9b;
	padding: 0 20px;
}

.tobacco.frontend .container .newsContainer .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 .newsContainer .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 .newsContainer .menuCard .menu{
	display: flex;
	gap: 10px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: .75rem 1.25rem;
	cursor: pointer;
}

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

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

.tobacco .container .newsCard{
	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 .newsCard .image{
	display: flex;
    justify-content: center;
	cursor: pointer;
	min-height: 258px;
    max-height: 258px;
}

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

.tobacco .container .newsCard .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 .newsCard .topic{
	font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

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

.tobacco .container .newsPaperContainer .topic{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.75rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 2;
}

.tobacco .container .newsPaperContainer .date{
	font-size: .875rem!important;
	color: #6c757d!important;
}

.tobacco .container .newsPaperContainer .footer{
	display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 0 0 .25rem .25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

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

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

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

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

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

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

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

.tobacco .container .newsPaperContainer .agency{
	text-decoration: unset;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
}

.tobacco .container .newsPaperContainer .imageCard{
	width: calc((100% - (15px * 3)) / 4);
}

.tobacco .container .newsPaperContainer .imageCard img{
	min-height: 258px;
    max-height: 258px;    
    min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	border-radius: .25rem;
}

@media only screen and (max-width: 1380px) {
	.tobacco .container .newsCard{
		width: calc(100% - 557px)
	}
}

@media only screen and (max-width: 1050px) {
	.tobacco .container .newsCard{
		width: calc(100% - 346px);
	}
}

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

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

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

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

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

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

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

	.tobacco .container .newsPaperContainer .imageCard{
		width: 100%;
	}
}

