Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/duplica/vendor/codexpert/plugin/src/assets/css/
Upload File :
Current File : /var/www/html/wp-content/plugins/duplica/vendor/codexpert/plugin/src/assets/css/fields.css

@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');
.wrap > .cx-heading {
    padding: 20px !important;
    background: #fff;
    margin: 20px auto !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-family: 'Chonburi', cursive;
    box-shadow: rgb(9 30 66 / 25%) 0px 8px 16px -4px, rgb(9 30 66 / 31%) 0px 0px 1px;
}
.cx-wrapper {
    background: #fff;
    border: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 13px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}
.cx-wrapper.cx-tab-left {
    display: grid;
    grid-template-columns: 2fr 8fr;
}
.cx-wrapper.cx-sections-1 {
    grid-template-columns: inherit;
}
.cx-navs-wrapper {
    z-index: 2;
    position: relative;
    background: 0 0;
    border-right: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
}
.cx-tab-left .cx-navs-wrapper {
    margin-top: 18px;
}
.cx-navs-wrapper ul,
.cx-navs-wrapper ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.cx-tab-top .cx-nav-tab {
    display: inline-block;
}
.cx-tab-top .cx-sections-wrapper {
    width: 100%;
    padding-top: 30px;
}
.cx-navs-wrapper ul li {
    background: 0 0;
    white-space: normal;
    list-style: none;
    width: 100 % !important;
}
.cx-navs-wrapper ul li:last-child {
    border-bottom: none;
}
.cx-navs-wrapper ul li a {
    display: block;
    margin: 0;
    padding: 15px 12px;
    text-decoration: none;
    color: #777;
    font-size: 12px;
    text-align: center;
}
.cx-field-wrap,
.cx-label-wrap {
    line-height: 1.3;
    display: inline-block;
}
.cx-navs-wrapper ul li a:focus {
    box-shadow: none;
}
.cx-sections-wrapper {
    position: relative;
    padding: 5px 16px;
    float: left;
    background: #fff;
    color: #444;
    border-left: none;
}
.cx-subheading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    padding-top: 18px;
    margin-bottom: 15px;
}
.cx-subheading-text {
    font-size: 1.3rem;
}
.cx-label-wrap {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 25%;
    font-weight: 400;
    font-size: 15px;
}
.cx-field-wrap {
    padding: 15px 10px;
    vertical-align: middle;
    width: 70% !important;
}
.cx-field-wrap.cx-field-wrap-nolabel {
    width: 100% !important;
}
.cx-desc {
    color: #a7a7a7;
    font-style: italic;
}
.cx-row {
    border-bottom: 1px solid #f5f5f5;
}
.cx-row:last-child {
    border-bottom: 0px solid #fff;
}
.cx-tabs {
    display: flex;
    text-align: center;
    margin-bottom: 10px;
}
.cx-tab {
    padding: 10px 20px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-right: 0px solid;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    background: #eee;
}
.cx-tab:first-child {
    margin-left: 5px;
}
.cx-tab:last-child {
    border-right: 1px solid #ddd;
    margin-right: 5px;
}
.cx-tab.cx-tab-active {
    border-bottom: 0px;
    background: #fff;
    margin-bottom: -1px;
    cursor: default;
}
.cx-tab:hover:not(.cx-tab-active) {
    color: #fff;
    cursor: pointer;
}
.cx-nav-tab.cx-active-tab {
    background: #626262;
    border-right: none;
}
.cx-label-wrap label,
.cx-nav-tab.cx-active-tab a {
    color: #fff;
}
.cx-field-wrap .cx-field-email:not(.cx-field-group),
.cx-field-wrap .cx-field-number:not(.cx-field-group),
.cx-field-wrap .cx-field-password:not(.cx-field-group),
.cx-field-wrap .cx-field-select:not(.cx-field-group),
.cx-field-wrap .cx-field-text:not(.cx-field-group),
.cx-field-wrap .cx-field-textarea:not(.cx-field-group),
.cx-field-wrap .cx-field-url:not(.cx-field-group) {
    width: 100%;
    min-width: 100%;
}
select.cx-field-select:disabled {
    background-image: none;
}
.cx-field-wrap .cx-field-group {
    width: auto;
}
.cx-field-wrap .cx-field-file {
    width: 80%;
}
.cx-field-wrap p {
    margin: 0;
    font-family: inherit;
}
.cx-message {
    display: none;
    color: #000000;
    background-color: #d4edda;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    position: fixed;
    right: 100px;
    width: 200px;
    z-index: 99999;
    text-align: center;
    top: 200px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: rgb(9 30 66 / 25%) 0px 8px 16px -4px, rgb(9 30 66 / 31%) 0px 0px 1px;
}
.cx-message img {
    max-height: 60px;
}
.cx-message p {
    margin: 0;
}
.chosen-container,
.select2-container {
    width: 100%;
}
.cx-nonsticky-controls {
    margin: 30px auto;
    text-align: center;
}
.cx-nonsticky-controls .button-hero {
    margin-right: 10px;
}
.cx-sticky-controls {
    width: 69%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: right;
    border-top: 1px solid #ddd;
    padding: 25px 0;
}
.cx-subheading > .dashicons {
    color: #626262;
}
.cx-label-wrap label {
    color: #626262;
}
.cx-field-wrap .cx-field {
    background: #f9f9f9;
    border: 1px solid #ecebeb;
    padding: 5px 10px;
}
.cx-divider {
    text-align: center;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 16px;
    padding-top: 10px;
}
.cx-divider > span {
    font-weight: 500;
}
.cx-sticky-controls .button-primary {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 8px 20px;
    border: 1px solid #57b95b;
}
.cx-sticky-controls .button-primary:active,
.cx-sticky-controls .button-primary:focus,
.cx-sticky-controls .button-primary:hover {
    background: #57b95b;
    border-color: #57b95b;
    border: 1px solid #57b95b;
    box-shadow: none;
}
.cx-sticky-controls .button.cx-reset-button {
    color: #b7b7b7;
    border-color: transparent !important;
    background: 0 0 !important;
    background-color: transparent !important;
    vertical-align: top;
    text-decoration: underline;
    padding-top: 8px;
    outline: 0;
}
.cx-sticky-controls .button.cx-reset-button::active,
.cx-sticky-controls .button.cx-reset-button::focus,
.cx-sticky-controls .button.cx-reset-button::hover {
    background: 0 0 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border: none;
    box-shadow: none;
    outline: 0;
}
.cx-field-wrap input.button.cx-browse {
    line-height: 38px;
    float: right;
}
.cx-heading {
    padding-bottom: 20px !important;
}
.cx-repeatable {
    padding-bottom: 10px;
}
.cx-repeatable > * {
    margin-right: 10px;
}
.cx-toggle {
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
}
.cx-toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.cx-toggle-switch:before, .cx-toggle-switch:after {
  content: "";
}
.cx-toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.cx-toggle:hover .cx-toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.cx-toggle-checkbox:checked + .cx-toggle-switch {
  background: #56c080;
}
.cx-toggle-checkbox:checked + .cx-toggle-switch:before {
  left: 30px;
}
.cx-toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
.cx-toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.cx-row-tabs > .cx-field-wrap {
    padding-left: 0;
}
.cx-repeatable button {
    height: 32px;
    width: 32px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
}
.cx-repeater-remove {
    background: #d30b5c;
    border: 1px solid #d30b5c;
    color: #fff;
}
.cx-repeater-remove:hover {
    background: #fff;
    color: #d30b5c;
}
.cx-repeater-add {
    background: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
}
.cx-repeater-add:hover {
    background: #fff;
    color: #4caf50;
}
#cx-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff59;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
#cx-overlay > img {
    position: fixed;
    left: calc(50% - 100px);
    top: 200px;
}
@media only screen and (max-width: 767px) {
    .cx-wrapper {
        grid-template-columns: inherit;
    }
    .cx-sections-wrapper {
        margin-left: 0;
    }
    .cx-label-wrap {
        width: 100%;
    }
    .cx-field-wrap {
        width: 100% !important;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cx-field-wrap .cx-field-file {
        width: 53%;
    }
    .cx-nav-label {
        display: none;
        font-weight: 400;
        font-size: 15px;
        padding-left: 5px !important;
    }
    .cx-navs-wrapper ul {
        text-align: center;
    }
    .cx-navs-wrapper ul li {
        display: inline-block;
    }
    .cx-navs-wrapper ul li a {
        text-align: center;
        padding: 10px;
    }
    .cx-sticky-controls {
        width: 100%;
        text-align: center;
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 12px;
    }
    .cx-sidebar-wrapper {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .cx-sections-wrapper {
        margin-left: 20px;
    }
    .cx-label-wrap {
        width: 25%;
    }
    .cx-field-wrap {
        padding: 15px 10px;
        width: 67% !important;
    }
    .cx-field-wrap .cx-field-file {
        width: 65%;
    }
    .cx-nav-label {
        display: none;
        font-weight: 400;
        font-size: 15px;
    }
    .cx-navs-wrapper {
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 10px;
    }
    .cx-sticky-controls .button-primary {
        padding: 4px 20px;
    }
}
@media only screen and (min-width: 900px) {
    .cx-sticky-controls {
        left: 160px;
        width: calc(100% - 160px);
        position: fixed;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .cx-sections-wrapper {
    }
    .cx-field-wrap .cx-field-file {
        width: 80%;
    }
    .cx-nav-label {
        display: unset;
        font-weight: 400;
        font-size: 15px;
    }
    .cx-navs-wrapper {
    }
    .cx-navs-wrapper ul li a {
        text-align: left;
        padding: 15px 12px;
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 16px;
    }
    .cx-sidebar-wrapper {
        display: block;
    }
    .cx-sticky-controls .button-primary {
        padding: 8px 20px;
    }
}
@media only screen and (min-width: 1367px) {
    .cx-navs-wrapper {
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 40px;
    }
}