/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-label {
    flex: 1;
}

#publicProjectTable {
    width: 100%;
    table-layout: fixed; /* Fixed table layout to ensure consistent column width */
}

    #publicProjectTable th, #publicProjectTable td {
        white-space: nowrap; /* Prevent line breaks within cells */
        overflow: hidden; /* Hide overflow content */
        text-overflow: ellipsis; /* Display ellipsis (...) for overflow */
        word-wrap: break-word; /* Allow long words to break and wrap onto the next line */
        width: 200px;
        max-width: 500px; /* Set a maximum width for each cell */
    }

        #publicProjectTable td[title]:hover:after {
            content: attr(title);
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            padding: 5px;
            z-index: 1;
            max-width: 300px;
            white-space: normal;
            top: 40%;
            left: 5%;
            transform: translateY(5px);
        }

#excelListTable {
    width: 100%;
    table-layout: fixed; /* Fixed table layout to ensure consistent column width */
}
    #excelListTable th, #excelListTable td {
        white-space: nowrap; /* Prevent line breaks within cells */
        overflow: hidden; /* Hide overflow content */
        text-overflow: ellipsis; /* Display ellipsis (...) for overflow */
        word-wrap: break-word; /* Allow long words to break and wrap onto the next line */
        width: 200px;
        max-width: 500px; /* Set a maximum width for each cell */
    }
        #excelListTable td[title]:hover:after {
            content: attr(title);
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            padding: 5px;
            z-index: 1;
            max-width: 300px;
            white-space: normal;
            top: 40%;
            left: 5%;
            transform: translateY(5px);
        }
#pageTable {
    width: 100%;
    table-layout: fixed; /* Fixed table layout to ensure consistent column width */
}
#pageTable th, #pageTable td {
    white-space: nowrap; /* Prevent line breaks within cells */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Display ellipsis (...) for overflow */
    word-wrap: break-word; /* Allow long words to break and wrap onto the next line */
    max-width: 200px; /* Set a maximum width for each cell */
}
#pageTable td[title]:hover:after {
    content: attr(title);
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
    max-width: 300px;
    white-space: normal;
    top: 40%;
    left: 5%;
    transform: translateY(5px);
}

#serviceTable {
    width: 100%;
    table-layout: fixed; /* Fixed table layout to ensure consistent column width */
}

    #serviceTable th, #serviceTable td {
        white-space: nowrap; /* Prevent line breaks within cells */
        overflow: hidden; /* Hide overflow content */
        text-overflow: ellipsis; /* Display ellipsis (...) for overflow */
        word-wrap: break-word; /* Allow long words to break and wrap onto the next line */
        width: 250px;
        max-width: 300px; /* Set a maximum width for each cell */
    }

        #serviceTable td[title]:hover:after {
            content: attr(title);
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            padding: 5px;
            z-index: 1;
            max-width: 300px;
            white-space: normal;
            top: 40%;
            left: 5%;
            transform: translateY(5px);
        }


.ck-editor__editable {
    min-height: 600px;
}
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');

.ck.ck-word-count {
    display: flex;
    justify-content: flex-end;
    background: var(--ck-color-toolbar-background);
    padding: var(--ck-spacing-small) var(--ck-spacing-standard);
    border: 1px px solid var(--ck-color-toolbar-border);
    border-top-width: 0;
    border-radius: 0 0 var(--ck-border-radius);
}
.ck.ck-word-count .ck-word-count__words {
        margin-right: var(--ck-spacing-standard);
}
.ck.ck-content {
    font-size: 16px;
    line-height: 1.6;
    padding: 2em;
}

.ck-content .ck-horizontal-line {
    margin-bottom: 1em;
}

.ck.ck-content h3.category {
    font-family: 'Bebas Neue';
    font-size: 20px;
    font-weight: bold;
    color: #555;
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
}

.ck.ck-content h2.document-title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
}

.ck.ck-content h3.document-subtitle {
    font-family: 'Bebas Neue';
    font-size: 20px;
    color: #555;
    margin: 0 0 1em;
    font-weight: normal;
    padding: 0;
}

.ck.ck-content p.info-box {
    --background-size: 30px;
    --background-color: #e91e63;
    padding: 1.2em 2em;
    border: 1px solid var(--background-color);
    background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color) var(--background-size), transparent var(--background-size)), linear-gradient(135deg, transparent calc(100% - var(--background-size)), var(--background-color) calc(100% - var(--background-size)), var(--background-color));
    border-radius: 10px;
    margin: 1.5em 2em;
    box-shadow: 5px 5px 0 #ffe6ef;
}

.ck.ck-content blockquote.side-quote {
    font-family: 'Bebas Neue';
    font-style: normal;
    float: right;
    width: 35%;
    position: relative;
    border: 0;
    overflow: visible;
    z-index: 1;
    margin-left: 1em;
}

    .ck.ck-content blockquote.side-quote::before {
        content: "“";
        position: absolute;
        top: -37px;
        left: -10px;
        display: block;
        font-size: 200px;
        color: #e7e7e7;
        z-index: -1;
        line-height: 1;
    }

    .ck.ck-content blockquote.side-quote p {
        font-size: 2em;
        line-height: 1;
    }

        .ck.ck-content blockquote.side-quote p:last-child:not(:first-child) {
            font-size: 1.3em;
            text-align: right;
            color: #555;
        }

.ck.ck-content span.marker {
    background: yellow;
}

.ck.ck-content span.spoiler {
    background: #000;
    color: #000;
}

    .ck.ck-content span.spoiler:hover {
        background: #000;
        color: #fff;
    }

.ck.ck-content pre.fancy-code {
    border: 0;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 10px;
}

    .ck.ck-content pre.fancy-code::before {
        content: "";
        display: block;
        height: 13px;
        background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
        margin-bottom: 8px;
        background-repeat: no-repeat;
    }

.ck.ck-content pre.fancy-code-dark {
    background: #272822;
    color: #fff;
    box-shadow: 5px 5px 0 #0000001f;
}

.ck.ck-content pre.fancy-code-bright {
    background: #dddfe0;
    color: #000;
    box-shadow: 5px 5px 0 #b3b3b3;
}
/*********************************************************************/
/* Defining the custom content styles for the image captions. */
.ck-content .image > figcaption {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: -20px;
    font-style: italic;
    border-radius: 41px;
    background-color: #ffffffe8;
    color: #1138b0;
    padding: 5px 12px;
    font-size: 13px;
    box-shadow: 0 0 18px #1a1a1a26
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
/*  text-transform: lowercase;
*/}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
