body {
    font-size: 14px;
    font-family: "Helvetica", "Arial", sans-serif !Important;
}
.navbar{
    border-bottom:1px solid #111;
    background-color:#2C3137;
    padding:4px;
}
.flash {
    animation: flash-animation 500ms ease-in-out;
}
.flash-border {
    animation: flash-border-animation 500ms ease-in-out;
}
@keyframes flash-animation {
    0% { color: #FF8C00; }
    100% { color: #E6D7D6; }
}
@keyframes flash-border-animation {
    0% { border-color: #FF8C00; }
    100% { border-color: #424549; }
}
@keyframes flash-border-background {
    0% { background-color: inherit; }
    100% { background-color: inherit; }
}
@keyframes flashing {
    0% { opacity: 1; }
    50% { opacity: 0.85; }
    100% { opacity: 1; }
}
.flashing {
    animation: flashing 1s infinite; /* Flash every second */
}
.flashing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 55, 55, 0.5); /* Semi-transparent red */
    z-index: 1;
    display: none; /* Initially hidden */
}
/*--- Crawl PAGES  --------------*/
#sitemap_que{
}
#sitemap_que.symbol{
}
#sitemap_que.simple{
}
.cpage {
    margin:3px 1px;
    background-color:#262B2F;
    height:26px !important;
    min-height:26px !important;
    border-radius:3px !important;
    overflow:hidden;
    position:relative;

}
.cpage.running status{

}
.cpage.running .flashing-overlay{
    display: block;
}
.cpage.running status {
}
.cpage status{
    /*padding:2px 4px;*/
    cursor:pointer;
    display: inline-block;
    height:26px !important;
    min-width: 32px;
}
.cpage age{
    font-size:12px;
    font-weight:bold;
    width:auto;
    /*border:dashed red 1px;*/
    display: grid;
    place-items: center; /* Centers both vertically and horizontally */
    height:27px !important;
}
.que-card{
    margin-bottom:20px;
}
.que-card .cpage span{
    max-width:20px !important;
}
.que-card .cpage .status_code{
    font-size:11px;
    color:#ccc;
    padding: 3px 5px;
    background-color: rgba(25,25,25,0.55);
    border-radius:3px;
    display:none;
}
.que-card .simple .status_code{
    display:none !important;
}

.que-card .symbol .cpage{
    background-color:#4D5154;
    margin:1px;
    float:left;
    width:10px !important;
}
.que-card .simple .cpage{
    background-color:#4D5154;
    margin:2px 2px;
    float:left;
    min-width:32px;
    /*border:dashed #000 1px;*/
}
.que-card .simple span{
    display:none;
}
.que-card .symbol .cpage age{
    display:none;
}
.cpage .url{
    padding:2px 6px;
    font-size: 12px;
    color: rgb(168, 172, 178);
}
.cpage.status-ok status{
    background-color: #3ab026;
    text-shadow: 1px 1px 1px rgba(211, 211, 211, 0.4); /* Light grey transparent */
    color:#333;
}
.cpage.status-warning status{
    background-color: #eaa21b;
    color:#333;
}
.cpage.status-error status{
    background-color: #c01818;
}
.cpage.status-na status{
    background-color: #444;
}

.cpmb-section{
    font-size:16px;
    text-transform: capitalize;
    font-weight: bold;
    margin:10px 0px !important;
    padding:4px 10px;
    border-radius: 4px;
    background-color: #1c1e20;
    color: #cb8335;
    text-shadow: 1px 1px 1px rgba(11, 11, 11, 0.4); /* Light grey transparent */
}
.cpmb-url{
    font-size:13px;
    line-height:20px;
    margin:0 0 0 14px;
    /*border:dashed red 1px;*/
    color:#999;

}

.scrollable {
    overflow-y: auto !important;     /* Enables vertical scrolling */
    overflow-x: hidden !important;   /* Hides horizontal scrolling */
    border-top: 1px dashed #555;

}



.q_stat-val{
    font-size:18px;
    line-height:18px;
    margin-top:6px !important;
    /*border:dashed red 1px;*/
    text-align:center;
    font-weight:bold;
}
.q_cacheratio{
    font-size:26px !important;
    line-height:24px !important;
    margin-top:4px !important;
}
.q_label{
    font-size:11px;
    line-height:12px;
}
.q_count{

}

/*.cpage:hover{*/
/*    border:solid #1b1c1d 1px;*/
/*}*/
/*--- SCAN HISTORY  --------------*/
.log-items{
    height:75vh;
    min-height: 450px;
    overflow-y: scroll;
    scrollbar-width: thin; /* For Firefox */
}
/* WebKit browsers */
.log-items::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}
.log-items::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar thumb (handle) color */
    border-radius: 6px; /* Roundness of the thumb */
}

.log-items::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color when hovering over the thumb */
}

