#sub-accordion-section-njt_nofi_display .select2-selection__choice__remove {
	height: 100%;
	top: -1px !important;
}
#sub-accordion-section-njt_nofi_display .select2-selection__choice__display {
	white-space: normal;
}
#sub-accordion-section-njt_nofi_display .select2-search__field {
	white-space: break-spaces;
	max-width: 20em !important;
	line-height: 1;
}
#sub-accordion-section-njt_nofi_display .select2-selection--multiple {
	padding-right: 20px;
}
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px;
	height: 25px;
    padding-top: 2px;
}
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-container--default .select2-selection--multiple {
	padding-bottom: 0;
}
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px;
	height: 25px;
	padding-top: 2px;
}
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-container--default .select2-selection--multiple {
	padding-bottom: 0;
}

#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-selection__rendered,
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-selection__rendered {
	display: inline !important;
}

#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-selection--multiple,
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-selection--multiple {
	display: inline-table;
    width: 100%;
	padding-left: 5px;
}

#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-selection__choice,
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-selection__choice {
	padding: 0;
    padding-left: 20px;
}

#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-container--default.njt-container-icon .select2-selection__clear,
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-container--default.njt-container-icon .select2-selection__clear{
	display: none;
}

#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .njt-icon-dropdown,
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .njt-icon-dropdown {
	position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    top: 50%;
    right: 0;
    bottom: 50%;
    margin-right: 7px;
}

#njt-nofi-select2-multiple-modal-njt_nofi_list_display_page .select2-results__options .loading-results,
#njt-nofi-select2-multiple-modal-njt_nofi_list_display_post .select2-results__options .loading-results,
#sub-accordion-section-njt_nofi_display .select2-search--dropdown {
	display: none
}

#sub-accordion-section-njt_nofi_display .select2-container--focus.select2-container--default .select2-selection--single {
	border-color: #007cba;
    color: #016087;
    box-shadow: 0 0 0 1px #007cba;
}

#sub-accordion-section-njt_nofi_display{
	height: 100vh !important;
}
.njt_nofi_dp_none, .customize-control-title{
	display: block !important;
}
#customize-theme-controls #sub-accordion-section-njt_nofi_style{
	height: 170% !important;
}
.njt_nofi_none{
	display: none;
}
.nj_color_select_picker .njt_nofi_none{
	display: none;
}
.nj_color_select__wrap{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.6;
}
.nj_color_select__wrap .njt_nofi_dp_none{
	margin-bottom: 5px !important;
}
.nj_color_select{
	width: 32px;
	height: 32px;
	background: transparent;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}
