﻿html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #28282b;
    background-color: #f8f9fa;
    font-family: "Inter";
}
/*  font-family: 'Montserrat';*/


/* input styles*/
.form-control, .form-select {
    border: 1px solid #EBEBED;
    font-size: 13px;
    color: #585871;
    min-height: calc(1.2em + 1.5rem + 2px);
}
.invalid-feedback {
    display: block;
    visibility: hidden;
    text-align: right;
}

/*button styles*/

.btn {
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.10);
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    background-color: #4B49AC;
    border-color: #4B49AC;
}

.btn-outline-primary {
    color: #4B49AC;
    border-color: #4B49AC;
    background-color: #fff;
}

.btn-primary:hover {
    background-color: #FFF;
    border-color: #4B49AC;
    color: #4B49AC;
}

.btn-outline-primary:hover {
    color: #4B49AC;
    background-color: #FFF;
    border-color: transparent;
}


.btn span[class^="material-icons"] {
    vertical-align: sub;
    font-size: 17px;
}

.form-label, .form-check-label {
    color: #595757;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
}



.form-check-input, .form-check-label {
    cursor: pointer;
}

    .form-check-input:focus {
        border-color: #00838F;
        box-shadow: none;
    }

    .form-check-input:checked {
        background-color: #4B49AC;
        border-color: #4B49AC;
    }


.navbar-nav .nav-link > span {
    vertical-align: sub;
    font-size: 18px;
    padding-right: 4px;
}

.navbar-nav .nav-link {
    color: #28282B;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 0.7rem 1rem;
    font-weight: 300;
}
/*   .navbar-nav .nav-link:hover{
        color: #07162B;
    }*/

.navbar-nav .nav-item {
    font-weight: 400;
    margin-right: 20px;
}

.navbar-nav .nav-link.active {
    color: #07162B;
    font-weight: 600;
}

nav ul li a, nav ul li a:not(.dropdown-item):after, nav ul li a:not(.dropdown-item):before {
    transition: all .2s;
}

nav.stroke ul li a, nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:not(.dropdown-item):after {
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        height: 3px;
    }

    nav.stroke ul li a:hover:after {
        width: 100% !important;
    }

/* nav.stroke ul li a.active:after*/

.material-icons {
    vertical-align: middle;
}

.userprofile {
    border-radius: 50%;
    border: 2px solid #00838F;
    padding: 4px;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.1);
}
/* table design changes */
.gridjs-wrapper {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.gridjs-tr:last-child td {
    border-bottom: 1px solid #DADDE1 !important;
}

.gridjs-footer {
    padding: 5px 10px !important;
    border-radius: 0 0 6px 6px !important;
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
}

.gridjs-summary, .gridjs-pagination .gridjs-pages {
    font-size: 12px;
}


.gridjs-pages button:first-child, .gridjs-pages button:last-child {
    color: #828A94 !important;
}


.middle-panel table thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 45px;
}

/*  thead tr {
        border-width: 1px 0 0 0 !important;
    }*/

thead th {
    font-weight: 500 !important;
    padding: .5rem .5rem !important;
    border: none !important;
    color: #28282B !important;
    font-weight: 500;
    background-color: transparent !important;
}

tbody tr {
    font-size: 14px !important;
    border-bottom: solid 1px #EBEBED;
}


table .btn {
    border-radius: 3px;
    padding: 3px 6px;
    margin: 3px;
}

    table .btn span[class^="material-icons"] {
        vertical-align: middle;
        font-size: 16px;
    }

table tbody tr:first-child td {
    border-top-color: #DADDE1 !important;
    /*    border-right-color: transparent !important;*/
}

table tbody td {
    color: #707780;
    vertical-align: middle;
    padding: .5rem .5rem !important;
    border-color: #f1f1f1 !important;
    border-right-color: transparent !important;
}

.w-0 {
    width: 0 !important;
}

.form-grid {
    display: grid;
    gap: 15px 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*header menu hightlight design*/

nav ul li a, nav ul li a:not(.dropdown-item):after, nav ul li a:not(.dropdown-item):before {
    transition: all .2s;
}

nav.stroke ul li a, nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:not(.dropdown-item):after {
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        background: #28282b;
        height: 2px;
        opacity: .2;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

.material-icons {
    vertical-align: middle;
}

.userprofile {
    border-radius: 50%;
    border: 2px solid #00e5ff;
    padding: 4px;
}

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #F5F7FB;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter:hover {
        background-color: #e7e7e7;
    }

        .gutter:hover .gutter.gutter-horizontal {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
        }

    .gutter.gutter-horizontal {
        cursor: col-resize;
    }

    .gutter.gutter-vertical {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
        cursor: row-resize;
    }

input.gridjs-input {
    min-height: calc(1.5em + 1rem + 2px) !important;
    padding: .5rem 1rem !important;
    font-size: 12px !important;
}

    input.gridjs-input:focus {
        box-shadow: none !important;
    }

    input.gridjs-input:before {
        content: "sdfiu";
        font-family: 'Material Icons';
    }

.btn:focus {
    box-shadow: none !important;
}

.theme1 {
    background-color: #F5F7FB;
    color: #1B2025;
}

    .theme1 .navbar {
        background-color: transparent !important;
    }

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #4B49AC !important;
    color: #fff !important;
    border-color: #4B49AC !important;
}

.gridjs-pagination .gridjs-pages button {
    color: #07162B !important;
    border: solid 1px #EBEBED !important;
    line-height: inherit;
    margin-left: 6px !important;
    border-radius: 4px;
}

    .gridjs-pagination .gridjs-pages button:focus, .gridjs-pagination .gridjs-pages button:hover {
        box-shadow: none !important;
    }


.gridjs-head {
    position: absolute;
    top: -65px;
    right: 110px;
}


.user-error-message, .role-error-message {
    color: #fb3f4a; /* Set the text color to red */
    font-size: 12px; /* Adjust the font size as needed */
    visibility: hidden; /* Initially hide the error message */
}

.error-message {
    color: #fb3f4a; /* Set the text color to red */
    font-size: 12px; /* Adjust the font size as needed */
    visibility: hidden; /* Initially hide the error message */
}

.gridjs-tr-custom:hover td, .table-hover tbody tr:hover {
    background-color: #f8f9fa;
    cursor: pointer;
    --bs-table-accent-bg: none;
}

/* Style for positioning toast */
.toast {
    position: fixed;
    top: 5px;
    right: 16px;
    z-index: 9999;
}

.toast-header {
    color: #fff !important;
}

.toast-success {
    background-color: #00ce4e !important;
    border-color: #00ce4e !important;
}

.toast-warning {
    background-color: #FEBE10 !important;
    border-color: #FEBE10 !important;
}

.toast-danger {
    background-color: #ff5a36 !important;
    border-color: #ff5a36 !important;
}


.dropdown-toggle::after {
    border: none;
}

.gridjs-pagination {
    color: #28282B !important;
}

.btn-black, .btn-black:hover {
    color: #BECBED;
    background-color: #07162B;
    border: 1px solid #07162B;
    font-size: 12px;
}

.btn-outline-black {
    border: 1px solid #07162B;
    background-color: transparent;
    font-size: 12px;
    color: #07162B;
}

.gridjs-container {
    padding: 0 !important;
}
/*
.card-box {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

    .card-box p {
        font-size: 13.5px;
        color: #31507D;
        font-weight: 500;
        margin-bottom: 10px;
    }
*/
.container-fluid div.col-xxl-6:first-child .card {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.container-fluid div.col-xxl-6:last-child .card {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.view-panel label {
    font-size: 13px;
    color: #07162B !important;
    font-family: "Inter";
    font-weight: 600;
}

.view-panel p {
    font-size: 13px
}

.view-panel .underline p.text-muted {
    border-bottom: 1px solid #f5f5f5;
}

hr {
    background-color: #bfbfbf;
}

textarea {
    resize: none;
}


.gridjs-loading-bar,
.gridjs-loading-bar:after {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.5 !important;
}

    .gridjs-loading-bar:after {
        background-image: none !important;
        border: 8px solid #fff !important;
        border-top: 8px solid #3498db !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        animation: spin 0.8s linear infinite !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -25px !important;
        margin-left: -25px !important;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#taxonomy-slider {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: none;
    text-align: justify;
    position: absolute;
    width: 64vw;
    left: 0px;
    top: 0px;
    height: 100vh;
    overflow: hidden;
    border-radius: 4px;
}

.ui-autocomplete {
    position: absolute;
    z-index: 9999;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: 300px;
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}


#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1050;
    opacity: 0.5;
    background-color: aliceblue;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .loader .dot {
        width: 15px;
        height: 15px;
        margin: 0 4px;
        background-color: #3498db;
        border-radius: 50%;
        animation: bounce 0.6s infinite alternate;
    }

        .loader .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .loader .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    to {
        opacity: 0.3;
        transform: translateY(-20px);
    }
}

.required {
    color: red;
}

a[extended-tree-root-node] {
    pointer-events: none;
}

#presentation-search-table tr:nth-child(even),
#taxonomy-search-table tr:nth-child(even) {
    background-color: #f3f3f391;
}

