.sun_chosen_blanks {
    height: 200px;
    overflow:auto;
}

.blank-templates-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.blank-templates-filters select, .blank-templates-filters input {
    width: calc( 100% / 5 ) !important;
}

.blank-template-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.blank-template-container > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#theme-templates, #blank-models-list, .blank-templates-list, .blank-templates-list-picked {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    background: var(--sunWhite);
}

.template-model-container,
.blank-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    width: 115px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin: 10px;
}

.template-model-container span,
.blank-container span {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template-model-container span:first-of-type,
.blank-container span:first-of-type {
    margin-top: 15px;
}

.template-model-container span b,
.blank-container span b {
    font-weight: bold;
}

.blank-templates-list .blank-container:hover {
    border-color: #000000;
    cursor: pointer;
}

.blank-container.model-selected {
    border-color: var(--sunDefault);
}

.template-model-container img,
.blank-container img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.sun-blank-templates {
    border: 1px solid #ddd;
    border-radius: var(--sunBorderRadius);
    height:540px;
    overflow:auto;
}

.template-model-remove {
    margin-top: 0 !important;
    font-size: 18px !important;
}

span.delete-template:hover,
.template-model-remove:hover {
    color: red;
    cursor: pointer;
}

#tableThemeTemplate.tableElements td {
    word-wrap: break-word;
    padding: 15px;
}

#tableThemeTemplate.tableElements tbody {
    height: 750px !important;
}