Heray-Was-Here
Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver9 5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.24
Disable Function : NONE
Directory :  /var/www/cwalakestreet.com/wp-content/plugins/diviflash/admin/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/cwalakestreet.com/wp-content/plugins/diviflash/admin/css/admin.css
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],100..1000&display=swap');

.df-shortcode-wrapper,
.df-popupid-wrapper {
    position: relative;
}

.df-shortcode-copy,
.df-popupid-copy {
    cursor: pointer;
}

.df-cpy-tooltip {
    background: #636363;
    color: #fff !important;
    text-align: center;
    position: absolute;
    padding: 7px 14px;
    border-radius: 4px;
    line-height: 1em !important;
    top: 0;
    opacity: 0;
    transform: translateX(-106%);
    z-index: 999;
}

.df-shortcode-wrapper:hover .df-cpy-tooltip,
.df-popupid-wrapper:hover .df-cpy-tooltip {
    opacity: 1;
    transition: all .2s ease;
}

.diviflash-module-control {
    max-width: 90%;
    margin: 50px auto 0;
}

.wrap-divi-flash {
    background: #fff;
    padding: 0 20px 0 20px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    border-radius: 3px;
    overflow: hidden;
}

.wrap-divi-flash h1 {
    background-color: #661ff4;
    line-height: 2.4em;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding-left: 30px;
    margin: 0 -20px;
    background-image: url('../../public/css/img/flash.png');
    background-repeat: no-repeat;
    background-position: 99.5% center;
    background-size: 37px;
}

.all-module {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2% 0px 1px;
    width: 100%;
}

/* @media only screen and (min-width: 640px) {
flex-direction: column;
} */
.all-module .item {
    flex-basis: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    padding: 24px 24px;
    border-radius: 5px;
    color: #333;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    /* background-image: radial-gradient(circle at top left,rgb(162 153 181 / 6%) 19%,#ffffff 17%); */
    background-color: #f1f5f9;
}

/* popup */
.type-difl_popup .active_status .active,
.type-difl_popup .active_status .inactive,
.triggering_setting span {
    padding: 3px 10px 5px;
    border-radius: 10px;
    color: #fff;
}

.type-difl_popup .active_status .active {
    background: #299110;
}

.type-difl_popup .active_status .inactive {
    background: #000;
}

.triggering_setting span.click {
    background: #50575e;
}

.triggering_setting span.on_load {
    background: #b659d5;
}

.triggering_setting span.on_scroll {
    background: #618b8b;
}

.triggering_setting span.scroll_to_element {
    background: #d7a32f;
}

.triggering_setting span.on_exit {
    background: #1f8fc7;
}

.triggering_setting span.on_inactivity {
    background: #620000;
}

/* .df-popupid-wrapper .df-cpy-tooltip{
font-size: 10px !important;
padding: 5px 5px !important;
top: -20px !important;
left: 80px !important;
} */

@media only screen and (max-width: 1500px) {
    .all-module .item {
        flex-basis: 31.33%;
    }
}

@media only screen and (max-width: 1160px) {
    .all-module .item {
        flex-basis: 48%;
    }
}

.all-module .item .field [type=checkbox].module_control {
    display: none;
}

.all-module .item img {
    width: 48px;
    display: block;
}

.all-module .item .field {
    display: relative;
}

.all-module .item .field label {
    position: relative;
    line-height: 32px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.all-module .item .field label span.title {
    width: calc(100% - 44px);
}

.all-module .item .field label:before,
.all-module .item .field label:after,
.all-module .item .field label span.df-switch:before,
.all-module .item .field label span.df-switch:after {
    content: '';
    display: block;
    position: absolute;
}

.all-module .item .field label span.df-switch {
    position: relative;
    cursor: pointer;
    display: block;
}

.check-round label span.df-switch {
    border-radius: 16px;
    height: 26px;
    width: 44px;
}

.check-round label span.df-switch:before {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    left: 2px;
    top: 2px;
}

.check-round input:checked + label span.df-switch:before {
    left: 20px;
}

.check-round.slide label span.df-switch {
    background: #afafaf;
    transition: background 0.2s ease-in;
}

.check-round.slide label span.df-switch:before {
    background: #ECF0F1;
    transition: left 0.2s ease-in;
}

.check-round.slide input:checked + label span.df-switch {
    background: #661ff4;
}

.check-round.slide-inverse label span.df-switch {
    background: #ECF0F1;
    border: 1px solid #bdc3c7;
}

.check-round.slide-inverse label span.df-switch:before {
    background: #e74c3c;
    transition: left 0.4s ease-in, background 0.4s ease-in;
}

.check-round.slide-inverse input:checked + label span.df-switch:before {
    background: #2ecc71;
}

.difl-module-btn-save.save-changes,
.control-button {
    background-color: #afafaf;
    border-radius: 3px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 19px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.3s;
    pointer-events: none;
    margin: 24px 0;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    position: relative;
}

.save-changes.changed.difl-module-btn-save {
    background-color: #31ede6;
    border: 1px solid #e9e9e9;
    pointer-events: visible;
}

.save-changes.difl-module-btn-save:hover {
    background-color: #661ff4;
}

.save-changes.difl-module-btn-save:active {
    position: relative;
    top: 1px;
}

button.difl-module-btn-save {
    position: relative;
}

.control-button {
    background: #661ff4;
    float: right;
    cursor: pointer;
    margin-left: 20px;
    pointer-events: all !important;
}

.control-button.selected {
    background-color: #31ede6;
}

button.difl-module-btn-save:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    animation: 0.8s linear infinite rotate;
    color: #fff !important;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s, color 0.5s ease 0.3;
}