#presentation-search-table tr:hover,
#taxonomy-search-table tr:hover {
    background-color: #97bdff8f;
    cursor: pointer;
}

#presentation-search-table td.active td,
#taxonomy-search-table td.active td {
    background-color: #97bdff8f;
}

.dashboard-action svg:hover {
    fill: #fce57e;
}

.gridjs-tr-custom.selected td {
    color: #4B49AC !important;
}

.gridjs-tr-custom td {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 30px;
}

.btn-sm {
    padding: .282rem .5rem;
    text-transform: capitalize;
}

.form-select option[selected] {
    color: #777 !important;
}

.form-control {
    min-height: calc(1.2em + 1.5rem + 2px);
    padding: .5rem 1rem;
}

.form-select {
    color: #585871;
    /*    padding: .5rem 1rem;*/
    background-blend-mode: hard-light;
    cursor: pointer;
}

select:not(:-internal-list-box):not([multiple]) option {
    cursor: pointer;
}

input[type="search"] {
    background-color: #EEEFF5;
    min-height: calc(1.2em + 1rem + 2px);
}

.form-select:focus {
    color: #000;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    padding: 5px 20px 5px 16px !important;
    border-radius: .25rem;
    border-color: #EBEBED !important;
    font-size: 13px !important;
    color: #777 !important;
    border: 1px solid #EBEBED !important;
    min-height: calc(1.2em + 1.5rem + 2px);
}

    .ms-options-wrap > button:after {
        content: "expand_more" !important;
        font-family: 'Material Icons';
        right: 10px !important;
        color: #8a949c !important;
        font-size: 22px;
        top: 20% !important;
        border: none !important;
        width: auto !important;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5 !important;
    opacity: .8 !important;
}

.form-control::placeholder, .form-select::placeholder {
    color: #8A8AA1;
    opacity: 1; /* Firefox */
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: rgba(0,0,0,.5);
    background-color: transparent;
    box-shadow: none;
}

.list-style-none {
    list-style: none;
}

.toast-body {
    padding: 0.25rem;
}

.table-border-0 td {
    border: none !important;
}

.table-hover-bg > tbody > tr:hover {
    background-color: transparent;
    --bs-table-accent-bg: none;
}

.table-td-p0 td {
    padding: 0 !important;
}

.dashboard-icon {
    font-size: 30px;
    padding: .25rem;
    margin-right: .3rem;
    border-radius: .25rem;
    background-color: antiquewhite;
    color: #ffc16c;
}

.text-brand-primary {
    color: #4B49AC !important;
    background-color: #fff;
}

.text-brand-black {
    color: #07162B !important;
}

.dash-badge-light {
    background-color: #f5f5f5;
    font-weight: 600;
}

.btn-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    text-decoration: none;
    cursor: pointer;
}

    .btn-icon:hover {
        background-color: #f5f5f5;
        text-decoration: none;
    }


::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

a {
    cursor: pointer;
}

.modal-header {
    background-color: #ffffff;
    padding: 1rem 0;
    border: none;
    border-bottom: 1px solid #EBEBED;
    width: 94%;
    margin: 0 auto;
}

.modal-title {
    color: #333333;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.5em auto no-repeat
}

    .btn-close:focus {
        box-shadow: none;
    }

.modal-footer {
    border: none;
    padding-top: 0;
}

/*main {
    padding-top: 57px;
}*/

.ms-options-wrap > .ms-options {
    display: none;
}

.ms-options-wrap.ms-active > .ms-options {
    display: block;
}

.card-box-vh {
    height: calc(100vh - 70px);
    overflow: auto;
}

.gridjs-wrapper-vh .gridjs-wrapper {
    height: calc(100vh - 178px) !important;
}
/*card design changes*/
.card {
    border: none;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.card-header {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    background-color: transparent !important;
}

    .card-header h6 {
        color: rgba(0,0,0,.5);
    }

.rm-text-bg {
    border: 0px none;
    line-height: 0;
    min-height: 0;
    height: 26px;
    background: transparent;
}

.navbar {
    background-color: #fff !important;
}

.text-muted {
    color: #909090 !important;
}

table.table-childborder-0 tbody tr:first-child td, table.tdtable-childborder-0 tbody tr:last-child td {
    border: none;
}

.left-menu-icon a {
    color: #07162B;
    font-weight: 500;
    opacity: 0.7;
}

    .left-menu-icon a:hover svg {
        fill: #FF7919;
    }


a.jstree-anchor {
    font-weight: 300;
}

.nav-tabs.nav-tabs-title {
    border-bottom-color: #f1f1f1;
}

.nav-tabs-title .nav-link {
    letter-spacing: .25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #a4afcc;
}

    .nav-tabs-title .nav-link.active, .nav-tabs-title .nav-link:focus {
        color: #4B49AC;
        border-bottom: 2px solid;
        border-color: transparent;
        border-bottom-color: #4B49AC;
    }

a#section-tab {
    border-bottom: transparent;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination .page-link {
    line-height: inherit;
    padding: 3px 11px;
    margin-left: 6px !important;
    border-radius: 4px;
    border: solid 1px #EBEBED;
}

.page-link, .page-link:hover {
    color: #07162B;
}

    .page-link:focus {
        box-shadow: none;
    }

.page-item.active .page-link {
    color: #fff;
    background-color: #4B49AC;
    border-color: #4B49AC;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
    padding: 2px;
    border-radius: 4px;
}

.vtl-mid {
    vertical-align: middle;
}

table.scrolldown {
    width: 100%;
    border-spacing: 0;
}

    /* To display the block as level element */
    table.scrolldown tbody,
    table.scrolldown thead {
        display: block;
    }

    table.scrolldown tbody {
        overflow-y: auto;
        overflow-x: hidden;
    }

.scrolldown tr {
    cursor: pointer;
}

#resizable {
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    overflow: hidden;
    resize: vertical;
}

.handle {
    width: 100%;
    cursor: ns-resize;
    position: absolute;
    bottom: 0;
    left: 0;
}

}

input[type="search"] {
    width: 300px;
    min-height: auto;
}

.search-icon {
    position: absolute;
    top: 9px;
    right: 3px;
    color: #8A8AA1;
}

input[type="search"]:focus + .search-icon .material-icons-outlined {
    color: #4b49ac;
}

.search-icon > span.material-icons-outlined {
    font-size: 20px;
}

.datepicker .datepicker-days td, .datepicker .datepicker-days th {
    width: 36px !important;
    height: 36px !important;
    border-radius: 0% !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td span.focused {
    background-image: linear-gradient(to bottom, #4b49ac, #4b49acf0) !important;
    color: #fff !important;
}

.accordion-button {
    color: rgba(0,0,0,.5);
}

    .accordion-button::after {
        background-size: 1rem;
    }

/*tbody#grid-tag-table-body tr {
    border-bottom: 1px solid #DADDE1 !important;
    border-top: 1px solid #DADDE1 !important;
}

tbody#grid-tag-table-body tr td{
    padding: .2rem .2rem !important;
}*/

.selected-row {
    /*    background-color: #c6e3c1 !important;*/
    background-color: #7da0fa91 !important;
    border: 2px outset rgb(102 223 83 / 62%);
}

tr[is-modified="true"] {
    border-left: 3px solid #FFBF00 !important;
    border-right: 3px solid #FFBF00 !important;
}

.modifySaved {
    border-left: 3px solid #4CBB17 !important;
    border-right: 3px solid #4CBB17 !important;
}

.section-highlight-on-show-tag {
    border-left: 3px solid #507ba78c;
    display: inline;
}

/*.cropper-container {
    width: 100%;
}*/

#croppedImagePreview, #edit_croppedImagePreview {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    display: none;
}

#progress-bar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 12000;
    /* opacity: 0.8; */
    background-color: #adaaaa75;
}

/* Center the loading box inside the overlay */
.PBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: none;
}

/* Custom styling for the progress box */
.progress-box {
    width: 100%;
    max-width: 400px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px;
}

/* Styling for the progress bar itself */
.progress-bar-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6664e5;
    transition: width .6s ease;
    height: 9px;
}

.full-height {
    height: 100vh;
}

.custom-bg {
    background-image: url(/images/blue-bg.svg);
}

.welcome-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    font-family: "Josefin Sans";
}

.welcome-parg {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    width: 607px;
    font-family: "Inter";
}

.gray-bg {
    background-color: #F6F6FE;
}

.login-card {
    width: 450px;
}

.login-p {
    font-family: "Inter";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666666;
}

.underline-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 6%;
    content: '';
    color: transparent;
    background: #07162B;
    height: 2px;
}

