HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/innocamp/public_html/wp-content/plugins/WP-FormBuilder/css/admin-settings.css
.post-type-hashform-styles #post-body.columns-2 #postbox-container-1{
    display: none;
}

.post-type-hashform-styles .postbox{
    border: 0;
    box-shadow: none;
    margin: 0
}

.post-type-hashform-styles #major-publishing-actions{
    background: none;
    padding: 0;
    border-top: 0;
}

.post-type-hashform-styles #publishing-action{
    float: none;
}

.post-type-hashform-styles{
    height: 100vh;
    overflow: hidden;
}

.post-type-hashform-styles #poststuff #post-body.columns-2{
    margin: 0;
}

.post-type-hashform-styles.post-new-php .wrap,
.post-type-hashform-styles.post-php .wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 30px 30px 0;
    overflow: hidden;
    background: #FFF;
    z-index: 99999;
    height: calc(100vh - 30px);
    overflow-y: scroll;
}

.post-type-hashform-styles.post-new-php .wrap .wp-heading-inline,
.post-type-hashform-styles.post-php .wrap .wp-heading-inline,
.post-type-hashform-styles.post-new-php .page-title-action,
.post-type-hashform-styles.post-php .wrap .page-title-action{
    display: none;
}

.post-type-hashform-styles.post-new-php #poststuff,
.post-type-hashform-styles.post-php .wrap #poststuff{
    padding: 0;
}

.post-type-hashform-styles .hf-body{
    height: calc(100vh - 190px);
}

.post-type-hashform-styles .hf-footer{
    position: sticky;
    bottom: 0;
    z-index: 99;
    gap: 20px;
    align-items: center;
}

.post-type-hashform-styles.post-new-php #message,
.post-type-hashform-styles.post-php #message{
    position: absolute;
    right: 30px;
    top: 0px;
    width: 300px;
    z-index: 99;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

/* Settings Metabox */
#hashform-styles-metabox{
    border: 1px solid #c3c4c7;
}

#hashform-styles-metabox .postbox-header{
    display: none;
}

#hashform-styles-metabox .inside{
    padding: 0;
    margin: 0;
}

#hashform-styles-metabox .hf-settings-heading{
    background: #ddedf8;
    padding: 8px 20px;
    color: #333;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hashform-styles-metabox .hf-settings-heading .mdi{
    font-size: 20px;
}

.hf-form-settings{
    display: none;
}

.hf-settings-row{
    margin: 0 0 15px;
}

.hf-settings-row select,
.hf-settings-row input[type="text"],
.hf-settings-row input[type="email"]{
    width: 100%;
}

.hf-settings-row .hf-setting-label{
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 5px;
}

.hf-setting-fields p.hf-desc{
    margin: 8px 0 0;
    font-size: 13px;
    font-style: italic;
}

.hf-setting-fields select[multiple]{
    width: 400px;
}

.hf-setting-fields input[type="number"]{
    width: 80px;
}

