﻿.s-TemplatedDialog:has(.category:nth-of-type(2)) .s-Form {
    background-color: #f5f7fa !important;
}

.s-TemplatedDialog:has(.category:nth-of-type(2)) .s-PropertyGrid .category-links {
    background: #f8fafc;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
}

.s-TemplatedDialog:has(.category:nth-of-type(2)) .category {
    background-color: white;
    margin: 10px;
    border-radius: 12px;
    padding: 10px;
}

.s-TemplatedDialog:has(.category:nth-of-type(2)) .s-PropertyGrid .category-title {
    margin: 0px 10px 0px 0px !important;
}

.s-TemplatedDialog:has(.category:nth-of-type(2)) .s-PropertyGrid .category-title a {
    color: #1e3a8a;
}

.s-TemplatedDialog:has(.category:nth-of-type(2)) .s-Serenity-Toolbar {
    padding-bottom: 10px;
}

.s-TemplatedDialog:has(.category:nth-of-type(2)) .category-link {
    color: #1688dd !important;
    font-weight: 600 !important;
}