.sign-text {
    font-family: "Inter";
    font-size: 31px;
    font-weight: 600;
    line-height: 43.57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-blue {
    padding: 10px 14px 10px 14px;
    border-radius: 4px;
    background-color: #4B49AC;
    width: 100%;
    color: #fff !important;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 4px !important;
    box-shadow: none !important;
}

    .btn-blue:hover, .btn-blue:focus {
        background-color: #7DA0FA !important;
    }

.margin-cust {
    margin-top: -8px;
}

.loginForgetPassword {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19.36px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1054B5;
    text-decoration: none;
}

    .loginForgetPassword:hover, .loginForgetPassword:focus {
        color: #7DA0FA;
        text-decoration: none;
        cursor: pointer;
    }

.login-leftImage {
    width: 66vh;
}

.gray-bg input:-internal-autofill-selected {
    background-color: #97BDFF !important;
}

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #fff;
    z-index: 99;
    transition: all 0.5s ease;
}

    .sidebar.open {
        width: 250px;
    }

    .sidebar .logo-details {
        height: 60px;
        display: flex;
        align-items: center;
        position: relative;
        top: 4px;
        margin-bottom: 22px;
    }

        .sidebar .logo-details .icon {
            opacity: 0;
            transition: all 0.5s ease;
        }

        .sidebar .logo-details .logo_name {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            opacity: 0;
            transition: all 0.5s ease;
        }

    .sidebar.open .logo-details .icon,
    .sidebar.open .logo-details .logo_name {
        opacity: 1;
    }

    .sidebar .logo-details #sidebar-btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 22px;
        transition: all 0.4s ease;
        font-size: 23px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .sidebar.open .logo-details #sidebar-btn {
        text-align: right;
    }

    .sidebar i {
        color: #fff;
        height: 60px;
        min-width: 50px;
        font-size: 28px;
        text-align: center;
        line-height: 60px;
    }

    .sidebar .nav-list {
        margin-top: 20px;
        height: 100%;
    }

    .sidebar li {
        position: relative;
        list-style: none;
    }

        .sidebar li .tooltip {
            position: absolute;
            top: -20px;
            left: calc(100% + 15px);
            z-index: 3;
            background: #4B49AC;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 400;
            opacity: 0;
            white-space: nowrap;
            pointer-events: none;
            transition: 0s;
            color: #fff;
        }

        .sidebar li:hover .tooltip {
            opacity: 1;
            pointer-events: auto;
            transition: all 0.4s ease;
            top: 50%;
            transform: translateY(-50%);
        }

    .sidebar.open li .tooltip {
        display: none;
    }

    .sidebar li a {
        display: flex;
        height: 100%;
        width: 100%;
        border-radius: 0px;
        align-items: center;
        text-decoration: none;
        transition: all 0.4s ease;
        background: #fff;
    }

        .sidebar li a:hover {
            background: #e9ecef;
        }

        .sidebar li a .links_name {
            font-family: "Inter";
            font-size: 14px;
            font-weight: 500 !important;
            line-height: 19.36px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none !important;
            transition: 0.4s;
            margin-left: 27px;
        }

    .sidebar.open li a .links_name {
        opacity: 1;
        pointer-events: auto;
    }

    .sidebar li a:hover .links_name,
    .sidebar li a:hover i {
        transition: all 0.5s ease;
        color: #11101D;
    }

    .sidebar li svg {
        line-height: 50px;
        font-size: 18px;
    }

    .sidebar li.profile {
        position: fixed;
        height: 60px;
        width: 60px;
        left: 0;
        bottom: 5px;
        padding: 10px 14px;
        transition: all 0.5s ease;
        cursor: pointer;
    }

    .sidebar .name_job {
        display: none;
    }

    .sidebar.open .name_job {
        display: block;
    }

    .sidebar.open li.profile {
        width: 250px;
    }

    .sidebar li img {
        height: 45px;
        width: 45px;
        object-fit: cover;
        border-radius: 6px;
        margin-right: 10px;
    }



    .sidebar li .profile-details {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .sidebar li svg {
        margin-right: 10px;
        position: absolute;
    }

.nav-link.active .links_name {
    color: #4B49AC !important;
}

.nav-link.active svg.bx.bx-grid-alt path {
    fill: #4B49AC;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
    white-space: nowrap;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 19.36px;
    color: #666666;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 12px;
}

.sidebar .profile .logout-bt {
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
    border-left: 0;
}

.profile:hover {
    background: #e9ecef;
}

.sidebar li.profile:hover .name, .sidebar.open li.profile:hover a svg path {
    color: #11101D;
    fill: #11101D;
}


.sidebar.open .profile .logout-bt {
    width: 50px;
    background: none;
}

.home-section {
    position: relative;
    background: #F6F6FE;
    min-height: 100vh;
    top: 0;
    left: 61px;
    width: calc(100% - 69px);
    transition: all 0.5s ease;
    z-index: 2;
}

.sidebar.open ~ .home-section {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}

@media (max-width: 420px) {
    .sidebar li .tooltip {
        display: none;
    }
}

.nav-link.active {
    color: #4B49AC;
    border-left: 4px solid #4B49AC;
}

.bx-grid-alt {
    color: #4B49AC; /* Replace with your desired color */
}

.links_name {
    color: #666666;
}

span#sidebar-btn {
    float: right;
    position: absolute;
    bottom: 0;
    top: 20px;
    right: -20px;
    cursor: pointer;
    margin-bottom: 850px;
}

    span#sidebar-btn span {
        background-color: #fff !important;
        color: #000 !important;
        border: 1px solid lightgray;
        border-radius: 12px;
    }

.bx-menu .bx-menu-left {
    display: none;
}

.bx-menu-alt-right .bx-menu-right {
    display: none;
}

.logo_name img {
    height: 49px;
}

.sideBarClosed img {
    width: 43px;
}

.bx-menu-alt-right ~ .logo-details .sideBarClosed {
    display: none;
}

.sidebar .logo-details .logo_name {
    display: none;
}

.sidebar.open .logo-details .logo_name {
    display: block;
}

.navbar-profile {
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 56px;
}

.user-action img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-left: 3px !important;
}

.user-action {
    color: #333333 !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: capitalize;
}

.user-action-btn .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.user-action-btn a.dropdown-item {
    color: #909090;
    padding: 8px 20px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs-title {
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 36px;
    right: 0;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 50%;
    height: 0;
    color: #333333;
}

.nav-link {
    border-left: 4px solid #fff;
}

.custom-title {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.modal-backdrop {
    display: contents;
}

.job-details-card {
    background-color: #FFFFFF !important;
    /*    border-radius: 6px;*/
    padding: 0.6rem 0.5rem 0.2rem 0.1rem !important;
}

td.job-details-card.active {
    border: 1px solid #4b49ac78 !important;
    border-right: 4px solid #4B49AC !important;
    background-color: #f8f9fa !important;
}

@media (min-width: 1400px) {
    .xbrl-align-title {
        position: absolute;
        top: 78px;
    }
}

.accordion-button {
    top: 4px;
}

    .accordion-button.collapsed {
        top: 9px !important;
    }

.xbrl-job-btn a {
    border: solid 1px #EBE7ECFC;
    border-radius: 2px;
}

.xbrl-job-btn .btn-icon {
    padding-top: 0;
}

li.document-sub-section-row:hover {
    color: #FF7917;
    path

{
    fill: #FF7917;
}

}

li.document-sub-section-row {
    text-transform: capitalize;
    color: #666666;
}

.dash-before-add-border {
    border-left: 2px solid #4B49AC;
}

.counts {
    color: #333333;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}

.facts {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #909090;
}

/*#dashboard-section-details .custom-triangles {
    padding-top: 0px;
    padding-bottom: 0px;
    height: calc(41.6vh - 100px);
    overflow-y: auto;
}
*/
.custom-card .card-body {
    background-color: #FFFFFF;
    border-radius: 6px;
}

.card-body {
    border-bottom: 1px solid #EBEBED;
}

.job-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.job-details-body {
    border-collapse: separate;
    border-spacing: 9px 0.5px;
    margin-bottom: 5px;
}

td.job-details-card {
    border-bottom: 0;
}

.job-details-badge {
    border: 1px solid #E7ECFC;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400 !important;
    line-height: 4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8A8AA1 !important;
    padding: 3px;
    border-radius: 3px;
    box-shadow: none;
}

ul.navbar-list {
    display: block;
    list-style: none;
    position: absolute;
    padding-left: 0;
    z-index: 99999999;
}

.navbar-list li {
    float: left;
    padding-right: 11px;
}

.ul-triangles li::after {
    content: "";
    display: block;
    margin: 0px -28px;
    width: 104%;
    border-bottom: solid 1px #EBEBED;
    padding-bottom: 8px;
}

.ul-triangles .li-unblocked::before, .ul-triangles .new-section-create::before, .re-order-section-list li::before {
    content: url(/images/unblockedNew.svg);
    display: inline-block;
    margin-right: 10px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    top: -0.6px;
    left: -1.7em;
}

.ul-triangles .li-blocked::before {
    content: url(/images/blockedNew.svg);
    display: inline-block;
    margin-right: 10px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    top: 1.6px;
    left: -1.7em;
}

ul.ul-triangles.custom-triangles .li-blocked {
    cursor: pointer;
    margin: 11px 0px 0px 0px;
}

ul.ul-triangles.custom-triangles .li-unblocked, .new-section-create {
    cursor: pointer;
    margin: 11px 0px 0px 0px;
}

#section-slider .ul-triangles .li-blocked::before {
    top: 0px;
}

#section-slider .ul-triangles .li-unblocked::before {
    top: 0px;
}

.badge-cist {
    background-color: #5F9CFF;
    padding: 12px 8.5px;
    border-radius: 6px;
    color: #fff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: center;
}

.job-title-card {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 21.78px;
    color: #333333;
    position: relative;
    top: 11px;
    left: 10px;
    word-break: break-word;
}

.recent-job-parg {
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 19.36px;
    color: #666666 !important;
    padding-top: 0px;
    padding-bottom: 10px;
}

.recent-job-border {
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 1px #E7ECFC;
}

.accordion-button-custom {
    background-color: #FFF;
    border-color: #4B49AC;
    height: 27px;
    padding: 0;
    position: relative;
    top: 4px;
    border: 1px solid #4B49AC;
    border-radius: 4px;
}

.user-avatar {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #ccc; */
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    float: inline-start;
    margin-left: -11px;
    border: solid 2px rgba(0, 0, 0, .2);
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
}

.recent-version {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.94px;
    color: #909090;
}

.sub-version {
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    color: #333333;
}

.job-cik {
    font-size: 10px;
    font-weight: 500;
    line-height: 29px;
    color: #ABB5BB;
    border: 1px solid #EBEBEB;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}

.job-cik-text {
    color: #8A8AA1;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.cmpy-name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    color: #333333;
}

.details-card {
    overflow-y: auto;
    height: calc(100vh - 150px);
    overflow-x: hidden;
}

.heading {
    color: #07162B !important;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}

.home-section .card-header {
    border-bottom: 0;
}

/*.card-body tbody {
    display: block;
    height: calc(87vh - 150px);
    overflow-y: auto;
}

.card-body thead, .card-body tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;*/ /* even columns width , fix width of table too*/
/*}

.card-body thead {
    width: calc( 100% - 1em )*/ /* scrollbar is average 1em/16px width, remove it from thead width */
/*}*/

.table-scroll {
    /*width:100%; */
    display: block;
    empty-cells: show;
}

    .table-scroll thead {
        position: relative;
        display: block;
        width: 100%;
        overflow-y: scroll;
    }

    .table-scroll tbody {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
    }

    .table-scroll tr {
        width: 100%;
        display: flex;
    }

    .table-scroll td, .table-scroll th {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        padding: 1rem;
        text-align: left;
    }

.listThreeRows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    list-style: none;
    padding: 4px;
    margin: 0;
}

    .listThreeRows li {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        color: #666666;
    }

.bottom-border {
    margin: 30px 3px;
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 1px #E7ECFC;
}

#channelSmallImageBase64 {
    width: 114px !important;
    height: 114px !important;
    position: relative;
    z-index: 999;
    border-radius: 50%;
    border: solid 1px #4B49AC4D;
}

.drag-drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

    .drag-drop-area.active {
        border-style: solid;
        background-color: #f2f2f2;
    }

.top-block {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    margin-top: -8px;
}

.profile-gray-shade {
    position: relative;
}

    .profile-gray-shade::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 75px;
        background-color: #F6F7FA;
    }

