.dev_buttons_container {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: fixed;
    width: 30px;
    height: 100%;
    left: -30px;
    top: 0;
    z-index: 999999999;
}

.dev_buttons_container.show {
    left: 0;
}

.dev_buttons_container .show_hide_button {
    width: 50px;
    height: 50px;
    background-color: #333333;
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: 9999999;
    border-top: 10px solid #1b1b1b;
    border-right: 10px solid #404040;
    transform: rotate(45deg);
    z-index: 99999;
    cursor: pointer;
}

.dev_buttons_container .show_hide_button i {
    transform: rotate(315deg);
    display: block;
    line-height: 38px;
    font-size: 20px;
    padding-right: 4px;
    color: #ffffff;
}

.dev_buttons_container.show .show_hide_button i::before {
    content: "\f104";    
}

.dev_render {
    background: #5578eb;
    padding: 8px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 400px);
    width: 30px;
    z-index: 99999;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
}

.minify_render {
    background: #ffb822;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 200px;
    left: 0;
    height: 200px;
    width: 30px;
    z-index: 99999;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
}

.blocks_render {
    background: #9c27b0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 30px;
    z-index: 99999;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
}

.blocks_render a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 8px;
}

.minify_render a {
    color: #111;
    width: 100%;
    display: block;
    padding: 8px;
}

.panel-power {
    position: absolute;
    left: 0;
    font-size: 30px;
    color: #fff;
    top: 5px;
}

.panel-power a {
    color: #fff;
}

.tp_render {
    text-align: left;
    position: fixed;
    bottom: 50px;
    left: 5px;
    background: #333;
    z-index: 99999;
    padding: 10px;
    color: #fff;
    direction: ltr;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    min-width: 170px;
    padding-right: 35px;
}

.tp_render li {
    margin: 5px 0;
}