﻿.modal-upload-logo {
    width: 150px;
    height: 150px;
    border-radius: 80px;
    overflow: hidden;
    background: white;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin: 15px;
    position: relative;
    box-shadow: 0px 0px 15px #ccc;
    display: inline-block;
}

.esg-data-app.ui-wrapper {
    padding-top: 5px !important;
}

.esg-data-app .panel-content {
    box-shadow: 0px 3px 8px #cfcfcf;
    margin: 0px 0px 0px 15px;
    border-radius: 6px;
    background: #f7f7f7;
}

.esg-data-app .business-unit-header .logo-wrapper {
    display: inline-block;
    background-color: #eee;
    width: 50px;
    height: 50px;
    border-radius: 60px;
}

    .esg-data-app .business-unit-header .logo-wrapper img {
        width: 50px;
        height: 50px;
        border-radius: 60px;
        overflow: hidden;
    }

.esg-data-app .business-unit-header span,
.esg-data-app .business-unit-header .header-text {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-left: 15px;
}

.esg-data-app .business-unit-header .subheader-text {
    font-size: 13px;
    color: #333;
    margin-left: 15px;
}

.esg-data-app .business-unit-header .header-align {
    display: inline-block;
    vertical-align: middle;
}

.esg-data-app .side-panel-header {
    font-weight: 500;
    font-size: 22px;
    color: #333;
}

.esg-data-app .search-input {
    background-color: #f1f1f1 !important;
    border: none !important;
    margin-top: 12px;
}

.simple-card {
    margin: 10px;
    box-shadow: 0px 5px 18px -3px #ccc;
    border-radius: 12px;
    padding: 16px 22px;
    border: 1px solid #ffffff;
}

    .simple-card .card-value {
        font-size: 22px;
        font-weight: bold;
    }

    .simple-card .card-title {
        font-size: 12px;
        color: #333;
        font-weight: 500;
    }

.esg-table-wrapper h2.esg-table-header {
    margin-top: 22px;
    font-weight: 500;
}

.table-scrollable {
    max-height: 550px;
    overflow-y: auto;
}

.data-type-selector {
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    background: #f3f3f3;
    margin-top: 14px;
}

    .data-type-selector label {
        margin-bottom: 0px !important;
    }

    .data-type-selector label span {
        margin-left: 5px;
    }

.data-type-header {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-bottom: 11px;
}

.spreadsheet-table th.data-key,
.spreadsheet-table th.data-value {
    padding: 6px 8px;
    background: #414154;
    color: white;
}

.spreadsheet-table td.data-key {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #002243;
}

    .spreadsheet-table td.data-value {
        padding: 8px;
        background: #ededed;
        position: relative;
    }

    .spreadsheet-table td.data-key,
    .spreadsheet-table td.data-value {
        background: #ededed;
    }

.spreadsheet-table td.data-value input[type="text"] {
    border-radius: 8px !important;
    background-color: white !important;
    border: none;
}

        .spreadsheet-table td.data-value .txt-unit {
            position: absolute;
            right: 18px;
            top: 17px;
            font-size: 11px;
            font-weight: 500;
        }

.spreadsheet-table .spreadsheet-cell-button {
    font-size: 10px;
    color: #ffffff;
    padding: 5px 13px;
    display: inline-block;
    position: absolute;
    top: -18px;
    background: #5b81e5;
    border-radius: 7px;
    box-shadow: 1px 2px 3px 0px #bebebe;
}

.esg-logo-wrapper {
    padding: 5px 22px 5px 0px;
}

.data-type-nav-wrapper .data-type-nav {
    padding: 10px;
    background: #efefef;
    margin-bottom: 12px;
    border-radius: 15px;
    cursor: pointer;
}

    .data-type-nav-wrapper .data-type-nav:hover {
        background: #ddd;
    }

    .data-type-nav-wrapper .dt-box {
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: white;
        border-radius: 5px;
        padding: 0px 3px;
    }

    .data-type-nav-wrapper .dt-box.selected {
        background: green;
    }

.data-type-nav-wrapper .dt-box .fa {
    color: white;
}

.data-type-nav-wrapper .dt-name {
    padding: 0px 16px 0px 0px;
    min-width: 200px;
    color: #333;
}

    .data-type-nav-wrapper .dt-icon-caret {
        margin-right: 15px;
    }

