.temp-colors{display:flex;align-items:center;font-size:14px;margin-left:25px}.temp-colors .temp-color__title{margin-right:10px}.temp-colors__item{width:25px;height:25px;display:inline-block;border-radius:5px;cursor:pointer;position:relative}.temp-colors__item .close{display:none;position:absolute;top:-7px;right:-7px;width:15px;height:15px;background:#a2a8b1;border-radius:50%;justify-content:center;align-items:center;color:#fff;font-size:8px}.temp-colors__item .close a{color:#fff}.temp-colors__item .close :deep(.anticon-close) svg{margin-right:0}.temp-colors__item:hover .close{display:flex}.item-red{background-color:red}.item-green{background-color:green}.item-blue{background-color:#00f}.item-yellow{background-color:#ff0}.item-orange{background-color:orange}.item-pink{background-color:pink}.item-purple{background-color:purple}.item-black{background-color:#000}.item-white{background-color:#fff;border:1px solid gray}.item-gold{background-color:gold}.item-gray{background-color:gray}.temp-colors__group{display:flex;flex-wrap:wrap;width:420px;justify-content:flex-start;align-items:center;gap:8px 10px}
