.page-territory { width: calc(100% - 40px); display: flex; flex-direction: column; margin: 20px 20px 0 20px; } .page-territory>.buttons-list { padding: 10px; margin-bottom: 40px; background: var(--ColorThemes1); color: var(--ColorThemes3); border: 1px solid var(--ColorThemes2); box-shadow: var(--shadow-l1); border-radius: var(--border-radius); overflow: auto; display: flex; } .page-territory>.buttons-list>button, .page-territory>.buttons-list>a { cursor: pointer; border-radius: calc(var(--border-radius) - 5px); padding: 0 10px; margin-right: 20px; min-width: fit-content; min-height: 40px; background: var(--PrimaryColor); display: flex; align-items: center; justify-content: center; } .page-territory>.buttons-list>button>span, .page-territory>.buttons-list>a>span { color: var(--PrimaryColorText); font-size: var(--FontSize3); font-weight: normal; } .page-territory>.buttons-list>button>svg, .page-territory>.buttons-list>a>svg { width: 20px; height: 20px; fill: var(--PrimaryColorText); margin-right: 10px; } .page-territory>.list-controls { padding: 10px; margin: 0px 0 10px 0; background: var(--ColorThemes1); color: var(--ColorThemes3); border: 1px solid var(--ColorThemes2); box-shadow: var(--shadow-l1); border-radius: var(--border-radius); overflow: auto; display: flex; } .page-territory>.list-controls select { min-width: 140px; height: 30px; background-color: var(--ColorThemes2); border: 1px solid var(--ColorThemes0); box-shadow: var(--shadow-l1); color: var(--ColorThemes3); font-size: var(--FontSize1); cursor: pointer; padding: 0 5px; margin-right: 10px; border-radius: calc(var(--border-radius) - 5px - 2px); } #page-territory-sort { display: flex; } #page-territory-sort button { display: none; font-size: 18px; background: 0; cursor: pointer; min-width: 30px; height: 30px; padding: 0; margin-right: 10px; align-items: center; align-content: center; justify-content: center; color: var(--ColorThemes3); border-radius: calc(var(--border-radius) - 5px - 2px); border: 1px solid var(--ColorThemes0); } #page-territory-sort button[data-state="active"] { background: var(--PrimaryColor); } #page-territory-sort button:hover { background: var(--ColorThemes3); } #page-territory-sort button>svg { width: 22px; fill: var(--PrimaryColorText); } #page-territory-sort button:hover svg { fill: var(--ColorThemes1); } #page-territory-sort button:hover { display: none; opacity: 1; } #page-territory-sort button[data-state="active"] { display: flex; } .page-territory details { border-radius: var(--border-radius); width: 100%; display: flex; flex-direction: column; align-items: stretch; margin-bottom: 10px; background: var(--ColorThemes1); color: var(--ColorThemes3); border: 1px solid var(--ColorThemes2); box-shadow: var(--shadow-l1); } .page-territory>details[disabled] summary, .page-territory>details.disabled summary { pointer-events: none; user-select: none; } .page-territory>details summary::-webkit-details-marker, .page-territory>details summary::marker { display: none; content: ""; } .page-territory summary { width: calc(100% - 40px); cursor: pointer; color: var(--ColorThemes3); border-radius: var(--border-radius); font-size: var(--FontSize5); font-weight: 300; padding: 20px; position: relative; display: flex; justify-content: space-between; align-items: center; } .page-territory summary span { font-weight: 500; width: 100%; } .page-territory summary>div>button { display: none; font-size: 18px; background: 0; cursor: pointer; min-width: 30px; height: 30px; padding: 0; margin: 0; align-items: center; align-content: center; justify-content: center; color: var(--ColorThemes3); border-radius: 8px; } .page-territory summary>div>button[data-state="active"] { background: var(--PrimaryColor); display: flex; } .page-territory summary>div>button:hover { background: var(--ColorThemes3); } .page-territory summary>div>button>svg { width: 22px; fill: var(--PrimaryColorText); } .page-territory summary>div>button:hover svg { fill: var(--ColorThemes1); } .page-territory #list-house, .page-territory #list-homestead { width: calc(100% - 20px); margin: 0; display: flex; flex-wrap: wrap; flex-direction: row; align-content: flex-start; justify-content: center; overflow-y: auto; align-items: flex-start; transition: .3s ease; gap: 20px; padding: 10px; }