.profile-visable {
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.clslogin-validate {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.pr-companyName {
    color: #333333;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    text-transform: capitalize;
}

.pr-badge {
    background-color: #F3F5FA;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 10.36px;
    color: #666666 !important;
}

tr#project-company-tr td {
    padding: 2px 10px !important;
}

tr#project-company-tr td, #project-body tr td {
    border-right: 5px solid #ffffff !important;
    display: block;
    border-radius: 0px;
    box-shadow: none;
    border-collapse: separate;
    border-bottom: transparent;
    border-top: transparent;
}

tr#project-company-tr.active td, #project-body tr.active td {
    border-right-color: #4B49AC !important;
    border: 1px solid #4b49ac61;
    border-top-color: #4b49ac61 !important;
    border-bottom-color: #4b49ac61 !important;
    border-left-color: #4b49ac61 !important;
    background-color: #f8f9fa;
}

.badeg-brick {
    background-color: #fff;
    color: #F3797E !important;
    font-weight: 500;
    border: 1px solid;
}

.bdd-blues {
    color: #909090;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 16.94px;
}

/*.breadcrumb-item {
    color: #4b49ac;
    font-weight: 500;
}*/

#project-table .dropdown ul li a span, #project-table .dropdown ul li a {
    font-size: 14px;
}

.project-ver {
    padding: 1px 7px;
    line-height: 16px;
    font-size: 11px;
    border: 1px solid #F3797E;
    color: #F3797E !important;
    background-color: #fff;
}

.job-list-btn a {
    color: #4b49ac;
    font-size: 12px;
    padding: 5px;
    border-color: #4b49ac;
    margin-right: 2px;
}

    .job-list-btn a svg {
        margin-top: -3px;
        margin-right: 4px;
    }

        .job-list-btn a svg path {
            fill: #4b49ac;
        }

    .job-list-btn a:hover {
        background-color: #4b49ac;
        border-color: #4b49ac;
    }

        .job-list-btn a:hover svg path {
            fill: #fff;
        }

.recent-job-tags {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px !important;
    margin-left: 1px;
}

@media (max-width: 1599px) {
    .modal-custom-lg {
        max-width: 1240px;
    }
}

@media (max-width: 1600px) {
    .card-body-equal-height-75 {
        height: calc(55vh - 150px);
        overflow: auto;
        min-height: 44.75vh;
    }

    .card-body-equal-height-25 {
        height: calc(44vh - 150px);
        overflow: auto;
        min-height: 22.75vh;
    }

    #id-list-of-sections .ul-triangles.custom-triangles, #id-list-group-section .ul-triangles.custom-triangles {
        overflow-y: auto;
        height: calc(87vh - 50px);
        margin-bottom: 0;
    }

    .docuemnt-height {
        height: 89.7vh;
    }

    .card-body-vh {
        height: calc(95.5vh - 120px);
        overflow: auto;
    }

    .table-scroll tbody {
        overflow-y: scroll;
        height: calc(84.5vh - 150px);
    }

    .hiddenTagShow {
        height: calc(84.4vh - 150px) !important;
    }

    #id-tagging-iframe {
        height: calc(96vh - 150px);
    }

    .iframe-height {
        height: 39vh !important;
    }

    #section-slider {
        width: 23%;
    }

    .panel-left {
        max-height: 50em;
    }

    .default-autowidth {
        height: 78vh;
    }

    #id-fact-concept-details {
        height: calc(97.2vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .pr-info-card {
        height: calc(91.5vh - 50px);
        overflow: auto;
    }

    .iframe-height-rf {
        width: 100%;
        height: 75%;
    }

    #taxonomy-tree-container {
        max-width: 1036px;
    }

    .accordian-section-fullheight {
        height: calc(96.5vh - 100px) !important;
    }

    .accordian-section-two .accordion-item {
        height: calc(55.5vh - 100px) !important;
        background-color: #fff;
    }

        .accordian-section-two .accordion-item:nth-child(2) {
            height: calc(53vh - 100px) !important;
            margin-bottom: 0px !important;
        }

    /*    #xbrl-duplication-content .table {
        height: 86vh;
    }*/

    .modal-custom-lg {
        max-width: 1052px;
    }

    .search-tree-container-height {
        height: 20vh;
    }

    .user-profile-update-img {
        right: 83px !important;
    }

    .output-height {
        /*            height: calc(89vh - 50px);*/
        height: calc(54vh - 50px);
    }

    #xbrl-duplication-content .table {
        max-width: 1017px;
    }
    /*    .duplicat-height {
        height: 44vh;
    }*/
    /*    .setmax-width {
        max-width: 252.67px;
    }*/
    .duplicate-body-height {
        padding-top: 0;
        height: calc(-100px + 74vh);
    }

    #duplicateTagTableBody {
        height: 42vh;
    }

    .presentation-width .select2-container {
        width: 397px !important;
        margin-right: 3px;
    }

    .audit-top {
        height: calc(45vh - 50px);
    }

    .audit-bottom {
        height: calc(55vh - 24px);
    }

    .table-scroll tbody.gridjs-tbody {
        height: calc(46.5vh - 150px) !important;
    }

    .sect-width {
        width: 380px;
    }

    #dv-tree-details {
        padding-right: 12px;
    }

    .create-modal-lg {
        max-width: 1400px;
    }

    #conceptTableBody {
        width: 991px;
    }
}

