.button_tooltip .ant-tooltip-inner{color:var(--text1);background-color:#fff}.add_drop::v-deep .ant-dropdown-menu-item{display:flex;align-items:center}.add_drop::v-deep .ant-dropdown-menu-item i{margin-right:6px}.add_button{border-radius:50%;background:var(--blue);width:50px;height:50px;position:fixed;bottom:30px;right:30px;z-index:10;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;cursor:pointer;animation:pulse 2s infinite;transform:scale(1)}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(29,101,192,.7)}70%{transform:scale(1);box-shadow:0 0 0 15px rgba(29,101,192,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(29,101,192,0)}}