#nxt-import-template-form {
    margin: 20px 0 30px;
    text-align: center;
}

#nxt-import-title {
    font-size: 17px;
    color: #676767;
}
#nxt-hidden-area {
    display: none;
}
#nxt-import-temp-form {
	display: inline-block;
    margin-top: 30px;
    padding: 25px 40px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
#customize-theme-controls li#accordion-panel-nav_menus {
    padding-top: 4px;
    background: #0073aa73;
}
.sections_pages_action.column-sections_pages_action {
    text-transform: capitalize;
}
.wp-menu-image.dashicons-before.dashicons-nexter-settings {
    background: url(../../images/nexter-small.png);	
    background-size: 26px;
    background-repeat: no-repeat;	
    background-position: center;
}
.notice  .nxt-notice-head {
    font-size: 16px;
    margin: 10px 0 10px 0px;
}
/*nexter-setting-header*/
.nexter_settings_opts {
	position: relative;
    display: block;
    margin-right: 20px;
}
.wp-menu-image.dashicons-nxt-builder-groups {
    background: url(../../images/nxt-favicon.svg);	
    background-size: 22px;
    background-repeat: no-repeat;	
    background-position: center;
}
li.wp-has-current-submenu.wp-menu-open.menu-top .wp-menu-image.dashicons-nxt-builder-groups{
    background: url(../../images/nxt-favicon-white.svg);	
    background-size: 22px;
    background-repeat: no-repeat;	
    background-position: center;
}
li.wp-not-current-submenu:hover .wp-menu-image.dashicons-nxt-builder-groups{
    background: url(../../images/nxt-favicon-blue.svg);	
    background-size: 22px;
    background-repeat: no-repeat;	
    background-position: center;
}
.nexter_settings_opts * :not(.dashicons) {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.nexter_settings_opts * {
    box-sizing: border-box;
}
/*nxt-setting-header*/
/*nxt welcome page*/
.nxt-panel-row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.nxt-panel-col {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
	flex-wrap: wrap;
}
.nxt-br-4{
    border-radius: 4px;
}
.nxt-panel-col-50 {
    width: 50%;
}
.nxt-panel-col-33 {
    width: 33.33%;
}
.nxt-panel-col-35 {
    width: 35%;
}
.nxt-panel-col-65 {
    width: 65%;
}
.nxt-panel-col-100 {
    width: 100%;
}
.nxt-ml-0 {
    margin-left: 0;
}
.text-center{
    text-align: center;
}
.nxt-desc-icon{
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    position: relative;
}
.nxt-tooltip{
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    border-radius: 3px;
    bottom: 30px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    padding: 13px;
    position: absolute;
    width: 185px;
    z-index: 9999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: translateX(-50%);
    white-space: pre-wrap;
    color: #E9EBF5;
}
.nxt-desc-icon:hover .nxt-tooltip{
    opacity: 1;
    visibility: visible;
}
.nxt-tooltip::before{
    bottom: -40px;
    content: " ";
    display: block;
    height: 20px;
    left: 48%;
    position: absolute;
    border-color: #1E1E1E transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
}
.nxt-tooltip.bottom{
    top : 30px;
    bottom: unset;
}
.nxt-tooltip.bottom::before{
    top: -40px;
    border-color: transparent transparent #1E1E1E transparent;
    
}
.nxt-tooltip.right{
    left : 125px ;
    bottom: unset;
}
.nxt-tooltip.right::before{
    left: -32px;
    top: 32%;
    transform: rotate(90deg);
}
/*option switcher css*/
.nxt-imagesize-admin-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 20px 0;
}
/*option switcher css*/

/*nexter options notice*/
.nexter_settings_opts .nxt-pro-note-title {
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
}

.nexter_settings_opts .nxt-pro-note-title p {
    color: #878787;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.nexter_settings_opts .nxt-pro-note-link {
    text-align: center;
}

.nexter_settings_opts .nxt-pro-note-link a {
    position: relative;
    padding: 8px 20px;
    background: #22379C;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
}
/*nexter options notice*/
/*nexter activation switcher*/
.nxt-activation-switcher {
    display: inline-block;
    background-color: #ccc;
    border-radius: 34px;
    height: 18px;
    width: 33px;
    font-weight: 600;
    margin-top: 3px;
	margin-left: 28px;
}

.nxt-activation-switcher:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 2px;
    transition: all .3s;
    background: #fff;
}

.nxt-activation-switcher.nxt-activated {
    background: #448ab8;
}

.nxt-activation-switcher.nxt-activated:before {
    transform: translateX(100%);
}
/*nexter activation switcher*/