@media (min-width: 1601px) {
    .card-body-equal-height-75 {
        height: calc(55vh - 150px);
        overflow: auto;
        min-height: 47.75vh;
    }

    .card-body-equal-height-25 {
        height: calc(42vh - 141px);
        overflow: auto;
        min-height: 25.75vh;
    }

    #id-list-of-sections .ul-triangles.custom-triangles, #id-list-group-section .ul-triangles.custom-triangles {
        overflow-y: auto;
        height: calc(85vh - 12px);
        margin-bottom: 0;
    }

    .docuemnt-height {
        height: 92vh;
    }

    .card-body-vh {
        height: calc(98.5vh - 120px);
        overflow: auto;
    }

    .table-scroll tbody {
        overflow-y: scroll;
        height: calc(87.5vh - 150px);
    }

    .hiddenTagShow {
        height: calc(87.2vh - 150px) !important;
    }

    #id-tagging-iframe {
        height: calc(96.5vh - 150px);
    }

    .iframe-height {
        height: 50vh !important;
    }

    #section-slider {
        width: 23.2%;
    }

    .sect-width {
        width: 459px;
    }

    .panel-left {
        max-height: 60em;
    }

    .default-autowidth {
        height: 82vh;
    }

    .pr-info-card {
        height: calc(92.7vh - 50px);
        overflow: auto;
    }

    .iframe-height-rf {
        width: 100%;
        height: 80%;
    }

    #taxonomy-tree-container {
        max-width: 1250px;
    }

    .accordian-section-fullheight {
        height: calc(97.2vh - 100px) !important;
    }

    .accordian-section-two .accordion-item {
        height: calc(52.5vh - 100px) !important;
        background-color: #fff;
    }

        .accordian-section-two .accordion-item:nth-child(2) {
            height: calc(54.5vh - 100px) !important;
            margin-bottom: 0px !important;
        }

    /*        #xbrl-duplication-content .table {
            height: 88.5vh;
        }*/
    .modal-custom-lg {
        max-width: 1194px;
    }

    .search-tree-container-height {
        height: 23.5vh;
    }

    .output-height {
        height: calc(62.5vh - 50px);
        /*            height: calc(91vh - 50px);*/
    }

    #xbrl-duplication-content .table {
        max-width: 1220px;
    }
    /*    .setmax-width {
        max-width: 394.95px
    }*/
    .duplicate-body-height {
        padding-top: 0;
        height: calc(-100px + 66vh);
    }

    .sub-max-width {
        max-width: 400px;
    }

    #duplicateTagTableBody {
        height: 53vh;
    }

    .presentation-width .select2-container {
        width: 497px !important;
        margin-right: 4px;
    }

    .audit-top {
        height: calc(39vh - 50px);
    }

    .audit-bottom {
        height: calc(61vh - 24px);
    }
    /*    #dv-tree-details {
        padding-right: 1px;
    }*/
    #dv-tree-details {
        padding-left: 7px;
        padding-right: 5px;
    }

    .create-modal-lg {
        max-width: 1500px;
    }

    #conceptTableBody {
        width: 1120px;
    }
}

#section-slider {
    max-height: 98%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
}

.badge-pr {
    background-color: #5F9CFF;
    padding: 4px 5px;
    border-radius: 6px;
    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 22.78px;
    text-align: center;
    height: 33px;
}

.smallerText {
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: 10.36px;
}

.smallerTextBlue {
    font-family: "Inter";
    font-size: 11px;
    font-weight: 600;
    line-height: 10.36px;
    color: #4B49AC;
    text-transform: capitalize;
}

.menu-text {
    width: 100%;
    top: 34px;
    position: absolute;
    left: -2px;
    right: 0;
    text-align: center;
    font-size: 9px;
    color: #909090;
    font-weight: 500;
}

.nav-link.active .menu-text {
    color: #4B49AC;
}

.sidebar.open .menu-text {
    display: none;
}

#presentation-tree-properties {
    background-color: #fff;
}

.presentation-left-border {
    border-left: 2px solid #4B49AC;
    padding-left: 10px;
}

.modal-content .btn-primary {
    background-color: #4B49AC;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

    .modal-content .btn-primary:hover {
        background-color: #fff;
        border: 1px solid #4B49AC !important;
        color: #4B49AC;
    }

.modal-content .btn-outline-primary {
    color: #4B49AC;
    border: 1px solid #4B49AC !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

    .modal-content .btn-outline-primary:hover {
        color: #fff;
    }

/*.custom-card-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 97.5%;
    height: 82px;
    background-color: #ffffff;
    z-index: -1;
    right: 0;
    left: 16px;
}*/

.brick-btn {
    color: #F3797E;
    border-color: #F3797E;
}

    .brick-btn:hover {
        background-color: #F3797E;
        color: #fff;
    }

.btn-outline-secondary {
    color: #4B49AC;
    border-color: #4B49AC;
}

    .btn-outline-secondary:hover {
        background-color: #4B49AC;
        border-color: #4B49AC;
    }

.panel-left {
    position: static; /* default */
    resize: both;
    overflow: auto;
    padding-right: 10px; /* at least the with of the scrollbar. the resizer needs this to be clickable */
}

    .panel-left > div {
        position: absolute; /* required */
        box-sizing: border-box; /* allows the content not to overflow .resize when using padding */
        width: inherit; /* allows the content not to overflow .resize */
        height: inherit; /* allows the content not to overflow .resize */
        overflow: clip; /* hides overflowing content */
        overflow-clip-margin: content-box;
    }
    /* styles the resize bar */
    .panel-left::-webkit-resizer {
        background: transparent url("/images/resize.svg") center/1.4em auto no-repeat
    }

.default-fullwidth {
    width: 100%;
}

.default-autowidth {
    width: 70%;
}

.offWidth {
    width: auto;
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0;
    z-index: 9999;
    background: #fff;
}

.sidebar .nav-link {
    padding: 1rem 1rem;
}

#project-table .dropdown-menu .dropdown-item {
    color: #666666;
}

    #project-table .dropdown-menu .dropdown-item:hover, #project-table .dropdown-menu .dropdown-item:active {
        color: #333333;
        background-color: #e9ecef;
    }

.view-project-custom .form-select {
    min-height: calc(1.2em + 1rem + 2px);
}

#xbrl-tagging-content .form-select, #dv-tree-details .form-select, #dv-tree-details .form-control, #taxonomy-slider .form-select, #taxonomy-slider .form-control, #hiddenTagPanel .form-control {
    min-height: calc(1.2em + 0.5rem + 2px);
}

.input-group .btn {
    z-index: 0 !important;
}

.btn-outline-dark {
    color: #666;
    border-color: #EBEBED;
}

.icon-color {
    color: #909090;
    font-size: 10px;
    line-height: 19px;
}

    .icon-color:hover {
        color: #4b49ac;
    }

.profile-circle {
    width: 110px;
    height: 110px;
    font-size: 80px;
    border-radius: 50%;
    border: 2px solid;
    z-index: 999;
    position: relative;
}

#jobs-body tr td {
    border-radius: 2px;
    border: 1px solid #4b49ac61;
    box-shadow: none;
    border-top-color: #4b49ac61 !important;
    border-bottom-color: #4b49ac61 !important;
    border-left-color: #4b49ac61 !important;
    padding: 9px 9px 1px 6px !important;
    display: flow-root;
}

#jobs-body tr.active td {
    border-right: 5px solid #4B49AC !important;
}

.gray-sperater {
    border-right: 1px solid #E7E7E9;
    padding-right: 10px;
}

.modal-body {
    padding: 1rem 2rem;
}

#period-tab, #copy-tab {
    border-bottom: 0;
}

    #period-tab .nav-tabs .nav-link.active, #copy-tab .nav-tabs .nav-link.active {
        border-color: none;
    }

    #period-tab .nav-link.active, #copy-tab .nav-link.active {
        background-color: #4b49ac;
        color: #fff;
        border-left: 1px solid #4B49AC;
    }

    #period-tab .nav-link, #copy-tab .nav-link {
        border-color: #4b49ac;
        color: #4b49ac;
        font-size: 14px;
        font-weight: 400;
        padding: .282rem .5rem;
    }

        #period-tab .nav-link:focus, #period-tab .nav-link:hover, #copy-tab .nav-link:focus, #copy-tab .nav-link:hover {
            border-color: #4b49ac;
            background-color: #4b49ac;
            color: #ffff;
        }

    #period-tab .nav-item, #copy-tab .nav-item {
        margin-left: 0;
    }

#add-period-tab, #btn-old-document {
    border-radius: 5px 0 0 5px;
}

#delete-period-tab, #btn-new-document {
    border-radius: 0 5px 5px 0;
}

#duration-period-table thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 35px;
}

#duration-period-table tbody tr {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
}

.input-group input {
    border-right: transparent;
}

.input-group-text {
    background-color: #f5f5f5;
    border: 1px solid transparent;
    color: #4b49ac;
}

#id-modal-roll-forward-content {
    padding: 1rem 2rem;
}

#project-table .dropdown-menu .dropdown-item .material-icons-outlined {
    margin-top: -2px;
    vertical-align: middle;
    font-size: 17px;
}

.badge-align {
    position: relative;
    top: -2px;
    text-transform: uppercase;
    left: 2px;
    padding: 5px 6px !important;
    font-size: 10px;
}

#id-dulicateFacts-icon.bg-danger, #id-generateIxbrl-icon.bg-danger, #id-validationEFM-icon.bg-danger, #id-validationDQC-icon.bg-danger {
    background-color: #F3797E !important;
    padding: 1px 5px;
    border-radius: 3px !important;
    font-size: 12px;
    position: relative;
    top: 6px;
}


