#publish-media-dialog-container {
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.publish-droparea {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.campaign-items {
	border-left: 2px solid #eee;
	padding-left: 10px;
	margin-left: 5px;
}

.campaign-thumb {
	border-radius: 4px;
}

.campaign-item {
	padding: 8px;
	border-radius: 4px;
}

.campaign-gallery-box {
	width: 100%;
	float: left;
	height: 20vh;
	position: relative;
}

.nav-link i {
	display: inline-block;
	min-width: 1.5rem;
	font-size: 16px;
	line-height: 0px;
}


.videoicon-overlay {
	position: absolute;
	left: 40%;
	top: 40%;
	width: 20%;
	height: 20%;
	background: none;
	border: none;
}

.folder-options-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100000000;
}

.folder-options-dropdown .dropdown-item {
	cursor: pointer;
}

.folder-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 170px;
	display: inline-block;
}

.folder-options-icon {
	cursor: pointer;
}

#searchinput_publish,
#searchinput_campaign,
#sidebar-searchinput {
	height: inherit !important;
}

.search-filter {
	min-width: 220px;
}

.search-magnify-icon-publish,
.search-magnify-icon-campaign,
.search-magnify-icon-sidebar {
	line-height: inherit !important;
}

.playicon {
	width: 100%;
}

[data-layout-mode=light] .table-hover>tbody>tr:hover>* {
	background: #d6e8f5 !important;
}

[data-layout-mode=light] tr {
	border-right: 3px solid transparent;
}

[data-layout-mode=dark] tr {
	border-right: 3px solid transparent;
}

[data-layout-mode=light] tr.border-active-table {
	background: #D9ECF9;
	border-right: 3px solid #3c5cff;
}

[data-layout-mode=dark] tr.border-active-table {
	background: #000000;
	border-right: 3px solid #3c5cff;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:before {
	left: 0px !important;
	width: 0px !important;
}

.media-img-holder {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.gallery-box {
	padding: 4px !important;
}

.gallery-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 4px;
}

.dropzone {
	min-height: 100px;
}

.dz-clickable {
	cursor: pointer !important;
}

.cursormove {
	cursor: move;
}

.ui-sortable {
	cursor: move;
}

.disabled-sort {
	cursor: defualt !important;
}

.dropzone .dz-message {
	margin: 0px !important;
}

.mediabox-checkbox {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 2;
	font-size: 16px;
	box-shadow: 0 0 0 0.1rem rgba(50, 50, 50, .2);
	background-color: rgba(0, 0, 0, 0.1);
}

.border-active {
	border: 2px solid #6691e7;
}

[data-layout-mode=dark] .table-hover>tbody>tr:hover>* {
	background: #000;
}


.btn-check:checked+.btn,
.btn.active,
:not(.btn-check)+.btn:active {
	color: #FFF;
	background: #3c5cff;
	border: none;
}

[data-layout-mode=dark] .btn-check:active+.btn-light,
[data-layout-mode=dark] .btn-check:active+.btn-outline-light,
[data-layout-mode=dark] .btn-check:active+.btn-soft-light,
[data-layout-mode=dark] .btn-check:checked+.btn-light,
[data-layout-mode=dark] .btn-check:checked+.btn-outline-light,
[data-layout-mode=dark] .btn-check:checked+.btn-soft-light,
[data-layout-mode=dark] .btn-light.active,
[data-layout-mode=dark] .btn-light:active,
[data-layout-mode=dark] .btn-outline-light.active,
[data-layout-mode=dark] .btn-outline-light:active,
[data-layout-mode=dark] .btn-soft-light.active,
[data-layout-mode=dark] .btn-soft-light:active,
[data-layout-mode=dark] .show>.btn-light.dropdown-toggle,
[data-layout-mode=dark] .show>.btn-outline-light.dropdown-toggle,
[data-layout-mode=dark] .show>.btn-soft-light.dropdown-toggle {
	color: #000;
	background: #FFF;
	border: none;
}

.navbar-menu .navbar-nav .nav-sm .nav-sm .nav-link:before {
	display: none !important;
}

.nav-border-bottom .nav-link {
	border-bottom: 4px solid transparent;
}

.nav-border-bottom .nav-link.active {
	border-bottom-color: #3c5cff !important;
}

.navbar-menu .navbar-nav .nav-link:hover {
	color: #000;
}

.tree-multiselect .section {
	padding: 0px !important;
}

div.tree-multiselect {
	border: 0px !important;
}

div.tree-multiselect>div.selected>div.item {
	background: rgba(0, 0, 0, 0.05) !important;
	border-radius: 5px !important;
	padding: 10px 10px !important;
	overflow: auto !important;
}

div.tree-multiselect span.remove-selected,
div.tree-multiselect span.description {
	background-color: #ed5e5e !important;
}

div.tree-multiselect div.title {
	background: rgba(0, 0, 0, 0.05) !important;
	padding: 10px !important;
	border-radius: 5px !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important;
}

div.tree-multiselect div.section>div.section,
div.tree-multiselect div.section>div.item {
	padding: 10px !important;
	border-bottom: 1px solid rgba(0, 2, 3, 0.1) !important;
}

.form-control:disabled {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

#publish-content-table td {
	vertical-align: middle;
}

/* #media-content-box-dialog {
	max-height: calc(100vh - 280px);
	overflow-x: auto;
} */

/* Orientering ikoner */
.orientation-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 22px;
	border-radius: 1px;
	border: 2px solid var(--vz-gray-400);
	background-color: var(--vz-gray-100);
	transition: all 0.2s ease;
}

[data-bs-theme="dark"] .orientation-icon {
	border-color: var(--vz-gray-600);
	background-color: var(--vz-gray-800);
}

.orientation-icon.portrait {
	transform: rotate(90deg);
}

.orientation-icon.landscape {
	transform: rotate(0deg);
}