.hf-settings-updated{
    display: flex;
    gap: 10px;
    align-items: center;
    background: green;
    color: #FFF;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Tab */
.hf-tab-container{
    margin: 0 0 10px;
}

.hf-tab-container .hf-setting-tab{
    display: flex;
    margin: 0;
    padding: 0
}

.hf-setting-tab-panel{
    border: 1px solid #EEE;
    margin: 0;
    padding: 15px;
}

.hf-setting-tab-panel .hf-settings-row{
    margin: 0 0 10px;
}

.hf-setting-tab li{
    padding: 12px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    flex-grow: 1;
    cursor: pointer;
    text-align: center;
    background: #eaeaea;
    font-size: 12px;
}

.hf-setting-tab li:hover{
    background: #ddedf8;
}

.hf-setting-tab li.hf-tab-active{
    background: #2170b1;
    color: #FFF;
}

/* Icon Chooser */
.hf-icon-box-wrap{
    position: relative;
    width: 382px;
}

.hf-icon-box-wrap .hf-icon-box {
    display: none;
}

.hf-icon-box-wrap .hf-selected-icon {
    background: #f6f6f6;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    margin-right: 44px;
    cursor: pointer;
    font-size: 22px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hf-icon-box-wrap .hf-selected-icon span {
    position: absolute;
    background: #f6f6f6;
    right: -45px;
    top: -1px;
    height: 45px;
    width: 45px;
    border: 1px solid #eee;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hf-icon-box-wrap .hf-selected-icon span i.hf-down-icon{
    display: block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.hf-icon-box-wrap .hf-icon-search {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-top: 0;
}

.hf-icon-box-wrap .hf-icon-search select {
    width: 150px;
    margin-right: 10px;
}

.hf-icon-box-wrap .hf-icon-list {
    height: 215px;
    overflow-y: scroll;
    font-size: 18px;
    border: 1px solid #eee;
    background: #fff;
    border-top: 0;
    padding: 4px;
    margin: 0;
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.hf-icon-box-wrap .hf-icon-list::-webkit-scrollbar {
    display: none;
}

.hf-icon-box-wrap .hf-icon-list:first-of-type {
    display: block;
}

.hf-icon-box-wrap .hf-icon-list li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 43px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 18px;
    margin: 4px;
    transition: all 0.3s ease;
}

.hf-type-icon .hf-icon-box-wrap .hf-icon-list li{
    height: 38px;
    width: 38px;
}

.hf-icon-box-wrap .hf-icon-list li:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hf-icon-box-wrap .hf-icon-list li.icon-active {
    background: #0073aa;
    border: 1px solid #0073aa;
    color: #fff;
}

/* Image Uploader */
.hf-custom-img-icon-btn{
    position: relative;
    width: 60px;
    margin-bottom: 10px;
}

.hf-custom-menu-image-icon{
    height: 60px;
    width: 60px;
    border: 2px dashed #EEE;
}

.hf-custom-menu-image-icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hf-image-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #FF0000;
    opacity: 0.6;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 50%;
}

.hf-custom-img-icon-btn:hover .hf-image-remove {
    opacity: 1;
}

.hf-image-remove:before, 
.hf-image-remove:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 10px;
    width: 1px;
    background-color: #fff;
    top: 5px;
}

.hf-image-remove:before {
    transform: rotate(45deg);
}

.hf-image-remove:after {
    transform: rotate(-45deg);
}

/* Typography */
.hf-typography-fields{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
    margin: 10px 0 0;
}

.hf-typography-fields li{
    margin: 0;
    padding: 0;
}

.hf-typography-fields li.hf-typography-font-size-field,
.hf-typography-fields li.hf-typography-line-height-field,
.hf-typography-fields li.hf-typography-letter-spacing-field,
.hf-typography-fields li.hf-typography-color-field {
    grid-column: span 2;
}

.hf-typography-fields li > label{
    display: block;
    margin-bottom: 6px;
}

/*Toggle Button*/
.hf-toggle-input-field input[type=checkbox]{
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: rgb(255, 42, 43);
    position: relative;
    border: 0;
    margin: 0;
    min-width: 0;
    box-shadow: none;
}

.hf-toggle-input-field input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.2s ease;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #FFF;
    background-color: rgb(255, 42, 43);
    box-sizing: border-box;
    margin: 0;
}

.hf-toggle-input-field input[type=checkbox]:checked {
    background-color: rgb(15, 202, 128);
}

.hf-toggle-input-field input[type=checkbox]:checked:before {
    background-color: rgb(15, 202, 128);
    transform: translateX(20px);
}