#id-dulicateFacts-icon.bg-success-badge, #id-generateIxbrl-icon.bg-success-badge, #id-validationEFM-icon.bg-success-badge, #id-validationDQC-icon.bg-success-badge {
    background-color: #3AD12C;
    padding: 1px 2px;
    border-radius: 3px !important;
    font-size: 12px;
    position: relative;
    top: 6px;
}

    #id-dulicateFacts-icon.bg-success-badge .material-icons-outlined, #id-generateIxbrl-icon.bg-success-badge .material-icons-outlined, #id-validationEFM-icon.bg-success-badge .material-icons-outlined, #id-validationDQC-icon.bg-success-badge .material-icons-outlined {
        color: #fff;
        vertical-align: text-bottom;
        font-size: 14px;
    }

.bg-yellow {
    background-color: #FCB205;
    border: 2px solid #FFE9B7 !important;
}

.heading__three {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #666666;
}

.stepper__row {
    width: 1270px;
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-left: 0;
}

.stepper--horizontal {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.stepper--horizontal__circle {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-self: center;
    border-radius: 18px;
    border: 5px double #fff !important;
    background: #3AD12C;
    position: relative;
    left: 22px;
    line-height: 0px;
}

.stepper--horizontal__circle__text {
    align-self: center;
    font-size: 18px;
    font-weight: 500;
    color: #388CF3;
}

.stepper--horizontal__details {
    margin-left: 12px;
    align-self: center;
}

    .stepper--horizontal__details .paragraph {
        margin-top: 2px;
    }

.stepper--horizontal:last-child:after {
    content: '';
    display: none;
}

.stepper--horizontal:after {
    content: url('/images/straight-line.svg');
    position: absolute;
    right: 39px;
    top: 1px;
}

.stepper--vertical:after {
    content: url(/images/outputarrow.svg);
    position: absolute;
    right: -175px;
    top: 9px;
    transform: scale(1.5);
}

.stepper--vertical:last-child:after {
    content: '';
}

.stepper--vertical {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 36px;
    flex-direction: column;
    align-items: center;
}

    .stepper--vertical .heading__three {
        justify-content: flex-end;
        margin-bottom: 36px;
        flex-direction: column;
        align-items: center;
    }

.stepper--horizontal--disabled .stepper--horizontal__circle {
    background: #B2B0FC;
}

.stepper--horizontal--disabled .stepper--horizontal__circle__text {
    color: rgba(62, 78, 104, 0.7);
}

.stepper--horizontal--disabled .stepper--horizontal__details .heading__three {
    color: rgba(62, 78, 104, 0.7);
}

.stepper--horizontal__circle__text .material-icons-outlined {
    font-size: 7px;
    color: #fff;
}
/*.rounded-circle-size.bg-yellow, .rounded-circle-size.bg-gray{
    position: absolute;
    left: -19px;
    top: 5px;
    z-index:999;
}*/
.rounded-circle-size svg {
    height: 17px;
    width: 20px;
}

.outputTitle {
    cursor: default;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.bg-gray {
    background-color: #B2B0FC;
    border: 2px solid #E7E6FC !important;
}

.stepper--horizontal-enable .stepper--horizontal__circle {
    background: #FCB205;
}

.icon-middle {
    border: 2px solid rgb(148, 147, 231) !important;
    background-color: rgb(75, 73, 172);
    left: -21px;
    top: 0px !important;
    margin-top: 8vh !important;
    margin-bottom: 5vh !important;
    z-index: 99;
}

.round-icon-blue {
    border: 2px solid rgb(148, 147, 231) !important;
    background-color: rgb(75, 73, 172);
    left: -36px;
    top: -2px;
}

/*.accordian-section-fullheight ul.ul-triangles.custom-triangles {
    height: calc(84vh - 100px) !important;
}

.accordian-section-fullheightThree ul.ul-triangles.custom-triangles {
    height: calc(46vh - 100px) !important;
}
*/
.accordian-section-fullheight {
    background-color: #fff;
}

.company-words {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    float: inline-start;
    margin-left: -5px;
    border: solid 2px rgb(0 0 0 / 10%);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}

.blue-block {
    min-width: 56px;
    height: 36px;
    display: inline-block;
    background-color: #5F9CFF;
    padding: 10px 5px;
    border-radius: 6px;
    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

.bg-blue-block {
    min-width: 56px;
    height: 36px;
    display: inline-flex;
    align-items: center; /* Vertically center       XBRL -->2056 */
    justify-content: center; /* Horizontally center */
    background-color: #5F9CFF;
    padding: 10px 5px;
    border-radius: 6px;
    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

.badge-tag {
    position: relative;
    text-transform: uppercase;
    left: 2px;
    padding: 0px 6px !important;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
}

.job-badge {
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400;
    line-height: 5.36px;
    color: #8A8AA1 !important;
    border: 1px solid #E7ECFC;
}

.pr-xbrl-card {
    height: calc(97.8vh - 50px);
    overflow: auto;
}

.pruple-border-left:before {
    border-left: 3px solid #4B49AC !important;
    content: "";
    padding-right: 10px;
}

#spn-period-value:disabled, #spn-period-create:disabled {
    background-color: #FAFAFF !important;
}

.taxonomy-tree-container {
    height: calc(99vh - 150px);
}

.xbrl-tooltip {
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    background-color: #7E7CFF;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.3;
    z-index: 1000;
    text-align: left;
}

    .xbrl-tooltip.btn {
        cursor: pointer;
        transition: opacity 0.3s ease;
    }

    .xbrl-tooltip ul {
        padding: 0px;
        margin: 0;
        font-size: 12px;
        list-style-type: none;
    }

    .xbrl-tooltip li {
        padding: 0px 0px;
        text-transform: none;
        font-size: 10px !important;
        line-height: 1;
    }

#id-list-of-sections .document-sub-section-row {
    font-size: 13px;
}

.active-user {
    color: #ff0000;
}

.card-body-vh-rf {
    height: calc(100vh - 90px);
    overflow: auto;
}

.custom-company {
    top: 14px;
    margin-bottom: 31px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #909090;
    font-size: 18px;
}

.changpp-icon {
    padding: 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 55px;
    color: #fff;
}

.custom-job-scroll {
    background-color: #fff;
}

.bi-three-dots-vertical:hover {
    fill: #7978E9;
}

.active-user-words {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
    line-height: 22px;
}

.sub-section-tag:hover, .sub-section-tag:focus {
    color: #4b49ac;
    background: #e9ecef;
    border-radius: 12px;
}

li.document-sub-section-row:hover .sub-section-tag {
    color: #4b49ac;
    background: #e9ecef;
    border-radius: 12px;
}

.sub-section-tag {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
}

.user-profile {
    height: 20px !important;
    width: 20px !important;
}

.sidebar.open .user-profile {
    display: none;
}

.password-togg {
    transform: translateY(37%);
}

.reset-pass-toggle {
    transform: translateY(-20%);
}

.user-profile-circle {
    font-size: 110px;
    border-radius: 50%;
    padding: 15px;
    border: 2px solid;
    z-index: 999;
    position: relative;
    background-color: #fff;
}

#duplicateTagModal .table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

#duplicateTagModal .table > :not(caption) > * > * {
    border-width: 0;
}

#duplicateTagModal thead tr td {
    font-weight: 500 !important;
    padding: .5rem .5rem !important;
    border: none !important;
    color: #28282B !important;
}

.upl-button {
    display: block;
    position: relative;
    background-color: #F3F3FF;
    color: #4B49AC;
    width: 100%;
    padding: 0.3em;
    margin: auto 0;
    border-radius: 0.31em;
    cursor: pointer;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    line-height: 27px;
    border: 2px dashed;
}

#clearGridModal .close-btn:hover {
    border-color: #4b49ac;
    background-color: #fff;
    color: #4b49ac;
}

#xbrl-duplication-content .table thead tr {
    position: sticky;
    top: -1px;
    background: #F6F7FA;
}

    #xbrl-duplication-content .table thead tr td {
        border-bottom: none;
    }

/*#xbrl-duplication-content .table {
    overflow: scroll;
    display: block;
}*/

#xbrl-duplication-content .table thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 45px;
}

.accordion-button-custom .material-icons-outlined {
    color: #4B49AC !important;
}

.align-top-cons {
    position: relative;
    top: -9px;
}

.gridjs-thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 45px;
}

.table-scroll tbody.gridjs-tbody {
    height: calc(55.5vh - 150px);
}

.img-thumbnail {
    padding: .25rem;
    background-color: #F6F7FA;
    border: 1px solid #EBEBED;
    border-radius: 1.25rem;
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    background-color: #F6F7FA;
}

.breadcrumb-item {
    position: relative;
}

    /*.breadcrumb-item + .breadcrumb-item::before {
    content: '';
}*/

    .breadcrumb-item + .breadcrumb-item::before {
        content: 'arrow_forward_ios';
        font-family: 'Material Icons Outlined';
        font-size: 9px;
        font-weight: 900;
        color: #4B49AC;
        line-height: 19px;
        vertical-align: middle;
        margin-left: 5px;
    }

    .breadcrumb-item span {
        color: #333333;
        font-family: "Inter";
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        vertical-align: middle;
    }

.accordion-button-custom.collapsed .material-icons-outlined {
    transform: rotate(178deg);
}