.data-type-panel {
    width: 300px;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 8px;
    position: relative;
    transition: width 0.3s ease;
}

.data-type-panel.collapsed {
    width: 40px;
    min-width: 40px;
}

.left-panel-hidden .data-type-panel {
    display: none !important;
}

.sidebar-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s ease;
}

.sidebar-toggle:hover {
    background: #e0e0e0;
}

.data-type-panel.collapsed .sidebar-toggle {
    right: 5px;
}

.data-type-panel .data-type-categories {
    position: absolute;
    height: 100%;
}

    .data-type-panel h4.data-type-panel-header {
        margin-top: 25px;
        color: #333;
        margin-bottom: 20px;
    }

.form-wrapper {
    padding: 10px 12px;
    margin-left: 20px;
}

.data-type-value-header {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}

.dt-value-wrapper {
    position: relative;
}

    .dt-value-wrapper .txt-unit {
        position: absolute;
        right: 18px;
        top: 40px;
        font-size: 11px;
        font-weight: 700;
    }

.button-wrapper .btn-fetch-data {
    margin: 3px;
    border-radius: 5px;
    border: 1px solid #7f85a3;
    color: #465186;
}

.dt-value-wrapper .form-input {
    border: none;
    border-radius: 5px;
    padding: 18px !important;
    margin-bottom: 8px;
    color: #000 !important;
    font-size: 16px !important;
    box-shadow: 1px 1px 3px #ccc;
}

.company-structure-node-primary {
    border-radius: 15px;
    padding: 15px;
}

    .company-structure-node-primary img {
        height: 36px;
        margin-right: 15px;
    }

    .company-structure-node-primary .company-name {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        letter-spacing: 0.5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }


