.inline-block { display: inline-block; }
.logo-icon{
	height: 60px;
	width: auto !important;
}
.select2-container--default .select2-selection--single {
    height: 2.5rem !important;
    border-color: #e7e9ed !important;
    color: #5d6778 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.note-editor.note-frame {
    border: 1px solid #e7e9ed !important;
}
.note-editor .btn-light {
    background: #f7f7f7 !important;
    color: #282828 !important;
}
.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 200px;
}
.note-btn-group .btn-group > .dropdown-menu > li > a {
	display: block !important;
	padding: 3px 20px !important;
	clear: both !important;
	font-weight: normal !important;
	line-height: 1.42857143 !important;
	color: #333 !important;
	white-space: nowrap !important;
}
/*.app-nav .nav-icon .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before*/
/*.app-nav .nav-icon .bi::before {*/
.app-nav .nav-icon .bi {
    font-size: 1.25rem;
}
.app-nav .divider {
	font-size: small;
	text-transform: uppercase;
	color: #e7e9ed;
	padding: 0.875rem 1rem;
}
.app-user-dropdown img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.text-stroke {
    text-decoration: line-through;
}
.table-search-form .form-control {
    height: 2.25rem;
}
.btn .bi {
    position: relative;
    top: 0px;
}
textarea.form-control {
    min-height: 5rem;
}

.table-icon {
	margin: 0px;
    padding: 0px;
    font-size: 1.8rem;
    position: revert;
    line-height: 1.8rem;
}

.table-action-icon {
	margin: 0px;
    padding: 0px;
    font-size: 1.2rem;
    position: revert;
    line-height: 1.2rem;
    cursor: pointer;
    float: right;
    padding: 0 7px;
    display: inline-block;
}
.avatar-xs {
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
}
.avatar-xs img { width: 100%; min-height: 36px; }
.avatar-md {
	display: inline-block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
}
.avatar-md img { width: 100%; min-height: 110px; }
.banner-sm {
	display: inline-block;
	width: 113px;
	height: 40px;
	overflow: hidden;
	border-radius: 2px;
	overflow: hidden;
}
.banner-sm img { width: 100%; }
.banner-md {
	display: inline-block;
	width: 226px;
	height: 80px;
	overflow: hidden;
	border-radius: 2px;
	overflow: hidden;
}
.banner-md img { width: 100%; }
.category-xs {
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 20%;
	overflow: hidden;
}
.category-xs img { width: 100%; min-height: 36px; }
.category-md {
	display: inline-block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 20px;
	overflow: hidden;
}
.category-md img { width: 100%; min-height: 110px; }

.product-xs {
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 20%;
	overflow: hidden;
}
.product-xs img { width: 100%; min-height: 36px; }
.product-sm {
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 20%;
	overflow: hidden;
}
.product-sm img { width: 100%; min-height: 48px; }
.product-md {
	display: inline-block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 20px;
	overflow: hidden;
}
.product-md img { width: 100%; min-height: 110px; }


.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0,0,0,0.3) !important;
    background: #FAFAFA!important;
    padding: 20px 20px;
}
.img-action-delete {
	width: 26px;
    height: 26px;
    text-align: center;
    color: white;
    background: red;
    display: inline-block;
    border-radius: 13px;
    line-height: 28px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 23%);
    cursor: pointer;
    right: 20;
    position: relative;
    right: 13px;
}
.img-action-delete:hover { color: white; }

/* Sidebar pending notification badge */
.sidebar-badge {
    background-color: #e74c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 10px;
    margin-left: auto;
    min-width: 18px;
    text-align: center;
    display: inline-block;
}
.nav-link {
    display: flex;
    align-items: center;
}
