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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tobacco .container .accountContainer .menuCard{
	width: 100%;
	border-radius: .25rem;
	background: #fff;
	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;
}

.tobacco .container .accountContainer .additionalContainer{
	width: 75%;
}

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

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

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

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

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

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

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

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

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

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

.tobacco .container .accountContainer .avatar{
	border-radius: .25rem;
	object-fit: cover;
}

.tobacco .container .accountContainer .additionalContainer .profile{
	width: calc(100% / 2 - 10px);
}

.tobacco .container .accountContainer .additionalContainer .profile .button{
	width: 100%;
}

.tobacco .container .accountContainer .menu{
    flex-wrap: wrap;
}

.tobacco .container .accountContainer .dashboard .menuCard{
	width: calc((100% / 4) - 12px);
	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;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}

.tobacco .container .accountContainer .dashboard .menuCard:hover .label{
	font-weight: bold;
}

.tobacco .container .accountContainer .dashboard .menuCard.blue{
	color: #fff !important;
	background: #007bff linear-gradient(180deg,#268fff,#007bff) repeat-x!important;
}

.tobacco .container .accountContainer .dashboard .menuCard.green{
	color: #fff !important;
	background: #28a745 linear-gradient(180deg,#48b461,#28a745) repeat-x!important;
}

.tobacco .container .accountContainer .dashboard .menuCard.yellow{
	color: #1f2d3d !important;
	background: #ffc107 linear-gradient(180deg,#ffca2c,#ffc107) repeat-x!important;
}

.tobacco .container .accountContainer .dashboard .menuCard.red{
	color: #fff !important;
	background-color: #dc3545!important;
}

.tobacco .container .accountContainer .dashboard .menuCard .svg{
	position: absolute;
    width: calc(100% - (1.25rem * 2));
    height: calc(100% - (1.25rem * 2));
    opacity: 0.2;
    text-align: right;
}

.tobacco .container .accountContainer .dashboard .menuCard .svg svg{
    width: unset !important;
	height: 100% !important;
}

.tobacco .container .accountContainer .dashboard .menuCard .label{
	text-align: left;
	font-size: 1rem;
    font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 2.0;
}

.tobacco .container .accountContainer .dashboard .menuCard .number{
	font-size: 2rem;
    font-weight: 300;
	text-align: left;
}

.tobacco .container .accountContainer .information .signatureButton{
	color: #fff;
    background: #25a7bc;
    height: calc(1.5em + .75rem + 2px) !important;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .25rem;
	cursor: pointer;
}

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

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

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

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

	.tobacco .container .accountContainer .profile{
		width: 100% !important;
	}

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

	.tobacco .container .accountContainer .dashboard .menuCard{
		width: calc(50% - (15px / 2));
	}

	.tobacco .container .accountContainer .dashboard .menu {
		flex-wrap: wrap;
	}
}