.company-structure-node {
    padding: 15px;
    cursor: pointer;
    margin-top: 5px;
}

    .company-structure-node:hover {
        border-radius: 10px;
        background-color: #eff1f5;
    }

    .company-structure-node .fa-angle-down {
        margin-top: 7px;
    }

    .company-structure-node .title {
        font-size: 16px;
        font-weight: bold;
        color: #42495e;
        display: inline-block;
        vertical-align: middle;
    }

    .company-structure-node .badge-branch {
        margin-left: 10px;
    }

    .company-structure-node .btn-toolbar .btn {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

.company-structure-child-wrapper {
    border-left: 1px dashed #888;
    margin-left: 15px;
    position: relative;
}

.company-structure-subchild-wrapper {
    border-left: 1px dashed #888;
    margin-left: 50px;
    position: relative;
}

.tree-horizontal-line {
    width: 20px;
    top: 50%;
    height: 1px;
    position: relative;
    border-top: 1px dashed #888;
    margin-left: 5px;
}

.tree-bottom-line-hide {
    background: white;
    height: 28px;
    width: 5px;
    position: absolute;
    bottom: 0px;
    left: -2px;
}

.sub-tree-bottom-horizontal-line {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 1px;
    left: 3px;
    border-bottom: 1px dashed #888;
}

.company-structure-node .node-logo {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    margin: 0px 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.company-structure-node .node-logo img {
    width: 100%;
}

.company-structure-node.site-node {
    padding: 8px;
}

    .company-structure-node.site-node .title {
        font-size: 15px;
        font-weight: 600;
        padding-left: 8px;
    }

.entity-node-list-wrapper {
    width: 300px;
    height: 100%;
    position: relative;
}

.entity-node-list {
    height: 100%;
    width: 300px;
    position: absolute;
}

.company-component-wrapper-list .company-structure-subchild-wrapper{
    margin-left: 22px;
}

.company-component-wrapper-list .company-structure-node .title {
    font-size: 13px;
    font-weight: 500;
}

.company-component-wrapper-list .company-structure-node .node-logo {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0px !important;
    margin-left: 8px;
}

.company-component-wrapper-list .company-structure-node {
    padding: 5px 15px !important; 
}

.company-component-wrapper-list .company-structure-node.site-node {
    padding: 5px 5px !important;
}

.entity-node-list {
    height: 100%;
    overflow-y: scroll;
}

.company-component-wrapper-list .btn-esg-edit {
    background-color: #efefef;
}

.company-component-wrapper-list .company-structure-node .title.selected {
    color: #000000;
    font-weight: bold;
}

.company-component-wrapper-list .company-structure-node.node-selected {
    background: #f1f1f1;
    border-radius: 8px;
}

.company-component-wrapper-list .company-structure-node.node-selected .title {
    font-weight: bold;
}

.fixed-full-height {
    height: calc(100vh - 128px);
}

.dt-notes {
    font-size: 12px;
    font-style: italic;
    padding: 0px 3px 6px;
}

.btn-grey {
    background: #e1e1e1;
    color: #333;
}

.btn-disabled {
    background-color: #ccc;
    color: #a3a3a3 !important;
    border: none !important;
}

.sync-text-error {
    color: #bb1c1c;
    font-size: 12px;
    padding: 0px 6px 5px;
}

.tool-bottom {
    white-space: nowrap;
}

.spreadsheet-tool-wrapper {
    width: 100%;
    background: #f1f1f1;
    padding: 10px 15px;
}

.submodal-container {
    width: 99%;
    max‑width: 1900px;
    margin: 0 auto;
    padding: 0 1rem;
    box‑sizing: border‑box;
    overflow‑x: auto;
}

.submodal-container
.dataset-user-permission-table,
.submodal-container
.dataset-user-group-permission-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 16px;
    }

.save-permissions-button {
    margin-top: 2rem;
}

.dataset-user-permission-table
select.form-control {
    max-width: 200px;
    width: 200px;
}

.dataset-user-permission-table
.select2-container--default.select2-container {
    width: 200px !important;
}

.dataset-user-permission-table
.select2-container--default
.select2-selection--multiple {
    min-height: 60px !important;
    max-height: 150px !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
}

.dataset-user-permission-table
.select2-selection--multiple
.select2-selection__rendered {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding: 4px !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.dataset-user-permission-table
.select2-selection__choice {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
    box-sizing: border-box;
    margin: 2px 0 !important;
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: fit-content !important;
}

.dataset-user-permission-table
.select2-selection__choice
.select2-selection__choice__display {
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
    white-space: nowrap !important;
}

.dataset-user-permission-table
.select2-selection__choice
.select2-selection__choice__remove {
    margin-right: 5px !important;
}

.dataset-user-group-permission-table select.form-control {
    max-width: 200px;
    width: 200px;
}

.dataset-user-group-permission-table .select2-container--default.select2-container {
    width: 200px !important;
}

.dataset-user-group-permission-table .select2-container--default .select2-selection--multiple {
    min-height: 60px !important;
    max-height: 150px !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
}

.dataset-user-group-permission-table .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding: 4px !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.dataset-user-group-permission-table .select2-selection__choice {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
    box-sizing: border-box;
    margin: 2px 0 !important;
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: fit-content !important;
}

.dataset-user-group-permission-table .select2-selection__choice .select2-selection__choice__display {
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
    white-space: nowrap !important;
}

.dataset-user-group-permission-table .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 5px !important;
}

.dataset-user-group-permission-table .owner-column {
    background-color: #f5f5f5;
    color: #bbb;
    text-align: center;
}

.export-excel-modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.export-excel-modal.modal-lg {
    max-width: 600px;
}

.export-excel-modal .modal-content {
    max-height: 90vh;
    display: flex; 
    flex-direction: column;
}

.export-excel-modal .modal-header,
.export-excel-modal .modal-footer {
    flex-shrink: 0;
}

.export-excel-modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.modal-dialog {
    overflow-y: initial !important;
}


.attribute-calculator-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
}

    .attribute-calculator-modal .calculator-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.5);
    }

    .attribute-calculator-modal .calculator-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: min(95vw, 1200px);
        height: 80vh;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 40px rgba(0,0,0,.3);
        overflow: hidden;
        z-index: 2001; 
        display: flex;
        flex-direction: column;
    }

.calculator-header, .calculator-footer {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator-footer {
    border-top: 1px solid #eee;
    border-bottom: 0;
}

.calculator-content {
    flex: 1;
    display: grid;
    grid-template-columns: 28% 44% 28%;
    gap: 10px;
    padding: 10px 16px;
    overflow: hidden;
}

.lower-panel {
    border-top: 1px solid #f0f0f0;
    padding: 8px 16px 12px;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 8px;
}

.panel-content {
    height: calc(100% - 46px);
    overflow: auto;
}

.search-box input {
    height: 30px;
}

.data-type-item, .group-item, .company-item, .site-item {
    padding: 6px 8px;
    border-radius: 6px;
}

    .data-type-item:hover, .attribute-item:hover, .site-item:hover, .company-item:hover, .group-item:hover {
        background: #f8f9fb;
    }

.data-type-header, .group-header, .company-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    cursor: pointer;
}

