.polipop_theme_default {
    font-size: 14px
}

.polipop_theme_default .polipop__closer {
    color: #777;
    font-weight: 600
}

.polipop_theme_default .polipop__closer:hover {
    color: #555
}

.polipop_theme_default .polipop__closer-count {
    background: #62f1ff;
    border-radius: 3px;
    color: #0e1937;
    font-weight: 600
}

.polipop_theme_default .polipop__notification {
    color: #555
}

.polipop_theme_default .polipop__notification-outer {
    padding: 15px
}

.polipop_theme_default .polipop__notification-icon {
    margin: 0 12px 0 0
}

.polipop_theme_default .polipop__notification-icon svg {
    fill: #0e1937
}

.polipop_theme_default .polipop__notification-close {
    background-color: initial;
    border-radius: 50%;
    color: inherit
}

.polipop_theme_default .polipop__notification-close:hover {
    background: rgba(0, 0, 0, .05);
    outline: none;
    text-decoration: none
}

.polipop_theme_default .polipop__notification-content {
    font-weight: 400;
    line-height: 24px
}

.polipop_theme_default .polipop__notification_type_success {
    background-color: #62f1ff;
    color: #0e1937
}

.polipop_theme_default .polipop__notification_type_info,
.polipop_theme_default .polipop__notification_type_notice {
    background-color: #00b1fe;
    color: #0e1937
}

.polipop_theme_default .polipop__notification_type_warning {
    background-color: #ffc107;
    color: #555
}

.polipop_theme_default .polipop__notification_type_warning .polipop__notification-icon svg {
    fill: #555
}

.polipop_theme_default .polipop__notification_type_error {
    background-color: #f76860;
    color: #0e1937
}

.polipop_theme_default .polipop__notification_type_error .polipop__notification-progress-inner {
    background-color: rgba(0, 0, 0, .12)
}

.polipop_theme_default .polipop__notification_type_default {
    background-color: #0e1937;
    color: #555
}

.polipop_theme_default .polipop__notification_type_default .polipop__notification-icon svg {
    fill: #555
}

.polipop_layout_panel.polipop_theme_default {
    background-color: #f2f7fa;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.polipop_layout_panel.polipop_theme_default .polipop__header {
    background-color: #e8e8e8
}

.polipop_layout_panel.polipop_theme_default .polipop__header-inner {
    background-color: #edf4f9
}

.polipop_layout_panel.polipop_theme_default .polipop__header-inner:hover .polipop__header-minimize {
    color: #555
}

.polipop_layout_panel.polipop_theme_default .polipop__header-title {
    color: #777;
    font-size: 15px;
    font-weight: 600
}

.polipop_layout_panel.polipop_theme_default .polipop__header-count {
    background: #00b1fe;
    border-radius: 3px;
    color: #0e1937;
    font-weight: 600
}

.polipop_layout_panel.polipop_theme_default .polipop__header-minimize {
    color: #999
}

.polipop_layout_panel.polipop_theme_default .polipop__notification {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.polipop_layout_panel.polipop_theme_default .polipop__notification_type_success {
    border-color: #0daf71
}

.polipop_layout_panel.polipop_theme_default .polipop__notification_type_info,
.polipop_layout_panel.polipop_theme_default .polipop__notification_type_notice {
    border-color: #009de0
}

.polipop_layout_panel.polipop_theme_default .polipop__notification_type_warning {
    border-color: #e0aa07
}

.polipop_layout_panel.polipop_theme_default .polipop__notification_type_error {
    border-color: #d64f48
}

.polipop_layout_panel.polipop_theme_default .polipop__notification_type_default {
    border-color: #e8e8e8
}

.polipop_layout_panel.polipop_theme_default .polipop__notification-title {
    line-height: 22px
}

.polipop_layout_panel.polipop_theme_default .polipop__closer {
    color: #777;
    font-weight: 600
}

.polipop_layout_panel.polipop_theme_default .polipop__closer:hover {
    color: #555
}

.polipop_layout_popups.polipop_theme_default .polipop__notification {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.polipop_layout_popups.polipop_theme_default .polipop__notification-title {
    line-height: 24px
}

.polipop_layout_popups.polipop_theme_default .polipop__closer {
    background-color: #333;
    border-color: #222;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #eee;
    font-weight: 400
}

.polipop_layout_popups.polipop_theme_default .polipop__closer:hover {
    color: #0e1937
}