/*Choosen Select*/
.hf-typography-fields .chosen-container-single .chosen-single{
    min-height: 30px;
    font-size: 14px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.hf-typography-fields .chosen-container-single .chosen-single div{
    display: none;
}

.hf-typography-fields .chosen-container-single .chosen-single span{
    margin: 0 26px 0 0;
}

.hf-typography-fields .chosen-container-single .chosen-search input[type="text"]{
    background: none !important;
    padding: 5px;
    box-shadow: none;
}

/* Range Slider */
.hf-settings-row .hashform-range-slider-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.hf-settings-row .hashform-range-slider-wrap .hashform-range-slider {
    position: relative;
    flex-grow: 1;
    height: 4px;
    margin: 12px 0;
    background: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.5s;
}

.hf-settings-row .hashform-range-slider-wrap .hashform-range-slider:hover {
    background: rgba(0, 0, 0, 0.2);
}

.hf-settings-row .hashform-range-slider-wrap .hashform-range-slider .ui-slider-range {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    background: #13a1dc;
}

.hf-settings-row .hashform-range-slider-wrap .hashform-range-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    background: #fff;
    border: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: 0 0 0 -8px;
    transform: translateY(-50%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

.hf-settings-row .hashform-range-slider-wrap .hashform-range-slider + .hashform-range-input-selector {
    margin-left: 10px;
    margin-right: 5px;
    width: 50px;
    height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.hf-editor-field-content .hashform-range-slider-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.hf-editor-field-content .hashform-range-slider-wrap .hashform-range-slider {
    position: relative;
    flex-grow: 1;
    height: 4px;
    margin: 12px 0;
    background: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.5s;
}

.hf-editor-field-content .hashform-range-slider-wrap .hashform-range-slider:hover {
    background: rgba(0, 0, 0, 0.2);
}

.hf-editor-field-content .hashform-range-slider-wrap .hashform-range-slider .ui-slider-range {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    background: #13a1dc;
}

.hf-editor-field-content .hashform-range-slider-wrap .hashform-range-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    background: #fff;
    border: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: 0 0 0 -8px;
    transform: translateY(-50%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

.hf-editor-field-content .hashform-range-slider-wrap .hashform-range-slider + .hashform-range-input-selector {
    margin-left: 10px;
    margin-right: 5px;
    width: 50px;
    height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

/* Shadow */

ul.hf-shadow-fields {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
    max-width: 225px;
}

.hf-shadow-fields li{
    margin: 0;
}

.hf-shadow-fields li>label {
    text-align: center;
    display: block;
}

.hf-shadow-fields li input[type="number"] {
    width: 50px;
    text-align: center;
    padding-right: 0;
}

.hf-shadow-settings-field .hf-color-input-field{
    position: relative;
    top: -13px;
}


/* Unit */

.hf-unit-fields {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.hf-unit-fields li{
    margin: 0;
}

.hf-unit-fields li>label {
    text-align: center;
    display: block;
}

.hf-unit-fields li input[type="number"] {
    width: 55px;
    text-align: center;
    padding-right: 0;
}

.hf-unit-fields .hf-link-button {
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    color: #2c3338;
    min-height: 28px;
    width: 45px;
    background-color: #a4afb7;
    color: #fff;
}

.hf-unit-fields.hf-not-linked .hf-link-button{
    background: none;
    color: inherit;
}

.hf-unit-fields .hf-link-button span {
    font-size: 16px;
    height: 28px;
    width: 45px;
    align-items: center;
    justify-content: center;
}

.hf-unit-fields .hf-link-button .hf-linked{
    display: flex;
}

.hf-unit-fields .hf-link-button .hf-unlinked{
    display: none;
}

.hf-unit-fields.hf-not-linked .hf-link-button .hf-linked{
    display: none;
}

.hf-unit-fields.hf-not-linked .hf-link-button .hf-unlinked{
    display: flex;
}


/* Text Check Box */

.hf-text-check-box {
    border: 1px solid #EEE;
    display: inline-flex;
}

.hf-text-check-box label {
    border-right: 1px solid #EEE;
}

.hf-text-check-box label:last-child {
    border: none;
}

.hf-text-check-box label span {
    display: block;
    padding: 10px 15px;
}

.hf-text-check-box label span i {
    display: inline-block;
    margin-right: 4px;
    font-size: 0.9em;
}

.hf-text-check-box label input:checked+span {
    background: #000;
    color: #FFF;
}

.hf-text-check-box label input {
    display: none;
}

/* Multiple Select */
.hf-setting-fields .select2-container--default .select2-selection--multiple .select2-selection__clear{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 3px 5px;
    line-height: 1;
}

.hf-setting-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-right: 20px;
}

.hf-setting-fields .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0;
}

.hf-setting-fields .select2-container--default .select2-selection--multiple li.select2-selection__choice{
    background: #333;
    color: #FFF;
    border-radius: 2px;
    border: 0;
    padding: 3px 6px;
    margin: 5px 5px 0 0;
}

.hf-setting-fields .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #333;
    background: #FFF;
    border-radius: 10px;
    height: 14px;
    width: 14px;
    line-height: 12px;
    text-align: center;
    margin-right: 6px;
}

.hf-setting-fields .select2-container--default .select2-search--inline .select2-search__field{
    min-height: 0;
}

/* Color Picker */
.hf-typography-color-field{
    position: relative;
}

.hf-typography-color-field .hf-typography-input-field,
.hf-color-input-field{
    display: flex;
    justify-content: flex-end;
    margin-top: -35px;
}

.hf-settings-row .hf-color-input-label{
    margin: 0 !important;
    padding: 10px 0 !important;
}

.hf-setting-fields .wp-picker-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hf-setting-fields .wp-picker-container .wp-color-result.button{
    border-radius: 50%;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    overflow: hidden;
}

.hf-setting-fields .wp-picker-open+.wp-picker-input-wrap{
    display: flex;
    clear: both;
    width: 255px;
    margin-top: 15px;
}

.hf-setting-fields .wp-picker-input-wrap label{
    flex-grow: 1;
}

.hf-setting-fields .wp-picker-container input[type=text].wp-color-picker{
    width: 100% !important;
}

.hf-setting-fields .wp-color-result-text{
    display: none;
}

.hf-form-wrap .hf-form-preview{
    max-width: 100%;
    margin: 0;
}

.hf-sticky-sidebar{
    padding: 30px;
}

.hf-footer .hf-preview-close a{
    display: flex;
    align-items: center;
    gap: 4px;
}
/*
.hf-preview-close{
    position: fixed;
    top: 30px;
    right: 30px;
}

.hf-preview-close a{
    text-decoration: none;
    height: 46px;
    width: 46px;
    background: #000;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 3px;
}
position: sticky;
    top: -30px;
.post-type-hashform-styles .hf-body,
.post-type-hashform-styles .hf-fields-sidebar{
    overflow: visible;
}
*/