.nj_color_popup{
	position: absolute;
	width: 350px;
  top: 100%;
	max-width: 240px;
	height: 220px !important;
  left: 0px;
	margin-top: 10px;
	overflow: hidden;
	animation-duration: 0.4s;
	visibility: hidden;
	opacity: 0;
	animation-fill-mode: forwards;
	z-index: 2;
	background: #ffffff;
	color: #000000;
	border: 1px solid #ddd;
}
.nj_color_popup__title{
	padding: 5px;
	font-size: 1.25em;
	font-weight: bold;
	position: relative;
	top: -10px;
	opacity: 0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.nj_color_popup__title--show{
	opacity: 1;
	top: 0px;
}
.nj_color_popup__list_holder_wrap{
  position: relative;
  height: 145px;
}

.nj_color_popup__list{
	padding: 8px 16px;
	position: absolute;
	top: 0;
	left: 0;
  width: calc(100% - 32px);
	height: 100%;
	opacity: 0;
  visibility: hidden;
  max-width: 260px;
}
.nj_color_popup__list--holder{
	visibility: hidden;
	position: relative;	
	height: auto;
}
.nj_color_popup__list--sub{
	position: absolute;
	left: 0;
	top: 0;
}
.nj_color_popup__list--visible{
	opacity: 1;
	visibility: visible;
}
.nj_color_popup__item{
	float: left;
	width: 20%;
	margin-bottom: 8px;
}
.nj_color_popup__item_child{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: pointer;
	user-select: none;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
.nj_color_popup__button_back{
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border: none;
	background: transparent;
	color: #000000;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	cursor: pointer;
	opacity: 0;
	left: -10px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
.nj_color_popup__list--visible .nj_color_popup__item_child{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nj_color_popup__list--visible .nj_color_popup__button_back{
	left: 0;
	opacity: 1;
}
.nj_color_popup__item_child:before{
	content: "\f15e";
	font-family: dashicons;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 25px;
	opacity: 0;
	color: #ffffff;
}

.nj_color_popup__item_child::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: none;
	left: 0;
	z-index: 1;
	border-radius: 50%;
}

.nj_color_popup__item--state-active .nj_color_popup__item_child {
	box-shadow: 0 0 0 2px #9E9E9E;
}

.nj_color_popup__item--state-active .nj_color_popup__item_child:before{
	opacity: 1;
}

.nj_color_popup__item--state-active .nj_color_popup__item_child::after {
	box-shadow: inset 0 0 0 2px #fff;
}

.nj_color_popup__item--state-active-first-time .nj_color_popup__item_child {
	box-shadow: 0 0 0 2px #9E9E9E;
}

.nj_color_popup__item--state-active-first-time .nj_color_popup__item_child:before{
	opacity: 1;
}

.nj_color_popup__item--state-active-first-time .nj_color_popup__item_child::after {
	box-shadow: inset 0 0 0 2px #fff;
}

.nj_color_popup__buttons .nj_color_popup__button--ok {
	line-height: 0;
	min-height: 26px;
	margin-left: 10px;
	text-transform: uppercase;
}
.nj_color_popup__list:after{
	content: '';
	clear: both;
	display: table;
}
.nj_color_popup__buttons{
	text-align: right;
	padding: 8px 23px;
	top: 10px;
	position: relative;
	opacity: 0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	margin-top: 12px;
}
.nj_color_popup__buttons--show{
	top: 0;
	opacity: 1;
}
.nj_color_popup__button{
	background: none;
	border: none;
	padding: 0 8px;
	margin-right: 8px;
	cursor: pointer;
}
#customize-theme-controls #sub-accordion-section-njt_nofi_style {
    height: auto;
    overflow: hidden;
}

/* notification customize */
.nj-list-prese-color {
	display: flex;
	flex-wrap: wrap;
}
.nj-list-prese-color .type-circle {
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.type-circle-active{
	border-style: double !important;
}

.type-circle-1 {
	border-radius: 50px;
	border-top-color: #9af4cf;
	border-left-color: #9af4cf;
	border-right-color: #1919cf;
	border-bottom-color: #1919cf;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}
.type-circle-2 {
	border-radius: 50px;
	border-left-color: #fff799;
	border-top-color: #fff799;
	border-bottom-color: #1919cf;
	border-right-color: #1919cf;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}
.type-circle-3 {
	border-radius: 50px;
	border-left-color: #212121;
	border-top-color: #212121;
	border-bottom-color: #dd2c00;
	border-right-color: #dd2c00;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}
.type-circle-4 {
	border-radius: 50px;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-bottom-color: #212121;
	border-right-color: #212121;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}

.type-circle-5 {
	border-radius: 50px;
	border-left-color: #d50000;
	border-top-color: #d50000;
	border-bottom-color: #43a047;
	border-right-color: #43a047;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}

.type-circle-6 {
	border-radius: 50px;
	border-left-color: #2962ff;
	border-top-color: #2962ff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}

.type-circle-7 {
	border-radius: 50px;
	border-left-color: #18ffff;
	border-top-color: #18ffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}

.type-circle-8 {
	border-radius: 50px;
	border-left-color: #78909c;
	border-top-color: #78909c;
	border-bottom-color: #ff5722;
	border-right-color: #ff5722;
	border-width: 15px;
	border-style: solid;
	height: 0px;
	width: 0px;
}

.njt-bt-position-type .njt-bt-position {
	margin-top: 10px;
  background-color: #f7f7f7; 
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
  color: #000000; 
  padding: 8px 15px;
  cursor: pointer; 
  float: left; 
}

.njt-bt-position-type .njt-bt-position:not(:last-child) {
  border-right: none;
}

.njt-bt-position-type:after {
  content: "";
  clear: both;
  display: table;
}

.njt-bt-position-type .njt-bt-position:hover {
	border-color: #016087;
	color: #016087;
}

.njt-bt-position-type .njt-bt-position.active:hover {
	border-color: #007cba;
	color: #ffffff;
}

.njt-bt-position-type .active {
	background-color: #007cba;
	border: 1px solid #007cba;
	color: #ffffff;
}

.njt-bt-position-type .bt-absolute{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.njt-bt-position-type .bt-fixed{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.njt-nofi-button-switch {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 40px;
}

.njt-nofi-button-switch input {
	display: none;
}

.njt-nofi-button-switch .slider.round {
	border-radius: 34px;
}

.njt-nofi-button-switch .slider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
}

.njt-nofi-button-switch .slider.round:before {
	border-radius: 50%;
}

.njt-nofi-button-switch .slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 16px;
	left: 2px;
	position: absolute;
	transition: 0.4s;
	width: 16px;
}

.njt-nofi-button-switch input:checked + .slider:before {
	transform: translateX(20px);
}

.njt-nofi-button-switch input:checked + .slider {
	background-color: #66bb6a;
}
.njt-bt-position-type .njt-bt-position:focus {
	outline: none;
	background-color: #007cba;
	border: 1px solid #007cba;
	color: #ffffff;
}

.simple-notice-custom-control .njt_nofi_cus_width {
	width: 65px !important;
}

.simple-notice-custom-control .nj_color_button_select_bg {
	min-height: 30px;
	margin: 0 6px 6px 0;
	padding: 0 0 0 30px;
	font-size: 11px;
}
 .nj-color-result-text {
	background: #f7f7f7;
	border-radius: 0 2px 2px 0;
	border-left: 1px solid #ccc;
	color: #555;
	display: block;
	line-height: 2.54545455;
	padding: 0 6px;
	text-align: center;
}
.simple-notice-custom-control .wp-picker-container .nj-color-wp-color-picker {
	width: 4rem;
	font-size: 12px;
	line-height: 2.33333333;
	margin: 0;
	padding: 0 5px;
	vertical-align: top;
	min-height: 30px;
	display: inline-block;
}

.simple-notice-custom-control .nj_color_button_select_default {
	margin-left: 6px;
	padding: 0 8px;
	line-height: 2.54545455;
	min-height: 30px !important;
	display: inline-block;
}

.nj_color_display_picker {
	display: inline-block;
}

.nj_color_display_color{
	display: inline-block;
}

@media only screen and (max-width: 480px){
	.simple-notice-custom-control .nj_color_button_select_bg {
		padding: 0 0 0 30px !important;
	}
	.nj-color-result-text {
		line-height: inherit;
	}
	.nj_color_select__wrap .njt_nofi_dp_none {
		margin-bottom: 0px !important;
	}
}
