.category-card--hidden {
	display: none !important;
}

.show-all-wrapper {
	text-align: center;
	margin-top: 6px;
	width: 100%;
}

.show-all-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	border: 1px solid #E0E0E0;
	border-radius: 6px;	
    background: transparent;
}
.show-all-btn span{
	margin-right: 10px;
	font-weight: 600;
    font-size: 14px;
    color: #5B5B5B;
}


.show-all-btn--hidden {
	display: none;
}

.add_in_bsk_btn{
	width: 100% !important;
	height: 45px !important;
}

@media screen and (max-width: 1024px) {
	#logout_menu_chan{
		display: none;
	}
}


.category-card_all{
	width: 100% !important;
    background-color: #E0E0E0 !important;
    background-image: url(/img/category-card/all-category-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: 236px !important;
    background-position-x: right !important;
    background-position-y: 10px !important;
}

.form__item.error .form__input {
	border-color: #ff4d4f;
}

.form__item.error .form__error {
	display: block;
	color: #ff4d4f;
	font-size: 12px;
	margin-top: 4px;
}

.form__error {
	display: none;
}

.form__item.error .form__error:not(:empty) {
	display: block;
}

.button.disabled {
	pointer-events: none;
	opacity: .5;
}

.mainmenu.adapt {
    overflow-y: scroll !important;
}

.mainmenu.adapt::-webkit-scrollbar {
    width: 4px !important;
    display: block !important;
}

.mainmenu.adapt::-webkit-scrollbar-track {
    background: transparent !important;
}

.mainmenu.adapt::-webkit-scrollbar-thumb {
	background: #cbcbcb !important;
}