.data-type-name, .group-name, .company-name {
    flex: 1;
}

.data-type-category, .group-type, .company-type {
    color: #999;
    font-size: 12px;
}

.attributes-list, .company-content, .group-content {
    margin-left: 18px;
    margin-top: 6px;
}

.attribute-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 6px;
    cursor: pointer;
}

    .attribute-item .attribute-name {
        flex: 1;
    }

    .attribute-item.all-attributes, .site-item.all-sites, .company-item.all-companies, .group-item.all-groups {
        font-style: italic;
        opacity: .85;
    }

.expression-display {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 44px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 6px;
}

.expression-element {
    background: #f6f7fb;
    border: 1px solid #eaeaf2;
    padding: 4px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .expression-element.op {
        background: #fff9f2;
    }

    .expression-element.fn {
        background: #eef9ff;
    }

    .expression-element.attr {
        background: #f0fff5;
    }

    .expression-element.dtype {
        background: #f0f5ff;
    }

    .expression-element.paren {
        background: #f6f6f6;
    }

.expression-placeholder {
    color: #999;
    border: 1px dashed #e6e6e6;
    border-radius: 6px;
    padding: 10px;
}

.result-value.valid {
    color: #0a7a38;
}

.result-value.invalid {
    color: #b00020;
}

.calculation-summary {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.function-buttons .btn {
    margin: 2px 4px 2px 0;
}

.calculation-actions .btn {
    margin-left: 6px;
}

.tag {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    background: #f3f4f6;
    border-radius: 999px;
    margin-left: 6px;
}

.scope-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 6px;
    color: #555;
}

    .scope-summary .label {
        font-weight: 600;
        color: #333;
    }

.list-card {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    background: #fff;
}

    .list-card > .group-header, .list-card > .company-header, .list-card > .data-type-header {
        background: #f8f9fa;
        border-radius: 4px 4px 0 0;
        padding: 8px 12px;
    }

    .list-card:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.06);
    }

.calc-editor {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    border: 2px dashed #dee2e6;
    border-radius: 6px;
    padding: 12px;
    background: #f8f9fa;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    line-height: 1.5;
}

    .calc-editor:focus {
        outline: none;
        border-color: #adb5bd;
        background: #fff;
    }

.footer-actions .btn + .btn {
    margin-left: 8px;
}

.calculation-summary {
    max-width: 65%;
}

.attribute-calculator-modal .modal-dialog {
    max-width: 1400px;
    width: 95%;
}