button.sending.difl-module-btn-save:before {
    transition-delay: 0.2s;
    transition-duration: 1s;
    opacity: 1;
}

button.sending.difl-module-btn-save {
    color: rgb(255 255 255 / 0%);
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* menu page */
.toplevel_page_diviflash-dashboard .wp-menu-image img {
    width: 18px;
}

/* dashboard coming soon */
p.dashboard-coming-soon {
    padding: 35px 37px;
    font-size: 45px;
    font-weight: 700;
    max-width: 550px;
    background: white;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    margin: 104px auto;
    line-height: 1.3em;
}

/* license option */
.diviflash-license {
    background-color: #ffffff;
    padding: 0 42px 15px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin-top: 52px;
    overflow: hidden;
}

.diviflash-license .title {
    background-color: #661ff4;
    line-height: 2.4em;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding-left: 30px;
    margin: 0 -42px;
    background-image: url(../../public/css/img/flash.png);
    background-repeat: no-repeat;
    background-position: 99.5% center;
    background-size: 37px;
}

.diviflash-license form {
    padding-top: 16px;
}

.diviflash-license input[type="text"] {
    background-color: #F1F5F9;
    border-radius: 0;
    border: 0;
    margin-right: 10px;
}

.diviflash-license .form-table th {
    font-size: 22px;
    font-weight: 800;
}

.diviflash-license #submit,
.diviflash-license input[type="submit"] {
    background-color: #31ede6;
    border-radius: 3px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 19px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.3s;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    position: relative;
    line-height: 1em;
}

.diviflash-license #submit:hover,
.diviflash-license input[type="submit"]:hover {
    background-color: #661ff4;
    color: #ffffff;
}

span.df-license-status {
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    color: #661ff4 !important;
    font-size: 20px;
}

#diviflash-plugin-dashboard .diviflash-plugin__title h1 {
    background-image: url(../../public/css/img/flash.png);
    background-repeat: no-repeat;
    background-position: 99.5% center;
    background-size: 37px;
}

@media only screen and (max-width: 840px) {
    .diviflash-module-control .wrap-divi-flash h1 {
        background-position: 96.5% center;
    }

    .diviflash-module-control .control-button {
        float: none;
    }

    .difl-module-btn-save.save-changes {
        display: block;
    }

    .difl-module-btn-save.save-changes,
    .control-button {
        margin: 5px 0;
        padding: 10px 12px;
    }

    .save-changes.changed.difl-module-btn-save {
        display: block;
    }

    .diviflash-module-control .wrap-divi-flash {
        background: #fff;
        padding: 0 10px 0 10px;
    }

    .diviflash-module-control .all-module .item .field label {
        line-height: 24px;
    }

    .diviflash-module-control .menu-control {
        margin-bottom: 5px;
    }

    .diviflash-module-control .all-module .item {
        padding: 10px 5px;
        margin-bottom: 4%;
    }

    .diviflash-module-control .all-module {
        padding: 4% 0px 1px;
    }

}

.diviflash-module-control .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;

}

.diviflash-module-control .overlay.open {
    opacity: 1;
    z-index: 9999;
    transition: opacity .5s linear;
}

.diviflash-module-control .overlay.close {
    opacity: 0;
    transition: opacity .5s linear;
}

