/* CSS Document */

#debug-button {
    min-height: 30px;
    position: fixed;
    left: 0;
    z-index: 2147483647;
}

#debug-button.hide {
    display: none;
}

#debug-button .counter {
    color: #fff;
    padding: 5px;
    background-color: #c02629;
    position: fixed;
    bottom: 50px;
    min-width: 20px;
    height: 20px;
    border-radius: 50px;
    left: 50px;
    z-index: 2;
    font-weight: bold;
    line-height: 10px;
    font-size: 12px;
}

#debug-button.active {
    height: 200px;
    left: 1px;
    right: 1px;
    bottom: 0;
    min-height: 80px;
    -webkit-box-shadow: 0px -1px 9px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px -1px 9px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px -1px 9px 0px rgba(50, 50, 50, 0.5);
    border-top: solid 1px #178dc7;
    background-color: #fff;
}

#debug-button .wrap {
    position: fixed;
    overflow: hidden;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 22px;
    bottom: 0;
    border: solid 1px #178dc7;
    background-color: #fff;
}

#drag {
    width: 100%;
    background-color: #178dc7;
    height: 12px;
    text-align: center;
    color: #fff;
    line-height: 0;
    font-weight: bold;
    font-size: 18px;
    display: none;
}

#debug-button.active:not(.tmphide) #drag {
    display: block;
}

#drag:hover {
    cursor: row-resize;
}

#debug-button .wrap .fa-bug {
    content: '\f188 ';
    font-family: 'Font Awesome 6 Pro';
    font-size: 26px;
    color: #189791;
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 45px;
}

#debug-button .wrap-info .tab-content pre.debug-pre {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 20px;
    margin-right: 5px;
}

#debug-button .wrap-info .tab-content div.debug-line {
    color: #676767;
    font-family: Arial;
    font-size: 15px;
    padding: 5px 0 5px 0;
}

#debug-button .wrap-info .tab-content div.debug-line span.url {
    color: #cdcdcd;
}

#debug-button .wrap-info .tab-content div.debug-line span.url > a {
    color: #cdcdcd;
    text-decoration: none;
}

#debug-button .wrap-info .tab-content div.debug-line span.url > a:hover {
    color: #9b9b9b;
    text-decoration: underline;
}

#debug-button .wrap .fa-bug.animate {
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}

#debug-button .wrap .fa-bug:hover,
#debug-button .wrap-info .tab:hover {
    cursor: pointer;
}

#debug-button .macros {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 2;
}

#debug-button.active .macros {
    display: block;
}

#debug-button .macros .macro {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #178dc7;
    text-align: center;
    margin-left: 15px;
    overflow: hidden;
    position: fixed;
}

#debug-button .macros .trash {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #178dc7;
    text-align: center;
    margin-left: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
}

#debug-button .macros > div > i {
    height: 50px;
    margin: 0 auto;
    color: #189791;
    line-height: 45px;
}

#debug-button .macros > div .fa-play,
#debug-button .macros > div .fa-trash-o {
    background-color: #fff;
    color: #189791;
    content: '\f04b';
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-size: 26px;
    line-height: 50px;
    border-radius: 50px;
    padding-left: 5px;
    display: block;
}

#debug-button .macros > div .fa-trash-o {
    padding-left: 0;
}

#debug-button .macros > div.check {
    border: 1px solid #2b9236;
}

#debug-button .macros > div.check > i.fa-trash-alt,
#debug-button .macros > div.check > i.fa-play {
    display: none;
}

#debug-button .macros > div .fa-check {
    color: #2b9236;
    background-color: #fff;
    content: '\f00c';
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-size: 26px;
    line-height: 50px;
    border-radius: 50px;
    display: block;
}

#debug-button .macros > div.error {
    border: 1px solid #c44747;
}

.delete-cookie {
    padding: 5px 15px;
    border-radius: 5px;
}

.delete-cookie:hover {
    background-color: #ad310b;
    color: #fff;
    transition: background-color 500ms linear;
}

#debug-button .macros .macro .fa-exclamation-triangle {
    color: #c44747;
    background-color: #fff;
    content: '\f071';
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-size: 26px;
    line-height: 50px;
    border-radius: 50px;

    display: block;
}

#debug-button .macros .macro:hover,
#debug-button .macros .clear:hover {
    cursor: pointer;
}

#debug-button .main-tabs {
    position: absolute;
    left: 0;
    max-width: 120px;
    background-color: #fff;
    z-index: 3;
    top: 20px;
}

#debug-button .main-tabs .tab {
    width: 100%;
    padding-left: 10px;
    border-bottom: solid 5px #fff;
}
#debug-button .main-tabs .tab > div {
    padding: 5px 0 5px 20px;
}

#debug-button .wrap-info .action-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    z-index: 5;
    right: 18px;
    background-color: #fff;
    padding-top: 5px;
}

#debug-button .wrap-info .action-bar .btn {
    float: left;
    font-size: 18px;
    border-radius: 50px;
    margin-left: 15px;
}

.float-right {
    float: right;
    padding-right: 10px;
}

#debug-button .wrap-info .action-bar .btn .fa.fa-times {
    color: #b5393b;
}

#debug-button .wrap-info .action-bar .btn .fa.fa-times {
    color: #b5393b;
}

#debug-button .wrap-info .action-bar .btn .fa.fa-expand,
#debug-button .wrap-info .action-bar .btn .fa.fa-minus {
    color: #a6a6a6;
}
#debug-button .wrap-info .action-bar .btn:hover,
#debug-button .wrap-info .action-bar .btn:hover,
#debug-button .wrap-info .action-bar .btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

#debug-button .wrap-info {
    float: right;
    left: 0;
    right: 0;
    position: absolute;
    min-height: 230px;
    overflow: auto;
    display: none;
    padding-left: 140px;
}

#debug-button.active .wrap-info {
    display: block;
}

#debug-button .wrap-info .tabs {
    font-size: 14px;
    position: fixed;
    height: 50px;
    background-color: #fff;
    padding-bottom: 5px;
    right: 17px;
    left: 140px;
}

#debug-button .wrap-info .tab {
    color: #5e5e5e;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px 10px 5px 10px;
}

#debug-button .wrap-info .tab.active {
    border-bottom: solid 5px #178dc7;
}

#debug-button .wrap-info .tab-content {
    width: 100%;
    margin-top: 3px;
    padding-top: 68px;
}

#debug-button .wrap-info .tab-content .debug-table {
    max-width: 99%;
    width: 99%;
    color: #676767;
    font-family: Arial;
    font-size: 14px;
}

#debug-button .wrap-info .tab-content .debug-table th {
    text-align: left;
    padding-left: 5px;
}

#debug-button .wrap-info .tab-content .debug-table td {
    padding: 10px 5px 10px 5px;
    width: 33%;
}

#debug-button .wrap-info .tab-content .debug-table td .delete-cookie:hover {
    cursor: pointer;
}

#debug-button .wrap-info .tab-content .debug-table tr:nth-child(even) {
    background: #f5f5f5;
}

.tab-content-wrap {
    display: none;
    margin-top: 20px;
}
.tab-content-wrap.active {
    display: block;
}

#debug-button .wrap-info .tab-content .content {
    display: none;
}
#debug-button .wrap-info .tab-content .content.active {
    display: block;
}

#debug-button .wrap-info .tab-content .content select {
    display: inline-block !important;
    width: auto;
    border: solid 1px #ccc;
}
