div.dropdown {
    margin: 6px;
}

.btn.btn-select {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.caret {
    position: absolute;
    top: 50%;
    right: 10px;
    /* margin-top: -2px; */
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #FFF;
}

.btn-group.open .dropdown-toggle {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.btn-group {
    width: 100%
}

.dropdown-menu {
    width: 100%;
    margin: 6px;
    margin-top: 0;
    border-radius: 8px;
}

.image-upload {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.btn.btn-file {
    max-width: 180px;
    border-radius: 8px;
    border: none;
    background-color: transparent;
}

.btn.btn-file input[type="file"] {
    max-width: 180px;
    min-width: none;
}

select.form-control {
    border-radius: var(--radius);
}

div.caption {
    padding: 10px;
    border-radius: 0 0 8px 8px;
    border: none;
    border-top: 1px solid #ccc;
    color: gray;
}

div.attr-name {
    margin-bottom: 4px;
}

div.attr-value {
    margin-bottom: 20px;
}