.link-danger {
    color: #dc3545 !important;
}

.project-cr-ed .select2-selection.select2-selection--single {
    height: 41px;
    border: 1px solid #EBEBED !important;
}

.project-cr-ftype .select2-selection.select2-selection--single {
    height: 41px;
    border: 1px solid #EBEBED !important;
}

.project-cr-ed #select2-ddl-project-company-container {
    line-height: 39px;
    font-size: 13px;
    color: #585871;
}

.project-cr-ftype #select2-ddl-project-formtype-container {
    line-height: 39px;
    font-size: 13px;
    color: #585871;
}

.project-cr-ed .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.project-cr-ftype .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

#select2-ddl-project-company-results {
    font-size: 13px !important;
}

#select2-ddl-project-formtype-results {
    font-size: 13px !important;
}

.select2-dropdown {
    border: 1px solid #EBEBED !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4b49ac !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #EBEBED !important;
    outline-color: #EBEBED;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #EBEBED !important;
}

#presentation-search-table-body tr, #taxonomy-search-table-body tr {
    height: 31px;
}

    #presentation-search-table-body tr td, #taxonomy-search-table-body tr td {
        color: #666666;
        font-family: "Inter";
        font-weight: 400;
        font-size: 14px;
    }

#taxonomy-search-table-body td {
    max-width: 600px;
}

.taxonomy-properties {
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#presentation-search-table-body tr.active, #taxonomy-search-table-body tr.active {
    background-color: #97bdff8f;
}

.jstree-default .jstree-clicked {
    background: #97bdff57 !important;
}

.collapse-btn {
    width: 25px;
    height: 25px;
    line-height: 10px;
    font-size: 16px
}

#edit_imageUpload {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 24px;
}

.form-control[type=file] {
    line-height: 23px;
}

#id-list-of-sections ::before {
    top: 0px;
}

.unit-width .select2.select2-container {
    width: 83% !important;
}

.scale-width .select2-container {
    width: 100% !important;
}

.select2-dropdown input[type="search"] {
    background-color: #ffffff;
    font-size: 13px;
}

.form-switch input, .form-switch label {
    color: #495057 !important;
}

.re-order-section-list li.document-sub-section-row {
    margin: 11px 0 0 0 !important;
}

#dashboard-section-details .ul-triangles.custom-triangles li {
    font-size: 13px;
}

#innerTable {
    display: none;
}

#btn-close-document-tab:hover {
    border-color: #7DA0FA;
}

.concept-row {
    display: none;
}

.active-row {
    background-color: #97bdff9e;
}

#conceptTableBody tr {
    border-color: #fff;
    border-bottom: 1px solid #dee2e68c;
}

#mainTableBody tr td {
    color: #212529;
}

#conceptTableBody tr td {
    color: #212529;
}

#innerTableBody {
    overflow-y: auto;
    height: 236px;
    display: table-caption;
}

    #innerTableBody tr td {
        border-top: none;
        border-bottom: 0;
    }

#conceptTableBody {
    overflow-y: auto;
    height: 177px;
    display: table-caption;
}
/*.outputDuplicateShow {
    height: 30vh;
    overflow: auto;
    display: block;
}*/
#duplicateTagTableBody tr, #mainTableBody tr {
    cursor: pointer;
    display: flex;
}

.duplicat-height th, #xbrl-duplication-content .table thead tr td {
    padding: 0 .5rem !important;
}

.setting-menu-postion, .tooltip-menu-position {
    left: 11px !important;
}

#mainTableBody {
    height: 25vh;
    overflow: auto;
    display: table-caption;
}

#duplicateTagTableBody {
    display: table-caption;
    overflow: scroll;
}

    #duplicateTagTableBody tr td {
        border-top: 0;
        border-bottom-width: 0;
    }

.outputDuplicateShow tr {
    display: flex;
}

.outputDuplicateShow {
    width: 100%;
    display: grid;
}

.duplicat-height {
    width: 100%;
    display: grid;
}

.user-action-btn a:hover svg path {
    fill: #4B49AC;
}

.user-action-btn a:hover {
    color: #4B49AC;
}

#showDetailBtn.active, #showSummaryBtn.active {
    background-color: #4b49ac;
    border-color: #4b49ac;
}

.presentation-width .select2-container .select2-selection--single {
    height: 32px !important;
}

#select2-ddl-presentation-role-results {
    max-height: 450px !important;
}

.output-col {
    justify-content: space-between;
    margin: auto;
}
/*.heading__three:hover .rounded-circle.bg-yellow {
    background-color: #F3797E;
    border: 2px solid #f3797e80 !important;
    cursor: pointer;
}*/
.output-job-title-card {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 15.78px;
    color: #333333;
    left: 10px;
    top: 7px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7978E9;
    border-color: #7978E9;
}

.bg-yellow-badge {
    background-color: #FCB205 !important;
}

#id-duplicate-button-container {
    position: relative;
    bottom: -31px;
}

#id-output-generateIxbrl {
    position: relative;
    top: 105px;
}

#generateIxbrl-button-container {
    position: relative;
    top: 100px;
}

.small-font-custom {
    font-size: 12px;
}

.status-align {
    text-align: right;
    margin-top: -14px;
    margin-right: -11px;
}

#audit-startdate, #audit-enddate {
    background-color: #fff !important;
}

.clsfootnoteText {
    color: #000000c4;
}

.job-icon {
    font-size: 15px;
    vertical-align: middle;
    margin-top: -1.6px;
}

#dynamicTabs .nav-item, #draft-dynamicTabs .nav-item {
    margin-left: 0;
    font-size: 13px;
}

    #dynamicTabs .nav-item .nav-link, .cr-mem.nav-link, #draft-dynamicTabs .nav-item .nav-link {
        color: #a4afcc;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 0;
        font-weight: 500 !important;
    }

        #dynamicTabs .nav-item .nav-link.active, #dynamicTabs .nav-link:focus, #dynamicTabs .nav-link:hover, .cr-mem.nav-link.active, .cr-mem.nav-link:focus, .cr-mem.nav-link:hover, #draft-dynamicTabs .nav-item .nav-link.active, #draft-dynamicTabs .nav-link:focus, #draft-dynamicTabs .nav-link:hover {
            color: #4b49ac;
            border-bottom: 2px solid #4B49AC !important;
            border: 0;
        }

/*div#id-modal-rollforward-table-match {
    position: absolute;
    bottom: 0;
    height: 50vh;
    background: #f8f9fa;
    border: 2px solid #eee;
    border-radius: 5px;
    width: 100%;
    left: 0px;
}*/

.table-rf-active {
    height: 40vh;
}

/*#id-modal-rollforward-table-match .tools {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    height: 40px;
}*/

/*#id-modal-rollforward-table-match .modal-body {
    position: relative;
    overflow: scroll;
    margin-top: 40px;
    height: calc(49vh - 30px);
    padding: 0px;
}*/
#id-modal-rollforward-table-match.show, #create-member-modal.show {
    backdrop-filter: brightness(0.5);
}

#id-modal-rollforward-table-match .modal-xl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 185vh;
}

div#source-table-body, div#draft-table-body {
    padding: 0 15px;
    height: 73.5vh;
}

#id-modal-rollforward-table-match table {
    font-size: 12px;
    background: white;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    overflow: auto;
    height: 73vh;
    display: block;
}

#id-modal-rollforward-table-match td {
    font-size: 12px;
    padding: 1px 5px !important;
    text-indent: 0px !important;
}

tr.table-row-matched td[cell-mached="1"][is-modified] select {
    color: #000;
}

tr.table-row-matched td[cell-mached="1"] {
    background: #4b49ac;
    color: #fff;
}


/*td[cell-mached="0"], td[data-col-match="0"] {
    background: #f3797e;
    color: black;
}*/
/*td[cell-mached="0"] select, td[data-col-match="0"] select {
    background-color: #f3797e;
    border: 0;
    outline: aliceblue;
}
    td[cell-mached="0"] select option, td[data-col-match="0"] select option {
        background-color: #fff;
    }*/
td[cell-mached="0"] select option, td[data-col-match="0"] select option {
    background-color: #fff;
}

.row-cell-indication[cell-mached="0"] {
    background-color: #f3797e;
    border: 0;
    color: #fff;
}

    .row-cell-indication[cell-mached="0"] select:focus {
        outline: aliceblue;
    }
/*#draft-table-body select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    z-index: 1;
}*/

tr.table-row-matched td[cell-mached="1"][is-modified] {
    background: #f7b734;
    color: black;
}

.table-row-matched select, .row-cell-indication[cell-mached="0"] select, .table-row-partial-matched td[cell-mached="1"] select {
    background: transparent;
    color: #fff;
    border: transparent;
    outline: transparent;
    border-radius: 0 !important;
    width: 53px;
}

.header-check-row td[temp-cell="temp"] select {
    border: transparent;
    outline: transparent;
    width: 29px;
    min-height: 5px;
    line-height: 1.0;
    margin: auto;
    background-image: none;
    padding: 5px 0px;
    text-align: center;
}

#draft-table-body select option {
    color: #000;
}

