
/* Utility classes */
.gap-3 {
    gap: 1rem !important;
}

.fs-13 {
    font-size: 13px;
}

.text-muted {
    color: #6c757d !important;
}

body.dark-theme .text-muted {
    color: #8290a6 !important;
}

.mr-3,
.mx-3 {
    margin-right: 0.75rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

/* Shared theme styles */
.fashion-themes .theme-list,
.themes .theme-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
}

.fashion-themes .theme-list a,
.themes .theme-list a {
    flex-direction: column;
    border: none !important;
}

.fashion-themes .dropdown-item h6,
.themes .dropdown-item h6,
.photo-studio-tasks .nav-link.dropdown-toggle h6,
.photo-studio-tools .nav-link.dropdown-toggle h6,
.fashion-themes .nav-link.dropdown-toggle h6,
.themes .nav-link.dropdown-toggle h6 {
    margin: auto 0;
}

/* Dropdown toggle styles */
.photo-studio-tasks .nav-link.dropdown-toggle,
.photo-studio-tools .nav-link.dropdown-toggle,
.fashion-themes .nav-link.dropdown-toggle,
.themes .nav-link.dropdown-toggle {
    border: 1px solid rgba(203, 213, 224, 0.7);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    position: relative;
}

.photo-studio-tasks .dropdown-toggle:after,
.photo-studio-tools .dropdown-toggle:after,
.fashion-themes .dropdown-toggle:after,
.themes .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
    vertical-align: 0.155em;
}

/* Dropdown menu styles */
.photo-studio-tasks .dropdown .dropdown-menu,
.photo-studio-tools .dropdown .dropdown-menu,
.fashion-themes .dropdown .dropdown-menu,
.themes .dropdown .dropdown-menu {
    left: 0 !important;
    top: 55px !important;
    transform: none !important;
    max-height: 450px !important;
    overflow-y: scroll !important;
    overflow-x: hidden;
    border: 1px solid rgba(203, 213, 224, 0.7) !important;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0 0 0 4px !important;
}

/* Dropdown item */
.dropdown-item,
.photo-studio-tasks .dropdown-item,
.photo-studio-tools .dropdown-item,
.fashion-themes .dropdown-item,
.themes .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(203, 213, 224, 0.7);
    position: relative;
}

/* Theme image */
.fashion-themes #active-fashion-theme-image {
    max-width: 30px;
    border-radius: 50%;
}

.photo-studio-tasks .dropdown-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(203, 213, 224, .7);
    position: relative;
}
.photo-studio-tasks .dropdown-item h6, .photo-studio-tools .dropdown-item h6, .fashion-themes .dropdown-item h6, .themes .dropdown-item h6 {
    margin-top: auto;
    margin-bottom: auto;
}
.fashion-themes .theme-list a img, .themes .theme-list a img {
    max-width: 120px;
    border-radius: 1rem;
    margin-bottom: .5rem;
    float: inherit;
}