.scrollable-panel {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

    .scrollable-panel::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-panel::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .scrollable-panel::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .scrollable-panel::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.attribute-calculator-modal .panel-body {
    overflow: hidden;
}

.attribute-calculator-modal .scrollable-panel {
    overflow-y: auto;
    overflow-x: hidden;
}

.attribute-calculator-modal .row.mb-3 .col-md-4 .panel {
    height: 400px;
    display: flex;
    flex-direction: column;
}

    .attribute-calculator-modal .row.mb-3 .col-md-4 .panel .panel-body {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .attribute-calculator-modal .row.mb-3 .col-md-4 .panel .scrollable-panel {
        flex: 1 1 auto;
        height: 100%;
        max-height: none; 
        overflow-y: auto;
        overflow-x: hidden;
    }

.attribute-calculator-modal .modal-body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.attribute-calculator-modal .panel {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.attribute-calculator-modal .panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.attribute-calculator-modal .panel-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.attribute-calculator-modal .panel-body {
    padding: 15px;
    background: #fff;
}

.data-type-item {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}

.data-type-header {
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 4px 4px 0 0;
    transition: background-color .2s;
}

    .data-type-header:hover {
        background: #e9ecef;
    }

    .data-type-header.expanded {
        background: #e3f2fd;
        border-bottom: 1px solid #e1e8ed;
    }

.data-type-name {
    font-weight: 600;
    color: #333;
    flex: 1;
    font-size: 13px;
}

.data-type-category {
    font-size: 11px;
    color: #6c757d;
}

.attributes-list {
    padding: 8px 12px;
    background: #fafbfc;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .attributes-list::-webkit-scrollbar {
        width: 6px;
    }

    .attributes-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .attributes-list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .attributes-list::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.attribute-item {
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
    transition: background-color .2s;
    border: 1px solid transparent;
}

    .attribute-item:hover {
        background: #e3f2fd;
        border-color: #2196f3;
    }

    .attribute-item.all-attributes {
        background: #f8f9fa;
        border: 1px dashed #dee2e6;
        margin-top: 8px;
        font-style: italic;
    }

        .attribute-item.all-attributes:hover {
            background: #e3f2fd;
            border-color: #2196f3;
        }

.group-item, .company-item {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}

.group-header, .company-header {
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 4px 4px 0 0;
    transition: background-color .2s;
}

    .group-header:hover, .company-header:hover {
        background: #e9ecef;
    }

    .group-header.expanded, .company-header.expanded {
        background: #e3f2fd;
        border-bottom: 1px solid #e1e8ed;
    }

.group-name, .company-name {
    font-weight: 600;
    color: #333;
    flex: 1;
    font-size: 13px;
}

.group-type, .company-type {
    font-size: 11px;
    color: #6c757d;
    margin-right: 8px;
}

.group-content, .company-content {
    padding: 8px 12px;
    background: #fafbfc;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .group-content::-webkit-scrollbar, .company-content::-webkit-scrollbar {
        width: 6px;
    }

    .group-content::-webkit-scrollbar-track, .company-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .group-content::-webkit-scrollbar-thumb, .company-content::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .group-content::-webkit-scrollbar-thumb:hover, .company-content::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.site-item {
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
    transition: background-color .2s;
    border: 1px solid transparent;
}

    .site-item:hover {
        background: #e3f2fd;
        border-color: #2196f3;
    }

    .site-item.all-sites {
        background: #f8f9fa;
        border: 1px dashed #dee2e6;
        margin-top: 8px;
        font-style: italic;
    }

        .site-item.all-sites:hover {
            background: #e3f2fd;
            border-color: #2196f3;
        }

.all-groups {
    padding: 8px 12px;
    border: 1px dashed #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    background: #f8f9fa;
    text-align: center;
    font-weight: 600;
    color: #495057;
    transition: all .2s;
}

    .all-groups:hover {
        background: #e3f2fd;
        border-color: #2196f3;
        color: #1976d2;
    }

.calculation-result {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

    .calculation-result .result-header {
        font-weight: 600;
        margin-bottom: 8px;
    }

.result-value.valid {
    color: #28a745;
    background: #d4edda;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c3e6cb;
}

.result-value.invalid {
    color: #dc3545;
    background: #f8d7da;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
}

.scope-summary {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

    .scope-summary .label {
        color: #495057;
        margin-right: 8px;
    }

    .scope-summary .badge {
        font-size: 11px;
        padding: 4px 8px;
    }

@media (max-width: 1200px) {
    .attribute-calculator-modal .modal-dialog {
        width: 98%;
        margin: 10px auto;
    }

    .attribute-calculator-modal .col-md-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .attribute-calculator-modal .modal-body {
        padding: 15px;
    }

    .scrollable-panel {
        max-height: 250px;
    }

    .attributes-list, .group-content, .company-content {
        max-height: 150px;
    }

    .attribute-calculator-modal .row.mb-3 .col-md-4 .panel {
        height: 350px;
    }
}

.attribute-calculator-modal .modal-dialog {
    max-width: 1400px;
    width: 95%;
}

.scrollable-panel {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

    .scrollable-panel::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-panel::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .scrollable-panel::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .scrollable-panel::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.attribute-calculator-modal .panel-body {
    overflow: hidden;
}

.attribute-calculator-modal .scrollable-panel {
    overflow-y: auto;
    overflow-x: hidden;
}

.attribute-calculator-modal .row.mb-3 .col-md-4 .panel {
    height: 400px;
    display: flex;
    flex-direction: column;
}

    .attribute-calculator-modal .row.mb-3 .col-md-4 .panel .panel-body {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .attribute-calculator-modal .row.mb-3 .col-md-4 .panel .scrollable-panel {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

.attribute-calculator-modal .modal-body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.attribute-calculator-modal .panel {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.attribute-calculator-modal .panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.attribute-calculator-modal .panel-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.attribute-calculator-modal .panel-body {
    padding: 15px;
    background-color: #fff;
}

.data-type-item {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}

.data-type-header {
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 4px 4px 0 0;
    transition: background-color 0.2s;
}

    .data-type-header:hover {
        background: #e9ecef;
    }

    .data-type-header.expanded {
        background: #e3f2fd;
        border-bottom: 1px solid #e1e8ed;
    }

.data-type-name {
    font-weight: 600;
    color: #333;
    flex: 1;
    font-size: 13px; 
}

.data-type-category {
    font-size: 11px;
    color: #6c757d;
}

.attributes-list {
    padding: 8px 12px;
    background: #fafbfc;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .attributes-list::-webkit-scrollbar {
        width: 6px;
    }

    .attributes-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .attributes-list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .attributes-list::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.attribute-item {
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
    transition: background-color 0.2s;
    border: 1px solid transparent;
}

    .attribute-item:hover {
        background: #e3f2fd;
        border-color: #2196f3;
    }

    .attribute-item.all-attributes {
        background: #f8f9fa;
        border: 1px dashed #dee2e6;
        margin-top: 8px;
        font-style: italic;
    }

        .attribute-item.all-attributes:hover {
            background: #e3f2fd;
            border-color: #2196f3;
        }

.group-item, .company-item {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}

.group-header, .company-header {
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 4px 4px 0 0;
    transition: background-color 0.2s;
}

    .group-header:hover, .company-header:hover {
        background: #e9ecef;
    }

    .group-header.expanded, .company-header.expanded {
        background: #e3f2fd;
        border-bottom: 1px solid #e1e8ed;
    }

.group-name, .company-name {
    font-weight: 600;
    color: #333;
    flex: 1;
    font-size: 13px; 
}

.group-type, .company-type {
    font-size: 11px;
    color: #6c757d;
    margin-right: 8px;
}

.group-content, .company-content {
    padding: 8px 12px;
    background: #fafbfc;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .group-content::-webkit-scrollbar,
    .company-content::-webkit-scrollbar {
        width: 6px;
    }

    .group-content::-webkit-scrollbar-track,
    .company-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .group-content::-webkit-scrollbar-thumb,
    .company-content::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .group-content::-webkit-scrollbar-thumb:hover,
        .company-content::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.site-item {
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
    transition: background-color 0.2s;
    border: 1px solid transparent;
}

    .site-item:hover {
        background: #e3f2fd;
        border-color: #2196f3;
    }

    .site-item.all-sites {
        background: #f8f9fa;
        border: 1px dashed #dee2e6;
        margin-top: 8px;
        font-style: italic;
    }

        .site-item.all-sites:hover {
            background: #e3f2fd;
            border-color: #2196f3;
        }

.all-groups {
    padding: 8px 12px;
    border: 1px dashed #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    background: #f8f9fa;
    text-align: center;
    font-weight: 600;
    color: #495057;
    transition: all 0.2s;
}

    .all-groups:hover {
        background: #e3f2fd;
        border-color: #2196f3;
        color: #1976d2;
    }

.calculation-expression {
    min-height: 80px;
    border: 2px dashed #dee2e6;
    border-radius: 6px;
    padding: 15px;
    background: #f8f9fa;
    transition: border-color 0.3s;
}

    .calculation-expression:hover {
        border-color: #adb5bd;
    }

.expression-display {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    min-height: 60px;
}

.expression-element {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 16px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s;
    margin: 4px;
}

.remove-element-btn {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    border: none;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    line-height: 1;
    padding: 0;
    transition: all 0.2s;
    z-index: 10;
}

    .remove-element-btn:hover {
        background: #c82333;
        transform: scale(1.1);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .remove-element-btn:active {
        transform: scale(0.95);
    }

.expression-element:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.expression-element.attr {
    background: #e3f2fd;
    border-color: #2196f3;
}

.expression-element.op {
    background: #fff3cd;
    border-color: #ffc107;
    font-weight: bold;
}

.expression-element.fn {
    background: #d1ecf1;
    border-color: #17a2b8;
    position: relative;
}

.expression-element.fn-group {
    background: #e3f2fd;
    border-color: #2196f3;
    border: 2px solid #2196f3;
    padding: 8px 12px;
    border-radius: 6px;
}

.expression-element.paren {
    background: #f8d7da;
    border-color: #dc3545;
    font-weight: bold;
}

.expression-placeholder {
    color: #6c757d;
    text-align: center;
    font-style: italic;
    padding: 20px;
}

.function-category {
    margin-bottom: 15px;
}

.category-title {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e9ecef;
}

.function-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .function-buttons .btn {
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 4px;
        transition: all 0.2s;
    }

        .function-buttons .btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 2px 4px rgba(0,0,0,0.15);
        }

.calculation-result {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

    .calculation-result .result-header {
        font-weight: 600;
        margin-bottom: 8px;
    }

.result-value.valid {
    color: #28a745;
    background: #d4edda;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c3e6cb;
}

.result-value.invalid {
    color: #dc3545;
    background: #f8d7da;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
}

.scope-summary {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

    .scope-summary .label {
        color: #495057;
        margin-right: 8px;
    }

    .scope-summary .badge {
        font-size: 11px;
        padding: 4px 8px;
    }

@media (max-width: 1200px) {
    .attribute-calculator-modal .modal-dialog {
        width: 98%;
        margin: 10px auto;
    }

    .attribute-calculator-modal .col-md-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .attribute-calculator-modal .modal-body {
        padding: 15px;
    }

    .scrollable-panel {
        max-height: 250px;
    }

    .attributes-list,
    .group-content,
    .company-content {
        max-height: 150px;
    }

    .attribute-calculator-modal .row.mb-3 .col-md-4 .panel {
        height: 350px;
    }

    .function-buttons .btn {
        font-size: 9px;
        padding: 2px 4px;
    }

    .expression-element {
        padding: 6px 10px 6px 14px;
        font-size: 12px;
    }

    .attribute-calculator-modal .category-title {
        color: #000;
    }

    .attribute-calculator-modal .data-type-header > .fa,
    .attribute-calculator-modal .group-header > .fa,
    .attribute-calculator-modal .company-header > .fa {
        margin-right: 6px;
    }

    .attribute-calculator-modal .select2-container {
        width: 100% !important;
        z-index: 2100;
    }

    .attribute-calculator-modal .select2-dropdown {
        z-index: 2200;
    }

    .attribute-calculator-modal .select2-selection--multiple {
        text-align: left !important;
    }

    .attribute-calculator-modal .select2-selection--multiple .select2-selection__choice {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .attribute-calculator-modal .select2-selection--multiple .select2-selection__rendered {
        text-align: left !important;
        padding-left: 8px !important;
    }

    .attribute-calculator-modal .rule-card {
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #fff;
        padding: 10px;
        margin-top: 10px;
    }

        .attribute-calculator-modal .rule-card code {
            background: #f8f9fa;
            display: block;
            border: 1px solid #e1e4ea;
            border-radius: 4px;
        }

}

.ai-prompt-section {
    border: 1px solid #e3e6f0;
    border-radius: 8px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.ai-prompt-section h6 {
    color: #5a5c69;
    font-weight: 600;
    margin-bottom: 10px;
}

.ai-prompt-content {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-suggestions {
    flex: 1;
}

.ai-suggestions small {
    color: #858796;
    font-style: italic;
}

.ai-result .alert {
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ai-result code {
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 13px;
    color: #e83e8c;
    word-break: break-all;
}

.ai-error .alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 1px solid #f1aeb5;
    color: #721c24;
}

.ai-result .alert-info {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border: 1px solid #abdde5;
    color: #0c5460;
}

.btn-primary.active {
    background: #4e73df;
    border-color: #4e73df;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.ai-processing {
    position: relative;
}

.ai-processing::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-primary.ai-generate {
    background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary.ai-generate:hover {
    background: linear-gradient(135deg, #224abe 0%, #1e3a8a 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(78, 115, 223, 0.3);
}

.btn-success.ai-use {
    background: linear-gradient(135deg, #1cc88a 0%, #17a673 100%);
    border: none;
    border-radius: 4px;
}

.btn-success.ai-use:hover {
    background: linear-gradient(135deg, #17a673 0%, #13855c 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(28, 200, 138, 0.3);
}

.btn-secondary.ai-clear {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    border: none;
    border-radius: 4px;
}

.btn-secondary.ai-clear:hover {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
    transform: translateY(-1px);
}

.scope-summary {
    max-width: 100%;
    overflow: hidden;
    text-align: left;
}

.scope-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
}

.scope-badge {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    line-height: 1.2;
    padding: 4px 8px;
    font-size: 12px;
}

.rule-scope {
    max-width: 100%;
    overflow: hidden;
}

.rule-scope-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
    margin-top: 4px;
}

.rule-actions {
    display: flex;
    gap: 4px;
    align-items: center;
}

.rule-actions .btn {
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1.2;
}

.rule-actions .btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
}

.rule-actions .btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.rule-actions .btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}

.rule-actions .btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.ai-generated-container {
    border-radius: 8px;
    border: 1px solid #d1ecf1;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 16px;
}

.ai-generated-label {
    color: #0c5460;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.ai-action-buttons {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.ai-expression-container {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px;
    margin-top: 8px;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
}

.ai-generated-expression {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
    width: 100%;
    min-height: 20px;
}

@media (max-width: 768px) {
    .ai-generated-container {
        padding: 12px;
    }
    
    .ai-action-buttons {
        flex-direction: column;
        gap: 4px;
    }
    
    .ai-action-buttons .btn {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .ai-generated-expression {
        font-size: 12px;
    }
}

.ai-generated-container:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: box-shadow 0.2s ease;
}

.ai-expression-container:hover {
    border-color: #007bff;
    transition: border-color 0.2s ease;
}

.cross-company-section {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 16px;
    margin-top: 16px;
}

.cross-company-section .form-check {
    margin-bottom: 12px;
}

.cross-company-section .form-check-label {
    font-weight: 600;
    color: #495057;
    cursor: pointer;
}

.cross-company-section .form-check-input:checked + .form-check-label {
    color: #007bff;
}

.cross-company-content {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
}

.cross-company-info .alert {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
}

.cross-company-warning .alert {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
}

.cross-company-info .badge {
    font-size: 11px;
    padding: 3px 6px;
}

.scope-badge.badge-success {
    background-color: #28a745;
    color: white;
}

.scope-badge.badge-warning {
    background-color: #ffc107;
    color: #212529;
}

.cross-company-content {
    transition: all 0.3s ease;
    overflow: hidden;
}

.cross-company-content[style*="display: none"] {
    max-height: 0;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

@media (max-width: 768px) {
    .cross-company-section {
        padding: 12px;
        margin-top: 12px;
    }
    
    .cross-company-content {
        margin-top: 8px;
        padding-top: 8px;
    }
    
    .cross-company-info .alert,
    .cross-company-warning .alert {
        font-size: 11px;
        padding: 6px 8px;
    }
}

@media (max-width: 768px) {
    .ai-prompt-section {
        padding: 10px;
    }
    
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 10px;
    }
    
    .ai-suggestions {
        text-align: center;
    }
}

.permission-tables-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dataset-user-permission-table .table-permissions,
.dataset-user-group-permission-table .table-permissions {
    min-width: 1200px;
    width: 100%;
}

.dataset-user-permission-table .table-permissions th,
.dataset-user-permission-table .table-permissions td,
.dataset-user-group-permission-table .table-permissions th,
.dataset-user-group-permission-table .table-permissions td {
    white-space: nowrap;
    min-width: 120px;
    vertical-align: top;
}

.dataset-user-permission-table .table-permissions th:first-child,
.dataset-user-permission-table .table-permissions td:first-child,
.dataset-user-group-permission-table .table-permissions th:first-child,
.dataset-user-group-permission-table .table-permissions td:first-child {
    min-width: 150px; 

.dataset-user-permission-table .table-permissions th:last-child,
.dataset-user-permission-table .table-permissions td:last-child,
.dataset-user-group-permission-table .table-permissions th:last-child,
.dataset-user-group-permission-table .table-permissions td:last-child {
    min-width: 80px; 
}

.dataset-user-permission-table .user-select,
.dataset-user-permission-table .group-select,
.dataset-user-permission-table .company-select,
.dataset-user-permission-table .site-select,
.dataset-user-group-permission-table .user-group-select,
.dataset-user-group-permission-table .group-select,
.dataset-user-group-permission-table .company-select,
.dataset-user-group-permission-table .site-select {
    min-width: 140px;
}

.dataset-user-group-permission-table .owner-column {
    min-width: 60px;
}