/*skip link start*/
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nxt-bg-type-list .screen-reader-text:focus {
    clip: auto !important;
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*skip link end*/
.wp-submenu li:has( > a[href*="nexterwp.com/pricing/"]) {
    font-weight: 500;
    background-color: #FF1400;
    color: #fff !important;
    transition: all .3s;
}
.wp-submenu li a[href*="nexterwp.com/pricing/"] {
    color: #fff !important;
    font-weight: 500;
}
.wp-submenu li:has( > a[href*="nexterwp.com/pricing/"]) > a{
    position: relative;
    display: flex;
    align-items: center;
}
.wp-submenu li:has( > a[href*="nexterwp.com/pricing/"]) > a:after {
    position : absolute;
    content : '';
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 35px;
    top: 4px;
    background-size: cover;
    background-repeat:no-repeat;
    background-image : url( data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.333%22%20d%3D%22m4.667%2011.333%206.666-6.666M4.667%204.667h6.666v6.666%22%2F%3E%3C%2Fsvg%3E )
}
.toplevel_page_nexter_welcome.nxt-ext-admin-notice-active > a,.toplevel_page_nexter_welcome.nxt-ext-admin-notice-active:hover > a{
    background: #162d9e !important;
    color: #f0f0f1 !important;
}

/* Admin License Notice */
.nexter-license-activate {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
}

.nexter-license-content h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #1c1c1c;
}

.nexter-license-content p {
	margin: 8px 0;
	color: #5e5e5e;
	font-size: 12px;
}

.nxt-nobtn-secondary, .nxt-nobtn-primary{
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    display: inline-flex
}

.nxt-nobtn-secondary, .nxt-nobtn-secondary:hover, .nxt-nobtn-secondary:focus {
    background-color: #fff;
    color: #1717CC;
    border: 1px solid #1717CC;
    box-shadow: none;
    margin-left: 8px;
    padding: 7px 16px;
}
.nxt-nobtn-primary,.nxt-nobtn-primary:hover, .nxt-nobtn-primary:focus {
	background-color: #1717CC;
	color: #fff !important;
	border: none;
	box-shadow: none;
    text-decoration: none !important;
}

.nxt-nobtn-primary:focus, .nxt-nobtn-secondary:focus {
    box-shadow: none;
    outline: none;
}
.nxt-notice-wrap .notice-dismiss:focus {
    box-shadow: none;
    outline: none;
}
.nxt-notice-wrap{
    border-left-color: #1717CC;
    padding-left: 0;
}

.nxt-theme-builder-wrap {
    align-items: center;
    background: #fff;
    display: flex;
    padding: 15px;
    width: calc(100% + 12px);
    position: relative;
    left: -22px;
    top: -30px;
    justify-content: space-between;
}
.nxt-theme-builder-left-header h1.wp-heading-inline{
    align-items: center;
    color: #1a1a1a;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    justify-content: flex-start;
    text-decoration: blink;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.nxt-theme-builder-left-header, .nxt-theme-builder-right-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.nxt-theme-builder-left-header a.page-title-action {
    top: 0;
    border: 1px solid #1717cc;
    color: #1717cc;
    background: transparent;
}
.nxt-theme-builder-left-header a.page-title-action:focus, .nxt-theme-builder-left-header a.page-title-action:active {
    top: 0;
    outline: none;
    border: 0;
    background: #f3f3fc;
}
.nxt-theme-builder-left-header a.page-title-action:hover{
    background: #f3f3fc;
    border-color: #1717cc;
    color: #1717cc;
}
#nxt-import-wdk-template-button {
    padding: 6px 15px;
    background: #1a1a1a;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-left: 0;
    top: 0
}
tr.compat-field-nxt_ext_image_optimization th {
    display: none;
}
.nxt-ext-image-convert-message{
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
}
.nxt-ext-image-convert-message.error {
    margin: 0;
    margin-top: 12px;
    padding: 4px 16px;
    gap: 10px;
    background: #FF14001A;
    border: 1px solid #FF14001A;
    border-radius: 6px;
    border: 1.33333px solid #D1242F;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    color: #FF1400;
    line-height: 1.4;
}
.nxt-ext-image-convert-message.error svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 15px;
    height: 15px;
}
/*tablet responsive start*/
@media (min-width: 768px) and (max-width: 1024px){ 
	
    .nxt-panel-col-25 {
		width: 33.33%;
	}
    /*welcome*/
    .nxt-activate-sidebar, .nxt-activate-form {
        margin: 0em 4em;
    }
}
/*tablet responsive end*/
@media (max-width : 960px){
    .nxt-activate-sidebar, .nxt-activate-form {
        margin: 0em;
    }
}
@media (max-width : 782px){
    input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week]{
        min-height: auto;
        font-size: 14px;
    }
}
/*mobile responsive start*/
@media (min-width: 651px) and (max-width: 767px){ 
	.nxt-panel-col-25 {
		width: 50%;
	}
	.nt-settings-form-wrapper input.button-primary {
		left: calc(40% - 10px);
	}
}
@media (max-width: 650px){ 
	.nxt-panel-row {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
    input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
        min-height: auto;
        font-size: 11px;
    }
}