.theme{grid-gap:15px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;width:max-content;display:grid}.theme__button{cursor:pointer;width:34px;height:34px;position:relative}.theme__button:after{background:var(--youth-card);content:"";z-index:1;border-radius:50%;width:40px;height:40px;position:absolute;top:-3px;left:-3px}.theme__button--active:after{background:var(--youth-card-hover)}.theme input[type=radio]{appearance:none;color:red;cursor:pointer;font:inherit;z-index:2;border-radius:50%;place-content:center;width:100%;height:100%;margin:0;display:grid;position:relative}.theme__a input[type=radio]{background-color:var(--youth-a)}.theme__b input[type=radio]{background-color:var(--youth-b)}.theme__c input[type=radio]{background-color:var(--youth-c)}.theme__d input[type=radio]{background-color:var(--youth-d)}.theme__e input[type=radio]{background-color:var(--youth-e)}.theme__f input[type=radio]{background-color:var(--youth-f)}.svg_shapes{justify-content:flex-start;align-items:center;display:flex}.svg_shapes svg{width:100%;fill:var(--youth-accent)!important}
