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: //usr/local/CyberCP/public/static/baseTemplate/assets/widgets/popover/popover.css
/* Popovers */

.popover {
    z-index: 1049;
    top: 0;
    left: 0;
    display: none;
    min-width: 250px;
    margin: 0;
    padding: 0;
}
.popover .popover-content {
    padding: 15px;
}
.display-block.popover {
    box-shadow: 0 0 0 transparent;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.popover-title:empty {
    display: none;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.popover .arrow {
    border-width: 10px;
}
.popover .arrow:after {
    content: '';
    border-width: 10px;
}
.popover.top .arrow {
    bottom: -22px;
    left: 50%;
    margin-left: -11px;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-width: 0;
}
.popover.right .arrow {
    top: 50%;
    left: -22px;
    margin-top: -11px;
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-width: 0;
}
.popover.bottom .arrow {
    top: -22px;
    left: 50%;
    margin-left: -11px;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
}
.popover.left .arrow {
    top: 50%;
    right: -22px;
    margin-top: -11px;
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .2);
}
.popover .nav-list,
.popover .dropdown-menu {
    margin: 0;
    border: 0;
}
.display-block.popover {
    float: none;
    width: auto;
    margin: 15px;
}
.fixed-header .popover {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
}