File: /home/mirz4654/www/wp-content/themes/nexter/assets/css/admin/nexter-custom-fields.css
/* Nexter Custom Field */
.nxt-field {
position: relative;
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 250px;
justify-content: space-between;
align-items: center;
height: max-content;
margin-bottom: 15px;
}
.nxt-d-flex {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 10px;
}
.nxt-field label {
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.02em;
color: #0A102F;
}
.nxt-ml-auto {
margin-left: auto;
}
.nxt-mt-10 {
margin-top: 10px;
}
.nxt-inline-block {
-ms-flex-pack: justify;
justify-content: space-between;
align-items: center;
}
.nxt-flex {
display: flex;
align-items: center;
}
.nxt-field:last-child {
margin-bottom: 0px;
}
.nxt-mb-5 {
margin-bottom: 5px;
}
.nxt-mb-10 {
margin-bottom: 10px;
}
.nxt-mb-15 {
margin-bottom: 15px;
}
.nxt-mt-10 {
margin-top: 10px;
}
/*** Device device ***/
.nxt-device {
position: relative;
margin-left: 8px;
width: 22px;
height: 22px;
z-index: 1;
}
.nxt-device.active-md .active, .nxt-device.active-sm .active, .nxt-device.active-xs .active {
opacity: 1;
visibility: visible;
z-index: 1;
}
.nxt-device.active-md > button, .nxt-device.active-sm > button, .nxt-device.active-xs > button {
opacity: 0;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
transition: all .3s linear;
}
.nxt-device > button {
padding: 0px;
cursor: pointer;
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-family: "Font Awesome 5 Free";
background: #fff;
border: 0.5px solid rgba(77, 77, 77, 0.4);
height: 20px;
width: 20px;
border-radius: 2px;
display: flex;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.nxt-device button:hover {
background: #F2F2F2;
}
.nxt-device button.active {
background: #E8E8E8;
}
.nxt-device:hover button.nxt-device-desktop {
top: 0;
opacity: 1;
visibility: visible;
}
.nxt-device:hover button.nxt-device-tablet {
top: -27px;
opacity: 1;
visibility: visible;
}
.nxt-device:hover button.nxt-device-mobile {
top: -54px;
opacity: 1;
visibility: visible;
}
/*** Unit unit ***/
.nxt-unit-btn-group > button {
display: inline-block;
border: 0;
border-radius: 0;
color: #878787;
text-transform: uppercase;
background: 0 0;
cursor: pointer;
padding: 0;
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 16px;
}
.nxt-unit-btn-group > button:not(:last-child){
padding-right: 5px;
margin-right: 5px;
border-right: 1px solid #0000001a;
}
.nxt-unit-btn-group > button.active {
color: #000;
font-weight: 600;
}
.nxt-field-gradient-angle.angle-hide {
display: none;
}
/*** ResetBtn resetbtn ***/
.nxt-reset-btn {
display: flex;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
flex: auto;
margin-right: 7px;
transition: all .2s ease-in-out;
}
.nxt-open-clear {
display: none;
opacity: 0;
position: absolute;
font-size: 12px;
color: #8d96a0;
cursor: pointer;
line-height: 0;
box-sizing: inherit;
}
.nxt-open-clear.active {
display: block;
}
.nxt-field:hover .nxt-open-clear.active{
opacity: 1;
}
/*** Text text ***/
.nxt-field.nxt-field-text input{
width: 100%;
height: 35px;
min-height: 35px;
background: #e8e8e866;
border: 0.5px solid #4d4d4d1a;
border-radius: 2px;
margin-top: 10px;
box-shadow: none;
}
.nxt-field.nxt-field-text input::placeholder{
color: #87878780;
}
/*** Toggle toggle ***/
.nxt-field .nxt-form-toggle {
position: relative;
}
.nxt-field.nxt-field-toggle input[type=checkbox] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
margin: 0;
padding: 0;
z-index: 1;
border: none;
}
.nxt-field .nxt-form-toggle .nxt-form-toggle-track {
border: 1px solid #E6E6E6;
width: 33px;
height: 19px;
border-radius: 30px;
content: "";
display: inline-block;
box-sizing: border-box;
vertical-align: top;
background-color: #fff;
transition: 0.3s linear all;
}
.nxt-field .nxt-form-toggle.is-checked .nxt-form-toggle-track {
border-color: #fff;
background: #76C758;
}
.nxt-field .nxt-form-toggle .nxt-form-toggle-thumb {
display: block;
position: absolute;
box-sizing: border-box;
top: 3px;
left: 3px;
width: 12px;
height: 12px;
border-radius: 50%;
transition: transform .1s ease;
background-color: #1e1e1e;
border: 5px solid #1e1e1e;
}
.nxt-field .nxt-form-toggle .nxt-form-toggle-thumb {
background: #888;
border-color: #888;
top: 4px;
left: 3px;
width: 11px;
height: 11px;
}
.nxt-field .nxt-form-toggle.is-checked .nxt-form-toggle-thumb {
background: #fff;
left: 0;
}
.nxt-form-toggle.is-checked .nxt-form-toggle-thumb {
background-color: #fff;
border-width: 0;
transform: translateX(18px);
}
/*** Select select ***/
.nxt-field select{
font-size: 13px;
width: 100%;
border-color: #E6E6E6;
min-height: 35px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #000000;
margin-top: 10px;
}
/*** Range range ***/
.nxt-input-range {
display: -ms-flexbox;
display: flex;
width: 100%;
}
.nxt-input-range input[type=range] {
-webkit-appearance: none;
appearance: none;
margin-top: 10px;
margin-bottom: 7px;
width: 100%;
height: 5px;
border-radius: 25px;
padding-left: 0;
padding-right: 0;
background: #d3d3d3;
outline: none;
}
/* .nxt-input-range input[type=range]:hover {
opacity: 1;
} */
.nxt-input-range input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 25px;
background: #fff;
cursor: pointer;
box-shadow: 0px 1px 2px #00000026, inset 0px -1px 2px #0000000f, inset 0px 1px 2px #0000000f;
}
.nxt-input-range input[type=range]::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 25px;
background: #fff;
cursor: pointer;
box-shadow: 0px 1px 2px #00000026, inset 0px -1px 2px #0000000f, inset 0px 1px 2px #0000000f;
}
.nxt-input-range > *:not(:last-child) {
margin-right: 8px;
}
.nxt-input-range input[type="number"] {
border-radius: 2px;
min-height: 26px;
height: 26px;
padding-right: 0;
width: 55px !important;
border: 0.5px solid #4d4d4d1a;
box-shadow: none;
}
/*** Dimension dimension ***/
.nxt-field-dimension, .nxt-field-border .nxt-field-dimension.active {
display: flex;
flex-wrap: wrap;
width: 100%;
position: relative;
margin-bottom: 15px;
}
.nxt-field-dimension .nxt-field-child {
width: 100%;
}
.nxt-field-dimension .nxt-dimension-input-group {
display: flex;
justify-content: space-between;
}
.nxt-field-dimension .nxt-dimension-input-group > span {
margin-right: 5px;
}
.nxt-field-dimension .nxt-dimension-input-group span input, .nxt-field-boxshadow .nxt-base-control-field input {
background: #e8e8e836;
border: 0.5px solid #4d4d4d1a;
border-radius: 2px;
box-shadow: none;
}
.nxt-field-dimension .nxt-dimension-input-group span input::placeholder, .nxt-field-boxshadow .nxt-base-control-field input::placeholder {
text-transform: capitalize;
color: #87878780;
}
.nxt-field-dimension .nxt-dimension-input-group input, .nxt-field-boxshadow .nxt-base-control-field input {
width: 100%;
padding: 0 !important;
height: 35px;
min-height: 35px;
border: 1px solid #e6e6e6;
margin: 0;
text-indent: 6px;
}
.nxt-field-dimension .nxt-dimension-input-group span > span {
text-transform: uppercase;
font-size: 9px;
letter-spacing: .5px;
color: #888;
}
.nxt-field-dimension .nxt-dimension-input-group > button.active {
background: #E8E8E8;
border-color: #E8E8E8;
}
.nxt-field-dimension .nxt-dimension-input-group > button {
height: 35px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
width: 35px;
background: #fff;
border: 0.5px solid #4d4d4d66;
cursor: pointer;
border-radius: 2px;
}
.nxt-field-dimension .nxt-dimension-input-group button.nxt-dimension-btn .dashicons {
transition: all .1s ease-in-out;
font-size: 15px;
line-height: 1.5;
}
/*** Boxshadow boxshadow ***/
.nxt-field.nxt-field-boxshadow, .nxt-field-icon-list {
flex-flow: wrap;
}
.nxt-dropdown {
display: inline-block;
}
.nxt-typo-settings.active {
background: #E8E8E8;
}
.nxt-popover-setttings, .nxt-field-icon-list .nxt-filter-settings, .nxt-typo-settings {
border: 1px solid #e6e6e6;
padding: 3px;
display: inline-block;
border-radius: 3px;
width: max-content;
height: auto;
line-height: 1;
cursor: pointer;
outline: 0;
background: transparent;
}
.nxt-field-boxshadow .nxt-bs-button {
background: transparent;
border: none;
padding: 0;
outline: none;
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 16px;
color: #878787;
cursor: pointer;
}
.nxt-field-boxshadow .nxt-bs-button:not(:last-child) {
padding-right: 5px;
margin-right: 5px;
border-right: 1px solid #0000001a;
}
.nxt-field-boxshadow .nxt-bs-button.active {
font-weight: 600;
color: #000;
}
.nxt-popover-style .nxt-popover-content {
box-sizing: border-box;
width: min-content;
padding: 10px;
max-height:300px;
overflow: auto;
min-width: 230px;
background: #fff;
border: 1px solid #4d4d4d1a;
box-shadow: 0px 4px 24px #0000001f;
border-radius: 2px;
}
.nxt-field.boxshadow-content {
flex-wrap: initial;
}
.nxt-align-justified {
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.boxshadow-content.nxt-align-justified > div {
padding: 0;
}
.nxt-align-justified > div {
padding: 0 5px;
display: block !important;
margin-bottom: 0 !important;
}
.boxshadow-content .nxt-base-control-field {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column-reverse;
margin-bottom: 0;
}
.boxshadow-content .nxt-base-control-field:not(:last-child) {
margin-right: 5px;
}
.boxshadow-content .nxt-base-control-label {
color: #888888;
font-size: 9px;
text-align: center;
text-transform: uppercase;
margin-bottom: 0;
}
.nxt-field-radio-advanced {
align-items: center;
}
/*** Color color ***/
.nxt-field-color .nxt-field-color.nxt-field {
display: flex;
flex-flow: wrap;
}
.nxt-field-color .nxt-color-picker-container {
/* width: 25px;
height: 25px; */
display: block;
border-radius: 3px;
cursor: pointer;
outline: 0;
border: 0;
padding: 0;
background: transparent;
}
.nxt-field-color .nxt-color-picker-container {
/* width: 25px;
height: 25px; */
background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0), -webkit-linear-gradient(135deg, #ddd 25%, transparent 0), -webkit-linear-gradient(45deg, transparent 75%, #ddd 0), -webkit-linear-gradient(135deg, transparent 75%, #ddd 0);
background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0), -o-linear-gradient(135deg, #ddd 25%, transparent 0), -o-linear-gradient(45deg, transparent 75%, #ddd 0), -o-linear-gradient(135deg, transparent 75%, #ddd 0);
background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
background-size: 10px 10px;
background-position: 0 0, 0 5px, 5px -5px, -5px 0;
border: 1px solid #e6e6e6;
}
.nxt-field-color .wp-picker-container .wp-color-result.button {
margin: 0%;
padding: 0%;
min-height: 30px;
min-width: 30px;
background-color: transparent;
border: 0 solid black;
}
.nxt-field-color .wp-color-result-text {
display: none;
}
.nxt-field-color input.nxt-color-picker {
height: 30px;
}
.nxt-field-color .wp-picker-open+.wp-picker-input-wrap > .wp-picker-clear {
margin: 0;
}
.nxt-field-color .wp-picker-container .wp-picker-holder {
position: absolute;
z-index: 2;
left: 0;
}
/*** Border border ***/
.nxt-field-border-type {
width: 16px;
border-top-width: 3px;
border-top-color: #727272;
}
.nxt-field-border-type.nxt-field-border-type-solid {
border-top-style: solid;
}
.nxt-field-border-type.nxt-field-border-type-dotted {
border-top-style: dotted;
}
.nxt-field-border-type.nxt-field-border-type-dashed {
border-top-style: dashed;
}
.nxt-field-border-type.nxt-field-border-type-double {
border-top-style: double;
}
/***Background background ***/
.nxt-field-button-list .nxt-svg-stroke {
stroke: #888;
}
.nxt-field-button-list .nxt-svg-fill {
fill: #888;
}
/*** Image image ***/
.nxt-placeholder-image {
padding: 5px 5px;
text-align: center;
cursor: copy;
width: 100%;
height: 150px;
background: #e8e8e840;
border: 1px dashed #4d4d4d1a;
border-radius: 2px;
}
.nxt-field-image .nxt-wp-log-media > .nxt-wp-login-logo-img-upl > img {
width: 100%;
height: 100%;
border-radius: 5px;
object-fit: contain;
}
.nxt-field-image .nxt-wp-log-media > .nxt-wp-login-logo-img-upl {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.nxt-field-image .nxt-placeholder-image span {
display: inline-flex;
margin-top: 10px;
}
.nxt-field-image .nxt-media-remove {
border-radius: 3px;
margin: 3px;
border: 1px solid #E6E6E6;
padding: 7px;
width: 30px;
height: 30px;
background-color: #E6E6E6;
position: absolute;
bottom: 4%;
right: 2.5%;
}
.nxt-wp-login-logo-img-upl > .nxt-media-actions.nxt-field-button-list {
position: absolute;
margin: 0;
right: 7px;
bottom: 7px;
}
.nxt-field-image .nxt-media-actions .nxt-media-edit {
border-radius: 2px;
margin: 3px;
border: 1px solid #E6E6E6;
padding: 7px;
width: 29px;
height: 29px;
}
/*** Typography typography ***/
.nxt-field-typography > .nxt-flex > .nxt-dropdown, .nxt-field-icon-list > .nxt-flex > .nxt-dropdown {
display: flex;
}
.nxt-typography-font-family-options > div {
position: relative;
}
.nxt-fonts-weight-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nxt-fonts-weight-inner .nxt-field-select {
width: 50%;
margin: 0%;
}
.nxt-field-select .nxt-popup-select{
width: 100%;
}
.nxt-fonts-weight-inner .nxt-field-select label {
margin-bottom: 5px;
}
.nxt-fonts-weight-inner .nxt-field-select .nxt-popup-select {
padding-left: 3px;
width: 103px;
}
.nxt-tabs-panel {
margin-bottom: 10px;
display: flex;
width: 100%;
align-items: stretch;
flex-direction: row;
background: #e8e8e866;
border-radius: 2px;
}
.nxt-tabs-panel button.nxt-tab-menu {
position: relative;
text-align: center;
display: block;
width: 100%;
padding: 0;
height: 30px;
border-radius: 0;
background: none;
border: none;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s linear;
margin: 3px;
color: #0a102f80;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.02em;
}
.nxt-tabs-panel button.nxt-tab-menu.active-tab {
background: #FFFFFF;
border-radius: 2px;
color: #0A102F;
}
.nxt-tabs-panel button.nxt-tab-menu:hover {
background: #FFFFFF;
border-radius: 2px;
color: #0A102F;
}
.nxt-tab-items {
display: none;
}
.nxt-tab-items.active {
display: block;
}
/*** ButtonList buttonlist(BoxShadow) ***/
.nxt-field-button-list .nxt-button {
position: relative;
flex: 1 1 auto;
background: #fff;
min-height: 23px;
font-size: 12px;
display: inline-flex;
align-items: center;
padding: 3px 5px;
text-align: center;
color: #888888;
transition: all 400ms;
cursor: pointer;
border: 0.5px solid #4d4d4d66;
border-radius: 2px;
}
.nxt-field-button-list .nxt-button:not(:last-child) {
margin-right: 3px;
}
.nxt-field-button-list {
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.nxt-field-background > .nxt-field-button-list > .nxt-button {
padding: 0px 3px;
margin-left: 0;
min-height: 24px;
height: 24px;
}
.nxt-field-button-list .nxt-button:hover {
background: #F2F2F2;
}
.nxt-field-button-list .nxt-button.active {
background: #E8E8E8;
}
.nxt-field-background > .nxt-field-button-list > .nxt-button > .dashicons {
width: 15px;
height: 10px;
font-size: 12px;
}
/*** Popup popup ***/
.nxt-popover-slot.nxt-popover-style, .nxt-field.nxt-popover-style {
display: none;
position: absolute;
top: 30px;
right: 0;
width: max-content;
}
.nxt-popover-slot.nxt-popover-style.active, .nxt-field.nxt-popover-style.active {
display: block;
z-index: 2;
}
.nxt-field-border .nxt-border-popup, .nxt-field-background .nxt-bg-color,
.nxt-field-background .nxt-bg-gradient, .nxt-field-background .nxt-bg-image {
position: relative;
display: none;
}
.nxt-field-border .nxt-border-popup.active, .nxt-field-background .nxt-bg-color.active,
.nxt-field-background .nxt-bg-gradient.active, .nxt-field-background .nxt-bg-image.active {
display: block;
/* z-index: 1; */
}
/* Typography font family weight */
.nxt-font-family-opt, .nxt-font-weight-opt {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 15px;
}
.nxt-font-family-opt>label, .nxt-font-weight-opt label {
margin-bottom: 3px !important;
}
.nxt-font-family-wrap, .nxt-font-weight-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
cursor: default;
transition: all 100ms ease;
outline: 0px !important;
line-height: 28px;
height: 30px;
padding-left: 5px;
border-radius: 3px;
border: 1px solid #e6e6e6;
}
.nxt-font-family-wrap .nxt-font-family-input {
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.nxt-font-family-wrap input.nxt-font-filter {
border: 0;
min-height: 26px;
padding: 0 2px 0 0;
width: 100%;
}
.nxt-font-family-wrap .nxt-font-updown-icon, .nxt-font-weight-wrap .nxt-font-updown-icon {
padding-right: 8px;
display: flex;
align-items: center;
}
.nxt-typography-font-family-options input[type="text"]:focus {
box-shadow: none;
}
.nxt-fonts-list-wrap, .nxt-weights-list-wrap {
position: absolute;
top: 100%;
background: #fff;
box-shadow: 0 5px 10px #191e231a;
margin-bottom: 8px;
width: 100%;
border-radius: 4px;
z-index: 11;
border: 1px solid #E6E6E6;
}
ul.nxt-font-list-inner, ul.nxt-weight-list-inner {
max-height: 200px;
position: relative;
overflow-y: auto;
padding: 3px 0px;
margin: 0;
}
ul.nxt-font-list-inner .nxt-font-list-opt, ul.nxt-weight-list-inner .nxt-weight-list-opt {
background: transparent;
color: #555D66;
cursor: pointer;
display: block;
width: 100%;
font-size: 14px;
padding: 8px 11px;
margin: 0;
transition: all .2s linear;
}
.nxt-font-list-inner .nxt-font-list-opt:hover, .nxt-font-list-inner .nxt-font-list-opt.selected-font, ul.nxt-weight-list-inner .nxt-weight-list-opt:hover, .nxt-weight-list-inner .nxt-weight-list-opt.selected-weight {
background: #0A102F;
color: #fff;
}
.nxt-font-weight-opt {
position: relative;
}
.nxt-weights-list-wrap {
width: 100%;
}