html,body {
    overflow: auto !important;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #141E29;
    background: #FFFFFF;
}

.novel-link {
    color: #141E29 !important;
    text-decoration: underline;
}

.modal-recommendation {
    color: black !important;
}

.col-marker {
    width: 120px;
}

.col-disorder {
    width: 168px;
}

.col-level {
    width: 120px;
}

.col-method {
    width: 120px;
}

.col-disease {
    width: 120px;
}

.col-stage {
    width: 120px;
}

.col-line {
    width: 120px;
}

.col-recommendation {
    width: 280px;
}

.col-drug {
    width: 120px;
}

.filter-group{
    display: inline-block;
}
.v-chip {
    background: #FFFFFF !important;
    border: 1px solid #E0E2E9 !important;
}
.v-chip__underlay {
    background: #FFFFFF !important;
}
.v-chip.on-hover {
    background: white !important;
    border: 1px solid #2F80ED !important;
}
.v-chip .v-chip__close {
    color: #141E29;
}
.v-chip.on-hover .v-chip__close {
    color: #2F80ED !important;
}

.v-chip.v-chip--size-default {
    --v-chip-size: 1rem;
    --v-chip-height: 24px;
    font-size: 1rem;
}

.filter-group .filter-label {
    font-weight: 600;
}

.v-icon.on-hover {
    color: #2F80ED !important;
}
.rec-table {
    border-collapse: collapse;
    border: 1px solid #999AAB;
    table-layout: fixed;
}
.rec-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #FFFFFF;
    font-weight: 500;
}
.rec-table td {
    vertical-align: top;
}
.rec-table th, td {
    border-color: #E0E2E9;
    border: 1px solid;
    padding: 8px;
}
.rec-table tbody tr:nth-child(odd) {
    background: #EEF5FE;
}
.rec-table tbody tr:nth-child(even) {
    background: #FFFFFF;
}

.cards thead {
    display: none;
}

.cards tr {
    display: flex;
    flex-direction: column;

    margin-bottom: 5px;
    border: 1px solid black;
}

.cards tr > th {
    display: none;
}

.cards tr > td::before {
    content: attr(col) ': \A';
    white-space: pre-wrap; /* or pre-line */
    display: block;
    font-weight: bold;
    padding-right: 100px;
}

.folded-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.long-text span {
    color: #2F80ED;
    cursor: pointer;
    display: inline-block;
    margin-top: 7px;
}

.long-text div {
    white-space: pre-wrap;
}
.counter {
    font-weight: 600;
}
.commonCounter {
    font-size: 16px;
}
.deactivate {
    font-style: italic;
}
.left-sticky {
    position: sticky;
    left: 0;
}
.recommendation-show-icon {
    box-sizing: content-box;
}

.v-autocomplete *{
    --v-field-padding-start: 12px;
    --v-input-padding-top: 7px;
    --v-field-padding-bottom: 7px;
    --v-input-control-height: 32px;
}

.v-autocomplete .v-field {
    box-shadow: none !important;
    font-size: 13px !important;
    color: #999AAB;
    border-radius: 4px;
    border: 1px solid #E0E2E9;
}

.v-autocomplete input, .v-autocomplete .v-label {
    line-height: 18px;
}

/*.v-autocomplete.on-hover .v-field {*/
/*    border: 2px solid #2F80ED;*/
/*}*/

.v-autocomplete .v-field.v-field--active{
    color: #141E29;
    /* Elevation 2 */
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12) !important;
    border-radius: 4px 4px 0px 0px;
}

.v-autocomplete .v-label {
    font-size: 13px !important;
    color: #999AAB !important;
    font-weight: 500 !important;
    opacity: 1;
}

.v-autocomplete__content {
    border: 1px solid #E0E2E9;
    border-top: 2px solid #2F80ED;
    border-radius: 0 !important;
    /* Elevation 2 */
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12) !important;
}
.v-input__details {
    min-height: 0 !important;
    height: 0 !important;
    padding-top: 0 !important;
}
.search-panel {
    background: #EEF5FE;
    border-radius: 8px;
}
.inputs-container {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -16px !important;
    margin-right: -8px !important;
}
.title-recommendation {
    height: 40px;
    background: #EDF5F6;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
}
.text-recommendation {
    font-size: 16px !important;
    line-height: 150%;
}

.team-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.team-subtitle {
    align-self: stretch;
    color: #141E29;
    text-align: center;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 150%; /* 21px */
}

.team-text {
    align-self: stretch;
    color: #141E29;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.novel-link-1 {
    color: #2F80ED !important;
}

.novel-link-2 {
    font-size: 14px !important;
    color: #2F80ED !important;
    padding-bottom:3px!important;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.guide-button {
    color: #2F80ED !important;
    text-align: center;
    /* M3/label/large */
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}

.guide-image {
  border-style: solid;
  border-color: var(--light-gray, #e0e2e9);
  border-width: 1px;
  flex-shrink: 0;
  width:752px !important;
  height: 358px !important;
  position: relative;
  object-position: 0px 0px;
}
.guide-image2 {
  width: 754px ;
  height: 190px;
}

.guide-text {
    color: var(--m-3-sys-light-on-surface-variant, #49454F);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.25px;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.guide-text-bold {
    font-weight: 600;
}