.diviflash-module-control .popup {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.diviflash-module-control .success {
    border: 2px solid #086fc3;
}

.diviflash-module-control .close-btn {
    background-color: #086fc3;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0px;
}

.popup .message.success p {
    font-size: 24px;
}

.df_popup_export_import_title {
    background-image: linear-gradient(165deg, #2a007f 0%, #6725f3 100%) !important;
    margin: 10px 0 0px;
    padding: 5px 0px;
}

.df_popup_export_import_title h2 {
    font-size: 25px;
    margin: 0;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    padding: 20px 0 20px 20px;
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: 99.5% center;
    background-size: 37px;
}

.df_popup_export_import {
    display: flex;
    flex-direction: row;
}

.df_popup_export_import .wrap {
    flex-basis: 50%;
    margin: 0px;
    border: 1px solid #e5dfdf;
    padding: 20px 15px;
    margin-top: 10px;
}

.df_popup_export_import .wrap:not(:last-child) {
    margin-right: 24px;
}

.df_popup_export_import {
    display: flex;
}

.df_popup_dashboard_wrapper {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.df_popup_dashboard_wrapper h2 {
    color: #fff;
    margin-top: 0;
    background-image: url(../../public/css/img/flash.png);
    background-repeat: no-repeat;
    background-position: 99.5% center;
    background-size: 37px;
}

.df_popup_export_import {
    display: flex;
    justify-content: space-between;
    /* margin: 20px; */
}

.df_popup_export_import.wrap {
    flex-basis: 48%;
}

.df_popup_export_import h3 {
    color: #3F0DA6;
    margin-top: 0;
}

.df_popup_export_import table.wp-list-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.df_popup_export_import table.wp-list-table th,
.df_popup_export_import table.wp-list-table td {
    padding: 8px;
    font-weight: 600;
}

.df_popup_export_import table.wp-list-table td {
    padding: 14px 8px;
    /* font-size: 16px; */
    font-weight: 500;
}

.df_popup_export_import table.wp-list-table tbody tr {
    border-bottom: none;
    padding: 20px;
}

.df_popup_export_import table.wp-list-table td:first-child {
    padding-left: 16px;
}

.df_popup_dashboard_wrapper table.wp-list-table th:first-child,
.df_popup_dashboard_wrapper table.wp-list-table td:first-child {
    width: 2.2em;
    white-space: nowrap;
    overflow: hidden;
}

.df_popup_export_import table.wp-list-table.widefat tbody > :nth-child(odd) {
    background-color: #f0f0f1;
}

/* border style of Table */
.df_popup_export_import table.wp-list-table.widefat {
    border: 1px solid #e5dfdf;
}

.df_popup_export_import table.wp-list-table.widefat.widefat thead th {
    border-bottom: 1px solid #e5dfdf;
}

.df_popup_export_import table.wp-list-table.widefat.widefat tfoot th {
    border-top: 1px solid #e5dfdf;
}

.df_popup_export_import table.wp-list-table th input[type="checkbox"],
.df_popup_export_import table.wp-list-table td input[type="checkbox"] {
    margin-right: 5px;
}

.df_popup_export_import .wrap form input[type="submit"].button-primary {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    color: white;
    border: none;
    cursor: pointer;
    background: #3F0DA6;
    transition: background-color 0.3s ease;
}

.df_popup_export_import .wrap form input[type="submit"].button-primary:hover {
    background-color: #39226b;
}

/* Apply styles to the custom post type import section */

.df_popup_export_import .wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.df_popup_export_import .wrap form input[type="file"] {
    margin-bottom: 20px;
}

.df_popup_export_import .wp-list-table span.post_status_title {
    color: #333;
    font-weight: 600;
}

#df_popup_export_import .wrap form input[type="submit"].button-primary:hover {
    background-color: darken(var(--secondary-color), 10%);
}

.df_popup_export_import table.wp-list-table td a {
    font-size: 14px;
}

.df-popup-setting-content .components-circular-option-picker .components-circular-option-picker__swatches {
    z-index: 0;
}

/* Text highlighter */
body.et-db .et-fb-modal .df_highlighter_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    align-items: center;
    grid-gap: 5px;
}

body.et-db .et-fb-modal .df_highlighter_cell {
    background: #F1F5F9;
    transition: all .2s ease;
    padding: 10px;
    border: 1px solid transparent;
    height: 45px;
}

body.et-db .et-fb-modal .df_text_highlighter_selector_wrapper svg {
    overflow: visible;
    width: 65%;
}

body.et-db .et-fb-modal .df_text_highlighter_selector_wrapper svg path {
    stroke-width: 15px;
    stroke: #91A7B6;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.et-db .et-fb-modal .df_text_highlighter_selector_wrapper .strikethrough {
    stroke-width: 6px;
}


.difl-license-notice {
    font-family: "DM Sans", sans-serif;
    height: 7.5rem;
    background: #FFFBFB;
    border-radius: .5rem;
    border-color: #FB2B3A;
    border-style: solid;
    border-width: .5px;
    border-left-width: 3px;
}

.difl-license-notice .notice-header {
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #1D054E;
    line-height: 1.5;
    margin-block-end: .75rem;
    position: relative;
    width: fit-content;
}

.difl-license-notice .notice-header::before {
    font-family: Dashicons;
    font-size: 1.75rem;
    color: #FB2B3A;
    position: absolute;
    left: -12%;
}

.difl-license-notice .notice-wrapper {
    margin: 1.5rem 3.5rem;
}

.difl-license-notice .notice-link {
    color: #474950;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

div.difl_cf_export button{
    position: unset !important;
}

Hry