﻿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: #0077ce;
    border-color: #0077ce;
}

.btn-outline-primary {
    color: #0077ce;
    border-color: #0077ce;
    background-color: #fff;
}

.btn-primary:hover {
    background-color: #FFF;
    border-color: #0077ce;
    color: #0077ce;
}

.btn-outline-primary:hover {
    color: #0077ce;
    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: #0077ce;
        border-color: #0077ce;
    }


.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: #0077ce !important;
    color: #fff !important;
    border-color: #0077ce !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: 2000;
    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: #0077ce !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;
}

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: #0077ce !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: 7px;
    height: 7px;
}

::-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: #0077ce;
        border-bottom: 2px solid;
        border-color: transparent;
        border-bottom-color: #0077ce;
    }

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: #0077ce;
    border-color: #0077ce;
}

.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;
}

    .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, #0077ce, #0077cef0) !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 {
    border-radius: 8px;
    background-color: #4fcad8 !important;
    width: 100%;
    --bs-bg-opacity: 1;
    height: 8px;
    animation-direction: reverse;
}

.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: #0077ce;
    width: 100%;
    color: #fff !important;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

    .btn-blue:hover, .btn-blue:focus {
        background-color: #6bace2 !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;
    width: 67px;
}

    .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: #0077ce;
            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;
            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: #0077ce !important;
}

.nav-link.active svg.bx.bx-grid-alt path {
    fill: #0077ce;
}

.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: #0077ce;
    border-left: 4px solid #0077ce;
}

.bx-grid-alt {
    color: #0077ce; /* 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: 16px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 50%;
    height: 0;
    color: #07162B;
}

.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 #0077ce78 !important;
    border-right: 4px solid #0077ce !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 #0077ce;
}

.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: 0 0.5px;
}

.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: 5px;
}

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;
}

.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: #0077ce;
    height: 27px;
    padding: 0;
    position: relative;
    top: 4px;
    border: 1px solid #0077ce;
    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 #0077ce4D;
}

.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: #0077ce !important;
    border: 1px solid #0077ce61;
    border-top-color: #0077ce61 !important;
    border-bottom-color: #0077ce61 !important;
    border-left-color: #0077ce61 !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: #0077ce;
    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: #0077ce;
    font-size: 12px;
    padding: 5px;
    border-color: #0077ce;
}

    .job-list-btn a svg {
        margin-top: -3px;
        margin-right: 4px;
    }

        .job-list-btn a svg path {
            fill: #0077ce;
        }

    .job-list-btn a:hover {
        background-color: #0077ce;
        border-color: #0077ce;
    }

        .job-list-btn a:hover svg path {
            fill: #fff;
        }

@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);
    }
    .sub-max-width {
        max-width: 380px;
    }
    #duplicateTagTableBody {
        height: 42vh;
    }
    .presentation-width .select2-container {
        width: 398px !important;
    }
    .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;
    }
    }

@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: 443px;
    }
    #duplicateTagTableBody {
        height: 53vh;
    }
    .presentation-width .select2-container {
        width: 500px !important;
    }
    .audit-top {
        height: calc(39vh - 50px);
    }
    .audit-bottom {
        height: calc(61vh - 24px);
    }
    }

#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: #0077ce;
    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: #0077ce;
}

.sidebar.open .menu-text {
    display: none;
}

#presentation-tree-properties {
    background-color: #fff;
}

.presentation-left-border {
    border-left: 2px solid #0077ce;
    padding-left: 10px;
}

.modal-content .btn-primary {
    background-color: #0077ce;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

    .modal-content .btn-primary:hover {
        background-color: #fff;
        border: 1px solid #0077ce !important;
        color: #0077ce;
    }

.modal-content .btn-outline-primary {
    color: #0077ce;
    border: 1px solid #0077ce !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: #0077ce;
    border-color: #0077ce;
}

    .btn-outline-secondary:hover {
        background-color: #0077ce;
        border-color: #0077ce;
    }

.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: #0077ce;
    }

.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 #0077ce61;
    box-shadow: none;
    border-top-color: #0077ce61 !important;
    border-bottom-color: #0077ce61 !important;
    border-left-color: #0077ce61 !important;
    padding: 9px 9px 1px 6px !important;
    display: flow-root;
}

#jobs-body tr.active td {
    border-right: 5px solid #0077ce !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: #0077ce;
        color: #fff;
        border-left: 1px solid #0077ce;
    }

    #period-tab .nav-link, #copy-tab .nav-link {
        border-color: #0077ce;
        color: #0077ce;
    }

        #period-tab .nav-link:focus, #period-tab .nav-link:hover, #copy-tab .nav-link:focus, #copy-tab .nav-link:hover {
            border-color: #0077ce;
            background-color: #0077ce;
            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: #0077ce;
}

#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: -174px;
    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 {
    width: 37px;
    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;
}

.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 #0077ce !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 {
    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;
    }

#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: #0077ce;
    background: #e9ecef;
    border-radius: 12px;
}

li.document-sub-section-row:hover .sub-section-tag {
    color: #0077ce;
    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: #0077ce;
    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: #0077ce;
    background-color: #fff;
    color: #0077ce;
}

#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: #0077ce !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: #0077ce;
        line-height: 19px;
        vertical-align: middle;
        margin-left: 5px;
    }

    .breadcrumb-item span {
        color: #333333;
        font-family: "Inter";
        font-weight: 400;
        font-size: 14px;
        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-ed #select2-ddl-project-company-container {
    line-height: 39px;
    font-size: 13px;
    color: #585871;
}

.project-cr-ed .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

#select2-ddl-project-company-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: #0077ce !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 {
    top: -26px !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: #0077ce;
}
.user-action-btn a:hover {
    color: #0077ce;
}
#showDetailBtn.active, #showSummaryBtn.active {
    background-color: #0077ce;
    border-color: #0077ce;
}
#dv-tree-details {
    padding-right: 2px;
}
.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: #0077ce;
    border-color: #0077ce;
}
.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;
}