@charset "utf-8";

/* Board admin dropdowns shared by list toolbars and post-view controls. */

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar {
	top: auto !important;
	right: auto !important;
}

#bo_v #bo_v_btn .slotmaru-view-admin-group,
#bo_v .slotmaru-view-bottom-actions .slotmaru-view-admin-group {
	position: relative;
}

#bo_v #bo_v_btn .slotmaru-view-admin-group.show,
#bo_v .slotmaru-view-bottom-actions .slotmaru-view-admin-group.show {
	z-index: 2200;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu,
#bo_v #bo_v_btn .btn-group > .dropdown-menu,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu,
#bo_v .slotmaru-view-bottom-actions .btn-group > .dropdown-menu,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu {
	min-width: 166px;
	margin-top: 2px;
	padding: 6px !important;
	border: 1px solid rgba(246, 183, 60, .72) !important;
	border-top-width: 3px !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, #fff8e8 0%, #fff 58%, #f1fbfa 100%) !important;
	box-shadow: none;
	text-align: left !important;
	z-index: 2210;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu::before,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu::before,
#bo_v #bo_v_btn .btn-group > .dropdown-menu::before,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu::before,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu::before {
	position: absolute;
	top: -7px;
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 1px solid rgba(246, 183, 60, .72);
	border-left: 1px solid rgba(246, 183, 60, .72);
	background: #fff8e8;
	content: "";
	transform: rotate(45deg);
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn-group-vertical,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn-group-vertical,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn-group-vertical,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn-group-vertical,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn-group-vertical {
	display: flex;
	width: 100%;
	gap: 2px;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	min-height: 36px;
	margin: 0 !important;
	padding: 8px 10px !important;
	border: 1px solid transparent !important;
	border-radius: 7px !important;
	background: rgba(255, 255, 255, .72) !important;
	color: #071827 !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	box-shadow: none !important;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn i,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn i,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn i,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn i,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn i {
	flex: 0 0 16px;
	width: 16px;
	color: var(--slotmaru-teal-dark, #08766f) !important;
	text-align: center;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn label,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn label,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn label,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn label,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	color: inherit;
	cursor: pointer;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn:hover,
#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn:focus,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn:hover,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn:focus,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn:hover,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn:focus,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn:hover,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn:focus,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn:hover,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn:focus {
	border-color: rgba(217, 144, 33, .45) !important;
	background: linear-gradient(135deg, #f6b73c 0%, #ffd56a 100%) !important;
	color: #071827 !important;
	transform: none;
}

#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn:hover i,
#bo_list_wrap.slotmaru-standard-list #bo_btn_top.slotmaru-list-toolbar .dropdown-menu .btn:focus i,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn:hover i,
#bo_list_wrap.custom-event-main-sec .slotmaru-event-search-actions .dropdown-menu .btn:focus i,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn:hover i,
#bo_v #bo_v_btn .btn-group > .dropdown-menu .btn:focus i,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn:hover i,
#bo_v #bo_v_btn_legacy .btn-group > .dropdown-menu .btn:focus i,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn:hover i,
#bo_v > .clearfix.pt-2.px-3.px-sm-0.border-top.text-right .btn-group > .dropdown-menu .btn:focus i {
	color: #071827 !important;
}
