@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}


.or {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .or .or-line {
        border-bottom: 1px solid var(--bs-body-color);
        width: 100%;
        opacity: 0.2;
    }

    .or .or-text {
        padding: 0 0.625rem 0px 0.625rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        color: var(--bs-body-color);
        opacity: 0.7;
    }

.links-area {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.625rem;
}

.links-container {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
}

    .links-container .dot {
        height: 0.3125rem;
        width: 0.3125rem;
        margin: 0 0.1875rem;
        border-radius: 50%;
        background-color: var(--bs-body-color);
        opacity: 0.7;
    }

.manage-layout {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.info-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    background: var(--bs-primary);
    z-index: -1;
}

.info-message {
    padding: 0.625rem 1rem 0.625rem 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-message.info-panel {
        margin-bottom: 0.625rem;
    }

.manage-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.large-input {
    height: 4.3125rem;
    font-size: 1.875rem;
}

.title-content-text-secondary {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.button-group {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
}

.confirm-button {
    margin-top: 0.3125rem;
}

.display-desktop {
    display: block;
}

.display-mobile {
    display: none;
}

.icon-external-provider {
    width: 1rem;
    height: 1rem;
}

.icon-google {
    background-image: url("/images/account/providers/google-logo.svg")
}

.icon-facebook {
    background-image: url("/images/account/providers/facebook-logo.svg")
}

.icon-microsoft {
    background-image: url("/images/account/providers/microsoft-logo.svg")
}

.icon-twitter {
    background-image: url("/images/account/providers/x-logo.svg")
}

@media (max-width: 768px) {
    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }
}

/*LAUR*/

.menu-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-icon-home {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.menu-icon-products {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

.menu-icon-user-profile {
    mask-image: url("../images/icons/user-profile.svg");
    -webkit-mask-image: url("../images/icons/user-profile.svg");
}

.icon-logo {
    display: flex;
    height: 20px;
    width: 120px;
    opacity: 0.7;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../images/icons/logo-monochrome.svg");
    -webkit-mask-image: url("../images/icons/logo-monochrome.svg");
}

.highlighted-itemd {
    background-color: var(--bs-danger-border-subtle)
}
.highlighted-item > td {
    background-color: var(--bs-danger-border-subtle)
}

.highlighted-item > td:first-child {
    background-color: transparent;
}
.highlighted-item-upd > td {
    background-color: #c6efce;
}

.highlighted-item-upd > td:first-child {
    background-color: transparent;
}
.warning-item {
    background-color: var(--bs-warning-border-subtle)
}

td.warning-item {
    background-color: var(--bs-warning-border-subtle)
}




.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item.dxbl-menu-item-pos-end .dxbl-btn.menu-item-button-logout {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.dxbl-menu-item a {
    font-size: 15px;
    letter-spacing: 0.02em;
    padding-left: 20px;
}

.header-image {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.cell-highlighted-item {
    background-color: lightblue;
    border: 1px solid darkblue !important
}

.excel-dxbl-grid {
    height: 522px;
}

.fixed-top-right {
    position: fixed;
    top: 10px;
    right: 25px;
    background: rgba(0, 0, 0, 0.7); /* Optional: semi-transparent background */
    color: white; /* Text color */
    padding: 10px; /* Padding inside the div */
    z-index: 1000; /* Ensures it's above other elements */
}

.max-h-480 {
    max-height: 480px;
    overflow-y: auto;
}
.max-h-600 {
    max-height: 600px;
    overflow-y: auto;
}

.dxbl-html-editor img, .tutorial-img {
    max-width: 400px;
    height: auto;
    cursor: pointer;
}


.support-layout .support-layout-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
    .support-layout .tutorial_content .embed-responsive {
        width:80%;
    }
    .support-layout .support-page {
        width: 100%;
        /* height: 100%; */
        flex: 1;
        display: flex;
        overflow: hidden;
        flex-direction: column;
    }

    .support-layout .header {
        background-color: #1279c0;
        padding: 10px;
        border-bottom: 1px solid #0b2034;
        color: white;
        font-size: 20px;
        font-weight: 600;
    }

.support-layout .tutorial-content {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;
    width: 100%;
    position: relative;
}
.support-layout .info {
    display: flex;
    position: absolute;
    right: 80px;
    top: 10px;
}
    .support-layout .info .is_new {
        margin-right: 4px;
        font-size: 12px;
        background-color: #e47cde;
        padding: 2px 5px;
        text-decoration: none;
        color: #FFF;
        font-weight: bold;
    }
    .support-layout .info .nr_views {
        background-color: blanchedalmond;
        padding: 3px 5px;
        font-size: 12px;
        color: black;
    }
    
    .support-layout .content {
        width: 100%;
        flex: 1;
        display: flex;
        overflow: hidden;
    }

.support-layout .layout-sidebar {
    width: 300px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.support-layout .support-content {
    width: 100%;
    flex: 1;
    overflow: auto;
    padding: 10px;
}

.support-layout .footer {
    background-color: #f8f9fa;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.support-layout .nav-pills .nav-pills {
margin-left: 0 !important;
}

.support-layout h5 {
    margin-bottom: .1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    cursor: pointer;
}
.support-layout h4 {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    background-color: #f4f4f4;
    cursor: pointer;
}
.support-layout .treeview-template-icon {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.support-layout .treeview-expand-btn {
    background-color: currentColor;
    width: 0.7em;
    height: 0.7em;
    cursor: pointer;
}

.support-layout .treeview-expand-btn.expanded {
    -webkit-mask-image: url("/images/icons/chevron-down.svg");
    mask-image: url("/images/icons/chevron-down.svg");
}

.support-layout .treeview-expand-btn.collapsed {
    -webkit-mask-image: url("/images/icons/chevron-right.svg");
    mask-image: url("/images/icons/chevron-right.svg");
}
.support-layout .copy-link {
    padding: 10px;
    background-color: #f8f9fa;
    width: 100%;
    text-align: right;
    font-size: 0.9rem;
}

.support-layout .selected-node {
    background-color: #1279c0; /* Culoarea de fundal pentru nodul selectat */
    color: #FFF; /* Culoarea textului pentru nodul selectat */
}
.support-layout .isnew-node {
    background-color: #e47cde; /* Culoarea de fundal pentru nodul selectat */
    color: #FFF; /* Culoarea textului pentru nodul selectat */
}

.support-layout .menu-button {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 10px;
}
.support-layout .icon-menu {
    -webkit-mask-image: url("/images/menu.svg");
    mask-image: url("/images/menu.svg");
}
.support-layout .icon-home {
    -webkit-mask-image: url("/images/home.svg");
    mask-image: url("/images/home.svg");
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
}

    .scroll-to-top:hover {
        background-color: #0056b3;
    }
