#xmlData {
    height: 55vh;
    overflow-y: scroll;
    padding: 10px !important;
    overflow-x: clip;
}

div#finder {
    margin-left: auto;
    margin-right: -1px;
    box-shadow: 0 0 0px rgb(0 0 0 / 20%) !important;
    border: 1px solid #d5d5d5 !important;
}

#xmlData::-webkit-scrollbar-track {
    border-radius: 10px;
}

#xmlData::-webkit-scrollbar {
    width: 7px;
}

#xmlData::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.XML-heading {
    font-size: 16px;
    padding: 6px 0px 7px;
    border-bottom: 1px solid #cbcbcb;
    background: #f1f1f1;
}

.border-1 {
    border: 1px solid #cbcbcb;
}

.xmlData {
    border: solid 1px #808080;
}

.selectedData {
    border: solid 1px #808080;
}

.input-group-append {
    border: 1px solid #ced4da !important;
    width: 36px;
    text-align: center;
    line-height: 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.p3 {
    padding: 0px 5px;
}

div#standardCommentXmlSelector {
    padding-right: 0px !important;
}

    div#standardCommentXmlSelector .modal-dialog {
        width: 100%;
        max-width: 95% !important;
    }

.row-space {
    padding: 20px 0px !important;
    width: 100%;
    margin: auto;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.border-left {
    border-left: solid 1px #808080;
}

#workingComment {
    min-height: 24vh !important;
}

.order2 {
    order: 2;
    display: none;
}


@media screen and (max-width: 767px) {
    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
        display: block;
    }

    .order3 {
        order: 3;
        max-width: 94% !important;
        margin: 15px auto;
    }

    .body-scroll {
        height: 100% !important;
    }

    textarea#workingComment {
        height: 20vh !important;
        margin: 0px !important;
    }

    .desktop-view {
        display: none !important;
    }

    #xmlData {
        padding: 15px !important;
        border: 1px solid #ced4da;
        border-radius: 4px;
    }

    .mq-top-space {
        padding-top: 10px;
    }

    .row-space {
        padding: 15px 0px !important;
    }
}

.preloader {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}

#tooltips {
    background-color: #EEE;
    display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid;
    border-radius: 15px;
    display: none;
    z-index: 9999;
}

    #tooltips .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.finder {
    height: 2.7em;
    border-radius: 0.25rem;
    top: -50px;
    right: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 1px;
    transition: top 0.15s ease-out;
    border: 1px solid #ced4da;
}

    .finder.active {
        top: 0;
    }

.finder-input {
    flex-grow: 1;
    border: none;
    padding: 6px;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
}

    .finder-input.not-found {
        color: #e7353f;
    }

.btn-finder {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
}

    .finder-input, .btn-finder:not(:last-child) {
        margin-right: 5px;
    }

.finder-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #888;
    border-right: 1px solid #e5e5e5;
    margin-right: 5px;
    padding-right: 20px;
    white-space: nowrap;
}

.btn-finder,
.finder-count {
    flex-shrink: 0;
    flex-grow: 0;
}

.highlight {
    background: #ff8;
}

    .highlight.active {
        background: #ffd71b;
    }

.finder-activator {
    top: 50px !important;
    right: 0;
    z-index: 1;
    width: 43px;
    height: 36px;
    padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
}

@media (min-width: 436px) {
    .finder-activator {
        top: 43px;
        right: calc(50% - 560px);
    }

    .finder {
        right: calc(50% - 139px);
        left: calc(50% - 19px);
    }

        .finder.active {
            top: -8px;
        }
}

input#finderInput:focus {
    outline: none;
}

div#tooltips {
    border: 0;
}

    div#tooltips i, div#tooltips svg {
        font-size: 12px !important;
    }

    div#tooltips span {
        padding: 0;
        width: 28px;
        height: 28px;
        line-height: 22px;
        border-radius: 4px;
    }

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#standardCommentXmlSelector .fr-box.fr-basic .fr-element {
    font-family: sans-serif;
    color: #414141;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 41vh;
    /* text-align: left; */
    height: 100%;
    max-height: 41vh;
    overflow: auto;
}