.log-items > div {
    cursor: pointer;
    border-bottom: 1px dashed #333;
    padding:5px 10px 7px 10px;
}
.log-items .sh-thumbnail {
    width:42px;
    margin-right:6px;
    margin-top:4px;
}
.log-items > div:last-of-type {
    border-bottom: none;
}
.log-items > div:hover{
    background-color: #1c1e20;
}
.log-items > div:hover .sh-title {
    color: #3888ef;
    text-decoration: underline;
}

.sh-data-row {
    border:solid #3d4347 1px;
    border-radius:4px;
    font-size:13px;
    overflow: hidden;
    background-color: #272d34;
    color:#ccc;
    width:auto;
    margin-top:2px;
    margin-bottom:3px;
    display: inline-block;
    margin-right:4px;
}
.sh-data-row > span {
    padding:6px 6px 6px 4px;
    color: #a8acb2 !important;
}
.sh-data-row > key{
    font-weight:bold;
    border-right:solid #3d4347 1px;
    background-color: #3D4347 !important;
    padding:6px 4px 3px 4px;

}
.sh-data-row > key > i{
    margin-top:5px !important;
    color:#1b1c1d !important;
    /*color: #09376b !important;*/
}
.sh-data-row .text-decoration-line-through{
    border-left:solid #3d4347 1px;
    color: #bb7272 !important;
    padding:6px 6px 6px 6px;
}

.que-card-container{
    height:100%;
    min-height:800px;
    padding:0 12px !important;
}
.product-card .sh-data-row{
    font-size:15px;
    min-height:27px !important;
    margin-bottom:8px;
    margin-top:1px;
}
.product-card .sh-data-row > key{
    padding:5px 10px 5px 10px !important;
    color:red !important;
}

.form-switch{
    padding-left:42px !important;
}
.form-check-input{
    height:23px;
    width:36px !important;
    margin-top:0px !important;
    margin-right:10px;
}

.label_preview{
    max-width:468px;
    padding:0px;
    overflow:hidden;

}

.label_preview .lp_body{
    border:solid #000 0px;
    border-radius: 13px;
    overflow:hidden;
    margin:8px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.99);
}
.label_preview .lp_body .hangtag-img{
    max-height:211px;
}
.hangtag-img{
    /*border:dashed purple 2px;*/
}

.table-prod-details{
    width:auto;
    min-width:250px;
    font-size:13px !important;
}
.table-prod-details tbody td:first-of-type{
    color: #a4aaab;
    font-weight:bold;
    text-transform: capitalize;
    width: 50px;
    min-width:50px !important;
    white-space: nowrap !important;
}

.printer_status_output{
    border:dashed red 1px;
}
.print-log .card-body{

    font-size: 13px;
    color: #a8acb2;
}
.print-log .card-body i{
    font-size: 14px;
    margin-right:3px !important;

}
/*--- Runners  --------------*/
.runner-card{
    text-align: left;
    margin: 14px;
    border:solid #3d3d3d 1px !important;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}
.runner-card .card-title{
    font-size:16px;
    font-weight:bold
}
.runner-card .job-timer{
    position:absolute;
    right:15px;
    bottom:15px;
    padding:4px 10px;
    background-color: rgba(255,255,255,0.12);
    border-radius: 11px;
    min-width:20px;
    width:auto;
    height:auto;
    text-align: center;
    font-size: 18px;
}

/*--- END Runners  ----------*/

.product-flags-container{
    border-top: dashed #3d3d3d 1px;
    position: relative;
}
.product-flags-container .title{
    color: #555d64;
    background-color:#202428;
    font-size:12px;
    padding:0 1px;
    position: absolute;
    top:-10px;
    left:15px;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Helvetica", "Arial", sans-serif !Important;
}
.product-flags-container .tags-parent {
    padding:15px 15px 15px 17px !important;
    font-size:17px;
}

#queModal textarea {
    font-size:14px;
    color:#999;
}

.blockui_message{
    border:solid #181a1c 2px;
    padding:0 !important;
    background-color: #262B2F;
    box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.5);

}
.blockui_message .card-header{
    border-bottom:solid #1F2327 1px;
    color:#888;
}
.blockui_message .card-footer{
    border-top:solid #1F2327 1px;
    color:#888;
}
.blockui_message .card-body{
    font-size:19px;
    color: #be9b28 !important;
    text-shadow: 1px 1px 1px rgba(10,10,10,0.5);
}
.blockui_message small{
    padding:0 2px !important;
    color: #a2c2ec !important;
}
.blockui_message .card-body .spinner-border{
    font-size:15px !important;
    height: 17px !important;
    width: 17px !important;
    color: #be9b28 !important;
}


@media only screen and (max-width: 992px) {
    .scan_history_card {
        display: none;
    }
}
