﻿.log-content-style {
    background-color: #fdfdfd;
    background-image: linear-gradient(transparent 50%,rgba(25,118,210,.025) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    border-left-width: 0;
    box-shadow: 3px 0 0 0 #2196f3 inset;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    text-shadow: 0 1px #fff;
    word-break: break-all;
    line-height: 1.5;
    background-color: transparent;
    direction: ltr;
    min-height: calc(100vh - 190px);
    height: calc(100vh - 190px);
    max-height: calc(100vh - 190px);
    margin-bottom: 0px;
}

#log-container #reload-button {
    border-radius: 6px;
    border: 1px solid var(--sds-grey-500);
    background: var(--sds-grey-000);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
    height: 32px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    fill: #000000
}

#log-container #reload-button:hover {
    background-color: #fff;
    border-color: #fff;
}

#log-container #reload-button svg path {
    fill: #000000;
}

#log-container .log-header-breadcrum.align-items-end.d-flex {
    display: flex;
    width: 15%;
    gap: 12px
}

#log-container .dx-scrollview-scrollbottom {
    opacity: 0;
    padding: 0px;
    height: 16px;
}

#log-container .sds-page-heading  {
    width: 100%;
}

#log-content-section info {
    display: block;
    white-space: pre-line;
}
@media (max-width: 767px) {
    .log-content-style{
        padding-right: 4px;
        scrollbar-width: none;
    }
}