.ems-doc-article-code-snippet-container {
    margin-top: 20px;
    overflow-x: auto;
    width: inherit;
    border: 1px solid #d1d1d1;
    /* box-shadow: 0 0 0 4px #f3f3f8; */
    margin-bottom: 20px;

}

.ems-doc-article-code-snippet-title {

    display: flex;
    justify-content: space-between;
    padding: 16px;
    background-color: #e6e6e6;  
    /* background-color: ; */
    color: #161616;
    font-size: 14px;
    line-height: 24px;
    font-family: 'ZohoPuvi';
    /* border-radius: 5px, 5px, 0, 0; */

}

.ems-doc-article-code-snippet {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    white-space: pre;
    /* important: preserves indentation */

}

.ems-doc-article-code-snippet-wrapper {
      height: auto;
    max-height: 200px;
    overflow-x: auto;

}

.ems-doc-article-code-snippet-wrapper pre {
    padding: 8px 20px;
}

.ems-doc-code-snippet-copy-code-button-div {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #e6e6e6;
    color: #161616;
    border: none;


}

.ems-doc-code-snippet-copy-code-button {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='currentColor' d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/></svg>");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center left;
    padding-left: 24px;
    /* space for icon */
    height: 24px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;

}

.ems-doc-code-snippet-copy-code-button svg {
    color: #505050;
    height: 13.5px;
    width: 13.5px;
}

.ems-doc-code-snippet-copy-code-button>.tooltip {
    border: none;
    color: #161616;
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
    font-family: 'ZohoPuvi';
}

.ems-doc-article-image {
    border: 1px solid #ececf9;
    border-radius: 8px;
    margin: 10px 0;
    max-width: 100%
}

.youtube-player {
    /* position: absolute; */
    width: 100%;
    height: 400px;
    padding: 10px;
    margin: 0, 10px;
}

.youtube-player iframe {
    width: 100%;
    height: 100%;
}

.tip-container {x
    margin: 40px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    margin: 50px 0;
}

.warning-title {
    background-color: #FFF2F2;
    color: #C14D4D;
    font-family: 'ZohoPuvi';
    font-size: 16px;
    padding: 10px;
}

.warning-content {
    padding: 10px;
    background-color: #FFF2F2;
    font-family: 'ZohoPuvi';
    font-size: 14px;
}

.warning-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5px;
    padding: 0.3rem;
    vertical-align: middle;
    background-image: url(/manageengine/products/desktop-central/help/images/svg-warning.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tips-title {
    background-color: #FAF2FF;
    color: #AC4DC1;
    font-family: 'ZohoPuvi';
    font-size: 16px;
    padding: 10px;
}

.tip-content {
    padding: 10px;
    background-color: #FAF2FF;
    font-family: 'ZohoPuvi';
    font-size: 14px;
}

.tips-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5px;
    padding: 0.3rem;
    vertical-align: middle;
    background-image: url(/manageengine/products/desktop-central/help/images/svg-tip.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.example-title {
    background-color: #F2F7F2;
    color: #5CA259;
    font-family: 'ZohoPuvi';
    font-size: 16px;
    padding: 10px;
}

.example-content {
    padding: 10px;
    background-color: #F2F7F2;
    font-family: 'ZohoPuvi';
    font-size: 14px;
}

.example-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5px;
    padding: 0.3rem;
    vertical-align: middle;
    background-image: url(/manageengine/products/desktop-central/help/images/svg-example.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.prerequisite-title {
    background-color: #fff1db;
    color: #BB9137;
    font-family: 'ZohoPuvi';
    font-size: 16px;
    padding: 10px;
}

.prerequisite-content {
    padding: 10px;
    background-color: #fff1db;
    font-family: 'ZohoPuvi';
    font-size: 14px;
}

.prerequisite-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5px;
    padding: 0.3rem;
    vertical-align: middle;
    background-image: url(/manageengine/products/desktop-central/help/images/svg-prerequisites.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.note-title {
    background-color: #F2F6FF;
    color: #4D68C1;
    font-family: 'ZohoPuvi';
    font-size: 16px;
    padding: 10px;
}

.note-content {
    padding: 10px;
    background-color: #F2F6FF;
    font-family: 'ZohoPuvi';
    font-size: 14px;
}

.note-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5px;
    padding: 0.3rem;
    vertical-align: middle;
    background-image: url(/manageengine/products/desktop-central/help/images/svg-note.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.scenario-title {
    background-color: #F2FBFB;
    color: #3C9F9F;
    font-family: 'ZohoPuvi';
    font-size: 16px;
    padding: 10px;
}

.scenario-content {
    padding: 10px;
    background-color: #F2FBFB;
    font-family: 'ZohoPuvi';
    font-size: 14px;
}

.scenario-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5px;
    padding: 0.3rem;
    vertical-align: middle;
    background-image: url(/manageengine/products/desktop-central/help/images/svg-scenario.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.ems-doc-article-accordion-content {
    border: 1px solid #DCE1EB;
    border-left: none;
    border-right: none;
    /* box-shadow: 0 0 0 4px #f3f3f8; */

}

.ems-doc-article-accordion-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    /* cursor: pointer; */
    min-height: 50px;
    font-weight: bold;

    >button {
        background: none;
    }


}

.ems-doc-article-accordion-content-description {
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    height: 0;
    transition: all 0.2s linear;
    overflow: hidden;
    line-height: 28px
}

.ems-doc-article-accordion-content-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.ems-doc-article-accordion-div {
    width: inherit;
    margin: 20px 0;
    /* padding: 10px; */
    border-radius: 8px;
    /* box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2); */
}

.accordion-rotate {
    >img {
        content: url("/products/desktop-central/help/images/svg-minus.svg")
    }
}

.accordion-open {
    >img {
        height: 20px;
        width: 20px;
        content: url("/products/desktop-central/help/images/svg-plus.svg");
    }
}

.ems-doc-article-scroll-table,
.ems-doc-article-table,
table,
.ems-doc-article-main-content table {
    border-spacing: 0;
    text-align: left;
    margin: 20px 0;
    border-collapse: collapse;
    color: #161616;
}

thead tr:first-child th:first-child,
.ems-doc-article-main-content thead tr:first-child th:first-child {
    border-top-left-radius: 6px
}

thead tr:first-child th:last-child,
.ems-doc-article-main-content thead tr:first-child th:last-child {
    border-top-right-radius: 6px
}

tbody tr:last-child td:first-child,
.ems-doc-article-main-content tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px
}

tbody tr:last-child td:last-child,
.ems-doc-article-main-content tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px
}


.ems-doc-article-main-content table th,
table th,
table td,
.ems-doc-article-main-content table td {
    /* border: 1px solid #ececf9; */
    border: 1px solid #E6E6E6;
    padding: 8px 18px;
    line-height: 25px
}

table th,
.ems-doc-article-main-content table th {
    font-size: 14px;
    font-family: 'ZohoPuvi';
    letter-spacing: 1.5px;
    /* background-color: #f8f9fc; */
    /* background-color: #f2f4f8; */
    background-color: #F0F0F0;
    /* text-transform: uppercase */
}

table td,
.ems-doc-article-main-content table td {
    font-size: 14px;
    font-family: 'ZohoPuvi';
}

table th strong,
.ems-doc-article-main-content table th strong {
    font-weight: 700
}

.ems-doc-article-scroll-table.scrollable {
    max-height: 200px;
    overflow-y: auto;
    scroll-behavior: smooth;
    /* scrollbar-width: none; */
    /* -ms-overflow-style: none; */
}

.ems-doc-content-table-expand-button {
    display: none;
    justify-content: flex-end;
}