

.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
body { padding: 20px 20px 60px; }

iframe { display: block; border: 0px; max-width: 100%; height: calc(100vh - 80px); resize: horizontal; width: 100%; }

.phpdebugbar { bottom: 40px !important; }

.toolbar { position: fixed; bottom: 0; left: 0; right: 0; background-color: #efefef; z-index: 99999; display: flex; justify-content: space-between; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-top: 1px solid #ccc; }

.toolbar > div { display: flex; align-items: center; }

.toolbar .brand { padding: 0 15px; }

.toolbar .brand img { height: 27px; }

.toolbar ul { margin: 0; padding: 0; list-style: none; display: flex; }

.toolbar ul li a { position: relative; display: block; padding: 0 20px; text-decoration: none; color: #555; height: 40px; display: flex; align-items: center; }

.toolbar ul li a:hover { color: #000; }

.toolbar ul li a.active { background-color: #fec600; color: #000; }

.toolbar ul svg { height: 14px; width: 14px; }

.phpdebugbar a.phpdebugbar-tab.phpdebugbar-active { background-color: #fec600; color: #000; }

.phpdebugbar-header { overflow: hidden; }
