HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
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/retile.ru/public_html/admin/view/stylesheet/d_admin_style/core/scss/section/_dashboard.scss
.protection_module {

    color: rgb(176, 177, 184);
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;

    i {
        color: rgb(75, 76, 92);
        font-size: 48px;
        padding-bottom: 10px;
    }

    & > span {
        font-size: 14px;
    }

    &.enabled {
        color: #fff;

        i {
            color: $main_blue;
        }
    }

    &.active {
        color: #fff;

        i {
            color: #fff;
        }

        &:hover i {
            color: #fff;
        }
    }

    &:hover {
        color: #fff;

        i {
            color: #fff;
        }
    }
}

.protection_panel {

    border-color: $border_color;
    background-color: $panel_background;

    .panel-heading {
        font-size: 16px;
        border-color: $border_color;
        background-color: $heading_background;
        color: #fff;
        padding: 23.5px;

        i {
            font-size: 18px;
            padding-right: 8px;
        }
    }

    .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .protection_icon {
        font-size: 120px;
    }

    .protection_text {
        font-size: 30px;
        font-weight: bold;
    }
}

.dashboard_protection_panel {
    @extend .protection_panel;
    height: 450px;
}

// .more_info_protection_panel {
//     @extend .protection_panel;

//     .panel-heading {
//         padding: 7px 14px;
//         // text-align: right;

//         .name {
//             text-align: left;
//             font-size: 15px;
//             color: $unprotected;
//         }
//     }
// }

.protection_button {
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    color: rgb(54, 116, 238);
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(31, 35, 56, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 13%;
    padding-right: 13%;
    margin-top: 35px;

    &:hover {

    }

    &:focus, &.focus {
        color: rgb(54, 116, 238);
    }
}

.protection_info {
    font-size: 16px;
}


.sm_bage {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: auto;
    position: absolute;
}

.notify_bage {
    @extend .sm_bage;
    width: 18.5px;
    height: 18.5px;
    border-radius: 50%;
    background-color: rgb(250, 91, 109);
    margin: auto;
    position: absolute;
    top: 0px;
    left: 50px;
    bottom: 80px;
    right: 0px;
}

.pro_bage {
    @extend .sm_bage;
    width: 35px;
    height: 16px;
    font-size: 10px;
    border-radius: 2px;
    background-color: $main_blue;
    top: 0px;
    left: 60px;
    bottom: 100px;
    right: 0px;
}

.coming_soon_bage {
    @extend .sm_bage;
    width: 35px;
    height: 14px;
    font-size: 10px;
    border-radius: 2px;
    background-color: $main_blue;
    top: 0px;
    left: 44px;
    bottom: 41px;
    right: 0px;
}

.hope_you_happy_now_jeka {
    font-size: 21px !important;
}

#protection_info_modal {
    .label {
        cursor: pointer;
        padding: 0.5em 0.5em 0.5em;
    }
}