tr.table-row-partial-matched td[cell-mached="1"] {
    background: #7DA0FA;
    color: #fff;
}

td.row-cell-indication {
    padding: 0px 0px 0px 6px !important;
}

/*
.column-match-highlight-C1 {
    background-color: #FFDAB9; 
    color: black;
}

.column-match-highlight-C2 {
    background-color: #E6E6FA; 
    color: black;
}

.column-match-highlight-C3 {
    background-color: #FFE4E1; 
    color: black;
}

.column-match-highlight-C4 {
    background-color: #FFFFE0; 
    color: black;
}

.column-match-highlight-C5 {
    background-color: #FFB6C1; 
    color: black;
}

.column-match-highlight-C6 {
    background-color: #E0FFFF; 
    color: black;
}

.column-match-highlight-C7 {
    background-color: #F08080; 
    color: black;
}

.column-match-highlight-C8 {
    background-color: #F0FFF0; 
    color: black;
}

.column-match-highlight-C9 {
    background-color: #ADD8E6; 
    color: black;
}

.column-match-highlight-10 {
    background-color: #90EE90; 
    color: black;
}*/

#source-table-body::-webkit-scrollbar, #draft-table-body::-webkit-scrollbar {
    display: none;
}

tr .active-row {
    outline: 1px solid #08c;
}

.header-chech-row td {
    white-space: nowrap;
}

t.tag-success {
    background-color: rgb(165 221 151);
    display: block;
    border: 1px solid #E7ECFC;
}

.grid-tag-success {
    background-color: rgb(165 221 151) !important;
}

.align-section {
    text-align: center;
    color: #707780;
    font-size: 14px;
    line-height: 75px;
}

.grid-tag-success > .grid-tag-success {
    background-color: #f3ea79db !important;
}

.job-list-btn a.id-job-status svg {
    width: 18px;
    height: 19px;
}

.btn-blue-doc {
    padding: .282rem .5rem !important;
    border-radius: 3px !important;
    background-color: #4b49ac;
    width: 100%;
    font-family: "Inter";
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
}

.table-stpp th {
    font-weight: 500 !important;
    padding: .5rem .5rem !important;
    border: none !important;
    color: #28282B !important;
    font-size: 14px !important;
    line-height: 45px;
}

.table-stpp tr {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 30px;
}

.header-check-row {
    position: sticky;
    top: 0;
    background: #dee2e6;
    height: 43px;
}

#context-menu-draft-document li a, #context-menu-source-document li a {
    font-size: 14px;
    border: 1.5px solid #9B9B9B;
    background-color: #EAEAEA;
    font-weight: 500;
}

    #context-menu-draft-document li a img, #context-menu-source-document li a img {
        height: 20px;
        width: 20px;
        margin-top: -2px;
    }

    #context-menu-draft-document li a.active, #context-menu-draft-document li a:active, #context-menu-source-document li a.active, #context-menu-source-document li a:active {
        background-color: #e9ecef;
        color: #000;
    }

.hiddenRef {
    background-color: tan;
}

.r-text {
    font-family: 'Inter';
}

#ul-re-order-sub-sections li, #ul-re-order-role-type li, #ul-remove-role-type li {
    font-size: 13px !important;
    text-transform: capitalize;
    line-height: 20px;
    font-family: 'Inter';
    color: #666666;
    font-weight: 400;
}

#btn-rollForward-Close {
    color: #F3797E;
    border-color: #F3797E;
}

    #btn-rollForward-Close:hover {
        background-color: #F3797E;
        color: #fff;
    }

.create-modal-lg table .form-label {
    color: #595757 !important;
    font-family: "Inter";
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 16.94px;
}

.create-modal-lg thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 35px;
}

.series-color {
    color: #FF7918;
}

.badge-series {
    background-color: #FF7918;
}

.badge-class {
    background-color: #8936D1;
}

#member-table thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 35px;
}

.xbrl-tooltip table tbody tr td, .tooltip-label-td span {
    color: #fff;
    font-size: 10px !important;
    line-height: 1;
    padding: 0 2px !important;
}

.xbrl-tooltip table tbody tr {
    border: none;
    font-size: 10px !important;
    font-weight: 400;
    border-top: none !important;
}

.xbrl-tooltip table tbody th {
    font-size: 10px;
    font-weight: 500;
}

.xbrl-tooltip td span {
    font-size: 13.8px;
    font-weight: 400;
}

.tooltip-label-td {
    max-width: 450px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: -2px;
}

select:disabled {
    cursor: auto;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup label {
        padding: 9px 23px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        font-size: 14px;
    }

        .inputGroup label::before {
            width: 11px;
            height: 11px;
            border-radius: 0;
            content: '';
            background-color: #353469;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label::after {
            width: 18px;
            height: 18px;
            content: '';
            border: 2px solid #D1D7DC;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 1px 2px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 9px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

        .inputGroup input:checked ~ label {
            color: #fff;
        }

            .inputGroup input:checked ~ label::before {
                transform: translate(-50%, -50%) scale3d(67, 67, 1);
                opacity: 1;
            }

            .inputGroup input:checked ~ label::after {
                background-color: #f3797e;
                border-color: #f3797e;
            }

#risk-member-list {
    height: 51vh;
    overflow: auto;
}

.text-risk-member-id {
    max-width: 279px;
    word-wrap: break-word;
}

.status-dot {
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    align-self: center;
}

    .status-dot.green {
        background-color: green;
    }

    .status-dot.orange {
        background-color: orange;
    }

.drop-zone {
    border: 2px dashed #d1d5db;
    border-radius: 0.75rem;
    padding: 3rem;
    text-align: center;
    background-color: #f9fafb;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
}

#select2-ddl-rf-current-document-container, #select2-ddl-rf-current-document-results {
    font-size: 13px;
    padding: 0.5rem;
}

[aria-controls="select2-ddl-rf-current-document-container"] {
    min-height: calc(1.2em + 1.5rem + 2px);
}

#select2-ddl-rf-current-document-container + span {
    top: 0.5rem;
    right: 0.5rem;
}

.max-width-150 {
    max-width: 150px;
}

.accordion-splitter {
    height: 6px;
    background-color: #ccc;
    cursor: ns-resize;
    margin: -3px 0;
    z-index: 10;
    position: relative;
}

.resizable-accordion .accordion-item {
    overflow: auto;
}

#dashboard-section-details .ul-triangles.custom-triangles {
    max-height: calc(96vh - 150px);
    overflow-y: auto;
}

#dashboard-section-details .ul-triangles.custom-triangles {
    margin-right: 11px;
    margin-left: 7px;
}

.form-select-dd-dashboard {
    width: 162px;
    min-height: calc(1em + 1.2rem + 2px);
}

#ul-per-share-list {
    height: 50vh;
    overflow-y: auto;
}

.left-outline {
    position: relative;
}

    .left-outline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        background: #e9ecef; /* Outline color */
    }

#draft-section-match-table {
    display: block;
    /* width: 100%; */
    max-height: 75vh;
    overflow-y: auto;
    margin: auto;
}

    #draft-section-match-table thead {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #f8f9fa;
        font-weight: bold;
    }

#draft-section-match-table {
    -ms-overflow-style: none; /* For IE and Edge */
    scrollbar-width: none; /* For Firefox */
}

.modal-footnote { /* XBRL --> 2143 */
    max-width: 74rem;
    width: 100%;
}

tr[is-labelModified="true"] {
    border-left: 3px solid #FFBF00 !important;
    border-right: 3px solid #FFBF00 !important;
}

#draft-sub-section .sub-section-name {
    font-size: 13px;
}

.fw-medium {
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.drop-zone:hover {
    border-color: var(--bs-purple);
    background-color: #6f42c114;
}

.border-success-cus {
    border-color: var(--bs-purple);
}

#draftFileDialog.show, #draftFileHtmlDialog.show, #id-modal-rollforward-deaft-match.show {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}

#draft-section-match-tbody tr {
    border-bottom: 0;
}

select.draft-section-select.form-select[disabled="disabled"] + .clear-section-reference-button {
    display: block !important;
}

select.draft-section-select.form-select {
    width: 95%;
    float: left;
}

.clear-section-reference-button {
    width: 5%;
    float: right;
    display: none;
    position: relative;
    top: 9px;
}

#draft-role-match-table {
    display: block;
    /* width: 100%; */
    max-height: 75vh;
    overflow-y: auto;
    margin: auto;
}

.dropdown-menu-sm {
    min-width: 100px; /* make it narrow */
    padding: 0.20rem 0; /* reduce padding */
    font-size: 10px; /* smaller text */
}
#convertPeriodModal thead, #viewRoleNameByPeriodId thead {
    display: block;
    position: relative;
}
#convertPeriodModal tbody, #viewRoleNameByPeriodId tbody {
    display: block;
    height: calc(50vh - 12px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.clsfootnoteText {
    width: 100%;
}

#sub-section-context-menu li, #draft-sub-section-context-menu li a {
    font-size: 14px;
}

.jstree-table-separator.jstree-table-separator-regular.jstree-table-resizable-separator {
    border-left: 2px #dedede solid;
    height: 34px;
}