

/* Global styles */
body {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    margin: 0;
}

/* Container style */
.container {
    margin-left: 20px;
    margin-right: 20px;
}

/* Table styles */
.table-container {
    border-collapse: collapse;
    width: 100%;
    display: flex;
}

.table-header {
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0px;
}

.table-row {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.table-row-title {
    width: 150px;
}
.table-row-title-right {
    width: auto
}

.table-cell {
    flex-basis: 20%;
    font-size: 12px;
    color: #333;
    padding: 8px;
    text-align: right;
    margin-right: auto;
    max-width: 100px;
    flex: 1;
}

.table-cell-description {
    flex-basis: 20%;
    font-size: 12px;
    color: #333;
    padding: 8px;
    border: 1px solid rgba(192, 192, 192, 0.5);
    border-radius: 4px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex: 1;
    text-align: left;
    margin-left: 15px;
}

.description {
    align-items: center;
    text-align: left;
    margin-left: auto;
    display: flex; 
    margin-bottom: 5px;
}

.saivo-btn-preview {
    height: 40px;
}

.table-model-overview-left {
    width: 65%;
    margin-right: 50px;
}

.table-model-overview-right {
    width: 35%;
}

.model-usage-on-bi-list {
    font-family: "Inter", sans-serif;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    overflow: hidden;
    flex-grow: 1;
}
.model-usage-on-bi-list ul{
    max-height: 721px;
    overflow: auto;
    line-height: 1.6;
    margin-left: 0;
}

.model-usage-on-bi-list ul li{
    font-size: 14px;
    list-style-type: circle;
    margin-left: 20px;
    color: rgb(0 0 0);
    opacity: 0.8;
    padding-left: 0;
}


.model-usage-on-bi-list ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
    color: #a1a1a1;
}

.model-usage-on-bi-list > ul:before,
.model-usage-on-bi-list > ul > li::before,
.model-usage-on-bi-list ul.folder-view::before,
ul.folder-view > li::before {
    display: none;
}


.model-usage-on-bi-list {
    margin-top: 20px;
}
  
.model-usage-on-bi-list a{
    color: #296d98;
    font-weight: 400;
} 

.model-usage-on-bi-list a:hover{
    text-decoration: underline;
}

.delete-exposure {
    display: flex;
    justify-content: space-between;
}

.delete-exposure > img {
    cursor: pointer;
}